Commit Graph

15 Commits

Author SHA1 Message Date
Hideki Yamane 6eecf339c0 Fix regular expression
>>> import os
>>> import re
>>> import string
>>> import sys
>>> netsnmp_libs="-Wl,-z,relro -Wl,-z,now -L/usr/lib/x86_64-linux-gnu -lnetsnmp -lcrypto -lm"
>>> print netsnmp_libs
-Wl,-z,relro -Wl,-z,now -L/usr/lib/x86_64-linux-gnu -lnetsnmp -lcrypto -lm
>>> re.findall(r"-l(\S+)", netsnmp_libs)
['inux-gnu', 'netsnmp', 'crypto', 'm']

 Just inserting space will fix this.
>>> re.findall(r" -l(\S+)", netsnmp_libs)
['netsnmp', 'crypto', 'm']
Reviewed-by: Craig Small <csmall@debian.org>
LAst-Update: 2019-02-07

Gbp-Pq: Name fix_regular_expression.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team f515fd834b fix_snmpcheck_perl_path
Author: Hideki Yamane <henrich@debian.org>

Gbp-Pq: Name fix_snmpcheck_perl_path.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 4c8dc390fb Add missing libraries to Makefile
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 64_missing_lib.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team be8a1111c0 Add base-lib-cflags option
Add option "--base-lib-cflags" to net-snmp-config. This flag returns
options needed to link against libnetsnmp. In particular, no perl
specific options are provided.

It was reported in "libsnmp-base: forcing perl headers in net-snmp-config
--cflags breaks perl builds"
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502806
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 62_add_lib_cflags.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team f2b2e9e7fd _libsensors_api
Patch from Jonathan Nieder <jrnieder@gmail.com> to update lmsensors API to libsensors4.

Gbp-Pq: Name 60_libsensors_api.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 4376c7aa08 ICMP parameters for kFreeBSD
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 27_kfreebsd.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 1e85beac1b Preliminary support for kfreebsd.
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 26_kfreebsd.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 9adb25a92f Document paths
Patch documentation files to change paths to Debian specific locations.
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 07_docfiles.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 155a022dab _extramibs
Extra MIB files shipped with Debian.

Gbp-Pq: Name 06_extramibs.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 74e80c9376 _searchdirs
Makefile patch to include libwrap and libsensors libraries and install extra
MIB files.

Gbp-Pq: Name 05_searchdirs.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 7a42910835 Update Makefiles
Makefile patch to include libwrap and libsensors libraries and install
extra MIB files.
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 03_makefiles.patch
2022-06-27 15:01:26 +08:00
Net-SNMP Packaging Team 01543d3031 Ignore interfaces without statistics
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2019-02-07

Gbp-Pq: Name 02_statistics.patch
2022-06-27 15:01:26 +08:00
Craig Small db974ed3d6 Use perl path directly
Original script used /usr/bin/env perl to find the interpreter. This is
against Debian policy 10.4
Last-Update: 2019-01-05

Gbp-Pq: Name pingmib_perl_path
2022-06-27 15:01:26 +08:00
openKylinBot f09a1a2694 Import Debian changes 5.8+dfsg-ok1
net-snmp (5.8+dfsg-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-06-27 15:01:12 +08:00
Lu zhiping f031e13d35 Import Upstream version 5.8+dfsg 2022-06-27 15:01:12 +08:00