diff --git a/.gitignore b/.gitignore index ccb86e1..cd8a910 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gnutls-3.1.11-nosrp.patch b/gnutls-3.1.11-nosrp.patch deleted file mode 100644 index 29227c0..0000000 --- a/gnutls-3.1.11-nosrp.patch +++ /dev/null @@ -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 - #include - --#if defined(_WIN32) -+#if defined(_WIN32) || !defined(ENABLE_SRP) - - int main() - { diff --git a/gnutls-3.5.3-nosrp.patch b/gnutls-3.5.3-nosrp.patch new file mode 100644 index 0000000..c835390 --- /dev/null +++ b/gnutls-3.5.3-nosrp.patch @@ -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 + #include + +-#if defined(_WIN32) ++#if defined(_WIN32) || !defined(ENABLE_SRP) + + int main() + { diff --git a/gnutls.spec b/gnutls.spec index fc86692..c37d6a6 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -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 3.5.3-1 +- New upstream release + * Wed Jul 6 2016 Nikos Mavrogiannopoulos 3.5.2-1 - New upstream release diff --git a/sources b/sources index a16564d..4448474 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f16e296351859962aab268426e3b5ba gnutls-3.5.2-hobbled.tar.xz +7096660a19e1e71b7be42052fb02597b gnutls-3.5.3-hobbled.tar.xz