Package: mash / 2.3+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
mash | 2.3+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
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 ! |
use debian's mathjax |
drop_memcpy_wrapper.patch | (download) |
Makefile.in |
10 2 + 8 - 0 ! |
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 ! |
link dynamically against libcapnp and friends |
parallel.patch | (download) |
Makefile.in |
4 3 + 1 - 0 ! |
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 ! |
use debian packaged libmurmurhash |
use CXX from configure.patch | (download) |
Makefile.in |
9 2 + 7 - 0 ! |
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 ! |
fix "error: numeric_limits is not a member of std" |
gcc 13.patch | (download) |
src/mash/Command.cpp |
1 1 + 0 - 0 ! |
fix ftbfs with gcc 13 |