Skip to content

Commit

Permalink
cups: update to 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Oct 1, 2024
1 parent 4e1b852 commit d329ce0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/cups/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=cups
VER=2.4.10
VER=2.4.11
PKG=ooce/print/cups
SUMMARY="Common UNIX Printing System"
DESC="Standards-based, open source printing system for UNIX operating systems"
Expand Down
23 changes: 23 additions & 0 deletions build/cups/patches/disable-services.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
do not enable services by default

diff -wpruN --no-dereference '--exclude=*.orig' a~/scheduler/cups.xml.in a/scheduler/cups.xml.in
--- a~/scheduler/cups.xml.in 1970-01-01 00:00:00
+++ a/scheduler/cups.xml.in 1970-01-01 00:00:00
@@ -55,7 +55,7 @@
exec=':kill'
timeout_seconds='60' />

- <instance name='default' enabled='true' >
+ <instance name='default' enabled='false' >

<dependency
name='config_data'
@@ -143,7 +143,7 @@
exec=':kill'
timeout_seconds='60' />

- <instance name='default' enabled='true' >
+ <instance name='default' enabled='false' >
<dependency
name='cupsd'
grouping='require_all'
1 change: 1 addition & 0 deletions build/cups/patches/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
02-smf.patch
properly-check-pie.patch
pam-illumos.patch
disable-services.patch
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
| ooce/network/wireguard-tools | 1.0.20210914 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman)
| ooce/network/znc | 1.9.1 | https://znc.in/releases/ | [omniosorg](https://github.com/omniosorg)
| ooce/ooceapps | github-latest | https://github.com/omniosorg/ooceapps/releases | [omniosorg](https://github.com/omniosorg)
| ooce/print/cups | 2.4.10 | https://github.com/OpenPrinting/cups/releases | [omniosorg](https://github.com/omniosorg)
| ooce/print/cups | 2.4.11 | https://github.com/OpenPrinting/cups/releases | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/expect | 5.45.4 | https://sourceforge.net/projects/expect/files/Expect/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/gnu-smalltalk | 3.2.5 | https://ftp.gnu.org/gnu/smalltalk/ | [omniosorg](https://github.com/omniosorg)
| ooce/runtime/groovy-30 | 3.0.21 | https://groovy.apache.org/download.html | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit d329ce0

Please sign in to comment.