- identify SHA-256 and SHA-512 password hashes (#484994)
This commit is contained in:
parent
58d3b29462
commit
0d7e238456
@ -1 +1 @@
|
||||
passwd-0.75.tar.bz2
|
||||
passwd-0.76.tar.bz2
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
diff -up passwd-0.75/passwd.pamd.gnome-keyring passwd-0.75/passwd.pamd
|
||||
--- passwd-0.75/passwd.pamd.gnome-keyring 2008-02-20 17:54:48.000000000 +0100
|
||||
+++ passwd-0.75/passwd.pamd 2008-04-08 15:40:49.000000000 +0200
|
||||
@@ -1,4 +1,5 @@
|
||||
#%PAM-1.0
|
||||
auth include system-auth
|
||||
account include system-auth
|
||||
-password include system-auth
|
||||
+password substack system-auth
|
||||
+password optional pam_gnome_keyring.so
|
||||
26
passwd.spec
26
passwd.spec
@ -4,17 +4,16 @@
|
||||
%if %{?WITH_AUDIT:0}%{!?WITH_AUDIT:1}
|
||||
%define WITH_AUDIT 1
|
||||
%endif
|
||||
Summary: The passwd utility for setting/changing passwords using PAM
|
||||
Summary: An utility for setting or changing passwords using PAM
|
||||
Name: passwd
|
||||
Version: 0.75
|
||||
Release: 2%{?dist}
|
||||
Version: 0.76
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://fedorahosted.org/passwd
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch1: passwd-0.75-gnome-keyring.patch
|
||||
Source: https://fedorahosted.org/releases/p/a/%{name}/%{name}-%{version}.tar.bz2
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: pam >= 0.78, /etc/pam.d/system-auth
|
||||
Requires: pam >= 1.0.90, /etc/pam.d/system-auth
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
@ -26,15 +25,12 @@ Requires: audit-libs >= 1.0.14
|
||||
%endif
|
||||
|
||||
%description
|
||||
The passwd package contains a system utility (passwd) which sets
|
||||
and/or changes passwords, using PAM (Pluggable Authentication
|
||||
Modules).
|
||||
|
||||
To use passwd, you should have PAM installed on your system.
|
||||
This package contains a system utility (passwd) which sets
|
||||
or changes passwords, using PAM (Pluggable Authentication
|
||||
Modules) library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch1 -p1 -b .gnome-keyring
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -68,8 +64,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 11 2009 Tomas Mraz <tmraz@redhat.com> 0.76-1
|
||||
- identify SHA-256 and SHA-512 password hashes (#484994)
|
||||
|
||||
* Tue Apr 8 2008 Tomas Mraz <tmraz@redhat.com> 0.75-2
|
||||
- add optional pam_gnome_keyring module to passwd pam config
|
||||
- add optional pam_gnome_keyring module to passwd pam
|
||||
config (#441225)
|
||||
|
||||
* Wed Feb 20 2008 Tomas Mraz <tmraz@redhat.com> 0.75-1
|
||||
- fix disabling SELinux and audit in spec (#433284)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user