summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5651d85d285c..0e8e25681e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = openssh-selinux
pkgdesc = Free version of the SSH connectivity tools with SELinux support
- pkgver = 7.3p1
- pkgrel = 2
- url = http://www.openssh.org/portable.html
+ pkgver = 7.4p1
+ pkgrel = 1
+ url = https://www.openssh.org/portable.html
arch = i686
arch = x86_64
groups = selinux
@@ -15,15 +15,15 @@ pkgbase = openssh-selinux
depends = libselinux
optdepends = xorg-xauth: X11 forwarding
optdepends = x11-ssh-askpass: input passphrase in X
- provides = openssh=7.3p1-2
- provides = selinux-openssh=7.3p1-2
+ provides = openssh=7.4p1-1
+ provides = selinux-openssh=7.4p1-1
conflicts = openssh
conflicts = selinux-openssh
backup = etc/ssh/ssh_config
backup = etc/ssh/sshd_config
backup = etc/pam.d/sshd
- source = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.3p1.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.3p1.tar.gz.asc
+ source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz
+ source = https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz.asc
source = sshdgenkeys.service
source = sshd@.service
source = sshd.service
@@ -31,7 +31,7 @@ pkgbase = openssh-selinux
source = sshd.conf
source = sshd.pam
validpgpkeys = 59C2118ED206D927E667EBE3D3E5F56B6D920D30
- sha1sums = bfade84283fcba885e2084343ab19a08c7d123a5
+ sha1sums = 2330bbf82ed08cf3ac70e0acf00186ef3eeb97e0
sha1sums = SKIP
sha1sums = caaa801da59a5d14c0c29c43e9de5fef281ea03e
sha1sums = 6a0ff3305692cf83aca96e10f3bb51e1c26fccda
diff --git a/PKGBUILD b/PKGBUILD
index d43b4043b991..0f7e28a7751c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
# SELinux Contributor: Nicky726 <Nicky726@gmail.com>
pkgname=openssh-selinux
-pkgver=7.3p1
-pkgrel=2
+pkgver=7.4p1
+pkgrel=1
pkgdesc='Free version of the SSH connectivity tools with SELinux support'
-url='http://www.openssh.org/portable.html'
+url='https://www.openssh.org/portable.html'
license=('custom:BSD')
arch=('i686' 'x86_64')
makedepends=('linux-headers')
@@ -22,14 +22,14 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
groups=('selinux')
validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname/-selinux}-${pkgver}.tar.gz"{,.asc}
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname/-selinux}-${pkgver}.tar.gz"{,.asc}
'sshdgenkeys.service'
'sshd@.service'
'sshd.service'
'sshd.socket'
'sshd.conf'
'sshd.pam')
-sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
+sha1sums=('2330bbf82ed08cf3ac70e0acf00186ef3eeb97e0' 'SKIP'
'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
'6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
'ec49c6beba923e201505f5669cea48cad29014db'
@@ -64,10 +64,10 @@ build() {
check() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"
- make tests || true
- # hard to suitably test connectivity:
- # - fails with /bin/false as login shell
- # - fails with firewall activated, etc.
+ make tests
+
+ # Connectivity tests will fail with makechrootpkg since
+ # it runs as nobody which has /bin/false as login shell.
}
package() {