Your message dated Thu, 29 Jan 2015 15:19:29 +0000
with message-id <[email protected]>
and subject line Bug#775545: fixed in squid-deb-proxy 0.8.10
has caused the Debian Bug report #775545,
regarding squid-deb-proxy: Missing 
/etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl file
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.)


-- 
775545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775545
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: squid-deb-proxy
Version: 0.8.9
Severity: normal

Dear Maintainer,

   * What led up to the situation? The package does not include the 
/etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl 
   * What exactly did you do (or not do) that was effective (or
     ineffective)? Installed the package
   * What was the outcome of this action? Sends annoying cron messages every 
day that makes me want to cry.
   * What outcome did you expect instead? Include the files.  See 
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1166667 for the 
same bug in ubuntu as it looks like this may be upstream but I didn't want to 
mark it as such without knowing for sure. 

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages squid-deb-proxy depends on:
ii  debconf [debconf-2.0]  1.5.55
ii  squid3                 3.4.8-5

Versions of packages squid-deb-proxy recommends:
ii  avahi-utils  0.6.31-4+b2

squid-deb-proxy suggests no packages.

-- Configuration Files:
/etc/squid-deb-proxy/allowed-networks-src.acl changed:
10.0.0.0/8 
172.16.0.0/12
192.168.0.0/16
127.0.0.1
fe80::/64
::1/128

/etc/squid-deb-proxy/mirror-dstdomain.acl changed:
.debian.org 
cdn.debian.net
http.debian.net
  /etc/squid-deb-proxy/mirror-dstdomain.acl.d

/etc/squid-deb-proxy/squid-deb-proxy.conf changed:
acl allowed_networks src 
"/etc/squid-deb-proxy/autogenerated/allowed-networks-src.acl"
acl to_archive_mirrors dstdomain 
"/etc/squid-deb-proxy/autogenerated/mirror-dstdomain.acl"
acl blockedpkgs urlpath_regex 
"/etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl"
http_port 8000
visible_hostname squid-deb-proxy
maximum_object_size 512 MB
cache_dir aufs /var/cache/squid-deb-proxy 40000 16 256
cache_access_log /var/log/squid-deb-proxy/access.log
cache_log /var/log/squid-deb-proxy/cache.log
cache_store_log /var/log/squid-deb-proxy/store.log
cache_mem 200 MB
maximum_object_size_in_memory 10240 KB
pid_filename /var/run/squid-deb-proxy.pid
refresh_pattern deb$   129600 100% 129600
refresh_pattern udeb$   129600 100% 129600
refresh_pattern tar.gz$  129600 100% 129600
refresh_pattern tar.xz$  129600 100% 129600
refresh_pattern tar.bz2$  129600 100% 129600
refresh_pattern \/(Packages|Sources)(|\.bz2|\.gz|\.xz)$ 0 0% 0 refresh-ims
refresh_pattern \/Release(|\.gpg)$ 0 0% 0 refresh-ims
refresh_pattern \/InRelease$ 0 0% 0 refresh-ims
refresh_pattern changelogs.ubuntu.com/*  0  1% 1
acl Safe_ports port 80
acl Safe_ports port 443 563   
http_access deny !Safe_ports
http_access deny blockedpkgs
http_access allow to_archive_mirrors
http_access allow !to_archive_mirrors
cache allow to_archive_mirrors
cache allow !to_archive_mirrors
http_access allow allowed_networks
http_access deny all
netdb_filename stdio:/var/log/squid-deb-proxy/netdb.state


-- debconf information:
  squid-deb-proxy/ppa-enable: false
  squid-deb-proxy/acl-disable: false

--- End Message ---
--- Begin Message ---
Source: squid-deb-proxy
Source-Version: 0.8.10

We believe that the bug you reported is fixed in the latest version of
squid-deb-proxy, 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.
Michael Vogt <[email protected]> (supplier of updated squid-deb-proxy 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: SHA256

Format: 1.8
Date: Thu, 29 Jan 2015 15:50:49 +0100
Source: squid-deb-proxy
Binary: squid-deb-proxy squid-deb-proxy-client squid-deb-proxy-client-udeb
Architecture: source all
Version: 0.8.10
Distribution: unstable
Urgency: medium
Maintainer: Michael Vogt <[email protected]>
Changed-By: Michael Vogt <[email protected]>
Description:
 squid-deb-proxy - Squid proxy configuration to optimize package downloads
 squid-deb-proxy-client - automatic proxy discovery for APT based on Avahi
 squid-deb-proxy-client-udeb - automatic proxy discovery for APT based on Avahi 
(udeb) (udeb)
Closes: 766519 775545
Changes:
 squid-deb-proxy (0.8.10) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * debian/po/nl.po:
     - add Dutch translation of squid-deb-proxy debconf messages,
       thanks to Frans Spiesschaert (closes: 766519)
 .
   [ Chris Glass ]
   * Don't remove the package blacklist file if it is empty when
     gathering rules. This should fix LP: #1166667 (closes: #775545)
Checksums-Sha1:
 3654b94eab2a1133fa09c0756c21d7e21018d574 1755 squid-deb-proxy_0.8.10.dsc
 6b9d4a9f50d1b32bc5373cdeaf43f66357cd5fe8 24077 squid-deb-proxy_0.8.10.tar.gz
 5ca230536d091c3c7c171477459a46f0cf1c4ca9 15974 squid-deb-proxy_0.8.10_all.deb
 0b09149623f70086accd62eac5dfd57829c316e4 8022 
squid-deb-proxy-client_0.8.10_all.deb
 538c7f825f38261b43cbad3123e4df1d9eb6396b 1094 
squid-deb-proxy-client-udeb_0.8.10_all.udeb
Checksums-Sha256:
 2faea82dc96b96f0573d55e60111341e0749827f72b72b1b62cfa79f444dfa9c 1755 
squid-deb-proxy_0.8.10.dsc
 46f2ddd9846b91fe07bf45b574d21d2fbc3ff11d64548468977ef5f7109715ba 24077 
squid-deb-proxy_0.8.10.tar.gz
 dec53cc61098d38a1936f23bafe8bd3e16acfcd30b5060921e8fa3efaab00e5d 15974 
squid-deb-proxy_0.8.10_all.deb
 f24ed01a47c18c741b393251a909c29d341870bc06106de8f73de05123aab9a4 8022 
squid-deb-proxy-client_0.8.10_all.deb
 e06af68802ddedd037cc493ccad59037bf4986780f94cb70b8f122937fb6f55b 1094 
squid-deb-proxy-client-udeb_0.8.10_all.udeb
Files:
 509657ee7942df0aa3bd4b610b50603e 1755 net extra squid-deb-proxy_0.8.10.dsc
 64e3d4f08fe68284ce651f7e0de7cd99 24077 net extra squid-deb-proxy_0.8.10.tar.gz
 503b7d7823a56b1a887b1708adef7e5e 15974 net extra squid-deb-proxy_0.8.10_all.deb
 0600cb9cd689eef987295e96d77ac82e 8022 net extra 
squid-deb-proxy-client_0.8.10_all.deb
 b8310c9e30b011d58e6ab5c3d1378d51 1094 debian-installer extra 
squid-deb-proxy-client-udeb_0.8.10_all.udeb
Package-Type: udeb

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

iQIcBAEBCAAGBQJUykkpAAoJEJjKuzq9TKWeRTEQALYpCALHPcLESUx5002QVUKI
Oe9NYLRAH6MdRtYRsCogaMc1fFalo9s3zjRkIEtEVE8puf2XkLptKnVgRWweDcoZ
CoUiQ3LqtK6AGfi/u6q3uTQeeMHD8DChgjSirWYg+1qiuTAQGhljBGA8z8Avu/ig
iGRbftFUpZ7yAq6XFpoIz34hle+4UX/dnw7oJh537EpBXX9R2mzXPrLNCL1hWZ5L
LYOVeEOjygNKyayxTpJiMXuYCUa0ViDfYtfhrCkhaakVRaOlCDpyKI95yFcMs4az
lhdysNSEJ9oboQLMfQLcOKZX0cOuVFkyjvGtXBsqRTK4u6gfz6zsD7tdydvDy0fc
fFQZM4lyjB1G/Qq2mLf/oZ9adoi3S3VzLDn+tztbx+TW4nrzlfMAVYsyEs7ON8NR
d+oSLkSAWeDXO4OpBDc4OoRobKPi2z+T33PLD9A72/IkjZnBntWdN9jF0OwgBjqw
xRoykLu8YRR+q2uH2fN2K0uM0V+geFqk4mNhMHIQF9au56NH+YYvACKGlaLw/VLD
9upfTgRMPhUHf4nJFsZcYvU7AFwmSFvgU0zmiKv9zj34Acs5qsO+KWHecyqbr905
NAfzTpaMFif67a9/FwYuqhcpMs/bxI5sEHBVwZn8maUBqFbyOSDsvGVkUsl3+b4l
0N4bkFPgH/07jvyDo5WI
=0iFG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to