From 0d7e238456a833c5bf135bc89955a2688ca43d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 11 Feb 2009 14:16:00 +0000 Subject: [PATCH] - identify SHA-256 and SHA-512 password hashes (#484994) --- .cvsignore | 2 +- passwd-0.75-gnome-keyring.patch | 10 ---------- passwd.spec | 26 +++++++++++++------------- sources | 2 +- 4 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 passwd-0.75-gnome-keyring.patch diff --git a/.cvsignore b/.cvsignore index 7c41b98..1fd11cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.75.tar.bz2 +passwd-0.76.tar.bz2 diff --git a/passwd-0.75-gnome-keyring.patch b/passwd-0.75-gnome-keyring.patch deleted file mode 100644 index bee1530..0000000 --- a/passwd-0.75-gnome-keyring.patch +++ /dev/null @@ -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 diff --git a/passwd.spec b/passwd.spec index f7fd903..9386319 100644 --- a/passwd.spec +++ b/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 0.76-1 +- identify SHA-256 and SHA-512 password hashes (#484994) + * Tue Apr 8 2008 Tomas Mraz 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 0.75-1 - fix disabling SELinux and audit in spec (#433284) diff --git a/sources b/sources index 4dc9240..dfb70f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61d3a23654af2120ee58e04a43592b93 passwd-0.75.tar.bz2 +6daf488ad9e30327c6a01521d2d02cae passwd-0.76.tar.bz2