~ubuntu-branches/ubuntu/quantal/squid3/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Stefan Bader
  • Date: 2012-06-22 14:18:00 UTC
  • mfrom: (21.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120622141800-c0e3p4wjxekxp1qh
Tags: 3.1.20-1ubuntu1
* Merge from Debian testing (LP: #1016560).  Remaining changes:
  + debian/control:
    - Update maintainer.
    - Suggests apparmor (>= 2.3)
    - Depends on ssl-cert ((>= 1.0-11ubuntu1)
    - Add transitional dummy packages
  + debian/squid3.upstart
    - Move ulimit command to script section so that it applies
      to the started squid daemon. Thanks to Timur Irmatov (LP: 986159)
    - Work around squid not handling SIGHUP by adding respawn to
      upstart job. (LP: 978356)
  + debian/NEWS.Debian: Rename NEWS.debian, add note regarding squid3
    transition in 12.04 (LP: 924739) 
  + debian/rules
    - Re-enable all hardening options lost in the squid->squid3
      transition (LP: 986314)
  + squid3.resolvconf, debian/squid3.postinst, debian/squid3.postrm,
    debian/squid3.preinst, debian/squid3.prerm:
    - Convert init script to upstart
  + debian/patches/99-ubuntu-ssl-cert-snakeoil:
    - Use snakeoil certificates.
  + debian/logrotate
    - Use sar-reports rather than sarg-maint. (LP: 26616)
  + debian/patches/90-cf.data.ubuntu.dpatch:
    - Add an example refresh pattern for debs.
      (foundations-lucid-local-report spec)
  + Add disabled by default AppArmor profile (LP: 497790)
    - debian/squid3.upstart: load profile in pre-start stanza
    - add debian/usr.sbin.squid3 profile
    - debian/rules:
      + install debian/usr.sbin.squid3, etc/apparmor.d/force-complain and
        etc/apparmor.d/disable into $(INSTALLDIR)
      + use dh_apparmor
    - debian/squid3.install: install etc/apparmor.d/disable, force-complain
      and usr.sbin.squid3
    - debian/squid3.preinst: disable profile on clean install or upgrades
      from earlier than when we shipped the profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
squid3 (3.1.20-1ubuntu1) quantal; urgency=low
 
2
 
 
3
  * Merge from Debian testing (LP: #1016560).  Remaining changes:
 
4
    + debian/control:
 
5
      - Update maintainer.
 
6
      - Suggests apparmor (>= 2.3)
 
7
      - Depends on ssl-cert ((>= 1.0-11ubuntu1)
 
8
      - Add transitional dummy packages
 
9
    + debian/squid3.upstart
 
10
      - Move ulimit command to script section so that it applies
 
11
        to the started squid daemon. Thanks to Timur Irmatov (LP: 986159)
 
12
      - Work around squid not handling SIGHUP by adding respawn to
 
13
        upstart job. (LP: 978356)
 
14
    + debian/NEWS.Debian: Rename NEWS.debian, add note regarding squid3
 
15
      transition in 12.04 (LP: 924739) 
 
16
    + debian/rules
 
17
      - Re-enable all hardening options lost in the squid->squid3
 
18
        transition (LP: 986314)
 
19
    + squid3.resolvconf, debian/squid3.postinst, debian/squid3.postrm,
 
20
      debian/squid3.preinst, debian/squid3.prerm:
 
21
      - Convert init script to upstart
 
22
    + debian/patches/99-ubuntu-ssl-cert-snakeoil:
 
23
      - Use snakeoil certificates.
 
24
    + debian/logrotate
 
25
      - Use sar-reports rather than sarg-maint. (LP: 26616)
 
26
    + debian/patches/90-cf.data.ubuntu.dpatch:
 
27
      - Add an example refresh pattern for debs.
 
28
        (foundations-lucid-local-report spec)
 
29
    + Add disabled by default AppArmor profile (LP: 497790)
 
30
      - debian/squid3.upstart: load profile in pre-start stanza
 
31
      - add debian/usr.sbin.squid3 profile
 
32
      - debian/rules:
 
33
        + install debian/usr.sbin.squid3, etc/apparmor.d/force-complain and
 
34
          etc/apparmor.d/disable into $(INSTALLDIR)
 
35
        + use dh_apparmor
 
36
      - debian/squid3.install: install etc/apparmor.d/disable, force-complain
 
37
        and usr.sbin.squid3
 
38
      - debian/squid3.preinst: disable profile on clean install or upgrades
 
39
        from earlier than when we shipped the profile
 
40
 
 
41
 -- Stefan Bader <stefan.bader@canonical.com>  Fri, 22 Jun 2012 14:18:00 +0200
 
42
 
 
43
squid3 (3.1.20-1) unstable; urgency=low
 
44
 
 
45
  * New upstream release
 
46
 
 
47
  * debian/control
 
48
    - Bumped Standard-Version to 3.9.3, no change needed
 
49
    - Added missing dependency on dpkg-dev (>= 1.16.1~)
 
50
 
 
51
  * debian/rules
 
52
    - Enabled hardening options (Closes: #669684)
 
53
 
 
54
  * debian/patches/01-cf.data.debian.patch
 
55
    - Fixed minor typos in configuration file (Closes: #670832, #673350)
 
56
 
 
57
 -- Luigi Gangitano <luigi@debian.org>  Mon, 18 Jun 2012 14:20:53 +0200
 
58
 
1
59
squid3 (3.1.19-1ubuntu5) quantal; urgency=low
2
60
 
3
61
  * d/squid3.upstart: Work around squid not handling SIGHUP by