Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
net-snmp


Commits:
46f2c0a4 by Christian Hesse at 2024-03-16T11:14:53+01:00
enabl blumenthal-aes, depend on openssl

(Well, the latter was true before, just missing.)

- - - - -
c259111b by Christian Hesse at 2024-03-16T11:16:38+01:00
rename the patch

- - - - -
98307e44 by Christian Hesse at 2024-03-16T11:20:33+01:00
upgpkg: 5.9.4-2: rebuild with recent changes

- - - - -


3 changed files:

- .SRCINFO
- net-snmp-5.9.2-pcre2.patch → 0001-pcre2.patch
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = net-snmp
        pkgdesc = A suite of applications used to implement SNMP v1, SNMP v2c 
and SNMP v3 using both IPv4 and IPv6
        pkgver = 5.9.4
-       pkgrel = 1
+       pkgrel = 2
        url = http://www.net-snmp.org/
        arch = x86_64
        license = BSD
@@ -9,6 +9,7 @@ pkgbase = net-snmp
        depends = libnsl
        depends = libpcap
        depends = lm_sensors
+       depends = openssl
        depends = pciutils
        depends = pcre2
        depends = perl
@@ -19,7 +20,7 @@ pkgbase = net-snmp
        options = !makeflags
        source = 
https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.4.tar.gz
        source = 
https://downloads.sourceforge.net/net-snmp/net-snmp-5.9.4.tar.gz.asc
-       source = net-snmp-5.9.2-pcre2.patch
+       source = 0001-pcre2.patch
        source = snmpd.service
        source = snmptrapd.service
        validpgpkeys = 27CAA4A32E371383A33ED0587D5F9576E0F81533


=====================================
net-snmp-5.9.2-pcre2.patch → 0001-pcre2.patch
=====================================


=====================================
PKGBUILD
=====================================
@@ -3,19 +3,19 @@
 
 pkgname=net-snmp
 pkgver=5.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('x86_64')
 url="http://www.net-snmp.org/";
 license=('BSD')
-depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre2' 'perl')
+depends=('libnsl' 'libpcap' 'lm_sensors' 'openssl' 'pciutils' 'pcre2' 'perl')
 makedepends=('python-setuptools')
 optdepends=('perl-term-readkey: for snmpcheck application'
             'perl-tk: for snmpcheck and tkmib applications'
             'python: for the python modules')
 options=('!emptydirs' '!makeflags')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-        ${pkgname}-5.9.2-pcre2.patch
+        0001-pcre2.patch
         snmpd.service snmptrapd.service)
 
sha512sums=('a510fa91a21e9ddc86a12fd1d0bc6b356e63f3ea53f184d2e31439004d41d902390664134dc40b3b828eabb4282eaf3da628a07c4d480fa00eff7e700950c423'
             'SKIP'
@@ -29,17 +29,19 @@ validpgpkeys=('27CAA4A32E371383A33ED0587D5F9576E0F81533'
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../${pkgname}-5.9.2-pcre2.patch
+  patch -Np1 -i ../0001-pcre2.patch
   autoreconf -i
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --sysconfdir=/etc --sbindir=/usr/bin \
     --mandir=/usr/share/man \
-    --enable-ucd-snmp-compatibility \
+    --enable-blumenthal-aes \
     --enable-ipv6 \
+    --enable-ucd-snmp-compatibility \
     --with-python-modules \
     --with-default-snmp-version="3" \
     --with-sys-contact="root@localhost" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/net-snmp/-/compare/b3302b4a0ed8a97abd31714c2804498d41368245...98307e44cceb6cb7f4ccd23e5d680eb442d954ce

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/net-snmp/-/compare/b3302b4a0ed8a97abd31714c2804498d41368245...98307e44cceb6cb7f4ccd23e5d680eb442d954ce
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to