From: Stephen Walker Date: Sun, 3 Jul 2011 21:04:31 +0000 (+0000) Subject: [packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=7dcb28811abdb858b191959b0bcb7d1c7db862b3 [packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches SVN-Revision: 27418 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 4a0b704762..1da2199bd4 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apr -PKG_VERSION:=1.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.ibiblio.org/pub/mirrors/apache/apr -PKG_MD5SUM:=4b00e8f70c067893d075577962656b35 +PKG_MD5SUM:=8b53f5a5669d0597f2da889a2f576eb6 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 build/ltmain.sh diff --git a/libs/apr/patches/001-autoconf-compat.patch b/libs/apr/patches/001-autoconf-compat.patch index 88f71fd6b8..8170572bce 100644 --- a/libs/apr/patches/001-autoconf-compat.patch +++ b/libs/apr/patches/001-autoconf-compat.patch @@ -10,7 +10,7 @@ # APR (Apache Portable Runtime) library Makefile. --- a/configure.in +++ b/configure.in -@@ -180,9 +180,6 @@ case $host in +@@ -246,9 +246,6 @@ case $host in gcc $CFLAGS $CPPFLAGS -o $LIBTOOL.exe $LIBTOOL.c ;; *)