summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-07-09 06:27:22 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-07-09 06:27:22 +0000
commit5781ccbb4e495879cd8de8cef4614175092cd017 (patch)
treee08110a3cb380fb8d6e3750e91f501ce9c8ba31d /net-firewall/iptables/files
parentMarked stable on mips. (diff)
downloadhistorical-5781ccbb4e495879cd8de8cef4614175092cd017.tar.gz
historical-5781ccbb4e495879cd8de8cef4614175092cd017.tar.bz2
historical-5781ccbb4e495879cd8de8cef4614175092cd017.zip
separated extensions USE flag into imq and l7filter as promised to vapier/hansmi/wolf31o2(?) (long time ago). Added upstream patch for errnum (bug #139726)
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'net-firewall/iptables/files')
-rw-r--r--net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-errno.patch28
-rw-r--r--net-firewall/iptables/files/digest-iptables-1.3.5-r39
2 files changed, 37 insertions, 0 deletions
diff --git a/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-errno.patch b/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-errno.patch
new file mode 100644
index 000000000000..5897bb1ecb97
--- /dev/null
+++ b/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-errno.patch
@@ -0,0 +1,28 @@
+Index: libiptc/libiptc.c
+===================================================================
+--- libiptc/libiptc.c (revision 6587)
++++ libiptc/libiptc.c (revision 6588)
+@@ -2096,10 +2096,8 @@
+
+ ret = setsockopt(sockfd, TC_IPPROTO, SO_SET_REPLACE, repl,
+ sizeof(*repl) + repl->size);
+- if (ret < 0) {
+- errno = ret;
++ if (ret < 0)
+ goto out_free_newcounters;
+- }
+
+ /* Put counters back. */
+ strcpy(newcounters->name, (*handle)->info.name);
+@@ -2190,10 +2188,8 @@
+
+ ret = setsockopt(sockfd, TC_IPPROTO, SO_SET_ADD_COUNTERS,
+ newcounters, counterlen);
+- if (ret < 0) {
+- errno = ret;
++ if (ret < 0)
+ goto out_free_newcounters;
+- }
+
+ free(repl->counters);
+ free(repl);
diff --git a/net-firewall/iptables/files/digest-iptables-1.3.5-r3 b/net-firewall/iptables/files/digest-iptables-1.3.5-r3
new file mode 100644
index 000000000000..cb7e3908a25a
--- /dev/null
+++ b/net-firewall/iptables/files/digest-iptables-1.3.5-r3
@@ -0,0 +1,9 @@
+MD5 9adae8be9562775a176fc1b275b3cb29 iptables-1.3.0-imq1.diff 5369
+RMD160 8ca1fa3bfea02d27232d8d8cb0a12586dd4537b5 iptables-1.3.0-imq1.diff 5369
+SHA256 0f9d36e48b3f1e83ef9e1d39c19e7271a889a31c65c396c416200eb143f1795b iptables-1.3.0-imq1.diff 5369
+MD5 00fb916fa8040ca992a5ace56d905ea5 iptables-1.3.5.tar.bz2 191820
+RMD160 3364e0f37f67ba4aa9ac9caa6f11adb67887e528 iptables-1.3.5.tar.bz2 191820
+SHA256 1d8ee8634d167b0f1a8872b6547910c11bae676699faf2b4bc2c84a128449c3c iptables-1.3.5.tar.bz2 191820
+MD5 b590a0f6fe809f8e1852ee96687644f9 netfilter-layer7-v2.2.tar.gz 88944
+RMD160 cf421e6ef4acf5b9107feacaee6566d55ad21683 netfilter-layer7-v2.2.tar.gz 88944
+SHA256 e82cc356ece2bea3da2bb4b467063a96337ced4bde6127a44f0296245e74d57d netfilter-layer7-v2.2.tar.gz 88944