From a8d16b6282c073a085fc2cf7b6ad2dfbe32780fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Feb 2015 15:19:40 +0100 Subject: php-pecl-gnupg: 1.3.6 --- gnupg-svn.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gnupg-svn.patch (limited to 'gnupg-svn.patch') diff --git a/gnupg-svn.patch b/gnupg-svn.patch deleted file mode 100644 index 2df6cee..0000000 --- a/gnupg-svn.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- pecl/gnupg/trunk/php_gnupg.h 2013/07/17 11:48:09 330949 -+++ pecl/gnupg/trunk/php_gnupg.h 2013/07/17 11:55:40 330950 -@@ -19,7 +19,7 @@ - extern zend_module_entry gnupg_module_entry; - #define phpext_gnupg_ptr &gnupg_module_entry - --#define PHP_GNUPG_VERSION "1.3.3-dev" -+#define PHP_GNUPG_VERSION "1.3.3" - - #ifdef PHP_WIN32 - #define PHP_GNUPG_API __declspec(dllexport) ---- pecl/gnupg/trunk/gnupg.c 2013/07/17 12:00:06 330953 -+++ pecl/gnupg/trunk/gnupg.c 2013/07/17 12:11:24 330954 -@@ -1307,7 +1307,6 @@ - if(!verify_result->signatures){ - GNUPG_ERR ("no signature found"); - gpgme_data_release(in); -- free(out); - return; - } - gnupg_fetchsignatures (verify_result->signatures, return_value); -- cgit