Package: minc / 2.2.00-6

Metadata

Package Version Patches format
minc 2.2.00-6 3.0 (quilt)

Patch series

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

progs/mincmorph/mincmorph.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
makefile.patch | (download)

Makefile.am | 46 23 + 23 - 0 !
1 file changed, 23 insertions(+), 23 deletions(-)

---
01_mincedit sensible viewer.diff | (download)

progs/mincedit/mincedit | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
acrnema version.patch | (download)

Makefile.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
pod_fix.diff | (download)

progs/mincpik/mincpik.in | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 fix pod syntax errors

As of perl 5.18, pod2man aborts on POD syntax errors, so this patch
fixes a FTBFS.

Bug-Debian: http://bugs.debian.org/719502
clang.patch | (download)

libsrc2/hyper.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build with clang compiler


fix crash filename null voxel loop.patch | (download)

libsrc/voxel_loop.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix crash when input file cannot be expanded
 This patch fixes a segmentation fault that occurs when an input
 file has a filename extension that indicates compression (e.g.
 ".bz2"), but doesn't really contain content in the corresponding
 compression format. In this case exit with an error message instead
 of just crashing.
fix crash filename null.patch | (download)

progs/mincconcat/mincconcat.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix crash in mincconcat when header cannot be expanded
 This patch fixes a segmentation fault that occurs when an input
 file has a filename extension that indicates compression (e.g.
 ".bz2"), but doesn't really contain content in the corresponding
 compression format. In this case exit with an error message instead
 of just crashing.