diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 4 | ||||
-rw-r--r-- | package/iptables/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 14013c34d..644e89a23 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= hostapd -PKG_VERSION:= 0.7.1 +PKG_VERSION:= 0.7.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= 3c4f71a889803935c7eb40fac6539d7c +PKG_MD5SUM:= f47689c62ee8c1c59989b402d4f130c3 PKG_DESCR:= an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator PKG_SECTION:= net PKG_DEPENDS:= libnl libopenssl diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 4aa2d58bf..1696dcabb 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iptables -PKG_VERSION:= 1.4.6 +PKG_VERSION:= 1.4.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= c67cf30e281a924def6426be0973df56 +PKG_MD5SUM:= 697ed89f37af4473a5f6349ba2700f2d PKG_DESCR:= The netfilter firewalling software PKG_SECTION:= net PKG_DEPENDS:= kmod-ip-nf-iptables kmod-nf-conntrack |