2011
libmms (0.6-1+squeeze1) stable; urgency=low
* Apply patch by Paul Burton cherry-picked from upstream git to fix
alignment issues on ARM (Closes: #611791).
* Apply another patch backported from upstream git to fixup bswap.h macros.
This patch does not change anything functionally, but it does make the code
read correctly.
-- Fabian Greffrath <fabian+debian@greffrath.com> Mon, 21 Feb 2011 15:28:58 +0100
2010
libmms (0.6-1) unstable; urgency=low
* Imported Upstream version 0.6
+ Includes support for extended stream properties (Closes: #498174).
+ Includes many bug fixes (Closes: #517105, #552127, #448559, #470806,
#501068). All tried to reproduce by upstream with Fedora-13 x86_64 (so a
pretty brand spanking new gstreamer stack) with libmms-0.6 installed.
* Add myself to Uploaders.
* Update Arthur's e-mail address.
* Wrap lines in debian/control.
* Bump Standards-Version to 3.8.4.
* Fix binary-control-field-duplicates-source.
* Add Homepage field to debian/control.
* Add Vcs-* fields to debian/control.
* Remove 11_nested_comments.diff, applied upstream.
* Add patch from upstream GIT to remove unneeded bswap.h from public
headers and avoid needless dependency on glib.h, remove
Depends: libglib2.0-dev from libmms-dev. (Closes: #362657).
* Add patch from upstream GIT to not incorrectly use the reserved
keyword "this" as a variable name (Closes: #493735).
* Add Depends: ${misc:Depends} to libmms-dev.
* Convert Debian packaging to dh 7, use dh_quilt*
and remove unnecessary chrpath usage.
* Add debian/source/format, keep at "1.0" for now.
* Add debian/README.source.
* Add debian/gbp.conf.
* Add .gitignore.
* Add debian/libmms0.symbols.
* Drop the replacement of config.{sub,guess} altogether, the ones
upstream provides are newer than those in current Debian stable.
* Improve debian/copyright.
-- Fabian Greffrath <fabian+debian@greffrath.com> Wed, 09 Jun 2010 10:37:24 +0200
2008
libmms (0.4-2) unstable; urgency=low
* Apply patches from bzr branch libmms-devel:
- 10_this_keyword.diff: Replace "this" keywork by "instance", also thanks
to Kumar Appaiah <akumar@ee.iitm.ac.in> for the patch. Closes: #458870
- 11_nested_comments.diff: Fix warning about nested comments.
* debian/control: Build-Depends on quilt again.
* debian/rules: Update accordingly.
* debian/copyright: Mention the new code source repository.
-- Arthur Loiret <arthur.loiret@gmail.com> Sun, 20 Jan 2008 18:11:26 +0100
2007
libmms (0.4-1) unstable; urgency=low
[ Arthur Loiret ] * New upstream release (closes: #456633). * Remove patches applied upstream: - 10_asf-header-size.patch - 11_fix-stream-id-crash.patch - 20_seeking-support.patch - 21_handle_mms_uris.patch - 60_first-packet.patch - 70_append_query_string.patch * debian/control: Remove Build-Depends on quilt. * debian/rules: Update accordingly. * Bump Standards-Version to 3.7.3. * debian/watch: Add. * Remove rpath: - debian/control: Add chrpath to Build-Depends. - debian/rules: Update. [ Pierre Habouzit ] * debian/control: DM-Upload-Allowed set to yes.
-- Arthur Loiret <arthur.loiret@gmail.com> Sun, 30 Dec 2007 02:44:07 +0000
libmms (0.3-6) unstable; urgency=low
* New Maintainer. (Closes: #381029) * Apply patches from Ubuntu: - 21_handle_mms_uris.patch: Fix handle of mms URIs. (Closes: #438937) - 70_append_query_string.patch: Not discard query string from URI. * Update debian/patches/series. * debian/rules: Fix debian-rules-ignores-make-clean-error.
-- Arthur Loiret <arthur.loiret@gmail.com> Tue, 11 Sep 2007 12:11:40 +0200
libmms (0.3-5) unstable; urgency=low
* Minor tweak in rules.
* Use ${binary:Version} instead of ${Source-Version}.
* New patch, 60_first-packet, fixes discarding of first package; taken from
SF #1747740; thanks Sven Arvidsson; closes: #438524.
-- Loic Minier <lool@dooz.org> Fri, 17 Aug 2007 21:07:05 +0200
libmms (0.3-4) unstable; urgency=low
* New patch, 20_seeking-support, adds API permitting seeking of mms streams;
by Anon Sricharoenchai; bump shlibs to >= 0.3-4; closes: #387267.
* Wrap build-deps and deps.
-- Loic Minier <lool@dooz.org> Mon, 14 May 2007 13:41:10 +0200
libmms (0.3-3) unstable; urgency=low
* Set Maintainer to pkg-multimedia-maintainers and list myself as Uploader.
* Don't pass --host to configure if DEB_BUILD_GNU_TYPE equals
DEB_HOST_GNU_TYPE.
* Misc cleanups.
* Bump up Debhelper compatibility level to 5.
- Drop usr/share/pkgconfig from libmms-dev.install.
* Stop shipping /usr/lib/libmms.la in libmms-dev; no rdep.
* New patch, 11_fix-stream-id-crash, fixes support of streams with id above
23; see GNOME #347151 and SF bug #1521441; thanks Sven Arvidsson;
closes: #416430.
-- Loic Minier <lool@dooz.org> Fri, 30 Mar 2007 14:18:38 +0200
libmms (0.3-2) unstable; urgency=low
* Hook a quilt patch system in the build; build-depend on quilt.
* New patch, 10_asf-header-size, doubles the size of the ASF header to
permit decoding of some ASF streams and fixes a couple of debug messages;
thanks Sjoerd Simons; closes: #412851.
-- Loic Minier <lool@dooz.org> Wed, 28 Feb 2007 17:52:13 +0100
2006
libmms (0.3-1) unstable; urgency=low
* New upstream release; closes: #392233. - Merges all Debian changes.
-- Loic Minier <lool@dooz.org> Wed, 11 Oct 2006 11:17:00 +0200
libmms (0.2-7) unstable; urgency=high
* SECURITY: CVE-2006-2200: buffer overflows in mms / mmsh parsers: additional fixes thanks to Matthias Hopf: - even more checks on "packet_length" / "packet_len" in src/mms.c and src/mmsh.c - fix memset() calls in the two string_utf16() implementations in src/mms.c to clear all bytes in dest, "len" is the UTF-16 length of the string in wide chars, so the memset should use "2 * len".
-- Loic Minier <lool@dooz.org> Tue, 11 Jul 2006 13:11:11 +0200
libmms (0.2-6) unstable; urgency=low
* SECURITY: CVE-2006-2200: buffer overflows in mms / mmsh parsers: fix an error that crept in the previous fix and use start < end instead of start > end in src/mms.c and src/mmsh.c, thanks Martin Pitt.
-- Loic Minier <lool@dooz.org> Wed, 5 Jul 2006 18:13:36 +0200
libmms (0.2-5) unstable; urgency=high
* SECURITY: CVE-2006-2200: buffer overflows in mms / mmsh parsers: apply memset() range fixes adapted from #374577 by Wesley J. Landaker.
-- Loic Minier <lool@dooz.org> Thu, 22 Jun 2006 20:53:44 +0200
libmms (0.2-4) unstable; urgency=low
* Apply patch from Wesley J. Landaker for the headers to be usable from C++.
(Closes: #362662)
[src/mms.h, src/mmsh.h, src/mmsio.h]
-- Loic Minier <lool@dooz.org> Mon, 5 Jun 2006 16:33:29 +0200
libmms (0.2-3) unstable; urgency=low
* Add a libglib2.0-dev dependency to libmms-dev.
[debian/control]
* Bump up Standards Version to 3.7.2.
[debian/control]
* Drop references to PKG_CFLAGS and PKG_LIBS and use GLIB_LIBS instead as it
seems these were not properly renamed and relibtoolize. (Closes: #362666)
[src/Makefile.am, libmms-0.2/Makefile.in, libmms-0.2/src/Makefile.in,
libmms-0.2/pkgconfig/Makefile.in]
-- Loic Minier <lool@dooz.org> Mon, 22 May 2006 18:11:10 +0200
libmms (0.2-2) unstable; urgency=low
* Fix shlibs to use parenthesis.
[debian/rules]
-- Loic Minier <lool@dooz.org> Mon, 16 Jan 2006 22:00:16 +0100
libmms (0.2-1) unstable; urgency=low
* New upstream release.
- Bump shlibs to libmms0 >= 0.2.
[debian/rules]
-- Loic Minier <lool@dooz.org> Mon, 16 Jan 2006 21:19:46 +0100
2005
libmms (0.1-1) unstable; urgency=low
* Initial upload for Debian based on the Ubuntu package in version
0.1-0ubuntu1. (Closes: #330355)
* Clarify copyright status and license. [debian/copyright]
* Clean up package descriptions. [debian/control]
* Inherit CFLAGS. [debian/rules]
* Remove useless files. [debian/dirs, libmms0.dirs, libmms-dev.dirs]
-- Loic Minier <lool@dooz.org> Thu, 29 Sep 2005 21:52:44 +0200
libmms (0.1-0ubuntu1) breezy; urgency=low
* Initial release
-- Søren Hansen <sh@warma.dk> Thu, 15 Sep 2005 16:56:05 +0200