[packages/libgcrypt] up to 1.9.3

atler atler at pld-linux.org
Tue Apr 20 11:07:47 CEST 2021


commit 2e87552d3754c1f000cc6acc5199ea6ebe5361b2
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Apr 20 11:06:56 2021 +0200

    up to 1.9.3

 libgcrypt-info.patch | 2 +-
 libgcrypt-poll.patch | 6 +++---
 libgcrypt.spec       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libgcrypt.spec b/libgcrypt.spec
index 24d98bf..9b9b154 100644
--- a/libgcrypt.spec
+++ b/libgcrypt.spec
@@ -8,12 +8,12 @@ Summary(es.UTF-8):	Libgcrypt es una biblioteca general de desarrole embasada em
 Summary(pl.UTF-8):	Biblioteka kryptograficzna oparta na kodzie GnuPG
 Summary(pt_BR.UTF-8):	libgcrypt é uma biblioteca de criptografia de uso geral baseada no GnuPG
 Name:		libgcrypt
-Version:	1.9.2
+Version:	1.9.3
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
-# Source0-md5:	00121b05e1ff4cc85a4a6503e0a7d9fb
+# Source0-md5:	3fcb490b9b7347344708eeb7b4a95464
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-libgcrypt_config.patch
 Patch2:		%{name}-poll.patch
diff --git a/libgcrypt-info.patch b/libgcrypt-info.patch
index 53f4b97..5f6b610 100644
--- a/libgcrypt-info.patch
+++ b/libgcrypt-info.patch
@@ -11,4 +11,4 @@
 +* libgcrypt: (gcrypt).			Cryptographic function library
  @end direntry
  
- 
+ @c A couple of macros with no effect on texinfo
diff --git a/libgcrypt-poll.patch b/libgcrypt-poll.patch
index 64a169c..5cec837 100644
--- a/libgcrypt-poll.patch
+++ b/libgcrypt-poll.patch
@@ -6,8 +6,8 @@
  #include <fcntl.h>
 +#include <poll.h>
  #if defined(__APPLE__) && defined(__MACH__)
- extern int getentropy (void *buf, size_t buflen) __attribute__ ((weak_import));
- #define HAVE_GETENTROPY
+ #include <Availability.h>
+ #ifdef __MAC_10_11
 @@ -216,8 +217,7 @@
                   return with something we will actually use 100ms. */
    while (length)
@@ -17,7 +17,7 @@
 +      struct pollfd fds;
        int rc;
  
-       /* If we have a modern Linux kernel and we want to read from the
+       /* If we have a modern operating system, we first try to use the new
 @@ -276,21 +276,11 @@
            any_need_entropy = 1;
          }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgcrypt.git/commitdiff/2e87552d3754c1f000cc6acc5199ea6ebe5361b2



More information about the pld-cvs-commit mailing list