]> git.pld-linux.org Git - packages/cups.git/blobdiff - cups.spec
- applied patch to fix CVE-2008-1722
[packages/cups.git] / cups.spec
index 12e84bfe2eb8a6a50bd67686ffb95251ac7e6446..eda6979b06ff6134f7edd7c9fa5c704377228330 100644 (file)
--- a/cups.spec
+++ b/cups.spec
@@ -20,13 +20,13 @@ Summary:    Common Unix Printing System
 Summary(pl.UTF-8):     Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:          cups
-Version:       1.3.6
-Release:       1
+Version:       1.3.7
+Release:       2
 Epoch:         1
 License:       LGPL v2 (libraries), GPL v2 (the rest) + openssl exception
 Group:         Applications/Printing
 Source0:       http://ftp.easysw.com/pub/cups/%{version}/%{name}-%{version}-source.tar.bz2
-# Source0-md5: 642f9f6d879999bff1b51aeee57a3ce1
+# Source0-md5: db4a45a17104f10f3ee599d88267c9e5
 Source1:       %{name}.init
 Source2:       %{name}.pamd
 Source3:       %{name}.logrotate
@@ -43,6 +43,8 @@ Patch7:               %{name}-direct_usb.patch
 Patch8:                %{name}-satisfy-any.patch
 Patch9:                %{name}-no-polluted-krb5config.patch
 Patch10:       %{name}-java-fix.patch
+Patch11:       %{name}-verbose-compilation.patch
+Patch12:       %{name}-CVE-2008-1722.patch
 URL:           http://www.cups.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -59,7 +61,7 @@ BuildRequires:        libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-devel
-BuildRequires: openldap-devel >= 2.4.6
+BuildRequires: openldap-devel
 BuildRequires: openslp-devel
 %{!?with_gnutls:BuildRequires: openssl-devel}
 BuildRequires: pam-devel
@@ -76,6 +78,14 @@ Provides:    printingdaemon
 Obsoletes:     printingdaemon
 Conflicts:     ghostscript < 7.05.4
 Conflicts:     logrotate < 3.7-4
+# pstoraster:
+Suggests:      cups-filter-pstoraster
+# Contains imagetops...:
+Suggests:      kdelibs
+# pdftops:
+Suggests:      poppler-progs
+# pstops:
+Suggests:      psutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _ulibdir        %{_prefix}/lib
@@ -334,6 +344,8 @@ Wsparcie dla LPD w serwerze wydruków CUPS.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 %{__aclocal} -I config-scripts
This page took 0.068589 seconds and 4 git commands to generate.