SPECS: pam-pam_krb5.spec - switch away from redhat sources, seems at least ...
glen
glen at pld-linux.org
Thu Mar 26 11:24:40 CET 2009
Author: glen Date: Thu Mar 26 10:24:40 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- switch away from redhat sources, seems at least maintained
- version 3.13
- not tested, but likely works oob ;)
---- Files affected:
SPECS:
pam-pam_krb5.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/pam-pam_krb5.spec
diff -u SPECS/pam-pam_krb5.spec:1.15 SPECS/pam-pam_krb5.spec:1.16
--- SPECS/pam-pam_krb5.spec:1.15 Mon Oct 6 13:18:29 2008
+++ SPECS/pam-pam_krb5.spec Thu Mar 26 11:24:35 2009
@@ -1,31 +1,18 @@
# $Revision$, $Date$
-#
-# Conditional build:
-%bcond_with heimdal # build with heimdal Kerberos V5
-%bcond_with parser # build with krb5.conf parser
-#
-%define ver 1.3-rc7
%define modulename pam_krb5
Summary: Kerberos V5 Pluggable Authentication Module
Summary(pl.UTF-8): Moduł PAM do uwierzytelniania z użyciem Kerberos V5
Name: pam-%{modulename}
-Version: %(echo %{ver} | tr -d - )
-Release: 4
+Version: 3.13
+Release: 1
Epoch: 1
-Vendor: Balazs Gal <balsa at rit.bme.hu>
-License: LGPL
+License: BSD v2 / GPL v2
Group: Base
-Source0: http://dl.sourceforge.net/pam-krb5/%{modulename}-%{ver}.tar.gz
-# Source0-md5: 2c7c8974604e5c325bb2e62d0066cdce
-Patch0: %{name}-paths.patch
-# http://securitytracker.com/alerts/2008/Oct/1020978.html
-# Needs review
-BuildRequires: security(CVE-2008-3825)
+URL: http://www.eyrie.org/~eagle/software/pam-krb5/
+Source0: http://archives.eyrie.org/software/kerberos/pam-krb5-%{version}.tar.gz
+# Source0-md5: 1f69a491c45ce76065fc8055b1a7be37
BuildRequires: automake
-%{?with_parser:BuildRequires: byacc}
-%{?with_parser:BuildRequires: flex}
-%{?with_heimdal:BuildRequires: heimdal-devel >= 0.7}
-%{!?with_heimdal:BuildRequires: krb5-devel >= 1.6}
+BuildRequires: krb5-devel >= 1.6
BuildRequires: pam-devel
Obsoletes: pam_krb5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,50 +21,38 @@
%description
This is pam_krb5, a pluggable authentication module that can be used
-with Linux-PAM and Kerberos V5. This module supports password checking,
-ticket creation, and optional TGT verification and conversion to
-Kerberos IV tickets if Kerberos V5 was built with support for Kerberos
-IV.
+with Linux-PAM and Kerberos V5. This module supports password
+checking, ticket creation, and optional TGT verification and
+conversion to Kerberos IV tickets if Kerberos V5 was built with
+support for Kerberos IV.
%description -l pl.UTF-8
To jest pam_krb5, wymienny moduł uwierzytelniania, który może być
użyty z Linux-PAM i Kerberos V5. Moduł ten wspiera zmienianie haseł,
tworzenie biletów oraz opcjonalną weryfikację i konwersję TGT do
-biletów Kerberos IV, w przypadku gdy Kerberos V5 został zbudowany
-ze wsparciem dla Kerberos IV.
+biletów Kerberos IV, w przypadku gdy Kerberos V5 został zbudowany ze
+wsparciem dla Kerberos IV.
%prep
-%setup -q -n %{modulename}-%{ver}
-%{?with_heimdal:%patch0 -p1}
+%setup -q -n pam-krb5-%{version}
%build
-cp -f /usr/share/automake/config.sub .
-%configure \
- --with-krb5=%{_prefix} \
- %{?with_parser:--enable-confparser} \
- --enable-default-ccache-dir=/tmp \
- --with-pamdir=/%{_lib}/security
-
+%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f pam.d/Makefile*
-
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README README.heimdal ChangeLog ChangeLog.orig pam.d
+%doc NEWS README TODO
%attr(755,root,root) %{_libdir}/security/pam_krb5.so
-
-%{_mandir}/man5/*
-%{_mandir}/man8/*
+%{_mandir}/man5/pam_krb5.5*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -85,6 +60,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2009/03/26 10:24:35 glen
+- switch away from redhat sources, seems at least maintained
+- version 3.13
+- not tested, but likely works oob ;)
+
Revision 1.15 2008/10/06 11:18:29 blues
- CVE security note
@@ -140,7 +120,7 @@
- added bcond for krb5 built-in parser (it doesn't compile though)
Revision 1.5 2003/10/05 18:54:27 pius
-- updated %%doc
+- updated %doc
- cosmetics
Revision 1.4 2003/10/05 18:42:53 pius
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_krb5.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list