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