summaryrefslogtreecommitdiffstats
path: root/gnupg-svn.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-17 15:28:36 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-17 15:28:36 +0200
commita04ce94f22942f1236f60b55565e708462b72be8 (patch)
treef912b18f402cd8959d966fd374af61e6ae76b440 /gnupg-svn.patch
parentad1912dd34f602b91201af832a4e3b480ca715bd (diff)
php-pecl-gnupg: 1.3.3
Diffstat (limited to 'gnupg-svn.patch')
-rw-r--r--gnupg-svn.patch21
1 files changed, 21 insertions, 0 deletions
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);