From bbedeeb4539c40f2188f23e6defd9ba9521a9f84 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Wed, 15 Oct 2014 18:32:26 +0200 Subject: [PATCH] Update package-hashes to default to sha256 gpg --- conf/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/client.conf b/conf/client.conf index 934eaaa18..b904deb89 100644 --- a/conf/client.conf +++ b/conf/client.conf @@ -56,7 +56,7 @@ files-backup = false # Default parameter if unset: sha1 sha256 sha512 gpg # PLEASE NOTE: to fully disable GPG feature, please have a look at the # "gpg" option below. -package-hashes = sha1 gpg +package-hashes = sha256 gpg # GnuPG repository and packages verification feature. # Valid parameters: disable, enable, true, false, disabled, enabled, 0, 1