summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2017-03-04 12:57:33 +0000
committernovel <novel@FreeBSD.org>2017-03-04 12:57:33 +0000
commitdb1b5b0337490ea9441190737aa6558a6883900a (patch)
treeb7217d907bbaa1e994058f72f3a0757c163afcfa
parenta566f685ef7e362a4e7b6d9e1c0036f8eba8d806 (diff)
downloadFreeBSD-ports-db1b5b0337490ea9441190737aa6558a6883900a.zip
FreeBSD-ports-db1b5b0337490ea9441190737aa6558a6883900a.tar.gz
security/p11-kit: update to 0.23.5
Patches dropped for issues fixed upstream.
-rw-r--r--security/p11-kit/Makefile3
-rw-r--r--security/p11-kit/distinfo6
-rw-r--r--security/p11-kit/files/patch-Makefile.in21
-rw-r--r--security/p11-kit/files/patch-p11-kit_test-transport.c10
4 files changed, 4 insertions, 36 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile
index 6595cb4..5ccd4d9 100644
--- a/security/p11-kit/Makefile
+++ b/security/p11-kit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p11-kit
-PORTVERSION= 0.23.4
+PORTVERSION= 0.23.5
CATEGORIES= security devel
MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/
@@ -17,7 +17,6 @@ LIB_DEPENDS= libtasn1.so:security/libtasn1 \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-debug=no \
--with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -DHAVE_GETPEEREID=1"
MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR}
INSTALL_TARGET= install-strip
diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo
index 1f00f25..5832e7f 100644
--- a/security/p11-kit/distinfo
+++ b/security/p11-kit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487783387
-SHA256 (p11-kit-0.23.4.tar.gz) = 495382c88bd727cdab42204551b571234c1c6ee626fcc84fe50b7cd0676673ae
-SIZE (p11-kit-0.23.4.tar.gz) = 1075189
+TIMESTAMP = 1488468978
+SHA256 (p11-kit-0.23.5.tar.gz) = 0d8fed192563c324bb5ace3c068f06558a5569a6e8eb47eee1cd79ada3b1124f
+SIZE (p11-kit-0.23.5.tar.gz) = 1074479
diff --git a/security/p11-kit/files/patch-Makefile.in b/security/p11-kit/files/patch-Makefile.in
deleted file mode 100644
index d3b96c2..0000000
--- a/security/p11-kit/files/patch-Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.in.orig 2017-02-23 06:26:31 UTC
-+++ Makefile.in
-@@ -1438,9 +1438,7 @@ libp11_kit_testable_la_LIBADD = $(COMMON
- @OS_WIN32_TRUE@ $(NULL)
-
- systemduserdir = $(prefix)/lib/systemd/user
--systemduser_DATA = \
-- p11-kit/p11-kit-remote.socket \
-- p11-kit/p11-kit-remote@.service
-+systemduser_DATA = $(NULL)
-
- @OS_WIN32_FALSE@p11_kit_client_la_LDFLAGS = \
- @OS_WIN32_FALSE@ -no-undefined -module -avoid-version \
-@@ -4390,7 +4388,6 @@ install-data-am: install-configDATA inst
- install-moduleLTLIBRARIES install-pkgconfigDATA \
- install-privatePROGRAMS install-systemduserDATA
- @$(NORMAL_INSTALL)
-- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
- install-dvi: install-dvi-recursive
-
- install-dvi-am:
diff --git a/security/p11-kit/files/patch-p11-kit_test-transport.c b/security/p11-kit/files/patch-p11-kit_test-transport.c
deleted file mode 100644
index 72eb18b..0000000
--- a/security/p11-kit/files/patch-p11-kit_test-transport.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- p11-kit/test-transport.c.orig 2017-02-16 16:01:14 UTC
-+++ p11-kit/test-transport.c
-@@ -45,6 +45,7 @@
-
- #include <errno.h>
- #include <sys/types.h>
-+#include <signal.h>
- #ifdef OS_UNIX
- #include <sys/socket.h>
- #include <sys/un.h>
OpenPOWER on IntegriCloud