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
This commit is contained in:
tron 2009-06-08 14:23:10 +00:00
parent 211c953e99
commit bd888bea84
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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