update to 1.11.2 [release 1.11.2-1mamba;Sun Dec 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:28:52 +01:00
parent 690143fb08
commit 2fa05e3323

View File

@ -1,5 +1,5 @@
Name: libgsasl
Version: 1.10.0
Version: 1.11.2
Release: 1mamba
Summary: An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
Group: System/Libraries
@ -7,17 +7,22 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/gsasl/
Source: ftp://ftp.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
Source: https://alpha.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcrypt-devel
BuildRequires: libgpg-error-devel
BuildRequires: libffi-devel
BuildRequires: libgmp-devel
BuildRequires: libgnutls-devel
BuildRequires: libgss-devel
BuildRequires: libidn-devel
BuildRequires: libnettle-devel
BuildRequires: libntlm-devel
BuildRequires: libp11-kit-devel
BuildRequires: libreadline-devel
BuildRequires: libtasn1-devel
BuildRequires: libunistring-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
@ -32,7 +37,7 @@ Requires: gsasl = %{?epoch:%epoch:}%{version}-%{release}
%description devel
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.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%package -n gsasl
Summary: An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms
@ -58,13 +63,13 @@ GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
#% find_lang %{name}
%find_lang gsasl
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%files
%defattr(-,root,root)
%{_libdir}/libgsasl.so.*
%doc AUTHORS COPYING
@ -87,6 +92,9 @@ GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to
%{_infodir}/gsasl.info*
%changelog
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.2-1mamba
- update to 1.11.2
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
- update to 1.10.0