svn commit: r384204 - head/security/libtasn1

Roman Bogorodskiy novel at FreeBSD.org
Sat Apr 18 03:22:01 UTC 2015


Author: novel
Date: Sat Apr 18 03:21:59 2015
New Revision: 384204
URL: https://svnweb.freebsd.org/changeset/ports/384204

Log:
  Update to 4.4.
  
  Security:	CVE-2015-2806

Modified:
  head/security/libtasn1/Makefile
  head/security/libtasn1/distinfo
  head/security/libtasn1/pkg-plist

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Sat Apr 18 02:43:51 2015	(r384203)
+++ head/security/libtasn1/Makefile	Sat Apr 18 03:21:59 2015	(r384204)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtasn1
-PORTVERSION=	4.2
+PORTVERSION=	4.4
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libtasn1

Modified: head/security/libtasn1/distinfo
==============================================================================
--- head/security/libtasn1/distinfo	Sat Apr 18 02:43:51 2015	(r384203)
+++ head/security/libtasn1/distinfo	Sat Apr 18 03:21:59 2015	(r384204)
@@ -1,2 +1,2 @@
-SHA256 (libtasn1-4.2.tar.gz) = 693b41cb36c2ac02d5990180b0712a79a591168e93d85f7fcbb75a0a0be4cdbb
-SIZE (libtasn1-4.2.tar.gz) = 1866192
+SHA256 (libtasn1-4.4.tar.gz) = f8349db1b4fe634105c77e11d26b2173e587827e86e1a489b5e38ffa822e0c5d
+SIZE (libtasn1-4.4.tar.gz) = 1849451

Modified: head/security/libtasn1/pkg-plist
==============================================================================
--- head/security/libtasn1/pkg-plist	Sat Apr 18 02:43:51 2015	(r384203)
+++ head/security/libtasn1/pkg-plist	Sat Apr 18 03:21:59 2015	(r384204)
@@ -6,7 +6,7 @@ info/libtasn1.info
 lib/libtasn1.a
 lib/libtasn1.so
 lib/libtasn1.so.6
-lib/libtasn1.so.6.3.2
+lib/libtasn1.so.6.4.1
 libdata/pkgconfig/libtasn1.pc
 man/man1/asn1Coding.1.gz
 man/man1/asn1Decoding.1.gz
@@ -16,6 +16,7 @@ man/man3/asn1_bit_der.3.gz
 man/man3/asn1_check_version.3.gz
 man/man3/asn1_copy_node.3.gz
 man/man3/asn1_create_element.3.gz
+man/man3/asn1_decode_simple_ber.3.gz
 man/man3/asn1_decode_simple_der.3.gz
 man/man3/asn1_delete_element.3.gz
 man/man3/asn1_delete_structure.3.gz


More information about the svn-ports-all mailing list