summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2013-12-08 10:54:29 +0900
committerHideki Yamane <henrich@debian.org>2013-12-08 11:05:33 +0900
commit29fde72498a7a809b5da36c74c8d746e0c0c1e79 (patch)
treebb385f75b2cba247333cda20371f4bb0af5b55ef
parentc12d2a4fc84ac5f856b8b632c4ce0a0a2b10a3c6 (diff)
downloadpkg-net-snmp-29fde72498a7a809b5da36c74c8d746e0c0c1e79.tar.gz
re-add add_rocommunity6.patch
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/add_rocommunity6.patch13
-rw-r--r--debian/patches/series1
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b6b3a70..ea0c90e 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@debian.org> Sun, 08 Dec 2013 10:51:58 +0900
+
net-snmp (5.7.2~dfsg-8.1) unstable; urgency=low
* Non-maintainer upload.
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