Commit Graph

34 Commits

Author SHA1 Message Date
Zdenek Dohnal
9cdd138e05 2.2.12 2019-08-19 12:34:37 +02:00
Zdenek Dohnal
24d583ff4c 1618018 - Make cups systemd unit files more upstream-like 2018-09-19 11:59:44 +02:00
Zdenek Dohnal
ce18aa9213 2.2.8, removing several downstream patches, adding some upstream patches 2018-06-27 16:21:32 +02:00
Zdenek Dohnal
bdf6254e5b rebase to 2.2.7
substitute default values for invalid job attributes (upstream issues #5229 and #5186)
2018-04-03 16:38:06 +02:00
Zdenek Dohnal
cd39102794 rebase to 2.2.5 2017-10-17 19:21:25 +02:00
Zdenek Dohnal
a5a6beb630 rebase to 2.2.2 2017-01-19 12:02:44 +01:00
Zdenek Dohnal
5d149992e9 Rebase to 2.2b2, editing patches and spec (no need for /etc/cups/interfaces) 2016-06-27 18:29:55 +02:00
Jiri Popelka
8d1f53d4a7 2.1rc1 2015-08-10 16:40:19 +02:00
Jiri Popelka
9347f32db4 2.0.2 2015-02-10 14:51:03 +01:00
Tim Waugh
e946d3c862 Fixed systemd notify support (bug #1184453).
Resolves: rhbz#1184453
2015-01-27 11:21:21 +00:00
Jiri Popelka
fce8f58b49 2.0.1 2014-11-15 15:42:30 +01:00
Tim Waugh
6865fdab0b Merge branch 'f21' 2014-10-18 15:04:51 +01:00
Tim Waugh
442919f148 Fix for last fix (bug #1153660, bug #1154284).
Resolves: rhbz#1153660 rhbz#1154284
(cherry picked from commit 3555918139)
2014-10-18 15:02:28 +01:00
Tim Waugh
72a35e5a7f Merge branch 'f21'
Conflicts:
	cups-systemd-socket.patch
	cups.spec
2014-10-16 14:40:39 +01:00
Tim Waugh
a52574af07 Start cups.service after network.target (bug #1153660).
Resolves: rhbz#1153660
2014-10-16 14:25:30 +01:00
Jiri Popelka
cdaa46736b cups-systemd-socket.patch: use upstream version of cupsd.socket
Some time ago we were using the following in cupsd.socket:
ListenStream=631
ListenDatagram=0.0.0.0:631

Then later we removed it due to
https://bugzilla.redhat.com/show_bug.cgi?id=842365

Upstream now (2.0rc1) uses
ListenStream=[::1]:631
ListenStream=127.0.0.1:631
which I think avoids the vulnerability (CVE-2012-6094)
so I guess we can actually go along with it.
2014-09-25 15:46:51 +02:00
Jiri Popelka
6dd0746894 2.0rc1 2014-09-12 18:22:22 +02:00
Jiri Popelka
52c42a0a13 Make cups.service Type=notify (bug #1088918). 2014-04-17 16:59:54 +02:00
Jiri Popelka
e53709b26f 1.7.2 2014-04-14 15:55:16 +02:00
Jiri Popelka
b4e6be73a5 1.7rc1 2013-07-12 12:56:11 +02:00
Jiri Popelka
389e11ef97 1.6.2 2013-03-19 10:24:42 +01:00
Jiri Popelka
47ca1c0ae4 1.6.1 2012-08-08 14:02:14 +02:00
Tim Waugh
6ef3918897 Don't enable IP-based systemd socket activation by default (bug #842365).
Resolves: rhbz#842365
2012-07-24 16:43:58 +01:00
Tim Waugh
c880263f41 Removed debugging messages from systemd-socket patch. 2012-03-16 14:53:56 +00:00
Tim Waugh
f0db99cc84 Use PrivateTmp=true in the service file (bug #782495). 2012-01-17 16:30:01 +00:00
Tim Waugh
843ebb9de0 Bind to datagram socket as well in systemd cups.socket unit file, to prevent that port being stolen by another service (bug #760070). 2011-12-09 12:00:38 +00:00
Tim Waugh
dbd9e735ec Use libsystemd-daemon instead of bundling sd-daemon.c. 2011-10-18 15:33:43 +01:00
Tim Waugh
0928f7c050 Set BindIPv6Only=ipv6-only in systemd socket unit file as better fix for bug #737230. 2011-10-11 11:32:39 +01:00
Tim Waugh
cd792f4a72 Another systemd socket activation fix: initialise addrlen in getsockname() call. 2011-10-04 12:19:24 +01:00
Tim Waugh
3bce791019 Fix for systemd socket activation: relax permissions check for
domain socket in libcups.
2011-10-04 12:03:00 +01:00
Tim Waugh
3188be0057 Fixed systemd socket activation support (bug #738709, bug #738710). 2011-09-22 13:56:24 +01:00
Tim Waugh
929e106a6a Use PathExistsGlob instead of DirectoryNotEmpty in cups.path
(bug #734435).
2011-09-01 10:47:44 +01:00
Tim Waugh
9829b01410 Ported avahi support from 1.4. 2011-08-05 17:03:03 +01:00
Tim Waugh
3c2c7cee8a Add support for systemd socket activation (patch from Lennart Poettering). 2011-07-05 13:26:06 +01:00