[arch-commits] Commit in cups/trunk (PKGBUILD cups-systemd-socket.patch)
Andreas Radke
andyrtr at archlinux.org
Tue Apr 28 06:53:28 UTC 2020
Date: Tuesday, April 28, 2020 @ 06:53:27
Author: andyrtr
Revision: 381769
upgpkg: cups 2.3.3-1: upstream update 2.3.3; make sure the network target is really online before the service is started to solve in some cases a cups service restart was required after boot
Modified:
cups/trunk/PKGBUILD
cups/trunk/cups-systemd-socket.patch
---------------------------+
PKGBUILD | 6 +++---
cups-systemd-socket.patch | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 06:46:11 UTC (rev 381768)
+++ PKGBUILD 2020-04-28 06:53:27 UTC (rev 381769)
@@ -2,7 +2,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
-pkgver=2.3.1
+pkgver=2.3.3
pkgrel=1
arch=('x86_64')
license=('Apache' 'custom')
@@ -20,7 +20,7 @@
# bugfixes
cups-systemd-socket.patch
guid.patch)
-sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
+sha256sums=('261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
'SKIP'
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -27,7 +27,7 @@
'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
- '656374f4933ad33d34bbaf4ac89ce4ee13c04fd398454eadbb8cbcf68418c704'
+ '3d8e24fd340fecef7101672d342433365cf78130b7182ecfd03071e31e894a9b'
'd4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org PGP key) <security at cups.org>
validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org <security at cups.org>"
Modified: cups-systemd-socket.patch
===================================================================
--- cups-systemd-socket.patch 2020-04-28 06:46:11 UTC (rev 381768)
+++ cups-systemd-socket.patch 2020-04-28 06:53:27 UTC (rev 381769)
@@ -21,12 +21,13 @@
diff -up cups-2.0.2/scheduler/org.cups.cupsd.path.in.ustTJg cups-2.0.2/scheduler/org.cups.cupsd.path.in
--- cups-2.3.0/scheduler/org.cups.cupsd.service.in 2019-08-23 17:19:38.000000000 +0200
+++ cups-2.3.0/scheduler/org.cups.cupsd.service.in.new 2019-08-25 20:20:25.805339727 +0200
-@@ -1,11 +1,11 @@
+@@ -1,11 +1,12 @@
[Unit]
Description=CUPS Scheduler
Documentation=man:cupsd(8)
-After=sssd.service
-+After=sssd.service network.target
++After=sssd.service network-online.target
++Wants=network-online.target
[Service]
ExecStart=@sbindir@/cupsd -l
More information about the arch-commits
mailing list