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 BE9DD7A16D for ; Wed, 14 Jun 2017 01:14:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 646E884DE3; Wed, 14 Jun 2017 01:14:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9AD384D8E for ; Wed, 14 Jun 2017 01:14:30 +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 vvCuRdrGA_MD for ; Wed, 14 Jun 2017 01:14:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6D7DE84CDA for ; Wed, 14 Jun 2017 01:14:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64000FAB6; Wed, 14 Jun 2017 01:14:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497402870256210" MIME-Version: 1.0 Date: Wed, 14 Jun 2017 01:14:30 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/security/bearssl To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20170614011430.64000FAB6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497402870256210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: agc Date: Wed Jun 14 01:14:30 UTC 2017 Modified Files: pkgsrc/security/bearssl: Makefile distinfo Log Message: Update bearssl from version 0.3 to version 0.4 Changes from previous version: + New AES and GHASH implementations for POWER8 processors (provides AES/GCM at more than 2 gigabytes per second!). + Improved GHASH implementation with AES-NI opcodes (pclmulqdq). + New Poly1305 implementation with 64 -> 128 multiplications, available on some 64-bit architectures. + New "i62" big-integer code with 64 -> 128 multiplications, available on some 64-bit architectures (RSA is much faster). + Some mostly cosmetic patches to support very old systems (BearSSL now compiles and run on Debian 2.2 "potato" from 2000, with GCC 2.95). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/bearssl/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/bearssl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497402870256210 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/bearssl/Makefile diff -u pkgsrc/security/bearssl/Makefile:1.2 pkgsrc/security/bearssl/Makefile:1.3 --- pkgsrc/security/bearssl/Makefile:1.2 Sat Apr 1 17:32:47 2017 +++ pkgsrc/security/bearssl/Makefile Wed Jun 14 01:14:30 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/04/01 17:32:47 agc Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/14 01:14:30 agc Exp $ -DISTNAME= bearssl-0.3 +DISTNAME= bearssl-0.4 CATEGORIES= security MASTER_SITES= https://bearssl.org/ Index: pkgsrc/security/bearssl/distinfo diff -u pkgsrc/security/bearssl/distinfo:1.1 pkgsrc/security/bearssl/distinfo:1.2 --- pkgsrc/security/bearssl/distinfo:1.1 Sat Apr 1 17:01:51 2017 +++ pkgsrc/security/bearssl/distinfo Wed Jun 14 01:14:30 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/04/01 17:01:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/06/14 01:14:30 agc Exp $ -SHA1 (bearssl-0.3.tar.gz) = 2f16a6b14b0e43cdacaf89aea47836a8da685f7e -RMD160 (bearssl-0.3.tar.gz) = 9c2562eecbdf8c777fd605c32b7d61ebb47c4734 -SHA512 (bearssl-0.3.tar.gz) = 137540dfed9a281e8599c9c74951662733e7e53c7b8556e4b940dea556299ef008ac49c8c499d8439884842d9a07f95de01a323229f882748c64ee9e10ebc691 -Size (bearssl-0.3.tar.gz) = 612642 bytes +SHA1 (bearssl-0.4.tar.gz) = 3246db6d5949a86b1889c1921ae9496d7b962c47 +RMD160 (bearssl-0.4.tar.gz) = e0f40ea16bfa3fc729407ddb3e176fa4ea8c259e +SHA512 (bearssl-0.4.tar.gz) = ff197c36a9e1a3e6b2e5b29c880f408518600ddc2a106522d097d6f4c824f3c5206c320194d8cfcc658eebb9a14e8175387e71d8a1d428562e028caa38c717ef +Size (bearssl-0.4.tar.gz) = 633401 bytes --_----------=_1497402870256210--