Package: libgcrypt20 / 1.12.0-2

Metadata

Package Version Patches format
libgcrypt20 1.12.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
12_lessdeps_libgcrypt config.diff | (download)

src/libgcrypt-config.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 drop -lgpg-error from libgcrypt-config --libs output.
15_multiarchpath_in_ L.diff | (download)

src/libgcrypt-config.in | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 do not print standard multiarch path
 {/usr,}/lib/i386-linux-gnu are in the standard search path, there is no
 need to explicitly point gcc there with a -L argument.
25_norevisionfromgit.diff | (download)

autogen.sh | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 do not pull revision info from git
 Stop trying to pull version info from GIT when autoconf is run.
30_0001 rijndael vaes avx512 add PIC PLT for AVX2 function j.patch | (download)

cipher/asm-common-amd64.h | 6 6 + 0 - 0 !
cipher/rijndael-vaes-avx512-amd64.S | 14 7 + 7 - 0 !
2 files changed, 13 insertions(+), 7 deletions(-)

 [patch 1/5] rijndael-vaes-avx512: add pic @plt for avx2 function
 jumps

* cipher/asm-common-amd64.h (AT_PLT): New.
* cipher/rijndael-vaes-avx512-amd64.S: Use AT_PLT for jumps to
AVX2/VAES functions.
--

GnuPG-bug-id: 8071
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>

30_0002 mpi ec Don t modify POINT in _gcry_mpi_ec_get_affine.patch | (download)

mpi/ec.c | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 [patch 2/5] mpi:ec: don't modify point in _gcry_mpi_ec_get_affine.

* mpi/ec.c (_gcry_mpi_ec_get_affine): Don't modify POINT.

--

GnuPG-bug-id: 8080
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

30_0003 mpi Add configuration for NetBSD m68k.patch | (download)

mpi/config.links | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 [patch 3/5] mpi: add configuration for netbsd m68k

--

NetBSD carried such a patch for years.  We now apply it.
GnuPG-bug-id: 8069

30_0004 cipher remove unused variable idx in _gcry_pk_get_ke.patch | (download)

cipher/pubkey.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch 4/5] cipher: remove unused variable idx in
 _gcry_pk_get_keygrip.

* cipher/pubkey.c (_gcry_pk_get_keygrip): Remove IDX.

--

30_0005 sexp Fix for use of strchr wrt const qualifier.patch | (download)

src/misc.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 5/5] sexp: fix for use of strchr wrt const qualifier.

* src/misc.c (_gcry_log_printsxp): Use const char * for PEND.

--