Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2019-07-29 17:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ntp (Old)
 and      /work/SRC/openSUSE:Factory/.ntp.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ntp"

Mon Jul 29 17:24:29 2019 rev:121 rq:715673 version:4.2.8p13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2019-06-24 21:47:43.835844148 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new.4126/ntp.changes        2019-07-29 
17:24:29.298344479 +0200
@@ -1,0 +2,7 @@
+Fri Jul 12 11:09:37 UTC 2019 - Martin Liška <[email protected]>
+
+- Update ntp-4.2.6p2-seed_file.patch in order to not return
+  0 from in a void function.
+- Use %make_build in order to provide verbose output.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ntp.spec ++++++
--- /var/tmp/diff_new_pack.YeI1Hm/_old  2019-07-29 17:24:30.698343961 +0200
+++ /var/tmp/diff_new_pack.YeI1Hm/_new  2019-07-29 17:24:30.702343960 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ntp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,7 @@
 Version:        4.2.8p13
 Release:        0
 Summary:        Network Time Protocol daemon (version 4)
-License:        (MIT and BSD-3-Clause and BSD-4-Clause) and GPL-2.0
+License:        (MIT AND BSD-3-Clause AND BSD-4-Clause) AND GPL-2.0-only
 Group:          Productivity/Networking/Other
 Url:            http://www.ntp.org/
 # main source
@@ -127,7 +127,7 @@
 # copy README.SUSE
 cp %{SOURCE12} .
 %patch10 -p1
-%patch11
+%patch11 -p1
 %patch15
 %patch16
 %patch18
@@ -174,7 +174,7 @@
        --enable-leap-smear \
        --enable-ntp-signd
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++++++ ntp-4.2.6p2-seed_file.patch ++++++
--- /var/tmp/diff_new_pack.YeI1Hm/_old  2019-07-29 17:24:30.902343886 +0200
+++ /var/tmp/diff_new_pack.YeI1Hm/_new  2019-07-29 17:24:30.902343886 +0200
@@ -1,8 +1,8 @@
-Index: ntpd/ntp_crypto.c
-===================================================================
---- ntpd/ntp_crypto.c.orig
-+++ ntpd/ntp_crypto.c
-@@ -3698,10 +3698,12 @@ crypto_setup(void)
+diff --git a/ntpd/ntp_crypto.c b/ntpd/ntp_crypto.c
+index 2f82c4c..061218e 100644
+--- a/ntpd/ntp_crypto.c
++++ b/ntpd/ntp_crypto.c
+@@ -3930,10 +3930,12 @@ crypto_setup(void)
                        randfile = rand_file;
  
                if ((bytes = RAND_load_file(randfile, -1)) == 0) {
@@ -13,7 +13,7 @@
                            randfile);
 -                      exit (-1);
 +                      crypto_setup();
-+                      return ( 0 );
++                      return;
                }
                get_systime(&seed);
                RAND_seed(&seed, sizeof(l_fp));



Reply via email to