Received: by mail.netbsd.org (Postfix, from userid 605) id 8C37A84D20; Wed, 9 Jan 2019 14:19:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DE5384CEE for ; Wed, 9 Jan 2019 14:19:27 +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 z7ijUwUrr71X for ; Wed, 9 Jan 2019 14:19:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F82D84CCF for ; Wed, 9 Jan 2019 14:19:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79824FB16; Wed, 9 Jan 2019 14:19:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154704356696200" MIME-Version: 1.0 Date: Wed, 9 Jan 2019 14:19:26 +0000 From: "Martin Husemann" Subject: CVS commit: pkgsrc/security/libgcrypt To: pkgsrc-changes@NetBSD.org Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20190109141926.79824FB16@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. --_----------=_154704356696200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: martin Date: Wed Jan 9 14:19:26 UTC 2019 Modified Files: pkgsrc/security/libgcrypt: distinfo pkgsrc/security/libgcrypt/patches: patch-cipher_camellia-aarch64.S Log Message: Fix patch comment, pointed out by joerg To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/security/libgcrypt/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154704356696200 Content-Disposition: inline Content-Length: 2265 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libgcrypt/distinfo diff -u pkgsrc/security/libgcrypt/distinfo:1.80 pkgsrc/security/libgcrypt/distinfo:1.81 --- pkgsrc/security/libgcrypt/distinfo:1.80 Wed Jan 9 13:41:41 2019 +++ pkgsrc/security/libgcrypt/distinfo Wed Jan 9 14:19:26 2019 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.80 2019/01/09 13:41:41 martin Exp $ +$NetBSD: distinfo,v 1.81 2019/01/09 14:19:26 martin Exp $ SHA1 (libgcrypt-1.8.4.tar.bz2) = 4a8ef9db6922f3a31992aca5640b4198a69b58fc RMD160 (libgcrypt-1.8.4.tar.bz2) = 57a23952989b6a852d0654218206876c4a878087 SHA512 (libgcrypt-1.8.4.tar.bz2) = b831fc337eb14806897e224b0d1e78d1f8e9db91dffa818a015a4aa104144e2d971e5a855904907ee2bb9990a9d526de32d6787e1cae98e28a65c3258b2b1ea1 Size (libgcrypt-1.8.4.tar.bz2) = 2990108 bytes SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8 -SHA1 (patch-cipher_camellia-aarch64.S) = 0acc16a62d7156fdf5823a328edf91464185fc15 +SHA1 (patch-cipher_camellia-aarch64.S) = 3175085651b737e1339e34241b6107898e2cf4a7 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115 SHA1 (patch-random_jitterentropy-base.c) = 5a14676aae7ad5d12f9f0bed366af5183aaf22ad SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518 Index: pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S diff -u pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S:1.1 pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S:1.2 --- pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S:1.1 Wed Jan 9 13:41:41 2019 +++ pkgsrc/security/libgcrypt/patches/patch-cipher_camellia-aarch64.S Wed Jan 9 14:19:26 2019 @@ -1,7 +1,7 @@ -$NetBSD: patch-cipher_camellia-aarch64.S,v 1.1 2019/01/09 13:41:41 martin Exp $ +$NetBSD: patch-cipher_camellia-aarch64.S,v 1.2 2019/01/09 14:19:26 martin Exp $ -Do not make _gcry_camellia_arm_tables to allow the assembler to resolve -the symbol locally (avoids relocations that break the build). +Do not make _gcry_camellia_arm_tables global, to allow the assembler to +resolve the symbol locally (avoids relocations that break the build). --- cipher/camellia-aarch64.S.orig 2017-11-23 19:16:58.000000000 +0100 +++ cipher/camellia-aarch64.S 2019-01-09 14:27:16.928019986 +0100 --_----------=_154704356696200--