rpms/chrony/devel .cvsignore, 1.4, 1.5 chrony.conf, 1.1, 1.2 chrony.spec, 1.7, 1.8 sources, 1.4, 1.5

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Feb 4 14:44:43 UTC 2010


Author: mlichvar

Update of /cvs/pkgs/rpms/chrony/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24824

Modified Files:
	.cvsignore chrony.conf chrony.spec sources 
Log Message:
- update to 1.24 (#555367, CVE-2010-0292 CVE-2010-0293 CVE-2010-0294)
- modify default config
  - step clock on start if it is off by more than 100 seconds
  - disable client log
- build with -fPIE on sparc



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chrony/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	15 Dec 2009 16:29:31 -0000	1.4
+++ .cvsignore	4 Feb 2010 14:44:42 -0000	1.5
@@ -1 +1 @@
-chrony-1.24-pre1.tar.gz
+chrony-1.24.tar.gz


Index: chrony.conf
===================================================================
RCS file: /cvs/pkgs/rpms/chrony/devel/chrony.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- chrony.conf	24 Nov 2008 12:44:12 -0000	1.1
+++ chrony.conf	4 Feb 2010 14:44:42 -0000	1.2
@@ -3,7 +3,8 @@
 server 0.fedora.pool.ntp.org
 server 1.fedora.pool.ntp.org
 server 2.fedora.pool.ntp.org
- 
+initstepslew 100 0.fedora.pool.ntp.org 1.fedora.pool.ntp.org 2.fedora.pool.ntp.org
+
 driftfile /var/lib/chrony/drift
 
 # Allow client access from local network.
@@ -17,6 +18,9 @@ keyfile /etc/chrony.keys
 # Specify the key used as password for chronyc.
 commandkey 1
 
+# Disable logging of client accesses.
+noclientlog
+
 # Send a message to syslog when chronyd has to correct
 # an error larger than 0.5 seconds.
 logchange 0.5


Index: chrony.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chrony/devel/chrony.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- chrony.spec	15 Dec 2009 16:29:32 -0000	1.7
+++ chrony.spec	4 Feb 2010 14:44:43 -0000	1.8
@@ -1,7 +1,6 @@
-%define prerelease -pre1
 Name:           chrony
 Version:        1.24
-Release:        0.1.pre1%{?dist}
+Release:        1%{?dist}
 Summary:        An NTP client/server
 
 Group:          System Environment/Daemons
@@ -32,7 +31,14 @@ in permanently connected environments. 
 %setup -q -n %{name}-%{version}%{?prerelease}
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -pie -fpie"
+CFLAGS="$RPM_OPT_FLAGS"
+%ifarch %{sparc}
+CFLAGS="$CFLAGS -pie -fPIE"
+%else
+CFLAGS="$CFLAGS -pie -fpie"
+%endif
+export CFLAGS
+
 %configure --docdir=%{_docdir}
 make %{?_smp_mflags} getdate all docs
 
@@ -100,6 +106,13 @@ fi
 %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony
 
 %changelog
+* Thu Feb 04 2010 Miroslav Lichvar <mlichvar at redhat.com> 1.24-1
+- update to 1.24 (#555367, CVE-2010-0292 CVE-2010-0293 CVE-2010-0294)
+- modify default config
+  - step clock on start if it is off by more than 100 seconds
+  - disable client log
+- build with -fPIE on sparc
+
 * Tue Dec 15 2009 Miroslav Lichvar <mlichvar at redhat.com> 1.24-0.1.pre1
 - update to 1.24-pre1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chrony/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 Dec 2009 16:29:32 -0000	1.4
+++ sources	4 Feb 2010 14:44:43 -0000	1.5
@@ -1 +1 @@
-e1f0d15bc0830f5f6bf80da2d72eb16a  chrony-1.24-pre1.tar.gz
+8849e95428f43c5ab2692a2812653e65  chrony-1.24.tar.gz



More information about the scm-commits mailing list