mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pam: update to 1.5.3.
Co-authored-by: Duncaen <mail@duncano.de>
This commit is contained in:
parent
6015066cb2
commit
a5f51ce74e
2 changed files with 42 additions and 17 deletions
25
srcpkgs/pam/patches/no-examples.patch
Normal file
25
srcpkgs/pam/patches/no-examples.patch
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
these don't build and aren't installed
|
||||||
|
--
|
||||||
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
|
index f7e2c44..f98b2a2 100644
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -176,7 +176,7 @@ ETAGS = etags
|
||||||
|
CTAGS = ctags
|
||||||
|
CSCOPE = cscope
|
||||||
|
DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
|
||||||
|
- examples xtests doc
|
||||||
|
+ xtests doc
|
||||||
|
am__DIST_COMMON = $(srcdir)/Make.xml.rules.in $(srcdir)/Makefile.in \
|
||||||
|
$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
|
||||||
|
$(top_srcdir)/build-aux/config.guess \
|
||||||
|
@@ -426,7 +426,7 @@ top_build_prefix = @top_build_prefix@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
AUTOMAKE_OPTIONS = 1.9 gnu dist-xz no-dist-gzip check-news
|
||||||
|
-SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples \
|
||||||
|
+SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
|
||||||
|
xtests $(am__append_1)
|
||||||
|
CLEANFILES = *~
|
||||||
|
EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pam'
|
# Template file for 'pam'
|
||||||
pkgname=pam
|
pkgname=pam
|
||||||
version=1.5.2
|
version=1.5.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
|
--libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
|
||||||
|
@ -12,29 +12,29 @@ makedepends="libfl-devel db-devel"
|
||||||
# version of pam-base that doesn't include removed modules
|
# version of pam-base that doesn't include removed modules
|
||||||
depends="pam-base>=0.4_1"
|
depends="pam-base>=0.4_1"
|
||||||
checkdepends="pam-base"
|
checkdepends="pam-base"
|
||||||
conf_files="
|
|
||||||
/etc/environment
|
|
||||||
/etc/security/access.conf
|
|
||||||
/etc/security/group.conf
|
|
||||||
/etc/security/limits.conf
|
|
||||||
/etc/security/namespace.conf
|
|
||||||
/etc/security/pam_env.conf
|
|
||||||
/etc/security/time.conf"
|
|
||||||
make_dirs="
|
|
||||||
/etc/security/limits.d 0755 root root
|
|
||||||
/etc/security/namespace.d 0755 root root"
|
|
||||||
short_desc="Flexible mechanism for authenticating users"
|
short_desc="Flexible mechanism for authenticating users"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/linux-pam/linux-pam"
|
homepage="https://github.com/linux-pam/linux-pam"
|
||||||
changelog="https://raw.githubusercontent.com/linux-pam/linux-pam/master/NEWS"
|
changelog="https://raw.githubusercontent.com/linux-pam/linux-pam/master/NEWS"
|
||||||
distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz"
|
||||||
checksum=e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d
|
checksum=7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" = musl ]; then
|
conf_files="
|
||||||
configure_args+=" ac_cv_search_crypt=no"
|
/etc/environment
|
||||||
fi
|
/etc/security/access.conf
|
||||||
|
/etc/security/group.conf
|
||||||
|
/etc/security/limits.conf
|
||||||
|
/etc/security/namespace.conf
|
||||||
|
/etc/security/pam_env.conf
|
||||||
|
/etc/security/time.conf
|
||||||
|
/etc/security/faillock.conf
|
||||||
|
/etc/security/namespace.init
|
||||||
|
/etc/security/pwhistory.conf"
|
||||||
|
make_dirs="
|
||||||
|
/etc/security/limits.d 0755 root root
|
||||||
|
/etc/security/namespace.d 0755 root root"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix unix_chkpwd perms.
|
# Fix unix_chkpwd perms.
|
||||||
|
|
Loading…
Add table
Reference in a new issue