This commit is contained in:
parent
0b7715d634
commit
cc0961b783
@ -1,6 +1,8 @@
|
|||||||
--- configure.ac
|
Index: configure.ac
|
||||||
+++ configure.ac 2005/03/31 13:00:53
|
===================================================================
|
||||||
@@ -42,14 +42,14 @@
|
--- configure.ac.orig
|
||||||
|
+++ configure.ac
|
||||||
|
@@ -80,14 +80,14 @@ AC_SUBST(KRB5_BINDIR)
|
||||||
AC_CHECK_LIB(resolv,main)
|
AC_CHECK_LIB(resolv,main)
|
||||||
KRB5_CFLAGS=`$KRB5_CONFIG --cflags krb5`
|
KRB5_CFLAGS=`$KRB5_CONFIG --cflags krb5`
|
||||||
KRB5_LIBS=`$KRB5_CONFIG --libs krb5`
|
KRB5_LIBS=`$KRB5_CONFIG --libs krb5`
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
--- src/minikafs.c
|
Index: src/minikafs.c
|
||||||
|
===================================================================
|
||||||
|
--- src/minikafs.c.orig
|
||||||
+++ src/minikafs.c
|
+++ src/minikafs.c
|
||||||
@@ -178,7 +178,13 @@
|
@@ -179,7 +179,13 @@ minikafs_ioctlcall(long function, long a
|
||||||
static int
|
static int
|
||||||
minikafs_syscall(long function, long arg1, long arg2, long arg3, long arg4)
|
minikafs_syscall(long function, long arg1, long arg2, long arg3, long arg4)
|
||||||
{
|
{
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f33e66a417ffc9aef507f593314f1d3a2c5429225cc2e437a7a49562c581b25
|
|
||||||
size 315912
|
|
3
pam_krb5-2.2.12-1.tar.bz2
Normal file
3
pam_krb5-2.2.12-1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06580849c046d8a6bb77c7e70b2cee3a69247fc8b394d8ac09481bc94780a1b1
|
||||||
|
size 322271
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 2 10:09:34 CEST 2007 - mc@suse.de
|
||||||
|
|
||||||
|
- version 2.2.12
|
||||||
|
* add a "pwhelp" option.
|
||||||
|
* Display the KDC error to users.
|
||||||
|
* lots of bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 12:34:55 CET 2007 - mc@suse.de
|
Thu Mar 15 12:34:55 CET 2007 - mc@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_krb5 (Version 2.2.11)
|
# spec file for package pam_krb5 (Version 2.2.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,12 +13,12 @@
|
|||||||
Name: pam_krb5
|
Name: pam_krb5
|
||||||
BuildRequires: krb5-client krb5-devel krb5-server openssl-devel pam-devel
|
BuildRequires: krb5-client krb5-devel krb5-server openssl-devel pam-devel
|
||||||
%define PAM_RELEASE 1
|
%define PAM_RELEASE 1
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Provides: pam_krb
|
Provides: pam_krb
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.2.11
|
Version: 2.2.12
|
||||||
Release: 27
|
Release: 1
|
||||||
Summary: PAM Module for Kerberos Authentication
|
Summary: PAM Module for Kerberos Authentication
|
||||||
URL: http://sourceforge.net/projects/pam-krb5/
|
URL: http://sourceforge.net/projects/pam-krb5/
|
||||||
Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2
|
Source: pam_krb5-%{version}-%{PAM_RELEASE}.tar.bz2
|
||||||
@ -47,7 +47,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
%{suse_update_config -f}
|
||||||
autoreconf --verbose --force --install
|
autoreconf --verbose --force --install
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fstack-protector " \
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \
|
||||||
./configure --libdir=/%_lib/ \
|
./configure --libdir=/%_lib/ \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(444,root,root,755)
|
%defattr(444,root,root,755)
|
||||||
%doc TODO README* COPYING* ChangeLog INSTALL AUTHORS NEWS
|
%doc TODO README* COPYING* ChangeLog AUTHORS NEWS
|
||||||
%attr(555,root,root) /%{_lib}/security/pam_krb5.so
|
%attr(555,root,root) /%{_lib}/security/pam_krb5.so
|
||||||
%attr(555,root,root) /%{_lib}/security/pam_krb5afs.so
|
%attr(555,root,root) /%{_lib}/security/pam_krb5afs.so
|
||||||
%dir /%{_lib}/security/pam_krb5
|
%dir /%{_lib}/security/pam_krb5
|
||||||
@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(755,root,root) /usr/bin/afs5log
|
%attr(755,root,root) /usr/bin/afs5log
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 02 2007 - mc@suse.de
|
||||||
|
- version 2.2.12
|
||||||
|
* add a "pwhelp" option.
|
||||||
|
* Display the KDC error to users.
|
||||||
|
* lots of bugfixes
|
||||||
* Thu Mar 15 2007 - mc@suse.de
|
* Thu Mar 15 2007 - mc@suse.de
|
||||||
- drop privileges in _pam_krb5_sly_maybe_refresh when
|
- drop privileges in _pam_krb5_sly_maybe_refresh when
|
||||||
running in set uid and restore them on exit of this
|
running in set uid and restore them on exit of this
|
||||||
|
Loading…
Reference in New Issue
Block a user