Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 12FC97A20E for ; Wed, 22 Jun 2016 10:36:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C73085EC1; Wed, 22 Jun 2016 10:36:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CAA485E86 for ; Wed, 22 Jun 2016 10:36:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OiJ_382x9osW for ; Wed, 22 Jun 2016 10:36:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 78CBB84C8B for ; Wed, 22 Jun 2016 10:36:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7041CFBB5; Wed, 22 Jun 2016 10:36:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466591760299760" MIME-Version: 1.0 Date: Wed, 22 Jun 2016 10:36:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libtasn1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160622103600.7041CFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466591760299760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 22 10:36:00 UTC 2016 Modified Files: pkgsrc/security/libtasn1: Makefile PLIST distinfo Log Message: Updated libtasn1 to 4.8. Security update. * Noteworthy changes in release 4.8 (released 2016-04-11) [stable] - Fixes to avoid reliance on C undefined behavior. - Fixes to avoid an infinite recursion when decoding without the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq. - Combined all the BER octet string decoding functions to a single one based on asn1_decode_simple_ber(). * Noteworthy changes in release 4.7 (released 2015-09-14) [stable] - Fixed regression introduced in the decoding of multi-byte tags fix. * Noteworthy changes in release 4.6 (released 2015-09-05) [stable] - Allow decoding OCTET STRINGs with multi-byte tags. - API and ABI changes since last version: asn1_get_object_id_der: New function To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/libtasn1/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/libtasn1/PLIST cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/libtasn1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466591760299760 Content-Disposition: inline Content-Length: 2332 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libtasn1/Makefile diff -u pkgsrc/security/libtasn1/Makefile:1.65 pkgsrc/security/libtasn1/Makefile:1.66 --- pkgsrc/security/libtasn1/Makefile:1.65 Fri Feb 26 09:41:05 2016 +++ pkgsrc/security/libtasn1/Makefile Wed Jun 22 10:36:00 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2016/02/26 09:41:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $ -DISTNAME= libtasn1-4.5 +DISTNAME= libtasn1-4.8 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} Index: pkgsrc/security/libtasn1/PLIST diff -u pkgsrc/security/libtasn1/PLIST:1.17 pkgsrc/security/libtasn1/PLIST:1.18 --- pkgsrc/security/libtasn1/PLIST:1.17 Sun Mar 29 13:10:49 2015 +++ pkgsrc/security/libtasn1/PLIST Wed Jun 22 10:36:00 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2015/03/29 13:10:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2016/06/22 10:36:00 wiz Exp $ bin/asn1Coding bin/asn1Decoding bin/asn1Parser @@ -33,6 +33,7 @@ man/man3/asn1_find_structure_from_oid.3 man/man3/asn1_get_bit_der.3 man/man3/asn1_get_length_ber.3 man/man3/asn1_get_length_der.3 +man/man3/asn1_get_object_id_der.3 man/man3/asn1_get_octet_der.3 man/man3/asn1_get_tag_der.3 man/man3/asn1_length_der.3 Index: pkgsrc/security/libtasn1/distinfo diff -u pkgsrc/security/libtasn1/distinfo:1.45 pkgsrc/security/libtasn1/distinfo:1.46 --- pkgsrc/security/libtasn1/distinfo:1.45 Wed Nov 4 01:17:49 2015 +++ pkgsrc/security/libtasn1/distinfo Wed Jun 22 10:36:00 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2015/11/04 01:17:49 agc Exp $ +$NetBSD: distinfo,v 1.46 2016/06/22 10:36:00 wiz Exp $ -SHA1 (libtasn1-4.5.tar.gz) = 7d648928729ffd38de84fac8b94d3ae0558de472 -RMD160 (libtasn1-4.5.tar.gz) = 1060f96cab7f4580f76cbb5b632b7a6376576544 -SHA512 (libtasn1-4.5.tar.gz) = 9319c7109b006f6f1f52c5cc0ff4b076db0037fb977535e04980dc3a9b3195ef20a451f04771d0eff1d1a104557cc14ccd5147f82e4229230d6539046e7f5108 -Size (libtasn1-4.5.tar.gz) = 1850279 bytes +SHA1 (libtasn1-4.8.tar.gz) = a59c9f5db50909bd21ae143da40d74397fd51320 +RMD160 (libtasn1-4.8.tar.gz) = c0959f5f5ed12e2963e2edb10a28a17c387d735a +SHA512 (libtasn1-4.8.tar.gz) = 22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3 +Size (libtasn1-4.8.tar.gz) = 1859924 bytes --_----------=_1466591760299760--