From owner-svn-ports-all@FreeBSD.ORG  Sun Nov  3 09:22:02 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id 7AF86430;
 Sun,  3 Nov 2013 09:22:02 +0000 (UTC)
 (envelope-from novel@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 66985258C;
 Sun,  3 Nov 2013 09:22:02 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA39M2bG098937;
 Sun, 3 Nov 2013 09:22:02 GMT (envelope-from novel@svn.freebsd.org)
Received: (from novel@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA39M0Hm098913;
 Sun, 3 Nov 2013 09:22:00 GMT (envelope-from novel@svn.freebsd.org)
Message-Id: <201311030922.rA39M0Hm098913@svn.freebsd.org>
From: Roman Bogorodskiy <novel@FreeBSD.org>
Date: Sun, 3 Nov 2013 09:22:00 +0000 (UTC)
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
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 03 Nov 2013 09:22:02 -0000

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