The NetBSD Project

CVS log for pkgsrc/graphics/jasper/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / jasper

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Sep 20 07:04:56 2024 UTC (2 months, 3 weeks ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -1 lines
jasper: need _DARWIN_C_SOURCE with _POSIX_C_SOURCE

Else u_char won't be defined which breaks sysctl.h.
Might be a bug in macOS 15.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:51 2024 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -3 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Aug 5 12:05:50 2024 UTC (4 months, 1 week ago) by tnn
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -1 lines
jasper: needs _POSIX_C_SOURCE

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Apr 28 08:44:48 2024 UTC (7 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
jasper: updated to 4.2.4

4.2.4 (2024-04-27)

* Added some missing checks to the jas_heic_decode function in the
  HEIC codec

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Apr 5 11:14:57 2024 UTC (8 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
jasper: update to 4.2.3.

4.2.3 (2024-03-30)
==================

* Added a missing check in the JPC codec (#381).

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Mar 17 13:56:16 2024 UTC (8 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
jasper: update to 4.2.2.

4.2.2 (2024-03-11)
==================

* Fix minor build issue (#374).

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Feb 20 04:37:23 2024 UTC (9 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
jasper: updated to 4.2.1

4.2.1 (2024-02-18)

* Fix a build problem for the DJGPP/MS-DOS environment

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Feb 5 21:27:02 2024 UTC (10 months ago) by adam
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
jasper: updated to 4.2.0

4.2.0 (2024-02-05)

Add the JAS_PACKAGING option to the CMake build in an attempt to allow
easier control over rpath settings by packagers of JasPer.
Remove a number of obsolete scripts.
Make some cosmetic changes to the code for the JPC codec in order
to improve readability.
Fix a portability bug related to threads/atomics.
Replace some lingering uses of strtok in the JPC coder with jas_strtok,
since the use of strtok is problematic in multithreading contexts.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Jan 11 16:31:10 2024 UTC (11 months ago) by adam
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
jasper: updated to 4.1.2

4.1.2 (2024-01-11)
* Fix invalid memory write bug
* Fix missing range check in the JPC encoder

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Dec 7 08:11:44 2023 UTC (12 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +4 -3 lines
jasper: update to 4.1.1.

4.1.1 (2023-11-28)
==================

* Disallow in-source builds by default.
* Fix a potential integer overflow problem in the jas_get_total_mem_size
  function (for the Windows platform).

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Nov 6 13:44:30 2023 UTC (13 months ago) by wiz
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
jasper: update to 4.1.0.

4.1.0 (2023-11-04)
==================

* Add support for building several JasPer application programs for
  WebAssembly target with WASI support.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Apr 11 05:43:24 2023 UTC (20 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +8 -7 lines
jasper: updated to 4.0.0

4.0.0 (2022-11-05)

Improve static linking
Fix path relocation in mingw environment
Improve logging and build scripts.
Improve JPEG-2000 conformance test results.
Enable PIC by default.
Fix memory leaks in function cmdopts_parse
imgcmp:
  Add quiet (-q) option.
  Add debug-level option.
  Fix memory leak.
imginfo:
  Add quiet (-q) option.
Fix bug in parsing PGX header.
Fix integer overflow bug

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:36:27 2023 UTC (22 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
*: convert to cmake/build.mk

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Aug 11 05:08:43 2022 UTC (2 years, 4 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:04:58 2021 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
revbump for icu and libffi

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Aug 2 05:55:10 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -5 lines
jasper: updated to 2.0.33

2.0.33 (2021-08-01)
Fix a JP2/JPC decoder bug.
Fix a build issue impacting some platforms.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Apr 19 10:59:23 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -3 lines
jasper: update to 2.0.32

2.0.32 (2021-04-18)
===================

* Test release performed with GitHub Actions.

2.0.29 (2021-04-16)
===================

* Loosen some overly tight restrictions on JP2 codestreams, which caused
  some valid codestreams to be rejected. (#289)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Mar 30 09:28:35 2021 UTC (3 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
jasper: updated to 2.0.28

2.0.28
* Fix potential null pointer dereference in the JP2/JPC decoder.
* Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time.
* Fix integral type sizing problem in JP2 codec.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Mar 19 07:04:11 2021 UTC (3 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
jasper: updated to 2.0.27

2.0.27

Check for an image containing no samples in the PGX decoder.
Check for dimensions of zero in the JPC and JPEG decoders.
Fix an arguably incorrect type for an integer literal in the PGX decoder.
Check for an invalid component reference in the JP2 decoder.
Check on integer size in JP2 decoder.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 5 18:53:56 2021 UTC (3 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
jasper: updated to 2.0.26

2.0.26
* Fix JP2 decoder bug that can cause a null pointer dereference for
  some invalid CDEF boxes.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Feb 10 10:01:31 2021 UTC (3 years, 10 months ago) by nia
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
jasper: Update to 2.0.25

2.0.25 (2021-02-07)
===================

* Fix memory-related bugs in the JPEG-2000 codec resulting from
  attempting to decode invalid code streams. (#264, #265)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jan 6 12:22:52 2021 UTC (3 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
jasper: updated to 2.0.24

2.0.24:
Add JAS_VERSION_MAJOR, JAS_VERSION_MINOR, JAS_VERSION_PATCH for easier access to the JasPer version.
Fixes stack overflow bug on Windows, where variable-length arrays are not available

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Dec 8 14:36:51 2020 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
jasper: updated to 2.0.23

2.0.23:
Fix CVE-2020-27828, heap-overflow in cp_create() in jpc_enc.c

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Nov 12 11:18:33 2020 UTC (4 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
jasper: updated to 2.0.22

2.0.22:
* Update manual
* Remove JPEG dummy codec. Jasper needs libjpeg for JPEG support
* Fix test suite build failure regarding disabled MIF codec
* Fix OpenGL/glut detection

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Sep 29 16:50:15 2020 UTC (4 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
jasper: updated to 2.0.21

2.0.21:
Unknown changes

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Sep 14 17:47:13 2020 UTC (4 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -2 lines
jasper: updated to 2.0.20

2.0.20

* fixed several ISO/IEC 15444-4 conformance bugs

* fixed new variant of CVE-2016-9398

* disabled the MIF codec by default for security reasons (but it is still
  included in the library);
  in a future release, the MIF codec may also be excluded from the
  library by default

* added documentation for the I/O streams library API

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jul 29 07:03:59 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
jasper: updated to 2.0.19

version-2.0.19

Unfortunately 2.0.17 was released on a branch. Later the branch was
removed and the 2.0.17 tag was placed on another commit and branch.

This resulted in various distros who pulled the tarball at different
times two have different jasper versions for 2.0.17.

https://repology.org/project/jasper/versions shows that some even have a
2.0.18.

To reduce all this confusion I will release 2.0.19 now.
With a clean changelog referencing what @MaxKellermann and @jubalh (me)
did on our fork at jasper-maint.

If we want to revert things later or improve the changelog this can be
easily done on master ontop of this.
But I feel we need this release to reduce the confusion and put the
project on a clear track again.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jul 23 18:39:06 2020 UTC (4 years, 4 months ago) by otis
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
jasper: Fix version to 2.0.17

The actual latest version is 2.0.17. "Unknown changes" still applies.

Released: 21.7.2020

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jul 21 07:31:28 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -3 lines
jasper: updated to 2.0.18

2.0.18:
Unknown changes.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Apr 26 10:05:46 2020 UTC (4 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
graphics/jasper: fix typo in jasper.pc.in location

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Jul 16 10:06:07 2019 UTC (5 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -4 lines
jasper: Update to 2.0.16

CVE-2018-19539: Fixed a denial of service in jas_image_readcmpt

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Nov 23 19:16:28 2017 UTC (7 years ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
graphics/jasper: update to 2.0.14.

Changes:
- In the JPC codec, the requirement that the number of tile parts be at
  least one has been removed (since the JPEG-2000 standard allows
  a special value of zero to mean the number of tile parts is unspecified).
- add option to disable programs
- Include jasper/jas_debug.h when using jas_eprintf
  Fixes building with -Werror=implicit-function-declaration.
- Applied patches to resolve some missing export problems.
  See: https://github.com/mdadams/jasper/issues/122
- Moved inttypes.h and stdbool.h includes to jas_types.h and fixed
  the build for Visual Studio 2012 and lower.
- Correct or add comments for jas_safe_* functions
  Mostly fixing bad copy-n-paste issues, or functions added without any
  comment.
- Added a check in the JP2 encoder to ensure that the image to be coded
  has at least one component.  Also, made some small changes to a
  private build script.
- Fixed bugs due to uninitialized data in the JP2 decoder.
  Also, added some comments marking I/O stream interfaces that probably
  need to be changed (in the long term) to fix integer overflow
  problems.
- Added some additional checking to prevent a potential integer overflow
  due to conversion in the JPC decoder.
- Added numerous more-detailed error messages for the JPC and JP2
  codecs.
- Added a partial verbose capability for the run_test_1 script.
- Moved a test case from the bad category to the good category, as the
  test case had been miscategorized.
- Add some regression test cases.
- Fixed some potential double-free problems in the JPC codec.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 5 12:49:51 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -3 lines
Updated jasper to 2.0.12.


    Bumped the version number.

    Added some additional checking to prevent a potential integer overflow
    due to conversion in the JPC decoder.

    Added numerous more-detailed error messages for the JPC and JP2
    codecs.
    Added a partial verbose capability for the run_test_1 script.
    Moved a test case from the bad category to the good category, as the
    test case had been miscategorized.


    Added another regression test case.

    Fixed some potential double-free problems in the JPC codec.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Feb 22 11:53:49 2017 UTC (7 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Disable PDF files regeneration from disabling doxygen detection.
And install pre-generated PDF files.
Bump PKGREVISION.
Thank you, adam@.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Feb 22 00:45:06 2017 UTC (7 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Disable documentation files generation. Bump PKGREVISION

When LaTeX is detected, some LaTeX style files are required.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Feb 21 18:24:20 2017 UTC (7 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -19 lines
Changes 2.0.10:
Fixed a problem in the JP2 encoder that caused a null pointer dereference when no ICC profile data is available (e.g., in the case of an unknown color space).

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Dec 17 23:02:51 2016 UTC (7 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Add upstream patch for CVE-2016-8654.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Dec 16 09:44:44 2016 UTC (7 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -4 lines
Upgrade jasper from 1.900.1 to 1.900.29.
This integrates most of the patches we had applied in pkgsrc.

The changes are in ChangeLog, and are not well summarized anywhere
I can find, sorry...

OK from adam@

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon May 16 14:03:40 2016 UTC (8 years, 6 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Add fixes for CVE-2008-3520 and CVE-2008-3522, patches from
https://bugs.gentoo.org/show_bug.cgi?id=222819

Bump PKGREVISION.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 13 04:11:18 2016 UTC (8 years, 9 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
patch denial of service issues CVE-2016-1577 CVE-2016-2116 CVE-2016-2089
via debian

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 25 08:27:03 2016 UTC (8 years, 9 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -2 lines
Remove manual OPSYSVARS additions which are now part of the default set.

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 19 21:18:52 2015 UTC (9 years, 9 months ago) by tron
Branches: pkgsrc-2014Q4
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +3 -2 lines
Pullup ticket #4624 - requested by taca
graphics/jasper: security patch

Revisions pulled up:
- graphics/jasper/Makefile                                      1.39-1.40
- graphics/jasper/distinfo                                      1.16-1.17
- graphics/jasper/patches/patch-CVE-2014-9029                   deleted
- graphics/jasper/patches/patch-ad                              deleted
- graphics/jasper/patches/patch-ae                              deleted
- graphics/jasper/patches/patch-ag                              deleted
- graphics/jasper/patches/patch-ah                              deleted
- graphics/jasper/patches/patch-ai                              deleted
- graphics/jasper/patches/patch-aj                              deleted
- graphics/jasper/patches/patch-configure                       1.1
- graphics/jasper/patches/patch-src_libjasper_jp2_jp2__cod.c    1.1
- graphics/jasper/patches/patch-src_libjasper_jp2_jp2__dec.c    1.1
- graphics/jasper/patches/patch-src_libjasper_jpc_jpc__cs.c     1.1
- graphics/jasper/patches/patch-src_libjasper_jpc_jpc__dec.c    1.1-1.2
- graphics/jasper/patches/patch-src_libjasper_jpc_jpc__qmfb.c   1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Thu Jan  1 14:15:27 UTC 2015

   Modified Files:
   	pkgsrc/graphics/jasper: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/jasper/patches: patch-configure
   	    patch-src_libjasper_jp2_jp2__cod.c
   	    patch-src_libjasper_jp2_jp2__dec.c
   	    patch-src_libjasper_jpc_jpc__cs.c
   	    patch-src_libjasper_jpc_jpc__dec.c
   Removed Files:
   	pkgsrc/graphics/jasper/patches: patch-CVE-2014-9029 patch-ad patch-ae
   	    patch-ag patch-ah patch-ai patch-aj

   Log Message:
   Rename patches to conform to the "new" style.
   Add comments to the patches.
   Add fix for oCERT-2014-012, pulled from RedHat.
   Add fix from Debian bug 469786.
   Add LICENSE setting, I think modified-bsd is fitting.
   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	snj
   Date:		Sun Feb  8 23:04:22 UTC 2015

   Modified Files:
   	pkgsrc/graphics/jasper: Makefile distinfo
   	pkgsrc/graphics/jasper/patches: patch-src_libjasper_jpc_jpc__dec.c
   Added Files:
   	pkgsrc/graphics/jasper/patches: patch-src_libjasper_jpc_jpc__qmfb.c

   Log Message:
   Fix CVE-2014-8157 and CVE-2014-8158.  Bump PKGREVISION to 10.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Feb 8 23:04:22 2015 UTC (9 years, 10 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Fix CVE-2014-8157 and CVE-2014-8158.  Bump PKGREVISION to 10.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 1 14:15:27 2015 UTC (9 years, 11 months ago) by he
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
Rename patches to conform to the "new" style.
Add comments to the patches.
Add fix for oCERT-2014-012, pulled from RedHat.
Add fix from Debian bug 469786.
Add LICENSE setting, I think modified-bsd is fitting.
Bump PKGREVISION.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Dec 11 20:18:09 2014 UTC (10 years ago) by tez
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base
Branch point for: pkgsrc-2014Q4
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Add patch for CVE-2014-9029 from
 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-9029

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:35 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jan 26 21:36:28 2013 UTC (11 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Revbump after graphics/jpeg and textproc/icu

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 6 14:11:00 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Fri Dec 23 13:56:48 2011 UTC (12 years, 11 months ago) by tron
Branches: pkgsrc-2011Q3
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 22 16:17:57 2011 UTC (12 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Jun 21 16:20:51 2011 UTC (13 years, 5 months ago) by tez
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Branch point for: pkgsrc-2011Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:40 2010 UTC (13 years, 11 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:03 2010 UTC (14 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Nov 23 11:53:20 2009 UTC (15 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:38 2009 UTC (15 years, 3 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
bump revision because of graphics/jpeg update

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Mar 20 19:58:16 2008 UTC (16 years, 8 months ago) by drochner
Branches: 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
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 17 22:18:15 2007 UTC (17 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Add DESTDIR support.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 12 21:53:42 2007 UTC (17 years, 4 months ago) by salo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 21 21:44:35 2007 UTC (17 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 7 19:02:12 2007 UTC (17 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -3 lines
Fix pkglint warnings

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jan 7 19:00:59 2007 UTC (17 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -6 lines
Fix building on Darwin/Mac OS X

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 6 23:28:07 2007 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
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 - view: text, markup, annotated - select for diffs
Sat Dec 2 22:32:59 2006 UTC (18 years ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -7 lines
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 - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:34 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 9 22:58:53 2005 UTC (19 years, 2 months ago) by salo
Branches: pkgsrc-2005Q3
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +7 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 8 21:11:55 2005 UTC (19 years, 2 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -1 lines
Add '-c99' to CFLAGS for the MIPSPro compiler chain.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:04 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:53 2004 UTC (20 years, 2 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 25 04:56:56 2004 UTC (20 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Enable pkgviews installation.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 2 10:28:18 2004 UTC (20 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +11 -12 lines
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 - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:42 2004 UTC (20 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 11 09:10:15 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
bl3ify

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 5 20:14:05 2004 UTC (20 years, 10 months ago) by skrll
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -7 lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 4 12:17:08 2004 UTC (20 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Solaris, like FreeBSD, doesn't install libjasper-1.600.so, tweak the
PLIST accordingly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 3 01:16:40 2004 UTC (20 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 8 02:21:32 2003 UTC (21 years, 2 months ago) by danw
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Fixes PR 20520
(Darwin build)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:51:46 2003 UTC (21 years, 4 months ago) by martti
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:41:21 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:19:24 2003 UTC (21 years, 6 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Nov 13 14:24:21 2002 UTC (22 years, 1 month ago) by dillo
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
fix warning in installed include file (jas_image.h)
make debug output conditional on debug level > 0

bump PKGREVISION

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 12 19:39:15 2002 UTC (22 years, 1 month ago) by dillo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 9 18:42:55 2002 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
buildlink1 -> buildlink2.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 8 12:25:54 2002 UTC (22 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update to 1.500.4. Some bugfixes, and documentation updates.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:56:31 2001 UTC (23 years, 4 months ago) by rh
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of jasper-1.500.0, a JPEG-2000 reference implementation.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:56:31 2001 UTC (23 years, 4 months ago) by rh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>