]> git.pld-linux.org Git - packages/libgcrypt.git/commitdiff
up to 1.9.3 auto/th/libgcrypt-1.9.3-1
authorJan Palus <atler@pld-linux.org>
Tue, 20 Apr 2021 09:06:56 +0000 (11:06 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 20 Apr 2021 09:06:56 +0000 (11:06 +0200)
libgcrypt-info.patch
libgcrypt-poll.patch
libgcrypt.spec

index 53f4b97d74f2522b69cef603e47f073e9c42016a..5f6b61040c14fe045f6559f54cd306a7ae1a3296 100644 (file)
@@ -11,4 +11,4 @@
 +* libgcrypt: (gcrypt).                        Cryptographic function library
  @end direntry
  
+ @c A couple of macros with no effect on texinfo
index 64a169c533806858439c291ad833c0853c095a4a..5cec837d6d30a7a8220f98b19e4293e5a597760b 100644 (file)
@@ -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;
          }
index 24d98bf82ad0e4bfaf4dca0b7181993d65098901..9b9b154ffd16b8e6f603b21b1c0a52348220f482 100644 (file)
@@ -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
This page took 0.17702 seconds and 4 git commands to generate.