summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-06-09 08:48:06 +0200
committerNicolas Iooss2021-06-09 08:48:06 +0200
commit731a5380e90d7e30213f94e77cf37e2e1875f726 (patch)
treec706f12fb4744ab7b96b97a72acab9577ca57e6c
parentad72cb8953f4c6e26b4095ff64849c2d14345657 (diff)
downloadaur-731a5380e90d7e30213f94e77cf37e2e1875f726.tar.gz
pambase-selinux 20210605-2 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
-rw-r--r--system-auth2
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ab13144ca98..f0e7ae1f51dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pambase-selinux
pkgdesc = SELinux aware base PAM configuration for services
- pkgver = 20200721.1
- pkgrel = 3
+ pkgver = 20210605
+ pkgrel = 2
url = https://www.archlinux.org
arch = any
groups = selinux
license = GPL
- provides = pambase=20200721.1-3
- provides = selinux-pambase=20200721.1-3
+ provides = pambase=20210605-2
+ provides = selinux-pambase=20210605-2
conflicts = pambase
conflicts = selinux-pambase
conflicts = pam-selinux<1.4.0
@@ -23,7 +23,7 @@ pkgbase = pambase-selinux
source = system-remote-login
source = system-services
source = other
- sha256sums = 89d62406b2d623a76d53c33aca98ce8ee124ed4a450ff6c8a44cfccca78baa2f
+ sha256sums = e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee
sha256sums = 005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9
sha256sums = 5540c3b34e9c2344ddc55183015c2e0b9c6009b4248154db62f1e560d0d64d11
sha256sums = 005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9
@@ -31,4 +31,3 @@ pkgbase = pambase-selinux
sha256sums = d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f
pkgname = pambase-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 78bb20ead0ed..2181c73ac0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=pambase-selinux
-pkgver=20200721.1
-pkgrel=3
+pkgver=20210605
+pkgrel=2
pkgdesc="SELinux aware base PAM configuration for services"
arch=('any')
url="https://www.archlinux.org"
@@ -29,7 +29,7 @@ backup=('etc/pam.d/system-auth'
'etc/pam.d/system-remote-login'
'etc/pam.d/system-services'
'etc/pam.d/other')
-sha256sums=('89d62406b2d623a76d53c33aca98ce8ee124ed4a450ff6c8a44cfccca78baa2f'
+sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
'5540c3b34e9c2344ddc55183015c2e0b9c6009b4248154db62f1e560d0d64d11'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
diff --git a/system-auth b/system-auth
index af1d3a66f459..240a244df9a1 100644
--- a/system-auth
+++ b/system-auth
@@ -18,7 +18,7 @@ account optional pam_permit.so
account required pam_time.so
-password [success=1 default=ignore] pam_systemd_home.so
-password required pam_unix.so try_first_pass nullok shadow
+password required pam_unix.so try_first_pass nullok shadow sha512
password optional pam_permit.so
session required pam_limits.so