summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25releasing version 1.3.9-141.3.9-14martin@piware.de1-2/+2
2009-02-16debian/control: Drop XSBC-Original-Maintainer Ubuntu-ism whichmartin@piware.de2-3/+4
accidentally crept in in r607.
2009-02-16Add drop_unnecessary_dependencies.dpatch: Do not link libcups.somartin@piware.de3-1/+107
and libcupsimage.so against unnecessary libraries. This avoids unnecessary package dependencies for both libcups, as well as for packages using cups-config. (Closes: #438067)
2009-02-16debian/patches/pdftops-cups-1.4.dpatch: Revert previous change tomartin@piware.de3-13/+20
define HAVE_PDFTOPS and CUPS_PDFTOPS, since Till says the filter should actually use ghostscript now. Add ghostscript build dependency instead. (LP: #329991)
2009-02-15releasing version 1.3.9-131.3.9-13martin@piware.de1-2/+2
2009-02-15debian/patches/pdftops-cups-1.4.dpatch: Add definition ofmartin@piware.de2-11/+18
HAVE_PDFTOPS and CUPS_PDFTOPS, so that the filter actually gets again built with pdftops support. (Fixes Till's change from above).
2009-02-15debian/changelog: drop superfluous newlinesmartin@piware.de1-5/+0
2009-01-29Apply the defualt or the user-supplied paper size only if the "fitplot" or ↵Till Kamppeter5-38/+42
"fit-to-page" option is set. This way documents with pages of different sizes can be printed.
2009-01-28pstopdf filter: Only apply paper size if a paper size setting is explicitly ↵Till Kamppeter2-28/+35
done via the command line.
2009-01-28cpdftocps filter: Only the last digit of the number of copies was used.Till Kamppeter2-3/+6
2009-01-26Updated pdftops filter.Till Kamppeter4-74/+112
2009-01-26pdftopdf filter: Multiple-page-size printing support, no output of ↵Till Kamppeter2-4/+31
preceeding blank line.
2009-01-25releasing version 1.3.9-121.3.9-12martin@piware.de1-2/+2
2009-01-25pidfile.dpatch: Adapt to changes from MaxSubscriptions fix frommartin@piware.de2-16/+20
above.
2009-01-25fix broken CVE-2008-5183.dpatchmartin@piware.de2-195/+15
2009-01-25add missing Debian bug #martin@piware.de1-1/+1
2009-01-19* SECURITY UPDATE: denial of service by adding a large number of RSSmartin@piware.de4-1/+371
subscriptions (LP: #298241) - debian/patches/CVE-2008-5183.dpatch: gracefully handle MaxSubscriptions being reached in scheduler/{ipp.c,subscriptions.c} - CVE-2008-5183
2009-01-19pdftopdf: Do not apply the page size and margins from the PPD file or the ↵Till Kamppeter2-5/+9
coomand line if no manipulations affecting the printout size are done (N-up, scaling, fitplot, ...).
2009-01-16pdftopdf filter: Do not reposition the pages when an automatic rotation did ↵Till Kamppeter3-2/+7
not actually take place.
2009-01-15Added automatic update of PPDs for existing print queues when PPDs of this ↵Till Kamppeter2-0/+48
package are used.
2008-12-21releasing version 1.3.9-111.3.9-11martin@piware.de1-1/+1
2008-12-19debian/changelogTill Kamppeter1-0/+2
2008-12-19cpdftocps with copy number fix sometimes called pstops requesting 0 copies.Till Kamppeter2-1/+7
2008-12-17releasing version 1.3.9-101.3.9-10martin@piware.de1-2/+2
2008-12-17Merge.Till Kamppeter2-2/+8
2008-12-17Fixed typo in cpdftocps.Till Kamppeter1-1/+1
2008-12-16debian/local/apparmor-profile: Allow cupsd to run Brother drivers.martin@piware.de2-2/+8
(LP: #237256)
2008-12-12Fixed problem of Landscape-oriented PDF files being printed in the wrong ↵Till Kamppeter10-0/+74
orientation.
2008-12-11Make sure the script works also if pdftopdf is not used or does not insert ↵Till Kamppeter1-1/+2
comments about hardware copies
2008-12-11Fixed temp file nameTill Kamppeter1-1/+1
2008-12-11Fixed printing of correct number of copies for PostScript printersTill Kamppeter2-2/+24
2008-12-01releasing version 1.3.9-91.3.9-9martin@piware.de2-1/+1
2008-12-01add CVE to changelogmartin@piware.de1-0/+1
2008-12-01Add png-image-int-overflow.dpatch: Fix integer overflow in the PNG imagemartin@piware.de3-1/+35
reader (Closes: #507183, STR #2974, CVE-2008-5286)
2008-12-01recent filter fix unbreaked mipsel as well (Debian #500305)martin@piware.de1-1/+3
2008-11-27Possible fix for LP: #300312Till Kamppeter3-1/+37
2008-11-26releasing version 1.3.9-81.3.9-8martin@piware.de1-4/+2
2008-11-23pdftopdf fix for PowerPCTill Kamppeter3-3/+8
2008-11-21Added bug number to debian/changelog.Till Kamppeter1-1/+1
2008-11-21reupload 1.3.9-6 as 1.3.9-7 with clean diff.gzmartin@piware.de1-1/+8
2008-11-20Do not apply the PPD's margin settings in the pstopdf filter.Till Kamppeter2-2/+15
2008-11-20releasing version 1.3.9-61.3.9-6martin@piware.de1-3/+3
2008-11-20debian/rules: Install the serial backend with 0744 permissions to make itmartin@piware.de2-2/+11
run as root, since /dev/ttyS* are root:dialout and thus not accessible as user "lp". Thanks to Chanoch (Ken) Bloom. (part of #506181, LP: #154277)
2008-11-19cpdftocps filter: Excluding CUPS options from use by pstops must be ↵Till Kamppeter2-1/+11
case-insensitive
2008-11-17releasing version 1.3.9-51.3.9-5martin@piware.de1-2/+2
2008-11-17replace runloop-backchannel-eof-spin.dpatch with version committed upstreammartin@piware.de3-31/+13
2008-11-17rootbackends-worldreadable.dpatch: Apply the same relaxed permission checkmartin@piware.de2-5/+20
to cups-deviced, so that backends installed as 0744 don't disappear from printer detecttion. (Closes: #503644, LP: #275407)
2008-11-16debian/cups-bsd.postinst: Robustify the cupsd.conf parsing for Printcap,martin@piware.de2-2/+4
as per suggestion from Jo Mills.
2008-11-16debian/rules: Drop arm/armel -f-no-stack-protector workaround, since SSPmartin@piware.de2-6/+3
works on these architectures now. (See #469517)
2008-11-16debian/cups-bsd.postinst: Assume default printcap path (in /var/run/cups/)martin@piware.de2-6/+9
if not specified in cupsd.conf. This brings back the lost /etc/printcap for legacy applications. (Closes: #482186, LP: #282667)