update to 1.11.2 [release 1.11.2-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
690143fb08
commit
2fa05e3323
@ -1,5 +1,5 @@
|
|||||||
Name: libgsasl
|
Name: libgsasl
|
||||||
Version: 1.10.0
|
Version: 1.11.2
|
||||||
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,17 +7,22 @@ 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: ftp://ftp.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
|
Source: https://alpha.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgmp-devel
|
||||||
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgss-devel
|
BuildRequires: libgss-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
|
BuildRequires: libnettle-devel
|
||||||
BuildRequires: libntlm-devel
|
BuildRequires: libntlm-devel
|
||||||
|
BuildRequires: libp11-kit-devel
|
||||||
|
BuildRequires: libreadline-devel
|
||||||
|
BuildRequires: libtasn1-devel
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%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 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.
|
||||||
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
|
%package -n gsasl
|
||||||
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
|
||||||
@ -58,13 +63,13 @@ GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}
|
#% find_lang %{name}
|
||||||
%find_lang gsasl
|
%find_lang gsasl
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgsasl.so.*
|
%{_libdir}/libgsasl.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
@ -87,6 +92,9 @@ GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to
|
|||||||
%{_infodir}/gsasl.info*
|
%{_infodir}/gsasl.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
||||||
- update to 1.10.0
|
- update to 1.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user