1 |
# $Id: e-smith-ntp.spec,v 1.8 2008/10/07 18:47:10 slords Exp $ |
# $Id: e-smith-ntp.spec,v 1.14 2013/07/27 15:52:34 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith specific NTP configuration files and templates |
Summary: e-smith specific NTP configuration files and templates |
4 |
%define name e-smith-ntp |
%define name e-smith-ntp |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch |
Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch |
14 |
|
Patch1: e-smith-ntp-2.2.0-support_large_drifts.patch |
15 |
|
Patch2: e-smith-ntp-2.2.0-set-TZ-earlier.patch |
16 |
|
Patch3: e-smith-ntp-2.2.0-Memlimit.patch |
17 |
|
Patch4: e-smith-ntp-2.2.0-restrict_default_noquery.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Mon Feb 3 2014 chris burnat <devlist@burnat.com> 2.2.0-7.sme |
29 |
|
- Prevent server being used in NTP amplification attacks. |
30 |
|
- Code by Jesper Holck [SME: 8142] |
31 |
|
|
32 |
|
* Sat Jul 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
33 |
|
- Remove default and migrate fragments for ntpd memory limit. |
34 |
|
- Increase memory limit for ntpd [SME: 7807] |
35 |
|
|
36 |
|
* Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
37 |
|
- Set the TimeZone property earlier, so templates can rely on it [SME: 6754] |
38 |
|
|
39 |
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
40 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
41 |
|
|
42 |
|
* Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme |
43 |
|
- Support large drifts [SME: 5648] |
44 |
|
|
45 |
* Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
* Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
46 |
- Do not allow pool.ntp.org as NTP server [SME: 5957] |
- Do not allow pool.ntp.org as NTP server [SME: 5957] |
47 |
|
|
707 |
%prep |
%prep |
708 |
%setup |
%setup |
709 |
%patch0 -p1 |
%patch0 -p1 |
710 |
|
%patch1 -p1 |
711 |
|
%patch2 -p1 |
712 |
|
%patch3 -p1 |
713 |
|
%patch4 -p1 |
714 |
|
|
715 |
%build |
%build |
716 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |