aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-11-03 09:21:59 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-11-03 09:21:59 +0000
commit7635644b421506cae1fd88adddf5bbcd1eb009ce (patch)
tree807f7595121b19998ee93f134bf0d08f5fbbc8f0
parent096560139e5ec851ff6d117990f39dff5b6c7ddb (diff)
downloadports-7635644b421506cae1fd88adddf5bbcd1eb009ce.tar.gz
ports-7635644b421506cae1fd88adddf5bbcd1eb009ce.zip
Notes
-rw-r--r--UPDATING14
-rw-r--r--databases/evolution-data-server/Makefile2
-rw-r--r--net-im/jabber/Makefile2
-rw-r--r--net/csync2/Makefile4
-rw-r--r--net/tigervnc/Makefile2
-rw-r--r--security/gnutls-devel/Makefile6
-rw-r--r--security/gnutls/Makefile2
-rw-r--r--security/gnutls3/Makefile3
-rw-r--r--security/openvas-libnasl/Makefile2
-rw-r--r--security/shishi/Makefile2
10 files changed, 27 insertions, 12 deletions
diff --git a/UPDATING b/UPDATING
index 819c5a085ce2..860af6299b6d 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.
+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
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index f93be19ec398..d9ebae972040 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= 4
+PORTREVISION= 5
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 3ab698a1a3fd..8ae46024821e 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -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/ \
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index 9b26550f2558..b7607009bba9 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -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 \
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 8393e0ba40d2..c658ad54b6ea 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -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
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index 4db540d41fc6..ca2e49798341 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -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
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 7dfa2f95fae5..8c475326311a 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -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]+$//}/
diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile
index 8a400ae1d421..25a022eb29b5 100644
--- a/security/gnutls3/Makefile
+++ b/security/gnutls3/Makefile
@@ -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
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index 49f1ce883b2f..0722713ff9d5 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -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/
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 4e7fb37e9a64..daa8ef168ff3 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= GNU