mooninite pushed to mingw-gnutls (epel7). "Update to 3.3.14"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 13:57:13 UTC 2015


>From bd5ad9155baa436351ea4285adf33bfaea95de86 Mon Sep 17 00:00:00 2001
From: Michael Cronenworth <mike at cchtml.com>
Date: Wed, 1 Apr 2015 10:38:32 -0500
Subject: Update to 3.3.14


diff --git a/.gitignore b/.gitignore
index 96a7dec..422838d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gnutls-3.3.12-hobbled.tar.xz
+/gnutls-3.3.14-hobbled.tar.xz
diff --git a/gnutls-3.3.14-sigpipe.patch b/gnutls-3.3.14-sigpipe.patch
new file mode 100644
index 0000000..871b473
--- /dev/null
+++ b/gnutls-3.3.14-sigpipe.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/mini-loss-time.c b/tests/mini-loss-time.c
+index 6a10606..e76ff05 100644
+--- a/tests/mini-loss-time.c
++++ b/tests/mini-loss-time.c
+@@ -287,6 +287,7 @@ void doit(void)
+ 	time_t tstart, tstop;
+ 
+ 	signal(SIGCHLD, ch_handler);
++	signal(SIGPIPE, SIG_IGN);
+ 
+ 	tstart = time(0);
+ 	start(2, -1);
diff --git a/mingw-gnutls.spec b/mingw-gnutls.spec
index 2fce9d9..37711e4 100644
--- a/mingw-gnutls.spec
+++ b/mingw-gnutls.spec
@@ -1,7 +1,7 @@
 %?mingw_package_header
 
 Name:           mingw-gnutls
-Version:        3.3.12
+Version:        3.3.14
 Release:        1%{?dist}
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 
@@ -28,7 +28,7 @@ BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-libgpg-error
-BuildRequires:  mingw32-libtasn1 >= 3.1
+BuildRequires:  mingw32-libtasn1 >= 4.3
 BuildRequires:  mingw32-gettext
 BuildRequires:  mingw32-win-iconv
 BuildRequires:  mingw32-readline
@@ -40,7 +40,7 @@ BuildRequires:  mingw64-filesystem >= 95
 BuildRequires:  mingw64-gcc
 BuildRequires:  mingw64-gcc-c++
 BuildRequires:  mingw64-libgpg-error
-BuildRequires:  mingw64-libtasn1 >= 3.1
+BuildRequires:  mingw64-libtasn1 >= 4.3
 BuildRequires:  mingw64-gettext
 BuildRequires:  mingw64-win-iconv
 BuildRequires:  mingw64-readline
@@ -69,6 +69,7 @@ for MinGW.
 %package -n mingw32-gnutls
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 Requires:       pkgconfig
+Requires:       mingw32-libtasn1 >= 4.3
 
 %description -n mingw32-gnutls
 GnuTLS TLS/SSL encryption library.  This library is cross-compiled
@@ -78,6 +79,7 @@ for MinGW.
 %package -n mingw64-gnutls
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 Requires:       pkgconfig
+Requires:       mingw64-libtasn1 >= 4.3
 
 %description -n mingw64-gnutls
 GnuTLS TLS/SSL encryption library.  This library is cross-compiled
@@ -171,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}
 
 
 %changelog
+* Wed Apr 01 2015 Michael Cronenworth <mike at cchtml.com> - 3.3.14-1
+- Update to 3.3.14
+
 * Fri Jan 30 2015 Michael Cronenworth <mike at cchtml.com> - 3.3.12-1
 - Update to 3.3.12
 
diff --git a/sources b/sources
index 4ee16b7..f7bfc51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8b3988eacb63d7b84fe459d55313eff  gnutls-3.3.12-hobbled.tar.xz
+f5a7efed423f07e1336161f492edf478  gnutls-3.3.14-hobbled.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mingw-gnutls.git/commit/?h=epel7&id=bd5ad9155baa436351ea4285adf33bfaea95de86


More information about the scm-commits mailing list