Date: Sun, 05 Nov 2017 11:41:06 +0100 From: Bernard Spil <brnrd@FreeBSD.org> To: apache@FreeBSD.org Subject: devel/apr1: Update to 1.6.3.1.6.1 Message-ID: <84773e736d5721bff1d280fe70cb4ff7@FreeBSD.org>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi all, There's an updated APR and APR-util released (1.6.3 and 1.6.1 respectively). I've updated the port (see patch) and used it to build for my local system without issues. 1. Build locally [OK] 2. `make test` -> "All tests passed." [OK] 3. Poudriere bulk 10.3 & 11.0 both i386 & amd64 [OK] Find the port in my personal git repo at https://github.com/Sp1l/freebsd-ports Would you do any other QA checks? Cheers, Bernard. [-- Attachment #2 --] Index: devel/apr1/Makefile =================================================================== --- devel/apr1/Makefile (revision 453533) +++ devel/apr1/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= APACHE/apr DISTFILES= apr-${APR_VERSION}.tar.gz \ @@ -19,8 +20,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -APR_VERSION= 1.6.2 -APU_VERSION= 1.6.0 +APR_VERSION= 1.6.3 +APU_VERSION= 1.6.1 CPE_VENDOR= apache CPE_PRODUCT= apr-util Index: devel/apr1/distinfo =================================================================== --- devel/apr1/distinfo (revision 453533) +++ devel/apr1/distinfo (working copy) @@ -1,5 +1,5 @@ -TIMESTAMP = 1499711633 -SHA256 (apr-1.6.2.tar.gz) = 4fc24506c968c5faf57614f5d0aebe0e9d0b90afa47a883e1a1ca94f15f4a42e -SIZE (apr-1.6.2.tar.gz) = 1071074 -SHA256 (apr-util-1.6.0.tar.gz) = 483ef4d59e6ac9a36c7d3fd87ad7b9db7ad8ae29c06b9dd8ff22dda1cc416389 -SIZE (apr-util-1.6.0.tar.gz) = 565507 +TIMESTAMP = 1509875572 +SHA256 (apr-1.6.3.tar.gz) = 8fdabcc0004216c3588b7dca0f23d104dfe012a47e2bb6f13827534a6ee73aa7 +SIZE (apr-1.6.3.tar.gz) = 1072661 +SHA256 (apr-util-1.6.1.tar.gz) = b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459 +SIZE (apr-util-1.6.1.tar.gz) = 554301 Index: devel/apr1/files/patch-apr__configure =================================================================== --- devel/apr1/files/patch-apr__configure (revision 453533) +++ devel/apr1/files/patch-apr__configure (working copy) @@ -1,5 +1,5 @@ ---- apr-1.6.2/configure.orig 2015-04-25 12:04:18 UTC -+++ apr-1.6.2/configure +--- apr-1.6.3/configure.orig 2015-04-25 12:04:18 UTC ++++ apr-1.6.3/configure @@ -6624,11 +6624,7 @@ if test "x$apr_preload_done" != "xyes" ; apr_lock_method="USE_FLOCK_SERIALIZE" fi Index: devel/apr1/files/patch-apr_poll_unix_kqueue.c =================================================================== --- devel/apr1/files/patch-apr_poll_unix_kqueue.c (revision 453533) +++ devel/apr1/files/patch-apr_poll_unix_kqueue.c (working copy) @@ -1,8 +1,8 @@ # upstram PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=59914 # FreeBSD PR: 211430 ======================================================================== ---- apr-1.6.2/poll/unix/kqueue.c.orig 2015-03-20 01:34:07 UTC -+++ apr-1.6.2/poll/unix/kqueue.c +--- apr-1.6.3/poll/unix/kqueue.c.orig 2015-03-20 01:34:07 UTC ++++ apr-1.6.3/poll/unix/kqueue.c @@ -25,21 +25,40 @@ #ifdef HAVE_KQUEUEhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84773e736d5721bff1d280fe70cb4ff7>
