[SCM] liblrdf/master: Drop patch 1002: Obsolete.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Jan 6 12:55:03 UTC 2017


The following commit has been merged in the master branch:
commit 5e9edebdb4c53050ae64c1bcc88c9bd012d00502
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jan 6 11:58:38 2017 +0100

    Drop patch 1002: Obsolete.

diff --git a/debian/patches/1002_rename_clashing_md5_symbols.patch b/debian/patches/1002_rename_clashing_md5_symbols.patch
deleted file mode 100644
index 4ee745e..0000000
--- a/debian/patches/1002_rename_clashing_md5_symbols.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix symbol conflicts with other MD5 implementations.
- Exporting symbols like md5_init() is not a good idea. This fixes the
- crashes when initializing the GStreamer when the LADSPA plugin is
- installed (which should be the case in all installations).  Essentially
- this made pidgin, empathy, totem and a lot of other applications
- unusable.
-Author: Sebastian Dröge <slomo at debian.org>
-Bug-Debian: https://bugs.debian.org/521898
-Last-Updated: 2009-04-04
-
---- a/src/lrdf_md5.h
-+++ b/src/lrdf_md5.h
-@@ -32,6 +32,15 @@
- #ifndef __MD5_H__
- #define __MD5_H__
- 
-+/* Change function names to prevent symbol conflicts */
-+#define md5_init _lrdf_md5_init
-+#define md5_buffer _lrdf_md5_buffer
-+#define md5_sig_from_string _lrdf_md5_sig_from_string
-+#define md5_finish _lrdf_md5_finish
-+#define md5_process _lrdf_md5_process
-+#define md5_sig_to_string _lrdf_md5_sig_to_string
-+#define md5_get_result _lrdf_md5_get_result
-+
- /*
-  * Size of a standard MD5 signature in bytes.  This definition is for
-  * external programs only.  The MD5 routines themselves reference the
diff --git a/debian/patches/series b/debian/patches/series
index 60f8a72..bf7ea65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 1001_disable_libtool_-version-info.patch
-1002_rename_clashing_md5_symbols.patch

-- 
liblrdf packaging



More information about the pkg-multimedia-commits mailing list