update to 3.8.8 [release 3.8.8-1mamba;Tue Dec 03 2024]

This commit is contained in:
Silvan Calarco 2024-12-04 09:01:15 +01:00
parent fd87c5d3ac
commit 4c0db93230

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define maj3ver %(echo %version | cut -d. -f1-3) %define maj3ver %(echo %version | cut -d. -f1-3)
Name: gnutls Name: gnutls
Version: 3.8.6 Version: 3.8.8
Release: 1mamba Release: 1mamba
Summary: A library which provides a secure layer, over a reliable transport layer Summary: A library which provides a secure layer, over a reliable transport layer
Group: System/Libraries Group: System/Libraries
@ -9,12 +9,11 @@ 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/gnutls/ URL: http://www.gnu.org/software/gnutls/
Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v%{majver}/gnutls-%{version}.tar.xz Source0: https://www.gnupg.org/ftp/gcrypt/gnutls/v%{majver}/gnutls-%{version}.tar.xz
Source1: libgnutls-config Source1: libgnutls-config
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libbrotli-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgmp-devel BuildRequires: libgmp-devel
BuildRequires: libidn2-devel BuildRequires: libidn2-devel
@ -24,17 +23,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libtasn1-devel BuildRequires: libtasn1-devel
BuildRequires: libunbound-devel BuildRequires: libunbound-devel
BuildRequires: libunistring-devel BuildRequires: libunistring-devel
BuildRequires: libz-devel
BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: liblzo-devel
BuildRequires: libcfg+-devel >= 0.6.2-6mamba
BuildRequires: libnettle-devel >= 2.4
BuildRequires: libunbound-devel
BuildRequires: autogen
BuildRequires: trousers-devel
BuildRequires: libp11-kit-devel >= 0.20.7
BuildRequires: libffi-devel >= 3.3
%description %description
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.
@ -126,8 +115,6 @@ rm -f %{buildroot}%{_infodir}/dir
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n libgnutls -p /sbin/ldconfig
%postun -n libgnutls -p /sbin/ldconfig
%post %post
%install_info gnutls.info %install_info gnutls.info
@ -146,7 +133,6 @@ exit 0
%{_bindir}/ocsptool %{_bindir}/ocsptool
%{_bindir}/p11tool %{_bindir}/p11tool
%{_bindir}/psktool %{_bindir}/psktool
#%{_bindir}/srptool
%{_bindir}/tpmtool %{_bindir}/tpmtool
%{_mandir}/man1/certtool.* %{_mandir}/man1/certtool.*
%{_mandir}/man1/danetool.1* %{_mandir}/man1/danetool.1*
@ -156,7 +142,6 @@ exit 0
%{_mandir}/man1/ocsptool.1.gz %{_mandir}/man1/ocsptool.1.gz
%{_mandir}/man1/p11tool.* %{_mandir}/man1/p11tool.*
%{_mandir}/man1/psktool.* %{_mandir}/man1/psktool.*
#%{_mandir}/man1/srptool.*
%{_mandir}/man1/tpmtool.1.gz %{_mandir}/man1/tpmtool.1.gz
%{_infodir}/pkcs11-vision.png.gz %{_infodir}/pkcs11-vision.png.gz
%{_infodir}/gnutls.* %{_infodir}/gnutls.*
@ -168,7 +153,6 @@ exit 0
%{_libdir}/libgnutlsxx.so.* %{_libdir}/libgnutlsxx.so.*
%{_libdir}/libgnutls-dane.so.* %{_libdir}/libgnutls-dane.so.*
%{_libdir}/libgnutls-openssl.so.* %{_libdir}/libgnutls-openssl.so.*
#%{_libdir}/libgnutls-xssl.so.*
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
#%if "%{_host}" == "%{_build}" #%if "%{_host}" == "%{_build}"
@ -198,6 +182,9 @@ exit 0
#%doc ChangeLog NEWS README THANKS #%doc ChangeLog NEWS README THANKS
%changelog %changelog
* Tue Dec 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.8-1mamba
- update to 3.8.8
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 3.8.6-1mamba * Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 3.8.6-1mamba
- automatic version update by autodist - automatic version update by autodist