[SCM] lv2core/master: Remove all patches, no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 2 17:26:27 UTC 2011


The following commit has been merged in the master branch:
commit 2743b7ed68dca7c9a654f6855236380fbb2da0be
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 2 18:26:19 2011 +0100

    Remove all patches, no longer needed.

diff --git a/debian/patches/0002-serd_write_text_escape_buf_overflow.patch b/debian/patches/0002-serd_write_text_escape_buf_overflow.patch
deleted file mode 100644
index b9fd452..0000000
--- a/debian/patches/0002-serd_write_text_escape_buf_overflow.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: fixing snprintf overflow
-Author: Dan Muresan <danmbox3 at yahoo.ro>
-Forwarded: David Robillard <d at drobilla.net>
-
---- a/serd-0.1.0.c
-+++ b/serd-0.1.0.c
-@@ -2313,7 +2313,7 @@
- write_text(SerdWriter writer, TextContext ctx,
-            const uint8_t* utf8, size_t n_bytes, uint8_t terminator)
- {
--	char escape[10] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
-+	char escape[15] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
- 	for (size_t i = 0; i < n_bytes;) {
- 		uint8_t in = utf8[i++];
- 		switch (in) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8128f10..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0002-serd_write_text_escape_buf_overflow.patch

-- 
LV2 core packaging



More information about the pkg-multimedia-commits mailing list