- Chase security/libtasn1 update
- Add UPDATING entry
This commit is contained in:
parent
096560139e
commit
7635644b42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332596
14
UPDATING
14
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
|
||||
|
@ -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
|
||||
|
@ -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/ \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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]+$//}/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= shishi
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user