View | Details | Raw Unified | Return to bug 222762 | Differences between
and this patch

Collapse All | Expand All

(-)devel/apr1/Makefile (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	apr
4
PORTNAME=	apr
5
PORTVERSION=	${APR_VERSION}.${APU_VERSION}
5
PORTVERSION=	${APR_VERSION}.${APU_VERSION}
6
PORTREVISION=	0
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	APACHE/apr
8
MASTER_SITES=	APACHE/apr
8
DISTFILES=	apr-${APR_VERSION}.tar.gz \
9
DISTFILES=	apr-${APR_VERSION}.tar.gz \
Lines 19-26 Link Here
19
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
22
22
APR_VERSION=	1.6.2
23
APR_VERSION=	1.6.3
23
APU_VERSION=	1.6.0
24
APU_VERSION=	1.6.1
24
25
25
CPE_VENDOR=	apache
26
CPE_VENDOR=	apache
26
CPE_PRODUCT=	apr-util
27
CPE_PRODUCT=	apr-util
(-)devel/apr1/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1499711633
1
TIMESTAMP = 1509875572
2
SHA256 (apr-1.6.2.tar.gz) = 4fc24506c968c5faf57614f5d0aebe0e9d0b90afa47a883e1a1ca94f15f4a42e
2
SHA256 (apr-1.6.3.tar.gz) = 8fdabcc0004216c3588b7dca0f23d104dfe012a47e2bb6f13827534a6ee73aa7
3
SIZE (apr-1.6.2.tar.gz) = 1071074
3
SIZE (apr-1.6.3.tar.gz) = 1072661
4
SHA256 (apr-util-1.6.0.tar.gz) = 483ef4d59e6ac9a36c7d3fd87ad7b9db7ad8ae29c06b9dd8ff22dda1cc416389
4
SHA256 (apr-util-1.6.1.tar.gz) = b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459
5
SIZE (apr-util-1.6.0.tar.gz) = 565507
5
SIZE (apr-util-1.6.1.tar.gz) = 554301
(-)devel/apr1/files/patch-apr__configure (-2 / +2 lines)
Lines 1-5 Link Here
1
--- apr-1.6.2/configure.orig	2015-04-25 12:04:18 UTC
1
--- apr-1.6.3/configure.orig	2015-04-25 12:04:18 UTC
2
+++ apr-1.6.2/configure
2
+++ apr-1.6.3/configure
3
@@ -6624,11 +6624,7 @@ if test "x$apr_preload_done" != "xyes" ;
3
@@ -6624,11 +6624,7 @@ if test "x$apr_preload_done" != "xyes" ;
4
     apr_lock_method="USE_FLOCK_SERIALIZE"
4
     apr_lock_method="USE_FLOCK_SERIALIZE"
5
   fi
5
   fi
(-)devel/apr1/files/patch-apr_poll_unix_kqueue.c (-2 / +2 lines)
Lines 1-8 Link Here
1
# upstram PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=59914
1
# upstram PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=59914
2
# FreeBSD PR: 211430
2
# FreeBSD PR: 211430
3
========================================================================
3
========================================================================
4
--- apr-1.6.2/poll/unix/kqueue.c.orig	2015-03-20 01:34:07 UTC
4
--- apr-1.6.3/poll/unix/kqueue.c.orig	2015-03-20 01:34:07 UTC
5
+++ apr-1.6.2/poll/unix/kqueue.c
5
+++ apr-1.6.3/poll/unix/kqueue.c
6
@@ -25,21 +25,40 @@
6
@@ -25,21 +25,40 @@
7
 
7
 
8
 #ifdef HAVE_KQUEUE
8
 #ifdef HAVE_KQUEUE

Return to bug 222762