aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2014-07-28 06:43:09 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2014-07-28 06:43:09 +0000
commit32290f6fc67d1eadc109d06010059c89d5658d85 (patch)
treed7a5226c2585ea03a136a107b6857229758b5b28 /security
parent499299ff76ccc3fc883bcb85a9682cbb5fed9fb0 (diff)
downloadports-32290f6fc67d1eadc109d06010059c89d5658d85.tar.gz
ports-32290f6fc67d1eadc109d06010059c89d5658d85.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile2
-rw-r--r--security/libgnome-keyring/Makefile2
-rw-r--r--security/libtasn1/Makefile7
-rw-r--r--security/libtasn1/distinfo4
-rw-r--r--security/libtasn1/pkg-plist7
-rw-r--r--security/mate-keyring/Makefile2
-rw-r--r--security/openvas-libnasl/Makefile2
-rw-r--r--security/p11-kit/Makefile1
-rw-r--r--security/shishi/Makefile2
9 files changed, 16 insertions, 13 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index d73a79d17cea..a55cc9d6a5c1 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnutls
PORTVERSION= 3.2.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index dbf3c809e4c4..fc2310287c5d 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security gnome
MASTER_SITES= GNOME
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 271535a06116..f2aaa0e01772 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libtasn1
-PORTVERSION= 3.3
+PORTVERSION= 4.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtasn1
@@ -11,16 +11,15 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= ASN.1 structure parser library
USE_LDCONFIG= yes
-USES= pkgconfig pathfix gmake
+USES= pkgconfig pathfix gmake libtool
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
DOCS= AUTHORS NEWS README THANKS doc/TODO \
doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
-.include <bsd.port.options.mk>
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index eb1c83b24121..b49569d8f23d 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libtasn1-3.3.tar.gz) = 92652a2cd10f63c56984b5e5cee46ecadf2292e2262fff99278f7ee46ff93ac0
-SIZE (libtasn1-3.3.tar.gz) = 2039225
+SHA256 (libtasn1-4.0.tar.gz) = 41d044f7644bdd1c4f8a5c15ac1885ca1fcbf32f5f6dd4760a19278b979857fe
+SIZE (libtasn1-4.0.tar.gz) = 1862977
diff --git a/security/libtasn1/pkg-plist b/security/libtasn1/pkg-plist
index dba08c70233f..7497b9d038fa 100644
--- a/security/libtasn1/pkg-plist
+++ b/security/libtasn1/pkg-plist
@@ -4,9 +4,9 @@ bin/asn1Parser
include/libtasn1.h
info/libtasn1.info
lib/libtasn1.a
-lib/libtasn1.la
lib/libtasn1.so
-lib/libtasn1.so.7
+lib/libtasn1.so.6
+lib/libtasn1.so.6.3.0
libdata/pkgconfig/libtasn1.pc
man/man1/asn1Coding.1.gz
man/man1/asn1Decoding.1.gz
@@ -19,10 +19,13 @@ man/man3/asn1_create_element.3.gz
man/man3/asn1_decode_simple_der.3.gz
man/man3/asn1_delete_element.3.gz
man/man3/asn1_delete_structure.3.gz
+man/man3/asn1_delete_structure2.3.gz
man/man3/asn1_der_coding.3.gz
man/man3/asn1_der_decoding.3.gz
+man/man3/asn1_der_decoding2.3.gz
man/man3/asn1_der_decoding_element.3.gz
man/man3/asn1_der_decoding_startEnd.3.gz
+man/man3/asn1_dup_node.3.gz
man/man3/asn1_encode_simple_der.3.gz
man/man3/asn1_expand_any_defined_by.3.gz
man/man3/asn1_expand_octet_string.3.gz
diff --git a/security/mate-keyring/Makefile b/security/mate-keyring/Makefile
index eff04ae26caa..e254beb64b4e 100644
--- a/security/mate-keyring/Makefile
+++ b/security/mate-keyring/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mate-keyring
PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index a8eef2b1546c..18a6b0dcf434 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile
index 064b50927b74..1718f563c5fa 100644
--- a/security/p11-kit/Makefile
+++ b/security/p11-kit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= p11-kit
PORTVERSION= 0.20.3
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://p11-glue.freedesktop.org/releases/
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 6d64d7cf8eb5..84c24c3a2e19 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= GNU