3635cf
%global use_alternatives 1
3635cf
%global lspp 1 
3635cf
3635cf
# {_exec_prefix}/lib/cups is correct, even on x86_64.
3635cf
# It is not used for shared objects but for executables.
3635cf
# It's more of a libexec-style ({_libexecdir}) usage,
3635cf
# but we use lib for compatibility with 3rd party drivers (at upstream request).
3635cf
%global cups_serverbin %{_exec_prefix}/lib/cups
3635cf
3635cf
#%%global prever rc1
3635cf
#%%global VERSION %%{version}%%{prever}
3635cf
%global VERSION %{version}
3635cf
3635cf
Summary: CUPS printing system
3635cf
Name: cups
3635cf
Epoch: 1
3635cf
Version: 2.2.6
f60218
Release: 51%{?dist}
3635cf
License: GPLv2+ and LGPLv2 with exceptions and AML
3635cf
Url: http://www.cups.org/
3635cf
Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz
3635cf
# Pixmap for desktop file
3635cf
Source2: cupsprinter.png
3635cf
# Logrotate configuration
3635cf
Source6: cups.logrotate
3635cf
# Backend for NCP protocol
3635cf
Source7: ncp.backend
3635cf
Source8: macros.cups
3635cf
3635cf
Patch1: cups-no-gzip-man.patch
3635cf
Patch2: cups-system-auth.patch
3635cf
Patch3: cups-multilib.patch
3635cf
Patch5: cups-banners.patch
3635cf
Patch6: cups-serverbin-compat.patch
3635cf
Patch7: cups-no-export-ssllibs.patch
3635cf
Patch8: cups-direct-usb.patch
3635cf
Patch9: cups-lpr-help.patch
3635cf
Patch10: cups-peercred.patch
3635cf
Patch11: cups-pid.patch
3635cf
Patch12: cups-eggcups.patch
3635cf
Patch13: cups-driverd-timeout.patch
3635cf
Patch14: cups-strict-ppd-line-length.patch
3635cf
Patch15: cups-logrotate.patch
3635cf
Patch16: cups-usb-paperout.patch
3635cf
Patch17: cups-res_init.patch
3635cf
Patch18: cups-filter-debug.patch
3635cf
Patch19: cups-uri-compat.patch
3635cf
Patch20: cups-str3382.patch
3635cf
#Patch21: cups-0755.patch
3635cf
Patch22: cups-hp-deviceid-oid.patch
3635cf
Patch23: cups-dnssd-deviceid.patch
3635cf
Patch24: cups-ricoh-deviceid-oid.patch
3635cf
Patch25: cups-systemd-socket.patch
3635cf
Patch27: cups-avahi-address.patch
3635cf
Patch29: cups-dymo-deviceid.patch
3635cf
Patch30: cups-freebind.patch
3635cf
#Patch31: cups-no-gcry.patch
3635cf
Patch33: cups-use-ipp1.1.patch
3635cf
Patch34: cups-avahi-no-threaded.patch
3635cf
Patch35: cups-ipp-multifile.patch
3635cf
Patch36: cups-web-devices-timeout.patch
3635cf
Patch37: cups-synconclose.patch
3635cf
Patch38: cups-ypbind.patch
3635cf
Patch39: cups-substitute-bad-attrs.patch
3635cf
# 1607295 - CVE-2018-4180 CVE-2018-4181 CVE-2018-4182 CVE-2018-4183 cups: various flaws [rhel-8.0]
3635cf
Patch40: 0001-Fix-local-privilege-escalation-to-root-and-sandbox-b.patch
3635cf
# 1613173 - Remove weak SSL/TLS ciphers from CUPS
3635cf
Patch41: 0001-Add-support-for-MinTLS-and-MaxTLS-options-Issue-5119.patch
3635cf
# 1602469 - fixed covscan issues, backported from upstream
3635cf
Patch42: 0001-Fix-memory-leaks-found-by-Coverity-Issue-5375.patch
3635cf
# 1625899 - cups 2.2.6 lpr command fails against old cups 1.3.9 server
3635cf
Patch43: 0001-Printing-to-old-CUPS-servers-has-been-fixed-Issue-52.patch
3635cf
# 1625913 - ssl options aren't initialized when no SSLOptions directive is set in /etc/cups/client.conf
3635cf
Patch44: 0001-Fix-default-TLS-versions.patch
3635cf
# 1622431 - Jobs with multiple files don't complete when backend fails
3635cf
Patch45: 0001-Fix-stuck-multi-file-jobs-Issue-5359-Issue-5413.patch
3635cf
# CVE-2018-4700 cups: Predictable session cookie breaks CSRF protection [rhel-8]
3635cf
Patch46: 0001-CVE-2018-4700-Linux-session-cookies-used-a-predictab.patch
3635cf
# 1659486 - cupsd crash on startup in ippCopyAttribute
3635cf
Patch47: 0001-The-scheduler-could-crash-while-adding-an-IPP-Everyw.patch
3635cf
# 1677577 - Remove 'View X log' buttons from web ui
3635cf
Patch48: 0001-Remove-web-log-buttons.patch
3635cf
# 1650233 - cups uses md5 for hashing credentials sent through tls connection
3635cf
Patch49: cups-fips-compliance.patch
3635cf
# 1700663 - Stop advertising the HTTP methods that are supported
3635cf
Patch50: cups-do-not-advertise-http-methods.patch
3635cf
# 1774462, 1774463 - CVE-2019-8696, CVE-2019-8675 - buffer overflow in SNMP and IPP,
3635cf
# memory disclosure and DoS in scheduler
3635cf
Patch51: 0001-Multiple-security-disclosure-issues.patch
3635cf
# 1775668 - cupsd eats a lot of memory when lots of queue with extensive PPDs are created
3635cf
Patch52: cups-memory-consumption.patch
3f01f7
# 1784884 - cups.service doesn't execute automatically on request
3f01f7
Patch53: cups-autostart-when-enabled.patch
3f01f7
# 1825253 - CVE-2020-3898 cups: heap based buffer overflow in libcups's ppdFindOption() in ppd-mark.c
3f01f7
Patch54: cups-ppdopen-heap-overflow.patch
edc0eb
# 1838449 - ipp/socket backends connect to turned off device for eternity (contimeout is not applied)
edc0eb
Patch55: cups-etimedout.patch
edc0eb
# 1689207 - Add failover backend
edc0eb
Patch56: cups-failover-backend.patch
edc0eb
# 1833516 - DirtyCleanInterval ignored if there are open client connections
edc0eb
Patch57: cups-dirtyclean.patch
edc0eb
# 1775590 - rastertoepson filter crashes with paper size A6
edc0eb
Patch58: cups-rastertoepson-crash.patch
879a45
# 1941437 - cupsd doesn't log job ids when logging into journal
879a45
Patch59: cups-logs.patch
879a45
# 1782216 - Print queue is paused after ipp backend ends with CUPS_BACKEND_STOP
879a45
Patch60: cups-validate-1st.patch
879a45
# 1938384 - CUPS doesn't start if sssd starts after cupsd
879a45
Patch61: cups-sssd.patch
8d5fa4
# 1955964 - PreserveJobHistory doesn't work with seconds
8d5fa4
Patch62: cups-fix-preservejob-times.patch
8d5fa4
# 1927452 - CVE-2020-10001 cups: access to uninitialized buffer in ipp.c [rhel-8]
8d5fa4
Patch63: cups-cve202010001.patch
7fe83d
# 2006987 - Unauthenticated users can't move print jobs in Web UI
7fe83d
Patch64: 0001-cgi-bin-ipp-var.c-Use-guest-user-for-Move-Job-when-n.patch
7fe83d
# 2017919 - Setting 'MaxJobTime 0' does not set a job time to unlimited
7fe83d
Patch65: 0001-Fix-handling-of-MaxJobTime-0-Issue-5438.patch
7fe83d
# 1726383 - "lpadmin -p <queue> -o cupsSNMPSupplies:false" doesn't work
7fe83d
Patch66: 0001-Fix-lpadmin-with-cupsIPPSupplies-and-cupsSNMPSupplie.patch
7fe83d
# 1982891 - Printing of banner before PCL file only prints banner
7fe83d
Patch67: 0001-scheduler-job.c-use-gziptoany-for-raw-files-not-just.patch
7fe83d
# 2006591 - Trying to restart and hold a job doesn't work
7fe83d
Patch68: cups-restart-job-hold-until.patch
7fe83d
# 1811716 - lpr to non-existent printer reports incorrect error
7fe83d
Patch69: 0001-cups-dests.c-cupsGetNamedDest-set-IPP_STATUS_ERROR_N.patch
f43787
# 2015182 - RFE: Implement IdleExitTimeout configuration during build
f43787
Patch70: 0001-Add-with-idle-exit-timeout-configure-option.patch
f43787
# 2013865 - RFE: Implement TimeoutStartSec configuration during build
f43787
Patch71: 0001-Add-with-systemd-timeoutstartsec-configure-option.patch
2ddac7
# 2032965 - [RFE] RHEL8 - CUPS Web UI supports adding IPP Everywhere
2ddac7
Patch72: cups-ippeve-web-support.patch
551777
# 2071417 - 30-second delays printing to Windows 2016 server via HTTPS
bd7656
Patch73: 0001-cups-tls-gnutls.c-Use-always-GNUTLS_SHUT_WR.patch
551777
# 2074684 - lp to a remote server takes a long time
551777
Patch74: 0001-Use-cupsGetNamedDest-for-legacy-printing-APIs-Issue-.patch
551777
# 2074736 - CUPS is too chatty about "Removing document files." in debug mode
551777
Patch75: cups-cupsd-too-chatty.patch
28b923
# CVE-2022-26691 cups: authorization bypass when using "local" authorization
28b923
Patch76: 0001-scheduler-cert.c-Fix-string-comparison-fixes-CVE-202.patch
28b923
# 2084257 - ErrorPolicy documentation is incorrect
28b923
Patch77: cups-retry-current-job-man.patch
28b923
# 1910415 - manpage update to acknowledge order dependency of -h option
28b923
Patch78: 0001-Update-man-pages-for-h-option-Issue-357.patch
f60218
# 2130391 - Kerberized IPP Printing Fails
f60218
Patch79: cups-kerberos.patch
3635cf
f43787
Patch1000: cups-lspp.patch
3635cf
3635cf
Requires: %{name}-filesystem = %{epoch}:%{version}-%{release}
3635cf
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
Requires: %{name}-client%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
3635cf
Provides: cupsddk cupsddk-drivers
3635cf
3635cf
BuildRequires: pam-devel pkgconf-pkg-config
3635cf
BuildRequires: pkgconfig(gnutls)
3635cf
BuildRequires: libacl-devel
3635cf
BuildRequires: openldap-devel
3635cf
BuildRequires: pkgconfig(libusb-1.0)
3635cf
BuildRequires: krb5-devel
3635cf
BuildRequires: pkgconfig(avahi-client)
3635cf
BuildRequires: systemd
3635cf
BuildRequires: pkgconfig(libsystemd)
3635cf
BuildRequires: pkgconfig(dbus-1)
3635cf
BuildRequires: automake
3635cf
# for decompressing functions when reading from a gzipped file
3635cf
BuildRequires: zlib-devel
3635cf
3635cf
# gcc and gcc-c++ is no longer in buildroot by default
3635cf
# gcc for most of files
3635cf
BuildRequires: gcc
3635cf
# gcc-c++ for ppdc and cups-driverd
3635cf
Buildrequires: gcc-c++ 
3635cf
3635cf
# Make sure we get postscriptdriver tags.
3635cf
BuildRequires: python3-cups
3635cf
3635cf
%if %{lspp}
3635cf
BuildRequires: libselinux-devel
3635cf
BuildRequires: audit-libs-devel
3635cf
%endif
3635cf
3635cf
Requires: dbus
3635cf
3635cf
# Requires working PrivateTmp (bug #807672)
3635cf
Requires(pre): systemd
3635cf
Requires(post): systemd
3635cf
Requires(post): grep, sed
3635cf
Requires(preun): systemd
3635cf
Requires(postun): systemd
3635cf
3635cf
# We ship udev rules which use setfacl.
3635cf
Requires: systemd
3635cf
Requires: acl
3635cf
3635cf
# Make sure we have some filters for converting to raster format.
3635cf
Requires: cups-filters
3635cf
3635cf
%package client
3635cf
Summary: CUPS printing system - client programs
3635cf
License: GPLv2
3635cf
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
%if %{use_alternatives}
3635cf
Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
3635cf
Requires: /usr/sbin/alternatives
3635cf
%endif
3635cf
Provides: lpr
3635cf
3635cf
%package devel
3635cf
Summary: CUPS printing system - development environment
3635cf
License: LGPLv2
3635cf
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
Requires: gnutls-devel
3635cf
Requires: krb5-devel
3635cf
Requires: zlib-devel
3635cf
Provides: cupsddk-devel
3635cf
3635cf
%package libs
3635cf
Summary: CUPS printing system - libraries
3635cf
License: LGPLv2 and zlib
3635cf
3635cf
%package filesystem
3635cf
Summary: CUPS printing system - directory layout
3635cf
BuildArch: noarch
3635cf
3635cf
%package lpd
3635cf
Summary: CUPS printing system - lpd emulation
3635cf
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
Provides: lpd
3635cf
3635cf
%package ipptool
3635cf
Summary: CUPS printing system - tool for performing IPP requests
3635cf
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
3635cf
3635cf
%description
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. It has been developed by Apple Inc.
3635cf
to promote a standard printing solution for all UNIX vendors and users.
3635cf
CUPS provides the System V and Berkeley command-line interfaces.
3635cf
3635cf
%description client
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. This package contains command-line client
3635cf
programs.
3635cf
3635cf
%description devel
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. This is the development package for creating
3635cf
additional printer drivers, and other CUPS services.
3635cf
3635cf
%description libs
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. It has been developed by Apple Inc.
3635cf
to promote a standard printing solution for all UNIX vendors and users.
3635cf
CUPS provides the System V and Berkeley command-line interfaces.
3635cf
The cups-libs package provides libraries used by applications to use CUPS
3635cf
natively, without needing the lp/lpr commands.
3635cf
3635cf
%description filesystem
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. This package provides some directories which are
3635cf
required by other packages that add CUPS drivers (i.e. filters, backends etc.).
3635cf
3635cf
%description lpd
3635cf
CUPS printing system provides a portable printing layer for
3635cf
UNIX® operating systems. This is the package that provides standard
3635cf
lpd emulation.
3635cf
3635cf
%description ipptool
3635cf
Sends IPP requests to the specified URI and tests and/or displays the results.
3635cf
3635cf
%prep
3635cf
%setup -q -n cups-%{VERSION}
3635cf
# Don't gzip man pages in the Makefile, let rpmbuild do it.
3635cf
%patch1 -p1 -b .no-gzip-man
3635cf
# Use the system pam configuration.
3635cf
%patch2 -p1 -b .system-auth
3635cf
# Prevent multilib conflict in cups-config script.
3635cf
%patch3 -p1 -b .multilib
3635cf
# Ignore rpm save/new files in the banners directory.
3635cf
%patch5 -p1 -b .banners
3635cf
# Use compatibility fallback path for ServerBin.
3635cf
%patch6 -p1 -b .serverbin-compat
3635cf
# Don't export SSLLIBS to cups-config.
3635cf
%patch7 -p1 -b .no-export-ssllibs
3635cf
# Allow file-based usb device URIs.
3635cf
%patch8 -p1 -b .direct-usb
3635cf
# Add --help option to lpr.
3635cf
%patch9 -p1 -b .lpr-help
3635cf
# Fix compilation of peer credentials support.
3635cf
%patch10 -p1 -b .peercred
3635cf
# Maintain a cupsd.pid file.
3635cf
%patch11 -p1 -b .pid
3635cf
# Fix implementation of com.redhat.PrinterSpooler D-Bus object.
3635cf
%patch12 -p1 -b .eggcups
3635cf
# Increase driverd timeout to 70s to accommodate foomatic (bug #744715).
3635cf
%patch13 -p1 -b .driverd-timeout
3635cf
# Only enforce maximum PPD line length when in strict mode.
3635cf
%patch14 -p1 -b .strict-ppd-line-length
3635cf
# Re-open the log if it has been logrotated under us.
3635cf
%patch15 -p1 -b .logrotate
3635cf
# Support for errno==ENOSPACE-based USB paper-out reporting.
3635cf
%patch16 -p1 -b .usb-paperout
3635cf
# Re-initialise the resolver on failure in httpAddrGetList() (bug #567353).
3635cf
%patch17 -p1 -b .res_init
3635cf
# Log extra debugging information if no filters are available.
3635cf
%patch18 -p1 -b .filter-debug
3635cf
# Allow the usb backend to understand old-style URI formats.
3635cf
%patch19 -p1 -b .uri-compat
3635cf
# Fix temporary filename creation.
3635cf
%patch20 -p1 -b .str3382
3635cf
# Use mode 0755 for binaries and libraries where appropriate.
3635cf
#%%patch21 -p1 -b .0755
3635cf
# Add an SNMP query for HP's device ID OID (STR #3552).
3635cf
%patch22 -p1 -b .hp-deviceid-oid
3635cf
# Mark DNS-SD Device IDs that have been guessed at with "FZY:1;".
3635cf
%patch23 -p1 -b .dnssd-deviceid
3635cf
# Add an SNMP query for Ricoh's device ID OID (STR #3552).
3635cf
%patch24 -p1 -b .ricoh-deviceid-oid
3635cf
# Make cups.service Type=notify (bug #1088918).
3635cf
%patch25 -p1 -b .systemd-socket
3635cf
# Use IP address when resolving DNSSD URIs (bug #948288).
3635cf
%patch27 -p1 -b .avahi-address
3635cf
# Added IEEE 1284 Device ID for a Dymo device (bug #747866).
3635cf
%patch29 -p1 -b .dymo-deviceid
3635cf
# Use IP_FREEBIND socket option when binding listening sockets (bug #970809).
3635cf
%patch30 -p1 -b .freebind
3635cf
# Don't link against libgcrypt needlessly.
3635cf
#%%patch31 -p1 -b .no-gcry
3635cf
# Default to IPP/1.1 for now (bug #977813).
3635cf
%patch33 -p1 -b .use-ipp1.1
3635cf
# Don't use D-Bus from two threads (bug #979748).
3635cf
%patch34 -p1 -b .avahi-no-threaded
3635cf
# Fixes for jobs with multiple files and multiple formats.
3635cf
%patch35 -p1 -b .ipp-multifile
3635cf
# Increase web interface get-devices timeout to 10s (bug #996664).
3635cf
%patch36 -p1 -b .web-devices-timeout
3635cf
# Set the default for SyncOnClose to Yes.
3635cf
%patch37 -p1 -b .synconclose
3635cf
# CUPS may fail to start if NIS groups are used (bug #1494558)
3635cf
%patch38 -p1 -b .ypbind
3635cf
3635cf
%if %{lspp}
3635cf
# LSPP support.
f43787
%patch1000 -p1 -b .lspp
3635cf
%endif
3635cf
3635cf
# substitute default values for invalid job attributes (upstream #5186 and #5229)
3635cf
%patch39 -p1 -b .substitute-bad-attrs
3635cf
# 1607295 - CVE-2018-4180 CVE-2018-4181 CVE-2018-4182 CVE-2018-4183 cups: various flaws [rhel-8.0]
3635cf
%patch40 -p1 -b .privilege-escalation
3635cf
# 1613173 - Remove weak SSL/TLS ciphers from CUPS
3635cf
%patch41 -p1 -b .remove-weak-ciphers
3635cf
# 1602469 - fixed covscan issues, backported from upstream
3635cf
%patch42 -p1 -b .covscan
3635cf
# 1625899 - cups 2.2.6 lpr command fails against old cups 1.3.9 server
3635cf
%patch43 -p1 -b .oldcupsservers
3635cf
# 1625913 - ssl options aren't initialized when no SSLOptions directive is set in /etc/cups/client.conf
3635cf
%patch44 -p1 -b .defaulttls
3635cf
# 1622431 - Jobs with multiple files don't complete when backend fails
3635cf
%patch45 -p1 -b .multifile-stuck
3635cf
# CVE-2018-4700 cups: Predictable session cookie breaks CSRF protection [rhel-8]
3635cf
%patch46 -p1 -b .predictable-cookie
3635cf
# 1659486 - cupsd crash on startup in ippCopyAttribute
3635cf
%patch47 -p1 -b .ippeve-crash
3635cf
# 1677577 - Remove 'View X log' buttons from web ui
3635cf
%patch48 -p1 -b .rm-webui-buttons
3635cf
# 1650233 - cups uses md5 for hashing credentials sent through tls connection
3635cf
%patch49 -p1 -b .fips-compliance
3635cf
# 1700663 - Stop advertising the HTTP methods that are supported
3635cf
%patch50 -p1 -b .do-not-advertise-http-methods
3635cf
# 1774462, 1774463 - CVE-2019-8696, CVE-2019-8675 - buffer overflow in SNMP and IPP,
3635cf
# memory disclosure and DoS in scheduler
3635cf
%patch51 -p1 -b .cve-in-scheduler
3635cf
# 1775668 - cupsd eats a lot of memory when lots of queue with extensive PPDs are created
3635cf
%patch52 -p1 -b .memory-consumption
3f01f7
# 1784884 - cups.service doesn't execute automatically on request
3f01f7
%patch53 -p1 -b .autostart-when-enabled
3f01f7
# 1825253 - CVE-2020-3898 cups: heap based buffer overflow in libcups's ppdFindOption() in ppd-mark.c
3f01f7
%patch54 -p1 -b .ppdopen-heap-overflow
edc0eb
# 1838449 - ipp/socket backends connect to turned off device for eternity (contimeout is not applied)
edc0eb
%patch55 -p1 -b .etimedout
edc0eb
# 1689207 - Add failover backend
edc0eb
%patch56 -p1 -b .failover
edc0eb
# 1833516 - DirtyCleanInterval ignored if there are open client connections
edc0eb
%patch57 -p1 -b .dirtyclean
edc0eb
# 1775590 - rastertoepson filter crashes with paper size A6
edc0eb
%patch58 -p1 -b .rastertoepson-crash
879a45
# 1941437 - cupsd doesn't log job ids when logging into journal
879a45
%patch59 -p1 -b .logs
879a45
# 1782216 - Print queue is paused after ipp backend ends with CUPS_BACKEND_STOP
879a45
%patch60 -p1 -b .validate-1st
879a45
# 1938384 - CUPS doesn't start if sssd starts after cupsd
879a45
%patch61 -p1 -b .sssd
8d5fa4
# 1955964 - PreserveJobHistory doesn't work with seconds
8d5fa4
%patch62 -p1 -b .cups-fix-preservejob-times
8d5fa4
# 1927452 - CVE-2020-10001 cups: access to uninitialized buffer in ipp.c [rhel-8]
8d5fa4
%patch63 -p1 -b .cve202010001
7fe83d
# 2006987 - Unauthenticated users can't move print jobs in Web UI
7fe83d
%patch64 -p1 -b .move-job
7fe83d
# 2017919 - Setting 'MaxJobTime 0' does not set a job time to unlimited
7fe83d
%patch65 -p1 -b .maxjobtime
7fe83d
# 1726383 - "lpadmin -p <queue> -o cupsSNMPSupplies:false" doesn't work
7fe83d
%patch66 -p1 -b .supplies
7fe83d
# 1982891 - Printing of banner before PCL file only prints banner
7fe83d
%patch67 -p1 -b .banner-rawfiles
7fe83d
# 2006591 - Trying to restart and hold a job doesn't work
7fe83d
%patch68 -p1 -b .restart-hold-job
7fe83d
# 1811716 - lpr to non-existent printer reports incorrect error
7fe83d
%patch69 -p1 -b .lplpr-better-error
f43787
# 2015182 - RFE: Implement IdleExitTimeout configuration during build
f43787
%patch70 -p1 -b .idleexittimeout
f43787
# 2013865 - RFE: Implement TimeoutStartSec configuration during build
f43787
%patch71 -p1 -b .timeoutstartsec
2ddac7
# 2032965 - [RFE] RHEL8 - CUPS Web UI supports adding IPP Everywhere
2ddac7
%patch72 -p1 -b .ippeve-web-support
551777
# 2071417 - 30-second delays printing to Windows 2016 server via HTTPS
bd7656
%patch73 -p1 -b .gnutlsbye
551777
# 2074684 - lp to a remote server takes a long time
551777
%patch74 -p1 -b .lp-long-time
551777
# 2074736 - CUPS is too chatty about "Removing document files." in debug mode
551777
%patch75 -p1 -b .cupsd-too-chatty
28b923
# CVE-2022-26691 cups: authorization bypass when using "local" authorization
28b923
%patch76 -p1 -b .cve26691
28b923
# 2084257 - ErrorPolicy documentation is incorrect
28b923
%patch77 -p1 -b .retry-current-job-man
28b923
# 1910415 - manpage update to acknowledge order dependency of -h option
28b923
%patch78 -p1 -b .manpage-update
f60218
# 2130391 - Kerberized IPP Printing Fails
f60218
%patch79 -p1 -b .kerberos
3635cf
3635cf
sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in
3635cf
3635cf
# Log to the system journal by default (bug #1078781, bug #1519331).
3635cf
sed -i -e 's,^ErrorLog .*$,ErrorLog syslog,' conf/cups-files.conf.in
3635cf
sed -i -e 's,^AccessLog .*$,AccessLog syslog,' conf/cups-files.conf.in
3635cf
sed -i -e 's,^PageLog .*$,PageLog syslog,' conf/cups-files.conf.in
3635cf
3635cf
# Add comment text mentioning syslog is systemd journal (bug #1358589)
3635cf
sed -i -e 's,\"syslog\",\"syslog\" \(syslog means systemd journal by default\),' conf/cups-files.conf.in
3635cf
3635cf
# Add group wheel to SystemGroups (bug #1405669)
3635cf
sed -i -e 's,^SystemGroup .*$, SystemGroup sys root wheel,' conf/cups-files.conf.in
3635cf
3635cf
# Let's look at the compilation command lines.
3635cf
perl -pi -e "s,^.SILENT:,," Makedefs.in
3635cf
3635cf
f=CREDITS.md
3635cf
mv "$f" "$f"~
3635cf
iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f"
3635cf
rm -f "$f"~
3635cf
3635cf
aclocal -I config-scripts
3635cf
autoconf -I config-scripts
3635cf
3635cf
%build
3635cf
# add Fedora specific flags to DSOFLAGS
3635cf
export DSOFLAGS="$DSOFLAGS -L../cgi-bin -L../filter -L../ppdc -L../scheduler -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro,-z,now -fPIE -pie" 
3635cf
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1"
3635cf
export CC=gcc
3635cf
export CXX=g++
3635cf
# --enable-debug to avoid stripping binaries
3635cf
%configure --with-docdir=%{_datadir}/%{name}/www --enable-debug \
3635cf
%if %{lspp}
3635cf
	--enable-lspp \
3635cf
%endif
3635cf
  --with-exe-file-perm=0755 \
3635cf
	--with-cupsd-file-perm=0755 \
3635cf
	--with-log-file-perm=0600 \
3635cf
	--enable-relro \
3635cf
	--with-dbusdir=%{_sysconfdir}/dbus-1 \
3635cf
	--with-php=/usr/bin/php-cgi \
3635cf
	--enable-avahi \
3635cf
	--enable-threads \
3635cf
	--enable-gnutls \
3635cf
	--enable-webif \
3635cf
	--with-xinetd=no \
3635cf
	--with-access-log-level=actions \
3635cf
	--enable-page-logging \
f43787
%if 0%{?rhel}
f43787
  --without-idle-exit-timeout \
f43787
  --without-systemd-timeoutstartsec \
f43787
%endif
3635cf
	localedir=%{_datadir}/locale
3635cf
3635cf
# If we got this far, all prerequisite libraries must be here.
3635cf
make %{?_smp_mflags}
3635cf
3635cf
%install
3635cf
make BUILDROOT=%{buildroot} install
3635cf
3635cf
rm -rf	%{buildroot}%{_initddir} \
3635cf
	%{buildroot}%{_sysconfdir}/init.d \
3635cf
	%{buildroot}%{_sysconfdir}/rc?.d
3635cf
mkdir -p %{buildroot}%{_unitdir}
3635cf
3635cf
find %{buildroot}%{_datadir}/cups/model -name "*.ppd" |xargs gzip -n9f
3635cf
3635cf
%if %{use_alternatives}
3635cf
pushd %{buildroot}%{_bindir}
3635cf
for i in cancel lp lpq lpr lprm lpstat; do
3635cf
	mv $i $i.cups
3635cf
done
3635cf
cd %{buildroot}%{_sbindir}
3635cf
mv lpc lpc.cups
3635cf
cd %{buildroot}%{_mandir}/man1
3635cf
for i in cancel lp lpq lpr lprm lpstat; do
3635cf
	mv $i.1 $i-cups.1
3635cf
done
3635cf
cd %{buildroot}%{_mandir}/man8
3635cf
mv lpc.8 lpc-cups.8
3635cf
popd
3635cf
%endif
3635cf
3635cf
mv %{buildroot}%{_unitdir}/org.cups.cupsd.path %{buildroot}%{_unitdir}/cups.path
3635cf
mv %{buildroot}%{_unitdir}/org.cups.cupsd.service %{buildroot}%{_unitdir}/cups.service
3635cf
mv %{buildroot}%{_unitdir}/org.cups.cupsd.socket %{buildroot}%{_unitdir}/cups.socket
3635cf
mv %{buildroot}%{_unitdir}/org.cups.cups-lpd.socket %{buildroot}%{_unitdir}/cups-lpd.socket
3635cf
mv %{buildroot}%{_unitdir}/org.cups.cups-lpd@.service %{buildroot}%{_unitdir}/cups-lpd@.service
3635cf
/bin/sed -i -e "s,org.cups.cupsd,cups,g" %{buildroot}%{_unitdir}/cups.service
3635cf
3635cf
mkdir -p %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_sysconfdir}/X11/sysconfig %{buildroot}%{_sysconfdir}/X11/applnk/System %{buildroot}%{_sysconfdir}/logrotate.d
3635cf
install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
3635cf
install -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/cups
3635cf
install -p -m 755 %{SOURCE7} %{buildroot}%{cups_serverbin}/backend/ncp
3635cf
3635cf
# Ship an rpm macro for where to put driver executables.
3635cf
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
3635cf
install -m 0644 %{SOURCE8} %{buildroot}%{_rpmconfigdir}/macros.d
3635cf
3635cf
# Ship a printers.conf file, and a client.conf file.  That way, they get
3635cf
# their SELinux file contexts set correctly.
3635cf
touch %{buildroot}%{_sysconfdir}/cups/printers.conf
3635cf
touch %{buildroot}%{_sysconfdir}/cups/classes.conf
3635cf
touch %{buildroot}%{_sysconfdir}/cups/client.conf
3635cf
touch %{buildroot}%{_sysconfdir}/cups/subscriptions.conf
3635cf
touch %{buildroot}%{_sysconfdir}/cups/lpoptions
3635cf
3635cf
# LSB 3.2 printer driver directory
3635cf
mkdir -p %{buildroot}%{_datadir}/ppd
3635cf
3635cf
# Remove unshipped files.
3635cf
rm -rf %{buildroot}%{_mandir}/cat? %{buildroot}%{_mandir}/*/cat?
3635cf
rm -f %{buildroot}%{_datadir}/applications/cups.desktop
3635cf
rm -rf %{buildroot}%{_datadir}/icons
3635cf
# there are pdf-banners shipped with cups-filters (#919489)
3635cf
rm -rf %{buildroot}%{_datadir}/cups/banners
3635cf
rm -f %{buildroot}%{_datadir}/cups/data/testprint
3635cf
3635cf
# install /usr/lib/tmpfiles.d/cups.conf (bug #656566, bug #893834)
3635cf
mkdir -p ${RPM_BUILD_ROOT}%{_tmpfilesdir}
3635cf
cat > ${RPM_BUILD_ROOT}%{_tmpfilesdir}/cups.conf <
3635cf
# See tmpfiles.d(5) for details
3635cf
3635cf
d /run/cups 0755 root lp -
3635cf
d /run/cups/certs 0511 lp sys -
3635cf
3635cf
d /var/spool/cups/tmp - - - 30d
3635cf
EOF
3635cf
3635cf
# /usr/lib/tmpfiles.d/cups-lp.conf (bug #812641)
3635cf
cat > ${RPM_BUILD_ROOT}%{_tmpfilesdir}/cups-lp.conf <
3635cf
# Legacy parallel port character device nodes, to trigger the
3635cf
# auto-loading of the kernel module on access.
3635cf
#
3635cf
# See tmpfiles.d(5) for details
3635cf
3635cf
c /dev/lp0 0660 root lp - 6:0
3635cf
c /dev/lp1 0660 root lp - 6:1
3635cf
c /dev/lp2 0660 root lp - 6:2
3635cf
c /dev/lp3 0660 root lp - 6:3
3635cf
EOF
3635cf
3635cf
find %{buildroot} -type f -o -type l | sed '
3635cf
s:.*\('%{_datadir}'/\)\([^/_]\+\)\(.*\.po$\):%lang(\2) \1\2\3:
3635cf
/^%lang(C)/d
3635cf
/^\([^%].*\)/d
3635cf
' > %{name}.lang
3635cf
3635cf
%post
3635cf
%systemd_post %{name}.path %{name}.socket %{name}.service
3635cf
3635cf
# Remove old-style certs directory; new-style is /var/run
3635cf
# (see bug #194581 for why this is necessary).
3635cf
rm -rf %{_sysconfdir}/cups/certs
3635cf
rm -f %{_localstatedir}/cache/cups/*.ipp %{_localstatedir}/cache/cups/*.cache
3635cf
3635cf
# Previous migration script unnecessarily put PageLogFormat into cups-files.conf
3635cf
# (see bug #1148995)
3635cf
FILE=%{_sysconfdir}/cups/cups-files.conf
3635cf
for keyword in PageLogFormat; do
3635cf
    /bin/sed -i -e "s,^$keyword,#$keyword,i" "$FILE" || :
3635cf
done
3635cf
3635cf
# Because of moving logs to journal, we need to create placeholder files
3635cf
# at /var/log/cups for users, whose are going to install CUPS on new OS
3635cf
# machine with info message
3635cf
%if 0%{?rhel} > 7 || 0%{?fedora} > 27
3635cf
confignames=( "ErrorLog" "AccessLog" "PageLog" )
3635cf
lognames=( "error_log" "access_log" "page_log" )
3635cf
message="This CUPS log has been moved into journal by default unless changes have     been made in /etc/cups/cups-files.conf. Log messages can be got by \"$ journalctl -u  cups -e\""
3635cf
for ((i=0;i<${#confignames[@]};i++));
3635cf
do
3635cf
  found=`%{_bindir}/grep -i "${confignames[i]} syslog" /etc/cups/cups-files.conf`
3635cf
  if [ ! -z "$found" ]
3635cf
  then
3635cf
    if [ ! -f %{_localstatedir}/log/cups/${lognames[i]} ]
3635cf
    then
3635cf
      %{_bindir}/touch %{_localstatedir}/log/cups/${lognames[i]} || :
3635cf
    fi
3635cf
    perms=`%{_bindir}/ls -lah %{_localstatedir}/log/cups/${lognames[i]} | %{_bindir}/grep -v -e "\-rw-------" -e "root lp"`
3635cf
    if [ ! -z "$perms" ]
3635cf
    then
3635cf
      # we need to set correct permissions and ownership because of possible
3635cf
      # security issues
3635cf
      # we need to have here, because previous CUPS releases had the bug.
3635cf
      # Checking permissions and ownership here fixes it.
3635cf
      %{_bindir}/chown root:lp %{_localstatedir}/log/cups/${lognames[i]} || :
3635cf
      %{_bindir}/chmod 600 %{_localstatedir}/log/cups/${lognames[i]} || :
3635cf
    fi
3635cf
    lastmessage=`%{_bindir}/tail -n 1 %{_localstatedir}/log/cups/${lognames[i]} | %{_bindir}/grep "$message"`
3635cf
    if [ -z "$lastmessage" ]
3635cf
    then
3635cf
      %{_bindir}/echo $message >> %{_localstatedir}/log/cups/${lognames[i]} || :
3635cf
    fi
3635cf
  fi
3635cf
done
3635cf
%endif
3635cf
3f01f7
%{_bindir}/rm /var/cache/cups/*.data > /dev/null 2>&1
3f01f7
3f01f7
if [ -e /etc/systemd/system/printer.target.wants/cups.service ]
3f01f7
then
3f01f7
  %{_bindir}/systemctl enable cups.service > /dev/null 2>&1
3f01f7
fi
3635cf
2ddac7
# 2013865 - if the directive is not in cupsd.conf, add it (needed during upgrades if
2ddac7
# user had changed the config file)
2ddac7
grep '^\s*IdleExitTimeout' %{_sysconfdir}/cups/cupsd.conf &> /dev/null || echo -e '\nIdleExitTimeout 0' \
2ddac7
>> %{_sysconfdir}/cups/cupsd.conf
2ddac7
3635cf
exit 0
3635cf
3635cf
%post client
3635cf
%if %{use_alternatives}
3635cf
/usr/sbin/alternatives --install %{_bindir}/lpr print %{_bindir}/lpr.cups 40 \
3635cf
	 --slave %{_bindir}/lp print-lp %{_bindir}/lp.cups \
3635cf
	 --slave %{_bindir}/lpq print-lpq %{_bindir}/lpq.cups \
3635cf
	 --slave %{_bindir}/lprm print-lprm %{_bindir}/lprm.cups \
3635cf
	 --slave %{_bindir}/lpstat print-lpstat %{_bindir}/lpstat.cups \
3635cf
	 --slave %{_bindir}/cancel print-cancel %{_bindir}/cancel.cups \
3635cf
	 --slave %{_sbindir}/lpc print-lpc %{_sbindir}/lpc.cups \
3635cf
	 --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
3635cf
	 --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
3635cf
	 --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
3635cf
	 --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
3635cf
	 --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
3635cf
	 --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
3635cf
	 --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz
3635cf
%endif
3635cf
exit 0
3635cf
3635cf
%post lpd
3635cf
%systemd_post cups-lpd.socket
3635cf
exit 0
3635cf
3635cf
%ldconfig_scriptlets libs
3635cf
3635cf
%preun
3635cf
%systemd_preun %{name}.path %{name}.socket %{name}.service
3635cf
exit 0
3635cf
3635cf
%preun client
3635cf
%if %{use_alternatives}
3635cf
if [ $1 -eq 0 ] ; then
3635cf
	/usr/sbin/alternatives --remove print %{_bindir}/lpr.cups
3635cf
fi
3635cf
%endif
3635cf
exit 0
3635cf
3635cf
%preun lpd
3635cf
%systemd_preun cups-lpd.socket
3635cf
exit 0
3635cf
3635cf
%postun
3635cf
%systemd_postun_with_restart %{name}.path %{name}.socket %{name}.service
3635cf
exit 0
3635cf
3635cf
%postun lpd
3635cf
%systemd_postun_with_restart cups-lpd.socket
3635cf
exit 0
3635cf
3635cf
%triggerin -- samba-client
3635cf
ln -sf %{_libexecdir}/samba/cups_backend_smb %{cups_serverbin}/backend/smb || :
3635cf
exit 0
3635cf
3635cf
%triggerun -- samba-client
3635cf
[ $2 = 0 ] || exit 0
3635cf
rm -f %{cups_serverbin}/backend/smb
3635cf
3635cf
%files -f %{name}.lang
3635cf
%doc README.md CREDITS.md CHANGES.md
3635cf
%dir %attr(0755,root,lp) %{_sysconfdir}/cups
3635cf
%dir %attr(0755,root,lp) %{_localstatedir}/run/cups
3635cf
%dir %attr(0511,lp,sys) %{_localstatedir}/run/cups/certs
3635cf
%{_tmpfilesdir}/cups.conf
3635cf
%{_tmpfilesdir}/cups-lp.conf
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf
3635cf
%attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf.default
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0640,root,lp) %{_sysconfdir}/cups/cups-files.conf
3635cf
%attr(0640,root,lp) %{_sysconfdir}/cups/cups-files.conf.default
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/client.conf
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/classes.conf
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/printers.conf
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/snmp.conf
3635cf
%attr(0640,root,lp) %{_sysconfdir}/cups/snmp.conf.default
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0640,root,lp) %{_sysconfdir}/cups/subscriptions.conf
3635cf
#%%{_sysconfdir}/cups/interfaces
3635cf
%verify(not md5 size mtime) %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/lpoptions
3635cf
%dir %attr(0755,root,lp) %{_sysconfdir}/cups/ppd
3635cf
%dir %attr(0700,root,lp) %{_sysconfdir}/cups/ssl
3635cf
%config(noreplace) %{_sysconfdir}/pam.d/cups
3635cf
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
3635cf
%dir %{_datadir}/%{name}/www
3635cf
%dir %{_datadir}/%{name}/www/de
3635cf
%dir %{_datadir}/%{name}/www/es
3635cf
%dir %{_datadir}/%{name}/www/ja
3635cf
%dir %{_datadir}/%{name}/www/ru
3635cf
%{_datadir}/%{name}/www/images
3635cf
%{_datadir}/%{name}/www/*.css
3635cf
%doc %{_datadir}/%{name}/www/index.html
3635cf
%doc %{_datadir}/%{name}/www/help
3635cf
%doc %{_datadir}/%{name}/www/robots.txt
3635cf
%doc %{_datadir}/%{name}/www/de/index.html
3635cf
%doc %{_datadir}/%{name}/www/es/index.html
3635cf
%doc %{_datadir}/%{name}/www/ja/index.html
3635cf
%doc %{_datadir}/%{name}/www/ru/index.html
3635cf
%doc %{_datadir}/%{name}/www/pt_BR/index.html
3635cf
%doc %{_datadir}/%{name}/www/apple-touch-icon.png
3635cf
%dir %{_datadir}/%{name}/usb
3635cf
%{_datadir}/%{name}/usb/org.cups.usb-quirks
3635cf
%{_unitdir}/%{name}.service
3635cf
%{_unitdir}/%{name}.socket
3635cf
%{_unitdir}/%{name}.path
3635cf
%{_bindir}/cupstestppd
3635cf
%{_bindir}/cupstestdsc
3635cf
%{_bindir}/ppd*
3635cf
%{cups_serverbin}/backend/*
3635cf
%{cups_serverbin}/cgi-bin
3635cf
%dir %{cups_serverbin}/daemon
3635cf
%{cups_serverbin}/daemon/cups-deviced
3635cf
%{cups_serverbin}/daemon/cups-driverd
3635cf
%{cups_serverbin}/daemon/cups-exec
3635cf
%{cups_serverbin}/notifier
3635cf
%{cups_serverbin}/filter/*
3635cf
%{cups_serverbin}/monitor
3635cf
%{_mandir}/man[1578]/*
3635cf
# client subpackage
3635cf
%exclude %{_mandir}/man1/lp*.1.gz
3635cf
%exclude %{_mandir}/man1/cancel-cups.1.gz
3635cf
%exclude %{_mandir}/man8/lpc-cups.8.gz
3635cf
# devel subpackage
3635cf
%exclude %{_mandir}/man1/cups-config.1.gz
3635cf
# ipptool subpackage
3635cf
%exclude %{_mandir}/man1/ipptool.1.gz
3635cf
%exclude %{_mandir}/man5/ipptoolfile.5.gz
3635cf
# lpd subpackage
3635cf
%exclude %{_mandir}/man8/cups-lpd.8.gz
3635cf
%{_sbindir}/*
3635cf
# client subpackage
3635cf
%exclude %{_sbindir}/lpc.cups
3635cf
%dir %{_datadir}/cups/templates
3635cf
%dir %{_datadir}/cups/templates/de
3635cf
%dir %{_datadir}/cups/templates/es
3635cf
%dir %{_datadir}/cups/templates/ja
3635cf
%dir %{_datadir}/cups/templates/ru
3635cf
%dir %{_datadir}/cups/templates/pt_BR
3635cf
%{_datadir}/cups/templates/*.tmpl
3635cf
%{_datadir}/cups/templates/de/*.tmpl
3635cf
%{_datadir}/cups/templates/fr/*.tmpl
3635cf
%{_datadir}/cups/templates/es/*.tmpl
3635cf
%{_datadir}/cups/templates/ja/*.tmpl
3635cf
%{_datadir}/cups/templates/ru/*.tmpl
3635cf
%{_datadir}/cups/templates/pt_BR/*.tmpl
3635cf
%dir %attr(1770,root,lp) %{_localstatedir}/spool/cups/tmp
3635cf
%dir %attr(0710,root,lp) %{_localstatedir}/spool/cups
3635cf
%dir %attr(0755,lp,sys) %{_localstatedir}/log/cups
3635cf
%{_datadir}/pixmaps/cupsprinter.png
3635cf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/cups.conf
3635cf
%{_datadir}/cups/drv/sample.drv
3635cf
%{_datadir}/cups/examples
3635cf
%{_datadir}/cups/mime/mime.types
3635cf
%{_datadir}/cups/mime/mime.convs
3635cf
%{_datadir}/cups/ppdc/*.defs
3635cf
%{_datadir}/cups/ppdc/*.h
3635cf
3635cf
%files client
3635cf
%{_sbindir}/lpc.cups
3635cf
%{_bindir}/cancel*
3635cf
%{_bindir}/lp*
3635cf
%{_mandir}/man1/lp*.1.gz
3635cf
%{_mandir}/man1/cancel-cups.1.gz
3635cf
%{_mandir}/man8/lpc-cups.8.gz
3635cf
3635cf
%files libs
3635cf
%{license} LICENSE.txt
3635cf
%{_libdir}/libcups.so.2
3635cf
%{_libdir}/libcupscgi.so.1
3635cf
%{_libdir}/libcupsimage.so.2
3635cf
%{_libdir}/libcupsmime.so.1
3635cf
%{_libdir}/libcupsppdc.so.1
3635cf
3635cf
%files filesystem
3635cf
%dir %{cups_serverbin}
3635cf
%dir %{cups_serverbin}/backend
3635cf
%dir %{cups_serverbin}/driver
3635cf
%dir %{cups_serverbin}/filter
3635cf
%dir %{_datadir}/cups
3635cf
#%%dir %%{_datadir}/cups/banners
3635cf
#%%dir %%{_datadir}/cups/charsets
3635cf
%dir %{_datadir}/cups/data
3635cf
%dir %{_datadir}/cups/drv
3635cf
%dir %{_datadir}/cups/mime
3635cf
%dir %{_datadir}/cups/model
3635cf
%dir %{_datadir}/cups/ppdc
3635cf
%dir %{_datadir}/ppd
3635cf
3635cf
%files devel
3635cf
%{_bindir}/cups-config
3635cf
%{_libdir}/*.so
3635cf
%{_includedir}/cups
3635cf
%{_mandir}/man1/cups-config.1.gz
3635cf
%{_rpmconfigdir}/macros.d/macros.cups
3635cf
3635cf
%files lpd
3635cf
%{_unitdir}/cups-lpd.socket
3635cf
%{_unitdir}/cups-lpd@.service
3635cf
%{cups_serverbin}/daemon/cups-lpd
3635cf
%{_mandir}/man8/cups-lpd.8.gz
3635cf
3635cf
%files ipptool
3635cf
%{_bindir}/ipptool
3635cf
%{_bindir}/ippfind
3635cf
%dir %{_datadir}/cups/ipptool
3635cf
%{_datadir}/cups/ipptool/*
3635cf
%{_mandir}/man1/ipptool.1.gz
3635cf
%{_mandir}/man5/ipptoolfile.5.gz
3635cf
3635cf
%changelog
f60218
* Wed Dec 14 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-51
f60218
- 2130391 - Kerberized IPP Printing Fails
f60218
28b923
* Fri Jul 01 2022 Richard Lescak <rlescak@redhat.com> - 1:2.2.6-50
28b923
- 1910415 - corrected manpage patch, one lpoptions usage wasn't changed
28b923
28b923
* Thu Jun 16 2022 Richard Lescak <rlescak@redhat.com> - 1:2.2.6-49
28b923
- 1910415 - manpage update to acknowledge order dependency of -h option
28b923
28b923
* Tue May 31 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-48
28b923
- 2084257 - ErrorPolicy documentation is incorrect
28b923
28b923
* Thu May 26 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-47
28b923
- CVE-2022-26691 cups: authorization bypass when using "local" authorization
28b923
551777
* Fri May 13 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-46
551777
- 2074684 - lp to a remote server takes a long time
551777
- 2074736 - CUPS is too chatty about "Removing document files." in debug mode
551777
551777
* Fri Apr 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-45
551777
- 2071417 - 30-second delays printing to Windows 2016 server via HTTPS
bd7656
2ddac7
* Wed Jan 19 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-44
2ddac7
- 2015182 - RFE: Implement IdleExitTimeout configuration during build
2ddac7
2ddac7
* Thu Jan 06 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-43
2ddac7
- 2032965 - [RFE] RHEL8 - CUPS Web UI supports adding IPP Everywhere
2ddac7
f43787
* Thu Dec 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-42
f43787
- 2013865 - RFE: Implement TimeoutStartSec configuration during build
f43787
f43787
* Mon Nov 29 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-42
f43787
- 2015182 - RFE: Implement IdleExitTimeout configuration during build
f43787
7fe83d
* Wed Nov 03 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-41
7fe83d
- 2006987 - Unauthenticated users can't move print jobs in Web UI
7fe83d
- 2017919 - Setting 'MaxJobTime 0' does not set a job time to unlimited
7fe83d
- 1726383 - "lpadmin -p <queue> -o cupsSNMPSupplies:false" doesn't work
7fe83d
- 1982891 - Printing of banner before PCL file only prints banner
7fe83d
- 2006591 - Trying to restart and hold a job doesn't work
7fe83d
- 1811716 - lpr to non-existent printer reports incorrect error
7fe83d
8d5fa4
* Fri May 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-40
8d5fa4
- 1955964 - PreserveJobHistory doesn't work with seconds
8d5fa4
- 1927452 - CVE-2020-10001 cups: access to uninitialized buffer in ipp.c [rhel-8]
8d5fa4
879a45
* Wed May 05 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-39
879a45
- 1941437 - cupsd doesn't log job ids when logging into journal
879a45
- 1782216 - Print queue is paused after ipp backend ends with CUPS_BACKEND_STOP
879a45
- 1938384 - CUPS doesn't start if sssd starts after cupsd
879a45
edc0eb
* Tue May 26 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-38
edc0eb
- 1775590 - rastertoepson filter crashes with paper size A6
edc0eb
edc0eb
* Mon May 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-37
edc0eb
- forgot to enable optimization - 1833516 
edc0eb
edc0eb
* Fri May 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-36
edc0eb
- 1838449 - ipp/socket backends connect to turned off device for eternity (contimeout is not applied)
edc0eb
- 1689207 - Add failover backend
edc0eb
- 1833516 - DirtyCleanInterval ignored if there are open client connections
edc0eb
3f01f7
* Tue Apr 21 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-35
3f01f7
- 1825254 - CVE-2020-3898 cups: heap based buffer overflow in libcups's ppdFindOption() in ppd-mark.c
3f01f7
3f01f7
* Mon Apr 20 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-34
3f01f7
- 1809002 - scriptlet issue, /usr/bin/rm: cannot remove '/var/cache/cups/*.data'
3f01f7
3f01f7
* Thu Apr 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-34
3f01f7
- 1784884 - cups.service doesn't execute automatically on request
3f01f7
3f01f7
* Wed Apr 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-34
3f01f7
- 1822135 - _ppdOpen() leaks 'string' variable
3f01f7
3635cf
* Fri Feb 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-33
3635cf
- fix more memory leaks found by coverity in 1775668
3635cf
3635cf
* Fri Feb 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-32
3635cf
- fix covscan issues raised by 1775668
3635cf
3635cf
* Thu Feb 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-31
3635cf
- 1775668 - cupsd eats a lot of memory when lots of queue with extensive PPDs are created
3635cf
3635cf
* Tue Nov 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-30
3635cf
- 1774462 - CVE-2019-8675 - buffer overflow in SNMP and IPP, memory disclosure and DoS in scheduler
3635cf
- 1774463 - CVE-2019-8696
3635cf
3635cf
* Mon Oct 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-29
3635cf
- 1700663 - Stop advertising the HTTP methods that are supported
3635cf
3635cf
* Tue Aug 13 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-28
3635cf
- 1650233 - cups uses md5 for hashing credentials sent through tls connection
3635cf
3635cf
* Mon Jun 10 2019 Tomas Korbar <tkorbar@redhat.com> - 1:2.2.6-27
3635cf
- 1677577 - Remove 'View X log' buttons from web ui
3635cf
3635cf
* Fri Jun 07 2019 Tomas Korbar <tkorbar@redhat.com> - 1:2.2.6-26
3635cf
- 1659998 - cups fails to build if clang is installed
3635cf
3635cf
* Fri Dec 14 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-25
3635cf
- 1659486 - cupsd crash on startup in ippCopyAttribute
3635cf
3635cf
* Fri Dec 14 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-24
3635cf
- related to 1659111 - fix for previous releases
3635cf
3635cf
* Thu Dec 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-23
3635cf
- 1659111 - Logs needs to have '-rw------' [regression]
3635cf
3635cf
* Wed Dec 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-22
3635cf
- 1622431 - Jobs with multiple files don't complete when backend fails
3635cf
- CVE-2018-4700 cups: Predictable session cookie breaks CSRF protection [rhel-8]
3635cf
3635cf
* Fri Sep 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-21
3635cf
- 1602469 - fixed covscan issues
3635cf
- 1625899 - cups 2.2.6 lpr command fails against old cups 1.3.9 server
3635cf
- 1625913 - ssl options aren't initialized when no SSLOptions directive is set in /etc/cups/client.conf
3635cf
- 1618009 - Enabling cups.path causes high load when jobs are submitted to CUPS
3635cf
- 1630805 - Make cups systemd unit files more upstream-like
3635cf
3635cf
* Tue Aug 07 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-20
3635cf
- 1613173 - Remove weak SSL/TLS ciphers from CUPS
3635cf
3635cf
* Mon Aug 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-19
3635cf
- 1612933 - cups doesn't restart after cupsctl command
3635cf
3635cf
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-18
3635cf
- correct license
3635cf
3635cf
* Mon Jul 23 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-17
3635cf
- 1607295 - CVE-2018-4180 CVE-2018-4181 CVE-2018-4182 CVE-2018-4183 cups: various flaws [rhel-8.0]
3635cf
3635cf
* Wed Jun 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-16
3635cf
- 1590122 - cups-driverd doesn't recognize static gzipped ppds
3635cf
3635cf
* Tue May 29 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-15
3635cf
- missing $ in sed
3635cf
3635cf
* Tue Apr 03 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-14
3635cf
- substitute default values for invalid job attributes (upstream #5186 and #5229)
3635cf
3635cf
* Thu Mar 29 2018 Pavel Zhukov <pzhukov@redhat.com> - 1:2.2.6-13
3635cf
- Use dbus fix instead of general attr delete (upstream)
3635cf
3635cf
* Wed Mar 28 2018 Pavel Zhukov <pzhukov@redhat.com> - 1:2.2.6-12
3635cf
- Fix for CVE-2017-18248
3635cf
3635cf
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-11
3635cf
- remake of 1499261
3635cf
3635cf
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-10
3635cf
- mention library names explicitly to warn about soname change
3635cf
3635cf
* Tue Feb 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-9
3635cf
- 1548120 - cups: Partial injection of Fedora build flags
3635cf
3635cf
* Mon Feb 26 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-8
3635cf
- pkgconfig is now shipped in pkgconf-pkg-config package
3635cf
3635cf
* Tue Feb 20 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-7
3635cf
- 1499261 - Move log files into journal
3635cf
3635cf
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-6
3635cf
- gcc and gcc-c++ is not in buildroot by default now
3635cf
3635cf
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.6-5
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3635cf
3635cf
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.2.6-4
3635cf
- Switch to %%ldconfig_scriptlets
3635cf
3635cf
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1:2.2.6-3
3635cf
- Rebuilt for switch to libxcrypt
3635cf
3635cf
* Fri Jan 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-2
3635cf
- 1437345 - Remove cups-resolv_reload.patch
3635cf
3635cf
* Fri Nov 03 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.6-1
3635cf
- rebase to 2.2.6
3635cf
3635cf
* Tue Oct 17 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.5-1
3635cf
- rebase to 2.2.5
3635cf
3635cf
* Mon Oct 09 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.4-7
3635cf
- removing ghostscript-cups dependency - cups-filters ships it
3635cf
3635cf
* Wed Oct 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.4-6
3635cf
- 1498091 - Cannot browse CUPS servers in GNOME Control Panel Printers
3635cf
3635cf
* Mon Oct 02 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.4-5
3635cf
- 1484916 - Can not get destinations from CUPS server
3635cf
3635cf
* Fri Sep 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.4-4
3635cf
- 1494558 - CUPS may fail to start if NIS groups are used
3635cf
3635cf
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.4-3
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3635cf
3635cf
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.4-2
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3635cf
3635cf
* Fri Jun 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.4-1
3635cf
- rebase to 2.2.4
3635cf
3635cf
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-6
3635cf
- update python dependencies accordingly Fedora Guideline for Python (python-cups -> python3-cups)
3635cf
3635cf
* Thu Apr 27 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-5
3635cf
- copying cups-resolv_reload.patch from RHEL
3635cf
3635cf
* Wed Apr 05 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-4
3635cf
- fixing issue with #1437065 - makes res_init() call to local resolver and keeps error message, but no hard exit for cupsd
3635cf
3635cf
* Tue Apr 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-3
3635cf
- disable patch for #1437065 for now until issue with stat is solved
3635cf
3635cf
* Thu Mar 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-2
3635cf
- 1437065 - CUPS does not recognize changes to /etc/resolv.conf until CUPS restart 
3635cf
3635cf
* Wed Mar 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.3-1
3635cf
- rebase to 2.2.3
3635cf
3635cf
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.2-2
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3635cf
3635cf
* Thu Jan 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.2-1
3635cf
- rebase to 2.2.2
3635cf
3635cf
* Wed Jan 11 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.1-4
3635cf
- bug 1405669 - adding group wheel to SystemGroup
3635cf
3635cf
* Fri Nov 11 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.1-3
3635cf
- Unable to print from Windows (7) on a Cups-Server(2.2.1-1) with german umlauts in the filename (bug #1386751)
3635cf
3635cf
* Mon Nov 07 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.1-2
3635cf
- #873123 - (cups-usb-quirks) usb printer doesn't print (usblp0: USB Bidirectional printer dev)
3635cf
3635cf
* Tue Oct 04 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.1-1
3635cf
- rebase to 2.2.1
3635cf
3635cf
* Thu Sep 22 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2.0-2
3635cf
- fixing looping in partial failing service (bug #1366775)
3635cf
3635cf
* Thu Sep 15 2016 Jiri Popelka <jpopelka@redhat.com> - 1:2.2.0-1
3635cf
- 2.2.0
3635cf
3635cf
* Fri Aug 12 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.4rc1
3635cf
- fixing release number 
3635cf
3635cf
* Tue Aug 09 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.2rc1
3635cf
- rebase to cups-2.2rc1
3635cf
3635cf
* Wed Aug 03 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.2b2
3635cf
- bug 1358589 - added information about syslog means systemd journal by default
3635cf
3635cf
* Mon Jun 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.2-0.1b2
3635cf
- Rebase to 2.2b2, editing patches and spec (no need for /etc/cups/interfaces)
3635cf
3635cf
* Mon Jun 27 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.1.4-1
3635cf
- substitution BuildRequires: pkgconfig(libsystemd-*) for BuildRequires: pkgconfig(libsystemd)
3635cf
3635cf
* Wed Jun 15 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.1.4-1
3635cf
- 2.1.4, 1346668 - Change symlink for smb backend to /usr/libexec/samba/cups_backend_smb
3635cf
3635cf
* Mon Feb 08 2016 Jiri Popelka <jpopelka@redhat.com> - 1:2.1.3-1
3635cf
- 2.1.3
3635cf
3635cf
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.2-2
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3635cf
3635cf
* Wed Dec 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1.2-1
3635cf
- 2.1.2 - interface scripts support is back (until 2.2)
3635cf
3635cf
* Tue Dec 01 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1.1-1
3635cf
- 2.1.1 - interface scripts no longer supported.
3635cf
3635cf
* Mon Nov 02 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1.0-2
3635cf
- Change mode of subscriptions.conf from 644 to 640 (bug #1259770).
3635cf
3635cf
* Tue Sep 01 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1.0-1
3635cf
- 2.1.0
3635cf
3635cf
* Thu Aug 13 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1-0.3rc1
3635cf
- fix crash in scheduler (#1253135)
3635cf
3635cf
* Mon Aug 10 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1-0.2rc1
3635cf
- better fix for STR#4687
3635cf
3635cf
* Mon Aug 10 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.1-0.1rc1
3635cf
- 2.1rc1
3635cf
3635cf
* Mon Aug 10 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.4-1
3635cf
- 2.0.4
3635cf
3635cf
* Tue Jul 28 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.3-5
3635cf
- BuildRequires: gnutls-devel -> pkgconfig(gnutls)
3635cf
3635cf
* Tue Jul 07 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.3-4
3635cf
- RPM_BUILD_ROOT -> %%{buildroot}, put braces around lspp and use_alternatives
3635cf
3635cf
* Thu Jun 25 2015 Tim Waugh <twaugh@redhat.com> - 1:2.0.3-3
3635cf
- Fix slow resume of jobs after restart (STR #4646).
3635cf
- Fix redirection from CGI scripts (bug #1232030, STR #4538).
3635cf
3635cf
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.3-2
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3635cf
3635cf
* Tue Jun 09 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.3-1
3635cf
- 2.0.3
3635cf
3635cf
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:2.0.2-6
3635cf
- Rebuilt for GCC 5 C++11 ABI change
3635cf
3635cf
* Mon Mar 16 2015 Tim Waugh <twaugh@redhat.com> - 1:2.0.2-5
3635cf
- Avoid busy loop in cupsd when connection is closed after request
3635cf
  sent (bug #1179596).
3635cf
3635cf
* Mon Feb 16 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.2-2
3635cf
- Fixed multilib.patch to check for gnutls instead of openssl.
3635cf
3635cf
* Tue Feb 10 2015 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.2-1
3635cf
- 2.0.2
3635cf
3635cf
* Tue Jan 27 2015 Tim Waugh <twaugh@redhat.com> - 1:2.0.1-2
3635cf
- Fixed systemd notify support (bug #1184453).
3635cf
3635cf
* Sat Nov 15 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.1-1
3635cf
- 2.0.1
3635cf
3635cf
* Fri Nov  7 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-12
3635cf
- Re-introduce SSLOptions configuration directive, disable SSL3 by
3635cf
  default (STR #4476).
3635cf
- Enable SSL again via GnuTLS (bug #1161235).
3635cf
3635cf
* Thu Nov  6 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-11
3635cf
- Removed openssl requirements from spec file as it is no longer
3635cf
  supported upstream (see bug #1161235).
3635cf
3635cf
* Thu Nov  6 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-10
3635cf
- cups-lspp.patch: use cupsdLogJob() when appropriate.
3635cf
- Fixed some warnings in cups-lspp.patch.
3635cf
- New systemd journal fields CUPS_DEST and CUPS_PRINTER, as well as
3635cf
  accurate code location fields.
3635cf
3635cf
* Wed Oct 22 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-9
3635cf
- Upstream fix for cupsd crash on restart when colord not available
3635cf
- (STR #4496).
3635cf
3635cf
* Sat Oct 18 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-7
3635cf
- Fix for last fix (bug #1153660, bug #1154284).
3635cf
3635cf
* Thu Oct 16 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-6
3635cf
- Start cupsd systemd service after network.target (bug #1153660).
3635cf
3635cf
* Wed Oct 15 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-5
3635cf
- Fix cupsGetPPD3() so it doesn't give the caller an unreadable file
3635cf
  (bug #1150917, STR #4500).
3635cf
3635cf
* Wed Oct 15 2014 Tim Waugh <twaugh@redhat.com> - 1:2.0.0-4
3635cf
- Can no longer reproduce bug #1010580 so removing final-content-type
3635cf
  patch as it causes issues for some backends (bug #1149244).
3635cf
3635cf
* Fri Oct 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.0-3
3635cf
- comment out unnecessary PageLogFormat from cups-files.conf (#1148995)
3635cf
3635cf
* Fri Oct 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.0-2
3635cf
- s/org.cups.cupsd/cups/ cups.service
3635cf
3635cf
* Wed Oct 01 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.0-1
3635cf
- 2.0.0
3635cf
3635cf
* Fri Sep 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0-0.1.rc1
3635cf
- 2.0rc1
3635cf
3635cf
* Mon Sep  1 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-7
3635cf
- Fix icon display in web interface during server restart (STR #4475).
3635cf
3635cf
* Mon Sep  1 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-6
3635cf
- More STR #4461 fixes from upstream.
3635cf
3635cf
* Tue Aug 26 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-5
3635cf
- Use upstream patch for STR #4461.
3635cf
3635cf
* Wed Aug 20 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-4
3635cf
- Removed old one-off trigger now it's no longer needed.
3635cf
- Run systemd postun script for path and socket unit files as well as
3635cf
  the main service unit file.
3635cf
- Upstream patch for STR #4396, pre-requisite for STR #2913 patch.
3635cf
- Upstream patch for STR #2913 to limit Get-Jobs replies to 500 jobs
3635cf
  (bug #421671).
3635cf
3635cf
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.5-3
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3635cf
3635cf
* Mon Aug 11 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-2
3635cf
- Fix conf/log file reading for authenticated users (STR #4461).
3635cf
3635cf
* Fri Aug 01 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.5-1
3635cf
- 1.7.5
3635cf
3635cf
* Wed Jul 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.4-3
3635cf
- CVE-2014-5029, CVE-2014-5030, CVE-2014-5031 (#1122601)
3635cf
3635cf
* Wed Jul 23 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.4-2
3635cf
- Fix CGI handling (STR #4454).
3635cf
3635cf
* Mon Jul 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.4-1
3635cf
- 1.7.4: CVE-2014-3537
3635cf
3635cf
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.3-2
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3635cf
3635cf
* Wed May 28 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.3-1
3635cf
- 1.7.3
3635cf
- str4386.patch merged upstream in STR #4403
3635cf
3635cf
* Fri May  9 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.2-3
3635cf
- Another attempt at avoiding race condition when sending IPP requests
3635cf
  (STR #4386, bug #1072952).
3635cf
3635cf
* Thu Apr 17 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.2-2
3635cf
- Make cups.service Type=notify (bug #1088918).
3635cf
3635cf
* Mon Apr 14 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.2-1
3635cf
- 1.7.2
3635cf
3635cf
* Fri Apr  4 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-11
3635cf
- Log to the system journal by default (bug #1078781).
3635cf
3635cf
* Thu Apr  3 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-10
3635cf
- libcups: avoid race condition when sending IPP requests (STR #4386,
3635cf
  bug #1072952).
3635cf
3635cf
* Wed Apr 02 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.1-9
3635cf
- New client subpackage containing command line client tools (bug #1002342).
3635cf
- Removed unneeded Group tags.
3635cf
- Removed 'Requires: /sbin/chkconfig'.
3635cf
- Moved 'Provides: lpd' to lpd subpackage.
3635cf
3635cf
* Tue Mar 18 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-8
3635cf
- Removed patch for STR #4386 as it does not work and causes problems
3635cf
  instead (bug #1077239).
3635cf
3635cf
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.1-7
3635cf
- BuildRequires: pkgconfig(foo) instead of foo-devel
3635cf
3635cf
* Thu Mar  6 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-6
3635cf
- Track local default in cupsEnumDests() (STR #4332).
3635cf
- libcups: avoid race condition when sending IPP requests (STR #4386).
3635cf
- Prevent feedback loop when fetching error_log over HTTP (STR #4366).
3635cf
3635cf
* Wed Mar  5 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-5
3635cf
- Fix for cupsEnumDest() 'removed' callbacks (bug #1054312, STR #4380).
3635cf
3635cf
* Mon Feb 17 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-4
3635cf
- Document 'journal' logging target.
3635cf
3635cf
* Tue Feb 11 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-3
3635cf
- Prevent dnssd backend exiting too early (bug #1026940, STR #4365).
3635cf
3635cf
* Mon Feb 03 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.1-2
3635cf
- move macros.cups from /etc/rpm/ to /usr/lib/rpm/macros.d
3635cf
3635cf
* Wed Jan 08 2014 Jiri Popelka <jpopelka@redhat.com> - 1:1.7.1-1
3635cf
- 1.7.1
3635cf
3635cf
* Wed Jan  8 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-11
3635cf
- Apply upstream patch to improve cupsUser() (STR #4327).
3635cf
3635cf
* Tue Jan  7 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-10
3635cf
- Removed cups-dbus-utf8.patch as no longer needed (see STR #4314).
3635cf
- Return jobs in rank order when handling IPP-Get-Jobs (STR #4326).
3635cf
3635cf
* Thu Jan  2 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-9
3635cf
- dbus notifier: call _exit when handling SIGTERM (STR #4314).
3635cf
- Use '-f' when using rm in %%setup section.
3635cf
- Fixed avahi-no-threaded patch so it removes a call to
3635cf
  avahi_threaded_poll_stop() (bug #1044602).
3635cf
3635cf
* Fri Dec 13 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-8
3635cf
- Use string literal for format string in sd_journal_print call.
3635cf
3635cf
* Thu Nov 28 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-7
3635cf
- Prevent USB timeouts causing incorrect print output (bug #1026914).
3635cf
3635cf
* Thu Nov 14 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-6
3635cf
- Avoid stale lockfile in dbus notifier (bug #1026949).
3635cf
3635cf
* Thu Nov  7 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-5
3635cf
- Use upstream patch for stringpool corruption issue (bug #974048).
3635cf
3635cf
* Mon Nov  4 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-4
3635cf
- Adjusted commented out default for SyncOnClose in cups-files.conf.
3635cf
3635cf
* Thu Oct 31 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-3
3635cf
- Set the default for SyncOnClose to Yes.
3635cf
3635cf
* Mon Oct 28 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-2
3635cf
- Use upstream patch to fix job history.
3635cf
3635cf
* Thu Oct 24 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7.0-1
3635cf
- 1.7.0.
3635cf
3635cf
* Thu Oct 24 2013 Tim Waugh <twaugh@redhat.com>
3635cf
- Fix job history logging.
3635cf
3635cf
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.27.rc1
3635cf
- Allow "journal" log type for log output to system journal.
3635cf
3635cf
* Fri Sep 27 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.26.rc1
3635cf
- Reverted upstream change to FINAL_CONTENT_TYPE in order to fix
3635cf
  printing to remote CUPS servers (bug #1010580).
3635cf
3635cf
* Wed Aug 21 2013 Jaromír Končický <jkoncick@redhat.com>
3635cf
- Add SyncOnClose option (bug #984883).
3635cf
3635cf
* Fri Aug 16 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.25.rc1
3635cf
- Increase web interface get-devices timeout to 10s (bug #996664).
3635cf
3635cf
* Thu Aug 15 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.24.rc1
3635cf
- Build with full read-only relocations (bug #996740).
3635cf
3635cf
* Tue Aug  6 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.23.rc1
3635cf
- Fixes for jobs with multiple files and multiple formats.
3635cf
3635cf
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7-0.22.rc1
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3635cf
3635cf
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.21.rc1
3635cf
- Fixed cups-config, broken by last change (bug #987660).
3635cf
3635cf
* Mon Jul 22 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.20.rc1
3635cf
- Removed stale comment in spec file.
3635cf
- Link against OpenSSL instead of GnuTLS.
3635cf
3635cf
* Mon Jul 22 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.19.rc1
3635cf
- Fixed avahi-no-threaded patch (was missing part of cupsd.h). Thanks
3635cf
  to Joseph Wang for spotting it.
3635cf
3635cf
* Thu Jul 18 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.18.rc1
3635cf
- Fixed downoad URL to point to the actual source, not a download
3635cf
  page.
3635cf
3635cf
* Fri Jul 12 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.17.rc1
3635cf
- 1.7rc1
3635cf
3635cf
* Thu Jul 11 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.16.b1
3635cf
- Avoid sign-extending CRCs for gz decompression (bug #983486).
3635cf
3635cf
* Wed Jul 10 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.15.b1
3635cf
- Fixed download URL.
3635cf
3635cf
* Wed Jul 10 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.14.b1
3635cf
- Remove pstops cost factor tweak from conf/mime.convs.in
3635cf
3635cf
* Mon Jul  1 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.13.b1
3635cf
- Don't use D-Bus from two threads (bug #979748).
3635cf
3635cf
* Fri Jun 28 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.12.b1
3635cf
- Fix for DNSSD name resolution.
3635cf
3635cf
* Wed Jun 26 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.11.b1
3635cf
- Default to IPP/1.1 for now (bug #977813).
3635cf
3635cf
* Tue Jun 25 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.10.b1
3635cf
- Added libusb quirk for Canon PIXMA MP540 (bug #967873).
3635cf
3635cf
* Mon Jun 24 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.9.b1
3635cf
- Don't link against libgcrypt needlessly.
3635cf
3635cf
* Thu Jun 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.8.b1
3635cf
- Remove scriptlet for migrating to a systemd unit from a SysV initscript
3635cf
3635cf
* Thu Jun 20 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.7.b1
3635cf
- Use IP_FREEBIND socket option when binding listening sockets (bug #970809).
3635cf
3635cf
* Tue Jun 18 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.6.b1
3635cf
- Added IEEE 1284 Device ID for a Dymo device (bug #747866).
3635cf
3635cf
* Thu Jun 13 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.5.b1
3635cf
- Prevent stringpool damage leading to memory leaks (bug #974048).
3635cf
3635cf
* Tue Jun  4 2013 Tim Waugh <twaugh@redhat.com> - 1:1.7-0.4.b1
3635cf
- Return from cupsEnumDests() once all records have been returned.
3635cf
3635cf
* Thu May 23 2013 Jiri Popelka <jpopelka@redhat.com>
3635cf
- don't ship Russian web templates because they're broken (#960571, STR #4310)
3635cf
3635cf
* Wed May 15 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.3.b1
3635cf
- move cups/ppdc/ to filesystem subpackage
3635cf
3635cf
* Mon Apr 29 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.2.b1
3635cf
- Do not apply unary exclamation mark to va_list (bug #957737).
3635cf
3635cf
* Fri Apr 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.7-0.1.b1
3635cf
- 1.7b1
3635cf
- use _tmpfilesdir macro
3635cf
3635cf
* Wed Apr 10 2013 Tim Waugh <twaugh@redhat.com>
3635cf
- cups-dbus-utf.patch: now that the scheduler only accepts valid UTF-8
3635cf
  strings for job-name, there's no need to validate it as UTF-8 in the
3635cf
  dbus notifier.
3635cf
3635cf
* Thu Apr  4 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.2-4
3635cf
- Use IP address when resolving DNSSD URIs (bug #948288).
3635cf
3635cf
* Thu Mar 28 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.2-3
3635cf
- Check for cupsd.conf existence prior to grepping it (bug #928816).
3635cf
3635cf
* Tue Mar 19 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.2-2
3635cf
- revert previous bug #919489 fix (i.e we don't ship banners now)
3635cf
3635cf
* Mon Mar 18 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.2-1
3635cf
- 1.6.2
3635cf
3635cf
* Wed Mar 13 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.1-26
3635cf
- ship banners again (#919489)
3635cf
3635cf
* Tue Mar  5 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.1-25
3635cf
- Talk about systemd in cups-lpd manpage (part of bug #884641).
3635cf
3635cf
* Tue Mar  5 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.1-24
3635cf
- Documentation fixes from STR #4223 (bug #915981).
3635cf
3635cf
* Wed Feb 27 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.1-23
3635cf
- Removed obsolete browsing directives from cupsd.conf (bug #880826, STR #4157).
3635cf
- Updated summary and descriptions (#882982).
3635cf
- Fixed bogus dates in changelog.
3635cf
3635cf
* Fri Feb 15 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.1-22
3635cf
- Applied colorman fix from STR #4232 and STR #4276.
3635cf
3635cf
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.1-21
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3635cf
3635cf
* Fri Jan 18 2013 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-20
3635cf
- Add quirk rule for Canon MP210 (#847923).
3635cf
3635cf
* Mon Jan 14 2013 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-19
3635cf
- Fix unowned directories (#894531).
3635cf
3635cf
* Thu Jan 10 2013 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-18
3635cf
- Clean /var/spool/cups/tmp with tmpfiles.d instead of tmpwatch&cron (#893834).
3635cf
3635cf
* Wed Dec 19 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-17
3635cf
- Migrate cups-lpd from xinetd to systemd socket activatable service (#884641).
3635cf
- Clean up old Requires/Conflicts/Obsoletes/Provides.
3635cf
3635cf
* Thu Dec  6 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-16
3635cf
- Additional fix relating to CVE-2012-5519 to avoid misleading error
3635cf
  message about actions to take to enable file device URIs.
3635cf
3635cf
* Tue Dec  4 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-15
3635cf
- Small error handling improvements in the configuration migration
3635cf
  script.
3635cf
3635cf
* Mon Dec  3 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-14
3635cf
- move ipptoolfile(5) to ipptool subpackage
3635cf
3635cf
* Mon Dec  3 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-13
3635cf
- Applied additional upstream patch for CVE-2012-5519 so that the
3635cf
  RemoteRoot keyword is recognised in the correct configuration file.
3635cf
3635cf
* Wed Nov 28 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-12
3635cf
- Fixed paths in config migration %%post script.
3635cf
- Set default cups-files.conf filename.
3635cf
3635cf
* Mon Nov 26 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-11
3635cf
- Apply upstream fix for CVE-2012-5519 (STR #4223, bug #875898).
3635cf
  Migrate configuration keywords as needed.
3635cf
3635cf
* Mon Nov 19 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-10
3635cf
- Re-enable the web interface as it is required for adjusting server
3635cf
  settings (bug #878090).
3635cf
3635cf
* Tue Nov  6 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-9
3635cf
- Disable the web interface by default (bug #864522).
3635cf
3635cf
* Tue Oct 30 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-8
3635cf
- Ensure attributes are valid UTF-8 in dbus notifier (bug #863387).
3635cf
3635cf
* Mon Oct 29 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-7
3635cf
- Removed broken cups-get-classes patch (bug #870612).
3635cf
3635cf
* Mon Oct 22 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-6
3635cf
- Add quirk rule for Xerox Phaser 3124 (#867392)
3635cf
- backport more quirk rules (STR #4191)
3635cf
3635cf
* Thu Sep 20 2012 Tim Waugh <twaugh@redhat.com> 1:1.6.1-5
3635cf
- The cups-libs subpackage contains code distributed under the zlib
3635cf
  license (md5.c). 
3635cf
3635cf
* Thu Aug 23 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-4
3635cf
- quirk handler for port reset done by new USB backend (bug #847923, STR #4155)
3635cf
3635cf
* Mon Aug 13 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-3
3635cf
- fixed usage of parametrized systemd macros (#847405)
3635cf
3635cf
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-2
3635cf
- Requires: cups-filters
3635cf
3635cf
* Wed Aug 08 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.6.1-1
3635cf
- 1.6.1
3635cf
 - simplified systemd.patch due to removed CUPS Browsing protocol (STR #3922)
3635cf
 - removed:
3635cf
   textonly filter - moved to cups-filters
3635cf
   pstopdf filter - cups-filters also has pstopdf (different)
3635cf
   PHP module - moved to cups-filters (STR #3932)
3635cf
   serial.patch - moved to cups-filters
3635cf
   getpass.patch - r10140 removed the getpass() use
3635cf
   snmp-quirks.patch - fixed upstream (r10493)
3635cf
   avahi patches - merged upstream (STR #3066)
3635cf
   icc.patch - merged upstream (STR #3808)
3635cf
 - TODO:
3635cf
   - do we need cups-build.patch ?
3635cf
- added filesystem sub-package (#624695)
3635cf
- use macroized systemd scriptlets
3635cf
3635cf
* Thu Jul 26 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.4-1
3635cf
- 1.5.4
3635cf
3635cf
* Tue Jul 24 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.3-5
3635cf
- Don't enable IP-based systemd socket activation by default (bug #842365).
3635cf
3635cf
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.3-4
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3635cf
3635cf
* Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.3-3
3635cf
- Require systemd instead of udev.
3635cf
3635cf
* Mon May 28 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.3-2
3635cf
- Buildrequire libusb1 (STR #3477)
3635cf
3635cf
* Tue May 15 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.3-1
3635cf
- 1.5.3
3635cf
3635cf
* Wed May 09 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.2-13
3635cf
- Add triggers for samba4-client. (#817110)
3635cf
- No need to define BuildRoot and clean it in clean and install section anymore.
3635cf
- %%defattr no longer needed in %%files sections.
3635cf
3635cf
* Tue Apr 17 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.2-12
3635cf
- Install /usr/lib/tmpfiles.d/cups-lp.conf to support /dev/lp* devices (#812641)
3635cf
- Move /etc/tmpfiles.d/cups.conf to /usr/lib/tmpfiles.d/ (#812641)
3635cf
3635cf
* Tue Apr 17 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.2-11
3635cf
- The IPP backend did not always setup username/password authentication
3635cf
  for printers (bug #810007, STR #3985)
3635cf
- Detect authentication errors for all requests.
3635cf
  (bug #810007, upstream commit revision10277)
3635cf
3635cf
* Thu Mar 29 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-10
3635cf
- Removed private-shared-object-provides filter lines as they are not
3635cf
  necessary (see bug #807767 comment #3).
3635cf
3635cf
* Thu Mar 29 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:1.5.2-9
3635cf
- Rebuild against fixed rpm (bug #807767)
3635cf
3635cf
* Wed Mar 28 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-8
3635cf
- Avoid systemd PrivateTmp bug by explicitly requiring the fixed
3635cf
  version of systemd (bug #807672).
3635cf
3635cf
* Fri Mar 16 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-7
3635cf
- Removed debugging messages from systemd-socket patch.
3635cf
3635cf
* Wed Mar 14 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-6
3635cf
- Pulled in bugfixes from Avahi patches on fedorapeople.org.
3635cf
3635cf
* Tue Feb 28 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.2-5
3635cf
- If the translated message is empty return the original message
3635cf
  (bug #797570, STR #4033).
3635cf
3635cf
* Thu Feb 23 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-4
3635cf
- cups-polld: restart polling on error (bug #769292, STR #4031).
3635cf
3635cf
* Thu Feb 16 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-3
3635cf
- Removed hard requirement on colord as it is optional.
3635cf
3635cf
* Wed Feb 15 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.2-2
3635cf
- Synthesize notify-printer-uri for job-completed events where the job
3635cf
  never started processing (bug #784786, STR #4014).
3635cf
- Removed banners from LSPP patch on Dan Walsh's advice.
3635cf
3635cf
* Mon Feb 06 2012 Jiri Popelka <jpopelka@redhat.com> 1:1.5.2-1
3635cf
- 1.5.2
3635cf
- Updated FSF address in pstopdf and textonly filters
3635cf
3635cf
* Wed Jan 18 2012 Remi Collet <remi@fedoraproject.org> 1:1.5.0-28
3635cf
- build against php 5.4.0, patch for STR #3999
3635cf
- add filter to fix private-shared-object-provides
3635cf
- add %%check for php extension
3635cf
3635cf
* Tue Jan 17 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.0-27
3635cf
- Use PrivateTmp=true in the service file (bug #782495).
3635cf
3635cf
* Tue Jan 17 2012 Tim Waugh <twaugh@redhat.com> 1:1.5.0-26
3635cf
- Replace newline characters with spaces in reported Device IDs
3635cf
  (bug #782129, STR #4005).
3635cf
- Don't accept Device URIs of '\0' from SNMP devices
3635cf
  (bug #770646, STR #4004).
3635cf
3635cf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.0-25
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3635cf
3635cf
* Wed Dec 21 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-24
3635cf
- Fixed textonly filter to work with single copies (bug #738412).
3635cf
3635cf
* Fri Dec  9 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-23
3635cf
- Detangle cups-serverbin-compat.patch from cups-lspp.patch.
3635cf
- Bind to datagram socket as well in systemd cups.socket unit file, to
3635cf
  prevent that port being stolen by another service (bug #760070).
3635cf
3635cf
* Fri Nov 11 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-22
3635cf
- Fixed trigger (bug #748841).
3635cf
3635cf
* Wed Nov  9 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-21
3635cf
- Set correct systemd service default on upgrade, once updates are
3635cf
  applied (bug #748841).
3635cf
3635cf
* Fri Nov  4 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-20
3635cf
- Set the correct PostScript command filter for e.g. foomatic queues
3635cf
  (STR #3973).
3635cf
3635cf
* Mon Oct 31 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-19
3635cf
- Set correct systemd service default on upgrade (bug #748841).
3635cf
3635cf
* Wed Oct 19 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-18
3635cf
- Make sure to guard against retrying the Avahi connection whilst
3635cf
  already doing so (Ubuntu #877967).
3635cf
3635cf
* Tue Oct 18 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-17
3635cf
- Use libsystemd-daemon instead of bundling sd-daemon.c.
3635cf
3635cf
* Tue Oct 11 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-16
3635cf
- Use upstream fix for driverd issue (bug #742989).
3635cf
- Array handling fixes for DNSSDPrinters.
3635cf
- Array handling fixes for Avahi poll implementation.
3635cf
- Increase client blocking timeout from 30s to 70s (bug #744715).
3635cf
- Set BindIPv6Only=ipv6-only in systemd socket unit file as better fix
3635cf
  for bug #737230.
3635cf
3635cf
* Fri Oct  7 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-15
3635cf
- Fixed Timeouts array comparison function (Ubuntu #860691).
3635cf
3635cf
* Wed Oct  5 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-14
3635cf
- Handle "localhost" resolving to 127.0.0.1 on IPv6-addressed systems
3635cf
  (bug #737230).
3635cf
3635cf
* Tue Oct  4 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-13
3635cf
- Work around PPDs cache handling issue (bug #742989).
3635cf
3635cf
* Tue Oct  4 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-12
3635cf
- More fixes for systemd socket activation:
3635cf
  - relax permissions check for domain socket in libcups.
3635cf
  - initialise addrlen before calling getsockname().
3635cf
3635cf
* Mon Oct 03 2011 Richard Hughes <rhughes@redhat.com> 1:1.5.0-11
3635cf
- Updated colord patch with fixes to DeleteDevice.
3635cf
- Resolves https://bugzilla.redhat.com/show_bug.cgi?id=741697
3635cf
3635cf
* Wed Sep 28 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-10
3635cf
- Fixed string manipulation in the dbus notifier (STR #3947, bug #741833).
3635cf
3635cf
* Thu Sep 22 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-9
3635cf
- Fixed systemd socket activation support (bug #738709, bug #738710).
3635cf
3635cf
* Wed Sep 14 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-8
3635cf
- Prevent libcups crash in cups-get-classes patch (bug #736698).
3635cf
3635cf
* Thu Sep  1 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-7
3635cf
- Use PathExistsGlob instead of DirectoryNotEmpty in cups.path
3635cf
  (bug #734435).
3635cf
3635cf
* Fri Aug 19 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-6
3635cf
- Tighten explicit libs sub-package requirement so that it includes
3635cf
  the correct architecture as well (bug #731421 comment #8).
3635cf
3635cf
* Fri Aug 19 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-5
3635cf
- Avoid GIF reader loop (CVE-2011-2896, STR #3914, bug #727800).
3635cf
3635cf
* Wed Aug 17 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-4
3635cf
- Enable systemd units by default (bug #731421).
3635cf
3635cf
* Mon Aug  8 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-3
3635cf
- Updated avahi support to register sub-types.
3635cf
3635cf
* Fri Aug  5 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-2
3635cf
- Ported avahi support from 1.4.
3635cf
3635cf
* Tue Jul 26 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5.0-1
3635cf
- 1.5.0
3635cf
3635cf
* Wed Jul 20 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.16.rc1
3635cf
- Don't delete job data files when restarted (STR #3880).
3635cf
3635cf
* Fri Jul 15 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.15.rc1
3635cf
- Ship an rpm macro for where to put driver executables.
3635cf
3635cf
* Thu Jul  7 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.14.rc1
3635cf
- Undo last change which had no effect.  We already remove the .SILENT
3635cf
  target from the Makefile as part of the build.
3635cf
3635cf
* Thu Jul  7 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.13.rc1
3635cf
- Make build log verbose enough to include compiler flags used.
3635cf
3635cf
* Tue Jul  5 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.12.rc1
3635cf
- Removed udev rules file as it is no longer necessary.
3635cf
3635cf
* Tue Jul  5 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.11.rc1
3635cf
- Add support for systemd socket activation (patch from Lennart
3635cf
  Poettering).
3635cf
3635cf
* Wed Jun 29 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.10.rc1
3635cf
- Don't use portreserve any more.  Better approach is to use systemd
3635cf
  socket activation (not yet done).
3635cf
3635cf
* Wed Jun 29 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.9.rc1
3635cf
- Ship systemd service unit instead of SysV initscript (bug #690766).
3635cf
3635cf
* Wed Jun 29 2011 Tim Waugh <twaugh@redhat.com> 1:1.5-0.8.rc1
3635cf
- Tag localization files correctly (bug #716421).
3635cf
3635cf
* Wed Jun 15 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5-0.7.rc1
3635cf
- 1.5rc1
3635cf
3635cf
* Sat Jun 04 2011 Richard Hughes <rhughes@redhat.com> 1:1.5-0.6.b2
3635cf
- Updated colord patch with fixes from Tim Waugh.
3635cf
3635cf
* Tue May 31 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5-0.5.b2
3635cf
- enable LSPP support again
3635cf
3635cf
* Tue May 31 2011 Richard Hughes <rhughes@redhat.com> 1:1.5-0.4.b2
3635cf
- Updated colord patch against 1.5 upstream and fixes from Tim Waugh.
3635cf
3635cf
* Tue May 31 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5-0.3.b2
3635cf
- fix lspp.patch to not include "config.h" in cups/cups.h (#709384)
3635cf
3635cf
* Thu May 26 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5-0.2.b2
3635cf
- 1.5b2
3635cf
3635cf
* Tue May 24 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.5-0.1.b1
3635cf
- 1.5b1
3635cf
  - removed cups-texttops-rotate-page.patch (#572338 is CANTFIX)
3635cf
  - removed cups-page-label.patch (#520141 seems to be CANTFIX)
3635cf
3635cf
* Wed May 18 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-17
3635cf
- Package parallel port printer device nodes (bug #678804).
3635cf
3635cf
* Tue May 17 2011 Richard Hughes <rhughes@redhat.com> 1:1.4.6-16
3635cf
- Updated colord patch from upstream review.
3635cf
3635cf
* Fri Mar 25 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.4.6-15
3635cf
- Polished patches according to results from static analysis of code (bug #690130).
3635cf
3635cf
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-14
3635cf
- Fixed some typos in colord patch.
3635cf
- LSPP: only warn when unable to get printer context.
3635cf
3635cf
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> 1:1.4.6-13
3635cf
- Updated colord patch.
3635cf
3635cf
* Fri Feb 25 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-12
3635cf
- Fixed build failure due to php_zend_api macro type.
3635cf
3635cf
* Fri Feb 25 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-11
3635cf
- Fixed dbus notifier support for job-state-changed.
3635cf
3635cf
* Thu Feb 10 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.4.6-10
3635cf
- Remove testing cups-usb-buffer-size.patch (bug #661814).
3635cf
3635cf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.6-9
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3635cf
3635cf
* Tue Feb 01 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.4.6-8
3635cf
- Use Till's patch to fix USB-Parallel adapter cable problem (bug #624564).
3635cf
3635cf
* Tue Jan 25 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-7
3635cf
- Some fixes for the AvahiClient callback (bug #672143).
3635cf
3635cf
* Tue Jan 18 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-6
3635cf
- Don't use --enable-pie configure option as it has been removed and
3635cf
  is now assumed.  See STR #3691.
3635cf
3635cf
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-5
3635cf
- ICC colord support.
3635cf
3635cf
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-4
3635cf
- Properly separated serverbin-compat and lspp patches.
3635cf
- Updated ICC patch (still not yet applied).
3635cf
3635cf
* Tue Jan 11 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-3
3635cf
- Build requires automake for avahi support.
3635cf
3635cf
* Mon Jan 10 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-2
3635cf
- Use a smaller buffer when writing to USB devices (bug #661814).
3635cf
- Handle EAI_NONAME when resolving hostnames (bug #617208).
3635cf
3635cf
* Fri Jan 07 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.4.6-1
3635cf
- 1.4.6.
3635cf
3635cf
* Fri Dec 31 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-10
3635cf
- Some Avahi support fixes from Till Kamppeter.
3635cf
3635cf
* Fri Dec 24 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-9
3635cf
- Native Avahi support for announcing printers on the network.
3635cf
3635cf
* Wed Dec 22 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-8
3635cf
- Don't crash when job queued for browsed printer that times out
3635cf
  (bug #660604).
3635cf
3635cf
* Mon Dec 13 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.5-7
3635cf
- Call avc_init() only once to not leak file descriptors (bug #654075).
3635cf
3635cf
* Thu Dec  9 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-6
3635cf
- The cups-config man page has been moved to the devel sub-package.
3635cf
- The php sub-package now explicitly requires the libs package with
3635cf
  the same version and release (bug #646814).
3635cf
3635cf
* Tue Dec  7 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-5
3635cf
- Fixed character encoding in CREDITS.txt.
3635cf
- Mark D-Bus configuration file as config file.
3635cf
- Don't mark MIME types and convs files as config files.  Overrides
3635cf
  can be placed as new *.types/*.convs files in /etc/cups.
3635cf
- Don't mark banners as config files.  Better is to provide new
3635cf
  banners.
3635cf
- Don't mark templates and www files as config files.  A better way to
3635cf
  provide local overrides is to use a different ServerRoot setting.
3635cf
  Note that a recent security fix required changed to template files.
3635cf
- Provide versioned LPRng symbol for rpmlint.
3635cf
3635cf
* Mon Dec  6 2010 Tim Waugh <twaugh@redhat.com>
3635cf
- /usr/sbin/cupsd should be mode 0755 (bug #546004).
3635cf
3635cf
* Fri Dec 03 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.5-4
3635cf
- Changed subsystem lock file name in initscript
3635cf
  so the service is correctly stopped on reboot or halt (bug #659391).
3635cf
3635cf
* Fri Nov 26 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.5-3
3635cf
- BuildRequires python-cups instead of pycups.
3635cf
3635cf
* Fri Nov 26 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.5-2
3635cf
- Added /etc/tmpfiles.d/cups.conf to enable /var/run/cups directory on tmpfs (#656566).
3635cf
3635cf
* Fri Nov 12 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.5-1
3635cf
- 1.4.5.
3635cf
- No longer need CVE-2010-2941, str3608
3635cf
3635cf
* Thu Nov 11 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-12
3635cf
- Applied patch to fix cupsd memory corruption vulnerability
3635cf
  (CVE-2010-2941, bug #652161).
3635cf
- Don't crash when MIME database could not be loaded (bug #610088).
3635cf
3635cf
* Wed Sep 29 2010 jkeating - 1:1.4.4-11
3635cf
- Rebuilt for gcc bug 634757
3635cf
3635cf
* Fri Sep 17 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-10
3635cf
- Perform locking for gnutls and avoid libgcrypt's broken
3635cf
  locking (bug #607159).
3635cf
- Build with --enable-threads again (bug #607159).
3635cf
- Force the use of gnutls despite thread-safety concerns (bug #607159).
3635cf
3635cf
* Wed Sep 15 2010 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed serverbin-compat patch to avoid misleading "filter not
3635cf
  available" messages (bug #633779).
3635cf
3635cf
* Mon Aug 23 2010 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed SNMP quirks parsing.
3635cf
3635cf
* Fri Aug 20 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-9
3635cf
- Use better upstream fix for STR #3608 (bug #606909).
3635cf
3635cf
* Fri Aug 13 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-8
3635cf
- Specify udevadm trigger action in initscript (bug #623959).
3635cf
3635cf
* Tue Aug  3 2010 Tim Waugh <twaugh@redhat.com>
3635cf
- Merged F-12 change:
3635cf
  - Use numeric addresses for interfaces unless HostNameLookups are
3635cf
    turned on (bug #583054).
3635cf
3635cf
* Tue Jul 13 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.4-7
3635cf
- Added restartlog to initscript usage output (bug #612996).
3635cf
3635cf
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.4-6
3635cf
- Moved LICENSE.txt to libs sub-package.
3635cf
3635cf
* Mon Jun 28 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-5
3635cf
- Avoid empty notify-subscribed-event attributes (bug #606909,
3635cf
  STR #3608).
3635cf
3635cf
* Thu Jun 24 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-4
3635cf
- Use gnutls again but disable threading (bug #607159).
3635cf
3635cf
* Tue Jun 22 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-3
3635cf
- Rebuilt to keep correct package n-v-r ordering between releases.
3635cf
3635cf
* Fri Jun 18 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-2
3635cf
- Re-enabled SSL support by using OpenSSL instead of gnutls.
3635cf
3635cf
* Fri Jun 18 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-1
3635cf
- 1.4.4.  Fixes several security vulnerabilities (bug #605399):
3635cf
  CVE-2010-0540, CVE-2010-0542, CVE-2010-1748.  No longer need str3503,
3635cf
  str3399, str3505, str3541, str3425p2 or CVE-2010-0302 patches.
3635cf
3635cf
* Thu Jun 10 2010 Tim Waugh <twaugh@redhat.com>
3635cf
- Removed unapplied gnutls-gcrypt-threads patch.  Fixed typos in
3635cf
  descriptions for lpd and php sub-packages.
3635cf
3635cf
* Wed Jun  9 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-11
3635cf
- Use upstream method of handling SNMP quirks in PPDs (STR #3551,
3635cf
  bug #581825).
3635cf
3635cf
* Tue Jun 01 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.3-10
3635cf
- Added back still useful str3425.patch.
3635cf
  Second part of STR #3425 is still not fixed in 1.4.3
3635cf
3635cf
* Tue May 18 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-9
3635cf
- Adjust texttops output to be in natural orientation (STR #3563).
3635cf
  This fixes page-label orientation when texttops is used in the
3635cf
  filter chain (bug #572338).
3635cf
3635cf
* Thu May 13 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-8
3635cf
- Fixed Ricoh Device ID OID (STR #3552).
3635cf
3635cf
* Tue May 11 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-7
3635cf
- Add an SNMP query for Ricoh's device ID OID (STR #3552).
3635cf
3635cf
* Fri Apr 16 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-6
3635cf
- Mark DNS-SD Device IDs that have been guessed at with "FZY:1;".
3635cf
3635cf
* Fri Apr 16 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.3-5
3635cf
- Fixed str3541.patch
3635cf
3635cf
* Tue Apr 13 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-4
3635cf
- Add an SNMP query for HP's device ID OID (STR #3552).
3635cf
3635cf
* Tue Apr 13 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-3
3635cf
- Handle SNMP supply level quirks (bug #581825).
3635cf
3635cf
* Wed Mar 31 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.3-2
3635cf
- Another BrowsePoll fix: handle EAI_NODATA as well (bug #567353).
3635cf
3635cf
* Wed Mar 31 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.3-1
3635cf
- 1.4.3.
3635cf
- No longer need CVE-2009-3553, str3381, str3390, str3391,
3635cf
  str3403, str3407, str3413, str3418, str3422, str3425,
3635cf
  str3428, str3431, str3435, str3436, str3439, str3440,
3635cf
  str3442, str3448, str3458, str3460, cups-sidechannel-intrs,
3635cf
  negative-snmp-string-length, cups-media-empty-warning patches.
3635cf
3635cf
* Tue Mar 30 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-36
3635cf
- Fixed lpstat to adhere to -o option (bug #577901, STR #3541).
3635cf
3635cf
* Wed Mar 10 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-35
3635cf
- Fixed (for the third time) patch for STR #3425 to correctly
3635cf
  remove job info files in /var/spool/cups (bug #571830).
3635cf
3635cf
* Fri Mar  5 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-34
3635cf
- Applied patch for CVE-2010-0302 (incomplete fix for CVE-2009-3553,
3635cf
  bug #557775).
3635cf
- Added comments for all sources and patches.
3635cf
3635cf
* Tue Mar  2 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-33
3635cf
- Don't own filesystem locale directories (bug #569403).
3635cf
- Don't apply gcrypt threading patch (bug #553834).
3635cf
- Don't treat SIGPIPE as an error (bug #569770).
3635cf
3635cf
* Wed Feb 24 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-32
3635cf
- Fixed cupsGetNamedDest() so it falls back to the real default
3635cf
  printer when a default from configuration file does not exist (bug #565569, STR #3503).
3635cf
3635cf
* Tue Feb 23 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-31
3635cf
- Update classes.conf when a class member printer is deleted
3635cf
  (bug #565878, STR #3505).
3635cf
3635cf
* Tue Feb 23 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-30
3635cf
- Re-initialize the resolver if getnameinfo() returns EAI_AGAIN
3635cf
  (bug #567353).
3635cf
3635cf
* Mon Feb 15 2010 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-29
3635cf
- Improve cups-gnutls-gcrypt-threads.patch (#564841, STR #3461).
3635cf
3635cf
* Thu Feb  4 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-28
3635cf
- Rebuild for postscriptdriver tags.
3635cf
3635cf
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-27
3635cf
- Make sure we have some filters for converting to raster format.
3635cf
3635cf
* Fri Jan 15 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-26
3635cf
- Reset status after successful ipp job (bug #548219, STR #3460).
3635cf
3635cf
* Thu Jan 14 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-24
3635cf
- Install udev rules in correct place (bug #530378).
3635cf
- Don't mark initscript as config file.
3635cf
3635cf
* Wed Jan 13 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-23
3635cf
- Use %%{_initddir}, %%{_sysconfdir} and SMP make flags.
3635cf
- Use mode 0755 for binaries and libraries where appropriate.
3635cf
- Fix lpd obsoletes tag.
3635cf
3635cf
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-22
3635cf
- Removed use of prereq and buildprereq.
3635cf
- Fixed use of '%%' in changelog.
3635cf
- Versioned explicit obsoletes/provides.
3635cf
- Use tabs throughout.
3635cf
3635cf
* Wed Dec 23 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-21
3635cf
- Fixed patch for STR #3425 again by adding in back-ported change from
3635cf
  svn revision 8929 (bug #549899).  No longer need
3635cf
  delete-active-printer patch.
3635cf
3635cf
* Tue Dec 22 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-20
3635cf
- Fixed ipp authentication for servers requiring authentication for
3635cf
  IPP-Get-Printer-Attributes (bug #548873, STR #3458).
3635cf
3635cf
* Mon Dec 21 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-19
3635cf
- Ensure proper thread-safety in gnutls's use of libgcrypt
3635cf
  (bug #544619).
3635cf
3635cf
* Sat Dec 19 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-18
3635cf
- Fixed patch for STR #3425 by adding in back-ported change from svn
3635cf
  revision 8936 (bug #548904).
3635cf
3635cf
* Thu Dec 10 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-17
3635cf
- Fixed invalid read in cupsAddDest (bug #537460).
3635cf
3635cf
* Wed Dec  9 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-15
3635cf
- Use upstream patch to fix scheduler crash when an active printer was
3635cf
  deleted (rev 8914).
3635cf
3635cf
* Tue Dec  8 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-14
3635cf
- The scheduler did not use the Get-Job-Attributes policy for a
3635cf
  printer (STR #3431).
3635cf
- The scheduler added two job-name attributes to each job object
3635cf
  (STR #3428).
3635cf
- The scheduler did not clean out completed jobs when
3635cf
  PreserveJobHistory was turned off (STR #3425).
3635cf
- The web interface did not show completed jobs (STR #3436).
3635cf
- Authenticated printing did not always work when printing directly to
3635cf
  a remote server (STR #3435).
3635cf
- Use upstream patch to stop the network backends incorrectly clearing
3635cf
  the media-empty-warning state (rev 8896).
3635cf
- Use upstream patch to fix interrupt handling in the side-channel
3635cf
  APIs (rev 8896).
3635cf
- Use upstream patch to handle negative SNMP string lengths (rev 8896).
3635cf
- Use upstream fix for SNMP detection (bug #542857, STR #3413).
3635cf
- Use the text filter for text/css files (bug #545026, STR #3442).
3635cf
- Show conflicting option values in web UI (bug #544326, STR #3440).
3635cf
- Use upstream fix for adjustment of conflicting options
3635cf
  (bug #533426, STR #3439).
3635cf
- No longer requires paps.  The texttopaps filter MIME conversion file
3635cf
  is now provided by the paps package (bug #545036).
3635cf
- Moved %%{_datadir}/cups/ppdc/*.h to the main package (bug #545348).
3635cf
3635cf
* Fri Dec  4 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-13
3635cf
- The web interface prevented conflicting options from being adjusted
3635cf
  (bug #533426, STR #3439).
3635cf
3635cf
* Thu Dec  3 2009 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-12
3635cf
- Fixes for SNMP scanning with Lexmark printers (bug #542857, STR #3413).
3635cf
3635cf
* Mon Nov 23 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-10
3635cf
- Undo last change as it was incorrect.
3635cf
3635cf
* Mon Nov 23 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-9
3635cf
- Fixed small typos introduced in fix for bug #536741.
3635cf
3635cf
* Fri Nov 20 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-8
3635cf
- Do not translate russian links showing completed jobs
3635cf
  (bug #539354, STR #3422).
3635cf
3635cf
* Thu Nov 19 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-7
3635cf
- Applied patch to fix CVE-2009-3553 (bug #530111, STR #3200).
3635cf
3635cf
* Tue Nov 17 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-6
3635cf
- Fixed display of current driver (bug #537182, STR #3418).
3635cf
- Fixed out-of-memory handling when loading jobs (bug #538054,
3635cf
  STR #3407).
3635cf
3635cf
* Mon Nov 16 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-5
3635cf
- Fixed typo in admin web template (bug #537884, STR #3403).
3635cf
- Reset SIGPIPE handler for child processes (bug #537886, STR #3399).
3635cf
3635cf
* Mon Nov 16 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-4
3635cf
- Upstream fix for GNU TLS error handling bug (bug #537883, STR #3381).
3635cf
3635cf
* Wed Nov 11 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.2-3
3635cf
- Fixed lspp-patch to avoid memory leak (bug #536741).
3635cf
3635cf
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-2
3635cf
- Added explicit version dependency on cups-libs to cups-lpd
3635cf
  (bug #502205).
3635cf
3635cf
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.2-1
3635cf
- 1.4.2.  No longer need str3380, str3332, str3356, str3396 patches.
3635cf
- Removed postscript.ppd.gz (bug #533371).
3635cf
- Renumbered patches and sources.
3635cf
3635cf
* Tue Nov  3 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-14
3635cf
- Removed stale patch from STR #2831 which was causing problems with
3635cf
  number-up (bug #532516).
3635cf
3635cf
* Tue Oct 27 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.1-13
3635cf
- Fix incorrectly applied patch from #STR3285 (bug #531108).
3635cf
- Set the PRINTER_IS_SHARED variable for admin.cgi (bug #529634, #STR3390).
3635cf
- Pass through serial parameters correctly in web interface (bug #529635, #STR3391).
3635cf
- Fixed German translation (bug #531144, #STR3396).
3635cf
3635cf
* Tue Oct 20 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.1-12
3635cf
- Fix cups-lpd to create unique temporary data files (bug #529838).
3635cf
3635cf
* Mon Oct 19 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-11
3635cf
- Fixed German translation (bug #529575, STR #3380).
3635cf
3635cf
* Thu Oct 15 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-10
3635cf
- Don't ship pstoraster -- it is now provided by the ghostscript-cups
3635cf
  package.
3635cf
3635cf
* Thu Oct  8 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-9
3635cf
- Fixed naming of 'Generic PostScript Printer' entry.
3635cf
3635cf
* Wed Oct  7 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-8
3635cf
- Use upstream patch for STR #3356 (bug #526405).
3635cf
3635cf
* Fri Oct  2 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-7
3635cf
- Fixed orientation of page labels when printing text in landscape
3635cf
  mode (bug #520141, STR #3334).
3635cf
3635cf
* Wed Sep 30 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-6
3635cf
- Don't use cached PPD for raw queue (bug #526405, STR #3356).
3635cf
3635cf
* Wed Sep 23 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.1-5
3635cf
- Fixed cups.init to be LSB compliant (bug #521641)
3635cf
3635cf
* Mon Sep 21 2009 Jiri Popelka <jpopelka@redhat.com> 1:1.4.1-4
3635cf
- Changed cups.init to be LSB compliant (bug #521641), i.e.
3635cf
  return code "2" (instead of "3") if invalid arguments
3635cf
  return code "4" if restarting service under nonprivileged user
3635cf
  return code "5" if cupsd not exist or is not executable
3635cf
  return code "6" if cupsd.conf not exist
3635cf
3635cf
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> 1:1.4.1-3
3635cf
- Use password-auth common PAM configuration instead of system-auth
3635cf
  when available.
3635cf
3635cf
* Tue Sep 15 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-2
3635cf
- Fixed 'service cups status' to check for correct subsys name
3635cf
  (bug #521641).
3635cf
3635cf
* Mon Sep 14 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-1
3635cf
- 1.4.1.
3635cf
3635cf
* Fri Sep  4 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.0-2
3635cf
- Fixed the dnssd backend so that it only reports devices once avahi
3635cf
  resolution has completed.  This makes it report Device IDs
3635cf
  (bug #520858).
3635cf
- Fix locale code for Norwegian (bug #520379).
3635cf
3635cf
* Fri Aug 28 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.0-1
3635cf
- 1.4.0.
3635cf
3635cf
* Thu Aug 27 2009 Warren Togami <wtogami@redhat.com> 1:1.4-0.rc1.21
3635cf
- rebuild
3635cf
3635cf
* Wed Aug 26 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.20
3635cf
- Fixed admin.cgi crash when modifying a class (bug #519724,
3635cf
  STR #3312, patch from Jiri Popelka).
3635cf
3635cf
* Wed Aug 26 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.19
3635cf
- Prevent infinite loop in cupsDoIORequest when processing HTTP
3635cf
  errors (bug #518065, bug #519663, STR #3311).
3635cf
- Fixed document-format-supported attribute when
3635cf
  application/octet-stream is enabled (bug #516507, STR #3308, patch
3635cf
  from Jiri Popelka).
3635cf
- Fixed buggy JobKillDelay handling fix (STR #3292).
3635cf
- Prevent infinite loop in ppdc (STR #3293).
3635cf
3635cf
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.4-0.rc1.17.1
3635cf
- rebuilt with new audit
3635cf
3635cf
* Fri Aug 21 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.17
3635cf
- Removed 3-distribution symlink (bug #514244).
3635cf
3635cf
* Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.16
3635cf
- Fixed JobKillDelay handling for cancelled jobs (bug #518026, STR
3635cf
  #3292).
3635cf
- Use 'exec' to invoke ghostscript in the pstoraster filter.  This
3635cf
  allows the SIGTERM signal to reach the correct process, as well as
3635cf
  conserving memory (part of bug #518026).
3635cf
3635cf
* Tue Aug 11 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.15
3635cf
- Avoid empty BrowseLocalProtocols setting (bug #516460, STR #3287).
3635cf
3635cf
* Mon Aug 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.14
3635cf
- Fixed ppds.dat handling of drv files (bug #515027, STR #3279).
3635cf
- Fixed udev rules file to avoid DEVTYPE warning messages.
3635cf
- Fixed cupsGetNamedDest() so it does not fall back to the default
3635cf
  printer when a destination has been named (bug #516439, STR #3285).
3635cf
- Fixed MIME type rules for image/jpeg and image/x-bitmap
3635cf
  (bug #516438, STR #3284).
3635cf
- Clear out cache files on upgrade.
3635cf
- Require acl.
3635cf
3635cf
* Thu Aug  6 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.13
3635cf
- Ship udev rules to allow libusb to access printer devices.
3635cf
- Fixed duplex test pages (bug #514898, STR #3277).
3635cf
3635cf
* Wed Jul 29 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.12
3635cf
- Fixed Avahi support in the dnssd backend (bug #513888).
3635cf
- Fixed incorrect arguments to sigaction() in dnssd backend (STR #3272).
3635cf
- Cheaply restore compatibility with 1.1.x by having cups_get_sdests()
3635cf
  perform a CUPS_GET_CLASSES request if it is not sure it is talking
3635cf
  to CUPS 1.2 or later (bug #512866).
3635cf
- Prevent ipp backend looping with bad IPP devices (bug #476424,
3635cf
  STR #3262).
3635cf
- Fixed Device ID reporting in the usb backend (STR #3266).
3635cf
3635cf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4-0.rc1.11.1
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3635cf
3635cf
* Fri Jul 24 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.11
3635cf
- Tell udevd to replay printer add events in the initscript.
3635cf
3635cf
* Wed Jul 15 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.10
3635cf
- Applied patch to prevent bad job control files crashing cupsd on
3635cf
  start-up (STR #3253, bug #509741).
3635cf
- Correctly handle CUPS-Get-PPDs requests for models with '+' in their
3635cf
  names (STR #3254, bug #509586).
3635cf
- Accept incorrect device URIs in the (non-libusb) usb backend for
3635cf
  compatibility with Fedora 11 before bug #507244 was fixed.
3635cf
- Applied patch to fix incorrect device URIs (STR #3259, bug #507244).
3635cf
- Applied patch to fix job-hold-until for remote queues (STR #3258,
3635cf
  bug #497376).
3635cf
3635cf
* Mon Jul 13 2009 Remi Collet <Fedora@FamilleCollet.com> 1:1.4-0.rc1.9
3635cf
- add PHP ABI check
3635cf
- use php_extdir
3635cf
- add php configuration file (/etc/php.d/cups.ini)
3635cf
3635cf
* Fri Jul 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.8
3635cf
- Build does not require aspell-devel (bug #510405).
3635cf
3635cf
* Wed Jul  1 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.7
3635cf
- Fixed template problem preventing current printer option defaults
3635cf
  from being shown in the web interface (bug #506794, STR #3244).
3635cf
3635cf
* Wed Jul  1 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.6
3635cf
- Fixed lpadmin for remote 1.3.x servers (bug #506977, STR #3231).
3635cf
3635cf
* Tue Jun 23 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.5
3635cf
- Added more debugging output when constructing filter chain.
3635cf
3635cf
* Thu Jun 18 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.4
3635cf
- More complete fix for STR #3229 (bug #506461).
3635cf
3635cf
* Wed Jun 17 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.3
3635cf
- Don't use RPM_SOURCE_DIR macro.
3635cf
- Fixed add/modify-printer templates which had extra double-quote
3635cf
  characters, preventing the Continue button from appearing in certain
3635cf
  browsers (bug #506461, STR #3229).
3635cf
3635cf
* Wed Jun 17 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.1
3635cf
- 1.4rc1.  No longer need str3124, CVE-2009-0163, CVE-2009-0164,
3635cf
  str3197, missing-devices patches.
3635cf
- Disabled avahi patch for the time being.  More work is needed to
3635cf
  port this to rc1.
3635cf
- Removed wbuffer patch as it is not needed (see STR #1968).
3635cf
3635cf
* Fri May 15 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.18
3635cf
- More complete fix for STR #3197 (bug #500859).
3635cf
3635cf
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.17
3635cf
- Prevent cupsd crash when handling IPP_TAG_DELETEATTR requests
3635cf
  (STR #3197, bug #500859).
3635cf
3635cf
* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:1.4-0.b2.16
3635cf
- Avoid stripping binaries before rpmbuild creates the -debuginfo subpackage.
3635cf
3635cf
* Sun Apr 26 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.15
3635cf
- Accept "Host: ::1" (bug #497393).
3635cf
- Accept Host: fields set to the ServerName value (bug #497301).
3635cf
- Specify that we want poppler's pdftops (not ghostscript) for the
3635cf
  pdftops wrapper when calling configure.
3635cf
3635cf
* Fri Apr 17 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.14
3635cf
- Applied patch to fix CVE-2009-0163 (bug #490596).
3635cf
- Applied patch to fix CVE-2009-0164 (bug #490597).
3635cf
3635cf
* Thu Apr  2 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.13
3635cf
- Don't verify MD5 sum, file size, or mtime for several config files:
3635cf
  cupsd.conf, client.conf, classes.conf, printers.conf, snmp.conf,
3635cf
  subscriptions.conf, lpoptions (bug #486287).
3635cf
3635cf
* Mon Mar 23 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.12
3635cf
- If cups-polld gets EAI_AGAIN when looking up a hostname,
3635cf
  re-initialise the resolver (bug #490943).
3635cf
3635cf
* Wed Mar 11 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.11
3635cf
- Bumped cupsddk n-v-r for obsoletes/provides, as cupsddk was rebuilt.
3635cf
3635cf
* Tue Mar 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.10
3635cf
- Applied patch to fix ppd-natural-language attribute in PPD list
3635cf
  (STR #3124).
3635cf
3635cf
* Mon Mar  9 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.9
3635cf
- Handle https:// device URIs (bug #478677, STR #3122).
3635cf
3635cf
* Thu Mar  5 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.8
3635cf
- Updated to svn8404.
3635cf
3635cf
* Wed Feb 25 2009 Tim Waugh <twaugh@redhat.com>
3635cf
- Added 'Should-Start: portreserve' to the initscript (part of bug #487250).
3635cf
3635cf
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4-0.b2.7.1
3635cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3635cf
3635cf
* Thu Feb 19 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.7
3635cf
- Prevent cups-deviced missing devices (STR #3108).
3635cf
- Actually drop the perl implementation of the dnssd backend and use
3635cf
  the avahi-aware one.
3635cf
3635cf
* Thu Feb 12 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.6
3635cf
- Beginnings of avahi support.  The dnssd backend should now work, but
3635cf
  the scheduler will not yet advertise DNS-SD services.
3635cf
- No longer require avahi-tools as the dnssd backend does not use the
3635cf
  command line tools any longer.
3635cf
- Load MIME type rules correctly (bug #426089, STR #3059).
3635cf
3635cf
* Wed Jan 28 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.4
3635cf
- Fixed quotas (STR #3077, STR #3078).
3635cf
3635cf
* Tue Jan 27 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.3
3635cf
- Fixed default BrowseLocalProtocols (bug #481505).
3635cf
3635cf
* Tue Dec 16 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.2
3635cf
- 1.4b2.
3635cf
- No longer need CVE-2008-5183 patch.
3635cf
3635cf
* Sat Dec 13 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b1.6
3635cf
- Start cupsd at priority 25: after avahi-daemon but before haldaemon
3635cf
  (bug #468709).
3635cf
3635cf
* Tue Dec  9 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b1.5
3635cf
- Applied patch to fix RSS subscription limiting (bug #473901,
3635cf
  CVE-2008-5183).
3635cf
- Attempt to unbreak the fix for STR #2831 (bug #474742).
3635cf
3635cf
* Sun Nov 30 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b1.4
3635cf
- Own more directories (bug #473581).
3635cf
3635cf
* Tue Nov 11 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b1.3
3635cf
- 1.4b1.
3635cf
- No longer need ext, includeifexists, foomatic-recommended,
3635cf
  getnameddest, str2101, str2536 patches.
3635cf
- Require poppler-utils at runtime and for build.  No longer need
3635cf
  pdftops.conf.
3635cf
- Obsolete cupsddk.
3635cf
3635cf
* Thu Oct 30 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.9-3
3635cf
- Fixed LSPP labels (bug #468442).
3635cf
3635cf
* Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.9-2
3635cf
- Fixed textonly filter to send FF correctly.
3635cf
3635cf
* Fri Oct 10 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.9-1
3635cf
- 1.3.9, including fixes for CVE-2008-3639 (STR #2918, bug #464710),
3635cf
  CVE-2008-3640 (STR #2919, bug #464713) and CVE-2008-3641 (STR #2911,
3635cf
  bug #464716).
3635cf
- No longer need str2892 or res_init patches.
3635cf
3635cf
* Wed Sep 10 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-6
3635cf
- Backported patch for FatalErrors configuration directive
3635cf
  (bug #314941, STR #2536).
3635cf
3635cf
* Thu Sep  4 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Use php-cgi for executing PHP scripts (bug #460898).
3635cf
3635cf
* Wed Sep  3 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-5
3635cf
- The dnssd backend uses avahi-browse so require it (bug #458565).
3635cf
- New php sub-package (bug #428235).
3635cf
- cups-polld: reinit the resolver if we haven't yet resolved the
3635cf
  hostname (bug #354071).
3635cf
3635cf
* Mon Aug 11 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-4
3635cf
- Better password prompting behaviour (bug #215133, STR #2101).
3635cf
3635cf
* Tue Aug  5 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-3
3635cf
- Mark template files config(noreplace) for site-local modifications
3635cf
  (bug #441719).
3635cf
3635cf
* Sun Aug  3 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-2
3635cf
- Applied patch to fix STR #2892 (bug #453610).
3635cf
3635cf
* Mon Jul 28 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.8-1
3635cf
- 1.3.8.
3635cf
3635cf
* Fri Jul 18 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Removed autoconf requirement by applying autoconf-generated changes
3635cf
  to patches that caused them.  Affected patches: cups-lspp.
3635cf
3635cf
* Tue Jul 15 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-13
3635cf
- CVE-2008-1373 patch is no longer needed (applied upstream).
3635cf
- Mark HTML files and templates config(noreplace) for site-local
3635cf
  modifications (bug #441719).
3635cf
- The cups-devel package requires zlib-devel (bug #455192).
3635cf
3635cf
* Tue Jul  1 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-12
3635cf
- Fixed bug #447200 again.
3635cf
3635cf
* Tue Jul  1 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-11
3635cf
- Use portreserve.
3635cf
3635cf
* Tue Jun 24 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-10
3635cf
- Rebuilt for new gnutls.
3635cf
3635cf
* Tue Jun 17 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-9
3635cf
- Don't overwrite the upstream snmp.conf file.
3635cf
3635cf
* Tue Jun 17 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-8
3635cf
- Fixed bug #447200 again.
3635cf
3635cf
* Tue Jun 17 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-7
3635cf
- Backported cupsGetNamedDest from 1.4 (bug #428086).
3635cf
3635cf
* Tue Jun  3 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-6
3635cf
- Applied patch to fix STR #2750 (IPP authentication).
3635cf
3635cf
* Fri May 30 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-5
3635cf
- Better fix for cupsdTimeoutJob LSPP configuration suggested by
3635cf
  Matt Anderson (bug #447200).
3635cf
3635cf
* Thu May 29 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-4
3635cf
- Fix last fix (bug #447200).
3635cf
3635cf
* Wed May 28 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-3
3635cf
- If cupsdTimeoutJob is called when the originating connection is still
3635cf
  known, pass that to the function so that copy_banner can get at it if
3635cf
  necessary (bug #447200).
3635cf
3635cf
* Fri May  9 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-2
3635cf
- Applied patch to fix CVE-2008-1722 (integer overflow in image filter,
3635cf
  bug #441692, STR #2790).
3635cf
3635cf
* Thu Apr  3 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Main package requires exactly-matching libs package.
3635cf
3635cf
* Wed Apr  2 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.7-1
3635cf
- 1.3.7.  No longer need str2715, str2727, or CVE-2008-0047 patches.
3635cf
3635cf
* Tue Apr  1 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-9
3635cf
- Applied patch to fix CVE-2008-1373 (GIF overflow, bug #438303).
3635cf
- Applied patch to prevent heap-based buffer overflow in CUPS helper
3635cf
  program (bug #436153, CVE-2008-0047, STR #2729).
3635cf
3635cf
* Tue Apr  1 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-8
3635cf
- Ship a few doc files (bug #438598).
3635cf
3635cf
* Thu Mar 27 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-7
3635cf
- Don't ship broken symlink %%{_datadir}/cups/doc (bug #438598).
3635cf
3635cf
* Mon Mar 17 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-6
3635cf
- Own %%{_datadir}/cups/www (bug #437742).
3635cf
3635cf
* Thu Feb 28 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-5
3635cf
- Apply upstream fix for Adobe JPEG files (bug #166460, STR #2727).
3635cf
3635cf
* Tue Feb 26 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-4
3635cf
- LSB header for initscript (bug #246897).
3635cf
- Move HTML-related files to main application directory so that the CUPS
3635cf
  web interface still works even with --excludedocs (bug #375631).
3635cf
3635cf
* Tue Feb 26 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-3
3635cf
- Set MaxLogSize to 0 to prevent log rotation.  Upstream default is 1Mb, but
3635cf
  we want logrotate to be in charge.
3635cf
3635cf
* Sat Feb 23 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-2
3635cf
- Fix encoding of job-sheets option (bug #433753, STR #2715).
3635cf
3635cf
* Wed Feb 20 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.6-1
3635cf
- 1.3.6.
3635cf
3635cf
* Thu Feb 14 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-6
3635cf
- Include fixes from svn up to revision 7304.  No longer need str2703 patch.
3635cf
  Build with --with-dbusdir.
3635cf
- Try out logrotate again (bug #432730).
3635cf
3635cf
* Tue Feb 12 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-5
3635cf
- Fixed admin.cgi handling of DefaultAuthType (bug #432478, STR #2703).
3635cf
3635cf
* Tue Feb  5 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-4
3635cf
- Fix compilation of SO_PEERCRED support.
3635cf
- Include fixes from svn up to revision 7287.  No longer need str2650 or
3635cf
  str2664 patches.
3635cf
3635cf
* Fri Feb  1 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Updated initscript for LSB exit codes and actions (bug #246897).
3635cf
3635cf
* Thu Jan 24 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-3
3635cf
- Build requires autoconf.
3635cf
3635cf
* Mon Jan 21 2008 Tim Waugh <twaugh@redhat.com> 1:1.3.5-2
3635cf
- Main package requires libs sub-package of the same release.
3635cf
3635cf
* Thu Jan 10 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Apply patch to fix busy looping in the backends (bug #426653, STR #2664).
3635cf
3635cf
* Wed Jan  9 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Apply patch to prevent overlong PPD lines from causing failures except
3635cf
  in strict mode (bug #405061).  Needed for compatibility with older
3635cf
  versions of foomatic (e.g. Red Hat Enterprise Linux 3/4).
3635cf
- Applied upstream patch to fix cupsctl --remote-any (bug #421411, STR #2650).
3635cf
3635cf
* Thu Jan  3 2008 Tim Waugh <twaugh@redhat.com>
3635cf
- Efficiency fix for pstoraster (bug #416871).
3635cf
3635cf
* Tue Dec 18 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.5-1
3635cf
- 1.3.5.
3635cf
3635cf
* Mon Dec 10 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.4-5
3635cf
- Rebuilt with higher release number.
3635cf
3635cf
* Tue Dec 4 2007 Warren Togami <wtogami@redhat.com> 1:1.3.4-3
3635cf
- rebuild
3635cf
3635cf
* Fri Nov 30 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- CVE-2007-4045 patch is not necessarily because cupsd_client_t objects are
3635cf
  not moved in array operations, only pointers to them.
3635cf
3635cf
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Updated to improved dnssd backend from Till Kamppeter.
3635cf
3635cf
* Tue Nov 13 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed CVE-2007-4045 patch; has no effect with shipped packages since they
3635cf
  are linked with gnutls.
3635cf
- LSPP cupsdSetString/ClearString fixes (bug #378451).
3635cf
3635cf
* Wed Nov  7 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.4-2
3635cf
- Applied patch to fix CVE-2007-4045 (bug #250161).
3635cf
- Applied patch to fix CVE-2007-4352, CVE-2007-5392 and
3635cf
  CVE-2007-5393 (bug #345101).
3635cf
3635cf
* Thu Nov  1 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.4-1
3635cf
- 1.3.4 (bug #361681).
3635cf
3635cf
* Wed Oct 10 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.3-3
3635cf
- Use ppdev instead of libieee1284 for parallel port Device ID
3635cf
  retrieval (bug #311671).  This avoids SELinux audit messages.
3635cf
3635cf
* Tue Oct  9 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.3-2
3635cf
- Use libieee1284 for parallel port Device ID retrieval (bug #311671).
3635cf
3635cf
* Fri Sep 28 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.3-1
3635cf
- 1.3.3.
3635cf
3635cf
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.2-3
3635cf
- Don't strip foomatic recommended strings from make/model names.
3635cf
3635cf
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.2-2
3635cf
- Write printcap when remote printers have timed out (bug #290831).
3635cf
3635cf
* Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.2-1
3635cf
- Include Till Kamppeter's dnssd backend.
3635cf
- 1.3.2.
3635cf
- No longer need str2512 patches.
3635cf
3635cf
* Tue Sep 18 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.1-3
3635cf
- Write printcap when a remote queue is deleted (bug #290831).
3635cf
3635cf
* Tue Sep 18 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.1-2
3635cf
- Avoid writing printcap unnecessarily (bug #290831).
3635cf
3635cf
* Mon Sep 17 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.1-1
3635cf
- 1.3.1.
3635cf
3635cf
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.0-2
3635cf
- More specific license tag.
3635cf
3635cf
* Mon Aug 13 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.0-1
3635cf
- 1.3.0.
3635cf
3635cf
* Tue Jul 31 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.rc2.2
3635cf
- Make cancel man page work properly with alternatives system (bug #249768).
3635cf
- Don't call aclocal even when we modify m4 files -- CUPS does not use
3635cf
  automake (bug #250251).
3635cf
3635cf
* Tue Jul 31 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.rc2.1
3635cf
- Better buildroot tag.
3635cf
- Moved LSPP access check in add_job() to before allocation of the job
3635cf
  structure (bug #231522).
3635cf
- 1.3rc2.  No longer need avahi patch.
3635cf
3635cf
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.b1.5
3635cf
- Use kernel support for USB paper-out detection, when available
3635cf
  (bug #249213).
3635cf
3635cf
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.b1.4
3635cf
- Better error checking in the LSPP patch (bug #231522).
3635cf
3635cf
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.b1.3
3635cf
- Change initscript start level to 98, to start after avahi but before
3635cf
  haldaemon.
3635cf
- The devel sub-package requires krb5-devel.
3635cf
3635cf
* Thu Jul 19 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.b1.2
3635cf
- Build requires avahi-compat-libdns_sd-devel.  Applied patch to fix
3635cf
  build against avahi (bug #245824).
3635cf
- Build requires krb5-devel.
3635cf
3635cf
* Wed Jul 18 2007 Tim Waugh <twaugh@redhat.com> 1:1.3-0.b1.1
3635cf
- 1.3b1.  No longer need relro, directed-broadcast, af_unix-auth, or
3635cf
  str2109 patches.
3635cf
3635cf
* Fri Jul 13 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.12-1
3635cf
- 1.2.12.  No longer need adminutil or str2408 patches.
3635cf
3635cf
* Mon Jul  9 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Another small improvement for the textonly filter (bug #244979).
3635cf
3635cf
* Thu Jul  5 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.11-5
3635cf
- Support for page-ranges and accounting in the textonly filter (bug #244979).
3635cf
3635cf
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.11-4
3635cf
- Better paper-out detection patch still (bug #246222).
3635cf
3635cf
* Fri Jun 29 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.11-3
3635cf
- Applied patch to fix group handling in PPDs (bug #186231, STR #2408).
3635cf
3635cf
* Wed Jun 27 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.11-2
3635cf
- Fixed _cupsAdminSetServerSettings() sharing/shared handling (bug #238057).
3635cf
3635cf
* Mon Jun 25 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed permissions on classes.conf in the file manifest (bug #245748).
3635cf
3635cf
* Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.11-1
3635cf
- 1.2.11.
3635cf
3635cf
* Tue Jun 12 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Make the initscript use start priority 56 (bug #213828).
3635cf
- Better paper-out detection patch (bug #241589).
3635cf
3635cf
* Wed May  9 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-10
3635cf
* Revert paper-out detection for the moment.
3635cf
3635cf
* Wed May  9 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-9
3635cf
- Applied fix for rotated PDFs (bug #236753, STR #2348).
3635cf
3635cf
* Thu Apr 26 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-8
3635cf
- Initscript fixes (bug #237955).
3635cf
3635cf
* Wed Apr 25 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-7
3635cf
- Until bug #236736 is fixed, work around the kernel usblp driver's
3635cf
  quirks so that we can detect paper-out conditions.
3635cf
3635cf
* Tue Apr 10 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-6
3635cf
- Fixed 'cancel' man page (bug #234088).
3635cf
- Added empty subscriptions.conf file to make sure it gets the right
3635cf
  SELinux file context.
3635cf
3635cf
* Wed Apr  4 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-5
3635cf
- Send D-BUS QueueChanged signal on printer state changes.
3635cf
3635cf
* Tue Apr  3 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-4
3635cf
- Relay printer-state-message values in the IPP backend (STR #2109).
3635cf
3635cf
* Mon Apr  2 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-3
3635cf
- Don't clear printer-state-reasons after job completion (STR #2323).
3635cf
3635cf
* Thu Mar 29 2007 Tim Waugh <twaugh@redhat.com>
3635cf
- Small improvement for AF_UNIX auth patch.
3635cf
3635cf
* Thu Mar 29 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-2
3635cf
- LSPP: Updated patch for line-wrapped labels (bug #228107).
3635cf
3635cf
* Tue Mar 20 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.10-1
3635cf
- 1.2.10.
3635cf
3635cf
* Tue Mar 20 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.9-2
3635cf
- Added %%{_datadir}/ppd for LSB (bug #232893).
3635cf
3635cf
* Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.9-1
3635cf
- 1.2.9.
3635cf
3635cf
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-5
3635cf
- Better UNIX domain sockets authentication patch after feedback from
3635cf
  Uli (bug #230613).
3635cf
3635cf
* Thu Mar  8 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-4
3635cf
- Implemented SCM_CREDENTIALS authentication for UNIX domain sockets
3635cf
  (bug #230613).
3635cf
3635cf
* Fri Mar  2 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-3
3635cf
- Updated LSPP patch (bug #229673).
3635cf
3635cf
* Mon Feb 26 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-2
3635cf
- Applied fix for STR #2264 (bug #230116).
3635cf
3635cf
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-1
3635cf
- 1.2.8.
3635cf
3635cf
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.7-8
3635cf
- Removed logrotate config file and maxlogsize patch (bug #227369).  Now
3635cf
  CUPS is in charge of rotating its own logs, and defaults to doing so once
3635cf
  they get to 1Mb in size.
3635cf
3635cf
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.7-7
3635cf
- Don't even reload CUPS when rotating logs (bug #215024).
3635cf
3635cf
* Fri Dec  8 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Requires tmpwatch for the cron.daily script (bug #218901).
3635cf
3635cf
* Thu Dec  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.7-6
3635cf
- Fixed If-Modified-Since: handling in libcups (bug #217556, STR #2133).
3635cf
- Fixed extra EOF in pstops output (bug #216154, STR #2111).
3635cf
- Use upstream patch for STR #2121.
3635cf
3635cf
* Mon Nov 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.7-5
3635cf
- Better LSPP fix for bug #216855.
3635cf
3635cf
* Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Use translated string for password prompt (STR #2121).
3635cf
3635cf
* Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.7-4
3635cf
- Another LSPP fix (bug #216669).
3635cf
- Fixed LSPP SELinux check (bug #216855).
3635cf
- Increased PPD timeout in copy_model() (bug #216065).
3635cf
3635cf
* Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.7-3
3635cf
- Run the serial backend as root (bug #212577).
3635cf
3635cf
* Thu Nov 16 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.7-2
3635cf
- 1.2.7.
3635cf
3635cf
* Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed LogFilePerm.
3635cf
3635cf
* Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Don't use getpass() (bug #215133).
3635cf
3635cf
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.6-5
3635cf
- Reload, don't restart, when logrotating (bug #215023).
3635cf
3635cf
* Wed Nov  8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.6-4
3635cf
- Fixed pdftops.conf (bug #214611).
3635cf
3635cf
* Mon Nov  6 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.6-3
3635cf
- 1.2.6.
3635cf
3635cf
* Mon Nov  6 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-7
3635cf
- One more D-Bus signal fix (bug #212763).
3635cf
3635cf
* Fri Nov  3 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-6
3635cf
- Restore missed JobQueuedRemote D-Bus signal in ipp backend (part of
3635cf
  bug #212763).
3635cf
3635cf
* Thu Nov  2 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- LSPP patch fix (bug #213498).
3635cf
3635cf
* Wed Nov  1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-5
3635cf
- Send QueueChanged D-Bus signal on all job state changes.
3635cf
3635cf
* Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Added filter and PPD for text-only printer (bug #213030).
3635cf
3635cf
* Mon Oct 30 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-4
3635cf
- Fixed support for /dev/ttyUSB devices (bug #212577, STR #2061).
3635cf
- Fixed parallel backend (bug #213021, STR #2056).
3635cf
3635cf
* Thu Oct 26 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Ship a real lpoptions file to make sure it is world-readable (bug #203510).
3635cf
3635cf
* Mon Oct 23 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.5-3
3635cf
- 1.2.5.
3635cf
3635cf
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Feature-complete LSPP patch from Matt Anderson (bug #210542).
3635cf
3635cf
* Thu Oct  5 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-9
3635cf
- adminutil.c: when writing 'BrowseAllow @LOCAL', add a comment about what
3635cf
  to change it to when using directed broadcasts from another subnet
3635cf
  (bug #204373).
3635cf
3635cf
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-8
3635cf
- LSPP patch didn't get updated properly in 1:1.2.4-6.  Use the right
3635cf
  patch this time (bug #208676).  LSPP re-enabled.
3635cf
3635cf
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-7
3635cf
- LSPP patch disabled, since it still causes cupsd to crash.
3635cf
3635cf
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-6
3635cf
- Updated LSPP patch from Matt Anderson (bug #208676).
3635cf
3635cf
* Tue Oct  3 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-5
3635cf
- Updated LSPP patch from Matt Anderson (bug #208676).
3635cf
3635cf
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1:1.2.4-4
3635cf
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
3635cf
3635cf
* Wed Sep 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-3
3635cf
- Add '--help' option to lpr command (bug #206380, STR #1989).
3635cf
3635cf
* Fri Sep 22 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.4-2
3635cf
- 1.2.4 (bug #206763).  No longer need str1968 patch.
3635cf
3635cf
* Wed Sep 13 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.3-5
3635cf
- Fixed STR #1968 properly (bug #205619).
3635cf
3635cf
* Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- No longer need language patch.
3635cf
3635cf
* Mon Sep 11 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.3-4
3635cf
- Applied upstream patch to fix STR #1968 (bug #205619).
3635cf
3635cf
* Thu Sep  7 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- %%ghost %%config(noreplace) /etc/cups/lpoptions (bug #59022).
3635cf
3635cf
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.3-3
3635cf
- Don't overwrite snmp.c.
3635cf
- No longer need str1893 patch.
3635cf
3635cf
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.3-2
3635cf
- 1.2.3.  No longer need str1880 or str1881 patches.
3635cf
3635cf
* Tue Aug 29 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Removed dest-cache patch.
3635cf
3635cf
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-17
3635cf
- Fixed another LSPP patch problem (bug #203784).
3635cf
- Updated fix for STR #1881 from upstream.
3635cf
3635cf
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-16
3635cf
- Fixed another LSPP patch problem noted by Erwin Rol.
3635cf
3635cf
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-15
3635cf
- Fixed LSPP patch passing NULL to strcmp (bug #203784).
3635cf
3635cf
* Mon Aug 21 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-14
3635cf
- Updated LSPP patch (bug #203376).
3635cf
3635cf
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1:1.2.2-13
3635cf
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
3635cf
  (#203001)
3635cf
3635cf
* Fri Aug 18 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Own notifier directory (bug #203085).
3635cf
3635cf
* Thu Aug 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-12
3635cf
- Apply patch to fix STR #1880 (bug #200205).
3635cf
3635cf
* Wed Aug 16 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-11
3635cf
- Use upstream patch to fix STR #1881.
3635cf
3635cf
* Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-10
3635cf
- Remove 'Provides: LPRng = 3.8.15-3' (bug #148757).
3635cf
- Applied patch to fix STR #1893 (bug #201800).
3635cf
3635cf
* Thu Aug 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-9
3635cf
- Try different fix for STR #1795/STR #1881 (bug #201167).
3635cf
3635cf
* Sun Aug  6 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-8
3635cf
- Apply patch from STR #1881 for remote IPP printing (bug #201167).
3635cf
3635cf
* Wed Aug  2 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-7
3635cf
- Updated LSPP patch from Matt Anderson.
3635cf
- Ship pstopdf filter for LSPP.
3635cf
3635cf
* Fri Jul 28 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-6
3635cf
- Use replacement snmp.c from STR #1737 (bug #193093).
3635cf
- Re-enable LSPP; doesn't harm browsing after all.
3635cf
3635cf
* Fri Jul 28 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-5
3635cf
- Disable LSPP for now, since it seems to break browsing somehow.
3635cf
3635cf
* Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-4
3635cf
- Fixed package requirements (bug #199903).
3635cf
3635cf
* Fri Jul 21 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-3
3635cf
- Apply Matt Anderson's LSPP patch.
3635cf
- Renumbered patches.
3635cf
3635cf
* Thu Jul 20 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-2
3635cf
- 1.2.2.
3635cf
3635cf
* Wed Jul 19 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-21
3635cf
- Sync with svn5754.  Fixes bug #198987, bug #195532, bug #130118.
3635cf
3635cf
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 1:1.2.1-20
3635cf
- Require a new version of D-Bus and rebuild
3635cf
3635cf
* Fri Jul 14 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-19
3635cf
- Sync with svn5737.  Fixes bug #192015.
3635cf
3635cf
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.2.1-18.1
3635cf
- rebuild
3635cf
3635cf
* Fri Jul  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-18
3635cf
- Ship with an empty classes.conf file.
3635cf
3635cf
* Tue Jul  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-17
3635cf
- Sync with svn5706.
3635cf
- No longer need localhost, str1740, str1758, str1736, str1776 patches.
3635cf
3635cf
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-16
3635cf
- Bumped paps requirement.
3635cf
- Don't use texttopaps for application/* MIME types (bug #197214).
3635cf
3635cf
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-15
3635cf
- Require paps and use it for printing text (bug #197214).
3635cf
3635cf
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-14
3635cf
- Don't export in SSLLIBS to cups-config.
3635cf
3635cf
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-13
3635cf
- Fixed cupsd network default printer crash (STR #1776).
3635cf
3635cf
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1:1.2.1-12
3635cf
- rebuilt with new gnutls
3635cf
3635cf
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-11
3635cf
- Remove certs directory in %%post, not %%postun.
3635cf
3635cf
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-10
3635cf
- Remove old-style certs directory after upgrade (bug #194581).
3635cf
3635cf
* Wed Jun  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-9
3635cf
- Prevent 'too many open files' error (STR #1736, bug #194368).
3635cf
3635cf
* Wed Jun  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-8
3635cf
- Fix 'Allow from @IF(...)' (STR #1758, bug #187703).
3635cf
3635cf
* Wed Jun  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-7
3635cf
- ServerBin compatibility patch (bug #194005).
3635cf
3635cf
* Fri Jun  2 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-6
3635cf
- Applied upstream patch to fix STR #1740 (bug #192809).
3635cf
3635cf
* Thu Jun  1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-5
3635cf
- Fixed group ownerships again (bug #192880).
3635cf
3635cf
* Thu Jun  1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-4
3635cf
- Fixed 'service cups reload' not to give an error message.
3635cf
3635cf
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-3
3635cf
- Fix 'localhost' fallback in httpAddrGetList() (bug #192628, STR #1723).
3635cf
3635cf
* Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-2
3635cf
- 1.2.1.
3635cf
- Another STR #1705 fix (bug #192034).
3635cf
- Fixed devel package multilib conflict (bug #192664).
3635cf
3635cf
* Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-7
3635cf
- Sync to svn5568.  No longer need rpath patch.
3635cf
- Added a 'conflicts:' for kdelibs to prevent bug #192548.
3635cf
3635cf
* Sat May 20 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-6
3635cf
- Sync to svn5555.  No longer need str1670 or str1705 patches.
3635cf
3635cf
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-5
3635cf
- Sync to svn5545.
3635cf
- Ship a driver directory.
3635cf
3635cf
* Thu May 18 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-4
3635cf
- Disable back-channel data in the usb backend (STR #1705, bug #192034).
3635cf
- Fix for 'browsing stops on reload', STR #1670 (bug #191217).
3635cf
3635cf
* Wed May 17 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Sync to svn5538.
3635cf
- Added 'restartlog' to initscript, for clearing out error_log.  Useful
3635cf
  for problem diagnosis.
3635cf
- Initscript no longer needs to check for printconf-backend.
3635cf
3635cf
* Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-3
3635cf
- Added image library build requirements.
3635cf
- The devel package requires gnutls-devel (bug #191908).
3635cf
3635cf
* Mon May  8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.0-2
3635cf
- 1.2.0.
3635cf
3635cf
* Fri May  5 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.4
3635cf
- Sync to svn5493.
3635cf
3635cf
* Fri May  5 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.3
3635cf
- Sync to svn5491.
3635cf
3635cf
* Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Sync to svn5470.
3635cf
- No longer need link, CAN-2005-0064, or no-propagate-ipp-port patches.
3635cf
- Switch to upstream PIE implementation (every single binary is PIE).
3635cf
- Extend relro to all binaries.
3635cf
- Better rpath patch.
3635cf
3635cf
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- No longer need backend, rcp, or ppdsdat patches.
3635cf
- Use configure switch for LogFilePerm default instead of patch.
3635cf
3635cf
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Own /var/run/cups (bug #189561).
3635cf
- Sync from svn5460 to svn5462.
3635cf
3635cf
* Tue Apr 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.2
3635cf
- Patch pdftops to understand 'includeifexists', and use that in the
3635cf
  pdftops.conf file (bug #189809).
3635cf
3635cf
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.5.rc3.1
3635cf
- 1.2rc3.
3635cf
- Ship an snmp.conf.
3635cf
3635cf
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.4.rc2.2
3635cf
- Updated to svn 5446.
3635cf
3635cf
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Ignore .rpmnew and .rpmsave banner files.
3635cf
3635cf
* Tue Apr 11 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Ship a /etc/cups/pdftops.conf file (bug #188583).
3635cf
3635cf
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Build requires libacl-devel.
3635cf
3635cf
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.4.rc2.1
3635cf
- 1.2rc2.
3635cf
3635cf
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.9
3635cf
- Sync scheduler/* with svn 5383.
3635cf
3635cf
* Fri Apr  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.8
3635cf
- No longer need openssl-devel.
3635cf
- Build with LDAP_DEPRECATED=1, to pick up declarations of ldap_init() etc.
3635cf
- Only warn about ACLs once (STR #1532).
3635cf
- Fix imagetops filter (STR #1533).
3635cf
- Sync pstops.c with svn 5382.
3635cf
3635cf
* Thu Apr  6 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.7
3635cf
- Build requires openldap-devel.
3635cf
- Sync pstops.c with svn 5372.
3635cf
3635cf
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.6
3635cf
- Tweak to allow 'usb:/dev/usb/lp0'-style URIs again.
3635cf
3635cf
* Sun Apr  2 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.5
3635cf
- Backported svn 5365:5366 change for mutex-protected stringpool (STR #1530).
3635cf
3635cf
* Sat Apr  1 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed _cupsStrFree() (STR #1529).
3635cf
3635cf
* Fri Mar 31 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.4
3635cf
- Fixed interaction with CUPS 1.1 servers (STR #1528).
3635cf
3635cf
* Wed Mar 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.3
3635cf
- Fix group list of non-root backends (STR #1521, bug #186954).
3635cf
3635cf
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.2
3635cf
- Fix lpq -h (STR#1515, bug #186686).
3635cf
3635cf
* Mon Mar 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.1
3635cf
- Ship a printers.conf file, and a client.conf file.  That way, they get
3635cf
  their SELinux file contexts set correctly.
3635cf
3635cf
* Mon Mar 27 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.2.rc1.0
3635cf
- 1.2rc1.
3635cf
3635cf
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.6
3635cf
- Add KDE compatibility symbols _ipp_add_attr/_ipp_free_attr to ipp.h, with
3635cf
  a comment saying why they shouldn't be used.
3635cf
3635cf
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.5
3635cf
- Fix KDE compatibility symbols _ipp_add_attr/_ipp_free_attr.
3635cf
3635cf
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.4
3635cf
- Update to svn snapshot.
3635cf
3635cf
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.3
3635cf
- Update to svn snapshot.  No longer need users or policy patches.
3635cf
3635cf
* Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.2
3635cf
- Rebuilt.
3635cf
3635cf
* Tue Mar 14 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.1
3635cf
- Build requires gnutls-devel.
3635cf
- Fixed default policy name.
3635cf
- Fixed 'set-allowed-users' in web UI.
3635cf
3635cf
* Mon Mar 13 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b2.0
3635cf
- 1.2b2.
3635cf
- Use new CUPS_SERVERBIN location (/usr/lib/cups even on 64-bit hosts).
3635cf
3635cf
* Fri Mar 10 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed some permissions.
3635cf
3635cf
* Fri Mar 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b1.1
3635cf
- Ship /etc/cups/ssl directory.
3635cf
3635cf
* Thu Mar  9 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.1.b1.0
3635cf
- 1.2b1.  No longer need devid patch.
3635cf
3635cf
* Wed Mar  8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5238.2
3635cf
- Fixed 'device-id' attribute in GET_DEVICES requests (STR #1467).
3635cf
3635cf
* Tue Mar  7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5238.1
3635cf
- New svn snapshot.
3635cf
- No longer need browse or raw patches.
3635cf
3635cf
* Wed Mar  1 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5137.1
3635cf
- Fixed raw printing.
3635cf
- Removed (unapplied) session printing patch.
3635cf
- Fixed browse info.
3635cf
3635cf
* Thu Feb 23 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5137.0
3635cf
- New svn snapshot.
3635cf
3635cf
* Fri Feb 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5102.0
3635cf
- New svn snapshot.
3635cf
- No longer need enabledisable patch.
3635cf
- Fixed double-free in scheduler/policy.c (STR #1428).
3635cf
3635cf
* Fri Feb 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn5083.0
3635cf
- New svn snapshot.
3635cf
3635cf
* Wed Jan 25 2006 Tim Waugh <twaugh@redhat.com> 1:1.2-0.0.svn4964.0
3635cf
- Use -fPIE not -fpie in PIE patch.
3635cf
- Fix link patch.
3635cf
- Patch in PIE instead of using --enable-pie, since that doesn't work.
3635cf
3635cf
* Fri Jan 20 2006 Tim Waugh <twaugh@redhat.com>
3635cf
- 1.2 svn snapshot.
3635cf
- No longer need doclink, str1023, pdftops, sanity, lpstat, str1068,
3635cf
  sigchld, gcc34, gcc4, slow, CAN-2004-0888, CAN-2005-2097, finddest,
3635cf
  str1249, str1284, str1290, str1301, CVE-2005-3625,6,7 patches.
3635cf
- Removed autodetect-tag patch.
3635cf
3635cf
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-30
3635cf
- Include 'Autodetected' tag for better integration with autodetection tools.
3635cf
3635cf
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-29
3635cf
- Apply dest-cache-v2 patch (bug #175847).
3635cf
3635cf
* Wed Jan  4 2006 Tim Waugh <twaugh@redhat.com> 1:1.1.23-28
3635cf
- Apply patch to fix CVE-2005-3625, CVE-2005-3626, CVE-2005-3627
3635cf
  (bug #176868).
3635cf
3635cf
* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-27
3635cf
- Link pdftops with -z relro.
3635cf
3635cf
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 1:1.1.23-26
3635cf
- rebuild for new dbus
3635cf
3635cf
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 1:1.1.23-25
3635cf
- rebuilt with new openssl
3635cf
3635cf
* Thu Oct 20 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-24
3635cf
- Build with -fstack-protector-all.
3635cf
3635cf
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com> 1:1.1.23-23
3635cf
- link libcupsimage.so against libcups
3635cf
3635cf
* Tue Oct 11 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-22
3635cf
- Apply patch to fix STR #1301 (bug #169979).
3635cf
3635cf
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-21
3635cf
- Apply patch to fix STR #1290.
3635cf
3635cf
* Wed Oct  5 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-20
3635cf
- Apply upstream patch for STR #1249.
3635cf
3635cf
* Fri Sep 30 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-19
3635cf
- Use upstream patch for STR #1284.
3635cf
3635cf
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com>
3635cf
- use include instead of pam_stack in pam config
3635cf
3635cf
* Thu Sep 29 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
3635cf
- Raise IPP_MAX_VALUES to 100 (bug #164232).  STR #1284.
3635cf
- Made FindDest better behaved in some instances (bug #164232).  STR #1283.
3635cf
3635cf
* Fri Sep  2 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-17
3635cf
- Fixed CAN-2005-2097 (bug #164510).
3635cf
3635cf
* Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-16
3635cf
- Make DeletePrinterFromClass faster (bug #160620).
3635cf
3635cf
* Thu Mar 31 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-15
3635cf
- Don't require exact dbus version, just minimum.
3635cf
3635cf
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-14
3635cf
- Fixed up dbus patch so that it compiles.
3635cf
3635cf
* Wed Mar  9 2005 John (J5) Palmieri <johnp@redhat.com>
3635cf
- Fix up dbus patch 
3635cf
3635cf
* Mon Mar  7 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.23-13
3635cf
- Fixed up dbus patch to work with dbus 0.31
3635cf
3635cf
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 1:1.1.23-12
3635cf
- rebuild for openssl-0.9.7e
3635cf
3635cf
* Tue Feb 22 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-11
3635cf
- UTF-8-ify spec file (bug #149293).
3635cf
3635cf
* Fri Feb 18 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-10
3635cf
- Fixed build with GCC 4.
3635cf
3635cf
* Thu Feb 10 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-9
3635cf
- Back to old DBUS API since new DBUS isn't built yet.
3635cf
3635cf
* Mon Feb  7 2005 Tim Waugh <twaugh@redhat.com>
3635cf
- Use upstream patch for STR #1068.
3635cf
- Apply patch to fix remainder of CAN-2004-0888 (bug #135378).
3635cf
3635cf
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com>
3635cf
- Applied patch to prevent occasional cupsd crash on reload (bug #146850).
3635cf
3635cf
* Tue Feb  1 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-8
3635cf
- New DBUS API.
3635cf
3635cf
* Tue Feb  1 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-7
3635cf
- Applied patch to prevent file descriptor confusion (STR #1068).
3635cf
3635cf
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com>
3635cf
- Build does not require XFree86-devel (bug #146397).
3635cf
3635cf
* Thu Jan 27 2005 Tim Waugh <twaugh@redhat.com>
3635cf
- Corrected directory modes so that they reflect what cupsd sets them to.
3635cf
3635cf
* Mon Jan 24 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-6
3635cf
- Build against new dbus.
3635cf
3635cf
* Fri Jan 21 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-5
3635cf
- Use tmpwatch to remove unused files in the spool temporary directory
3635cf
  (bug #110026).
3635cf
3635cf
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com>
3635cf
- Use gzip's -n flag for the PPDs.
3635cf
3635cf
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-4
3635cf
- Mark the initscript noreplace (bug #145629).
3635cf
3635cf
* Wed Jan 19 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-3
3635cf
- Applied patch to fix CAN-2005-0064.
3635cf
3635cf
* Thu Jan  6 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-2
3635cf
- Fixed patch from STR #1023.
3635cf
3635cf
* Tue Jan  4 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-1
3635cf
- 1.1.23.
3635cf
3635cf
* Mon Dec 20 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.23-0.rc1.1
3635cf
- 1.1.23rc1.
3635cf
- No longer need ioctl, ref-before-use, str1023 or str1024 patches.
3635cf
3635cf
* Fri Dec 17 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-6
3635cf
- Use upstream patches for bug #143086.
3635cf
3635cf
* Thu Dec 16 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-5
3635cf
- Fixed STR #1023 (part of bug #143086).
3635cf
- Fixed STR #1024 (rest of bug #143086).
3635cf
3635cf
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Not all files in the doc directory are pure documentation (bug #67337).
3635cf
3635cf
* Thu Dec  9 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Fixed ioctl parameter size in usb backend.  Spotted by David A. Marlin.
3635cf
3635cf
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-4
3635cf
- Convert de and fr .tmpl files into UTF-8 (bug #136177).
3635cf
3635cf
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-3
3635cf
- Fix ref-before-use bug in debug output (bug #141585).
3635cf
3635cf
* Mon Nov 29 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Copied "ext" patch over from xpdf RPM package.
3635cf
3635cf
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-2
3635cf
- Fixed cups-lpd file mode (bug #137325).
3635cf
- Convert all man pages to UTF-8 (bug #107118).  Patch from Miloslav Trmac.
3635cf
3635cf
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- New lpd subpackage, from patch by Matthew Galgoci (bug #137325).
3635cf
3635cf
* Tue Nov  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-1
3635cf
- 1.1.22.
3635cf
- No longer need ippfail, overread or str970 patches.
3635cf
3635cf
* Tue Oct 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc2.1
3635cf
- Make cancel-cups(1) man page point to lp-cups(1) not lp(1) (bug #136973).
3635cf
- Use upstream patch for STR #953.
3635cf
- 1.1.22rc2.
3635cf
3635cf
* Wed Oct 20 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.7
3635cf
- Prevent filters generating incorrect PS in locales where "," is the
3635cf
  decimal separator (bug #136102).  Patch from STR #970.
3635cf
3635cf
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.5
3635cf
- Fixed another typo in last patch!
3635cf
3635cf
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.4
3635cf
- Fixed typo in last patch.
3635cf
3635cf
* Thu Oct 14 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.3
3635cf
- Another attempt at fixing bug #135502.
3635cf
3635cf
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.2
3635cf
- Fail better when receiving corrupt IPP responses (bug #135502).
3635cf
3635cf
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.22-0.rc1.1
3635cf
- 1.1.22rc1.
3635cf
3635cf
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-7
3635cf
- Set LogFilePerm 0600 in default config file.
3635cf
3635cf
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-6
3635cf
- Apply patch to fix CAN-2004-0923 (bug #134601).
3635cf
3635cf
* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-5
3635cf
- Fixed reload logic (bug #134080).
3635cf
3635cf
* Wed Sep 29 2004 Warren Togami <wtogami@redhat.com> 1:1.1.21-4
3635cf
- Remove .pdf from docs, fix links
3635cf
3635cf
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-3
3635cf
- Write a pid file (bug #132987).
3635cf
3635cf
* Thu Sep 23 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-2
3635cf
- 1.1.21.
3635cf
3635cf
* Thu Sep  9 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc2.2
3635cf
- Updated DBUS patch (from Colin Walters).
3635cf
3635cf
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc2.1
3635cf
- 1.1.21rc2.
3635cf
- No longer need state, reload-timeout or str743 patches.
3635cf
- httpnBase64 patch no longer applies; alternate method implemented
3635cf
  upstream.
3635cf
- Fix single byte overread in usersys.c (spotted by Colin Walters).
3635cf
3635cf
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Applied httpnEncode64 patch from Colin Walters.
3635cf
3635cf
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Session printing patch (Colin Walters).  Disabled for now.
3635cf
3635cf
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.9
3635cf
- Shorter reload timeout (Colin Walters).
3635cf
- Updated DBUS patch from Colin Walters.
3635cf
3635cf
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Updated IPP backend IPP_PORT patch from Colin Walters.
3635cf
3635cf
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.8
3635cf
- Preserve DBUS_SESSION_BUS_ADDRESS in environment (Colin Walters).
3635cf
- Fixed enabledisable patch.
3635cf
3635cf
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.7
3635cf
- Bumped DBUS version to 0.22.
3635cf
3635cf
* Fri Aug  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.6
3635cf
- Patch from Colin Walters to prevent IPP backend using non-standard
3635cf
  IPP port.
3635cf
3635cf
* Sun Aug  1 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.5
3635cf
- Really bumped DBUS version.
3635cf
3635cf
* Fri Jul 30 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.4
3635cf
- Bumped DBUS version.
3635cf
3635cf
* Fri Jul 16 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Added version to LPRng obsoletes: tag (bug #128024).
3635cf
3635cf
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.3
3635cf
- Updated DBUS patch.
3635cf
3635cf
* Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.2
3635cf
- Apply patch from STR #743 (bug #114999).
3635cf
3635cf
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-1.rc1.1
3635cf
- Fix permissions on logrotate script (bug #126426).
3635cf
3635cf
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-0.rc1.2
3635cf
- Build for dbus-0.21.
3635cf
- Fix SetPrinterState().
3635cf
3635cf
* Thu Jun  3 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Use configure's --with-optim parameter instead of setting OPTIM at
3635cf
  make time (bug #125228).
3635cf
3635cf
* Thu Jun  3 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-0.rc1.1
3635cf
- 1.1.21rc1.
3635cf
- No longer need str716, str718, authtype or encryption patches.
3635cf
3635cf
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-15
3635cf
- Build on ppc and ppc64 again.
3635cf
3635cf
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-14
3635cf
- ExcludeArch ppc, ppc64.
3635cf
- More D-BUS changes.
3635cf
3635cf
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-13
3635cf
- Enable optimizations on ia64 again.
3635cf
3635cf
* Thu May 27 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-12
3635cf
- D-BUS changes.
3635cf
3635cf
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-11
3635cf
- Build requires make >= 3.80 (bug #124472).
3635cf
3635cf
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-10
3635cf
- Finish fix for cupsenable/cupsdisable (bug #102490).
3635cf
- Fix MaxLogSize setting (bug #123003).
3635cf
3635cf
* Tue May 25 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-9
3635cf
- Apply patches from CVS (authtype) to fix STR #434, STR #611, and as a
3635cf
  result STR #719.  This fixes several problems including those noted in
3635cf
  bug #114999.
3635cf
3635cf
* Mon May 24 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Use upstream patch for exit code fix for bug #110135 [STR 718].
3635cf
3635cf
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-8
3635cf
- If cupsd fails to start, make it exit with an appropriate code so that
3635cf
  initlog notifies the user (bug #110135).
3635cf
3635cf
* Thu May 13 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Fix cups/util.c:get_num_sdests() to use encryption when it is necessary
3635cf
  or requested (bug #118982).
3635cf
- Use upstream patch for the HTTP/1.1 Continue bug (from STR716).
3635cf
3635cf
* Tue May 11 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-7
3635cf
- Fix non-conformance with HTTP/1.1, which caused failures when printing
3635cf
  to a Xerox Phaser 8200 via IPP (bug #122352).
3635cf
- Make lppasswd(1) PIE.
3635cf
- Rotate logs within cupsd (instead of relying on logrotate) if we start
3635cf
  to approach the filesystem file size limit (bug #123003).
3635cf
3635cf
* Tue Apr  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-6
3635cf
- Fix pie patch (bug #120078).
3635cf
3635cf
* Fri Apr  2 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Fix rcp patch for new system-config-printer name.
3635cf
3635cf
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Fri Feb  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-4
3635cf
- Tracked D-BUS API changes.
3635cf
- Updated D-BUS configuration file.
3635cf
- Symlinks to avoid conflicting with bash builtins (bug #102490).
3635cf
3635cf
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-3
3635cf
- Improved PIE patch.
3635cf
- Fixed compilation with GCC 3.4.
3635cf
3635cf
* Thu Jan 29 2004 Tim Waugh <twaugh@redhat.com>
3635cf
- Don't ship cupsconfig now that nothing uses it.
3635cf
3635cf
* Wed Jan  7 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-2
3635cf
- Try harder to find a translated page for the web interface (bug #107619).
3635cf
- Added build_as_pie conditional to spec file to facilitate debugging.
3635cf
3635cf
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.20-1
3635cf
- 1.1.20.
3635cf
- No longer need idefense, str226 patches.
3635cf
- Updated sanity patch.
3635cf
- The devel sub-package requires openssl-devel (bug #110772).
3635cf
3635cf
* Wed Nov 26 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-16
3635cf
- removed -Wl,-rpath from cups-sharedlibs.m4 (replaced old no_rpath patch)
3635cf
3635cf
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-15
3635cf
- no rpath in cups-config anymore
3635cf
3635cf
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-14
3635cf
- Enable PIE for cupsd.
3635cf
3635cf
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com>
3635cf
- Don't ignore the file descriptor when ShutdownClient is called: it
3635cf
  might get closed before we next try to read it (bug #107787).
3635cf
3635cf
* Tue Oct 14 2003 Tim Waugh <twaugh@redhat.com>
3635cf
- Removed busy-loop patch; 1.1.19 has its own fix for this.
3635cf
3635cf
* Thu Oct  2 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-13
3635cf
- Apply patch from STR 226 to make CUPS reload better behaved (bug #101507).
3635cf
3635cf
* Wed Sep 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-12
3635cf
- Prevent a libcups busy loop (bug #97958).
3635cf
3635cf
* Thu Aug 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-11
3635cf
- Another attempt to fix bug #100984.
3635cf
3635cf
* Wed Aug 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-10
3635cf
- Pass correct attributes-natural-language through even in the absence
3635cf
  of translations for that language (bug #100984).
3635cf
- Show compilation command lines.
3635cf
3635cf
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-9
3635cf
- Prevent lpstat displaying garbage.
3635cf
3635cf
* Mon Jul 21 2003 Tim Waugh <twaugh@redhat.com>
3635cf
- Mark mime.convs and mime.types as config files (bug #99461).
3635cf
3635cf
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-8
3635cf
- Start cupsd before nfs server processes (bug #97767).
3635cf
3635cf
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-7
3635cf
- Add some %%if %%use_dbus / %%endif's to make it compile without dbus
3635cf
  (bug #97397).  Patch from Jos Vos.
3635cf
3635cf
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-6
3635cf
- Don't busy loop in the client if the IPP port is in use by another
3635cf
  app (bug #97468).
3635cf
3635cf
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-5
3635cf
- Mark pam.d/cups as config file not to be replaced (bug #92236).
3635cf
3635cf
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-3
3635cf
- Provide a version for LPRng (bug #92145).
3635cf
3635cf
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-2
3635cf
- Obsolete LPRng now.
3635cf
3635cf
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-1
3635cf
- 1.1.19.  No longer need optparse patch.
3635cf
3635cf
* Sat May 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.4
3635cf
- Ship configuration file for D-BUS.
3635cf
3635cf
* Fri May 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.3
3635cf
- Rebuild for dbus-0.11 API changes.
3635cf
- Fix ownership in file manifest (bug #90840).
3635cf
3635cf
* Wed May 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.2
3635cf
- Fix option parsing in lpq (bug #90823).
3635cf
3635cf
* Tue May 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.1
3635cf
- 1.1.19rc5.
3635cf
3635cf
* Thu May  8 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc4.1
3635cf
- 1.1.19rc4.  Ported initscript, idefense, ppdsdat, dbus patches.
3635cf
- No longer need error, sigchld patches.
3635cf
- Ship cupstestppd.
3635cf
3635cf
* Thu Apr 24 2003 Tim Waugh <twaugh@redhat.com>
3635cf
- Mark banners as config files (bug #89069).
3635cf
3635cf
* Sat Apr 12 2003 Havoc Pennington <hp@redhat.com> 1:1.1.18-4
3635cf
- adjust dbus patch - dbus_bus_get() sends the hello for you, 
3635cf
  and there were a couple of memleaks
3635cf
- buildprereq dbus 0.9
3635cf
- rebuild for new dbus
3635cf
- hope it works, I'm ssh'd in with no way to test. ;-)
3635cf
3635cf
* Thu Apr 10 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-3
3635cf
- Get on D-BUS.
3635cf
3635cf
* Fri Mar 28 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-2
3635cf
- Fix translation in the init script (bug #87551).
3635cf
3635cf
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1.1
3635cf
- Turn off optimization on ia64 until bug #87383 is fixed.
3635cf
3635cf
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1
3635cf
- 1.1.18.
3635cf
- No longer need uninit patch.
3635cf
- Some parts of the iDefense and pdftops patches seem to have been
3635cf
  picked up, but not others.
3635cf
3635cf
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-13
3635cf
- Don't set SIGCHLD to SIG_IGN when using wait4 (via pclose) (bug #84101).
3635cf
3635cf
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-12
3635cf
- Fix cups-lpd (bug #83452).
3635cf
3635cf
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-11
3635cf
- Build ppds.dat on first install.
3635cf
3635cf
* Fri Jan 24 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-10
3635cf
- Add support for rebuilding ppds.dat without running the scheduler
3635cf
  proper (for bug #82500).
3635cf
3635cf
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.1.17-9
3635cf
- rebuilt
3635cf
3635cf
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-8
3635cf
- Warn against editing queues managed by redhat-config-printer
3635cf
  (bug #82267).
3635cf
3635cf
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-7
3635cf
- Fix up error reporting in lpd backend.
3635cf
3635cf
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-6
3635cf
- Add epoch to internal requirements.
3635cf
- Make 'condrestart' return success exit code when daemon isn't running.
3635cf
3635cf
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.17-5
3635cf
- Use pkg-config information to find SSL libraries.
3635cf
3635cf
* Thu Dec 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-4
3635cf
- Security fixes.
3635cf
- Make 'service cups reload' update the configuration first (bug #79953).
3635cf
3635cf
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-3
3635cf
- Fix cupsd startup hang (bug #79346).
3635cf
3635cf
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-2
3635cf
- Fix parallel backend behaviour when cancelling jobs.
3635cf
3635cf
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-1
3635cf
- 1.1.17.
3635cf
- No longer need libdir patch.
3635cf
- Fix logrotate script (bug #76791).
3635cf
3635cf
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
3635cf
- Build requires XFree86-devel (bug #78362).
3635cf
3635cf
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
3635cf
- 1.1.16.
3635cf
- Updated system-auth patch.
3635cf
- Add ncp backend script.
3635cf
3635cf
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-15
3635cf
- Set alternatives priority to 40.
3635cf
3635cf
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.15-14
3635cf
- Buildrequire pam-devel.
3635cf
- Patch default PAM config file to remove directory names from module paths,
3635cf
  allowing the configuration files to work equally well on multilib systems.
3635cf
- Patch default PAM config file to use system-auth, require the file at build-
3635cf
  time because that's what data/Makefile checks for.
3635cf
3635cf
* Fri Nov  8 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-13
3635cf
- Use logrotate for log rotation (bug #76791).
3635cf
- No longer need cups.desktop, since redhat-config-printer handles it.
3635cf
3635cf
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-12
3635cf
- Revert to libdir for CUPS_SERVERBIN.
3635cf
3635cf
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-11
3635cf
- Use %%configure for multilib correctness.
3635cf
- Use libexec instead of lib for CUPS_SERVERBIN.
3635cf
- Ship translated man pages.
3635cf
- Remove unshipped files.
3635cf
- Fix file list permissions (bug #59021, bug #74738).
3635cf
- Fix messy initscript output (bug #65857).
3635cf
- Add 'reload' to initscript (bug #76114).
3635cf
3635cf
* Fri Aug 30 2002 Bernhard Rosenkraenzer <bero@redhat.de> 1.1.15-10
3635cf
- Add generic postscript PPD file (#73061)
3635cf
3635cf
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-9
3635cf
- Fix prefix in pstoraster (bug #69573).
3635cf
3635cf
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-8
3635cf
- Disable cups-lpd by default (bug #71712).
3635cf
- No need for fread patch now that glibc is fixed.
3635cf
3635cf
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-7
3635cf
- Really add cups-lpd xinetd file (bug #63919).
3635cf
- Ship pstoraster (bug #69573).
3635cf
- Prevent fread from trying to read from beyond EOF (fixes a segfault
3635cf
  with new glibc).
3635cf
3635cf
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.1.15-6
3635cf
- rebuilt with gcc-3.2 (we hope)
3635cf
3635cf
* Mon Aug  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-5
3635cf
- Add cups-lpd xinetd file (#63919)
3635cf
3635cf
* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.1.15-4
3635cf
- add a "exit 0" to postun script
3635cf
3635cf
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-3
3635cf
- Add a symlink /usr/share/cups/doc -> /usr/share/doc/cups-devel-1.1.15
3635cf
  because some applications expect to find the cups docs in
3635cf
  /usr/share/cups/doc
3635cf
3635cf
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
3635cf
- automated rebuild
3635cf
3635cf
* Fri Jun 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-1
3635cf
- 1.1.15-1
3635cf
- Fix up smb printing trigger (samba-client, not samba-clients)
3635cf
- Start cupsd earlier, apparently it needs to be running before samba
3635cf
  starts up for smb printing to work.
3635cf
3635cf
* Thu May 23 2002 Tim Powers <timp@redhat.com>
3635cf
- automated rebuild
3635cf
3635cf
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-17
3635cf
- Rebuild in current environment
3635cf
- [-16 never existed because of build system breakage]
3635cf
3635cf
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-15
3635cf
- Fix bug #63387
3635cf
3635cf
* Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-14
3635cf
- Fix dangling symlink created by samba-clients trigger
3635cf
3635cf
* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-13
3635cf
- Add desktop file and icon for CUPS configuration
3635cf
3635cf
* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-12
3635cf
- Support SMB printing (#62407)
3635cf
- Add HTML redirections to doc files to work around users mistaking
3635cf
  /usr/share/doc/cups-1.1.14 for the web frontend (#62405)
3635cf
3635cf
* Tue Apr  2 2002 Bill Nottingham <notting@redhat.com> 1.1.14-11
3635cf
- fix subsys in initscript (#59206)
3635cf
- don't strip binaries
3635cf
3635cf
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-10
3635cf
- Make initscript use killproc instead of killall
3635cf
3635cf
* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com> 1.1.14-9
3635cf
- use alternatives --initscript support
3635cf
3635cf
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com> 1.1.14-8
3635cf
- use the right path for the lpc man page, duh
3635cf
3635cf
* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.14-7
3635cf
- lpc man page is alternative too
3635cf
- run ldconfig in -libs %%post/%%postun, not main
3635cf
- remove alternatives in %%preun
3635cf
3635cf
* Wed Feb 27 2002 Bill Nottingham <notting@redhat.com> 1.1.14-6
3635cf
- don't source /etc/sysconfig/network in cups.init, we don't use any
3635cf
  values from it
3635cf
3635cf
* Tue Feb 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-4
3635cf
- Fix bugs #60220 and #60352
3635cf
3635cf
* Thu Feb 21 2002 Tim Powers <timp@redhat.com>
3635cf
- rebuild against correct version of openssl (0.9.6b)
3635cf
3635cf
* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-2
3635cf
- Add all man pages to alternatives (#59943)
3635cf
- Update to real 1.1.14
3635cf
3635cf
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-1
3635cf
- Update to almost-1.1.14
3635cf
3635cf
* Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-5
3635cf
- Move cups-config to cups-devel subpackage
3635cf
- Make alternatives usage a %%define to simplify builds for earlier
3635cf
  releases
3635cf
- Explicitly provide things we're supplying through alternatives
3635cf
  to shut up kdeutils dependencies
3635cf
3635cf
* Tue Feb  5 2002 Tim Powers <timp@redhat.com>
3635cf
- shut the alternatives stuff up for good
3635cf
3635cf
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-3
3635cf
- Fix alternatives stuff
3635cf
- Don't display error messages in %%post
3635cf
3635cf
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-2
3635cf
- alternatives stuff
3635cf
3635cf
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-1
3635cf
- 1.1.13
3635cf
- Add patch for koi8-{r,u} and iso8859-8 encodings (#59018)
3635cf
- Rename init scripts so we can safely "killall cupsd" from there
3635cf
3635cf
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.12-1
3635cf
- Initial (conflicting, since alternatives isn't there yet) packaging for
3635cf
  Red Hat Linux
3635cf
3635cf
* Sat Jan 19 2002 Bernhard Rosenkraenzer <bero@redhat.com>
3635cf
- 1.1.12
3635cf
3635cf
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-3
3635cf
- Compress PPD files
3635cf
- Fix build with gcc 3.1
3635cf
- Fix init script
3635cf
3635cf
* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-2
3635cf
- Fix URL
3635cf
- Generate printcap
3635cf
- s/Copyright/License/g
3635cf
3635cf
* Tue Sep  4 2001 Than Ngo <than@redhat.com> 1.1.10-1
3635cf
- update to 1.1.10-1 for ExtraBinge 7.2
3635cf
3635cf
* Tue May 29 2001 Michael Stefaniuc <mstefani@redhat.com>
3635cf
- update to 1.1.8
3635cf
- changed cupsd.conf to generate /etc/printcap
3635cf
3635cf
* Tue May 15 2001 Than Ngo <than@redhat.com>
3635cf
- update to 1.1.7, bugfixes
3635cf
3635cf
* Thu Dec 14 2000 Than Ngo <than@redhat.com>
3635cf
- fixed package dependency with lpr and LPRng
3635cf
3635cf
* Wed Oct 25 2000 Than Ngo <than@redhat.com>
3635cf
- remove man/cat
3635cf
3635cf
* Tue Oct 24 2000 Than Ngo <than@redhat.com>
3635cf
- don't start cupsd service in level 0, fixed
3635cf
3635cf
* Thu Oct 19 2000 Than Ngo <than@redhat.com>
3635cf
- update to 1.1.4
3635cf
- fix CUPS_DOCROOT (Bug #18717)
3635cf
3635cf
* Fri Aug 11 2000 Than Ngo <than@redhat.de>
3635cf
- update to 1.1.2 (Bugfix release)
3635cf
3635cf
* Fri Aug 4 2000 Than Ngo <than@redhat.de>
3635cf
- fix, cupsd read config file under /etc/cups (Bug #15432)
3635cf
- add missing cups filters
3635cf
3635cf
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
3635cf
- rebuilt against libpng-1.0.8
3635cf
3635cf
* Tue Aug 01 2000 Than Ngo <than@redhat.de>
3635cf
- fix permission, add missing ldconfig in %%post and %%postun (Bug #14963)
3635cf
3635cf
* Sat Jul 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3635cf
- 1.1.1 (this has some major bugfixes)
3635cf
- Fix a typo in initscript (it's $?, not ?$)
3635cf
- Fix /usr/etc vs. /etc trouble, don't insist on /usr/var (YUCK!)
3635cf
- Create the spool dir
3635cf
3635cf
* Fri Jul 28 2000 Than Ngo <than@redhat.de>
3635cf
- fix unclean code for building against gcc-2.96
3635cf
- add missing restart function in startup script
3635cf
3635cf
* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
3635cf
- fixed initscript so that conrestart doesn't return 1 if the test fails
3635cf
3635cf
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
3635cf
- rebuilt
3635cf
3635cf
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
3635cf
- using service to fire them up
3635cf
- fix Prereq section
3635cf
3635cf
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
3635cf
- added defattr to the devel package
3635cf
3635cf
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
3635cf
- add cups config files
3635cf
3635cf
* Sat Jul 15 2000 Than Ngo <than@redhat.de>
3635cf
- update to 1.1 release
3635cf
- move back to /etc/rc.d/init.d
3635cf
- fix cupsd.init to work with /etc/init.d and /etc/rc.d/init.d
3635cf
- split cups
3635cf
3635cf
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
3635cf
- rebuilt
3635cf
3635cf
* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
3635cf
- fixed broken PreReq to now require /etc/init.d
3635cf
3635cf
* Tue Jun 27 2000 Tim Powers <timp@redhat.com>
3635cf
- PreReq initscripts >= 5.20
3635cf
3635cf
* Mon Jun 26 2000 Tim Powers <timp@redhat.com>
3635cf
- started changelog 
3635cf
- fixed init.d script location
3635cf
- changed script in init.d quite a bit and made more like the rest of our
3635cf
  startup scripts