Package: libsrtp2 / 2.0.0+20170123-1

Metadata

Package Version Patches format
libsrtp2 2.0.0+20170123-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1004_make_runtest_more_verbose.patch | (download)

Makefile.in | 18 9 + 9 - 0 !
crypto/Makefile.in | 10 5 + 5 - 0 !
2 files changed, 14 insertions(+), 14 deletions(-)

 avoid runtest silencing its output
1005_fix_data_alignment.patch | (download)

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

 fix data alignment
1007_update_Doxyfile.patch | (download)

doc/Makefile.in | 3 2 + 1 - 0 !
doc/header.template | 40 29 + 11 - 0 !
2 files changed, 31 insertions(+), 12 deletions(-)

 update doxyfile and header template
2001_make_shellscript_noisy.patch | (download)

test/rtpw_test.sh | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 enable debugging in regression test shell script
2002_define_missing_latex_cmd_plus.patch | (download)

doc/header.template | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 provide missing definiton of \+ command
 doxygen's tex output contains a \+ command, which would normally
 be defined in the standard doxygen header, but srtp is using a
 custom header which lacks this definition.
 This patch adds the missing definition, following the approach
 used to solve https://bugs.debian.org/751355 .