diff options
author | tron <tron@pkgsrc.org> | 2009-06-08 14:23:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-06-08 14:23:10 +0000 |
commit | bd888bea8468d0a8287870d8e79ae4f19734ef28 (patch) | |
tree | 246ee59fd2a8fe556cf3ac1312dcc378504e802d /devel | |
parent | 211c953e99f8b30c8ed812d7e293da23a8342b28 (diff) | |
download | pkgsrc-bd888bea8468d0a8287870d8e79ae4f19734ef28.tar.gz |
Update "apr" package to version 1.3.3. Changes since version 1.3.5:
- Dropped kqueue and apr_poll detection from Mac OS/X 10.5/Darwin 9
due to various reported problems.
- apr_strerror() on OS/2: Fix problem with calculating buffer size.
Bug 45689.
- Prefer glibtool1/glibtoolize1.
- Fix buildconf with libtool 2.2.
- Fix a bug with the APR_DELONCLOSE flag. Child processes were (also)
unlinking the file.
- Fix compilation error on systems that do not have IPV6.
Bug 46601
- apr_socket_sendfile() on Solaris: Fix handling of files truncated
after the sender determines the length. (This fixes a busy loop in
httpd when a file being served is truncated.)
- Fix documentation for apr_temp_dir_get().
Bug 46303
- Add AC_MSG_RESULT after AC_MSG_CHECKING.
Bug 46427
- Reset errno to zero in apr_strtoi64 to prevent returning an errno not
equal zero in cases where the operation worked fine.
- Win32: Do not error out on apr_pollset_poll() when there are no sockets.
- Fix apr_tokenize_to_argv parsing. Bug 46128
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr/Makefile | 5 | ||||
-rw-r--r-- | devel/apr/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 9f9351051ac..9704e467531 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.56 2008/09/06 16:39:25 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2009/06/08 14:23:10 tron Exp $ -DISTNAME= apr-1.3.3 +DISTNAME= apr-1.3.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://apr.apache.org/ COMMENT= Apache Portable Runtime +LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/apr/distinfo b/devel/apr/distinfo index 0b166b807c7..d3ac960e194 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2008/09/06 16:39:25 wiz Exp $ +$NetBSD: distinfo,v 1.25 2009/06/08 14:23:10 tron Exp $ -SHA1 (apr-1.3.3.tar.gz) = de978e223527325bdc12a083c0d5e17b25e0447f -RMD160 (apr-1.3.3.tar.gz) = 4cbaeed9ffba8510fdd3234a5cc6b759758daada -Size (apr-1.3.3.tar.gz) = 1160542 bytes +SHA1 (apr-1.3.5.tar.gz) = 127dc26598afeb86139707e65d222c00caae926a +RMD160 (apr-1.3.5.tar.gz) = d66d5f80b710c448dd35c575987f5acd6eab6f6d +Size (apr-1.3.5.tar.gz) = 1162875 bytes |