update to 1.10.0 [release 1.10.0-1mamba;Mon Jan 25 2021]
This commit is contained in:
parent
50a50e75e5
commit
690143fb08
@ -1,5 +1,5 @@
|
|||||||
Name: libgsasl
|
Name: libgsasl
|
||||||
Version: 1.8.1
|
Version: 1.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
|
Summary: An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,8 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/gsasl/
|
URL: http://www.gnu.org/software/gsasl/
|
||||||
Source: http://download.savannah.nongnu.org/releases/gsasl/gsasl-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
|
||||||
#Source: ftp://ftp.gnu.org/pub/gnu/gsasl/libgsasl-%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -44,6 +43,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
|
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
|
||||||
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
|
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gsasl-%{version}
|
%setup -q -n gsasl-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -86,6 +87,9 @@ GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to
|
|||||||
%{_infodir}/gsasl.info*
|
%{_infodir}/gsasl.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
||||||
|
- update to 1.10.0
|
||||||
|
|
||||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
- update to 1.8.1
|
- update to 1.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user