File tree 2 files changed +26
-0
lines changed
src/snmpd/patch-5.7.3+dfsg
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ From db633987abf1ea093cb1785b3cd37adfdb55e4cc Mon Sep 17 00:00:00 2001
2
+
3
+ Date: Mon, 15 Oct 2018 22:30:28 +0000
4
+ Subject: [PATCH] Disable SNMPv1
5
+
6
+ Signed-off-by: Qi Luo <
[email protected] >
7
+ ---
8
+ debian/rules | 1 +
9
+ 1 file changed, 1 insertion(+)
10
+
11
+ diff --git a/debian/rules b/debian/rules
12
+ index 9eb8d2d..4c3b5b6 100755
13
+ --- a/debian/rules
14
+ +++ b/debian/rules
15
+ @@ -42,6 +42,7 @@ endif
16
+ override_dh_auto_configure:
17
+ dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
18
+ --with-persistent-directory=/var/lib/snmp \
19
+ + --disable-snmpv1 \
20
+ --enable-ucd-snmp-compatibility \
21
+ --enable-shared --with-cflags="$(CFLAGS) -DNETSNMP_USE_INLINE" \
22
+ --with-ldflags="$(LDFLAGS)" \
23
+ - -
24
+ 2.18.0
25
+
Original file line number Diff line number Diff line change 1
1
0001-SNMP-Stop-spamming-logs-with-statfs-permission-denie.patch
2
2
0002-at.c-properly-check-return-status-from-realloc.-Than.patch
3
3
0003-CHANGES-BUG-2743-snmpd-crashes-when-receiving-a-GetN.patch
4
+ 0004-Disable-SNMPv1.patch
You can’t perform that action at this time.
0 commit comments