From 8a3315c0c0b07a5731c8eeb715be7f6ead74ca18 Mon Sep 17 00:00:00 2001 From: Aaron Schaefer Date: Mon, 12 Jan 2009 21:21:28 -0500 Subject: [PATCH] makepkg: change INTEGRITY_CHECK default to SHA-256 instead of MD5 Signed-off-by: Aaron Schaefer --- etc/makepkg.conf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 675e5f9..a28b599 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -72,7 +72,7 @@ BUILDENV=(fakeroot !distcc color !ccache !xdelta) OPTIONS=(strip !docs libtool emptydirs zipman purge) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 -INTEGRITY_CHECK=(md5) +INTEGRITY_CHECK=(sha256) #-- Manual (man and info) directories to compress (if option set correctly above) MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info}) #-- Doc directories to remove (if option set correctly above) -- 1.6.1