Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 09:22:00 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332596 - in head: . databases/evolution-data-server net-im/jabber net/csync2 net/tigervnc security/gnutls security/gnutls-devel security/gnutls3 security/openvas-libnasl security/shishi
Message-ID:  <201311030922.rA39M0Hm098913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Nov  3 09:21:59 2013
New Revision: 332596
URL: http://svnweb.freebsd.org/changeset/ports/332596

Log:
  - Chase security/libtasn1 update
  - Add UPDATING entry

Modified:
  head/UPDATING
  head/databases/evolution-data-server/Makefile
  head/net-im/jabber/Makefile
  head/net/csync2/Makefile
  head/net/tigervnc/Makefile
  head/security/gnutls-devel/Makefile
  head/security/gnutls/Makefile
  head/security/gnutls3/Makefile
  head/security/openvas-libnasl/Makefile
  head/security/shishi/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/UPDATING	Sun Nov  3 09:21:59 2013	(r332596)
@@ -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.
 
+20131103:
+  AFFECTS: users of security/libtasn1 and any port that depends on it
+  AUTHOR: novel@FreeBSD.org
+
+  libtasn1 has been updated to 3.3 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
+
 20131031:
   AFFECTS: users of multimedia/rtmpdump
   AUTHOR: hrs@FreeBSD.org

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/databases/evolution-data-server/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -4,7 +4,7 @@
 
 PORTNAME=	evolution-data-server
 PORTVERSION=	2.32.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/net-im/jabber/Makefile
==============================================================================
--- head/net-im/jabber/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/net-im/jabber/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jabber
 PORTVERSION=	1.6.1.1
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH=	1
 CATEGORIES=	net-im ipv6
 MASTER_SITES=	http://download.jabberd.org/jabberd14/ \

Modified: head/net/csync2/Makefile
==============================================================================
--- head/net/csync2/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/net/csync2/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	csync2
 PORTVERSION=	1.34
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	net
 MASTER_SITES=	http://oss.linbit.com/csync2/ \
 		http://people.freebsd.org/~aaron/distfiles/
@@ -12,7 +12,7 @@ MAINTAINER=	alexey@renatasystems.org
 COMMENT=	Cluster synchronization tool
 
 LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync \
-		tasn1.5:${PORTSDIR}/security/libtasn1 \
+		tasn1.7:${PORTSDIR}/security/libtasn1 \
 		gnutls.26:${PORTSDIR}/security/gnutls \
 		sqlite.2:${PORTSDIR}/databases/sqlite2 \
 		gcrypt:${PORTSDIR}/security/libgcrypt \

Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/net/tigervnc/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tigervnc
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net x11-servers
 MASTER_SITES=	SF:tigervnc
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc

Modified: head/security/gnutls-devel/Makefile
==============================================================================
--- head/security/gnutls-devel/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/security/gnutls-devel/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	2.99.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net
 MASTER_SITES=	http://alpha.gnu.org/gnu/gnutls/ \
 		ftp://ftp.gnutls.org/pub/gnutls/devel/
@@ -34,8 +34,8 @@ MANCOMPRESSED=	no
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1)
-LIB_DEPENDS+=	tasn1.5:${PORTSDIR}/security/libtasn1
+.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.7)) && !defined(WITHOUT_LIBTASN1)
+LIB_DEPENDS+=	tasn1.7:${PORTSDIR}/security/libtasn1
 .else
 CONFIGURE_ARGS+=	--with-included-libtasn1
 .endif

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/security/gnutls/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	2.12.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net
 MASTER_SITES=	\
 	ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/security/gnutls3/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	3.1.16
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/
 PKGNAMESUFFIX=	${GNUTLS_SUFFIX}
@@ -48,7 +49,7 @@ CXX_CONFIGURE_ENABLE=	cxx
 
 .include <bsd.port.options.mk>
 
-.if defined(PORT_OPTIONS:MLIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)
+.if defined(PORT_OPTIONS:MLIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.7)
 LIB_DEPENDS+=	libtasn1.so:${PORTSDIR}/security/libtasn1
 .else
 CONFIGURE_ARGS+=	--with-included-libtasn1

Modified: head/security/openvas-libnasl/Makefile
==============================================================================
--- head/security/openvas-libnasl/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/security/openvas-libnasl/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openvas-libnasl
 PORTVERSION=	2.0.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/561/
 

Modified: head/security/shishi/Makefile
==============================================================================
--- head/security/shishi/Makefile	Sun Nov  3 09:20:51 2013	(r332595)
+++ head/security/shishi/Makefile	Sun Nov  3 09:21:59 2013	(r332596)
@@ -2,7 +2,7 @@
 
 PORTNAME=	shishi
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	GNU
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311030922.rA39M0Hm098913>