summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-24 08:29:23 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-23 21:46:12 -0700
commit61809fdb5aafc6db2eea06dc4ed0636ec34178aa (patch)
tree2e48b91613f5c23b95d7a6a792f2c793a5264cec /meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch
parentd7ff124b03859a5f0db1eca62f746251baee90ab (diff)
downloadmeta-openembedded-61809fdb5aafc6db2eea06dc4ed0636ec34178aa.tar.gz
adcli: upgrade 0.9.0 -> 0.9.2
0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch Fixed-build-error-on-musl.patch removed since they're included in 0.9.2. Changelog: ========== - adenroll: set password via LDAP instead Kerberos [#27] - disco: fall back to LDAPS if CLDAP ping was not successful [#31] - tools: replace getpass() [#10] - adenroll: write SID before secret to Samba's db [rhbz#1991619] - doc: add clarification to add-member command on doc/adcli.xml - tools: Set umask before calling mkdtemp() - Avoid undefined behaviour in short option parsing - library: include endian.h for le32toh - man: Fix typos and use consistent upper case for some keywords - doc: avoid gnu-make specific usage of $< [#26] - configure: check for ns_get16 and ns_get32 as well [rhbz#1984891] - Add setattr and delattr options [rhbz#1690920] - entry: add passwd-user sub-command [rhbz#1952828] - Add dont-expire-password option [rhbz#1769644] - build: add --with-vendor-error-message configure option [rhbz#1889386] - tools: add show-computer command [rhbz#1737342] - add description option to join and update [rhbz#1737342] - Use GSS-SPNEGO if available [rhbz#1762420] - add option use-ldaps [rhbz#1762420] - tools: disable SSSD's locator plugin [rhbz#1762633] - doc: explain required AD permissions [gfo#20] - computer: add create-msa sub-command [rhbz#1854112} - Add account-disable option [gfo#21] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch')
-rw-r--r--meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch b/meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch
deleted file mode 100644
index 87bcdfebd7..0000000000
--- a/meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 0e64782a45cba9753d1210ee7d7c9dbd42f74ceb Mon Sep 17 00:00:00 2001
2From: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
3Date: Fri, 12 Jul 2019 12:46:54 +0800
4Subject: [PATCH] Fixed build error on musl.
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
8---
9 library/adutil.c | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/library/adutil.c b/library/adutil.c
13index 9b0c47f..b673edd 100644
14--- a/library/adutil.c
15+++ b/library/adutil.c
16@@ -30,6 +30,7 @@
17 #include <assert.h>
18 #include <ctype.h>
19 #include <errno.h>
20+#include <endian.h>
21 #include <stdio.h>
22 #include <stdlib.h>
23 #include <string.h>
24--
252.20.1
26