Package: gatk-bwamem / 1.0.4+dfsg2-3
Metadata
Package | Version | Patches format |
---|---|---|
gatk-bwamem | 1.0.4+dfsg2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build.patch | (download) |
build.gradle |
97 2 + 95 - 0 ! |
removing parts of build.gradle that are not useful for a debian build |
use_bwa_from_component.patch | (download) |
src/main/c/Makefile |
25 9 + 16 - 0 ! |
bwa headers are got through a component tarball, not by downloading anything. Also loading the JNI from the canonical path. |
fix_heap_block_overrun | (download) |
bwa-apache2/ksw.c |
2 1 + 1 - 0 ! |
allocate more memory so the heap block overrun wouldn't happen (when qlen = 0). Issue was spotted by valgrind during investigation of bug https://github.com/lh3/bwa/issues/108 This is a copy of the patch written for the bwa Debian package. |
fix_build_on_freebsd.patch | (download) |
bwa-apache2/Makefile |
3 3 + 0 - 0 ! |
-lrt does not help only for linux but also for freebsd This is a copy of the patch written for the bwa Debian package. |
CVE 2019 10269.patch | (download) |
bwa-apache2/bntseq.c |
8 7 + 1 - 0 ! |
fix cve-2019-10269. This is a copy of the patch written for the bwa Debian package. |
simde | (download) |
bwa-apache2/ksw.c |
3 2 + 1 - 0 ! |
use the simde header library for greater compatibility This is a copy of the patch written for the bwa Debian package. |
gcc10.patch | (download) |
bwa-apache2/rle.h |
2 1 + 1 - 0 ! |
fix package to build with gcc-10 This is a copy of the patch written for the bwa Debian package. Bug-Debian: https://bugs.debian.org/957059 |
hurd | (download) |
bwa-apache2/bwashm.c |
4 4 + 0 - 0 ! |
enable building on gnu/hurd This is a copy of the patch written for the bwa Debian package. |
hardening.patch | (download) |
bwa-apache2/Makefile |
4 2 + 2 - 0 ! |
hardening by passing ldflags |
missing_obj_files.patch | (download) |
bwa-apache2/Makefile |
2 1 + 1 - 0 ! |
some .o files have to be added to libbwa.a to provide needed symbols for the shared library |