updated to 3.5.3

This commit is contained in:
Nikos Mavrogiannopoulos 2016-08-09 09:30:39 +02:00
parent 6d461273ee
commit 7ff50e4fd2
5 changed files with 19 additions and 15 deletions

1
.gitignore vendored
View File

@ -65,3 +65,4 @@ gnutls-2.10.1-nosrp.tar.bz2
/gnutls-3.4.13-hobbled.tar.xz
/gnutls-3.5.1-hobbled.tar.xz
/gnutls-3.5.2-hobbled.tar.xz
/gnutls-3.5.3-hobbled.tar.xz

View File

@ -1,12 +0,0 @@
diff -up gnutls-3.1.10/tests/srp/mini-srp.c.noecc gnutls-3.1.10/tests/srp/mini-srp.c
--- gnutls-3.1.10/tests/srp/mini-srp.c.noecc 2013-03-21 21:42:28.000000000 +0100
+++ gnutls-3.1.10/tests/srp/mini-srp.c 2013-03-25 13:42:20.753422209 +0100
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(_WIN32)
+#if defined(_WIN32) || !defined(ENABLE_SRP)
int main()
{

12
gnutls-3.5.3-nosrp.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up gnutls-3.5.3/tests/srp.c.noecc gnutls-3.5.3/tests/srp.c
--- gnutls-3.5.3/tests/srp.c.noecc 2013-03-21 21:42:28.000000000 +0100
+++ gnutls-3.5.3/tests/srp.c 2013-03-25 13:42:20.753422209 +0100
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(_WIN32)
+#if defined(_WIN32) || !defined(ENABLE_SRP)
int main()
{

View File

@ -2,7 +2,7 @@
%bcond_without guile
Summary: A TLS protocol implementation
Name: gnutls
Version: 3.5.2
Version: 3.5.3
Release: 1%{?dist}
# The libraries are LGPLv2.1+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
@ -34,7 +34,7 @@ Source0: %{name}-%{version}-hobbled.tar.xz
Source1: libgnutls-config
Source2: hobble-gnutls
Patch1: gnutls-3.2.7-rpath.patch
Patch3: gnutls-3.1.11-nosrp.patch
Patch3: gnutls-3.5.3-nosrp.patch
Patch4: gnutls-3.5.1-default-policy.patch
Patch5: gnutls-3.4.2-no-now-guile.patch
@ -272,6 +272,9 @@ fi
%endif
%changelog
* Tue Aug 9 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.3-1
- New upstream release
* Wed Jul 6 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.2-1
- New upstream release

View File

@ -1 +1 @@
2f16e296351859962aab268426e3b5ba gnutls-3.5.2-hobbled.tar.xz
7096660a19e1e71b7be42052fb02597b gnutls-3.5.3-hobbled.tar.xz