Package: mash / 2.3+dfsg-6

Metadata

Package Version Patches format
mash 2.3+dfsg-6 3.0 (quilt)

Patch series

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

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add hardening support
 This patch adds the missing LDFLAGS for hardening support.
use_debian_mathjax.patch | (download)

doc/sphinx/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use debian's mathjax
drop_memcpy_wrapper.patch | (download)

Makefile.in | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

 drop memcpy wrapper
 Not needed here, as our binaries needn't be portable across glib versions.
link_dynamically_against_capnp.patch | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 link dynamically against libcapnp and friends
parallel.patch | (download)

Makefile.in | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix parallel build failures
 "capnp compile" ran twice, and in parallel builds twice in parallel.
 This resulted in occasional build failures caused by corrupt output files.
 .
 Fix the Makefile to only run "capnp compile" once.
use_debian_packaged_libmurmurhash.patch | (download)

Makefile.in | 3 1 + 2 - 0 !
src/mash/Sketch.cpp | 2 1 + 1 - 0 !
src/mash/hash.cpp | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 4 deletions(-)

 use debian packaged libmurmurhash


use CXX from configure.patch | (download)

Makefile.in | 9 2 + 7 - 0 !
configure.ac | 10 10 + 0 - 0 !
2 files changed, 12 insertions(+), 7 deletions(-)

 pass @cxx@ into makefile.in for fixing cross-satsfiablity problem
             Do not use "uname -s" in Makefile.in -- this is bad for cross builds. Rather propagate the variable in configure.ac
gcc 11.patch | (download)

src/mash/robin_hood.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix "error: numeric_limits is not a member of std"
gcc 13.patch | (download)

src/mash/Command.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs with gcc 13