new upstream release fixing security issue with unlimited password length

This commit is contained in:
Tomas Mraz 2015-06-26 13:54:45 +02:00
parent a12c25884e
commit aef85b12f8
2 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Summary: An extensible library which provides authentication for applications
Name: pam
Version: 1.2.0
Release: 2%{?dist}
Version: 1.2.1
Release: 1%{?dist}
# 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+.
@ -372,6 +372,9 @@ fi
%doc doc/adg/*.txt doc/adg/html
%changelog
* Fri Jun 12 2015 Tomáš Mráz <tmraz@redhat.com> 1.2.1-1
- new upstream release fixing security issue with unlimited password length
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1,2 +1,2 @@
29eab110f57e8d60471081a6278a5a92 pam-redhat-0.99.11.tar.bz2
ee4a480d77b341c99e8b1375f8f180c0 Linux-PAM-1.2.0.tar.bz2
9dc53067556d2dd567808fd509519dd6 Linux-PAM-1.2.1.tar.bz2