squid-deb-proxy needs special handling of Release, Packages, Source
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
squid-deb-proxy (Ubuntu) |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Due to problems in apt, squid-deb-proxy needs special handling of Release, Packages, Sources.
Even the stock ubuntu /etc/squid3/
refresh_pattern (Release|
In orchestra-
refresh_pattern \/(Packages|
I'm suggesting somethin glike:
refresh_pattern \/(Release|
If you dont have this, you can easily end up with a Packages or Sources file that is cached and invalid when compared to Release.
Related bugs:
* bug 972077: apt repository disk format has race conditions
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: squid-deb-proxy 0.6.1
ProcVersionSign
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Mon Apr 2 20:10:37 2012
PackageArchitec
SourcePackage: squid-deb-proxy
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile.
mtime.conffile.
Related branches
- Michael Vogt (community): Approve
-
Diff: 1529 lines (+1334/-0) (has conflicts)34 files modified.bzr-builddeb/default.conf (+2/-0)
30autoproxy (+1/-0)
Makefile (+22/-0)
README (+19/-0)
README.autogenerated (+2/-0)
allowed-networks-src.acl (+12/-0)
apt-avahi-discover (+12/-0)
avahi/Makefile (+10/-0)
avahi/README (+2/-0)
avahi/find_squid_deb_proxy.c (+232/-0)
contrib/squid-deb-proxy.init (+185/-0)
debian/changelog (+192/-0)
debian/compat (+1/-0)
debian/control (+52/-0)
debian/copyright (+14/-0)
debian/po/POTFILES.in (+1/-0)
debian/po/templates.pot (+48/-0)
debian/postrm (+12/-0)
debian/preinst (+54/-0)
debian/rules (+8/-0)
debian/squid-deb-proxy-client-udeb.dirs (+1/-0)
debian/squid-deb-proxy-client-udeb.install (+1/-0)
debian/squid-deb-proxy-client.install (+2/-0)
debian/squid-deb-proxy.config (+11/-0)
debian/squid-deb-proxy.install (+1/-0)
debian/squid-deb-proxy.logrotate (+15/-0)
debian/squid-deb-proxy.postinst (+131/-0)
debian/squid-deb-proxy.postrm (+11/-0)
debian/squid-deb-proxy.templates (+16/-0)
debian/squid-deb-proxy.upstart (+105/-0)
mirror-dstdomain.acl (+21/-0)
squid-deb-proxy.conf (+93/-0)
tests/test_acl.sh (+36/-0)
udeb/80squid-deb-proxy-client (+9/-0)
Changed in squid-deb-proxy (Ubuntu): | |
status: | New → In Progress |
description: | updated |
I'm not convinced this fixes the issue. :(
I am still seeing failure with this patch applied.