Package: mp4h / 1.3.1-16

Metadata

Package Version Patches format
mp4h 1.3.1-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1.3.1 4.diff | (download)

README | 2 1 + 1 - 0 !
doc/mp4h.mp4h | 6 3 + 3 - 0 !
modules/intl/gettext.src | 2 1 + 1 - 0 !
modules/system/exec.src | 2 1 + 1 - 0 !
modules/system/sh.src | 2 1 + 1 - 0 !
src/ltdl.c.patch | 40 40 + 0 - 0 !
src/output.c | 2 1 + 1 - 0 !
src/readme.tmpl | 2 1 + 1 - 0 !
8 files changed, 49 insertions(+), 9 deletions(-)

 source code patches as of debian package 1.3.1-4


559822 nmu.diff | (download)

Makefile.am | 1 1 + 0 - 0 !
acinclude.m4 | 2 1 + 1 - 0 !
configure.ac | 15 3 + 12 - 0 !
doc/Makefile.am | 3 3 + 0 - 0 !
modules/example/Makefile.am | 2 1 + 1 - 0 !
modules/intl/Makefile.am | 2 1 + 1 - 0 !
modules/javascript/Makefile.am | 2 1 + 1 - 0 !
modules/system/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.am | 9 5 + 4 - 0 !
src/ltdl.c.patch | 40 0 + 40 - 0 !
10 files changed, 17 insertions(+), 61 deletions(-)

 additional source code patches as of debian package 1.3.1-4.1
Bug-Debian: https://bugs.debian.org/559822

573599 regression.diff | (download)

Makefile.am | 6 3 + 3 - 0 !
configure.ac | 30 2 + 28 - 0 !
modules/intl/Makefile.am | 2 1 + 1 - 0 !
po/Makevars | 41 41 + 0 - 0 !
src/Makefile.am | 7 6 + 1 - 0 !
5 files changed, 53 insertions(+), 33 deletions(-)

 fix regression introduced by the fix for #559822
Bug-Debian: https://bugs.debian.org/573599

mp4h auto.diff | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 1 0 + 1 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 3 deletions(-)

 fix compatibility with newer automake versions
lintian cleanup tg.diff | (download)

doc/mp4h.mp4h | 16 8 + 8 - 0 !
src/builtin.c | 4 2 + 2 - 0 !
src/module.c | 2 1 + 1 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

 fix tons of lintian warnings, mostly common typos in documentation
653362 fix ftbfs on hurd.diff | (download)

configure.ac | 2 1 + 1 - 0 !
src/builtin.c | 14 14 + 0 - 0 !
2 files changed, 15 insertions(+), 1 deletion(-)

 fixes ftbfs on gnu hurd
Source: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653362#5
fix ftbfs with hardening flags.diff | (download)

src/mp4h.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixes ftbfs with -werror=format-security
 mp4h.c:358:11: error: format not a string literal and no format arguments [-Werror=format-security]
 mp4h.c:472:17: error: format not a string literal and no format arguments [-Werror=format-security]
use system pcre.diff | (download)

Makefile.am | 6 3 + 3 - 0 !
configure.ac | 2 1 + 1 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 build against system copy of pcre3
reproducible build.diff | (download)

doc/mp4h.mp4h | 9 5 + 4 - 0 !
src/builtin.c | 78 70 + 8 - 0 !
tests/directory-contents/01.in | 2 1 + 1 - 0 !
3 files changed, 76 insertions(+), 13 deletions(-)

 reduce build meta data in documentation
 This is part of the effort to make the build of this package
 reproducible. SOURCE_DATE_EPOCH support based on
 https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal#C
 .
 Also fixes test suite failures depending on file system order.