Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
34_lp64.diff | address some LP64 concerns The second argument of memToVal should be the number of bytes in the file format, not bound to the host’s data type sizes. This fix is from naddy. mirabilos rewrote the {val,mem}to{val,mem}{,lsb} macros and functions and fixed the remaining things. |
mirabilos <tg@debian.org> | no | debian | ||
35_rotation0.diff | fix memory exhaustion when rotating by 0° | mirabilos <tg@debian.org> | no | debian | ||
36_stdin.diff | support the common "-" as stdin | mirabilos <tg@debian.org> | no | debian | ||
37_gcc14.diff | fix build with newer GCC, autotools, gmake - no prerequisites permitted on suffix rules - autoupdate + postprocessing - STDC_HEADERS are now the default - prototypes of sorts (K&R…) - fix warnings (unused; format; etc.) |
mirabilos <tg@debian.org> | no | |||
01_libjpeg-support.patch | Add support for libjpeg6b and other misc fixes. Also convert to autoconf. | Yoshida Hiroshi <BXH04165@nifty.ne.jp> | no | |||
02_png-support.patch | Add support for PNG images and other misc fixes. | Yoshida Hiroshi <BXH04165@nifty.ne.jp> | no | |||
03_strlfuns.diff | fix unsafe str{cpy,cat} One hunk (strncpy) in options.c by James Troup <james@nocrew.org> | mirabilos <tg@debian.org> | no | |||
04_previous-image.patch | Fix 'p' (previous image) key. | Juan Cespedes <cespedes@debian.org> | no | |||
05_idelay-manpage.patch | Update manpage for how -idelay/-delay actually work. | James Troup <james@nocrew.org> | no | |||
06_-Wall-cleanup.patch | Make the code -Wall clean. | James Troup <james@nocrew.org> | no | |||
07_SYSPATHFILE.patch | Define SYSPATHFILE during build. | James Troup <james@nocrew.org> | no | |||
08_manpage-config-path.patch | Correct path for system-wide configuration file in manpage. | Austin Donnelly <and1000@debian.org> | no | |||
09_xloadimagerc-path.patch | Include ~images in path for system-wide configuration file. | Austin Donnelly <and1000@debian.org> | no | |||
10_config.c-HOME-fix.patch | Gracefully handle lack of HOME env. variable. | Austin Donnelly <and1000@debian.org> | no | |||
11_fork-implies-quiet.patch | Make -fork imply -quiet as documented. | Jens Peter Secher <jpsecher@diku.dk> | no | |||
12_fix-tile.patch | Fix -tile for images smaller than the screen. | Rémi Guyomarch <rguyom@pobox.com> (via FreeBSD & OpenBSD) | no | |||
13_varargs-is-obsolete.patch | <varargs.h> is obsolete and no longer supported by gcc-3.3. ... and more to the point rlelib.c doesn't actually need it. | James Troup <james@nocrew.org> | no | |||
14_errno-not-extern.patch | Remove 'extern int errno' which breaks with new glibc (>= 2.3.2-ds1-8) and add #include <errno.h> where needed. | James Troup <james@nocrew.org> | no | |||
15_CAN-2005-0638.patch | Fix shell metacharacters vulnerability with compressed images | xli upstream via Gentoo | no | debian | 2005-03-10 | |
16_CAN-2005-0639.patch | Fix integer overflows in new.c | Debian security team | no | 2005-03-18 | ||
17_security-sprintf.patch | Fix unsafe sprintf usage | James Troup <james@nocrew.org> | no | debian upstream | 2005-10-07 | |
18_manpage_fixes.patch | Various typo fixes and correction of .TH section. Thanks to A Costa and Nicolas François. | James Troup <james@nocrew.org> | no | debian | ||
19_fix_root_c_resource_leak.patch | Fix leaking xresources when using onroot option. See #325689. Patch by Alex Perry, reformatted by Tim Connors | Tim Connors | no | |||
20_patch.patch | Check libpng version and call right function | Austin Donnelly <and1000@debian.org> | no | |||
21_libpng.patch | Check libpng version and call right function | Austin Donnelly <and1000@debian.org> | no | |||
22-include.patch | Add include for functions like strcat() etc. | Jari Aalto <jari.aalto@cante.net> | no | |||
23_jpeg.c-build-fix.patch | Fix jpeg.c build if C_ARITH_CODING_SUPPORTED is defined. | Colin Watson <cjwatson@ubuntu.com> | no | debian | ||
24_libtiff5.patch | Prepare for build against libtiff5 TIFFHeader has changed to TIFFHeaderClassic for the standard TIFF files xloadimage supports; this might allow us to implement BigTIFF support as well. |
Dominik George <nik@naturalnet.de> | no | |||
26_uufilter-implicit-declaration.patch | Include stdlib.h to declare exit() | Dominik George <nik@naturalnet.de> | no | |||
27_shrink-should-not-zoom-upwards.patch | Do not resize images that are smaller than the screen with -shrink Shrink does also zoom upwards for images which are smaller than the screen. The following patch fixes this, images smaller as the screen are left at 100% zoom. |
David Frey <dfrey@debian.org> | no | debian | ||
28_correct-scaling-fullscreen.patch | -fullscreen option behaves incorrectly if one of the images' dimensions is bigger than screen, but the other is not. It's caused by a forgotten typecast from uint to int. |
Anton Khirnov <wyskas@gmail.com> | no | |||
29_fix-manpage-hyphens.patch | Use explicit hyphens/minus signs in man page to allow for copy&pasting options in Unicode environments. | Dominik George <nik@naturalnet.de> | no | |||
30_libtiff5.patch | Builds with both libtiff4-dev and libtiff5-dev | Dominik George <nik@naturalnet.de> | no | |||
31_reproducible-build.patch | Make the build reproducible | Chris Lamb <lamby@debian.org> | no | 2016-07-18 | ||
32_fix-spelling.patch | Fix spelling issues in upstream source | Dominik George <nik@naturalnet.de> | no | |||
33_buildsystem.diff | build system fixes introduce CPPFLAGS in a more usual way and LDFLAGS in the right places | mirabilos <tg@debian.org> | no |