[go: up one dir, main page]

File: cups-daemon.NEWS

package info (click to toggle)
cups 2.4.10-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 34,000 kB
  • sloc: ansic: 159,555; cpp: 8,666; sh: 5,479; makefile: 2,783; php: 17; python: 10
file content (36 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cups (2.4.2-6) unstable; urgency=low

  This release addresses a security issue (CVE-2023-32360) which allows
  unauthorized users to fetch documents over local or remote networks.
  Since this is a configuration fix, it might be that it does not reach you if you
  are updating 'cups-daemon' (rather than doing a fresh installation).
  Please double check your /etc/cups/cupsd.conf file, whether it limits the access
  to CUPS-Get-Document with something like the following
  >  <Limit CUPS-Get-Document>
  >    AuthType Default
  >    Require user @OWNER @SYSTEM
  >    Order deny,allow
  >   </Limit>
  (The important line is the 'AuthType Default' in this section)

 -- Thorsten Alteholz <debian@alteholz.de>  Tue, 19 Sep 2023 21:20:27 +0200

cups (2.1.4-3) unstable; urgency=low

  The default ErrorPolicy is changed from 'stop-printer' to 'retry-job',
  as this is a much less confusing default in most use-cases.

  The ErrorPolicy can be set globally in /etc/cups/cupsd.conf or
  per-printer, using the following command:
      lpadmin -p printername -o printer-error-policy=stop-printer

 -- Didier Raboud <odyx@debian.org>  Thu, 07 Jul 2016 16:43:34 +0200

cups (1.7.5-7) unstable; urgency=medium

  CUPS can now be socket-activated when running under systemd as init, but
  isn't by default; if configured to do so, it can automatically exit itself
  after being idle for some time (30 seconds by default) by using the
  'SystemdIdleExit on' stanza in /etc/cups/cupsd.conf.

 -- Didier Raboud <odyx@debian.org>  Thu, 23 Oct 2014 22:06:18 +0200