Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/files/
Date: Sun, 03 Apr 2022 10:50:35
Message-Id: 1648983009.c69dccaaf104b365f480a4c4e2a3b47bbb93a9cb.conikost@gentoo
1 commit: c69dccaaf104b365f480a4c4e2a3b47bbb93a9cb
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Mar 31 06:03:15 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69dccaa
7
8 dev-libs/libgcrypt: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24827
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 ...gcrypt-1.10.0-musl-jitterentropy-includes.patch | 26 ----------------------
16 1 file changed, 26 deletions(-)
17
18 diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch b/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch
19 deleted file mode 100644
20 index 205944dd7a1b..000000000000
21 --- a/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch
22 +++ /dev/null
23 @@ -1,26 +0,0 @@
24 -https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=ffaef0be613121d3ee37867d82932a7a30c2bc6d
25 -
26 -From: Heiko Becker <heirecka@×××××××.org>
27 -Date: Thu, 3 Feb 2022 22:46:41 +0000
28 -Subject: [PATCH] jitterentropy: Include <fcntl.h> and <limits.h>
29 -
30 -* random/jitterentropy-base-user.h: Include <fcntl.h> for O_RDONLY
31 -* random/jitterentropy-base-user.h: Include <limits.h> for LONG_MAX
32 -
33 ---
34 -
35 -Fixes the build with musl libc.
36 -
37 -Signed-off-by: Heiko Becker <heirecka@×××××××.org>
38 ---- a/random/jitterentropy-base-user.h
39 -+++ b/random/jitterentropy-base-user.h
40 -@@ -39,6 +39,9 @@
41 - * DAMAGE.
42 - */
43 -
44 -+#include <fcntl.h>
45 -+#include <limits.h>
46 -+
47 - #ifndef GCRYPT_JITTERENTROPY_BASE_USER_H
48 - #define GCRYPT_JITTERENTROPY_BASE_USER_H
49 -