From owner-svn-ports-head@FreeBSD.ORG Sat Apr 18 03:22:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E32AA39; Sat, 18 Apr 2015 03:22:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 546E7AB2; Sat, 18 Apr 2015 03:22:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3I3M1na013107; Sat, 18 Apr 2015 03:22:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3I3M0RN013092; Sat, 18 Apr 2015 03:22:00 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201504180322.t3I3M0RN013092@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 18 Apr 2015 03:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384204 - head/security/libtasn1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 03:22:01 -0000 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