summaryrefslogtreecommitdiffstats
path: root/gnupg-svn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnupg-svn.patch')
-rw-r--r--gnupg-svn.patch21
1 files changed, 0 insertions, 21 deletions
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);