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
Tim Waugh
716a7a34ad
Merge branch 'f21'
2014-09-01 13:07:18 +01:00
Tim Waugh
b6a9026c2b
Merge branch 'f20' into f21
2014-09-01 13:07:02 +01:00
Tim Waugh
ad38ac5163
Fix icon display in web interface during server restart (STR #4475 ).
2014-09-01 13:05:11 +01:00
Tim Waugh
969cefb69a
Merge branch 'f21'
2014-09-01 10:49:55 +01:00
Tim Waugh
dcfab8a06c
Merge branch 'f20' into f21
2014-09-01 10:48:56 +01:00
Tim Waugh
b7255586de
More STR #4461 fixes from upstream.
2014-09-01 10:17:39 +01:00
Tim Waugh
262db768e0
Merge branch 'f21'
2014-08-26 14:59:47 +01:00
Tim Waugh
37f28ef8e0
Merge branch 'f20' into f21
2014-08-26 14:59:41 +01:00
Tim Waugh
d10ba26486
Use upstream patch for STR #4461 .
2014-08-26 14:58:54 +01:00
Tim Waugh
38b9a80a9d
Merge branch 'f21'
...
Conflicts:
cups.spec
2014-08-20 17:26:01 +01:00
Tim Waugh
5577ebfef2
Merge branch 'f20' into f21
...
Conflicts:
cups.spec
2014-08-20 17:25:28 +01:00
Tim Waugh
93ba33eb74
Upstream patch for STR #2913 to limit Get-Jobs replies to 500 jobs (bug #421671 ).
...
Also includes:
- Upstream patch for STR #4396 , pre-requisite for STR #2913 patch.
Resolves: rhbz#421671
2014-08-20 17:24:37 +01:00
Tim Waugh
65b804b1a3
Trigger/script improvements.
2014-08-20 16:40:19 +01:00
Peter Robinson
ffa3ffe4f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-16 01:53:26 +00:00
Tim Waugh
4d7f8aec82
Merge branch 'f20' into f21
2014-08-14 13:25:16 +01:00
Tim Waugh
ba58bf89e4
Fix conf/log file reading for authenticated users (STR #4461 ).
2014-08-14 13:18:53 +01:00
Jiri Popelka
37bbb7d93e
Merge branch 'f20' into f21
2014-08-01 10:31:37 +02:00
Jiri Popelka
540a30d157
1.7.5
2014-08-01 10:31:06 +02:00
Jiri Popelka
e97153e718
Merge branch 'f20' into f21
2014-07-23 17:27:07 +02:00
Jiri Popelka
feafaa334e
CVE-2014-5029, CVE-2014-5030, CVE-2014-5031 ( #1122601 )
2014-07-23 17:23:15 +02:00
Tim Waugh
3c29b9339f
Fix CGI handling (STR #4454 ).
2014-07-23 14:32:05 +01:00
Jiri Popelka
2f16865a8f
Merge branch 'f20' into f21
2014-07-14 16:22:53 +02:00
Jiri Popelka
3e91a794f7
1.7.4: CVE-2014-3537
2014-07-14 16:20:20 +02:00
Dennis Gilmore
f01be03466
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 01:27:45 -05:00
Jiri Popelka
9914bc5355
Merge branch 'f20'
2014-05-28 10:32:29 +02:00
Jiri Popelka
09220e0319
1.7.3
2014-05-28 10:24:09 +02:00
Tim Waugh
8425e43657
Another attempt at avoiding race condition when sending IPP requests (STR #4386 , bug #1072952 ).
...
Resolves: rhbz#1072952
(cherry picked from commit e3384fee59
)
Conflicts:
cups.spec
2014-05-12 15:32:34 +01:00
Tim Waugh
e3384fee59
Another attempt at avoiding race condition when sending IPP requests (STR #4386 , bug #1072952 ).
...
Resolves: rhbz#1072952
2014-05-09 15:45:31 +01:00
Jiri Popelka
52c42a0a13
Make cups.service Type=notify (bug #1088918 ).
2014-04-17 16:59:54 +02:00
Jiri Popelka
5e0ad60bcb
Merge branch 'f20'
2014-04-14 15:57:47 +02:00
Jiri Popelka
e53709b26f
1.7.2
2014-04-14 15:55:16 +02:00
Tim Waugh
08dafefb17
Log to the system journal by default (bug #1078781 ).
...
Resolves: rhbz#1078781
2014-04-04 14:22:14 +01:00
Tim Waugh
d2a88b36ba
Merge branch 'f20'
...
Conflicts:
cups.spec
2014-04-03 17:45:18 +01:00
Tim Waugh
ef073d1223
libcups: avoid race condition when sending IPP requests (STR #4386 , bug #1072952 ).
...
New upstream patch to fix problems caused by first version of patch.
Resolves: rhbz#1072952
2014-04-03 17:20:33 +01:00
Jiri Popelka
7d8f9987c2
New client subpackage containing command line client tools (bug #1002342 ).
...
- Removed unneeded Group tags.
- Removed 'Requires: /sbin/chkconfig'.
- Moved 'Provides: lpd' to lpd subpackage.
2014-04-02 17:10:48 +02:00
Tim Waugh
ea58b56951
Removed patch for STR #4386 as it causes problems (bug #1077239 ).
...
Resolves: rhbz#1077239
2014-03-18 15:33:54 +00:00
Jiri Popelka
66abbacc23
BuildRequires: pkgconfig(foo) instead of foo-devel
...
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
2014-03-10 10:11:58 +01:00
Tim Waugh
fbc1998b1d
Track local default in cupsEnumDests() (STR #4332 ).
2014-03-06 11:04:23 +00:00
Tim Waugh
fb3a0f4a71
libcups: avoid race condition when sending IPP requests (STR #4386 ).
2014-03-06 11:04:20 +00:00
Tim Waugh
3933cbca34
Prevent feedback loop when fetching error_log over HTTP (STR #4366 ).
2014-03-06 10:57:43 +00:00
Tim Waugh
fee478c5ac
Fix for cupsEnumDest() 'removed' callbacks (bug #1054312 , STR #4380 ).
...
Resolves: rhbz#1054312
2014-03-05 13:15:02 +00:00
Tim Waugh
7cb9904f3b
Document 'journal' logging target.
2014-02-17 17:15:17 +00:00
Tim Waugh
7048cf473b
Prevent dnssd backend exiting too early (bug #1026940 ).
...
Resolves: rhbz#1026940
2014-02-11 12:48:53 +00:00
Jiri Popelka
80d5b09737
move macros.cups from /etc/rpm/ to /usr/lib/rpm/macros.d
2014-02-03 12:34:36 +01:00
Jiri Popelka
6fc547202c
1.7.1
2014-01-08 18:53:40 +01:00
Tim Waugh
63b906b273
Apply upstream patch to improve cupsUser() (STR #4327 ).
2014-01-08 16:31:16 +00:00
Tim Waugh
a7745db8fb
Removed cups-dbus-utf8.patch as no longer needed (see STR #4314 ).
2014-01-07 14:58:28 +00:00
Tim Waugh
ca5992f31a
Return jobs in rank order when handling IPP-Get-Jobs (STR #4326 ).
2014-01-07 09:48:26 +00:00