updated to 3.5.3
This commit is contained in:
parent
6d461273ee
commit
7ff50e4fd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
12
gnutls-3.5.3-nosrp.patch
Normal 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()
|
||||
{
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user