Patch name, formating
This commit is contained in:
parent
58ba50440e
commit
a4d9cd5694
@ -20,12 +20,12 @@ index 24378a7..0bed910 100644
|
|||||||
aarch64*-*)
|
aarch64*-*)
|
||||||
seccomp_audit_arch=AUDIT_ARCH_AARCH64
|
seccomp_audit_arch=AUDIT_ARCH_AARCH64
|
||||||
;;
|
;;
|
||||||
+ s390x-*)
|
+ s390x-*)
|
||||||
+ seccomp_audit_arch=AUDIT_ARCH_S390X
|
+ seccomp_audit_arch=AUDIT_ARCH_S390X
|
||||||
+ ;;
|
+ ;;
|
||||||
+ s390-*)
|
+ s390-*)
|
||||||
+ seccomp_audit_arch=AUDIT_ARCH_S390
|
+ seccomp_audit_arch=AUDIT_ARCH_S390
|
||||||
+ ;;
|
+ ;;
|
||||||
esac
|
esac
|
||||||
if test "x$seccomp_audit_arch" != "x" ; then
|
if test "x$seccomp_audit_arch" != "x" ; then
|
||||||
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
AC_MSG_RESULT(["$seccomp_audit_arch"])
|
||||||
|
@ -212,8 +212,8 @@ Patch921: openssh-6.7p1-debian-restore-tcp-wrappers.patch
|
|||||||
Patch922: openssh-6.8p1-sshdT-output.patch
|
Patch922: openssh-6.8p1-sshdT-output.patch
|
||||||
# fix ssh-copy-id on non-sh shells (#1045191)
|
# fix ssh-copy-id on non-sh shells (#1045191)
|
||||||
Patch923: openssh-6.8p1-fix-ssh-copy-id-on-non-sh-shell.patch
|
Patch923: openssh-6.8p1-fix-ssh-copy-id-on-non-sh-shell.patch
|
||||||
# AArch64 has seccomp support since 3.19 kernel (#1195065)
|
# Seccomp support for secondary architectures (#1195065)
|
||||||
Patch924: openssh-6.7p1-seccomp-aarch64.patch
|
Patch924: openssh-6.9p1-seccomp-secondary.patch
|
||||||
# Solve issue with ssh-copy-id and keys without trailing newline (#1093168)
|
# Solve issue with ssh-copy-id and keys without trailing newline (#1093168)
|
||||||
Patch925: openssh-6.7p1-ssh-copy-id-truncated-keys.patch
|
Patch925: openssh-6.7p1-ssh-copy-id-truncated-keys.patch
|
||||||
# Add sftp option to force mode of created files (#1191055)
|
# Add sftp option to force mode of created files (#1191055)
|
||||||
|
Loading…
Reference in New Issue
Block a user