[Pkg-net-snmp-commits] [pkg-net-snmp] 01/06: add add_rocommunity6.patch
Hideki Yamane
henrich at moszumanska.debian.org
Sat Mar 1 12:20:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch master
in repository pkg-net-snmp.
commit 4fd5df98f38d5bafb5a931eb41c46bced02af4d8
Author: Hideki Yamane <henrich at debian.org>
Date: Sun Dec 8 10:54:29 2013 +0900
add add_rocommunity6.patch
---
debian/changelog | 7 +++++++
debian/patches/add_rocommunity6.patch | 13 +++++++++++++
debian/patches/series | 1 +
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b155df4..c4c8014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+net-snmp (5.7.2~dfsg-9) UNRELEASED; urgency=medium
+
+ * add debian/patches/add_rocommunity6.patch
+ - fix snmpwalk using ipv6 (Closes: #717179)
+
+ -- Hideki Yamane <henrich at debian.org> Sun, 08 Dec 2013 10:51:58 +0900
+
net-snmp (5.7.2~dfsg-8) unstable; urgency=low
* add libsnmp-perl.preinst to deal with empty directory by libsnmp15
diff --git a/debian/patches/add_rocommunity6.patch b/debian/patches/add_rocommunity6.patch
new file mode 100644
index 0000000..69bfd10
--- /dev/null
+++ b/debian/patches/add_rocommunity6.patch
@@ -0,0 +1,13 @@
+Index: pkg-net-snmp/EXAMPLE.conf.def
+===================================================================
+--- pkg-net-snmp.orig/EXAMPLE.conf.def 2013-09-04 19:13:13.000000000 +0900
++++ pkg-net-snmp/EXAMPLE.conf.def 2013-09-04 19:13:13.000000000 +0900
+@@ -49,6 +49,8 @@
+ #rocommunity public localhost
+ # Default access to basic system info
+ rocommunity public default -V systemonly
++ # rocommunity6 is for IPv6
++ rocommunity6 public defalut -V systemonly
+
+ # Full access from an example network
+ # Adjust this network address to match your local
diff --git a/debian/patches/series b/debian/patches/series
index 3eb3f1c..aa458ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ fix_typo_in_snmpd.conf.patch
fix_man_error.patch
after_RFC5378
fix_manpage-has-errors_break_line.patch
+add_rocommunity6.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git
More information about the Pkg-net-snmp-commits
mailing list