pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/apr Update "apr" package to version 1.4.2. Chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28eb571a116c
branches: trunk
changeset: 588511:28eb571a116c
user: tron <tron%pkgsrc.org@localhost>
date: Wed May 11 18:07:16 2011 +0000
description:
Update "apr" package to version 1.4.2. Changes since version 1.4.4:
- Reimplement apr_fnmatch() from scratch using a non-recursive
algorithm; now has improved compliance with the fnmatch() spec.
[William Rowe]
- Fix environment-related crash using some non-standard builds on
Windows 7/Server 2008. [Steve Hay <SteveHay planit.com>]
- poll, pollset, pollcb on Windows: Handle calls with no file/socket
descriptors. Bug 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick]
- Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior
on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY.
Bug 45321. [Sob <sob hisoftware.cz>]
- Fix address handling when accepting an AF_INET socket from a socket
bound as AF_INET6. Bug 49678. [Joe Orton]
- Fix error return values from apr_sockaddr_info_get() on Windows for
IPv6 builds. [Ivan Zhakov <ivan visualsvn.com>]
- Add new experimental configure option --enable-allocator-uses-mmap to
use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces
memory fragmentation with malloc implementations (e.g. glibc) that
don't handle allocationss of a page-size-multiples in an efficient way.
It also makes apr_allocator_max_free_set() actually have some effect
on such platforms. [Stefan Fritsch]
- configure: Support 64 and 32 bit universal builds for Darwin/
OS X 10.6+. [Jim Jagielski]
- apr_sockaddr_info_get() on AIX: Fix a problem which could set
the port field in the native socket address to 1 when 0 was
specified. Bug 46964. [Jeff Trawick]
- configure: Make definition of apr_ino_t independent of
_FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'.
[Stefan Fritsch]
- apr_ring: Workaround for aliasing problem that causes gcc 4.5 to
miscompile some brigade related code. Bug 50190. [Stefan Fritsch]
- apr_file_flush_locked(): Handle short writes. [Stefan Fritsch]
- apr_pollset_create_ex(): Trap errors from pollset providers.
Bug 49094. [Sami Tolvanen <sami.tolvanen mywot.com>]
- apr_pollset_create*(): Fix memory lifetime problem with the wakeup
pipe when the pollset was created with APR_POLLSET_NOCOPY.
[Neil Conway <nrc cs.berkeley.edu>]
- Fix detection of some Linux variants when configure is built with
recent GNU tools. [Eric Covener]
- Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
is supported. Bug 46297. [Joe Orton]
- Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]
diffstat:
devel/apr/Makefile | 4 ++--
devel/apr/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r b9d9599f7900 -r 28eb571a116c devel/apr/Makefile
--- a/devel/apr/Makefile Wed May 11 16:47:13 2011 +0000
+++ b/devel/apr/Makefile Wed May 11 18:07:16 2011 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2010/11/01 17:20:03 adam Exp $
+# $NetBSD: Makefile,v 1.62 2011/05/11 18:07:16 tron Exp $
-DISTNAME= apr-1.4.2
+DISTNAME= apr-1.4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
EXTRACT_SUFX= .tar.bz2
diff -r b9d9599f7900 -r 28eb571a116c devel/apr/distinfo
--- a/devel/apr/distinfo Wed May 11 16:47:13 2011 +0000
+++ b/devel/apr/distinfo Wed May 11 18:07:16 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2010/11/01 17:20:03 adam Exp $
+$NetBSD: distinfo,v 1.30 2011/05/11 18:07:16 tron Exp $
-SHA1 (apr-1.4.2.tar.bz2) = b3ed66c2e7f67c50ae33b5cd85e9f46a93c6e4f8
-RMD160 (apr-1.4.2.tar.bz2) = 20d4ae082d490432710aad1c4f689e6032a6c921
-Size (apr-1.4.2.tar.bz2) = 766793 bytes
+SHA1 (apr-1.4.4.tar.bz2) = d05cd65ec169c06174ca7c8978179289777f8dae
+RMD160 (apr-1.4.4.tar.bz2) = 3715774150253d024d79fcf3295f39f822229b85
+Size (apr-1.4.4.tar.bz2) = 759604 bytes
Home |
Main Index |
Thread Index |
Old Index