From b724d94ac5b1a008bcee4901df226f9aa13b6460 Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 3 Jul 2011 21:04:31 +0000 Subject: [PATCH] [packages] apr: update to 1.4.5 (CVE-2011-0419, CVE-2011-1928), refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@27418 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/apr/Makefile | 6 +++--- libs/apr/patches/001-autoconf-compat.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 4a0b70476..1da2199bd 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 88f71fd6b..8170572bc 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 ;; *) -- 2.11.0