[packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches
authorStephen Walker <stephendwalker@gmail.com>
Sun, 3 Jul 2011 21:04:31 +0000 (21:04 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Sun, 3 Jul 2011 21:04:31 +0000 (21:04 +0000)
SVN-Revision: 27418

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

index 4a0b704762e0032c418a224d66951ee4c59b1f93..1da2199bd4091e94867617cf6306803270b68844 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 88f71fd6b83d87b54d1cc8a3ed51cc634827df0e..8170572bceb067270d8113ba4082aca1700f2c39 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
      ;;
  *)