~ubuntu-branches/ubuntu/quantal/net-snmp/quantal-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-01-06 00:35:28 UTC
  • mfrom: (1.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110106003528-2qipxkmvug9ik048
Tags: 5.4.3~dfsg-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash (LP: #104738)
  - Removed multiuser option when calling update-rc.d (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work. (LP: #589056)
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall (LP: #573391)
  - Add apport hook (LP: #533603):
    - debian/control: Build-depends on dh-apport.
    - debian/rules:
      + Add --with apport.
      + override_dh_apport to install hook on snmpd package only.
   - debian/patches/ubntu-fix-lp-58728.patch: Fix row creation for 64bit
     arches. (LP: #587828)
   - Fix build failures with ld --no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
net-snmp (5.4.3~dfsg-2ubuntu1) natty; urgency=low
 
2
 
 
3
  * Merge from debian unstable.  Remaining changes:
 
4
    - Set Ubuntu maintainer address.
 
5
    - net-snmp-config: Use bash (LP: #104738)
 
6
    - Removed multiuser option when calling update-rc.d (LP: #254261)
 
7
    - debian/snmpd.init: LSBify the init script.
 
8
    - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
 
9
      (LP: #250459)
 
10
    - debian/snmpd.postinst: source debconf before doing work. (LP: #589056)
 
11
    - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
 
12
      snmp user before install/uninstall (LP: #573391)
 
13
    - Add apport hook (LP: #533603):
 
14
      - debian/control: Build-depends on dh-apport.
 
15
      - debian/rules:
 
16
        + Add --with apport.
 
17
        + override_dh_apport to install hook on snmpd package only.
 
18
     - debian/patches/ubntu-fix-lp-58728.patch: Fix row creation for 64bit
 
19
       arches. (LP: #587828)
 
20
     - Fix build failures with ld --no-add-needed.
 
21
 
 
22
 -- Chuck Short <zulcss@ubuntu.com>  Thu, 06 Jan 2011 00:35:28 +0000
 
23
 
 
24
net-snmp (5.4.3~dfsg-2) unstable; urgency=high
 
25
 
 
26
  * Add libperl-dev to libsnmp-dev dependencies (Closes: #608794)
 
27
  * Add missing include to 61_vacm_missing_dependency_check.patch
 
28
    (Closes: #602809)
 
29
  * High urgency due to RC bug fixes
 
30
 
 
31
 -- Jochen Friedrich <jochen@scram.de>  Wed, 05 Jan 2011 13:03:32 +0100
 
32
 
1
33
net-snmp (5.4.3~dfsg-1ubuntu5) natty; urgency=low
2
34
 
3
35
  * Fix build failure with ld --no-add-needed.