Missing patch
This commit is contained in:
16
net/freeipa-client/files/patch-client_ipa-getkeytab.c
Normal file
16
net/freeipa-client/files/patch-client_ipa-getkeytab.c
Normal file
@ -0,0 +1,16 @@
|
||||
--- client/ipa-getkeytab.c.orig 2023-08-21 14:29:00 UTC
|
||||
+++ client/ipa-getkeytab.c
|
||||
@@ -34,6 +34,13 @@
|
||||
#include <time.h>
|
||||
#include <krb5.h>
|
||||
#include <ldap.h>
|
||||
+typedef unsigned char u_char;
|
||||
+typedef unsigned short u_short;
|
||||
+typedef unsigned int u_int;
|
||||
+typedef unsigned long u_long;
|
||||
+#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <arpa/nameser.h>
|
||||
#include <resolv.h>
|
||||
#include <sasl/sasl.h>
|
||||
#include <popt.h>
|
||||
10
net/freeipa-client/files/patch-ipaplatform_setup.py
Normal file
10
net/freeipa-client/files/patch-ipaplatform_setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- ipaplatform/setup.py.orig 2023-10-03 12:48:36 UTC
|
||||
+++ ipaplatform/setup.py
|
||||
@@ -37,6 +37,7 @@ if __name__ == '__main__':
|
||||
"ipaplatform.debian",
|
||||
"ipaplatform.fedora",
|
||||
"ipaplatform.fedora_container",
|
||||
+ "ipaplatform.freebsd",
|
||||
"ipaplatform.nixos",
|
||||
"ipaplatform.redhat",
|
||||
"ipaplatform.rhel",
|
||||
10
net/freeipa-client/files/patch-util_ipa__krb5.c
Normal file
10
net/freeipa-client/files/patch-util_ipa__krb5.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- util/ipa_krb5.c.orig 2021-11-25 17:34:42 UTC
|
||||
+++ util/ipa_krb5.c
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <errno.h>
|
||||
#include <lber.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/endian.h>
|
||||
|
||||
#include <libintl.h>
|
||||
#define _(STRING) gettext(STRING)
|
||||
Reference in New Issue
Block a user