Revisions of poppler

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 534289 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 143)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 528401 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 141)
Yet a resub, sorry, fixed inkscape in https://build.opensuse.org/request/show/528400 
- Apply CVE-2017-14517.patch from upstream to fix a NULL pointer
  dereference in the XRef::parseEntry() function that may have lead
  to potential denial-of-service attack when handling malicious PDF
  files. [CVE-2017-14517, bsc#1059066]
- Update to version 0.59.0:
  + core: Fix infinite recursion in NameTree parsing in broken
    files.
  + utils:
    - pdfunite: Fix API porting error that caused abort in some
      cases.
    - pdfinfo:
      . Fix crashes and memory leaks when using -dests.
      . Use GooString.append instead of sprintf/strcat.
    - pdfimages: Fix warning when compiling with cygwin.
  + build system:
    - Fix cygwin 32-bit compile.
    - Cmake tweaks.
- Bump soversion following upstream changes.
- Update to version 0.58.0:
  + core:
    - CairoOutputDev: cairo 1.14 now has high quality downscaling.
    - Signature related improvements (fdo#99271).
    - Tweak which cmap we use (fdo#101855).
    - Memory leak fixes.
    - Substantial rework of the internals.
    - win32: call ANSI functions directly (fdo#100312).
    - Add some documentation.
  + qt5:
    - Expose signature information.
    - ArthurOutputDev: initialize the image with the paper color
      (fdo#102129).
    - Fix copy'n'paste bugs: Qt4 -> Qt5.
    - ArthurOutputDev: Properly set the QPainter transformation.
    - ArthurOutputDev: Use Qt::SvgMiterJoin instead of
      Qt::MiterJoin (fdo#102356).
  + utils:
    - pdfinfo: add -dests option to print named destinations
      (fdo#97262).
    - pdftocairo: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdftoppm: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdfimages: support listing/extracting inline images
      (fdo#25625).
  + build system:
    - cmake: Various Windows fixes.
    - cmake: Use -std=c++11 instead of -std=gnu++11.
  + cpp: Fix page.text() not taking page orientation into account
    (fdo#94517).
- Bump soversion following upstream changes.
- Apply CVE-2017-14517.patch from upstream to fix a NULL pointer
  dereference in the XRef::parseEntry() function that may have lead
  to potential denial-of-service attack when handling malicious PDF
  files. [CVE-2017-14517, bsc#1059066]
- Update to version 0.59.0:
  + core: Fix infinite recursion in NameTree parsing in broken
    files.
  + utils:
    - pdfunite: Fix API porting error that caused abort in some
      cases.
    - pdfinfo:
      . Fix crashes and memory leaks when using -dests.
      . Use GooString.append instead of sprintf/strcat.
    - pdfimages: Fix warning when compiling with cygwin.
  + build system:
    - Fix cygwin 32-bit compile.
    - Cmake tweaks.
- Bump soversion following upstream changes.
- Update to version 0.58.0:
  + core:
    - CairoOutputDev: cairo 1.14 now has high quality downscaling.
    - Signature related improvements (fdo#99271).
    - Tweak which cmap we use (fdo#101855).
    - Memory leak fixes.
    - Substantial rework of the internals.
    - win32: call ANSI functions directly (fdo#100312).
    - Add some documentation.
  + qt5:
    - Expose signature information.
    - ArthurOutputDev: initialize the image with the paper color
      (fdo#102129).
    - Fix copy'n'paste bugs: Qt4 -> Qt5.
    - ArthurOutputDev: Properly set the QPainter transformation.
    - ArthurOutputDev: Use Qt::SvgMiterJoin instead of
      Qt::MiterJoin (fdo#102356).
  + utils:
    - pdfinfo: add -dests option to print named destinations
      (fdo#97262).
    - pdftocairo: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdftoppm: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdfimages: support listing/extracting inline images
      (fdo#25625).
  + build system:
    - cmake: Various Windows fixes.
    - cmake: Use -std=c++11 instead of -std=gnu++11.
  + cpp: Fix page.text() not taking page orientation into account
    (fdo#94517).
- Bump soversion following upstream changes.
- Apply CVE-2017-14517.patch from upstream to fix a NULL pointer
  dereference in the XRef::parseEntry() function that may have lead
  to potential denial-of-service attack when handling malicious PDF
  files. [CVE-2017-14517, bsc#1059066]
- Update to version 0.59.0:
  + core: Fix infinite recursion in NameTree parsing in broken
    files.
  + utils:
    - pdfunite: Fix API porting error that caused abort in some
      cases.
    - pdfinfo:
      . Fix crashes and memory leaks when using -dests.
      . Use GooString.append instead of sprintf/strcat.
    - pdfimages: Fix warning when compiling with cygwin.
  + build system:
    - Fix cygwin 32-bit compile.
    - Cmake tweaks.
- Bump soversion following upstream changes.
- Update to version 0.58.0:
  + core:
    - CairoOutputDev: cairo 1.14 now has high quality downscaling.
    - Signature related improvements (fdo#99271).
    - Tweak which cmap we use (fdo#101855).
    - Memory leak fixes.
    - Substantial rework of the internals.
    - win32: call ANSI functions directly (fdo#100312).
    - Add some documentation.
  + qt5:
    - Expose signature information.
    - ArthurOutputDev: initialize the image with the paper color
      (fdo#102129).
    - Fix copy'n'paste bugs: Qt4 -> Qt5.
    - ArthurOutputDev: Properly set the QPainter transformation.
    - ArthurOutputDev: Use Qt::SvgMiterJoin instead of
      Qt::MiterJoin (fdo#102356).
  + utils:
    - pdfinfo: add -dests option to print named destinations
      (fdo#97262).
    - pdftocairo: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdftoppm: add -jpegopt for setting jpeg compression
      parameters (fdo#45727).
    - pdfimages: support listing/extracting inline images
      (fdo#25625).
  + build system:
    - cmake: Various Windows fixes.
    - cmake: Use -std=c++11 instead of -std=gnu++11.
  + cpp: Fix page.text() not taking page orientation into account
    (fdo#94517).
- Bump soversion following upstream changes.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 505792 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 139)
New upstream stable release
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 459034 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 135)
Resub, old tarball removed this time.
New upstream release
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 453982 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 134)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 420631 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 129)
New upstream release
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 397667 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 126)
Versionbump, resub without obsolete tarball
Displaying revisions 61 - 80 of 203
openSUSE Build Service is sponsored by