|
@@ -4,7 +4,7 @@ Summary: Synchronizes system time using the Network Time Protocol (NTP).
|
|
Summary(ja): Network Time Protocol (NTP) を用いたシステム時刻の同期
|
|
Summary(ja): Network Time Protocol (NTP) を用いたシステム時刻の同期
|
|
Name: ntp
|
|
Name: ntp
|
|
Version: 4.2.6p5
|
|
Version: 4.2.6p5
|
|
-Release: 5%{?_dist_release}
|
|
|
|
|
|
+Release: 6%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
URL: http://www.ntp.org/
|
|
URL: http://www.ntp.org/
|
|
@@ -82,7 +82,7 @@ Patch150: ntp-4.2.6p5-CVE-2014-9298.patch
|
|
|
|
|
|
Requires(pre): /sbin/chkconfig
|
|
Requires(pre): /sbin/chkconfig
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
-BuildRequires: readline-devel
|
|
|
|
|
|
+BuildRequires: libedit-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
# ntpstat
|
|
# ntpstat
|
|
@@ -177,8 +177,7 @@ autoreconf -vfi
|
|
|
|
|
|
CFLAGS="-g" ./configure \
|
|
CFLAGS="-g" ./configure \
|
|
--prefix=/usr \
|
|
--prefix=/usr \
|
|
- --with-openssl-libdir=%{_libdir} \
|
|
|
|
- --with-lineeditlibs=readline
|
|
|
|
|
|
+ --with-openssl-libdir=%{_libdir}
|
|
|
|
|
|
%undefine _target_platform
|
|
%undefine _target_platform
|
|
|
|
|
|
@@ -276,6 +275,9 @@ fi
|
|
%{_mandir}/man8/ntptrace.8*
|
|
%{_mandir}/man8/ntptrace.8*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 23 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.6p5-6
|
|
|
|
+- replaced readline with libedit (NTPL conflicts GPL).
|
|
|
|
+
|
|
* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.2.6p5-5
|
|
* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.2.6p5-5
|
|
- rebuilt with readline 6.3
|
|
- rebuilt with readline 6.3
|
|
- fixed location of Vendor/Distribution/Packager tag
|
|
- fixed location of Vendor/Distribution/Packager tag
|