Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cups: update to 2.4.11 #1523

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading