2009
ghostscript (8.70~dfsg-2) unstable; urgency=low
* Fix resolving package-relations.
-- Jonas Smedegaard <dr@jones.dk> Sun, 02 Aug 2009 22:37:11 +0200
ghostscript (8.70~dfsg-1) unstable; urgency=low
* New upstream release.
* Strip unneeded subdirs zlib, jasper, libpng to simplify build and
licensing tracking.
* Drop patches 0001 and 0002 now included upstream.
* Simplify configure and cleanup (autoconf update no longer needed).
* Bump main license to GPL-3+ (from GPL-2+) in debian/copyright.
* Fix licensing of escv driver (GPL), and bump copyright year.
* Update package-relations.mk: Cleanup unversioned+versioned
dependency mix. Improve whitespace cleanup. Rewrite and silence
applying dependencies.
* Update symbols file.
-- Jonas Smedegaard <dr@jones.dk> Sun, 02 Aug 2009 12:05:15 +0200
ghostscript (8.64~dfsg-13) unstable; urgency=low
* Fix ghostscript-cups to recommend (not depend on) cups and
cups-client: avoid circular dependencies for cups backends truly
depending on both cups and this package.
-- Jonas Smedegaard <dr@jones.dk> Sat, 11 Jul 2009 22:32:38 +0200
ghostscript (8.64~dfsg-12) unstable; urgency=high
* Drop inclusion of symbols.common_le for mips, add it for mipsel.
Really really closes: bug#533771, thanks to Mattias Ellert.
* Keep urgency=high - still contains security-related urgently needed
for testing.
-- Jonas Smedegaard <dr@jones.dk> Tue, 23 Jun 2009 11:28:02 +0200
ghostscript (8.64~dfsg-11) unstable; urgency=high
* Stop registering symbols.common_le for hppa and mipsel (apparently
those symbols aren't simply tied to little-endian archs after all).
Closes: bug#533771, thanks to Kurt Roeckx.
* Set urgency=high as above affects only build-routines (not actual
contents of built binaries), no other release blockers occured for 9
days, and older releases contain security-related bugfixes.
-- Jonas Smedegaard <dr@jones.dk> Sat, 20 Jun 2009 16:36:58 +0200
ghostscript (8.64~dfsg-10) unstable; urgency=low
* Fix ghostscript-cups versioned dependencies.
-- Jonas Smedegaard <dr@jones.dk> Wed, 10 Jun 2009 14:36:08 +0200
ghostscript (8.64~dfsg-9) unstable; urgency=low
* Rerelease for unstable.
-- Jonas Smedegaard <dr@jones.dk> Wed, 10 Jun 2009 10:01:15 +0200
ghostscript (8.64~dfsg-8) experimental; urgency=low
[ Till Kamppeter ]
* Split off CUPS-related files into new package ghostscript-cups.
Closes: bug#528386.
* Have ghostscript-cups recommend cups and cups-client to fix/improve
PPD update routines. Closes: bug#510962.
[ Jonas Smedegaard ]
* Clenup dependencies related to transitional packages:
+ Tighten ghostscript-x dependency on ghostscript
+ Have ghostscript-doc suggest ghostscript (not depend on it)
+ Drop seemingly bogus ghostscript-x and ghostscript-doc conflicts
+ Fix ghostscript providing gs-common twice
+ Have libgs-dev conflict+replace libgs-esp-dev unversioned
* Bump policy compliance to Standards-Version 3.8.1.
* Strip boilerplate and tighten indentation of package maintenance
scripts.
* Fix use bash in ghostscript-cups postinst, thanks to lintian.
-- Jonas Smedegaard <dr@jones.dk> Tue, 09 Jun 2009 23:19:10 +0200
ghostscript (8.64~dfsg-7) unstable; urgency=low
* Avoid bumping to version 8.65 in gs_init.ps. Closes: bug#532392, thanks to Mattias Ellert.
-- Jonas Smedegaard <dr@jones.dk> Tue, 09 Jun 2009 09:35:13 +0200
ghostscript (8.64~dfsg-6) unstable; urgency=low
* Have ghostscript-x provide gs (wrongly dropped in 8.64~dfsg-4).
* Really drop cidfmap in Init dir if virtually empty (as promised in
8.64~dfsg-5). Closes: bug#531182, thanks again to YAMASHITA Junji.
* Avoid cleaning upstream cruft while in renamed subdirectory.
* Register new symbols introduced in 8.64~dfsg-3 (added in upstream
SVN revisions 9651, 9664, 9666, 9667, 9718 and 9719).
* Update patch 0001 to sync with upstream SVN as of today (r9781):
+ FAPI Fix for Multiple Master fonts
+ PDF font handling: load by name when embedded stream unreadable
+ PDF colour handling: Support /Alternate space being ICCBased too
+ Update local jbig2dec source to 0.10 release
+ PDF graphics: Relax Gouraud free-form mesh shading as Acrobat does
+ PS and PDF improved memory handling for fonts not first in Fontmap
+ PDF fix font loader when Type 1 font executes 'restore' at EOF
+ PDF validate annotation /Border attribute, make invisible if wrong
+ Use 32-bit PostScript integers on 64 bit platform
+ PDF fix DOCVIEW pdfmark handling
+ Fix detect banding device, inbreaking wtsimdi device
+ Misc. minor fixes
* Drop patches 0002-0007 and 1005 included above.
* Separate jbig2dec patches in new patch 0002.
-- Jonas Smedegaard <dr@jones.dk> Mon, 08 Jun 2009 18:30:32 +0200
ghostscript (8.64~dfsg-5) unstable; urgency=low
* Rename patch 2003→1007 (it may be relevant for upstream). * Improve patch headers. * Fix CMap symlinks. * Drop cidfmap in Init dir if virtually empty, fail build otherwise. * Together, CMap and cidfmap fixes above closes: bug#531182, thanks to YAMASHITA Junji. * Update CDBS snippets: + Fix package-relations.mk cleanup of debhelper 7 (irrelevant here) + Implement fail-source-not-repackaged rule in upstream-tarball.mk * Use new fail-source-not-repackaged rule (and drop unused CMap test). * Track symbols: + Fix symbols file handling in debian/rules to actually work. + Drop symbols inherited from libcairo, zlib, libpng, libjpeg and libjasper, previously statically linked from locally compiled libraries. * Register missing symbols: + p9color missing since 8.64~dfsg-3 + pdf_color_space and pdf_font_metadata missing since 8.64~dfsg-2 Aparently all private symbols which should cause no harm * More reliably move away unused libs during build (as introduced in 8.64~dfsg-2 as part of linking against system shared libraries).
-- Jonas Smedegaard <dr@jones.dk> Fri, 05 Jun 2009 02:20:05 +0200
ghostscript (8.64~dfsg-4) experimental; urgency=low
* Cleanup configure options and compiler flags, and support
DEB_BUILD_OPTIONS=FT_BRIDGE (still disabled by default).
* Fix typo in README.source and document DEB_MAINTAINER_MODE and Git
use (replacing Subversion phrase).
* Update watch file:
+ Use canonical URL
+ Fix debian version mangling
+ Improve comment
* Partial rewrite of copyright to DEP5 proposed format.
* Add CDBS snippet copyright-hints.mk to help track copyright and
licensing changes.
* Add CDBS snippet buildinfo.mk to include hints about build
environment to binary packages potentially useful for debugging.
* Drop old transitional packages gs, gs-aladdin and virtual
gs-pdfencrypt.
* Add symbols files to source package.
* Cherry-pick patches from upstream svn:
+ Patch 0002: fix/relax pdf detection of ARC4 encryption
+ Patch 0003: bind ps2ai procedures to avoid some errors
+ Patch 0004: fix pdf_draw.ps to handle missing /Length attribute
+ Patch 0005: fix cupsPageSizeName to not treat all sizes as custom
+ Patch 0006: fix pstoraster to support passing filename as 6th arg.
+ Patch 0007: fix ps2write to not bogusly tag output DSC-compliant
* Install via debian/tmp. Fix install version-specific dir and
symlink.
* Build static lib.
* Install library files using d-shlibs. Include local patched copy of
d-shlibmove (see bugs #530367, #530368).
* Update copyright to include d-shlibs author (no new license).
* Install upstream pdftoraster and drop identical local copy.
* Drop virtually empty gs-common prerm file, thanks to lintian.
* Use bash for ghostscript postinst (uses trap).
* Silence lintain warning about unused jpeg source.
* Add patch 2003 fixing pphs installation (it is a user script, not a
library).
-- Jonas Smedegaard <dr@jones.dk> Sun, 24 May 2009 22:40:32 +0200
ghostscript (8.64~dfsg-3) experimental; urgency=low
* Update patch 0001 to sync with upstream SVN as of today (r9738):
+ Set USE_MEMSET by default.
+ Improve font handling, mostly with PDF files.
+ Fix colour handling with /UseCIEColor in PDF files.
+ Silence some Coverity warnings.
+ Add new "cdnj500" device to support HP DesignJet 500.
+ Improve transparency with PDF files (soft mask branch merged).
+ Allow inline images in pdfwrite.
+ Code cleanup in inferno driver.
+ Fix and improve FAPI, mostly with pdfwrite.
+ Fix oversights in AES decryption code for PDF files.
+ Improve cups output device: better page size and margin handling,
add PPD keywords *cupsBackSide and *APDuplexRequiresFlippedMargin,
and fix keyword *cupsFlipDuplex.
+ Correct a potential buffer overrun.
+ Fix unprintable margin handling of the "cups" output device.
+ Check for unbalanced q/Q operators in content streams of PDF forms.
+ Fix PostScript interpreter : ICC colour space could cause crash
+ Use 32 bits for fixed coordinates even on 64 bit cpus.
+ Fix (ps2write): Crash when converting large shading to image.
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 May 2009 23:04:08 +0200
ghostscript (8.64~dfsg-2) experimental; urgency=low
* Update Vcs hints: Package now maintained in collab-maint group at
Alioth using git.
* Preserve cruft shipped upstream, to not upset git.
* Maintain all package relations in debian/rules, resolved using CDBS.
* Bump to debhelper v6.
* Use quilt (not dpatch), and renumber patches.
* Add new patch 0001 to sync with upstream SVN as of today (r9640):
+ Improved font handling, especially with CID fonts.
+ Improved cups driver, including segfault fixes.
+ Image handling: compression in PDF files, PPM file encoding.
+ PDF handling: image compression, page rotation, pdf14
transparency, multiple copies, workarounds for some broken PDFs.
+ Paper sizes (fixes to A3 in pswrite, add hagaki).
+ bit*** zero-length files when -dLastLine not set.
+ improved operand stack overflow handling.
+ Fix gcc and Coverity warnings, also fixing sime segfaults.
+ Changed ordering of LDFLAGS and library linking.
+ Fix segfault on archs using non-32-bit integers.
+ Fix colour issues: infinite loop, coloring of invisible objects.
+ Fix %%%%BeginPageSetup -> %%BeginPageSetup in DCS comment.
+ EPSI improved bbox calculation.
* Add new patch 1003 modernising autoconf syntax regarding
autogenerated cups/pstopxl and cups/pstoraster.
* Restore configure in clean rule.
* Add new patch 1006 fixing linkage with system libjasper, thanks to
Tim Waugh and Redhat.
* Link against system shared libraries (not local copies) zlib,
libpng, libjpeg and libjasper. Build-depend on libjasper-dev.
-- Jonas Smedegaard <dr@jones.dk> Thu, 30 Apr 2009 13:46:44 +0200
ghostscript (8.64~dfsg-1.1) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* This update fixes various security issues:
- CVE-2009-0792: multiple integer overflows in the icc library
can cause a heap-based buffer overflow possibly leading to arbitray
code execution.
- CVE-2009-0584/CVE-2009-0583: Multiple integer overflows causing an
application crash or possibly arbitrary code execution.
- CVE-2009-0196: heap-based buffer overflow in big2_decode_symbol_dict()
leading to arbitrary code execution via a crafted JBIG2 symbol
dictionary segment.
.
(Closes: #524915, #522416, #524803)
-- Nico Golde <nion@debian.org> Wed, 22 Apr 2009 00:19:51 +0200
ghostscript (8.64~dfsg-1) unstable; urgency=low
* New upstream release.
* Drop patches 13, 21-22, 24-32 and 34-70: applied upstream now.
* Drop patch 03 and simplify configure options: upstream supports
libpaper now.
* Drop patch 20: unneeded for recent ghostscript (see upstream r9430).
* Disable patches 11-12 (CJKV): cannot apply - needs code changes.
* Unfuzz patches 01-02.
* Add new patch 71 to install CJK example files.
* Add new patch 72 enhancing ps2pdf manpage to also mention ps2pdf14
(both original and german translation).
* Add README.source referencing quilt, svn-buildpackage and CDBS
documentation.
* Mention stripped Resource/Font directory in debian/copyright, and
rephrase related section for (hopefully) improved readability.
* Use local CDBS snippet upstream-tarball to implement get-orig-source
and more. Update README.source to document its use.
* ps2pdf alternatives handling dropped in preinst of ghostscript and
gs-common: ps2pdf is provided upstream as a script. Closes:
bug#475817.
* Add symlink for german manpage of ps2pdf to ps2pdf14.
* Fix bashisms in ghostscript prerm, thanks to lintian.
-- Jonas Smedegaard <dr@jones.dk> Sun, 08 Mar 2009 01:16:27 +0100
ghostscript (8.63.dfsg.1-2) unstable; urgency=low
* libgs-dev: put versioned dependency on libgs8 - closes: #510691
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 04 Jan 2009 12:09:59 +0900
ghostscript (8.63.dfsg.1-1) unstable; urgency=low
[Masayuki Hatta] * Maintainer upload, New upstream release. * Acknowledged NMUs, thanks tv - closes: #472645, #495703, #503712 * debian/patches/32_improve-handling-of-media-size-changes-from-gv.dpatch: Allow gv to change the image and media size (Upstream bug #688943) - closes: #142228 * debian/patches/33_bad-params-to-xinitimage-on-large-bitmaps.dpatch: Fixed zooming problem in gv (Upstream bug #689547) - closes: #419183 * debian/patches//34_ftbfs-on-hurd-fix.dpatch: Fixed FTBFS on hurd-i386 - closes: #475704 * Added Homepage, Vcs-Svn and Vcs-Browser headers in control. * Sync'd with the Ubuntu 8.63.dfsg.1-0ubuntu13. [Till Kamppeter] * debian/libgs8.shlibs: Removed. All libgs8 versions should have the same API and ABI. The artificial restriction set by this file required all reverse dependencies to be rebuilt for every stable release of Ghostscript. * debian/patches/35_disable_libcairo.dpatch: Added possibility to compile Ghostscript without the "cairo" output device. The device is still in experimental state and with its dependency on libcairo it pulls in a dependency on X. * debian/control, debian/rules: Build Ghostscript without the "cairo" output device. * debian/patches/38_pxl-duplex.dpatch: The Duplex option of the "pxlmono" and "pxlcolor" drivers did not work. * debian/patches/39_pxl-resolution.dpatch: The resolution must be also set as PJL command for the "pxlmono" and "pxlcolor" drivers. * debian/patches/42_gs-init-ps-delaybind-fix.dpatch: Make "ps2ascii" working again (Upstream bug #690124) - closes: #81430, #229748, #131528 * debian/patches/45_bjc600-bjc800-pdf-input.dpatch: Fix setting of the "DitheringType" option. With PDF input Ghostscript crashes, with PostScript input the "DitheringType" option was probably ignored (Upstream bug #690032). * debian/patches/48_cups-output-device-pdf-duplex-uninitialized-memory.patch.dpatch: Fixed several bugs in the "cups" (CUPS Raster) output device: - Ghostscript crashed with PDF input data - The "Duplex" and "MediaWeight" options were ignored - There was uninitialized memory and wrong usage of pointers, potential cause for segmentation faults or even vulnerabilities - There were mismatches in data types, leading to possible breakage of the "AdvanceDistance", "MediaWeight", and "cupsStringXX" options. (Upstream bug #690101). * debian/local/pdftoraster/pdftoraster.c, debian/local/pdftoraster/pdftoraster.convs, debian/rules: Added pdftoraster filter from the Ghostscript SVN repository - closes: #505282 * debian/patches/50_lips4-floating-point-exception: Fixed floating-point exception in "lips4" and other drivers (Upstream bug #690122). * debian/patches/52_cups-device-logging.dpatch: Made logging of the "cups" output device much less verbose. The log of one jub in debug mode did not fit into the maximum log file size of CUPS. * debian/patches/55_pcl-input-slot-fix.dpatch: Made the paper tray selection via "-dMediaPosition=..." in the PCL 4/5/5e drivers work (Upstream bug #690182). * debian/patches/57_pxl-input-slot-fix.dpatch: Made the paper tray selection via "-dMediaPosition=..." in the PCL 6/XL drivers work. * debian/patches/60_pxl-cups-driver-pdf.dpatch: Made the PCL-XL CUPS filter and PPDs work with PDF input. * debian/patches/62_onebitcmyk-pdf.dpatch: Check the whole Decode array to detect special cases of identity and inverse decoding in PDF files (Upstream bug #690178). * debian/ghostscript.postinst: Added automatic update of the PPD files of already existing print queues. * debian/ghostscript.postinst: Do not try to update the PPDs of existing print queues if CUPS is not installed or not running. * debian/patches/60_pxl-cups-driver-pdf.dpatch: The pstopxl filter did not remove its temporary file after finishing. * debian/patches/65_too-big-temp-files-1.dpatch: Ghostscript produced much too big temporary files (> 10 GB) when printing photos from GNOME apps in 1200 dpi. Part 1 of the fix which reduces the temp file size to less than 2 GB (Upstream bug #690133). * debian/patches/67_too-big-temp-files-2.dpatch: Complete fix for the too big temporary files. Now the bug is completely fixed. Temp files are not much bigger than the jobs themselves now (Upstream bug #690133). * debian/patches/70_take-into-account-data-in-stream-buffer-before-refill.dpatch: Certain files lead to a Ghostscript error due to wrong handling of the stream buffer (Upstream bug #690090).
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 04 Jan 2009 09:30:13 +0900
2008
ghostscript (8.62.dfsg.1-3.2) unstable; urgency=low
* Non-maintainer upload.
* Make ghostscript depend on gs-common to prevent removal.
Drop gs-common -> ghostscript-x dependency to not force the
X version on all users. Hopefully Closes: #503712.
-- Thomas Viehmann <tv@beamnet.de> Sun, 28 Dec 2008 11:18:18 +0100
ghostscript (8.62.dfsg.1-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Add (empty) gs-common.prerm to enable upgrades
etch->lenny to succeed when the old gs-common.prerm
fails. Closes: #495703.
Thanks to Niko Tyni for the bug report and analysis.
-- Thomas Viehmann <tv@beamnet.de> Sun, 31 Aug 2008 22:26:34 +0200
ghostscript (8.62.dfsg.1-3) unstable; urgency=low
* Acknowledged NMU, thanks madcoder - closes: #453903 * Bumped to Standards-Version: 3.8.0. * Fixed fakeroot build error, thanks Bob Lindell - closes: #484712 * ghostscript-doc.doc-base: Made file mask *.htm* instead of *.html.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 20 Jul 2008 08:59:17 +0900
ghostscript (8.62.dfsg.1-2.1) unstable; urgency=high
* Non-maintainer upload.
* Add patches/31_fix-gc-sigbus.dpatch to avoid sigbus/segfaults on sparc and
hppa (and probably errors on other architectures as well).
Closes: #453903.
-- Pierre Habouzit <madcoder@debian.org> Wed, 14 May 2008 15:25:03 +0200
ghostscript (8.62.dfsg.1-2) unstable; urgency=low
* ghostscript: Tighten up versioned dependency on libgs8
- closes: #470253
* preinsts for each dummy packages now call update-alternatives
to make sure gs symlinks are removed before the new ghostscript
package is installed - closes: #449173
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Thu, 13 Mar 2008 02:30:51 +0900
ghostscript (8.62.dfsg.1-1) unstable; urgency=low
* New upstream release.
* Removed Resource/Font for a minor licensing problem.
I'm now contacting the upstream, so they might be back soon.
* Fixed in the upstream - closes: #418706
See also http://bugs.ghostscript.com/show_bug.cgi?id=689600
* Now it can handle DEB_BUILD_OPTS as expected - closes: #446819
* 10_ijs_krgb_support.dpatch: incorporated into the upstream, removed.
* 27_cups_filters_with_buffered_input.dpatch: incorporated into
the upstream, removed.
* 28_print_encrypted_PDFs_from_adobe_reader_8.dpatch: incorporated into
the upstream, removed.
* 31_CVE-2008-0411.dpatch: incorporated into the upstream, removed.
thanks Nico Golde for NMU.
* shlibs: loosen the libgs8 shlibs version specification,
thanks Sune Vuorela for pointing it out - closes: #469218
* control: ghostscript doesn't provide gs, gs-esp, gs-gpl, gs-afpl
and gs-aladdin anymore - ghostscript-x does - closes: #448702, #462678
* control: tighten up versioned Conflicts on dummy packages.
* rules: removes /usr/share/doc/ghostscript/README.gz explicitly
- closes: #460692
* postinst: removes old /etc/alternative symlinks explicitly
- closes: #447495, #449061
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 09 Mar 2008 10:39:31 +0800
ghostscript (8.61.dfsg.1-1.1) unstable; urgency=high
* Non-maintainer upload by security team.
* Fix stack based buffer overflow in the zseticcspace() function possibly
leading to arbitrary code exeuction via a crafted ps file.
(31_CVE-2008-0411.dpatch; Closes: #468190).
* Adjusting libgs shlibs file to match the new version number.
-- Nico Golde <nion@debian.org> Sat, 01 Mar 2008 11:18:27 +0100
ghostscript (8.61.dfsg.1-1) unstable; urgency=low
[Masayuki Hatta] * New upstream release. * Now pdf2dsc can handle PageLabels properly - closes: #266166 * Bumped up Standards-Version to 3.7.3 (no physical changes). * NEWS, README.Debian, copyright: Revised. * NEWS: Fixed wrong version number - closes: #454514, #454515 * Sorted out dpatches: 01-09: Debian-specific patches 10-19: Bigger 3rd party patches (KRGB & CJKV) 20-: Temporary bug fixes (should be incorporated into the upstream) * debian/patches/29_gs_css_fix.dpatch: Fixes a syntax error in gs.css - closes: #457118 * debian/patches/30_ps2pdf_man_improvement.dpatch: Improved manpages for ps2pdf - closes: #193461 [Till Kamppeter] * debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes. * debian/rules: Updated CUPS-related variables for "make install" calls. * debian/rules: Remove /usr/include/ghostscript from the ghostscript package, they go into libgs-dev. * debian/patches/40_cups_filters_with_buffered_input.dpatch: Modified cups/psto* filters to let Ghostscript always use buffered input. This works around a Ghostscript bug which prevents printing encrypted PDF files with Adobe Reader 8.1.1 and Ghostscript built as shared library (Ghostscript bug #689577, Ubuntu bug LP: #172264) * debian/patches/42_print_encrypted_PDFs_from_adobe_reader_8.dpatch: Fixed printing of encrypted PDF files from Adobe Reader 8.1.1. This is the real fix now and not only a workaround. (Ghostscript bug #689577, Ubuntu bug LP: #172264).
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 13 Jan 2008 02:13:25 +0900
2007
ghostscript (8.61.dfsg.1~svn8187-3) unstable; urgency=low
* Maintainer upload. * Acknowledged NMU, thanks Cyril - closes: #422723, #430337 * 06_libpaper_support.dpatch: fixed to cope with being called repeatedly. Thanks Carlos Garcia Campos - closes: #453048 * debian/watch: Now it works. Thanks Raphael Geissert - closes: #449310
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 05 Dec 2007 06:06:23 +0900
ghostscript (8.61.dfsg.1~svn8187-2.1) unstable; urgency=low
* Non-maintainer upload.
* Fix long-standing implicit pointer conversions by backporting a fix from
SVN revision 8232, as pointed by Dann Frazier (Closes: #422723):
- 40_implicit_pointer_conversion_fix.dpatch added for this purpose. It
also contains an additional tweak for src/gpmisc.c so that no attempt
to use fdopen64() is made, fdopen() is the way to go. That tweak also
solves the FTBFS on GNU/kFreeBSD (Closes: #430337).
- DEB_AUTO_UPDATE_AUTOCONF set to “yes” in debian/rules so that the
configure script gets updated at build time (the needed build
dependencies are already there).
-- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> Sat, 24 Nov 2007 06:35:17 +0100
ghostscript (8.61.dfsg.1~svn8187-2) unstable; urgency=low
* Maintainer upload, acknowledged NMU - closes: #447188 * Made all dummy packages depend on ghostscript AND ghostscript-x, so their nominal "functionality" should virtually be the equivalent to the former gs|gs-gpl|gs-esp|gs-afpl packages - closes: #446825 * Revised debian/copyright - closes: #444468, #444467 * debian/rules: Clean files from package ghostscript which are moved to ghostscript-doc on i386 (where arch-all packages are built). On all non-i386 platforms the files remained in the main package, which causes file conflicts and unnecessary package growth - closes: #446927 (fix from Ubuntu) * debian/patches/06_libpaper_support.dpatch: Added missing "#include <paper.h>", this made Ghostscript not working at all on IA64 - closes: #428055 (fix from Ubuntu)
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 31 Oct 2007 02:27:38 +0900
ghostscript (8.61.dfsg.1~svn8187-1.1) unstable; urgency=high
* Non-maintainer upload by testing security team. * Included 31-CVE-2007-2721.dpatch to fix remote user-assisted denial of service via malformed image files in embedded copy of jasper (Closes: #447188)
-- Nico Golde <nion@debian.org> Sat, 20 Oct 2007 12:46:44 +0200
ghostscript (8.61.dfsg.1~svn8187-1) unstable; urgency=low
* New upstream release - closes: #437848, #291452 * Important CJK handling fixes are absent from the current 8.60 or SVN, so I decided to use this SVN snapshots until the issue is fixed (Ubuntu does the same). * Can be built with the modern GCC now - closes: #440427 * Complete re-organization: gs-gpl, gs-esp and gs-afpl are discontinued and gone altogether, and now there's only one ghostscript package - closes: #52603, #159516, #434791, #394628, #394350, #295377, #246983, #416253, #323867 * Imported Ubuntu's various improvements on packaging. Thanks for Ubuntu people, especially Till Kamppeter. * Sorted out dummy packages - closes: #321989, #401137 * Separated -doc package - closes: #138549, #391082, #389872 * Separated -x package, the main ghostscrpt doesn't depend X anymore - cloese: #76814, #393980, #240215 * Separated libgs* packages - closes: #344351 * Enabled cdj880 driver - closes: #157067 * Enabled Lexmark 3200 driver - closes: #157067 * Enabled pcl3 driver - closes: #259075 * Added /usr/share/fonts/type1/gsfonts to fontpath - closes: #434310 * Sorted out licensing information. * Removed jasper/doc/*.pdf since those are shipped without "transparent" copies a la GFDL.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 14 Oct 2007 22:24:34 +0900
ghostscript (8.61.dfsg.1~svn8187-0ubuntu4) hardy; urgency=low
* debian/rules: Clean /usr/share/doc/*.html files from package
'ghostscript', too (incomplete fix in previous versions), since they are
already shipped in ghostscript-doc and thus have a file conflict.
(LP: #153218)
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 22 Oct 2007 17:21:21 +0200
ghostscript (8.61.dfsg.1~svn8187-0ubuntu3) gutsy; urgency=low
[ Till Kamppeter ]
* debian/rules: Install missing *.upp files (usptream bug, LP: #150985).
[ Martin Pitt ]
* debian/rules: Clean files from package ghostscript which are moved to
ghostscript-doc on i386 (where arch-all packages are built). On all
non-i386 platforms the files remained in the main package, which causes
file conflicts and unnecessary package growth. This is a quick hack for
Gutsy. In Hardy, this horribly broken build system should be fixed
properly.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Oct 2007 23:00:28 +0200
ghostscript (8.61.dfsg.1~svn8187-0ubuntu2) gutsy; urgency=low
* debian/patches/06_libpaper_support.dpatch: Added missing
"#include <paper.h>", this made Ghostscript not working at all
on IA64 (Fixes LP: #130842, thanks to Ralph Giles from ghostscript.com
for the fix and to Matthias Klose for the IA64 test machine).
* debian/ghostscript.links: Bumped version number in link for CJK fonts
(Fixes LP: #139911).
-- Till Kamppeter <till.kamppeter@gmail.com> Tue, 18 Sep 2007 10:00:58 +0100
ghostscript (8.61.dfsg.1~svn8187-0ubuntu1) gutsy; urgency=low
* New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.
-- Till Kamppeter <till.kamppeter@gmail.com> Mon, 13 Aug 2007 21:49:58 +0100
ghostscript (8.60.dfsg.6-0ubuntu2) gutsy; urgency=low
* debian/patches/30_assorted_script_fixes.dpatch: Back out the update
to pdf2eps, causing build failures on the buildds.
* debian/control: Build-depend on freeglut3-dev | libglut-dev.
-- Matthias Klose <doko@ubuntu.com> Fri, 10 Aug 2007 10:50:08 +0200
ghostscript (8.60.dfsg.6-0ubuntu1) gutsy; urgency=low
* Final release of Ghostscript 8.60
o First official release of GPL Ghostscript with merged functionality
of ESP Ghostscript.
o Closes: LP: #128801
* debian/patches/50_gv_kghostview_compatibility.dpatch: Removed workaround,
real fix done upstream
-- Till Kamppeter <till.kamppeter@gmail.com> Thu, 02 Aug 2007 02:13:11 +0100
ghostscript (8.60.dfsg.5-0ubuntu1) gutsy; urgency=low
* New upstream release
o SVN snapshot rev 8127
o Carried over some bug fixes from ESP Ghostscript (see
http://bugs.ghostscript.com/show_bug.cgi?id=689315)
o Minor bug fixes from upstream.
* debian/patches/30_assorted_script_fixes.dpatch: Updated.
-- Till Kamppeter <till.kamppeter@gmail.com> Mon, 16 Jul 2007 17:43:58 +0100
ghostscript (8.60.dfsg.4-0ubuntu1) gutsy; urgency=low
* New upstream release
o SVN snapshot rev 8050
o From now on we take snapshots from the trunk, as the merger of ESP and
GPL Ghostscript is completed and moved into the trunk. The branch
"gs-esp-gpl-merger" has been removed.
o Minor bug fixes from upstream.
* debian/patches/50_gv_kghostview_compatibility.dpatch: Updated.
-- Till Kamppeter <till.kamppeter@gmail.com> Thu, 14 Jun 2007 2:53:50 -0700
ghostscript (8.60.dfsg.3-0ubuntu2) gutsy; urgency=low
* debian/control:
+ Make gsfonts a Depends instead of Recommends as it was before on the
gs-common package. This fixes the GStreamer build failure.
-- Sebastian Dröge <slomo@ubuntu.com> Tue, 12 Jun 2007 21:15:25 +0200
ghostscript (8.60.dfsg.3-0ubuntu1) gutsy; urgency=low
* New upstream release
o SVN snapshot rev 8025, branch "gs-esp-gpl-merger"
o Minor bug fixes from upstream.
* debian/rules: Renamed executable /usr/bin/gsc to /usr/bin/gs to not
conflict with the gambc package (Fixes LP: #118785).
-- Till Kamppeter <till.kamppeter@gmail.com> Wed, 06 Jun 2007 17:22:27 +0100
ghostscript (8.60.dfsg.2-0ubuntu2) gutsy; urgency=low
* debian/ghostscript.preinst:
- Only remove the gs alternatives on upgrades from before
8.60.dfsg.2-0ubuntu1, and don't let the lack of alternatives fail
installation.
- Remove "rm -rf /etc/ghostscript /etc/gs-gpl" insanity.
-- Martin Pitt <martin.pitt@ubuntu.com> Fri, 01 Jun 2007 14:18:02 +0200
ghostscript (8.60.dfsg.2-0ubuntu1) gutsy; urgency=low
* New upstream release
o SVN snapshot rev 7997, branch "gs-esp-gpl-merger"
o Added functionality to compile with shared libgs and without GTK
via "--disable-gtk" configure option (feature overtaken from ESP
Ghostscript).
o Minor bug fixes from upstream.
* debian/patches/40_fix_imdi_patch.dpatch: Removed, fixed upstream.
-- Till Kamppeter <till.kamppeter@gmail.com> Wed, 23 May 2007 11:54:11 +0100
ghostscript (8.60.dfsg.1-0ubuntu2) gutsy; urgency=low
* debian/rules: Added forgotten option "--disable-gtk" to the "./configure"
command line, this prevented ghostscript from building on the build
servers.
* Added missing version number to "Conflicts: gs-common" in the ghostscript
package.
* Do away with the update-alternatives, we have one grand unified Ghostscript
now!
-- Till Kamppeter <till.kamppeter@gmail.com> Tue, 22 May 2007 21:38:21 +0100
ghostscript (8.60.dfsg.1-0ubuntu1) gutsy; urgency=low
* This is the first Debian/Ubuntu package reflecting Artifex' move to do
the head development of Ghostscript under GPL and the merger of ESP
Ghostscript into GPL Ghostscript which followed after that.
* Renamed from "gs-gpl" to "ghostscript" on agreement with Debian Ghostscript
maintainer Masayuki Hatta
* New upstream release
o SVN snapshot rev 7979, branch "gs-esp-gpl-merger"
o This is the head of the Ghostscript development now. There is no separate
AFPL Ghostscript any more. See http://www.ghostscript.com/awki/News.
o All extra functionality of ESP Ghostscript is merged into GPL
Ghostscript now and the development of ESP Ghostscript is discontinued.
See http://www.cups.org/espgs/.
* debian/control: Added tags and transitional packages to make this package
(ghostscript) replacing gs-esp and gs-afpl (Closes: LP#47432, LP#47458,
LP#75894, LP#83769, LP#103595, LP#105752, LP#108159, LP#109304).
* debian/rules, debian/control, debian/dirs, debian/ghostscript.*,
debian/README.Debian, debian/gs.defoma: Merged in gs-common.
* debian/control: Set Ubuntu maintainer.
* debian/rules: Activated full functionality by appropriate "./configure"
command line options. This is now the one and only Ghostscript in Ubuntu
Linux.
* debian/rules: Do not build static executable, to reduce the build time
to one half of the former build time of gs-esp (or to not double the
build time of ghostscript).
* debian/rules, debian/control: Split package into ghostscript, libgs8,
libgs-dev, and ghostscript-x, like we did with gs-esp, also split off
documentation into ghostcript-doc.
* debian/NEWS: Added info about merger of ESP and GPL Ghostscript
* debian/patches/: Removed 01_gsdir_for_gs-gpl.dpatch,
02_fontpath_for_debian, 20_additional_drivers, 21_additional_drivers_mak,
22_gdi_support, 23_hl12x0_support: They are not needed any more after
merging in the ESP GS functionality and moving to "ghostscript" as
package name.
* debian/patches/09_ijs_krgb_support.dpatch: Updated to version 1.3
of the KRGB patch (from HPLIP 1.7.3).
* debian/patches/04_gdevxini_segv_fix.dpatch: Removed, it makes the X
device being reopened on every page size change and breaks output with
tools like gv (gv hangs without showing any page).
* debian/patches/40_fix_imdi_patch.dpatch: Fixed imdi directory location
in src/devs.mak
* debian/patches/50_gv_kghostview_compatibility.dpatch: Fixed compatibility
with GUIs like gv and kghostview (see upstream bug 689237,
http://bugs.ghostscript.com/show_bug.cgi?id=689237, note: reintroduces
upstream bug 687125 but that bug is much less a problem).
* debian/ghostscript.postinst: update-alternatives configuration does not get
correctly updated when the obsolete gs-esp and gs-afpl packages get removed
via the transitional packages. Let the post-install script of the
ghostscript package reset update-alternatives to auto mode for such a case.
-- Till Kamppeter <till.kamppeter@gmail.com> Mon, 21 May 2007 13:00:21 +0100
gs-gpl (8.56.dfsg.1-1) unstable; urgency=low
* New upstream release. * man/gs.1: Paths are adjusted to Debian - closes: #405049 * man/gs.1: Fixed various typos - closes: #323534 * Fixed insecure /tmp usage in toolbin scripts (CAN-2005-2352) - closes: #291373 * Now opdfread.ps is installed - closes: #401755
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sat, 05 May 2007 00:58:39 +0900
2006
gs-gpl (8.54.dfsg.1-5) unstable; urgency=high
* Oops, I forgot to apply dpatch #20, so the large amount of drivers are missing in -4. Mea Culpa. * Added Brother HL-1240/1250 support - closes: #280693 * Make sure /etc/gs-gpl is removed - closes: #333474 * Remove Fontmap and Fontmap.GS from the package - closes: #325400 * Provides the index.html symlink - closes: #303792 * Added binary-indep rules in debian/rules - closes: #267398
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sat, 21 Oct 2006 10:25:56 +0900
gs-gpl (8.54.dfsg.1-4) unstable; urgency=high
* Brought back KRGB colorspace support to ijs - closes: #355616 * Brought back Samsung GDI support - closes: #365337 * gs depends on gs-gpl | gs-esp - closes: #297024 * rules, gs-gpl.links: s/8.15/8.54/g.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 18 Oct 2006 21:33:33 +0900
gs-gpl (8.54.dfsg.1-3) unstable; urgency=low
* Supports big post table for CMap - closes: #205055 * Fixed a potential segv problem in src/gdevxini.c, thanks Ian Jackson for providing a patch - closes: #254206
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 18 Oct 2006 03:48:57 +0900
gs-gpl (8.54.dfsg.1-2) unstable; urgency=high
* Made qsort call in src/gxfcopy.c 64-bit clean, thanks Andreas - closes: #390875
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Thu, 12 Oct 2006 09:28:26 +0900
gs-gpl (8.54.dfsg.1-1) unstable; urgency=low
* New upstream release - closes: #373805 * Acknowledged NMUs, since crash on ppc has been fixed in the upstream - closes: #357326, #327288, #324796
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Tue, 26 Sep 2006 01:25:04 +0900
gs-gpl (8.50-1.1) unstable; urgency=high
* Non-maintainer upload.
* debian/patches/00list: Re-enable patch 10_powerpc_crash_fix; upstream
delayed to fix after the 8.50 release. Cures segfaults on ppc (again).
Thanks to Roger Leigh for testing. Closes: #357326
-- Daniel Kobras <kobras@debian.org> Wed, 29 Mar 2006 14:22:21 +0200
gs-gpl (8.50-1) unstable; urgency=low
* Works done at Codefest in Malaysia 2006. * New upstream release - closes: #347637, #348834 * Updated debian/watch - closes: #354352 * Bumped to Standards-Version: 3.6.2.2 (no physical changes).
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 5 Mar 2006 10:46:33 +0900
2005
gs-gpl (8.15-4.1) unstable; urgency=low
* Non-maintainer upload. * Use gcc-3.4 on s390.
-- Bastian Blank <waldi@debian.org> Thu, 29 Dec 2005 10:52:10 +0000
gs-gpl (8.15-4) unstable; urgency=low
* Apply patch 10 working around a crashing bug on powerpc (details in
the patch file itself). This closes: bug#324796, #325570, #327288
(thanks to Paul Brossier <piem@debian.org> for first reporting, Ian
Jackson <ian@davenant.greenend.org.uk> for providing the patch, and
Thomas Bushnell BSG <tb@becket.net> for shouting about the problem).
-- Jonas Smedegaard <dr@jones.dk> Mon, 19 Sep 2005 15:15:44 +0200
gs-gpl (8.15-3) unstable; urgency=low
* Bumped Standards-Version to 3.6.2.1 (no physical changes).
* Removed patch 04, since it doesn't affect at all.
* Enabled jbig2dec support.
* Now uses cidfmap generated by defoma.
* gs-gpl.links: make a symlink of CMap directory under /usr/share/gs-gpl/8.15/Resource.
NOTE: even if CMap files can be found somewhere in the font path, gs-esp
fails to prepare a composed font with CIDFont and CMap. This hack is
a workaround for "the CMap files must be put into the first directory of
the font path" problem. Many Thanks Akira TAGOH for suggestion.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Thu, 18 Aug 2005 03:38:59 +0900
gs-gpl (8.15-2) unstable; urgency=low
* Drop stp patch:
+ Remove stp-related parts of additional_drivers patches 20 and 21.
+ Drop build-dependency on libgimpprint-dev.
+ Remove stp note from README.Debian.
+ Closes: bug#313026 (thanks to Roger Leigh <rleigh@debian.org>).
-- Jonas Smedegaard <dr@jones.dk> Wed, 20 Jul 2005 14:05:26 +0200
gs-gpl (8.15-1) unstable; urgency=low
* Repackaged source tarball with non-free CMaps stripped.
* Added check in debian/rules to fail if CMaps exist in the source.
* Mention in debian/copyright that CMaps are stripped.
* Add myself as uploader (acknowledged by Masayuki), and re-upload as
regular maintainer upload. This package closes: bug#280352 (thanks
to some anonymous(?) lilypond-lover offering virtual beer for
pushing this newer release, and Wouter Verhelst <wouter@debian.org>
for delivering the message).
* Correct UTF8-encoding of debian/changelog.
-- Jonas Smedegaard <dr@jones.dk> Fri, 15 Jul 2005 13:27:05 +0200
gs-gpl (8.15-0.1) unstable; urgency=low
* NMU of newer upstream release.
* Update and unfuzz patches (Note: source patched by
04_resourcedir_fix_for_debian slightly changed upstream, so may no
longer be needed).
* Use fine-grained X11 build-dependencies.
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 Jul 2005 10:52:11 +0200
2004
gs-gpl (8.01-5) unstable; urgency=high
* [NEWS] added a note on CJK TTF support. * Revive Samsung GDI support, thanks plum - closes: #250180 * Revive Brother 7x0 GDI support - closes: #253479 * Added KRGB colorspace support to gs IJS driver - closes: #249166 * Fix SEGV on -sDEVICE=bbox - closes: #250290, #254877 * Adjust the margins for Epson drivers - closes: #48975 * Now Suggests hpijs - closes: #161953
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sun, 15 Aug 2004 13:03:15 +0900
gs-gpl (8.01-4) unstable; urgency=low
* Fixed the priority to 20 - closes: #246983 * Removed funky character in NEWS, thanks tbm for pointing it out.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 5 May 2004 16:09:24 +0900
gs-gpl (8.01-3) unstable; urgency=low
* Added Build-Dep: libgimpprint1-dev - closes: #244143 * Added lj3100sw driver - closes: #243963 * Revised description. * Added notes on stp.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Wed, 28 Apr 2004 05:40:05 +0900
gs-gpl (8.01-2) unstable; urgency=low
* Added STP support culled from gimp-print 4.2.6.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Tue, 13 Apr 2004 13:20:31 +0900
gs-gpl (8.01-1) unstable; urgency=low
* New maintainer with torsten's blessing. He is still a co-maintainer. * The package name has been changed to gs-gpl. * Now uses dpatch. * Acknowledged NMUs - closes: #63163, #136652, #105179, #128314, #128416 * New upstream release - closes: #235686, #226088 * Revised copyright - closes: #226020 * Moved *map under /etc/gs-gpl - closes: #179244 * Do not run "update-alternatives --remove" when upgrade - closes: #163267 * Improved libpaper support - closes: #182268 * Set the font path appropriately - closes: #122828, #159816, #111874, #195931, #128955 * Removed stp driver - closes: #170550 * Added cfax driver - closes: #183438 * Set the priority to 20.
-- Masayuki Hatta (mhatta) <mhatta@debian.org> Sat, 27 Mar 2004 00:00:05 +0900
2003
gs (7.07-1) unstable; urgency=low
* New upstream release.
+ Uses /dev/urandom instead of /dev/random so does not block forever
waiting for quality random numbers (closes: #176850).
* Fix buffer overflow in gdevhpij.c (sizeof(PK) < PIPE_BUF...) and
remove the old patch (closes: #184345).
* debian/devices: Add pngalpha device.
-- Torsten Landschoff <torsten@debian.org> Wed, 18 Jun 2003 10:51:53 +0200
gs (7.06-1.1) unstable; urgency=low
* NMU * Fix unconditional PIPE_BUF bug to build on GNU. (Closes: #184345)
-- Robert Millan <rmh@debian.org> Sun, 13 Apr 2003 14:01:41 +0200
gs (7.06-1) unstable; urgency=low
* New upstream release.
* debian/rules:
+ Include History7.htm into the changelog.
+ Kill the /usr/share/man/de hierarchy which only documents stuff
in gs-common, not even the gs command.
-- Torsten Landschoff <torsten@debian.org> Thu, 3 Apr 2003 11:34:02 +0200
2002
gs (7.05-3) unstable; urgency=low
* Reextract the source without running ntpdate on another console
and rebuild to fix the search path (closes: #173493, #173560).
-- Torsten Landschoff <torsten@debian.org> Fri, 20 Dec 2002 15:54:29 +0100
gs (7.05-2) unstable; urgency=low
* debian/control: Conflicts, Provides and Replaces gs-pdfencrypt - that
functionality is now included in gs itself and the old stuff breaks
with current gs (closes: #173222).
* Apply the patch from Florian Zumbiehl (identical to the upstream
solution in newer releases) to fix the scaling of the psmono/psgray
driver - the output was scaled twice (closes: #171530).
-- Torsten Landschoff <torsten@debian.org> Tue, 17 Dec 2002 11:44:44 +0100
gs (7.05-1) unstable; urgency=low
* New upstream release. * debian/control: Use libpng3-dev instead libpng2-dev.
-- Torsten Landschoff <torsten@debian.org> Sun, 1 Sep 2002 01:10:37 +0200
gs (6.53-7) unstable; urgency=low
* debian/rules (binary-arch): Use rm -Rf to kill the man dir as rm -R
seems to ask for permission for some users (closes: #152037).
-- Torsten Landschoff <torsten@debian.org> Wed, 28 Aug 2002 01:28:36 +0200
gs (6.53-6) unstable; urgency=low
* debian/devices: Enable the ljet4d driver as suggested by
Isidro Cachadiña Gutiérez.
-- Torsten Landschoff <torsten@debian.org> Tue, 27 Aug 2002 11:29:17 +0200
gs (6.53-5) unstable; urgency=low
* Apply the hpijs margin patch from
http://hpinkjet.sourceforge.net/gdevijs2.patch (closes: #151869).
-- Torsten Landschoff <torsten@debian.org> Thu, 4 Jul 2002 09:54:39 +0200
gs (6.53-4) unstable; urgency=low
* Enable the hl1240 driver (the hl1250 should already be there, but it
seems it isn't...).
* debian/control: Change build dependency on libgimpprint-dev to
libgimpprint1-dev.
-- Torsten Landschoff <torsten@debian.org> Wed, 3 Jul 2002 19:36:58 +0200
gs (6.53-3) unstable; urgency=high
* debian/copyright: Include information about add on packages and
their licenses.
* debian/devices: Move x11 in front of x11alpha which has problems with
mono displays at least (closes: #138844).
* src/unix-gcc.mak: Reenable the pipe device as it seems harmless after
all and many filters will break as they are using this feature to
circumvent the old Ghostscript problem with -sOutputFile=- when
the PostScript file writes text to stdout which interferes with the
printer commands... (closes: #138364).
* debian/control: Remove the reference to gs-pdfencrypt which is now
obsolete as it is included in the official Ghostscript now.
* Lintian cleanup:
+ Remove the extra license file /usr/share/doc/gs/COPYING.gz
+ Copying.htm stays as it is since it is linked in the docs
+ Convert History[56].htm to changes.gz using html2text to have an
upstream changelog.
* Included a few important patches from the Ghostscript CVS:
+ Handle the margins from an ijs server correctly. It was my hope that
this would account for #141608, but that does not seem to be the
case :(
+ src/gdevx.c: Patched to use the "right" color depth on X11 for
all cases. It used to take the actual number of bits to store
the color info as opposed to the number of bits actually used.
+ lib/pdf2dsc.ps: This was broken because of the security fix.
Patched to open the files before dropping privileges.
* lib/stcolor.ps: Compare the product name with "GNU Ghostscript" instead
of just "Ghostscript" to detect the interpreter (closes: #108120).
* src/gdevbj10.c: Apply the patch to fix the margins for the Canon BJ10e
submitted by Jim Hague (closes: #118078).
* debian/postinst: Link the manpage to gs.1.gz as well as a slave of
the /usr/bin/gs alternative (closes: #122538).
* gimp-print/README.stp: Copy from gimp-print source tree.
* debian/docs: Install that file as $(docdir)/README.stp for those
using that driver and needing some infos (closes: #122099).
+ debian/README.Debian: Refer the user to README.stp.
* debian/rules: Install the documentation of the pcl3 driver
(closes: #39342).
* debian/docs: Add the README.lexmark of the lexmarkgs driver to the
installed documentation.
-- Torsten Landschoff <torsten@debian.org> Tue, 9 Apr 2002 02:29:10 +0200
gs (6.53-2) unstable; urgency=high
* [SECURITY] src/unix-gcc.mak: Disable the pipe device as well since it
still allows executing arbitrary commands. I'll turn it back on when I am
sure it does not cause any security problems.
-- Torsten Landschoff <torsten@debian.org> Thu, 7 Mar 2002 12:24:53 +0100
gs (6.53-1) unstable; urgency=high
* New upstream release (closes: #130426). + Fixes the security problem allowing reading all files and executing random commands (closes: #136652). * debian/gen-makefile: Fix the BUILD_OPTIONS check (closes: #121871). * Should fix the cjk stuff I hope (closes: #116516). In case there is another problem please could somebody provide me with information how to check that it works? I am more than deeply frustrated with getting readmes in japanese, web pages in japanese etc. That's just deeply frustrating.
-- Torsten Landschoff <torsten@debian.org> Wed, 6 Mar 2002 01:20:30 +0100
gs (6.51-7) unstable; urgency=medium
* Urgency medium because it works around a bug breaking the package
on one Debian architecture.
* src/gxobj.h [IA64]: Lock the object alignment to 16 bytes, as the
initial setjmp segfaults because of a bad alignment. jmp_buf needs
to be on 16 byte boundaries for this arch. This is a quick work
around until somebody comes up with a better fix - at least it
gets gs to work on ia64 - I am not certain how much memory overhead
this causes though. Kudos to John Daily <jdaily@progeny.com> for his
investigative work. I am leaving the bug open for now, since it does
not really fix the problem (#128314).
-- Torsten Landschoff <torsten@debian.org> Tue, 8 Jan 2002 21:12:22 +0100
2001
gs (6.51-6) unstable; urgency=low
* ijs/*: Include the ijs driver from the hpijs source. * debian/devices: Add ijs to the device list. * src/contrib.mak: Include ijs/contrib.mak-6.51.add
-- Torsten Landschoff <torsten@debian.org> Mon, 31 Dec 2001 15:00:45 +0100
gs (6.51-5) unstable; urgency=low
* gimp-print/gdevstp.c: Update from gimp-print 4.1.99-rc1 (closes: #120009)
-- Torsten Landschoff <torsten@debian.org> Fri, 16 Nov 2001 14:29:11 +0100
gs (6.51-4) unstable; urgency=low
* src/gdevxini.c: Apply the patch supplied by Chanop Silpa-Anan
(closes: #85811). Thanks for your support, Chanop!
* debian/gen-makefile: Add /usr/share/ghostscript/common to the
search path to get gs-pdfencrypt working again (closes: #119406).
* Download the lex5000 driver and include it in the build system
(closes: #58657).
* debian/devices: Add lx5000, lex5000.
-- Torsten Landschoff <torsten@debian.org> Wed, 14 Nov 2001 16:47:57 +0100
gs (6.51-3) unstable; urgency=low
* debian/devices: Enabled the cfax driver as requested by a user.
-- Torsten Landschoff <torsten@debian.org> Fri, 9 Nov 2001 17:48:23 +0100
gs (6.51-2) unstable; urgency=low
* Enable the Brother HL 1250 driver (closes: #63027).
-- Torsten Landschoff <torsten@debian.org> Wed, 17 Oct 2001 12:07:23 +0200
gs (6.51-1) unstable; urgency=low
* New upstream release (closes: #101928). * The new upstream release fixes many problems with the interpreter. These bugs were fixed in Ghostscript 6.0: + the font rendering problem in X11 is fixed (closes: #28579) + ps2pdf does not write rectangles for polygons anymore (closes: #36200) + the PDF which crashed gs does not lead to any problems (closes: #45361) + a PDF which was inverted by pdf2ps stays black on white now (closes: #49659). + Philipp's file crashing gs does not do so anymore (closes: #58468) + the invalid LanguageGroup in fonts does not cause gs to abort anymore (closes: #67462). + another PDF file which caused a crash is working now (closes: #89995) * Rewrote the build system. * The libjpeg sources are now included in the diff which is not nice but working (closes: #87896). * lynx is not used anymore to convert the changelog to plain text (closes: #93722). * The hpijs driver is now included upstream (closes: #106294). * Driver support for the Apple Imagewriter is now included (closes: #110740). * Make the package use update-alternatives so that different gs packages can cooperate (closes: #98227). * Add in the gdi driver provided by Daniel Burrows (closes: #105885). * debian/devices: Add omni to the list + debian/gen-makefile: Add threading and dynamic linking support. * debian/control: Add libglib1.2-dev to the Build-Depends as it is needed for the Omni driver. * debian/devices: Go through the list of available drivers and add what we seem to be able to build. Among the new devices: - cdj970 (closes: #112434) - cljet5, cljet5pr, cljet5c - dl2100, hl7x0 - the generic hpijs device (supports hpijs 0.97, closes: #102369, #110657) - imagen, inferno, jetp3852 - lex2050, lex3200, lex5700 - oki4w - plan9bm - psrgb - x11cmyk2, x11cmyk4, x11cmyk8, x11gray4 * src/contrib.mak: Add missing generic hpijs device. * Enable stp driver and link with libgimpprint (closes: #82454, #87004, #103036) * debian/control: Build-Depend on libgimpprint-dev. * debian/gen-makefile: Add support for the DEB_BUILD_OPTIONS environment variable (more precisely, the debug option leads to a build with debugging support and exported private variables). * Add in the CJK support using the patch from Yasuhiro Take <take@debian.org>. A huge "THANK YOU" to him for his work!!! His changes: + Add debian/patches/gs-cjk-M2-R1+CJKPDF.diff & .info, and apply it to the source. + debian/control: Conflicts: Add gs-cjk-resource (<< 1.20010910-1) because the new gs-cjk patch requires new gs-cjk-resource that i've already prepared and doesn't work with older ones. + debian/control: Depends: Add gs-common (>= 0.2) because font configuration for the new gs-cjk patch is completely different from the old one. * debian/control: Removed the conflict with gs_x, gs_svga and gs_both. I don't even remember when those packages where in Debian, probably before Debian 1.3 so a direct upgrade is going to fail anyway. And with intermediate upgrades it will not be a problem. * src/imainarg.c: Reapply the papersize diff from debian/patches.
-- Torsten Landschoff <torsten@debian.org> Tue, 16 Oct 2001 21:06:14 +0200
gs (5.50-8) unstable; urgency=low
* debian/rules: Use html2text to convert the html changelog into
plain text instead of lynx (closes: #93722).
* debian/control: Update Build-Depends.
* debian/prerm: Fix the case to handle both removal and upgrade
instead of handling upgrading in two cases (closes: #98458).
* debian/control: Merge multi-line Build-Depends into one line for
now until our tools support multi line fields (closes: #98459).
-- Torsten Landschoff <torsten@debian.org> Mon, 4 Jun 2001 01:22:36 +0200
gs (5.50-7) unstable; urgency=low
* debian/postrm: Add missing #DEBHELPER# (arg!).
* debian/prerm: Add defoma-app clean on upgrade.
* debian/gs.templates: Remove the double negation of the previewer
question (closes: #94146).
* Merge german translation for debconf templates (closes: #93840).
* debian/shlibs.local: Depend on svgalibg1 or svgalib-dummyg1
alternatively (closes: #93811).
-- Torsten Landschoff <torsten@debian.org> Tue, 1 May 2001 22:24:55 +0200
gs (5.50-6) unstable; urgency=low
* debian/README:
+ Move copyright info to debian/copyright.
+ Mention the align.ps file (closes: #67317).
* gdevbbox.c: Use default color methods instead of NULL pointers so
that gs -sDEVICE=bbox does not crash anymore (closes: #36883).
-- Torsten Landschoff <torsten@debian.org> Sat, 7 Apr 2001 21:09:55 +0200
gs (5.50-5) unstable; urgency=low
* debian/default_path.sh:
+ Include defoma dir in search path.
+ Search local directories before system directories.
+ Defoma is preferred if available...
* debian/postinst: Fix the hopefully last bashism (s/source/g/).
* Included support for Hewlett Packard's own printer driver called
hpijs (closes: #92010). Note that you will need the hpijs package
for using it.
-- Torsten Landschoff <torsten@debian.org> Sat, 7 Apr 2001 02:40:15 +0200
gs (5.50-4) unstable; urgency=low
* Install interesting Postscript files as examples (closes: #79461). * Finally include the missing if-hpdj filter (closes: #63705). * Also add the documentation of hp8xx (closes: #63566).
-- Torsten Landschoff <torsten@debian.org> Thu, 5 Apr 2001 03:58:27 +0200
gs (5.50-3) unstable; urgency=low
* debian/rules:
+ Don't remove debian/postinst anymore in clean target.
+ Read package and version info from changelog.
+ Convert to debhelper.
* debian/postinst: Again rewritten from scratch (guess why!? arg)
-- Torsten Landschoff <torsten@debian.org> Thu, 5 Apr 2001 02:34:17 +0200
gs (5.50-2) unstable; urgency=low
* debian/postinst: Completely rewritten.
+ Fixes the bashism reported by Joey Hess (closes: #92056).
+ Does not mess with /usr/local anymore (closes: #57276).
* unix-gcc.mak: Readd the x11 device (closes: #92586).
* debian/config: Change the priority of the defoma questions to
low. I don't see how the defaults can cause any problems.
* debian/shlibs.local: Removed. Let's see if it works without.
-- Torsten Landschoff <torsten@debian.org> Thu, 5 Apr 2001 01:36:09 +0200
gs (5.50-1) unstable; urgency=low
* Finally upgrade to new upstream version, still based on the old
package (the reimplementation is still under the hood ;)
(closes: #65832, #87673).
* unix-gcc.mak: Make x11alpha the default device on X11 as already
done in gs-aladdin. Modern systems should be able to handle the
anti aliasing fast enough.
* debian/control: Update build dependencies for new X11.
* debian/control: Removed Conflicts with local defoma packages made
by Yasuhiro.
* debian/patches/svgalib: Adjust for name change of the main Makefile
and move the targets out of the ifeq so that one can run the file
standalone.
* debian/patches/hpdj:
- Don't patch zmedia2.c since upstream changed it since 5.10.
- Adjust for name change of the main makefile.
- Use the right patch from the hpdj distribution for 5.50.
* debian/patches/hp8xx:
- Update the devs.mak diff for gs 5.50.
- Adjust for name change of main makefile.
* debian/rules: Disable kanji and jpdrivers support (needs update for 5.50).
* debian/patches/lexmarkgs:
- Update the devs.mak diff for 5.50.
* debian/control: Add missing build-depends (closes: #82114, #88393).
* debian/rules: Make debian/addentry executable before running it
(closes: #90278).
* time_.h: Include <time.h> as well as sys/time.h (closes: #90433, #88391).
-- Torsten Landschoff <torsten@debian.org> Thu, 29 Mar 2001 01:17:54 +0200
gs (5.10-11.5defoma2) unstable; urgency=low
* Add kanji patches.
-- Yasuhiro Take <take@debian.org> Tue, 27 Mar 2001 20:58:55 +0900
gs (5.10-11.5defoma1) unstable; urgency=low
* Add Defoma support. * Remove kanji patches.
-- Yasuhiro Take <take@debian.org> Tue, 20 Mar 2001 18:21:22 +0900
gs (5.10-11) unstable; urgency=low
* debian/control: Added build time dependency for libfreetype2-dev
(closes: #82114).
* Included upp files for stc740 printer provided by Gregory P. Smith
(closes: #76845).
-- Torsten Landschoff <torsten@debian.org> Mon, 15 Jan 2001 00:53:32 +0100
2000
gs (5.10-10.1) stable unstable; urgency=high
* Non-maintainer upload by security team
* Patch from Werner Fink:
+ Create temporary files securely using mkstemp instead of mktemp
+ Don't set LD_RUN_PATH to empty, that makes the runtime linker look
in the current path as well
-- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Nov 2000 03:35:35 +0100
gs (5.10-10) unstable; urgency=low
* contrib/kanji/man/ps2jpdf.1: Changed ".SH PS2JPDF" into ".SH NAME"
(closes: #59925, #60002, #60474).
* debian/rules: Added -isp to call of dpkg-gencontrol (lintian).
-- Torsten Landschoff <torsten@debian.org> Wed, 15 Mar 2000 23:30:41 +0100
gs (5.10-9) frozen unstable; urgency=high
* Applied patch from Colin Phipps to fix security problem in ps2epsi
(closes: #57034)
-- Torsten Landschoff <torsten@debian.org> Sun, 6 Feb 2000 02:24:33 +0100
gs (5.10-8) frozen unstable; urgency=low
* Only a simple change to close a bugreport: The package contained a
directory in /usr/local in violation with policy. Sorry for this,
the directories are now created by the postinst (closes: #56396).
-- Torsten Landschoff <torsten@debian.org> Fri, 28 Jan 2000 09:52:17 +0100
gs (5.10-7) frozen unstable; urgency=low
* This can go into frozen since the changes are absolutely simple. * debian/control: Fixed build dependencies (closes: #55451). * debian/patches/hpdj: Added installation of margin files as requested in #39342 (for gs-aladdin). * gcc-head.mak: Added path for local fonts as requested in #31898 (/usr/local/lib/ghostscript/{common,5.10,fonts}) * debian/rules: Make the directories intended for local fonts. * gs.1: Added documentation for local postscript files.
-- Torsten Landschoff <torsten@debian.org> Thu, 20 Jan 2000 12:47:48 +0100
gs (5.10-6) unstable; urgency=low
* Added driver for Lexmark 7000. Thanks to Alex Winbow for pointing
me to the patch.
* debian/rules: Completely rewritten and a bit modularized.
* hpdj driver updated to version 2.6.
-- Torsten Landschoff <torsten@debian.org> Wed, 12 Jan 2000 20:24:44 +0100
1999
gs (5.10-5) unstable; urgency=low
* New maintainer.
* debian/control: Added build dependencies.
* Applied patch from Taketoshi Sano to remove copyrighted stuff from
the package (closes: #52575).
* This release is based on Wicherts NMU (thanks for the work Wichert!)
closes: #53071
-- Torsten Landschoff <torsten@debian.org> Wed, 29 Dec 1999 22:22:02 +0100
gs (5.10-4.1) unstable; urgency=low
* Non-maintainer upload * Apply patch to fix mac ttf rendering, Closes: Bug#52590
-- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Dec 1999 17:05:38 +0100
gs (5.10-4) unstable; urgency=low
* Small patch applied to file gs_init.ps, so that japanese
fonts are required only for japanese people (many thaks to
Fumitoshi Ukai) (closes: Bug#49725, #49732, #49867)
-- Marco Pistore <pistore@debian.org> Fri, 12 Nov 1999 12:45:37 +0100
gs (5.10-3) unstable; urgency=low
* Many thanks to Taketoshi Sano for his great job
with the Japanese support (closes Bug#41570)
-- Marco Pistore <pistore@debian.org> Sun, 7 Nov 1999 02:56:13 +0100
gs (5.10-2.0.vflib.2) experimental; urgency=low
* Non Maintainer. * Add support for many drivers included in gs510j49 * FHS transition * Lintian free
-- Taketoshi Sano <sano@debian.org> Sun, 31 Oct 1999 09:21:06 +0900
gs (5.10-2.0.vflib.1) experimental; urgency=low
* Non Maintainer.
* Experimental revision for Japanese VFlib support enhancement.
* Please check and modify this experimental revision to add
Japanese support on the Debian package of "gs"
-- Taketoshi Sano <sano@debian.org> Sat, 30 Oct 1999 15:03:07 +0900
gs (5.10-2) unstable; urgency=low
* Added support for hp8xx drivers by Uli Wortmann (closes Bug#40807).
* Added support for epsf and ttfont features.
* Changed "Aladdin Ghostscript" into "GNU Ghostscript" in
file stcolor.ps e stcinfo.ps (closed Bug#35411, Bug#35525).
-- Marco Pistore <pistore@di.unipi.it> Sat, 10 Jul 1999 23:29:57 +0200
gs (5.10-1) unstable frozen; urgency=low
* Ghostscript 5.10 is GPL!
This package essentially corresponds to package gs-aladdin_5.10-12,
but redistributed under GPL. Changes w.r.t. gs-aladdin_5.10-12
are:
* Corrected "regulamentations" --> "regulations"
in description of package.
* Filenames in script pdf2ps are now enclosed in double quotes
* Fixed the manpages for bdftops, printafm and wftopfa,
so that they work with apropos.
The various patches to ghostscript 5.10 that have been proposed
by L.P.Deutsch and that appear in gs-aladdin_5.10-12 also appear
in this package.
-- Marco Pistore <pistore@di.unipi.it> Sun, 3 Jan 1999 18:22:57 +0100
1998
gs (4.03-6) unstable; urgency=low
* Moved to version 2.5 of hpdj driver by Martin Lottermoser (debian/rules
is changed accordingly).
* Mentined package gsfonts in description of gs.
-- Marco Pistore <pistore@di.unipi.it> Mon, 7 Dec 1998 22:06:21 +0100
gs (4.03-5) frozen unstable; urgency=low
* Fixed the manpages for bdftops, printafm and wftopfa,
so that they work with apropos.
* Removed *.1.gz files from /usr/doc/gs (they already are in the
/usr/man/man1 directory).
-- Marco Pistore <pistore@di.unipi.it> Fri, 6 Nov 1998 10:52:31 +0100
gs (4.03-4) frozen unstable; urgency=low
* Fixed files stcolor.ps and stcinfo.ps so that they recognize that
they are called by GNU ghostscript; thanks to Gordon Matzigkeit
(closes Bug#28726).
-- Marco Pistore <pistore@di.unipi.it> Thu, 5 Nov 1998 21:44:07 +0100
gs (4.03-3) unstable; urgency=low
* Changed "Recommends: gs-pdfencrypt" to "Suggests: gs-pdfencrypt" in
control file (closes Bug#27431)
* Removed "Provides: gs_x, gs_svga, gs_both", since "_" cannot appear
in package names, and no packages should depend on these quite old
virtual packages.
* Changed directory name for the libjpeg source from ../libjpeg-6a
to ../libjpeg: so it does not depend on the particular version
of libjpeg (changes in files gcc-head.mak, debian/rules and
debian/jpeg).
* Linked against libjpeg-6b.
-- Marco Pistore <pistore@di.unipi.it> Sat, 10 Oct 1998 00:01:15 +0200
gs (4.03-2) unstable; urgency=low
* Now /usr/lib/ghostscript/common is searched for library files
before /usr/lib/ghostscript/X.YY (where X.YY is the version of
ghostscript). This is useful for installing packages like
gs-pdfencrypt, that provide (modified) library files
to ghostscript that are independent from the version of gs
(also gs.1 is changed accordingly)
* Now gs-pdfencrypt (in the nonUS distribution) is suggested by
gs-aladdin. Changed the message in the file pdf_sec.ps so that
it suggests to install that package if an encrypted pdf file is
being processed.
* Linked against libpng2 (closes Bug#26924)
-- Marco Pistore <pistore@di.unipi.it> Tue, 29 Sep 1998 21:01:10 +0200
gs (4.03-1) unstable; urgency=low
* New upstream version (gs 4.03 is finally GPL!!!)
* Pristine source
* Set options in gcc-head.mak
* Added man pages for all the binaries
* All example files in /usr/doc/gs/examples start now with %!
* Script font2c moved from /usr/bin to /usr/lib/ghostscript
(there is really no reason to put this script in /usr/bin)
* Patched devs.mak and gdevpng.c so to work with version 0.96 of libpng.
* Patched gdevcdj.c so that device cdeskjet works
(and is identical to cdj500)
* Patched gdevl256.c imainarg.c so that superuser rights are given away
as soon as possible, and re-obtained only to start svgalib (see
/usr/doc/gs/README.Debian and /usr/doc/gs/setuid.Debian)
* Patched imainarg.c to set default paper accordig to the system paper
as reported by libpaper, also patched imaiarg.c so that the lvga256
device is chosen as the default one if gs is not called from X
* Patched zlib.mak: here the shared file for zlib is called libz,
not libgz
-- Marco Pistore <pistore@di.unipi.it> Thu, 4 Jun 1998 20:29:47 +0100
gs (3.33-7) unstable; urgency=low
* Corrected address of FSF in copyright file
* All the scripts start now with #!
* Added man pages for all the binaries
* bdftops, font2c and wftopfa moved from /usr/bin to
/usr/lib/ghostscript
(there is really no reason to put these scripts in /usr/bin)
* gs.real moved to /usr/lib/ghostscript (it should not be
called by the user)
-- Marco Pistore <pistore@di.unipi.it> Thu, 12 Mar 1998 20:29:38 +0100
1997
gs (3.33-6) unstable; urgency=low
* New maintainer
* Libc6 (hamm) release
* Minor fixes in debian/rules
* Bug 10270 fixed: now manpages are compressed
* Bug 9935 fixed: package works with svgalib-dummy
* Redundant dependencies removed in debian/control
(this also fixes Bug 9157)
* Now device cdeskjet works (and is identical to cdj500)
-- Marco Pistore <pistore@di.unipi.it> Mon, 29 Sep 1997 20:41:47 +0200
gs (3.33-5) stable; urgency=low
* Examples used to be in /usr/doc/$(examples)/examples, but $(examples)
was empty (should have been $(package), must have been sleeping)
-- joost witteveen <joost@rulcmc.leidenuniv.nl> Fri, 7 Feb 1997 15:15:37 +0100
gs (3.33-4) stable; urgency=low
* debian/rules didn't install some files in ./debian/tmp, but in /!!!
Why do I need root to build packages?
* Minor fix in wrapper.c (no change in binary)
-- joost witteveen <joost@rulcmc.leidenuniv.nl> Tue, 21 Jan 1997 19:15:53 +0100
1996
gs (3.33-3) stable; urgency=low
* apparently, gs-3.33 never got compiled with all devices (only a
pitiful few ones). Fixed this.
-- joost witteveen <joost@rulcmc.leidenuniv.nl> Fri, 8 Nov 1996 21:49:49 +0100
gs (3.33-2) unstable; urgency=low
* Converted to new source format
* Removed the "+1" bug in the wrapper that caused coredumps with
libc5.4.7
* included x11alpha x11cmyk devices
* removed dependancy on gsfonts
* Improved argument parsing of wrapper
* Stripped the executables
* Fixed discription bug "This version is aladdin coright,..."!
(Sorry!)
-- joost witteveen <joost@rulcmc.leidenuniv.nl> Thu, 31 Oct 1996 20:56:01 +0100