pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/apr apr: update to 1.7.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e310cc0de68c
branches: trunk
changeset: 332432:e310cc0de68c
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 12 13:02:44 2019 +0000
description:
apr: update to 1.7.0.
Changes for APR 1.7.0
*) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
for dirread(), because the former is both deprecated and unneeded.
[Yann Ylavic, William Rowe]
*) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
as symlinks, and not other reparse tag types. bug 47630
[Oleg Liatte <olegliatte gmail.com>]
*) Test %ld vs. %lld to avoid compiler emits using APR_OFF_T_FMT, in the
case of apparently equivilant long and long long types. [William Rowe]
*) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
*) Signals: Allow handling of SIGUSR2 in apr_signal_thread. [Yann Ylavic]
*) Atomics: Support for 64bit ints. [Jim Jagielski]
*) Add the apr_encode_* API that implements RFC4648 and RFC7515
compliant BASE64, BASE64URL, BASE32, BASE32HEX and BASE16
encode/decode functions. [Graham Leggett]
*) rand: Use arc4random_buf() on BSD platforms and getrandom() on Linux,
when available. [Christian Weisgerber <naddy openbsd.org, Yann Ylavic]
*) Add apr_sockaddr_zone_set, apr_sockaddr_zone_set to set and retrieve
the zone for link-local IPv6 addresses. [Joe Orton]
*) apr_sockaddr_equal: Compare link-local IPv6 addresses with different
zones as not equal. [Joe Orton]
*) apr_sockaddr_ip_getbuf, apr_sockaddr_ip_get: Append "%zone" for
IPv6 link-local addresses. [Joe Orton]
*) Locks: add a --disable-timedlocks config option in case users
encounter more platforms where it fails [Nick Kew].
*) apr_allocator, apr_pools: Add apr_allocator_page_size() and
apr_allocator_min_order_set() to respectively get the (system's) page size
in use and set the minimum allocation size for an allocator (expressed in
2^order pages). [Yann Ylavic]
*) locks: provide portable implementations of timedlock()s for
posix-sems, sysv-sems and pthreads for those platforms that
lack native versions (eg: OSX/macOS). [Jim Jagielski]
*) locks: Introduce apr_{thread,proc,global}_mutex_timedlock().
[Yann Ylavic]
diffstat:
devel/apr/Makefile | 4 ++--
devel/apr/PLIST | 5 ++---
devel/apr/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (57 lines):
diff -r 95a6376f8279 -r e310cc0de68c devel/apr/Makefile
--- a/devel/apr/Makefile Fri Apr 12 09:48:56 2019 +0000
+++ b/devel/apr/Makefile Fri Apr 12 13:02:44 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.79 2018/12/02 10:22:39 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2019/04/12 13:02:44 wiz Exp $
#
# Take care, changelogs often include "PR 12345" strings
# which cause GNATS indigestion.
-DISTNAME= apr-1.6.5
+DISTNAME= apr-1.7.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
EXTRACT_SUFX= .tar.bz2
diff -r 95a6376f8279 -r e310cc0de68c devel/apr/PLIST
--- a/devel/apr/PLIST Fri Apr 12 09:48:56 2019 +0000
+++ b/devel/apr/PLIST Fri Apr 12 13:02:44 2019 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2017/06/19 20:40:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/04/12 13:02:44 wiz Exp $
bin/apr-1-config
include/apr-1/apr.h
include/apr-1/apr_allocator.h
include/apr-1/apr_atomic.h
include/apr-1/apr_cstr.h
include/apr-1/apr_dso.h
+include/apr-1/apr_encode.h
include/apr-1/apr_env.h
include/apr-1/apr_errno.h
include/apr-1/apr_escape.h
@@ -43,9 +44,7 @@
lib/apr.exp
lib/libapr-1.la
lib/pkgconfig/apr-1.pc
-libexec/apr/apr_common.m4
libexec/apr/apr_rules.mk
-libexec/apr/find_apr.m4
libexec/apr/libtool
libexec/apr/make_exports.awk
libexec/apr/make_var_export.awk
diff -r 95a6376f8279 -r e310cc0de68c devel/apr/distinfo
--- a/devel/apr/distinfo Fri Apr 12 09:48:56 2019 +0000
+++ b/devel/apr/distinfo Fri Apr 12 13:02:44 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.44 2018/12/02 10:22:39 wiz Exp $
+$NetBSD: distinfo,v 1.45 2019/04/12 13:02:44 wiz Exp $
-SHA1 (apr-1.6.5.tar.bz2) = 6fdedcd21de9da806d0a01769b8be7ba0c495145
-RMD160 (apr-1.6.5.tar.bz2) = ce1f38641feceb09df8d6fea33fbf76b7c1e9ee0
-SHA512 (apr-1.6.5.tar.bz2) = d3511e320457b5531f565813e626e7941f6b82864852db6aa03dd298a65dbccdcdc4bd580f5314f8be45d268388edab25efe88cf8340b7d2897a4dbe9d0a41fc
-Size (apr-1.6.5.tar.bz2) = 855393 bytes
+SHA1 (apr-1.7.0.tar.bz2) = 58ebc7b35efaebb211c0b9df594ab16c4d874234
+RMD160 (apr-1.7.0.tar.bz2) = 4b282845f4ba1c4949b7b386c438e5ef98deaf4b
+SHA512 (apr-1.7.0.tar.bz2) = 3dc42d5caf17aab16f5c154080f020d5aed761e22db4c5f6506917f6bfd2bf8becfb40af919042bd4ce1077d5de74aa666f5edfba7f275efba78e8893c115148
+Size (apr-1.7.0.tar.bz2) = 872238 bytes
SHA1 (patch-include_apr__general.h) = bff357eee11218a6c53769278fc3f9094b062fdf
Home |
Main Index |
Thread Index |
Old Index