From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54AF7139082 for ; Mon, 27 Nov 2017 14:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A9D5E0E68; Mon, 27 Nov 2017 14:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A57AE0E68 for ; Mon, 27 Nov 2017 14:11:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 711DF33C4EE for ; Mon, 27 Nov 2017 14:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07788A958 for ; Mon, 27 Nov 2017 14:10:59 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1511791846.f190ba6f3d24b7f0badd2ce9a61c039382107f56.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/rsync-generation/update-rsync-master.sh X-VCS-Directories: scripts/rsync-generation/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f190ba6f3d24b7f0badd2ce9a61c039382107f56 X-VCS-Branch: master Date: Mon, 27 Nov 2017 14:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1bf40a5b-6bb7-4037-b6f6-53090b73ff30 X-Archives-Hash: ad964ebdb0b8efd1a1f45b66d2e5974e commit: f190ba6f3d24b7f0badd2ce9a61c039382107f56 Author: Fabian Groffen gentoo org> AuthorDate: Mon Nov 27 14:10:46 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Nov 27 14:10:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f190ba6f update-rsync-master: upgrade manifest signature hash from sha256 to sha512 scripts/rsync-generation/update-rsync-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh index a6c0cf7572..5f73206eae 100755 --- a/scripts/rsync-generation/update-rsync-master.sh +++ b/scripts/rsync-generation/update-rsync-master.sh @@ -212,7 +212,7 @@ sign_manifest() { # remember, HOME is set to misc/ so .gnupg keychain lives there gpg --batch --no-tty --passphrase-fd 0 --default-key C6317B3C \ --pinentry-mode loopback \ - --sign --clearsign --digest-algo SHA256 \ + --sign --clearsign --digest-algo SHA512 \ --yes "${MANIFEST_CACHE}"/${mc} \ < "${BASE_PATH}"/autosigner.pwd >& /dev/null if [[ -f ${MANIFEST_CACHE}/${mc}.asc ]] ; then