Up to [cvs.netbsd.org] / pkgsrc / graphics / jasper
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.33.4.1 / (download) - annotate - [select for diffs], Fri Dec 23 13:56:48 2011 UTC (5 months ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Pullup ticket #3637 - requested by drochner
graphics/jasper: security patch
Revisions pulled up:
- graphics/jasper/Makefile 1.34
- graphics/jasper/distinfo 1.14
- graphics/jasper/patches/patch-ai 1.2
---
Module Name: pkgsrc
Committed By: drochner
Date: Thu Dec 22 16:17:57 UTC 2011
Modified Files:
pkgsrc/graphics/jasper: Makefile distinfo
pkgsrc/graphics/jasper/patches: patch-ai
Log Message:
add patches from Redhat to add some input validation and fix a
memory allocation error; both could lead to heap buffer overflows
(CVE-2011-4516, CVE-2011-4517)
bump PKGREV
Revision 1.34 / (download) - annotate - [select for diffs], Thu Dec 22 16:17:57 2011 UTC (5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
add patches from Redhat to add some input validation and fix a memory allocation error; both could lead to heap buffer overflows (CVE-2011-4516, CVE-2011-4517) bump PKGREV
Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 21 16:20:51 2011 UTC (11 months ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Branch point for: pkgsrc-2011Q3
Changes since 1.32: +6 -1
lines
Diff to previous 1.32 (colored)
The solaris stdbool.h requires c99 which is fine for jasper, but not so good for things that depend upon jasper. See PR#43901 This stops jasper from using stdbool.h (on solaris only.)
Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:40 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:03 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Nov 23 11:53:20 2009 UTC (2 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
add a patch from Debian to tolerate j2k pictures with alpha channel (seems really just tolerated -- looks ugly but at least doesn't crash) bump PKGREVISION
Revision 1.29 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:38 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
bump revision because of graphics/jpeg update
Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 20 19:58:16 2008 UTC (4 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
add a patch from Debian (bug #413041) to fix some heap corruption on malformed image input (CVE-2007-2721), also fix some initialisation which could cause random misbehaviour on cleanup, bump PKGREVISION
Revision 1.27 / (download) - annotate - [select for diffs], Fri Aug 17 22:18:15 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
Add DESTDIR support.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 12 21:53:42 2007 UTC (4 years, 9 months ago) by salo
Branch: MAIN
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Use correct Autoconf macro for stdbool.h detection and functionality test. Fixes build of some depending package such as netpbm (with its horrible, horrible hardcoded _XOPEN_SOURCES definitions all over the place) on Solaris. Will be submitted upstream.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 21 21:44:35 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 1.900.1: This release fixes some build problems as well as a multiply-defined symbol problem in jpc_qmfb.h.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 7 19:02:12 2007 UTC (5 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (colored)
Fix pkglint warnings
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 7 19:00:59 2007 UTC (5 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.22: +3 -6
lines
Diff to previous 1.22 (colored)
Fix building on Darwin/Mac OS X
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 6 23:28:07 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Update to 1.900.0: 1) The wavelet transform code has been rewritten in order to be more cache efficient (via loop tiling). As a few individuals have noted, the old code could often result in an excessive number of cache misses. 2) Some man pages have been added to the distribution as provided by Roland Stigge. 3) Some simple timer routines have been added to facilitate performance measurements. 4) Numerous bugs have been fixed (e.g., memory leaks, JP2 box processing problem, etc.). 5) Some name space pollution issues have been resolved. 6) A few compiler warnings have been fixed.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 2 22:32:59 2006 UTC (5 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.20: +2 -7
lines
Diff to previous 1.20 (colored)
Instead of setting compiler flags in each package if it uses C99, allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:34 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.18.4.1 / (download) - annotate - [select for diffs], Sun Oct 9 22:58:53 2005 UTC (6 years, 7 months ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.18: +7 -1
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Pullup ticket 817 - requested by Jan Schaumann portability fix for jasper Revisions pulled up: - pkgsrc/graphics/jasper/Makefile 1.19 Module Name: pkgsrc Committed By: jschauma Date: Sat Oct 8 21:11:55 UTC 2005 Modified Files: pkgsrc/graphics/jasper: Makefile Log Message: Add '-c99' to CFLAGS for the MIPSPro compiler chain.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 8 21:11:55 2005 UTC (6 years, 7 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.18: +7 -1
lines
Diff to previous 1.18 (colored)
Add '-c99' to CFLAGS for the MIPSPro compiler chain.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:04 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:53 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 25 04:56:56 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Enable pkgviews installation.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 2 10:28:18 2004 UTC (8 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.14: +11 -12
lines
Diff to previous 1.14 (colored)
Changes 1.701.0: * A preliminary attempt at a color management subsystem has been added to JasPer * Previously, the configure process did not generate a configuration header file * Temporary files created with the jas_stream_tmpfile function were not correctly removed upon file close under Microsoft Windows * An option has been added to the JPEG encoder to allow a quality factor to be specified * A new make target has been added for RPM building * The code now compiles with many fewer warnings on most platforms * The JasPer software license has been made slightly less restrictive * The configure-based build process has been updated to use newer versions of the GNU configure tools
Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:42 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 11 09:10:15 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
bl3ify
Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 5 20:14:05 2004 UTC (8 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.11: +1 -7
lines
Diff to previous 1.11 (colored)
The long awaited update libtool to 1.5.2. Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 4 12:17:08 2004 UTC (8 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Solaris, like FreeBSD, doesn't install libjasper-1.600.so, tweak the PLIST accordingly.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 3 01:16:40 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST, should fix the problems seen in the last bulk build.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 8 02:21:32 2003 UTC (8 years, 7 months ago) by danw
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Fixes PR 20520 (Darwin build)
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 21 16:51:46 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
COMMENT should start with a capital letter.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:41:21 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:24 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 13 14:24:21 2002 UTC (9 years, 6 months ago) by dillo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
fix warning in installed include file (jas_image.h) make debug output conditional on debug level > 0 bump PKGREVISION
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 12 19:39:15 2002 UTC (9 years, 6 months ago) by dillo
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
update jasper to 1.600.0 pkgsrc changes: fix include files -- they used autoconf HAVE_XXX defines Changes: - The support for the JP2 format has been improved. - The support for the PNM family of formats has been improved (and should now be truly complete). - Numerous other minor bugs have been fixed. [The new program jiv (jasper image viewer) is disabled, since it needs X11 and OpenGL. It will be commited as a separate package.]
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 9 18:42:55 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
buildlink1 -> buildlink2.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 8 12:25:54 2002 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to 1.500.4. Some bugfixes, and documentation updates.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 1 14:56:31 2001 UTC (10 years, 9 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of jasper-1.500.0, a JPEG-2000 reference implementation.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 1 14:56:31 2001 UTC (10 years, 9 months ago) by rh
Branch: MAIN
Initial revision