aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDermot Bradley <dermot_bradley@yahoo.com>2020-05-28 20:56:22 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-05-28 20:56:22 +0000
commit7882cc57cadd8c1a91d299fc5dbdd057ff7bdfa5 (patch)
tree815ea562d4eb1c034a5e8034527fd22699ba25ce
parent68d90c7f75f99881f2db31c159f06092354120ae (diff)
main/linux-pam: remove "obscure" reference from base-password file as not supported in Alpine.
This fixes issue #11512.
-rw-r--r--main/linux-pam/APKBUILD4
-rw-r--r--main/linux-pam/base-password.pamd2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/linux-pam/APKBUILD b/main/linux-pam/APKBUILD
index 1127799afd4..cd3e4c66c17 100644
--- a/main/linux-pam/APKBUILD
+++ b/main/linux-pam/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=linux-pam
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
pkgdesc="Linux PAM (Pluggable Authentication Modules for Linux)"
url="https://www.kernel.org/pub/linux/libs/pam"
arch="all"
@@ -81,7 +81,7 @@ e5be6afc369f5d3816919537f89cd0ec005573dca9441937cbc3362fd58f74c993c47b80792203dc
08323428e13f65300d7638233fd8ab25c582a08ffe0a282ed43f69ccb428dea9eb185da3ae9dd2634f021c16592f194f99348758bd9e761c29435652b544f543 musl-fix-pam_exec.patch
ea6a10957ba9ec50d982bfabafb35060426ac797936f874097b4fa7620b89fd2ba3be9757401f9b787956fb23879d8ef73676f7703e75fcef3dca0b9559c4167 base-auth.pamd
85462201a4044c7e170e617d39b0eceb4790abc6c0504999117548030a16d80a9d2078d1ad97690d7d346e6374201f0c52e792ccb08ce2b1c4bbf0cc2be96f5b base-account.pamd
-8223b815148c3b9b874d2c283840f6428c266e56c7cf49ce8fc508c4945ae31c837bef96dab17f64a60812d1c9cd0055cf0a50d7951d23070b69bd2e5bb9666d base-password.pamd
+da5d9a361abfc5b705e01a8da3a2e6de3ba394a0814307a65ec5b6c88ddae199d54b4d443204bf770f8daccb990777b68a5da716fb756932cf21f9046c839540 base-password.pamd
6e262f1b1bb4cc01f43c0c3cb72136ebd976d25cb27ca35fd8a76b3dfd57e9938e359d20671f4077ad75b1d38cb944596539220a44d9b6b92cc234605a95ada1 base-session.pamd
444e20046843057b17c0aac14d2b71a68923b989b3d8b478bbf684698673683186e928e5ca2e6cb9a1c76abc4248044a0e10ef6b06b3f51857106796ecce250d base-session-noninteractive.pamd
d103ba06b2c4929171e09c845f9866539220cd20d8d56a03d25850342ef5eabe281e958dfe1eaefd550c00f9440e8700c1d74c88c3001f933134ca6fd7cb9b7b other.pamd
diff --git a/main/linux-pam/base-password.pamd b/main/linux-pam/base-password.pamd
index a146a93fe5b..63a6a2e9d4c 100644
--- a/main/linux-pam/base-password.pamd
+++ b/main/linux-pam/base-password.pamd
@@ -1,3 +1,3 @@
# basic PAM configuration for Alpine.
-password required pam_unix.so nullok obscure md5 sha512
+password required pam_unix.so nullok md5 sha512