[SCM] Debian packaging of libcrypt-openssl-dsa-perl branch, master, updated. debian/0.13-6-9-ga4e90a2

Salvatore Bonaccorso carnil at debian.org
Wed Oct 24 07:07:04 UTC 2012


The following commit has been merged in the master branch:
commit 75968dc55d5a5f5e7f4d30000e78971bed949fad
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 24 08:44:45 2012 +0200

    Drop format_string_fix.patch patch
    
    Patch was applied upstream.

diff --git a/debian/patches/format_string_fix.patch b/debian/patches/format_string_fix.patch
deleted file mode 100644
index 7c6f42b..0000000
--- a/debian/patches/format_string_fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e8ef75498c12e3ce46f219ba54a0b129ce37b679 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sat, 3 Mar 2012 21:00:54 +0200
-Subject: [PATCH] Explicitly croak() with a controlled format string
-
-This fixes builds with 'gcc -Werror=format-security'.
-
-As ERR_reason_error_string() returns one of fixed OpenSSL error strings,
-not an uncontrolled format string, the issue does not seem to have any
-actual security impact.
----
- DSA.xs |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/DSA.xs b/DSA.xs
-index 0370b0e..85657ca 100644
---- a/DSA.xs
-+++ b/DSA.xs
-@@ -54,7 +54,7 @@ generate_parameters(CLASS, bits, seed = NULL)
-         }
-         dsa = DSA_generate_parameters(bits, seedpv, seed_len, NULL, NULL, NULL, NULL);
-         if (!dsa)
--          croak(ERR_reason_error_string(ERR_get_error()));
-+          croak("%s", ERR_reason_error_string(ERR_get_error()));
-         RETVAL = dsa;
-     OUTPUT:
-         RETVAL
--- 
-1.7.9.1
-
diff --git a/debian/patches/series b/debian/patches/series
index 95867ad..72176ad 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 Makefile.PL-no-ssl-in-LIBS.patch
 fix-manpage-errors.patch
-format_string_fix.patch

-- 
Debian packaging of libcrypt-openssl-dsa-perl



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