Package: libcdio
Version: 0.78.2+dfsg1-2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my libcdio 0.78.2+dfsg1-2.1 NMU.
Cheers,
Moritz
diff -u libcdio-0.78.2+dfsg1/debian/changelog libcdio-0.78.2+dfsg1/debian/changelog
--- libcdio-0.78.2+dfsg1/debian/changelog
+++ libcdio-0.78.2+dfsg1/debian/changelog
@@ -1,3 +1,11 @@
+libcdio (0.78.2+dfsg1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix GCC 4.3 compatibility, patch by Daniel Schepler
+ (Closes: #461683, #461688)
+
+ -- Moritz Muehlenhoff <[EMAIL PROTECTED]> Wed, 19 Mar 2008 23:39:49 +0100
+
libcdio (0.78.2+dfsg1-2) unstable; urgency=high
* This update addresses the following security issue, thanks to Nico
only in patch2:
unchanged:
--- libcdio-0.78.2+dfsg1.orig/include/cdio++/iso9660.hpp
+++ libcdio-0.78.2+dfsg1/include/cdio++/iso9660.hpp
@@ -30,6 +30,7 @@
#include <cdio/iso9660.h>
#include <cdio++/cdio.hpp>
#include <string.h>
+#include <stdlib.h>
#include <vector> // vector class library
using namespace std;