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.3.3. Chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bebb77c1f84
branches:  trunk
changeset: 394314:8bebb77c1f84
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jun 08 14:23:10 2009 +0000

description:
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:

 devel/apr/Makefile |  5 +++--
 devel/apr/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r be20f9ac93f2 -r 8bebb77c1f84 devel/apr/Makefile
--- a/devel/apr/Makefile        Mon Jun 08 14:14:57 2009 +0000
+++ b/devel/apr/Makefile        Mon Jun 08 14:23:10 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://apr.apache.org/
 COMMENT=       Apache Portable Runtime
+LICENSE=       apache-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r be20f9ac93f2 -r 8bebb77c1f84 devel/apr/distinfo
--- a/devel/apr/distinfo        Mon Jun 08 14:14:57 2009 +0000
+++ b/devel/apr/distinfo        Mon Jun 08 14:23:10 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index