diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-30 23:06:21 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-12-30 23:07:29 +0100 |
commit | 0590d74db2a47ed254810f0e2e00bc7cf1c9e3ef (patch) | |
tree | ebac7f66cfe35af23a09b217a56bd7e21dd8d4bc /package/network/utils/iptables/Makefile | |
parent | 10cbc896c0a26aecff37261450c21f29fb5b99db (diff) | |
download | upstream-0590d74db2a47ed254810f0e2e00bc7cf1c9e3ef.tar.gz upstream-0590d74db2a47ed254810f0e2e00bc7cf1c9e3ef.tar.bz2 upstream-0590d74db2a47ed254810f0e2e00bc7cf1c9e3ef.zip |
Revert "iptables: update to 1.8.4"
This reverts commit 10cbc896c0a26aecff37261450c21f29fb5b99db.
The updated iptables package does not build due to the following error
encountered on the buildbots:
cp: cannot stat '.../iptables-1.8.4/ipkg-install/usr/lib/libiptc.so.*': No such file or directory
The changelog mentions "build: remove -Wl,--no-as-needed and libiptc.so" so
it appears as if further packaging changes are needed beyond a simple
version bump.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/iptables/Makefile')
-rw-r--r-- | package/network/utils/iptables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 12efa94355..7e8e6f7eaa 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables -PKG_VERSION:=1.8.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.8.3 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://netfilter.org/projects/iptables/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=993a3a5490a544c2cbf2ef15cf7e7ed21af1845baf228318d5c36ef8827e157c +PKG_HASH:=a23cac034181206b4545f4e7e730e76e08b5f3dd78771ba9645a6756de9cdd80 PKG_FIXUP:=autoreconf PKG_FLAGS:=nonshared |