pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/apr-util



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug  6 20:02:00 UTC 2026

Modified Files:
        pkgsrc/devel/apr-util: Makefile distinfo

Log Message:
apr-util: update to 1.6.4.

Changes with APR-util 1.6.4

  *) apr_brigade: Don't split the final LF in apr_brigade_split_line() to
     avoid producing an empty bucket.  PR 64273
     [Barnim Dzwillo <dzwillo strato.de>, Joe Orton]

  *) apr_brigade: Metadata buckets are now ignored in
     apr_brigade_split_line, apr_brigade_flatten and
     apr_brigade_to_iovec, fixing possible undefined behaviour.  PR 68278
     [Ben Kallus <benjamin.p.kallus.gr dartmouth.edu>, Joe Orton]

  *) apr_crypto_openssl: Compatibility with OpenSSL 3.  [Yann Ylavic]

  *) apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL
     on versions 1.1+. [Graham Leggett]

  *) apr_memcache: Fix name lookup to allow IPv6 as well as IPv4.
     [Lubos Uhliarik <luhliari redhat.com>]

  *) configure: Fix Berkeley DB detection with compilers enforcing
     strict C99 compliance.  PR 66396.
     [Florian Weimer <fweimer redhat.com>]


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/apr-util/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/apr-util/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/apr-util/Makefile
diff -u pkgsrc/devel/apr-util/Makefile:1.78 pkgsrc/devel/apr-util/Makefile:1.79
--- pkgsrc/devel/apr-util/Makefile:1.78 Wed Jan  7 08:46:26 2026
+++ pkgsrc/devel/apr-util/Makefile      Thu Aug  6 20:02:00 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2026/01/07 08:46:26 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2026/08/06 20:02:00 wiz Exp $
 
-DISTNAME=      apr-util-1.6.3
-PKGREVISION=   9
+DISTNAME=      apr-util-1.6.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_APACHE:=apr/}
 EXTRACT_SUFX=  .tar.bz2
@@ -29,6 +28,11 @@ CHECK_INTERPRETER_SKIP=      lib/aprutil.exp
 
 MAKE_ENV+=     WRAPPER_DIR=${WRAPPER_DIR}
 
+# test status as of 1.6.4:
+# Failed Tests                 Total   Fail    Failed %
+# ===================================================
+# testxlate                        7      1     14.29%
+
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 

Index: pkgsrc/devel/apr-util/distinfo
diff -u pkgsrc/devel/apr-util/distinfo:1.27 pkgsrc/devel/apr-util/distinfo:1.28
--- pkgsrc/devel/apr-util/distinfo:1.27 Wed Jul  9 09:42:49 2025
+++ pkgsrc/devel/apr-util/distinfo      Thu Aug  6 20:02:00 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2025/07/09 09:42:49 jperkin Exp $
+$NetBSD: distinfo,v 1.28 2026/08/06 20:02:00 wiz Exp $
 
-BLAKE2s (apr-util-1.6.3.tar.bz2) = 35c3a9e24f738e70c42bb9040102f838ab51635a88650ab2f13f0b81f3f7ecdc
-SHA512 (apr-util-1.6.3.tar.bz2) = 8050a481eeda7532ef3751dbd8a5aa6c48354d52904a856ef9709484f4b0cc2e022661c49ddf55ec58253db22708ee0607dfa7705d9270e8fee117ae4f06a0fe
-Size (apr-util-1.6.3.tar.bz2) = 432692 bytes
+BLAKE2s (apr-util-1.6.4.tar.bz2) = 8f1f0cb30697f37582903f5a630ae8e94050ee9a74b7b8d0a5537251a56abebe
+SHA512 (apr-util-1.6.4.tar.bz2) = e3adaaa13c48a7394ed56f29b5543f247241487bb47fe4863bd097ba51a10bce650878b3554ceff7cd0af6ad1b09484b5c12c99bec1bb7679398a23179dd11ff
+Size (apr-util-1.6.4.tar.bz2) = 441511 bytes
 SHA1 (patch-aa) = c91b22de1f0c99e9fab57117e601bc623da44ce6



Home | Main Index | Thread Index | Old Index