svn commit: r311783 - in head: . comms/libimobiledevice databases/evolution-data-server mail/claws-mail net-im/jabber net/csync2 security/gnutls security/gnutls-devel security/libgnome-keyring secu...
Roman Bogorodskiy
novel at FreeBSD.org
Wed Feb 6 17:30:11 UTC 2013
Author: novel
Date: Wed Feb 6 17:30:08 2013
New Revision: 311783
URL: http://svnweb.freebsd.org/changeset/ports/311783
Log:
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Modified:
head/UPDATING
head/comms/libimobiledevice/Makefile
head/databases/evolution-data-server/Makefile
head/mail/claws-mail/Makefile
head/net-im/jabber/Makefile
head/net/csync2/Makefile
head/security/gnutls-devel/Makefile
head/security/gnutls/Makefile
head/security/libgnome-keyring/Makefile
head/security/openvas-libnasl/Makefile
head/security/shishi/Makefile
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Wed Feb 6 17:29:52 2013 (r311782)
+++ head/UPDATING Wed Feb 6 17:30:08 2013 (r311783)
@@ -6,6 +6,21 @@ You should get into the habit of checkin
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 at 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 at FreeBSD.org
Modified: head/comms/libimobiledevice/Makefile
==============================================================================
--- head/comms/libimobiledevice/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/comms/libimobiledevice/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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
Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/databases/evolution-data-server/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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}/deve
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
Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/mail/claws-mail/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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}
Modified: head/net-im/jabber/Makefile
==============================================================================
--- head/net-im/jabber/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/net-im/jabber/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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/ \
Modified: head/net/csync2/Makefile
==============================================================================
--- head/net/csync2/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/net/csync2/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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 at 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 \
Modified: head/security/gnutls-devel/Makefile
==============================================================================
--- head/security/gnutls-devel/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/security/gnutls-devel/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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
Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/security/gnutls/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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]+$//}/
Modified: head/security/libgnome-keyring/Makefile
==============================================================================
--- head/security/libgnome-keyring/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/security/libgnome-keyring/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -7,14 +7,14 @@
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security gnome
MASTER_SITES= GNOME
MAINTAINER= gnome at 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
Modified: head/security/openvas-libnasl/Makefile
==============================================================================
--- head/security/openvas-libnasl/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/security/openvas-libnasl/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -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}/secur
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
Modified: head/security/shishi/Makefile
==============================================================================
--- head/security/shishi/Makefile Wed Feb 6 17:29:52 2013 (r311782)
+++ head/security/shishi/Makefile Wed Feb 6 17:30:08 2013 (r311783)
@@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= GNU
More information about the svn-ports-head
mailing list