Update to libgcrypt-1.9.3.

This commit is contained in:
ajacoutot 2021-04-24 07:44:41 +00:00
parent ae13be1308
commit 4664208dbd
3 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.73 2021/02/18 06:57:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.74 2021/04/24 07:44:41 ajacoutot Exp $
COMMENT= crypto library based on code used in GnuPG
DISTNAME= libgcrypt-1.9.2
DISTNAME= libgcrypt-1.9.3
CATEGORIES= security
SHARED_LIBS += gcrypt 20.0 # 23.2
SHARED_LIBS += gcrypt 20.0 # 23.3
HOMEPAGE= https://www.gnupg.org/software/libgcrypt/index.html

View File

@ -1,2 +1,2 @@
SHA256 (libgcrypt-1.9.2.tar.gz) = S2Cq2/aZLqMhLME7D4QwVwlFbTSNyEkluYCSVAhW8k8=
SIZE (libgcrypt-1.9.2.tar.gz) = 3847563
SHA256 (libgcrypt-1.9.3.tar.gz) = noOlbToh8ihED9izisi+zKDvDi2X3pTuePFEAa+G6Lk=
SIZE (libgcrypt-1.9.3.tar.gz) = 3867788

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.8 2021/01/29 12:14:13 ajacoutot Exp $
$OpenBSD: patch-configure_ac,v 1.9 2021/04/24 07:44:41 ajacoutot Exp $
Index: configure.ac
--- configure.ac.orig
@ -12,7 +12,7 @@ Index: configure.ac
auto_random_modules="$available_random_modules"
# Supported thread backends.
@@ -2170,6 +2170,7 @@ AC_CHECK_FUNCS(strerror rand mmap getpagesize sysconf
@@ -2195,6 +2195,7 @@ AC_CHECK_FUNCS(strerror rand mmap getpagesize sysconf
AC_CHECK_FUNCS(gettimeofday getrusage gethrtime clock_gettime syslog)
AC_CHECK_FUNCS(syscall fcntl ftruncate flockfile getauxval elf_aux_info)
AC_CHECK_FUNCS(explicit_bzero explicit_memset getentropy)
@ -20,7 +20,7 @@ Index: configure.ac
GNUPG_CHECK_MLOCK
@@ -2241,7 +2242,9 @@ fi
@@ -2266,7 +2267,9 @@ fi
if test "$random" = "default"; then
# Select default value.
@ -31,7 +31,7 @@ Index: configure.ac
# Try Linuxish random device.
random_modules="linux"
else
@@ -3036,6 +3039,12 @@ LIST_MEMBER(scrypt, $enabled_kdfs)
@@ -3085,6 +3088,12 @@ LIST_MEMBER(scrypt, $enabled_kdfs)
if test "$found" = "1" ; then
GCRYPT_KDFS="$GCRYPT_KDFS scrypt.lo"
AC_DEFINE(USE_SCRYPT, 1, [Defined if this module should be included])