diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-17 12:50:56 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-17 12:50:56 +0000 |
commit | 5ae7e3eaad3b15176a7f8d5076d4764e9280db96 (patch) | |
tree | d1c741885e9f94584d41daa260972401846dbe2b /packages/iptables/iptables_1.3.8.bb | |
parent | 16ddc0d8855b835d7cf831e71b40efda56095058 (diff) |
iptables: backport fix for "getsockopt failed strangely" (Closes: #3260)
Diffstat (limited to 'packages/iptables/iptables_1.3.8.bb')
-rw-r--r-- | packages/iptables/iptables_1.3.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/iptables/iptables_1.3.8.bb b/packages/iptables/iptables_1.3.8.bb index eccc1c077a..3b63c478ba 100644 --- a/packages/iptables/iptables_1.3.8.bb +++ b/packages/iptables/iptables_1.3.8.bb @@ -3,8 +3,9 @@ HOMEPAGE = "http://www.netfilter.org/" SECTION = "console/utils" LICENSE = "GPL" RRECOMMENDS = "kernel-module-ip-tables kernel-module-iptable-filter" -PR = "r0" +PR = "r1" SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ + file://getsockopt-failed.patch;patch=1 \ " S = "${WORKDIR}/iptables-${PV}" |