aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING15
-rw-r--r--comms/libimobiledevice/Makefile4
-rw-r--r--databases/evolution-data-server/Makefile4
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--net-im/jabber/Makefile2
-rw-r--r--net/csync2/Makefile4
-rw-r--r--security/gnutls-devel/Makefile5
-rw-r--r--security/gnutls/Makefile1
-rw-r--r--security/libgnome-keyring/Makefile4
-rw-r--r--security/openvas-libnasl/Makefile4
-rw-r--r--security/shishi/Makefile2
11 files changed, 32 insertions, 15 deletions
diff --git a/UPDATING b/UPDATING
index bdfc0ee7552b..1a76dc27cf09 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20130206:
+ AFFECTS: users of security/libtasn1 and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ libtasn1 has been updated to 2.14 and all shared libraries' versions have
+ been bumped. So you need to rebuild all applications that depend on
+ libtasn1.
+
+ If you use portmaster:
+ portmaster -r libtasn1
+ If you use portupgrade:
+ portupgrade -fr security/libtasn1
+ If you use pkgng with binary packages:
+ pkg install -fR security/libtasn1
+
+20130206:
AFFECTS: users of Tcl/Tk
AUTHOR: gahr@FreeBSD.org
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile
index efa12e0d8033..7f029ccb0a90 100644
--- a/comms/libimobiledevice/Makefile
+++ b/comms/libimobiledevice/Makefile
@@ -6,7 +6,7 @@
PORTNAME= libimobiledevice
PORTVERSION= 1.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://www.${PORTNAME}.org/downloads/
@@ -17,7 +17,7 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \
- tasn1.4:${PORTSDIR}/security/libtasn1 \
+ tasn1.5:${PORTSDIR}/security/libtasn1 \
gcrypt.18:${PORTSDIR}/security/libgcrypt \
plist.1:${PORTSDIR}/devel/libplist \
usbmuxd.1:${PORTSDIR}/comms/usbmuxd
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index bc972b6aff8e..96281ffbecf1 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -8,7 +8,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 2.32.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -21,7 +21,7 @@ LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
ical:${PORTSDIR}/devel/libical \
nss3.1:${PORTSDIR}/security/nss \
- tasn1.4:${PORTSDIR}/security/libtasn1 \
+ tasn1.5:${PORTSDIR}/security/libtasn1 \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 7a59087e0e2d..271c5f98a019 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -3,7 +3,7 @@
PORTNAME= claws-mail
PORTVERSION= 3.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail news ipv6
MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION}
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 4f73cc55a925..decbb19839ee 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jabber
PORTVERSION= 1.6.1.1
-PORTREVISION= 11
+PORTREVISION= 12
PORTEPOCH= 1
CATEGORIES= net-im ipv6
MASTER_SITES= http://download.jabberd.org/jabberd14/ \
diff --git a/net/csync2/Makefile b/net/csync2/Makefile
index db3981dd794a..2b063ff1d485 100644
--- a/net/csync2/Makefile
+++ b/net/csync2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= csync2
PORTVERSION= 1.34
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net
MASTER_SITES= http://oss.linbit.com/csync2/ \
http://people.freebsd.org/~aaron/distfiles/
@@ -16,7 +16,7 @@ MAINTAINER= alexey@renatasystems.org
COMMENT= A cluster synchronization tool
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \
- tasn1.4:${PORTSDIR}/security/libtasn1 \
+ tasn1.5:${PORTSDIR}/security/libtasn1 \
gnutls.26:${PORTSDIR}/security/gnutls \
sqlite.2:${PORTSDIR}/databases/sqlite2 \
gcrypt.18:${PORTSDIR}/security/libgcrypt \
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index f9593943a0b9..6b8ba64a2e12 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.99.4
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \
ftp://ftp.gnutls.org/pub/gnutls/devel/
@@ -36,8 +37,8 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.4)) && !defined(WITHOUT_LIBTASN1)
-LIB_DEPENDS+= tasn1.4:${PORTSDIR}/security/libtasn1
+.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1)
+LIB_DEPENDS+= tasn1.5:${PORTSDIR}/security/libtasn1
.else
CONFIGURE_ARGS+= --with-included-libtasn1
.endif
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 15ee9a0ea5a3..20573b497479 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.12.23
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= \
ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index fe7a17f65633..b67c1661b7e6 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -7,14 +7,14 @@
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A program that keeps passwords and other secrets
-LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \
+LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \
gcrypt.18:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index 69952fe66cdf..e9fd34bce812 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
@@ -20,7 +20,7 @@ LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
gpgme.19:${PORTSDIR}/security/gpgme \
openvas.2:${PORTSDIR}/security/openvas-libraries \
openvas_hg.2:${PORTSDIR}/security/openvas-libraries \
- tasn1.4:${PORTSDIR}/security/libtasn1
+ tasn1.5:${PORTSDIR}/security/libtasn1
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 0b1a3c1b8034..83c0c7f8dfd9 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= GNU