Date: Mon, 28 Jul 2014 06:43:09 +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: r363113 - in head: . databases/evolution-data-server net/csync2 net/tigervnc security/gnutls security/libgnome-keyring security/libtasn1 security/mate-keyring security/openvas-libnasl s... Message-ID: <201407280643.s6S6h9f7065044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Mon Jul 28 06:43:09 2014 New Revision: 363113 URL: http://svnweb.freebsd.org/changeset/ports/363113 QAT: https://qat.redports.org/buildarchive/r363113/ Log: - Update security/libtasn1 to 4.0 - Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine Modified: head/UPDATING head/databases/evolution-data-server/Makefile head/net/csync2/Makefile head/net/tigervnc/Makefile head/security/gnutls/Makefile head/security/libgnome-keyring/Makefile head/security/libtasn1/Makefile head/security/libtasn1/distinfo head/security/libtasn1/pkg-plist head/security/mate-keyring/Makefile head/security/openvas-libnasl/Makefile head/security/p11-kit/Makefile head/security/shishi/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jul 28 05:21:11 2014 (r363112) +++ head/UPDATING Mon Jul 28 06:43:09 2014 (r363113) @@ -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. +20140728: + AFFECTS: users of security/libtasn1 and any port that depends on it + AUTHOR: novel@FreeBSD.org + + libtasn1 has been updated to 4.0 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 + 20140727: AFFECTS: users of ports-mgmt/pkg AUTHOR: mva@FreeBSD.org Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/databases/evolution-data-server/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -4,7 +4,7 @@ PORTNAME= evolution-data-server PORTVERSION= 2.32.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/net/csync2/Makefile ============================================================================== --- head/net/csync2/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/net/csync2/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,7 +3,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/net/tigervnc/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,7 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net x11-servers MASTER_SITES= SF:tigervnc MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/gnutls/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -2,7 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 Modified: head/security/libgnome-keyring/Makefile ============================================================================== --- head/security/libgnome-keyring/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/libgnome-keyring/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,7 +3,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/libtasn1/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 3.3 +PORTVERSION= 4.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 @@ -11,16 +11,15 @@ MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes -USES= pkgconfig pathfix gmake +USES= pkgconfig pathfix gmake libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps -.include <bsd.port.options.mk> - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} Modified: head/security/libtasn1/distinfo ============================================================================== --- head/security/libtasn1/distinfo Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/libtasn1/distinfo Mon Jul 28 06:43:09 2014 (r363113) @@ -1,2 +1,2 @@ -SHA256 (libtasn1-3.3.tar.gz) = 92652a2cd10f63c56984b5e5cee46ecadf2292e2262fff99278f7ee46ff93ac0 -SIZE (libtasn1-3.3.tar.gz) = 2039225 +SHA256 (libtasn1-4.0.tar.gz) = 41d044f7644bdd1c4f8a5c15ac1885ca1fcbf32f5f6dd4760a19278b979857fe +SIZE (libtasn1-4.0.tar.gz) = 1862977 Modified: head/security/libtasn1/pkg-plist ============================================================================== --- head/security/libtasn1/pkg-plist Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/libtasn1/pkg-plist Mon Jul 28 06:43:09 2014 (r363113) @@ -4,9 +4,9 @@ bin/asn1Parser include/libtasn1.h info/libtasn1.info lib/libtasn1.a -lib/libtasn1.la lib/libtasn1.so -lib/libtasn1.so.7 +lib/libtasn1.so.6 +lib/libtasn1.so.6.3.0 libdata/pkgconfig/libtasn1.pc man/man1/asn1Coding.1.gz man/man1/asn1Decoding.1.gz @@ -19,10 +19,13 @@ man/man3/asn1_create_element.3.gz man/man3/asn1_decode_simple_der.3.gz man/man3/asn1_delete_element.3.gz man/man3/asn1_delete_structure.3.gz +man/man3/asn1_delete_structure2.3.gz man/man3/asn1_der_coding.3.gz man/man3/asn1_der_decoding.3.gz +man/man3/asn1_der_decoding2.3.gz man/man3/asn1_der_decoding_element.3.gz man/man3/asn1_der_decoding_startEnd.3.gz +man/man3/asn1_dup_node.3.gz man/man3/asn1_encode_simple_der.3.gz man/man3/asn1_expand_any_defined_by.3.gz man/man3/asn1_expand_octet_string.3.gz Modified: head/security/mate-keyring/Makefile ============================================================================== --- head/security/mate-keyring/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/mate-keyring/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,7 +3,7 @@ PORTNAME= mate-keyring PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/security/openvas-libnasl/Makefile ============================================================================== --- head/security/openvas-libnasl/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/openvas-libnasl/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,7 +3,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/p11-kit/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -3,6 +3,7 @@ PORTNAME= p11-kit PORTVERSION= 0.20.3 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ Modified: head/security/shishi/Makefile ============================================================================== --- head/security/shishi/Makefile Mon Jul 28 05:21:11 2014 (r363112) +++ head/security/shishi/Makefile Mon Jul 28 06:43:09 2014 (r363113) @@ -2,7 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= GNU
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407280643.s6S6h9f7065044>