[libnet-ssleay-perl] 03/04: Drop patches spelling.patch and error-format-security.patch.

gregor herrmann gregoa at debian.org
Sun May 11 11:17:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ssleay-perl.

commit d119ddb800b52644cf7cea41830d63e5c57a4524
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 11 13:13:16 2014 +0200

    Drop patches spelling.patch and error-format-security.patch.
    
    Both merged upstream.
---
 debian/patches/error-format-security.patch | 26 --------------------------
 debian/patches/series                      |  2 --
 debian/patches/spelling.patch              | 18 ------------------
 3 files changed, 46 deletions(-)

diff --git a/debian/patches/error-format-security.patch b/debian/patches/error-format-security.patch
deleted file mode 100644
index 88ad1ad..0000000
--- a/debian/patches/error-format-security.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: fix build-failure on most Debian architectures:
- SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results':
- SSLeay.xs:5602:3: error: format not a string literal and no format arguments
- [-Werror=format-security]
-    croak(error);
-    ^
- cc1: some warnings being treated as errors
- .
- Cf. https://buildd.debian.org/status/logs.php?pkg=libnet-ssleay-perl&ver=1.59-1
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=95527
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95527
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-05-10
-
---- a/SSLeay.xs
-+++ b/SSLeay.xs
-@@ -5599,7 +5599,7 @@
- 	    if (certid) OCSP_CERTID_free(certid);
- 	    if (error && !want_array) {
- 		OCSP_BASICRESP_free(bsr);
--		croak(error);
-+		croak("%s", error);
- 	    }
- 	}
- 	if (!want_array)
diff --git a/debian/patches/series b/debian/patches/series
index d21ceb6..3462bc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
 20no-stray-libz-link.patch
-spelling.patch
-error-format-security.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 3ae8ea8..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=95519
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95519
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-05-10
-
---- a/SSLeay.xs
-+++ b/SSLeay.xs
-@@ -5548,7 +5548,7 @@
- 	    } else if (sir->certStatus->type == V_OCSP_CERTSTATUS_REVOKED) {
- 		error = "certificate status is revoked";
- 	    } else if (sir->certStatus->type != V_OCSP_CERTSTATUS_GOOD) {
--		error = "certificate status is unkown";
-+		error = "certificate status is unknown";
- 	    }
- 
- 	    end:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ssleay-perl.git



More information about the Pkg-perl-cvs-commits mailing list