Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/files/
Date: Thu, 13 Jan 2022 06:03:01
Message-Id: 1642053020.6d880864919836b43c8f1c230631b0d1f58f180f.sam@gentoo
1 commit: 6d880864919836b43c8f1c230631b0d1f58f180f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 05:49:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 05:50:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d880864
7
8 app-crypt/adcli: add patch references
9
10 Bug: https://bugs.gentoo.org/830325
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../adcli-0.9.1-library-include-endian.h-for-le32toh.patch | 13 +++----------
14 1 file changed, 3 insertions(+), 10 deletions(-)
15
16 diff --git a/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch b/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch
17 index 246ccd990f12..b901796d8d6c 100644
18 --- a/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch
19 +++ b/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch
20 @@ -1,4 +1,6 @@
21 -From dfbaa1b7f7cde281e23464ceb24699d4686651ab Mon Sep 17 00:00:00 2001
22 +https://bugs.gentoo.org/830325
23 +https://gitlab.freedesktop.org/realmd/adcli/-/merge_requests/47
24 +
25 From: Henning Schild <henning@×××××××.de>
26 Date: Tue, 11 Jan 2022 08:22:55 +0100
27 Subject: [PATCH] library: include endian.h for le32toh
28 @@ -7,12 +9,6 @@ upstream commit 938065a751c0876eb837a27f8c1443fc7d0d2551
29
30 linking against musl libc we need to include that specifically, actually
31 also according to "man 3 endian".
32 ----
33 - library/adutil.c | 1 +
34 - 1 file changed, 1 insertion(+)
35 -
36 -diff --git a/library/adutil.c b/library/adutil.c
37 -index 9b0c47f3b7e9..4bb06a3a7588 100644
38 --- a/library/adutil.c
39 +++ b/library/adutil.c
40 @@ -29,6 +29,7 @@
41 @@ -23,6 +19,3 @@ index 9b0c47f3b7e9..4bb06a3a7588 100644
42 #include <errno.h>
43 #include <stdio.h>
44 #include <stdlib.h>
45 ---
46 -2.34.1
47 -