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