This commit is contained in:
parent
5382280e17
commit
60468bdbdd
3
pam_krb5-2.4.13.tar.gz
Normal file
3
pam_krb5-2.4.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d99dd1e8a57f7af3ae182e5477cbd11bfe53b334ba059b1c672d2de858513eb
|
||||||
|
size 588900
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46f7f549048c2a82622bef726008b13687a655cda24e2b9ad72a667b3964940f
|
|
||||||
size 556439
|
|
@ -1,18 +0,0 @@
|
|||||||
Index: po/LINGUAS
|
|
||||||
===================================================================
|
|
||||||
--- po/LINGUAS.orig
|
|
||||||
+++ po/LINGUAS
|
|
||||||
@@ -33,3 +33,13 @@ te
|
|
||||||
uk
|
|
||||||
zh_CN
|
|
||||||
zh_TW
|
|
||||||
+ar
|
|
||||||
+bg
|
|
||||||
+fi
|
|
||||||
+hr
|
|
||||||
+ka
|
|
||||||
+km
|
|
||||||
+nb
|
|
||||||
+pt
|
|
||||||
+th
|
|
||||||
+wa
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 26 07:04:12 UTC 2017 - josef.moellers@suse.com
|
||||||
|
|
||||||
|
- Update to 2.4.13:
|
||||||
|
* Fix a memory leak on FAST-capable clients
|
||||||
|
* Learn to run 'kdc' and 'kpasswdd', if appropriate
|
||||||
|
* Add the ability to specify a server principal
|
||||||
|
* Drop _pam_krb5_stash_chown_keyring functionality
|
||||||
|
* Fix a configure syntax error
|
||||||
|
* Handle ccname templates that don't include a type
|
||||||
|
* Fix a memory leak (static analysis)
|
||||||
|
* default to subsequent_prompt=false for chauthtok
|
||||||
|
* Don't close descriptors for fork-without-exec
|
||||||
|
* Handle PKINIT without duplicate prompting
|
||||||
|
* Add support for rxkad-k5-kdf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 28 15:24:21 UTC 2014 - ckornacker@suse.com
|
Wed May 28 15:24:21 UTC 2014 - ckornacker@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_krb5
|
# spec file for package pam_krb5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,17 +30,16 @@ Provides: pam_krb
|
|||||||
Obsoletes: pam_krb5-64bit
|
Obsoletes: pam_krb5-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.4.4
|
Version: 2.4.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Pluggable Authentication Module for Kerberos 5
|
Summary: A Pluggable Authentication Module for Kerberos 5
|
||||||
License: BSD-3-Clause or LGPL-2.1+
|
License: BSD-3-Clause or LGPL-2.1+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Url: https://fedorahosted.org/pam_krb5/
|
Url: https://pagure.io/pam_krb5
|
||||||
Source: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}.tar.gz
|
Source: https://releases.pagure.org/pam_krb5/pam_krb5-%{version}.tar.gz
|
||||||
Source2: pam_krb5-po.tar.gz
|
Source2: pam_krb5-po.tar.gz
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch1: pam_krb5-2.3.1-log-choise.dif
|
Patch1: pam_krb5-2.3.1-log-choise.dif
|
||||||
Patch2: pam_krb5-LINGUAS.dif
|
|
||||||
Patch3: pam_krb5-2.3.1-switch-perms-on-refresh.dif
|
Patch3: pam_krb5-2.3.1-switch-perms-on-refresh.dif
|
||||||
Patch4: pam_krb5-2.2.3-1-setcred-assume-establish.dif
|
Patch4: pam_krb5-2.2.3-1-setcred-assume-establish.dif
|
||||||
Patch5: bug-641008_pam_krb5-2.3.11-setcred-log.diff
|
Patch5: bug-641008_pam_krb5-2.3.11-setcred-log.diff
|
||||||
@ -54,7 +53,6 @@ supports updating your Kerberos password.
|
|||||||
%setup -q -n pam_krb5-%{version}
|
%setup -q -n pam_krb5-%{version}
|
||||||
%setup -a 2 -T -D -n pam_krb5-%{version}
|
%setup -a 2 -T -D -n pam_krb5-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user