[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.90-1-1-gc4f8853

gregor herrmann gregoa at debian.org
Wed Nov 2 19:46:51 UTC 2011


The following commit has been merged in the master branch:
commit c4f885333f98b601292180289b5e2778c8c9d2f2
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 2 20:46:21 2011 +0100

    Add patch error_format_security.patch: add a format argument, otherwise this FTBFS with
    [-Werror=format-security].

diff --git a/debian/patches/error_format_security.patch b/debian/patches/error_format_security.patch
new file mode 100644
index 0000000..b1c3c10
--- /dev/null
+++ b/debian/patches/error_format_security.patch
@@ -0,0 +1,16 @@
+Description: add a format argument, otherwise this FTBFS with [-Werror=format-security]
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-02
+
+--- a/Firebird.xs
++++ b/Firebird.xs
+@@ -1452,7 +1452,7 @@
+         dialect, NULL );
+ 
+     if( (str = ib_error_decode(status)) != NULL ) {
+-        croak(str);
++        croak("%s", str);
+     }
+ 
+     // disconnect from the just created database
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..027b021
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+error_format_security.patch

-- 
Debian packaging of DBD-Firebird CPAN distribution



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