Your message dated Thu, 06 Aug 2015 12:19:01 +0000
with message-id <[email protected]>
and subject line Bug#791704: fixed in freedombox-setup 0.5
has caused the Debian Bug report #791704,
regarding freedombox-setup: Remove Privoxy configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
791704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791704
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freedombox-setup
Version: 0.4
Severity: minor
Tags: patch

Hello,

Currently, Privoxy is being installed and configured from freedombox-setup.
However, with recent changes, Plinth handles this duty.  All references to
Privoxy should be removed from freedombox-setup.  Please see similar bugs for
application removal for rationale.

Thank you,

--
Sunil



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages freedombox-setup depends on:
ii  apache2                                2.4.12-2
ii  augeas-tools                           1.2.0-0.2
ii  avahi-daemon                           0.6.31-5
pn  avahi-utils                            <none>
ii  bridge-utils                           1.5-9
pn  checkinstall                           <none>
pn  devio                                  <none>
ii  dialog                                 1.2-20150528-1
pn  dnsmasq                                <none>
ii  dnsutils                               1:9.9.5.dfsg-9
ii  dosfstools                             3.0.28-1
pn  etckeeper                              <none>
ii  firewalld                              0.3.13-1
pn  haveged                                <none>
ii  hostname                               3.15
ii  htop                                   1.0.3-1
pn  iftop                                  <none>
ii  iptables                               1.4.21-2+b1
ii  iputils-ping                           3:20121221-5+b2
ii  isc-dhcp-client                        4.3.2-1
pn  libnss-gw-name                         <none>
ii  libnss-mdns                            0.10-6
ii  libnss-myhostname                      220-7
ii  libpython2.7-stdlib [python-argparse]  2.7.10-3
ii  locales                                2.19-18
pn  locales-all                            <none>
ii  lsof                                   4.86+dfsg-1
pn  lua-sec                                <none>
pn  macchanger                             <none>
pn  monkeysphere                           <none>
ii  net-tools                              1.60-26+b1
ii  ntp                                    1:4.2.6.p5+dfsg-7
ii  openssh-server                         1:6.7p1-6
ii  parted                                 3.2-7
pn  plinth                                 <none>
ii  psmisc                                 22.21-2
ii  python-augeas                          0.4.1-2
ii  python-beautifulsoup                   3.2.1-1
ii  python-bjsonrpc                        0.2.0-1
ii  python-docutils                        0.12+dfsg-1
ii  python-lxml                            3.4.2-1
pn  python:any                             <none>
pn  resolvconf                             <none>
ii  ssl-cert                               1.0.36
ii  sudo                                   1.8.12-1
ii  tcpdump                                4.7.4-1
pn  uaputl                                 <none>
ii  vim-tiny                               2:7.4.712-3
ii  wget                                   1.16.3-3
pn  zile                                   <none>

Versions of packages freedombox-setup recommends:
pn  batctl          <none>
pn  pagekite        <none>
pn  rfkill          <none>
ii  wireless-tools  30~pre9-8

freedombox-setup suggests no packages.
>From e1b1207aa2497a7c19d79774b71ba06781641cfd Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa <[email protected]>
Date: Tue, 7 Jul 2015 16:46:39 +0530
Subject: [PATCH] Remove privoxy setup as it happens in Plinth now

- Skip the privoxy test in the testsuite if Privoxy is
  disabled/not-installed.
---
 setup.d/91_privoxy       | 6 ------
 testsuite/web-proxy.test | 5 +++++
 2 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100755 setup.d/91_privoxy

diff --git a/setup.d/91_privoxy b/setup.d/91_privoxy
deleted file mode 100755
index 1a51051..0000000
--- a/setup.d/91_privoxy
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-apt-get install -y privoxy
-
-# Listen on all interfaces
-sed -i 's/listen-address  localhost:8118/listen-address  [::]:8118/' /etc/privoxy/config
diff --git a/testsuite/web-proxy.test b/testsuite/web-proxy.test
index 5b9e136..3220c1e 100755
--- a/testsuite/web-proxy.test
+++ b/testsuite/web-proxy.test
@@ -2,6 +2,11 @@
 
 . $(dirname $0)/testsuite-functions
 
+if ! systemctl is-enabled privoxy > /dev/null ; then
+    skip "$0: Privoxy is disabled"
+    exit 0
+fi
+
 netstat_check 8118 tcp privoxy
 netstat_check 8118 tcp6 privoxy
 
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: freedombox-setup
Source-Version: 0.5

We believe that the bug you reported is fixed in the latest version of
freedombox-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nick Daly <[email protected]> (supplier of updated freedombox-setup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 06 Aug 2015 06:40:43 -0500
Source: freedombox-setup
Binary: freedombox-setup
Architecture: source all
Version: 0.5
Distribution: unstable
Urgency: medium
Maintainer: Petter Reinholdtsen <[email protected]>
Changed-By: Nick Daly <[email protected]>
Description:
 freedombox-setup - Package to set up freedombox environment
Closes: 786164 786689 787025 787128 789441 791704
Changes:
 freedombox-setup (0.5) unstable; urgency=medium
 .
   [ Nick Daly ]
   * Upload 0.5 release.
 .
   [ Sunil Mohan Adapa ]
   * Migrate to dh_python3 from python-support (Closes: #786164).
   * Use nmcli to setup network connections (Closes: #786689).
   * Remove jwchat/ejabber setup as it is handle by Plinth (Closes: #787025).
   * Remove LDAP root password and create ou=groups (Closes: #787128).
   * Remove renaming of network interaces as it does not work.  Start using
     systemd's new predictable naming.  Don't alter
     /etc/network/interface anymore.  (Closes: #789441).
   * Use network manager for configuring DNS and DHCP servers.
 .
   [ James Valleroy ]
   * Apply patch from Sunil to fix hang issue when building Raspberry Pi images.
   * Remove privoxy setup as it happens in Plinth now (Closes: #791704).
   * Configure PAM for LDAP user logins (Close: #792233).
Checksums-Sha1:
 122eeaf942196768d907daadd54372a4d5317dd7 1815 freedombox-setup_0.5.dsc
 b7dcd34c7c34e4064fed4fa9da4a12144660c015 48088 freedombox-setup_0.5.tar.gz
 3f51348cf516f515fb2fec4e55af63aa4c3e8dd5 33802 freedombox-setup_0.5_all.deb
Checksums-Sha256:
 068887ebc4929b3d33b335e13415fbebce440fd4afa6aadd70d0fc9139900b92 1815 
freedombox-setup_0.5.dsc
 619581ef6c1408360085e25e070de1fcb5ca164e0502be8cab56ff6273275776 48088 
freedombox-setup_0.5.tar.gz
 70219ad8bc2426a585d13ef92e67893a2873278866b515d4bdb764f17529fd55 33802 
freedombox-setup_0.5_all.deb
Files:
 9eab5bfc6cbd37ec46f9695fac930fd9 1815 misc optional freedombox-setup_0.5.dsc
 816eb58eb369b67d2a8c68aea6e9f81a 48088 misc optional 
freedombox-setup_0.5.tar.gz
 cf229b1e284b17309f39dbf807c5f9aa 33802 misc optional 
freedombox-setup_0.5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVwLjRAAoJEJ8nM/QJKNI6dmsP/2VWB8SWOz0ZVMMFfwhQEmV1
TteDgP5T/Tj/p/WvVSsKnIU53SuWLHTMouXDRm/+UaoPHySGgPjg88Wyk2AZt6Md
zcZTIZ4/pbUZHcPMCQWFNIRnptoK3yxXxeL9fgIiaoUH7UCrFlt0Mgxxo+uaBWF3
vis+Umg0GUA9mhBCRyuCj1Or8cUtCRTTQQgp4vuVSqbZQDS7xCbsBiscvNaEci8v
b2mYOzvRUuqebaznVAt7HYnvPl/RhUYzdQ6ucrQe3HHq4G6fJ+gtTDbM8VvKy7IU
BhrFgpn89c9vwIqEdSWo8Sg98LjBkiPbT1pgJWf4VOnH3OLTvn/HYOOQnNiQtkKG
MX/Xt66q1dC0C5tP2McxuiatzWS4L4Vx+EXt6TSdRKNlrlOjr4dMhn3nCmKBrIog
IBW4Q35hkvQUJjnXChRWdI1VOdJGjIM6o39Y2AqTcwDkB2CyQlECJWCVibbi0+LE
pn1fzHUii0X7Gcd/TdOEQX7qMibfMlSdyQ/C2auvkKYrYbcuSFaFkzoP4XgtO7R+
cRhlJks6PBiyBp+LQ2K96PrwXTh81Nyck9m301plfecYH0Wwl/Ygt3XzKSz24lBg
wDkjIvjO60SKDZ8thOP4CcrK+WC57UE87Owd5XP7fUfiYJ06Rj0JefVkXx6alzc4
Ns1sidB36eHpidAXCDjI
=/N7z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to