Mon Jun 8 14:23:10 2009 UTC ()
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


(tron)
diff -r1.56 -r1.57 pkgsrc/devel/apr/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/apr/distinfo

cvs diff -r1.56 -r1.57 pkgsrc/devel/apr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/apr/Makefile 2008/09/06 16:39:25 1.56
+++ pkgsrc/devel/apr/Makefile 2009/06/08 14:23:10 1.57
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.56 2008/09/06 16:39:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.57 2009/06/08 14:23:10 tron Exp $
2 2
3DISTNAME= apr-1.3.3 3DISTNAME= apr-1.3.5
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} 5MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://apr.apache.org/ 8HOMEPAGE= http://apr.apache.org/
9COMMENT= Apache Portable Runtime 9COMMENT= Apache Portable Runtime
 10LICENSE= apache-2.0
10 11
11PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
12 13
13PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
18 19
19PKGCONFIG_OVERRIDE+= apr.pc.in 20PKGCONFIG_OVERRIDE+= apr.pc.in
20 21
21CONFIGURE_ARGS+= \ 22CONFIGURE_ARGS+= \
22 --with-devrandom=/dev/urandom \ 23 --with-devrandom=/dev/urandom \

cvs diff -r1.24 -r1.25 pkgsrc/devel/apr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/apr/distinfo 2008/09/06 16:39:25 1.24
+++ pkgsrc/devel/apr/distinfo 2009/06/08 14:23:10 1.25
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.24 2008/09/06 16:39:25 wiz Exp $ 1$NetBSD: distinfo,v 1.25 2009/06/08 14:23:10 tron Exp $
2 2
3SHA1 (apr-1.3.3.tar.gz) = de978e223527325bdc12a083c0d5e17b25e0447f 3SHA1 (apr-1.3.5.tar.gz) = 127dc26598afeb86139707e65d222c00caae926a
4RMD160 (apr-1.3.3.tar.gz) = 4cbaeed9ffba8510fdd3234a5cc6b759758daada 4RMD160 (apr-1.3.5.tar.gz) = d66d5f80b710c448dd35c575987f5acd6eab6f6d
5Size (apr-1.3.3.tar.gz) = 1160542 bytes 5Size (apr-1.3.5.tar.gz) = 1162875 bytes