summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-06-16 18:38:56 +0200
committerNicolas Iooss2023-06-16 18:38:56 +0200
commitc09e9cb7e149f0a375149798d5e567a9306b4320 (patch)
tree24aa3523f0198aa2bd336b56a9f6cdffb786f508
parent6dcc2e1dfdf2c82df707ce7b72e5cb55dde40ec6 (diff)
downloadaur-c09e9cb7e149f0a375149798d5e567a9306b4320.tar.gz
openssh-selinux 9.3p1-2 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a01dbb8d3d1..53fad0217065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openssh-selinux
pkgdesc = SSH protocol implementation for remote login, command execution and file transfer, with SELinux support
pkgver = 9.3p1
- pkgrel = 1
+ pkgrel = 2
url = https://www.openssh.com/portable.html
arch = x86_64
arch = aarch64
@@ -25,8 +25,8 @@ pkgbase = openssh-selinux
optdepends = libfido2: FIDO/U2F support
optdepends = x11-ssh-askpass: input passphrase in X
optdepends = xorg-xauth: X11 forwarding
- provides = openssh=9.3p1-1
- provides = selinux-openssh=9.3p1-1
+ provides = openssh=9.3p1-2
+ provides = selinux-openssh=9.3p1-2
conflicts = openssh
conflicts = selinux-openssh
backup = etc/pam.d/sshd
diff --git a/PKGBUILD b/PKGBUILD
index 0fdc6517013b..ca5fa1fe247a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=openssh-selinux
pkgver=9.3p1
-pkgrel=1
+pkgrel=2
pkgdesc="SSH protocol implementation for remote login, command execution and file transfer, with SELinux support"
arch=('x86_64' 'aarch64')
url='https://www.openssh.com/portable.html'