File: changelog

package info (click to toggle)
squid-deb-proxy 0.8.15%2Bnmu1
  • links: PTS
  • area: main
  • in suites:
  • size: 252 kB
  • sloc: sh: 315; ansic: 145; python: 100; makefile: 32
file content (518 lines) | stat: -rw-r--r-- 17,246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
squid-deb-proxy (0.8.15+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add apparmor profiles to work (Closes: #932501)

 -- Hideki Yamane <henrich@debian.org>  Mon, 14 Jun 2021 23:41:11 +0900

squid-deb-proxy (0.8.15) unstable; urgency=medium

  [ Graham Cantin ]
  * apt-avahi-discover: port to python3

  [ Michael Vogt ]
  * merged NMU changes, thank you Hideki and Helge
  * modernize packaging
  * fix lintian issues
  * run debconf-updatepo
  * allowed-networks-src.acl: add fd00::/8 (IPv6 ULA addresses)
    to allowed clients

 -- Michael Vogt <mvo@debian.org>  Sat, 18 Jan 2020 19:00:55 +0100

squid-deb-proxy (0.8.14+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * move /etc/apt/conf.d/30autoproxy to under /usr/share/squid-deb-proxy-client
    and make symlink to it, to avoid package fetch failure after removed its
    package (Closes: #867682)

 -- Hideki Yamane <henrich@debian.org>  Sat, 16 Mar 2019 15:30:32 +0900

squid-deb-proxy (0.8.14+nmu1) unstable; urgency=medium

  * Non-maintainer upload with maintainer consent
  * debian/po/pt.po:
    - add (updated) Portuguese translation of squid-deb-proxy debconf messages,
      thanks to Rui Branco (closes: #710442, #858747))

 -- Helge Kreutzmann <debian@helgefjell.de>  Wed, 15 Aug 2018 20:25:06 +0200

squid-deb-proxy (0.8.14) unstable; urgency=medium

  * depend on squid3 instead of squid, thanks to
    HIGUCHI Daisuke (VDR dai), closes: #813082

 -- Michael Vogt <mvo@debian.org>  Fri, 29 Jan 2016 17:55:43 +0100

squid-deb-proxy (0.8.13) unstable; urgency=medium

  * add README.md to squid-deb-proxy install, thanks to
    Daniel Stender (closes: 796388)

 -- Michael Vogt <mvo@debian.org>  Mon, 24 Aug 2015 11:54:14 +0200

squid-deb-proxy (0.8.12) unstable; urgency=medium

  * squid-deb-proxy.conf:
    - handle Translation-.* the same way as the other indexfiles
      (LP: #1474417). Thanks to Scott Moser.

 -- Michael Vogt <mvo@debian.org>  Thu, 16 Jul 2015 09:13:03 +0200

squid-deb-proxy (0.8.11) unstable; urgency=low

  [ Vagrant Cascadian ]
  * add /etc/resolvconf/update-libc.d/squid-deb-proxy (closes: #780083)
  
  [ Robie Basak ]
  * Simplify upstart "start on" to match squid3, to fix runlevel
    transition problem (LP: #1456662)

 -- Michael Vogt <mvo@debian.org>  Wed, 27 May 2015 09:12:49 +0200

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)

 -- Michael Vogt <mvo@debian.org>  Thu, 29 Jan 2015 15:50:49 +0100

squid-deb-proxy (0.8.9) unstable; urgency=low

  [ Vagrant Cascadian ]
  * squid-deb-proxy.conf:
    - add refresh patterns for tar.xz,tar.bz2 (closes: #756357)
    - use squid-deb-proxy specific netdb_filename (closes: #760666)
  
  [ Michael Vogt ]
  * improve README to explain better how to use it when 
    squid-deb-proxy-client is not a option

 -- Michael Vogt <mvo@debian.org>  Wed, 10 Sep 2014 16:07:07 +0200

squid-deb-proxy (0.8.8) unstable; urgency=low

  [ Vagrant Cascadian ]
  * remove unowned files on purge (closes: #705995)
  
  [ Chris Glass ]
  * lp:~tribaal/squid-deb-proxy/refresh-ims:
    - add "refresh-ims" options to the refresh patterns for the 
      index files

 -- Michael Vogt <mvo@debian.org>  Fri, 18 Jul 2014 13:25:47 +0200

squid-deb-proxy (0.8.7) unstable; urgency=low

  * debian/po/es.po:
    - updated debconf translation, thanks to Camaleón
      (closes: #739510)
  * init-common.sh:
    - fix squid-deb-proxy restart bug that caused the proxy to disappear
      from the announced avahi services (closes: 728791)

 -- Michael Vogt <mvo@debian.org>  Sat, 15 Mar 2014 16:39:26 +0100

squid-deb-proxy (0.8.6) unstable; urgency=low

  [ Michael Vogt ]
  * ensure /etc/avahi/services/squid-deb-proxy.service is removed
    on package removal
  * debian/po/es.po:
    - New Spanish debconf translation, thanks to Camaleón 
      (closes: #733495)
  
  [ Chris Glass ]
  * lp:~tribaal/squid-deb-proxy/extra-default-networks:
    - add two more example repos

 -- Michael Vogt <mvo@debian.org>  Sat, 25 Jan 2014 22:27:08 +0100

squid-deb-proxy (0.8.5) unstable; urgency=low

  [ James Page ]
  * lp:~james-page/squid-deb-proxy/fixup-cache-init:
    Ensure squid does not daemonize when creating cache directories
    (LP: #1247886)

 -- Michael Vogt <mvo@debian.org>  Thu, 12 Dec 2013 22:22:34 +0100

squid-deb-proxy (0.8.4) unstable; urgency=low

  * mirror-dstdomain.acl.Debian:
    - add http.debian.net to the allowed destinations (closes: #724229)

 -- Michael Vogt <mvo@debian.org>  Mon, 23 Sep 2013 10:39:35 +0200

squid-deb-proxy (0.8.3) unstable; urgency=low

  * debian/squid-deb-proxy.postinst:
    - use "reload" instead of "restart" to avoid confusing error message
      that squid-deb-proxy did not start (when it did) on fresh installs
      or dpkg-reconfigure
  * mirror-dstdomain.acl.Debian:
    - add cdn.debian.net to the default allowed destinations
  * apt-avahi-discover:
    - improve --debug output
  * debian/squid-deb-proxy.init:
    - ensure that reload re-generates the ACL configuration

 -- Michael Vogt <mvo@debian.org>  Fri, 20 Sep 2013 16:14:53 +0200

squid-deb-proxy (0.8.2) unstable; urgency=low

  * apt-avahi-discover:
    - do not depend on python-apt and use /usr/bin/apt-config instead
      to get the "APT::Avahi-Discover::Timeout" configuration value
      (closes: #722932)

 -- Michael Vogt <mvo@debian.org>  Thu, 19 Sep 2013 14:56:55 +0200

squid-deb-proxy (0.8.1) unstable; urgency=low

  [ Julian Andres Klode ]
  * apt-avahi-discover:
    - Fix a check for IPv6 addresses
    - Really ignore non-accepting hosts (Closes: #722253)

 -- Michael Vogt <mvo@debian.org>  Wed, 11 Sep 2013 18:23:46 +0200

squid-deb-proxy (0.8) unstable; urgency=low

  [ Andrew Simpson ]
  * debian/squid-deb-proxy.init:
    - fix incorrect functions in reload() (closes: #720365)
  
  [ Michael Vogt ]
  * apt-avahi-discover:
    - when a _apt_proxy._tcp server is found, try to connect to
      it before using it
    - when multiple _apt_proxy._tcp servers are found, use the one
      that provides the quickest answer (closes: #722253, #718788)
    Thanks to Paul Wise and Julian Andres Klode for the suggestions
  
  [ Julian Andres Klode ]
  * apt-avahi-discover:
    - Pass -f to avahi-browse to not produce error messages if it cannot 
      find a service (closes: #722253)

 -- Michael Vogt <mvo@debian.org>  Tue, 10 Sep 2013 16:15:53 +0200

squid-deb-proxy (0.7.2) unstable; urgency=low

  [ Chris J Arges ]
  * Add additional ipv6 localhost address. (LP: #1195430) 

 -- Michael Vogt <mvo@debian.org>  Tue, 09 Jul 2013 16:37:19 +0200

squid-deb-proxy (0.7.1) unstable; urgency=low

  * fix package description, thanks to  martin f krafft
    (closes: #705813)
  * merge reviewed package description and debconf templates, many
    thanks to Christian PERRIER and Justin B Rye (closes: #705794)
  * fix btfs, closes: #707507
  * merge patch to use dpkg-vendor instead of lsb_release -i -s
    thanks to  Felix Geyer (closes: #706521)
  * debian/po/sk.po:
    - add, thanks to helix84 (closes: #709109)
  * debian/po/da.po:
    - added, thanks to Joe Dalton (closes: #708854)
  * debian/po/ru.po:
    - added, thanks to Yuri Kozlov (closes: #708728)
  * debian/po/de.po:
    - added, thanks to Chris Leick (closes: #709630)
  * debian/po/it.po:
    - added, thanks to Beatrice Torracca (closes: #709881)
  * debian/po/cs.po:
    - added, thanks to Michal Šimůnek  (closes: #710114)
  * debian/po/pl.po:
    - added, thanks to Michał Kułach  (closes: #710389)
  * debian/po/ja.po:
    - added, thanks to "victory" (closes: #710436)
  * debian/po/fr.po:
    - added, thanks to "jean-pierre giraud" (closes: #711140)
  * debian/po/sv.po:
    - added, thanks to "Martin Bagge" (closes: #712652)
  
 -- Michael Vogt <mvo@debian.org>  Tue, 18 Jun 2013 13:33:41 +0200

squid-deb-proxy (0.7) unstable; urgency=low

  * add a debian default config
  * enable sysv init script
  * refactor shell helper code into init-common.sh
  * initial debian upload (closes: #574081)

 -- Michael Vogt <mvo@debian.org>  Tue, 09 Apr 2013 19:11:43 +0200

squid-deb-proxy (0.6.8) raring; urgency=low

  * apt-avahi-discover:
    - skip ipv6 link-local addresses, thanks to Edwin Amsler

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 09 Apr 2013 18:50:45 +0200

squid-deb-proxy (0.6.7) raring; urgency=low

  * lp:~nobuto/squid-deb-proxy/allow-ubuntu-cloud-archive:
    - allowing caching of the "Ubuntu Cloud Archive" repository by 
      default
  * allow caching of .extras.ubuntu.com

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 06 Dec 2012 11:47:25 +0100

squid-deb-proxy (0.6.6) quantal; urgency=low

  * remove the autogenerated blacklist file if it contains no data
    (LP: #1053682)

 -- Brian Murray <brian@ubuntu.com>  Thu, 20 Sep 2012 15:28:54 -0700

squid-deb-proxy (0.6.5) quantal; urgency=low

  [ Simon Déziel ]
  * lp:~sdeziel/squid-deb-proxy/remove-unused-acls:
    - remove all and localhost acls as they are buildin in squid3
      (LP: #1005257)
  
  [ Michael Vogt ]
  * debian/control:
    - only depend on squid3

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 24 Aug 2012 17:17:18 +0200

squid-deb-proxy (0.6.4) quantal; urgency=low

  [ Andy Whitcroft ]
  * squid-deb-proxy: advertise on IPv6 (LP: #1021298)
   - add IPv6 stanza to avahi configuration
   - add IPv6 link local addresses to default acls
  * squid-dev-proxy-client: support IPv6 addressing when offered under avahi
   - switch to python script to allow validation of the addresses against
     the public address families we have on our interfaces (uses the same
     algorithm used in apt to avoid "something wierd" errors)
   - look for IPv6 then IPv4 addresses in avahi browse responses
   - stop using the incoming interface specifier to imply address type
     use address form itself
   - format IPv6 addresses using the http://[address]:port/ form

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 09 Jul 2012 17:43:11 +0200

squid-deb-proxy (0.6.3) precise-proposed; urgency=low

  [ Simon Déziel ]
  * Support squid and squid3 in logrotate config (LP: #984806)

  [ Michael Vogt ]
  * mirror-dstdomain.acl:
    - fix typo, thanks to Paolo Rotolo (LP: #978696)
  
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 19 Apr 2012 14:46:24 +0200

squid-deb-proxy (0.6.2) precise; urgency=low

  [ Michael Vogt ]
  * squid-deb-proxy.conf:
    - use "aufs" instead of "ufs" for the cache directory. Thanks
      to Robert Colins for this suggestion

  [ Robie Basak ]
  * squid-deb-proxy.conf: always refresh Packages and Release files.
    (LP: #952364)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Apr 2012 22:09:12 +0200

squid-deb-proxy (0.6.1) precise; urgency=low

  [ Adam Gandelman ]
  * debian/squid-deb-proxy.upstart: Wrap squid execution in a script section.
    Also test for location/version of squid there, as the existing test in
    pre-start is out of scope but needed in both places. (LP: #893313)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 24 Nov 2011 16:26:34 +0100

squid-deb-proxy (0.6) precise; urgency=low

  * add (optional) support for squid3

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 03 Nov 2011 10:44:06 -0400

squid-deb-proxy (0.5.2) oneiric; urgency=low

  * Rework/simplify/fix the udeb based on the input from 
    Colin Watson (thanks a lot!)
  * fix a bunch of lintian errors:
    - add missing po-debconf as build-depends
    - add debian/po/{POTFILES.in,templates.pot}

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 30 Jun 2011 12:09:19 +0100

squid-deb-proxy (0.5.1) oneiric; urgency=low

  * debian/control:
    - fix architecture in squid-deb-proxy-client-udeb

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 28 Jun 2011 12:35:19 +0100

squid-deb-proxy (0.5) oneiric; urgency=low

  * merged lp:~lynxman/squid-deb-proxy/debhooks, many thanks
    this adds debconf support to enable unrestricted network src
    access and access to PPA destinations
  * add support for a binary packagename blacklist
  * add .d directories for:
     - allowed-networks-src.acl.d
     - mirror-dstdomain.acl.d
     - pkg-blacklist.d
  * add squid-deb-proxy-client udeb 
  * write debconf generated config to 
     /etc/squid-deb-proxy/allowed-networks-src.acl.d/30-debconf
     /etc/squid-deb-proxy/mirror-dstdomain.acl.d/30-debconf
  * debian/control:
    - add avahi and pkg-config to the build-depends

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 09 Jun 2011 15:34:11 +0200

squid-deb-proxy (0.4.2) natty; urgency=low

  * mirror-dstdomain.acl:
    - add mirrors.ubuntu.com for the mirror methods

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 24 Mar 2011 17:50:10 +0100

squid-deb-proxy (0.4.1) natty; urgency=low

  * remove obsolete conffile on upgrade:
    /etc/init/squid-deb-proxy-avahi.conf

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 24 Mar 2011 08:51:41 +0100

squid-deb-proxy (0.4) natty; urgency=low

  * mirror-dstdomain.acl:
    - add ddebs.ubuntu.com to default mirrors
  * apt-avahi-discover:
    - use avahi-resolve to workaround the issue that avahi-browse
      sometimes hands out ipv6 even when asked for ipv4 only,
      many thanks to Andrew Simpson (LP: #686265)
  * contrib/squid-deb-proxy.init:
    - add sysv init script, thanks to Andrew Simpson
  * debian/squid-deb-proxy.upstart:
    - write avahi services file on post-start and kill it again
      on pre-stop (LP: #695937)
  * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:
    - removed, this is part of squid-deb-proxy.upstart now
  * Makefile:
    - fix permission of 30autoproxy (LP: #697955)
  * debian/squid-deb-proxy.logrotate:
    - add logrotate file (LP: #718923), thanks to
      Johan van Dijk and Andrew Simpson

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2011 21:53:11 +0100

squid-deb-proxy (0.3.4) natty; urgency=low

  * Removing expect fork and passing -N to squid to prevent upstart
    losing track of squid on reload (LP: #573853)

 -- Clint Byrum <clint@ubuntu.com>  Tue, 11 Jan 2011 15:07:37 -0800

squid-deb-proxy (0.3.3) natty; urgency=low

  * Adjusting upstart job so restarting squid-deb-proxy does not result
    in killing squid-deb-proxy-avahi. (LP: #677276)
  * Also adjusting upstart job so squid-deb-proxy does not get started
    a real network interface is up and all local filesystems are mounted 

 -- Clint Byrum <clint@ubuntu.com>  Thu, 18 Nov 2010 16:27:24 -0800

squid-deb-proxy (0.3.2) natty; urgency=low

  [ Colin Dean ]
  * adding other ubuntu/canonical repos and some suggested 
    others (but commented) (LP: #673080)
  * Added commented lines which allow non-specified domains to be 
    accessed and (optionally) cached

  [ Jorge O. Castro ]
  * Add some popular repositories to cache (commented out)
  
  [ Michael Vogt ]
  * README: 
    - updated to document the new options
  * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:
    - fix upstart script so that the avahi service actually gets
      started (LP: #655187)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 10 Nov 2010 10:45:49 +0100

squid-deb-proxy (0.3.1) lucid; urgency=low

  * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:
    - start only once avahi-daemon is available (thanks to dholbach)
  * debian/control:
    - add dependency on apt for squid-deb-proxy-client
  (thanks to dholbach)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 18 Mar 2010 15:05:12 +0100

squid-deb-proxy (0.3) lucid; urgency=low

  * debian/squid-deb-proxy.squid-deb-proxy-avahi.upstart:
    - advertise the proxy using avahi (if avahi is availalbe)
  * debian/control:
    - add recommends on avahi-utils to get avahi-publish
  * apt-avahi-discover:
    - provide a avahi based module suitable for apts 
      Acquire::http::ProxyAutoDetect option
  * 30autoproxy:
    - add apt configuration that automatically uses apt-avahi-discover

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 17 Feb 2010 14:04:56 +0100

squid-deb-proxy (0.2.3) lucid; urgency=low

  * debian/control:
    - move Vcs to lp:~squid-deb-proxy-developers/squid-deb-proxy/trunk
    - add homepage
  * mirror-dstdomain.acl:
    - add ports.ubuntu.com

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 27 Jan 2010 15:02:15 +0100

squid-deb-proxy (0.2.2) lucid; urgency=low

  * mirror-dstdomain.acl:
    - add security.ubuntu.com to the allowed destdomains

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 26 Jan 2010 09:19:50 +0100

squid-deb-proxy (0.2.1) lucid; urgency=low

  * initial lucid upload

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 25 Jan 2010 18:13:26 +0100

squid-deb-proxy (0.2) lucid; urgency=low

  * README:
    - add documentation
  * *.acl:
    - split the bits that the user will most likely change into 
      different files

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 25 Jan 2010 18:13:15 +0100

squid-deb-proxy (0.1) lucid; urgency=low

  * initial version

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Jan 2010 12:11:19 +0100