Files
2025-10-05 19:02:30 +03:00

244 lines
10 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ntp</Name>
<Homepage>http://www.ntp.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<License>BSD</License>
<License>GPLv2+</License>
<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="9b5247a8576c6082900682c6de98c8d3c17fc15f" type="targz">https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p18.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>
</AdditionalFiles>
<BuildDependencies>
<Dependency>avahi-compat-libdns_sd-devel</Dependency>
<Dependency>libedit-devel</Dependency>
<Dependency versionFrom="5.9">net-snmp-devel</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
<Dependency>libcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libevent-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <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> -->
</Patches>
</Source>
<Package>
<Name>ntp-server</Name>
<Summary>NTP server</Summary>
<RuntimeDependencies>
<Dependency>avahi-compat-libdns_sd</Dependency>
<Dependency>libedit</Dependency>
<Dependency>net-snmp</Dependency>
<Dependency>libcap</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libevent</Dependency>
<!-- <Dependency release="current">ntp-client</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/ntp.conf</Path>
<Path fileType="config">/etc/conf.d</Path>
<Path fileType="config">/etc/ntp/crypto</Path>
<Path fileType="executable">/usr/bin/ntpstat</Path>
<Path fileType="executable">/usr/bin/update-leap</Path>
<Path fileType="executable">/usr/bin/calc_tickadj</Path>
<Path fileType="data">/usr/share/ntp/lib/NTP/Util.pm</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/var/lib/ntp</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/ntp.conf">fedora/ntp.conf</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/ntpd">fedora/ntpd.sysconfig</AdditionalFile>
<AdditionalFile owner="root" permission="0600" target="/etc/ntp/crypto/pw">fedora/ntp.cryptopw</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="ntp-server-package.py">System.Package</COMAR>
<COMAR script="ntpd-service.py" name="ntpd">System.Service</COMAR>
</Provides>
</Package>
<Package>
<Name>ntp-client</Name>
<IsA>app:console</IsA>
<PartOf>util.admin</PartOf>
<Summary>NTP client</Summary>
<RuntimeDependencies>
<Dependency release="current">ntp-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d/ntpdate</Path>
<Path fileType="config">/etc/ntp/step-tickers</Path>
<Path fileType="config">/etc/ntp/keys</Path>
<Path fileType="executable">/usr/sbin/ntpdate</Path>
<Path fileType="man">/usr/share/man/man8/ntpdate.8*</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/conf.d/ntpdate">fedora/ntpdate.sysconfig</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/etc/ntp/step-tickers">fedora/ntp.step-tickers</AdditionalFile>
<AdditionalFile owner="root" permission="0600" target="/etc/ntp/keys">fedora/ntp.keys</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="ntpdate-service.py" name="ntpdate">System.Service</COMAR>
</Provides>
</Package>
<Package>
<Name>ntp-docs</Name>
<IsA>data:doc</IsA>
<Summary>NTP documentation</Summary>
<RuntimeDependencies>
<Dependency release="current">ntp-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/ntp/html</Path>
</Files>
</Package>
<History>
<Update release="18">
<Date>2025-10-05</Date>
<Version>4.2.8_p18</Version>
<Comment>Drop post-install script for ntp-client</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="17">
<Date>2024-12-18</Date>
<Version>4.2.8_p18</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2024-10-29</Date>
<Version>4.2.8_p18</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2024-10-28</Date>
<Version>4.2.8_p17</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2024-05-17</Date>
<Version>4.2.8_p17</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-06-07</Date>
<Version>4.2.8_p17</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2022-07-30</Date>
<Version>4.2.8_p15</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-07-02</Date>
<Version>4.2.8_p15</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-07-14</Date>
<Version>4.2.8_p15</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-03-27</Date>
<Version>4.2.8_p15</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-03-20</Date>
<Version>4.2.8_p13</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-10</Date>
<Version>4.2.8_p10</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-05-09</Date>
<Version>4.2.8_p10</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-10-27</Date>
<Version>4.2.8_p8</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>4.2.8_p4</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-01-01</Date>
<Version>4.2.8_p4</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>