mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
iptables: bump version
Closes #1417 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
aa3486fd52
commit
bc7ffe741e
5
CHANGES
5
CHANGES
@ -8,8 +8,8 @@
|
|||||||
New packages: librsync, lmbench, netperf, squid
|
New packages: librsync, lmbench, netperf, squid
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
|
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
|
||||||
freetype, iperf, less, libgcrypt, libglib2, libpng, libxml2,
|
freetype, iperf, iptables, less, libgcrypt, libglib2, libpng,
|
||||||
mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
|
libxml2, mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
|
||||||
setserial, squashfs, wget, xlib_libXfont
|
setserial, squashfs, wget, xlib_libXfont
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
@ -28,6 +28,7 @@
|
|||||||
#1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
|
#1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
|
||||||
#1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
|
#1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
|
||||||
#1411: [SECURITY] Update openssl package to 0.9.8n
|
#1411: [SECURITY] Update openssl package to 0.9.8n
|
||||||
|
#1417: Bump iptables to 1.4.7
|
||||||
#1429: [SECURITY] Update php to 5.2.13
|
#1429: [SECURITY] Update php to 5.2.13
|
||||||
#1441: Add binutils 2.20.1
|
#1441: Add binutils 2.20.1
|
||||||
#1447: Package installation on target with debug symbols is broken
|
#1447: Package installation on target with debug symbols is broken
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# iptables
|
# iptables
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
IPTABLES_VERSION = 1.4.6
|
IPTABLES_VERSION = 1.4.7
|
||||||
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
|
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
|
||||||
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
|
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user