summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2021-03-06 18:18:37 +0200
committerNicolas Iooss2021-03-10 09:18:54 +0100
commitb7e8b17010e89c262a8f1e15a04e8374e7869854 (patch)
tree421e46f129e20ed0cae6d2f7a37743bf02d0d8b8
parent8045fc35a2654d1e5b9fd64d175852c9c81ee95f (diff)
downloadaur-b7e8b17010e89c262a8f1e15a04e8374e7869854.tar.gz
openssh-selinux 8.5p1-1 update
-rw-r--r--.SRCINFO18
-rw-r--r--0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch33
-rw-r--r--PKGBUILD17
3 files changed, 14 insertions, 54 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4e08e8f60d..808f689261f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openssh-selinux
pkgdesc = Premier connectivity tool for remote login with the SSH protocol, with SELinux support
- pkgver = 8.4p1
- pkgrel = 2
+ pkgver = 8.5p1
+ pkgrel = 1
url = https://www.openssh.com/portable.html
install = install
arch = x86_64
@@ -23,30 +23,28 @@ pkgbase = openssh-selinux
optdepends = xorg-xauth: X11 forwarding
optdepends = x11-ssh-askpass: input passphrase in X
optdepends = libfido2: FIDO/U2F support
- provides = openssh=8.4p1-2
- provides = selinux-openssh=8.4p1-2
+ provides = openssh=8.5p1-1
+ provides = selinux-openssh=8.5p1-1
conflicts = openssh
conflicts = selinux-openssh
backup = etc/ssh/ssh_config
backup = etc/ssh/sshd_config
backup = etc/pam.d/sshd
- source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.4p1.tar.gz
- source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.4p1.tar.gz.asc
+ source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.5p1.tar.gz
+ source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.5p1.tar.gz.asc
source = sshdgenkeys.service
source = sshd.service
source = sshd.conf
source = sshd.pam
source = glibc-2.31.patch
- source = 0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch
- validpgpkeys = 59C2118ED206D927E667EBE3D3E5F56B6D920D30
- sha256sums = 5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24
+ validpgpkeys = 7168B983815A5EEF59A4ADFD2A3F414E736060BA
+ sha256sums = f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25
sha256sums = SKIP
sha256sums = 4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7
sha256sums = e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7
sha256sums = 4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6
sha256sums = 64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846
sha256sums = 25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93
- sha256sums = a9093693586ea1150ac50249ce8937f86cde7977efa54a324e3f1155110aff49
pkgname = openssh-selinux
diff --git a/0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch b/0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch
deleted file mode 100644
index 5cd0054c7d5c..000000000000
--- a/0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d9e727dcc04a52caaac87543ea1d230e9e6b5604 Mon Sep 17 00:00:00 2001
-From: Oleg <Fallmay@users.noreply.github.com>
-Date: Thu, 1 Oct 2020 12:09:08 +0300
-Subject: [PATCH] Fix `EOF: command not found` error in ssh-copy-id
-
----
- contrib/ssh-copy-id | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
-index 392f64f9..a7690771 100644
---- a/contrib/ssh-copy-id
-+++ b/contrib/ssh-copy-id
-@@ -247,7 +247,7 @@ installkeys_sh() {
- # the -z `tail ...` checks for a trailing newline. The echo adds one if was missing
- # the cat adds the keys we're getting via STDIN
- # and if available restorecon is used to restore the SELinux context
-- INSTALLKEYS_SH=$(tr '\t\n' ' ' <<-EOF)
-+ INSTALLKEYS_SH=$(tr '\t\n' ' ' <<-EOF
- cd;
- umask 077;
- mkdir -p $(dirname "${AUTH_KEY_FILE}") &&
-@@ -258,6 +258,7 @@ installkeys_sh() {
- restorecon -F .ssh ${AUTH_KEY_FILE};
- fi
- EOF
-+ )
-
- # to defend against quirky remote shells: use 'exec sh -c' to get POSIX;
- printf "exec sh -c '%s'" "${INSTALLKEYS_SH}"
---
-2.29.1
-
diff --git a/PKGBUILD b/PKGBUILD
index bc96f36b9bac..84f4c01ff689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=openssh-selinux
-pkgver=8.4p1
-pkgrel=2
+pkgver=8.5p1
+pkgrel=1
pkgdesc='Premier connectivity tool for remote login with the SSH protocol, with SELinux support'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
@@ -26,23 +26,21 @@ conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
groups=('selinux')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+validpgpkeys=('7168B983815A5EEF59A4ADFD2A3F414E736060BA')
#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname/-selinux}-${pkgver}.tar.gz"{,.asc}
'sshdgenkeys.service'
'sshd.service'
'sshd.conf'
'sshd.pam'
- 'glibc-2.31.patch'
- '0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch')
-sha256sums=('5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24'
+ 'glibc-2.31.patch')
+sha256sums=('f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25'
'SKIP'
'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
- '25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93'
- 'a9093693586ea1150ac50249ce8937f86cde7977efa54a324e3f1155110aff49')
+ '25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
@@ -53,9 +51,6 @@ prepare() {
patch -p1 -i ../glibc-2.31.patch
- # Fix `EOF: command not found` error in ssh-copy-id
- patch -p1 -i ../0001-Fix-EOF-command-not-found-error-in-ssh-copy-id.patch
-
autoreconf
}