diff --git a/build/openssh/patches/0013-Solaris-Auditing-support.patch b/build/openssh/patches/0013-Solaris-Auditing-support.patch index 1d25c98bf..48299c6b6 100644 --- a/build/openssh/patches/0013-Solaris-Auditing-support.patch +++ b/build/openssh/patches/0013-Solaris-Auditing-support.patch @@ -33,7 +33,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/INSTALL a/INSTALL diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in --- a~/Makefile.in 1970-01-01 00:00:00 +++ a/Makefile.in 1970-01-01 00:00:00 -@@ -128,7 +128,7 @@ SSHDOBJS=sshd.o \ +@@ -127,7 +127,7 @@ SSHDOBJS=sshd.o \ $(SKOBJS) SSHD_SESSION_OBJS=sshd-session.o auth-rhosts.o auth-passwd.o \ diff --git a/build/openssh/patches/gcc14.patch b/build/openssh/patches/gcc14.patch new file mode 100644 index 000000000..160448c74 --- /dev/null +++ b/build/openssh/patches/gcc14.patch @@ -0,0 +1,19 @@ +diff -wpruN --no-dereference '--exclude=*.orig' a~/audit-solaris.c a/audit-solaris.c +--- a~/audit-solaris.c 1970-01-01 00:00:00 ++++ a/audit-solaris.c 1970-01-01 00:00:00 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -49,7 +50,6 @@ + #include + #include + #include +-#include + #include + #include + #include diff --git a/build/openssh/patches/series.aarch64 b/build/openssh/patches/series.aarch64 index b1085f35f..dd4f7a4e3 100644 --- a/build/openssh/patches/series.aarch64 +++ b/build/openssh/patches/series.aarch64 @@ -18,3 +18,5 @@ sshd_config.patch 0029-Accept-LANG-and-LC_-environment-variables-from-clien.patch 0031-Restore-tcpwrappers-libwrap-support.patch test.patch +pam-illumos.patch +gcc14.patch