From a04ce94f22942f1236f60b55565e708462b72be8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jul 2013 15:28:36 +0200 Subject: php-pecl-gnupg: 1.3.3 --- gnupg-svn.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gnupg-svn.patch (limited to 'gnupg-svn.patch') diff --git a/gnupg-svn.patch b/gnupg-svn.patch new file mode 100644 index 0000000..2df6cee --- /dev/null +++ b/gnupg-svn.patch @@ -0,0 +1,21 @@ +--- 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