# HG changeset patch # User Hans-G?nter Theisgen # Date 1582901453 -3600 # Node ID 01e110cbf807f864290bb424e8164aee28eec17a # Parent c0a400c412beed90916ecff2278c0188422b5674 updated iptables and iptables-dev again (1.4.21 -> 1.8.4) diff -r c0a400c412be -r 01e110cbf807 iptables-dev/receipt --- a/iptables-dev/receipt Fri Feb 28 15:41:30 2020 +0100 +++ b/iptables-dev/receipt Fri Feb 28 15:50:53 2020 +0100 @@ -22,3 +22,4 @@ cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib } + diff -r c0a400c412be -r 01e110cbf807 iptables/receipt --- a/iptables/receipt Fri Feb 28 15:41:30 2020 +0100 +++ b/iptables/receipt Fri Feb 28 15:50:53 2020 +0100 @@ -13,7 +13,7 @@ WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL" DEPENDS="linux-netfilter" -BUILD_DEPENDS="linux-module-headers" +BUILD_DEPENDS="libmnl-dev linux-module-headers" # Rules to configure and make the package. compile_rules()