cups-2.4.1
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
diff -Nuar cups_old-2.2.6/config-scripts/cups-network.m4 cups-2.2.6/config-scripts/cups-network.m4
|
||||
--- cups_old-2.2.6/config-scripts/cups-network.m4 2017-11-01 17:57:53.000000000 +0300
|
||||
+++ cups-2.2.6/config-scripts/cups-network.m4 2017-12-14 09:40:48.442276087 +0300
|
||||
@@ -48,7 +48,7 @@
|
||||
case "$host_os_name" in
|
||||
darwin*)
|
||||
# Darwin and macOS do their own thing...
|
||||
- CUPS_DEFAULT_DOMAINSOCKET="$localstatedir/run/cupsd"
|
||||
+ CUPS_DEFAULT_DOMAINSOCKET="/run/cupsd"
|
||||
;;
|
||||
*)
|
||||
# All others use FHS standard...
|
||||
--- cups-2.4.0/config-scripts/cups-directories.m4 2021-11-29 16:12:17.094244942 +0100
|
||||
+++ cups-2.4.0/config-scripts/cups-directories.m4.new 2021-11-29 16:15:16.958747398 +0100
|
||||
@@ -268,7 +268,7 @@
|
||||
CUPS_STATEDIR="$CUPS_SERVERROOT"
|
||||
], [*], [
|
||||
# All others
|
||||
- CUPS_STATEDIR="$localstatedir/run/cups"
|
||||
+ CUPS_STATEDIR="/run/cups"
|
||||
])
|
||||
])
|
||||
AC_DEFINE_UNQUOTED([CUPS_STATEDIR], ["$CUPS_STATEDIR"], [Location of transient state files.])
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Common Unix Printing System</Summary>
|
||||
<Description>cups provides a portable printing layer for *nix-based operating systems.</Description>
|
||||
<Archive sha1sum="a5ea6e751387a27cb8a3172645754f45d2effb2a" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.0/cups-2.4.0-source.tar.gz</Archive>
|
||||
<Archive sha1sum="9c9d37e314a25be1f1f16f32f4876195d3f08705" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.1/cups-2.4.1-source.tar.gz</Archive>
|
||||
<!-- <Archive sha1sum="062beea95c6f8dda0a5e7eed51604e22806ffad3" type="tar" target="cups-2.2.10">http://source.pisilinux.org/1.0/cups-tr.tar</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
@@ -55,7 +55,7 @@
|
||||
<!-- <Patch level="1">pisilinux/nostrip.patch</Patch> -->
|
||||
<Patch level="1">pisilinux/cups-run.patch</Patch>
|
||||
<!-- <Patch level="1">pisilinux/lib64.patch</Patch> -->
|
||||
<!-- <Patch level="1">pisilinux/statedir.patch</Patch> -->
|
||||
<Patch level="1">pisilinux/statedir.patch</Patch>
|
||||
<!-- <Patch level="1">pisilinux/desktop.patch</Patch> -->
|
||||
<!-- <Patch level="1">pisilinux/auth.patch</Patch> -->
|
||||
|
||||
@@ -148,6 +148,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2022-03-25</Date>
|
||||
<Version>2.4.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2021-11-30</Date>
|
||||
<Version>2.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user