1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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
This commit is contained in:
Roman Bogorodskiy 2014-07-28 06:43:09 +00:00
parent 499299ff76
commit 32290f6fc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363113
13 changed files with 33 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -2,7 +2,7 @@
PORTNAME= gnutls
PORTVERSION= 3.2.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2

View File

@ -3,7 +3,7 @@
PORTNAME= libgnome-keyring
PORTVERSION= 2.32.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= security gnome
MASTER_SITES= GNOME

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,7 @@
PORTNAME= mate-keyring
PORTVERSION= 1.6.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -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/

View File

@ -3,6 +3,7 @@
PORTNAME= p11-kit
PORTVERSION= 0.20.3
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://p11-glue.freedesktop.org/releases/

View File

@ -2,7 +2,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= GNU