Date: Monday, April 12, 2010 @ 06:31:52 Author: pierre Revision: 77366
upgpkg: net-snmp 5.5-4 enable ipv6 support; FS#19056 Modified: net-snmp/trunk/PKGBUILD Deleted: net-snmp/trunk/ChangeLog -----------+ ChangeLog | 41 ----------------------------------------- PKGBUILD | 12 ++++++------ 2 files changed, 6 insertions(+), 47 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-04-12 06:45:53 UTC (rev 77365) +++ ChangeLog 2010-04-12 10:31:52 UTC (rev 77366) @@ -1,41 +0,0 @@ -2010-03-24 Eric Belanger <[email protected]> - - * net-snmp 5.5-2 - * Fixed broken .so link in man pages (close FS#18605) - -2010-02-06 Eric Belanger <[email protected]> - - * net-snmp 5.5-1 - * Upstream update - -2009-10-21 Eric Belanger <[email protected]> - - * net-snmp 5.4.2.1-2 - * Added python bindings (close FS#15614) - * Added setuptools makedepends - -2008-11-01 Eric Belanger <[email protected]> - - * net-snmp 5.4.2.1-1 - * Upstream update (Security update) - -2008-09-05 Eric Belanger <[email protected]> - - * net-snmp 5.4.2-1 - * Upstream update - -2008-06-23 Eric Belanger <[email protected]> - - * net-snmp 5.4.1.2-1 - * Upstream update - -2008-06-13 Eric Belanger <[email protected]> - - * net-snmp 5.4.1.1-1 - * Upstream update (Security update) - * Added perl-term-readkey and perl-tk optional dependencies for snmpcheck - -2008-04-14 Eric Belanger <[email protected]> - - * net-snmp 5.4.1-4 - * Added libwrap support Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-12 06:45:53 UTC (rev 77365) +++ PKGBUILD 2010-04-12 10:31:52 UTC (rev 77366) @@ -4,7 +4,7 @@ pkgname=net-snmp pkgver=5.5 -pkgrel=3 +pkgrel=4 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" arch=('i686' 'x86_64') url="http://www.net-snmp.org/" @@ -14,10 +14,10 @@ optdepends=('perl-term-readkey: for snmpcheck application' 'perl-tk: for snmpcheck application') provides=('ucd-snmp') options=('!libtool' '!makeflags' '!emptydirs') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz \ - snmpd.rc) -md5sums=('5b2551e7bd024fbbee84dca22a5f13a1' '9f0d13676ba1fae1eb7eb178edd85b43') -sha1sums=('ca03ece79b218af081ee4b273da4e217f459e508' '2c679b564a2c319d9ce2714a9776aa0e6d89c60a') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" + 'snmpd.rc') +md5sums=('5b2551e7bd024fbbee84dca22a5f13a1' + '9f0d13676ba1fae1eb7eb178edd85b43') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -33,7 +33,7 @@ --with-default-snmp-version="3" --with-sys-contact="r...@localhost" \ --with-sys-location="Unknown" --with-logfile="/var/log/snmpd.log" \ --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \ - --with-persistent-directory="/var/net-snmp" || return 1 + --with-persistent-directory="/var/net-snmp" --enable-ipv6|| return 1 make NETSNMP_DONT_CHECK_VERSION=1 LDFLAGS+="-Wl,-rpath -Wl,/usr/lib/perl5/core_perl/CORE" || return 1 }
