Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_libjpeg-support.patch | Add support for libjpeg6b and other misc fixes. diff -urNad 01.xloadimage.tmp/Makefile.in 01.xloadimage/Makefile.in |
Yoshida Hiroshi <BXH04165@nifty.ne.jp> | no | |||
02_png-support.patch | Add support for PNG images and other misc fixes. diff -urNad xloadimage-4.1~/Makefile.in xloadimage-4.1/Makefile.in |
Yoshida Hiroshi <BXH04165@nifty.ne.jp> | no | |||
03_security-strfoo.patch | Fix unsafe str{cat,cpy} usage. diff -urNad 03.xloadimage.tmp/config.c 03.xloadimage/config.c |
James Troup <james@nocrew.org> | no | |||
04_previous-image.patch | Fix 'p' (previous image) key. diff -urNad 04.xloadimage.tmp/xloadimage.c 04.xloadimage/xloadimage.c |
Juan Cespedes <cespedes@debian.org> | no | |||
05_idelay-manpage.patch | Update manpage for how -idelay/-delay actually work. diff -urNad 05.xloadimage.tmp/xloadimage.man 05.xloadimage/xloadimage.man |
James Troup <james@nocrew.org> | no | |||
06_-Wall-cleanup.patch | Make the code -Wall clean. diff -urNad 06.xloadimage.tmp/bright.c 06.xloadimage/bright.c |
James Troup <james@nocrew.org> | no | |||
07_SYSPATHFILE.patch | Define SYSPATHFILE during build. diff -urNad 07.xloadimage.tmp/Makefile.in 07.xloadimage/Makefile.in |
James Troup <james@nocrew.org> | no | |||
08_manpage-config-path.patch | Correct path for system-wide configuration file in manpage. diff -urNad 08.xloadimage.tmp/xloadimage.man 08.xloadimage/xloadimage.man |
Austin Donnelly <and1000@debian.org> | no | |||
09_xloadimagerc-path.patch | Include ~images in path for system-wide configuration file. diff -urNad 09.xloadimage.tmp/xloadimagerc 09.xloadimage/xloadimagerc |
Austin Donnelly <and1000@debian.org> | no | |||
10_config.c-HOME-fix.patch | Gracefully handle lack of HOME env. variable. diff -urNad 10.xloadimage.tmp/config.c 10.xloadimage/config.c |
Austin Donnelly <and1000@debian.org> | no | |||
11_fork-implies-quiet.patch | Make -fork imply -quiet as documented. diff -urNad 11.xloadimage.tmp/options.c 11.xloadimage/options.c |
Jens Peter Secher <jpsecher@diku.dk> | no | |||
12_fix-tile.patch | Fix -tile for images smaller than the screen. diff -urNad 12.xloadimage.tmp/merge.c 12.xloadimage/merge.c |
Rmi 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. diff -urNad /home/james/debian/packages/xloadimage/xloadimage-4.1/rlelib.c xloadimage-4.1/rlelib.c |
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. diff -urNad /home/james/debian/packages/xloadimage/xloadimage-4.1/config.c xloadimage-4.1/config.c |
James Troup <james@nocrew.org> | 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 | |||
15_CAN-2005-0638.patch | Description: Fix shell metacharacters vulnerability with compressed images (#298926). Upstream status: Not submitted diff -urNad --exclude=CVS --exclude=.svn ./zio.c /tmp/dpep-work.7hAKRd/xloadimage-4.1/zio.c |
xli upstream via Gentoo | no | 2005-03-10 | ||
16_CAN-2005-0639.patch | Description: Fix integer overflows in new.c.Upstream status: Not submitted | Debian security team | no | 2005-03-18 | ||
17_security-sprintf.patch | Description: Fix unsafe sprintf usage. (#332524)Upstream status: Not submitted diff -urNad --exclude=CVS --exclude=.svn ./mcidas.c /tmp/dpep-work.5qsW5w/xloadimage-4.1/mcidas.c |
James Troup <james@nocrew.org> | no | 2005-10-07 | ||
18_manpage_fixes.patch | Various typo fixes and correction of .TH section. Thanks to A Costa and Nicolas François. Closes: #320556, #320558, #326519 |
James Troup <james@nocrew.org> | no | |||
19_fix_root_c_resource_leak.patch | Fix leaking xresources when using onroot option. See #325689. Patch by Alex Perry, reformatted by Tim Connors diff -urNad xloadimage-4.1~/root.c xloadimage-4.1/root.c |
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 | |||
25_hardening-flags.patch | Add CPPFLAGS to CFLAGS to respect all hardening flags by dpkg-buildflags | 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 | |||
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 |