aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING14
-rw-r--r--databases/evolution-data-server/Makefile2
-rw-r--r--net/csync2/Makefile2
-rw-r--r--net/tigervnc/Makefile2
-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
13 files changed, 33 insertions, 16 deletions
diff --git a/UPDATING b/UPDATING
index 4c532a613183..030287291afa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20140728:
+ AFFECTS: users of security/libtasn1 and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ libtasn1 has been updated to 4.0 and all shared libraries versions have
+ been bumped. So you need to rebuild all applications that depend on
+ libtasn1.
+
+ # portmaster -r libtasn1
+ or
+ # portupgrade -fr security/libtasn1
+ or
+ # pkg install -fR security/libtasn1
+
20140727:
AFFECTS: users of ports-mgmt/pkg
AUTHOR: mva@FreeBSD.org
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 2e9b6372397f..20cc08575660 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -4,7 +4,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 2.32.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index 86c890b1634d..4108b1cc8f06 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= csync2
PORTVERSION= 1.34
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= net
MASTER_SITES= http://oss.linbit.com/csync2/ \
http://people.freebsd.org/~aaron/distfiles/
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 14bab201a6c6..4d72c56213f8 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tigervnc
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net x11-servers
MASTER_SITES= SF:tigervnc
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc
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