diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-11 12:18:37 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-11 12:18:37 +0000 |
commit | d73c0662876ff637628bca364980b106aeee6728 (patch) | |
tree | 0394d2bed86060e7a62287647bb7181a0e64d2e6 /devel/apr-util | |
parent | 4a447bed566ce6194ce7492beaae11dca7421231 (diff) | |
download | pkgsrc-d73c0662876ff637628bca364980b106aeee6728.tar.gz |
Update to 1.4.1
Changelog:
Changes with APR-Util 1.4.1
*) Apply Windows build fixes for the apr_crypto API. [Mladen Turk]
Changes with APR-util 1.4.0
*) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK.
PR: 42682 [Stefan Fritsch]
*) apr_memcache_server_create: Fix possible segfault. PR 51064.
[Michajlo Matijkiw <michajlo_matijkiw comcast com>]
*) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
*) Do not include apr.h and apr_errno.h from system search path in
apu_errno.h. PR 46487 [Rainer Jung]
*) Add optional dbm, openssl and nss subpackages to the RPM spec file.
[Graham Leggett]
*) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
or sybdb.h. [Graham Leggett]
*) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
test to verify the interoperability of the two modules. Builds default
to disabled unless explicitly enabled.
[Graham Leggett]
*) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
based on the modular dso interface used for dbd and ldap. Initially,
the interface supports symmetrical encryption and decryption. The
purpose of the interface is to offer portable and interoperable
access to basic crypto using the native crypto libraries present on
each platform. [Graham Leggett]
*) Add trace probes to hooks, making it easier to inspect APR Hook based
applications with DTrace or other such mechanisms.
[Theo Schlossnagle <jesus omniti.com>, generalized by Jeff Trawick]
*) Implement resource list when threads are unavailable. PR 24325
[Bojan Smojver]
Changes with APR-util 1.3.13
*) Fix a failure of configure to detect ldap_set_rebind_proc(),
encountered on Fedora 15 with gcc 4.6. [Bojan Smojver]
*) apr_thread_pool: Fix thread unsafe pool usage. [Stefan Fritsch]
*) Improve platform detection for bundled expat by updating
config.guess and config.sub. [Rainer Jung]
*) Sync libtool handling of bundled expat from APR. [Rainer Jung]
Diffstat (limited to 'devel/apr-util')
-rw-r--r-- | devel/apr-util/Makefile | 5 | ||||
-rw-r--r-- | devel/apr-util/PLIST | 4 | ||||
-rw-r--r-- | devel/apr-util/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile index 8c17ccecf23..909a3a13b65 100644 --- a/devel/apr-util/Makefile +++ b/devel/apr-util/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2011/12/02 07:13:48 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2012/03/11 12:18:37 ryoon Exp $ -DISTNAME= apr-util-1.3.12 -PKGREVISION= 2 +DISTNAME= apr-util-1.4.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/apr-util/PLIST b/devel/apr-util/PLIST index 11d4917719e..1d8b5259fce 100644 --- a/devel/apr-util/PLIST +++ b/devel/apr-util/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:48:08 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/03/11 12:18:37 ryoon Exp $ bin/apu-1-config include/apr-1/apr_anylock.h include/apr-1/apr_base64.h include/apr-1/apr_buckets.h +include/apr-1/apr_crypto.h include/apr-1/apr_date.h include/apr-1/apr_dbd.h include/apr-1/apr_dbm.h @@ -29,6 +30,7 @@ include/apr-1/apr_uuid.h include/apr-1/apr_xlate.h include/apr-1/apr_xml.h include/apr-1/apu.h +include/apr-1/apu_errno.h include/apr-1/apu_version.h include/apr-1/apu_want.h lib/aprutil.exp diff --git a/devel/apr-util/distinfo b/devel/apr-util/distinfo index 035e87dcf31..85effcae74d 100644 --- a/devel/apr-util/distinfo +++ b/devel/apr-util/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2011/05/22 22:47:19 tron Exp $ +$NetBSD: distinfo,v 1.14 2012/03/11 12:18:37 ryoon Exp $ -SHA1 (apr-util-1.3.12.tar.bz2) = 4902165fc5f2f077afbcc7ddf7ebbf61556a1cda -RMD160 (apr-util-1.3.12.tar.bz2) = c23f9e8f312edbb4c484c839c071648c79a00140 -Size (apr-util-1.3.12.tar.bz2) = 607646 bytes +SHA1 (apr-util-1.4.1.tar.bz2) = 229a1df48822e3048ae90e2467a5c078474e99a6 +RMD160 (apr-util-1.4.1.tar.bz2) = a16ca2c192e82ff811570e84b88f9b6b60141ca6 +Size (apr-util-1.4.1.tar.bz2) = 635000 bytes SHA1 (patch-aa) = c778c6c5b9ea1d51aa6899fd885f00e4a5e9242b |