]> git.pld-linux.org Git - packages/gnutls.git/commitdiff
- updated to 3.3.1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Apr 2014 17:09:02 +0000 (19:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Apr 2014 17:09:02 +0000 (19:09 +0200)
- added guile patch (fixes guile module build again)

gnutls-guile.patch [new file with mode: 0644]
gnutls.spec

diff --git a/gnutls-guile.patch b/gnutls-guile.patch
new file mode 100644 (file)
index 0000000..137cd08
--- /dev/null
@@ -0,0 +1,10 @@
+--- gnutls-3.3.1/guile/src/core.c.orig 2013-10-10 13:10:49.000000000 +0200
++++ gnutls-3.3.1/guile/src/core.c      2014-04-23 18:45:41.268343009 +0200
+@@ -3366,7 +3366,6 @@
+   /* Use Guile's allocation routines, which will run the GC if need be.  */
+   gnutls_malloc = scm_malloc;
+   gnutls_realloc = scm_realloc;
+-  gnutls_secure_malloc = scm_malloc;
+   gnutls_free = free;
+   (void) gnutls_global_init ();
index 46d5d46c031bb06c37e02c327fd6fc244e267734..abe2d936c6f570883f43e16662c13546d95f27da 100644 (file)
@@ -7,14 +7,15 @@
 Summary:       The GNU Transport Layer Security Library
 Summary(pl.UTF-8):     Biblioteka GNU TLS (Transport Layer Security)
 Name:          gnutls
-Version:       3.3.0
+Version:       3.3.1
 Release:       1
 License:       LGPL v2.1+ (libgnutls), LGPL v3+ (libdane), GPL v3+ (openssl library and tools)
 Group:         Libraries
 Source0:       ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/%{name}-%{version}.tar.lz
-# Source0-md5: 9bc98adb532ccf93ac4a3998ec86185c
+# Source0-md5: 2c62b8d007aedc448304aad0ab7ae896
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
+Patch2:                %{name}-guile.patch
 URL:           http://www.gnutls.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: autogen
@@ -206,6 +207,7 @@ Wiązania Guile do GnuTLS.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.221369 seconds and 4 git commands to generate.