From b95d2b483df83efe38f3ea119e37c9d3ab64f3c6 Mon Sep 17 00:00:00 2001 From: spz Date: Fri, 15 Oct 2010 07:06:49 +0000 Subject: Pullup ticket 3243 - requested by tron security update Revisions pulled up: - pkgsrc/devel/apr-util/Makefile 1.17 - pkgsrc/devel/apr-util/distinfo 1.9 - pkgsrc/devel/apr-util/patches/patch-aa 1.3 Files removed: - pkgsrc/devel/apr-util/patches/patch-ab ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Oct 13 19:21:16 UTC 2010 Modified Files: pkgsrc/devel/apr-util: Makefile distinfo pkgsrc/devel/apr-util/patches: patch-aa Removed Files: pkgsrc/devel/apr-util/patches: patch-ab Log Message: Update "apr-util" package to version 1.3.10. Changes since 1.3.9: - SECURITY: CVE-2010-1623 (cve.mitre.org) Fix a denial of service attack against apr_brigade_split_line(). [Stefan Fritsch] - SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org) Fix two buffer over-read flaws in the bundled copy of expat which could cause applications to crash while parsing specially-crafted XML documents. [Joe Orton] - Upgrade bundled copy of expat library to 1.95.7. [Joe Orton] - apr_thread_pool: Fix some potential deadlock situations. Bug 49709. [Joe Mudd ] - apr_thread_pool_create: Fix pool corruption caused by multithreaded use of the pool when multiple initial threads are created. Bug 47843. [Alex Korobka ] - apr_thread_pool_create(): Only set the output thread pool handle on success. [Paul Querna] - DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with several different data types, including APR_DBD_TYPE_TIME. Bug 49645. [] - Add support for Berkeley DB 4.8 and 5.0. Bug 49866, Bug 49179. [Bernhard Rosenkraenzer
, Arfrever Frehtes Taifersar Arahesis ] - Make bundled expat compatible with libtool 2.x. Bug 49053. [Rainer Jung] - Prefer libtool 1.x when searching for libtool in bundled expat release process. [Rainer Jung, Jim Jagielski] - Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] Patch supplied by Mihai Chelaru, approved by Alistair Crooks. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/apr-util/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/apr-util/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/apr-util/patches/patch-aa cvs rdiff -u -r1.2 -r0 pkgsrc/devel/apr-util/patches/patch-ab --- devel/apr-util/patches/patch-ab | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/apr-util/patches/patch-ab (limited to 'devel/apr-util/patches/patch-ab') diff --git a/devel/apr-util/patches/patch-ab b/devel/apr-util/patches/patch-ab deleted file mode 100644 index 09cf93ff846..00000000000 --- a/devel/apr-util/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2008/11/02 15:05:11 cube Exp $ - ---- configure.orig 2006-11-29 03:48:46.000000000 -0800 -+++ configure -@@ -39658,7 +39658,7 @@ APRUTIL_LIBNAME="aprutil${libsuffix}" - if test ! -d ./build; then - $mkdir_p build - fi --cp $APR_BUILD_DIR/apr_rules.mk $abs_builddir/build/rules.mk -+sed -e 's:^LIBTOOL=.*:LIBTOOL=$(WRAPPER_DIR)/bin/libtool:' -e "s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk - - case "$host_alias" in - *bsdi* | BSD/OS) -- cgit v1.2.3