summaryrefslogtreecommitdiff
path: root/core/openssh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/openssh/PKGBUILD')
-rw-r--r--core/openssh/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index 15bba40a..d7a49aff 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -1,8 +1,11 @@
-# for now glibc 2.33 has been updated without libseccomp, so libseccomp
-# sandbox fails the login session in sshd
+# T2SDE patch for missing pselect6_time64 in seccomp, thanks :-)
+source+=(openssh-8.4p1-sandbox-seccomp-pselect6_time64.patch)
+sha256sums+=(db7c0acfbed11ce4c2dbc602e8d5dfb8d46428679e96b325f564932ac2d8e14e)
+
eval "$(
- declare -f build | \
+ declare -f prepare | \
sed '
- s,./configure,./configure --with-sandbox=rlimit,g
+ /patch.*001/ a \
+ patch -p1 -i ../openssh-8.4p1-sandbox-seccomp-pselect6_time64.patch
'
)"