]> git.pld-linux.org Git - packages/pam.git/commitdiff
fetch 1.3.1 tarball
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Nov 2018 19:51:43 +0000 (21:51 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Nov 2018 19:53:40 +0000 (21:53 +0200)
omit docs tarball, as nothing is done with it

https://github.com/linux-pam/linux-pam/releases/tag/v1.3.1

- pam_motd: add support for a motd.d directory
- pam_umask: Fix documentation to align with order of loading umask
- pam_get_user.3: Fix missing word in documentation
- pam_tally2 --reset: avoid creating a missing tallylog file
- pam_mkhomedir: Allow creating parent of homedir under /
- access.conf.5: Add note about spaces around ':'
- pam.8: Workaround formatting problem
- pam_unix: Check return value of malloc used for setcred data
- pam_cracklib: Drop unused prompt macros
- pam_tty_audit: Support matching users by uid range
- pam_access: support parsing files in /etc/security/access.d/*.conf
- pam_localuser: Correct documentation
- pam_issue: Fix no prompting in parse escape codes mode
- Unification and cleanup of syslog log levels

pam.spec

index f20e6413ce0f89916b00dbf906bc0ef042822a53..baa068e0f04418a6c1889e2d6609aa2cd1d3feee 100644 (file)
--- a/pam.spec
+++ b/pam.spec
@@ -1,5 +1,5 @@
 # TODO
-# - check and package docs: https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-1.1.8-docs.tar.bz2
+# - check and package docs: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}-docs.tar.xz
 # - fix pdf gen or disable it: No fo2pdf processor installed, skip PDF generation
 # - replace pam_cracklib.so with pam_pwquality.so (backwards compatible with its options), comes with pam-pam_pwquality package
 # - pam_tally, pam_tally2 is deprecated in favor of pam_faillock
@@ -23,18 +23,16 @@ Summary(ru.UTF-8):  Интструмент, обеспечивающий ауте
 Summary(tr.UTF-8):     Modüler, artımsal doğrulama birimleri
 Summary(uk.UTF-8):     Інструмент, що забезпечує аутентифікацію для програм
 Name:          pam
-Version:       1.3.0
-Release:       5
+Version:       1.3.1
+Release:       0.1
 Epoch:         1
 # The library is BSD licensed with option to relicense as GPLv2+
 # - this option is redundant as the BSD license allows that anyway.
 # pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
 License:       BSD and GPL v2+
 Group:         Base
-Source0:       http://www.linux-pam.org/library/Linux-PAM-%{version}.tar.bz2
-# Source0-md5: da4b2289b7cfb19583d54e9eaaef1c3a
-Source1:       http://www.linux-pam.org/library/Linux-PAM-%{version}-docs.tar.bz2
-# Source1-md5: 30fa7fa696a5b3b8d2c3c41d9373a8f3
+Source0:       https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}.tar.xz
+# Source0-md5: 558ff53b0fc0563ca97f79e911822165
 Source2:       ftp://ftp.pld-linux.org/software/pam/%{name}-pld-%{pam_pld_version}.tar.gz
 # Source2-md5: f9ec6fcafcf1801bf318e60040244f2e
 Source3:       other.pamd
This page took 0.273572 seconds and 4 git commands to generate.