[ubuntu/saucy-proposed] net-snmp 5.7.2~dfsg-4ubuntu1 (Accepted)
Andres Rodriguez
andreserl at ubuntu.com
Fri May 17 02:10:34 UTC 2013
net-snmp (5.7.2~dfsg-4ubuntu1) saucy; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/rules: Don't stop service in runlevels 0 and 6.
- debian/snmpd.init: LSBify the init script.
- debian/snmp.preinst, debian/snmp.prerm: Kill any/all processes owned
by snmp user before install/uninstall.
- Add apport hook.
* debian/patches/ubuntu-fix-lp-587828.patch: Drop. Fixed upstream.
net-snmp (5.7.2~dfsg-4) unstable; urgency=low
* debian/snmpd.{init,default,postinst}
- silly bug related to handle /var/run/agentx directory
(Closes: #708335, #708328) Thanks to Hilmar Preuße <hille42 at web.de> and
Vincent Bernat <bernat at debian.org> for reporting
net-snmp (5.7.2~dfsg-3) unstable; urgency=low
* Upload to unstable
* debian/control
- specify version for "Breaks: libsnmp15"
net-snmp (5.7.2~dfsg-2) experimental; urgency=low
* debian/snmpd.{postinst,postrm}
- avoid failure with /var/run/agentx
* debian/control
- add "Breaks: libsnmp15" to snmp since snmp.conf moves from it.
net-snmp (5.7.2~dfsg-1) experimental; urgency=low
* debian/control
- add myself to Uploaders. Thanks, Jochen.
* debian/snmpd.{dirs,init,postinst}
- ensure /var/run/agentx exists since maybe /var/run would be tmpfs, so
would disappear with reboot. Thanks to lintian.
* debian/patches
- add fix_manpage-has-errors_break_line.patch
net-snmp (5.7.2~dfsg-1~0.2) experimental; urgency=low
* Non-maintainer upload.
* debian/rules
- don't specify installdocs -plibsnmp-perl twice.
- add dh_python2 to avoid missing dependency (Closes: #704864)
* debian/control
- set XS-Python-Version: 2.7 to avoid that dh_python2 would fail
net-snmp (5.7.2~dfsg-1~0.1) experimental; urgency=low
* Non-maintainer upload.
* New upstream version 5.7.2 (Closes: #557348, #631063, #684388, #599929,
#673197, #581185, #558356, #568550, #514842, #445608, #557186, #411858,
#428824, #611837, #495060, #527231, #583391, #572414, #668545, #344979,
#397573)
* debian/control
- set "Standards-Version: 3.9.4"
- set "Build-Depends: debhelper (>= 9)" to enable hardening
- set "Build-Depends: automake", instead of automake1.9
- drop "Build-Depends: python-central", use dh_python2 by default, instead
- remove duplicational "Priority:" and "Section:" fields
- make it "Multi-Arch" enable
- add description for non-free snmp-mibs-downloader for users' convinience
(Closes: #561124)
- add "Build-Depends: libmysqld-dev" to support MySQL
- add "Build-Depends: dh-autoreconf"
- use python-all (2.6.6-3~) instead of python-all-dev (>= 2.5.4-1~), python
(>=2.3.5-7) for Build-Depends
- add "Build-Depends: python2.7-dev"
- s/libsnmp-python/python-netsnmp/ as Python Policy compliant
(Closes: #661899)
- Add libsnmp-base to snmp and snmpd's Depends and remove it from
libsnmp30, also remove "Depends: libsnmp-perl (=${binary:Version})" from
libsnmp-dev to adjust dependencies in Multi-Arch compliant.
- simplify libsnmp-perl's Depends to avoid piuparts error
- remove "Conflicts: libsnmp-dev" from libsnmp-dev
- point to git://anonscm.debian.org/pkg-net-snmp/pkg-net-snmp.git for
Vcs-* fields
* debian/compat
- set 9
* debian/*.install
- split into *.manpages
* debian/fixman: drop it.
* debian/*.manpages (Closes: #505149)
- remove unnecessary"snmp" from tail of all man pages
* debian/libsnmp-base.install
- move /usr/share/mibs to /usr/share/snmp/mibs (probably, previous setting
was just wrong...)
- install all mibs/*.txt
* debian/libsnmp-dev.install
- change from "usr/lib/*" to "usr/lib/*/*" to deal with Multi-Arch
* debian/libsnmp30.install
- change from "usr/lib/*.so" to "usr/lib/*/*.so" to deal with Multi-Arch
* debian/snmp.dirs: remove it since unnecessary
* debian/snmpd.dirs: remove lintian overrides direcotry, add /etc/snmp
* debian/libsnmp-dev.dirs: add it
* debian/libsnmp-perl.examples: add it since dh_installexamples target in
previous debian/rules doesn't work correctly.
* debian/patches
- remove all *.README files
- add fix_typo_in_snmpd.conf.patch (Closes: #603593)
Thanks to Slavko <linux at slavino.sk>
- add fix_logging_option.patch (Closes: #616437)
- add fix_snmpcheck_perl_path.patch to provide snmpcheck (Closes: #44373)
- add net-snmp-config_multi-arch.patch to enable Multi-Arch
- add fix_regular_expression.patch enable to build under Multi-Arch
- add to snmptranslate.1.patch fix lintian "hyphen-used-as-minus-sign"
warnings
- add fix_spelling_error.patch to fix typo
- add after_RFC5378 to include some MIBs as DFSF-free code in RFC Documents.
- adjust and refresh 03_makefiles.patch
- add fix_man_error.patch
- drop 25_duplicate_iftable.patch and 44_nlist_kvm.patch since it cannot be
applied to current code.
- drop 32_mnttab_path.patch since it was merged to upstream as
configure.d/config_os_misc4
- drop 56_manpage.patch since most of patches are merged, and others are
unnecessary because upstream files are disappeared.
- refresh 61_vacm_missing_dependency_check.patch
- drop 63_fix_shell.patch since it was merged to upstream
- reapplied 64_missing_lib.patch since upstream source has been changed.
- drop 65_CVE-2012-2141.patch since it was merged to upstream
- drop 66_formatstrings.patch since almost merged to upstream, some of
code are changed in upstream and become unnecessary.
- move 08_defaultconfig.patch to debian/snmptrapd.conf
* debian/rules
- enable hardening
(TODO: building perl module would be failed without -pie)
- specify LDFLAGS to enable hardening
- add "--with autotools-dev,autoreconf"
- export DEB_BUILD_MAINT_OPTIONS to enable hardening
- drop "dh --with python-central" (Closes: #616913)
- drop "include /usr/share/python/python.mk"
- remove "$(PYVERS:%=debian/python-install-stamp-%)"
- move exist python targets under override_dh_install
- remove unnecessary .PHONY lines
- enable tests by removing no instructions with dh_auto_test line
- set DEB_HOST_MULTIARCH to enable Multi-Arch
- enable install snmpcheck
- don't specify to copy files but install them by using .install file
(mostly)
- enable mysql support
- enable AES support (Closes: #447705)
- don't make symlink for /usr/share/doc/libsnmp-perl since other are okay
but it has examples files.
- snmpd doc files link to libsnmp (Closes: #453124)
- libsnmp-perl doc files link to libsnmp
- adjust dh_strip for dbg package.
- adjust dh_clean target
- remove override_dh_auto_build since LD_RUN_PATH is clearly specified
during building perl modules
- add mibII/mta_sendmail to build modules (Closes: #641608)
- install copyright file manually for libsnmp30
- "get-orig-source:" target: really remove IANA files.
- improve specifying MIBs directory with new one.
- add "disman/event-mib" to MIB_MODULES, somehow changes in 5.2.2-5
disappeared (Closes: #562787)
* debian/clean
- most listed files are cared by autotools-dev, so removed.
* debian/snmp.conf: fix typo (Closes: #623499, #647468)
* debian/snmpd.init
- force remove pid files (Closes: #528104)
- deal with MIBs directory changes
* add libsnmp30.lintian-overrides since it seems to be false-positive.
* debian/snmpd.dirs: fix "using of /var/agentx conflicts with FHS"
RFC says "(It may create other, implementation-specific endpoints.)", so
FHS-compliant endpoint is more suitable for Debian system.
(Closes: #672063)
* debian/snmpd.lintian-overrides
- remove above overrides since it's unnecessary anomore.
* move snmp.conf from libsnmp30 to snmp.
* debian/snmpd.default
- Disable loading mteTrigger and mteTriggerConf modules as they don't
work without non-free MIBs.
* libsnmp-perl.postinst: remove it since it's not necesssary because
symlink is handled by debian/rules
Date: Thu, 16 May 2013 21:01:27 -0400
Changed-By: Andres Rodriguez <andreserl at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/net-snmp/5.7.2~dfsg-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 16 May 2013 21:01:27 -0400
Source: net-snmp
Binary: snmpd snmp libsnmp-base libsnmp30 libsnmp30-dbg libsnmp-dev libsnmp-perl python-netsnmp tkmib
Architecture: source
Version: 5.7.2~dfsg-4ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andres Rodriguez <andreserl at ubuntu.com>
Description:
libsnmp-base - SNMP (Simple Network Management Protocol) MIBs and documentation
libsnmp-dev - SNMP (Simple Network Management Protocol) development files
libsnmp-perl - SNMP (Simple Network Management Protocol) Perl5 support
libsnmp30 - SNMP (Simple Network Management Protocol) library
libsnmp30-dbg - SNMP (Simple Network Management Protocol) library debug
python-netsnmp - SNMP (Simple Network Management Protocol) Python support
snmp - SNMP (Simple Network Management Protocol) applications
snmpd - SNMP (Simple Network Management Protocol) agents
tkmib - SNMP (Simple Network Management Protocol) MIB browser
Closes: 44373 344979 397573 411858 428824 445608 447705 453124 495060 505149 514842 527231 528104 557186 557348 558356 561124 562787 568550 572414 581185 583391 599929 603593 611837 616437 616913 623499 631063 641608 647468 661899 668545 672063 673197 684388 704864 708328 708335
Changes:
net-snmp (5.7.2~dfsg-4ubuntu1) saucy; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/rules: Don't stop service in runlevels 0 and 6.
- debian/snmpd.init: LSBify the init script.
- debian/snmp.preinst, debian/snmp.prerm: Kill any/all processes owned
by snmp user before install/uninstall.
- Add apport hook.
* debian/patches/ubuntu-fix-lp-587828.patch: Drop. Fixed upstream.
.
net-snmp (5.7.2~dfsg-4) unstable; urgency=low
.
* debian/snmpd.{init,default,postinst}
- silly bug related to handle /var/run/agentx directory
(Closes: #708335, #708328) Thanks to Hilmar Preuße <hille42 at web.de> and
Vincent Bernat <bernat at debian.org> for reporting
.
net-snmp (5.7.2~dfsg-3) unstable; urgency=low
.
* Upload to unstable
* debian/control
- specify version for "Breaks: libsnmp15"
.
net-snmp (5.7.2~dfsg-2) experimental; urgency=low
.
* debian/snmpd.{postinst,postrm}
- avoid failure with /var/run/agentx
* debian/control
- add "Breaks: libsnmp15" to snmp since snmp.conf moves from it.
.
net-snmp (5.7.2~dfsg-1) experimental; urgency=low
.
* debian/control
- add myself to Uploaders. Thanks, Jochen.
* debian/snmpd.{dirs,init,postinst}
- ensure /var/run/agentx exists since maybe /var/run would be tmpfs, so
would disappear with reboot. Thanks to lintian.
* debian/patches
- add fix_manpage-has-errors_break_line.patch
.
net-snmp (5.7.2~dfsg-1~0.2) experimental; urgency=low
.
* Non-maintainer upload.
* debian/rules
- don't specify installdocs -plibsnmp-perl twice.
- add dh_python2 to avoid missing dependency (Closes: #704864)
* debian/control
- set XS-Python-Version: 2.7 to avoid that dh_python2 would fail
.
net-snmp (5.7.2~dfsg-1~0.1) experimental; urgency=low
.
* Non-maintainer upload.
* New upstream version 5.7.2 (Closes: #557348, #631063, #684388, #599929,
#673197, #581185, #558356, #568550, #514842, #445608, #557186, #411858,
#428824, #611837, #495060, #527231, #583391, #572414, #668545, #344979,
#397573)
* debian/control
- set "Standards-Version: 3.9.4"
- set "Build-Depends: debhelper (>= 9)" to enable hardening
- set "Build-Depends: automake", instead of automake1.9
- drop "Build-Depends: python-central", use dh_python2 by default, instead
- remove duplicational "Priority:" and "Section:" fields
- make it "Multi-Arch" enable
- add description for non-free snmp-mibs-downloader for users' convinience
(Closes: #561124)
- add "Build-Depends: libmysqld-dev" to support MySQL
- add "Build-Depends: dh-autoreconf"
- use python-all (2.6.6-3~) instead of python-all-dev (>= 2.5.4-1~), python
(>=2.3.5-7) for Build-Depends
- add "Build-Depends: python2.7-dev"
- s/libsnmp-python/python-netsnmp/ as Python Policy compliant
(Closes: #661899)
- Add libsnmp-base to snmp and snmpd's Depends and remove it from
libsnmp30, also remove "Depends: libsnmp-perl (=${binary:Version})" from
libsnmp-dev to adjust dependencies in Multi-Arch compliant.
- simplify libsnmp-perl's Depends to avoid piuparts error
- remove "Conflicts: libsnmp-dev" from libsnmp-dev
- point to git://anonscm.debian.org/pkg-net-snmp/pkg-net-snmp.git for
Vcs-* fields
* debian/compat
- set 9
* debian/*.install
- split into *.manpages
* debian/fixman: drop it.
* debian/*.manpages (Closes: #505149)
- remove unnecessary"snmp" from tail of all man pages
* debian/libsnmp-base.install
- move /usr/share/mibs to /usr/share/snmp/mibs (probably, previous setting
was just wrong...)
- install all mibs/*.txt
* debian/libsnmp-dev.install
- change from "usr/lib/*" to "usr/lib/*/*" to deal with Multi-Arch
* debian/libsnmp30.install
- change from "usr/lib/*.so" to "usr/lib/*/*.so" to deal with Multi-Arch
* debian/snmp.dirs: remove it since unnecessary
* debian/snmpd.dirs: remove lintian overrides direcotry, add /etc/snmp
* debian/libsnmp-dev.dirs: add it
* debian/libsnmp-perl.examples: add it since dh_installexamples target in
previous debian/rules doesn't work correctly.
* debian/patches
- remove all *.README files
- add fix_typo_in_snmpd.conf.patch (Closes: #603593)
Thanks to Slavko <linux at slavino.sk>
- add fix_logging_option.patch (Closes: #616437)
- add fix_snmpcheck_perl_path.patch to provide snmpcheck (Closes: #44373)
- add net-snmp-config_multi-arch.patch to enable Multi-Arch
- add fix_regular_expression.patch enable to build under Multi-Arch
- add to snmptranslate.1.patch fix lintian "hyphen-used-as-minus-sign"
warnings
- add fix_spelling_error.patch to fix typo
- add after_RFC5378 to include some MIBs as DFSF-free code in RFC Documents.
- adjust and refresh 03_makefiles.patch
- add fix_man_error.patch
- drop 25_duplicate_iftable.patch and 44_nlist_kvm.patch since it cannot be
applied to current code.
- drop 32_mnttab_path.patch since it was merged to upstream as
configure.d/config_os_misc4
- drop 56_manpage.patch since most of patches are merged, and others are
unnecessary because upstream files are disappeared.
- refresh 61_vacm_missing_dependency_check.patch
- drop 63_fix_shell.patch since it was merged to upstream
- reapplied 64_missing_lib.patch since upstream source has been changed.
- drop 65_CVE-2012-2141.patch since it was merged to upstream
- drop 66_formatstrings.patch since almost merged to upstream, some of
code are changed in upstream and become unnecessary.
- move 08_defaultconfig.patch to debian/snmptrapd.conf
* debian/rules
- enable hardening
(TODO: building perl module would be failed without -pie)
- specify LDFLAGS to enable hardening
- add "--with autotools-dev,autoreconf"
- export DEB_BUILD_MAINT_OPTIONS to enable hardening
- drop "dh --with python-central" (Closes: #616913)
- drop "include /usr/share/python/python.mk"
- remove "$(PYVERS:%=debian/python-install-stamp-%)"
- move exist python targets under override_dh_install
- remove unnecessary .PHONY lines
- enable tests by removing no instructions with dh_auto_test line
- set DEB_HOST_MULTIARCH to enable Multi-Arch
- enable install snmpcheck
- don't specify to copy files but install them by using .install file
(mostly)
- enable mysql support
- enable AES support (Closes: #447705)
- don't make symlink for /usr/share/doc/libsnmp-perl since other are okay
but it has examples files.
- snmpd doc files link to libsnmp (Closes: #453124)
- libsnmp-perl doc files link to libsnmp
- adjust dh_strip for dbg package.
- adjust dh_clean target
- remove override_dh_auto_build since LD_RUN_PATH is clearly specified
during building perl modules
- add mibII/mta_sendmail to build modules (Closes: #641608)
- install copyright file manually for libsnmp30
- "get-orig-source:" target: really remove IANA files.
- improve specifying MIBs directory with new one.
- add "disman/event-mib" to MIB_MODULES, somehow changes in 5.2.2-5
disappeared (Closes: #562787)
* debian/clean
- most listed files are cared by autotools-dev, so removed.
* debian/snmp.conf: fix typo (Closes: #623499, #647468)
* debian/snmpd.init
- force remove pid files (Closes: #528104)
- deal with MIBs directory changes
* add libsnmp30.lintian-overrides since it seems to be false-positive.
* debian/snmpd.dirs: fix "using of /var/agentx conflicts with FHS"
RFC says "(It may create other, implementation-specific endpoints.)", so
FHS-compliant endpoint is more suitable for Debian system.
(Closes: #672063)
* debian/snmpd.lintian-overrides
- remove above overrides since it's unnecessary anomore.
* move snmp.conf from libsnmp30 to snmp.
* debian/snmpd.default
- Disable loading mteTrigger and mteTriggerConf modules as they don't
work without non-free MIBs.
* libsnmp-perl.postinst: remove it since it's not necesssary because
symlink is handled by debian/rules
Checksums-Sha1:
050bb2111ede93bf1bfcde9367dc92b5262a8d9e 3016 net-snmp_5.7.2~dfsg-4ubuntu1.dsc
c2e54386515e04d400fdb89d73907b312829d924 3316488 net-snmp_5.7.2~dfsg.orig.tar.xz
da8f7eaaf434cce5df9c663d1ffcf39e674e73ab 61198 net-snmp_5.7.2~dfsg-4ubuntu1.debian.tar.gz
Checksums-Sha256:
6013987a0f2e4f655650a5880b22666606dfc6f6ff00fcdecf95092a44dcf0d8 3016 net-snmp_5.7.2~dfsg-4ubuntu1.dsc
f336e3223dd641e05734d6b1752fd49cb4172afba1bcc812959e982fa536d3ff 3316488 net-snmp_5.7.2~dfsg.orig.tar.xz
519351836114f51c3fba6cef6e2761f454c0ef0d60701aa5489940d296a0c187 61198 net-snmp_5.7.2~dfsg-4ubuntu1.debian.tar.gz
Files:
5097f2d8ea553f433d42d5537fcab133 3016 net optional net-snmp_5.7.2~dfsg-4ubuntu1.dsc
6cb5706193a61c28e2e8818810a011d3 3316488 net optional net-snmp_5.7.2~dfsg.orig.tar.xz
6cd6f1978e776fbeaedcac467fa2e266 61198 net optional net-snmp_5.7.2~dfsg-4ubuntu1.debian.tar.gz
Original-Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJRlY0TAAoJEEirKvcsSO5OKL0QAJo1vs6B8qywF2s8brR2f5HM
Gv3PmL2LntwW0l1Ro50BxBfbm1216HeW+OMzjbYACtkDstBu/4nNicQAfDJddNq3
UEZsFYANK0esGMSfrV7pSHWX2F5uiW9yIkiRjHR3EmzNpAyH8IcGta+2HNRPNRnf
t4/EUZthzB28NBXrYRjv0OsqsIRDxT2TB7aX7gx7ArUZtOXDlla6NQNy++h7Dn9Z
7gaif2vxGczmddivldaIDlIO4Ut07RoSn4bRHDJjGkuNrAavGMMkpQFtEyqTrHcA
7KORcsb8ApTZpQM3VpF5iyXsfi0pXIiXUQ4e/aPYMdHZxQaFUT/zgeP1B0itAofG
RW1mHsBTW02uSW08EFYRKR0OP0SCuTZtxxk4ioTbtPusk/y15bIV4hldXyztFdjL
0oLXt84BqJnxdOZhL5AEDaWasfFFOUvFGJ3y+wH23KztOop7s21D/XoG5Lxe0BJy
ZSrt+id5EM10L3lEMtyRV/GXJ3DNZz7PYSeNJu05gSTkb4KQInBzOP2w9TIGoM/7
rOf9LOoyroJuB+uZtB6gnXdLSP6iBBJ0dWMvHZ+CKKR2Ihyhri/Grl4A459dW8AR
8G3FTb50582PP0MgYEeaM3OW+grxvmXteFpjFSDTbKnLL6khfdJma1iswQzN8tqS
lOCHiXpzRNGdukcbXhVW
=z7pE
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list