From d3a246cc09e483fe1498c608f526f4f4a30e88b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Feb 2020 18:53:10 +0100 Subject: update to 1.1.3 fix License = MIT --- PHPINFO | 3 ++- REFLECTION | 16 ++++++++++++---- php-pecl-krb5.spec | 16 ++++++++++------ 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index b0ff248..a5eb8f5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,8 @@ krb5 Kerberos 5 support => enabled -Extension version => 1.1.2 +Extension version => 1.1.3 Library version => Kerberos 5 release 1.17 KADM5 support => yes +Import cred support => no GSSAPI/SPNEGO auth support => yes diff --git a/REFLECTION b/REFLECTION index a774afe..9e218cd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #77 krb5 version 1.1.2 ] { +Extension [ extension #77 krb5 version 1.1.3 ] { - - Constants [13] { + - Constants [14] { Constant [ int GSS_C_DELEG_FLAG ] { 1 } Constant [ int GSS_C_MUTUAL_FLAG ] { 2 } Constant [ int GSS_C_REPLAY_FLAG ] { 4 } @@ -13,6 +13,7 @@ Extension [ extension #77 krb5 version 1.1.2 ] { Constant [ int GSS_C_BOTH ] { 0 } Constant [ int GSS_C_INITIATE ] { 1 } Constant [ int GSS_C_ACCEPT ] { 2 } + Constant [ int GSS_C_NO_NAME ] { 0 } Constant [ int KRB5_TL_DB_ARGS ] { 32767 } } @@ -39,7 +40,7 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ public method initPassword ] { - Parameters [3] { @@ -121,6 +122,12 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Parameters [0] { } } + + Method [ public method getExpirationTime ] { + + - Parameters [0] { + } + } } } @@ -749,8 +756,9 @@ Extension [ extension #77 krb5 version 1.1.2 ] { - Methods [4] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $keytab ] + Parameter #1 [ $spn ] } } diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index cc4fbf1..9c0d034 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-krb5 # -# Copyright (c) 2014-2018 Remi Collet +# Copyright (c) 2014-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,11 +31,11 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.2 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: BSD -URL: http://pecl.php.net/package/%{pecl_name} -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Version: 1.1.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +License: MIT +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: krb5-devel >= 1.8 @@ -252,6 +252,10 @@ cd ../ZTS %changelog +* Wed Feb 26 2020 Remi Collet - 1.1.3-1 +- update to 1.1.3 +- fix License = MIT + * Tue Sep 03 2019 Remi Collet - 1.1.2-8 - rebuild for 7.4.0RC1 -- cgit