aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jasper/files
Commit message (Collapse)AuthorAgeFilesLines
* - make option UUID defaultdinoex2016-02-2010-70/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix double-free in in jas_iccattrval_destroy() Obtained from: RedHat Security: CVE-2014-8137 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173157 - fix heap overflow in jp2_decode() Obtained from: RedHat Security: CVE-2014-8138 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1173162 - dec->numtiles off-by-one check in jpc_dec_process_sot() Obtained from: RedHat, Fedora Security: CVE-2014-8157 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282 - multiple stack-based buffer overflows Obtained from: RedHat, Fedora Security: CVE-2014-8158 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1179282 - fix Heap overflows in libjasper Obtained from: RedHat Security: CVE-2014-9029 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1167537 - fix Use-after-free (and double-free) Security: CVE-2015-5221 Security: http://www.openwall.com/lists/oss-security/2015/08/20/4 PR: 203504 - patch (rows_ NULL check) Obtained from: RedHat Security: CVE-2016-2089 Security: https://bugzilla.redhat.com/show_bug.cgi?id=1302636
* - Security patch for CVE-2015-5203dinoex2015-08-295-5/+176
| | | | | | | PR: 202697 Submitted by: wxl@bikefriday.com Reviewed y: Security: CVE-2015-5203
* - cleanup manpage handlingdinoex2013-11-231-11/+0
|
* - Security fixdinoex2013-04-211-1/+1
| | | | | | | Security: CVE-2011-4517 execute arbitrary code on decodes images Submitted by: naddy (Christian Weisgerber) Obtained from: Fedora Feature safe: yes
* graphics/jasperdinoex2013-04-1824-7/+912
| | | | | | | | | | | | | | - Security fixes Multiple integer overflows Buffer overflow in the jas_stream_printf execute arbitrary code on decodes images Security: CVE-2008-3520 Security: CVE-2008-3522 Security: CVE-2011-4516 Security: CVE-2011-4517 PR: 163718 Obtained from: Fedora Feature safe: yes
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - fix assertion on some JPEG2000 pictures encoded in (RGBA)dinoex2011-11-261-0/+17
| | | | | | | PR: 162812 Sumbitted by: Sebastian Klemke Obtained from: Debian, Mathew Eis Feature safe: yes
* - new option WITH_UUIDdinoex2010-05-051-0/+242
| | | | | PR: 146290 Submitted by: Sunpoet Po-Chuan Hsieh
* - take maintainershipdinoex2009-07-055-1/+1
| | | | - cleanup
* Add a patch, which disables a call to atexit() to register libjasper'smi2007-08-061-0/+31
| | | | | | | | | | | | | | | | | | | | | own clean-up routine (jas_cleanup). The call would be of limited use anyway, as freeing memory at exit is useful only for tracking down memory leaks. Removing the atexit call eliminates crashes in ImageMagick and GraphicsMagick, when they are compiled with modules support -- when a library is dlclosed, calling its cleanup routine is certain death... When compiling with gcc, declare the routine with ``__attribute__ (destructor)'' as per kan's otherwise obnoxious and inflammatory e-mails. This will make sure, the routine is invoked, when libjasper is dlclosed(). The only known apps that do that are ImageMagick and GraphicsMagick (when built with modules support). They both call the routine explicitly anyway... While here enable parallel build of jasper itself, and eliminate the most threatening warnings. Bump PORTREVISION.
* Replace a tmpnam/open combo with mkstemp. A more aggressive change, whichmi2007-06-121-0/+19
| | | | uses tmpfile is being evaluated.
* - Update to 1.9001miwi2007-02-093-18/+22
| | | | | PR: 108869 Submitted by: Martin Matuska <martin@matuska.org>
* avoid ending up with libjasper-1.701.so.4eik2004-06-191-2/+3
|
* - Utilize USE_GNOMEkrion2004-02-081-13/+0
| | | | | | | - Use DOCSDIR PR: ports/62531 Submitted by: Ports Fury
* Upgrade from 1.700.2 to 1.700.5 (released on Oct 4th).mi2003-12-183-15/+19
|
* Update to 1.700.2.sobomax2003-05-072-6/+20
|
* Fix a typo: log long --> long long.sobomax2003-01-201-1/+1
| | | | | | Submitted by: Stacey Roberts <stacey@vickiandstacey.com> BSD <bsd@xtremedev.com> Mike Hardling <mvh@ix.netcom.com>
* Update to 1.600.0.sobomax2003-01-202-29/+29
|
* Fix jas_types.h for stable. Maintainer 2 week timeout.alane2002-09-211-0/+43