cups ntp ver. bump

This commit is contained in:
Rmys
2023-06-02 19:44:23 +03:00
parent fb9b6ff06c
commit a02a0b2015
3 changed files with 19 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ def setup():
--enable-libusb=no \
--with-dnssd=no \
--disable-gssapi \
--disable-systemd \
--disable-dbus \
--bindir=/usr/bin32 \
--sbindir=/usr/sbin32'
+8 -1
View File
@@ -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="45055a7acb8da7cf743b6c572a601418a89f994f" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.2/cups-2.4.2-source.tar.gz</Archive>
<Archive sha1sum="916b98ee0084ecdc6c7e8a389bd8331c44d0d5c6" type="targz">https://github.com/OpenPrinting/cups/releases/download/v2.4.3/cups-2.4.3-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>
@@ -155,6 +155,13 @@
</Package>
<History>
<Update release="22">
<Date>2023-06-02</Date>
<Version>2.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2022-07-05</Date>
<Version>2.4.2</Version>
+10 -3
View File
@@ -14,7 +14,7 @@
<IsA>service</IsA>
<Summary>NTP daemon and client</Summary>
<Description>Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers.</Description>
<Archive sha1sum="e34e5b6f48c3ed1bbcfb03080dec1b8f91e19381" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz</Archive>
<Archive sha1sum="7365404cba22b02454aff8a2cdb636dbcd2f12a5" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p16.tar.gz</Archive>
<!-- <Archive sha1sum="0c7919334f79854f3cbbd215a100805bedc735bf" type="targz" target="ntp-4.2.8p4">http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz</Archive> -->
<AdditionalFiles>
<AdditionalFile permission="0755" target="fix-man-pages">fix-man-pages.sh</AdditionalFile>
@@ -30,11 +30,11 @@
<Dependency>libevent-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch</Patch>
<!-- <Patch level="1">0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch</Patch> -->
<Patch level="1">gentoo/ntp-4.2.8-ipc-caps.patch</Patch>
<Patch level="1">gentoo/ntp-4.2.8-sntp-test-pthreads.patch</Patch>
<Patch level="1">gentoo/ntp-4.2.8_p14-add_cap_ipc_lock.patch</Patch>
<Patch level="1">gentoo/ntp-4.2.8_p15-gcc10.patch</Patch>
<!-- <Patch level="1">gentoo/ntp-4.2.8_p15-gcc10.patch</Patch> -->
</Patches>
</Source>
@@ -112,6 +112,13 @@
</Package>
<History>
<Update release="12">
<Date>2023-06-02</Date>
<Version>4.2.8_p16</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2022-12-06</Date>
<Version>4.2.8_p15</Version>