[packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 21:04:31 +0000 (21:04 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 21:04:31 +0000 (21:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27418 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/apr/Makefile
libs/apr/patches/001-autoconf-compat.patch

index 4a0b704..1da2199 100644 (file)
@@ -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
index 88f71fd..8170572 100644 (file)
@@ -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
      ;;
  *)