Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 13:49:14 UTC Now

2010-11-23 22:43:36 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket 3280 - requested by tron
security fixes

Revisions pulled up:
- pkgsrc/print/ghostscript/Makefile 1.82
- pkgsrc/print/ghostscript/distinfo 1.36

Files added:
pkgsrc/print/ghostscript/patches/patch-ae
pkgsrc/print/ghostscript/patches/patch-bd

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bouyer
  Date:          Sat Nov 13 17:03:00 UTC 2010

  Modified Files:
          pkgsrc/print/ghostscript: Makefile distinfo
  Added Files:
          pkgsrc/print/ghostscript/patches: patch-bd

  Log Message:
  Apply patch from official repository:
    - Fixed memory reallocation on bitmap size change. Reallocation is not only
      needed when dimendions and margins change, but also when the color depth
      changes. Fixes bugs #691029 and #691108.
  - Fixed arrayoption() macro in cups_put_params() function. Array values did
    not get actually set in cups.header data structure. Bug only showed via
    a compiler warning.
  - Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero.

  makes my epson USB printer work again with 2010Q3 cups+ghostscript
  PKGREVISION++

  To generate a diff of this commit:
  cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/ghostscript/Makefile
  cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/ghostscript/distinfo
  cvs rdiff -u -r0 -r1.3 pkgsrc/print/ghostscript/patches/patch-bd

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Tue Nov 23 11:10:16 UTC 2010

  Modified Files:
          pkgsrc/print/ghostscript: Makefile distinfo
  Added Files:
          pkgsrc/print/ghostscript/patches: patch-ae

  Log Message:
  Add Dr. Werner Fink's patch for the vulnerability reported in CVE-2010-2055.

  To generate a diff of this commit:
  cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/ghostscript/Makefile
  cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/ghostscript/distinfo
  cvs rdiff -u -r0 -r1.6 pkgsrc/print/ghostscript/patches/patch-ae

(spz)