summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Fix the buffer overflow in MS-DOS caseHEADmasterChristoph Brill1-3/+2
A buffer overflow was reported at https://bugzilla.redhat.com/show_bug.cgi?id=226965 This patch fixes the buffer overflow (though MS-DOS is not really a relevant target any more)
2009-01-10Start working on a changelog entry for the upcoming 6c releaseChristoph Brill1-0/+20
This just lists the commit messages from the several commits.
2009-01-10Update config.guess and config.sublibjpeg-6cChristoph Brill2-548/+1942
This updates config.guess and config.sub to version 20080928 taken from gentoo.
2009-01-10Merge branch 'ubuntu-patches'Christoph Brill1-7/+43
2009-01-10Merge branch 'fedora-patches'Christoph Brill4-7/+361
2009-01-10Merge branch 'debian-patches'Christoph Brill2-0/+12
2009-01-10[PATCH] Add extra stuff from gentoogentoo-patchesMike Frysinger5-0/+450
2009-01-09[PATCH] libjpeg-autoconf.patchubuntu-patchesTom Lane1-5/+10
Work around bogosity in autoconf-2.62: it breaks #undef's that have a comment after them, a construct that has worked fine in every previous autoconf release. See bz #449471 and bz #449245.
2009-01-09[PATCH] 300_config.sub.dpatchBill Allombert2-0/+12
Fix config.{sub,guess} to use autotools-dev version.
2009-01-09[PATCH] 204_jpegtran_man.dpatchJorgen Grahn1-12/+14
improves readability of jpegtran man page
2009-01-09[PATCH] 203_rdppm.dpatchBill Allombert1-8/+8
Fix byte order issue with 16bit PPM/PGM files in rdppm.c
2009-01-09[PATCH] 202_jpeglib.h_c++.dpatchBill Allombert1-0/+8
Add extern "C" to jpeglib.h
2009-01-09[PATCH] 201_rdjpgcom_locale.dpatchBill Allombert1-1/+7
Make rdjpegcom locale aware.
2009-01-09[PATCH] 200_crop_man.dpatchBill Allombert1-1/+37
Manpage update for jpegtran -crop
2009-01-09[PATCH] 100_crop.dpatchGuido Vollbeding4-273/+987
Lossless-crop patch from <http://sylvana.net/jpegcrop/croppatch.tar.gz>
2009-01-09[PATCH] libjpeg-cflags.patchfedora-patchesTom Lane1-2/+2
Update the ancient libtool and configure scripts shipped with libjpeg-6b.
2009-01-09[PATCH] libjpeg-buf-oflo.patchTom Lane1-0/+3
Dike out a section of code that has no usefulness on Unix-like systems, and will crash if fed a comment string exceeding 64K. Per report from Lubomir Kundrak, RH bug #226965
2009-01-09[PATCH] libjpeg-autoconf.patchTom Lane1-5/+10
Work around bogosity in autoconf-2.62: it breaks #undef's that have a comment after them, a construct that has worked fine in every previous autoconf release. See bz #449471 and bz #449245.
2009-01-09[PATCH] jpeg-c++.patchBernhard Rosenkraenzer1-0/+8
add some C++ tweaks to the headers as suggested by bug #9822
2009-01-09[PATCH] configure.inTom Lane1-0/+346
Update the ancient libtool and configure scripts shipped with libjpeg-6b.
2009-01-09[PATCH] 300_config.sub.dpatchdebian-patchesBill Allombert2-0/+12
Fix config.{sub,guess} to use autotools-dev version.
2009-01-09[PATCH] 203_rdppm.dpatchBill Allombert1-8/+8
Fix byte order issue with 16bit PPM/PGM files in rdppm.c
2009-01-09[PATCH] 202_jpeglib.h_c++.dpatchBill Allombert1-0/+8
Add extern "C" to jpeglib.h
2009-01-09[PATCH] 201_rdjpgcom_locale.dpatchBill Allombert1-1/+7
Make rdjpegcom locale aware.
2009-01-09[PATCH] 200_crop_man.dpatchBill Allombert1-1/+37
Manpage update for jpegtran -crop
2009-01-09[PATCH] 100_crop.dpatchGuido Vollbeding4-273/+987
Lossless-crop patch from <http://sylvana.net/jpegcrop/croppatch.tar.gz>
2009-01-09[PATCH] 60_all_jpeg-maxmem-sysconf.patchMike Frysinger1-1/+29
touchups to make this work nicely with BSD systems http://bugs.gentoo.org/166057 Make a reasonable guess about memory limits using sysconf(). includes 5% slop factor as suggested in documentation.
2009-01-09[PATCH] 52_all_jpeg-Debian-rdppm.patchMike Frysinger1-8/+8
Fix byte order issue with 16bit PPM/PGM files in rdppm.c
2009-01-09[PATCH] 51_all_jpeg-Debian-jpeglib.h_c++.patchMike Frysinger1-0/+8
Add extern "C" to jpeglib.h
2009-01-09[PATCH] 50_all_jpeg-Debian-rdjpgcom_locale.patchMike Frysinger1-1/+7
Make rdjpegcom locale aware.
2009-01-09[PATCH] 30_all_jpeg-crop.patchMike Frysinger5-274/+1024
http://sylvana.net/jpegcrop/ same thing as Debian's 100_crop.dpatch and 200_crop_man.dpatch from libjpeg6b_6b-10
2009-01-09[PATCH] 07_all_jpeg-LANG.patchMike Frysinger1-10/+13
The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in option parsing, it may break. http://bugs.gentoo.org/103483
2009-01-09[PATCH] 06_all_jpeg-libtool.patchMike Frysinger3-4/+24
2009-01-09[PATCH] 05_all_jpeg-Makefile.patchMike Frysinger2-21/+27
- Respect options from configure (bindir/libdir/etc...) - Grab AR from the env instead of hardcoding to 'ar' - Fix install to respect $(DESTDIR) - Also install jpegint.h #64254
2009-01-09Initial import of libjpeg 6blibjpeg-6bChristoph Brill145-0/+56874
This commit imports libjpeg 6b downloaded from http://www.ijg.org/files/jpegsrc.v6b.tar.gz There are no further changes.