summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-08-03 17:18:27 +0200
committerDidier Raboud <odyx@debian.org>2011-08-03 17:18:27 +0200
commitfa6829ef6207f1f4104afb31243d53d15d970acc (patch)
tree7fd8650008f63d9276b954ca758473200e2035b8
parent4f12cad09dee21cc2434689f63e0d3eb9aa29eb2 (diff)
parentfc8b0dd7094a3e219cdfb6530f756b9ff1dd81e7 (diff)
Merge remote branch 'origin/master'
-rw-r--r--debian/changelog27
-rw-r--r--debian/control2
2 files changed, 28 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d7127b9..40df430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+foomatic-filters (4.0.8-0ubuntu2) oneiric; urgency=low
+
+ * debian/control: Added build dependencies on pkg-config and libdbus-1-dev,
+ as the new upstream code uses D-Bus.
+
+ -- Till Kamppeter <till.kamppeter@gmail.com> Mon, 25 Jul 2010 12:35:03 +0200
+
+foomatic-filters (4.0.8-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release
+ - Added support for the color management daemon colord and the CUPS PPD
+ extensions for ICC profiles.
+ - Added "-dNOINTERPOLATE" to all Ghostscript command lines defined in
+ foomatic-rip to make page rendering significantly faster.
+ - Use "ps2write" output device instead of the deprecated "pswrite"
+ when generating PostScript with Ghostscript.
+ - SECURITY FIX: It was possible to make CUPS executing
+ arbitrary commands as the system user "lp" when foomatic-rip was
+ used as CUPS filter. Fixed by not parsing named options (like
+ "--ppd lj.ppd") when foomatic-rip is running as CUPS filter, as
+ CUPS does not supply named options to their filters.
+ - SECURITY FIX: Use mkstemp() instead of mktemp() for creating temporary
+ files.
+ - Corrected typos in the man page.
+
+ -- Till Kamppeter <till.kamppeter@gmail.com> Mon, 25 Jul 2010 12:01:03 +0200
+
foomatic-filters (4.0.7-1) unstable; urgency=low
* New 4.0.7 upstream release
diff --git a/debian/control b/debian/control
index 3e2315d..deaaf2e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: text
Priority: optional
Maintainer: Debian Printing Group <debian-printing@lists.debian.org>
Uploaders: Chris Lawrence <lawrencc@debian.org>, Didier Raboud <odyx@debian.org>
-Build-Depends: debhelper (>> 7.0.50~), po-debconf, perl, libcups2-dev
+Build-Depends: debhelper (>> 7.0.50~), po-debconf, perl, libcups2-dev, pkg-config, libdbus-1-dev
Homepage: http://www.openprinting.org/
Vcs-Git: git://git.debian.org/collab-maint/foomatic-filters.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/foomatic-filters.git