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 B9CCD7A28E for ; Tue, 10 Jan 2017 15:26:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6B13C856E6; Tue, 10 Jan 2017 15:26:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFAFE856D8 for ; Tue, 10 Jan 2017 15:26:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DIxyGwVxzJbA for ; Tue, 10 Jan 2017 15:26:32 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 812038556D for ; Tue, 10 Jan 2017 15:26:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77738FBA6; Tue, 10 Jan 2017 15:26:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484061992143300" MIME-Version: 1.0 Date: Tue, 10 Jan 2017 15:26:32 +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: <20170110152632.77738FBA6@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. --_----------=_1484061992143300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 10 15:26:32 UTC 2017 Modified Files: pkgsrc/security/libtasn1: Makefile distinfo Log Message: Updated libtasn1 to 4.9. * Noteworthy changes in release 4.9 (released 2016-07-25) [stable] - Fixes to OID encoding of OIDs which have elements which exceed 2^32 To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/security/libtasn1/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/libtasn1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484061992143300 Content-Disposition: inline Content-Length: 1620 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.66 pkgsrc/security/libtasn1/Makefile:1.67 --- pkgsrc/security/libtasn1/Makefile:1.66 Wed Jun 22 10:36:00 2016 +++ pkgsrc/security/libtasn1/Makefile Tue Jan 10 15:26:32 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2017/01/10 15:26:32 wiz Exp $ -DISTNAME= libtasn1-4.8 +DISTNAME= libtasn1-4.9 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} Index: pkgsrc/security/libtasn1/distinfo diff -u pkgsrc/security/libtasn1/distinfo:1.46 pkgsrc/security/libtasn1/distinfo:1.47 --- pkgsrc/security/libtasn1/distinfo:1.46 Wed Jun 22 10:36:00 2016 +++ pkgsrc/security/libtasn1/distinfo Tue Jan 10 15:26:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2016/06/22 10:36:00 wiz Exp $ +$NetBSD: distinfo,v 1.47 2017/01/10 15:26:32 wiz Exp $ -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 +SHA1 (libtasn1-4.9.tar.gz) = c9b8148f4877ef739d3cf67de491c4c3dd5f5aca +RMD160 (libtasn1-4.9.tar.gz) = ed8e56174119c95d66d631d4f9464acf3f13a868 +SHA512 (libtasn1-4.9.tar.gz) = 1fb2c5eb89f3e9abd8f7433342619e3d89576ed15a783b8152ed9da0383342f80e750c570733ac266bc8a3c4b23e5e2a57e3735b2341d507e7d88ac366a8d6e7 +Size (libtasn1-4.9.tar.gz) = 1864709 bytes --_----------=_1484061992143300--