Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rng-tools for openSUSE:Factory 
checked in at 2024-10-23 21:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rng-tools (Old)
 and      /work/SRC/openSUSE:Factory/.rng-tools.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rng-tools"

Wed Oct 23 21:14:01 2024 rev:54 rq:1217311 version:6.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes      2024-08-01 
22:05:33.727269704 +0200
+++ /work/SRC/openSUSE:Factory/.rng-tools.new.26871/rng-tools.changes   
2024-10-23 21:15:10.530956281 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 11:56:10 CEST 2024 - r...@suse.de
+
+- add patch rng-tools-missing-includes.patch
+  add missing include statements to fix compilation with recent gcc 
+
+-------------------------------------------------------------------

New:
----
  rng-tools-missing-includes.patch

BETA DEBUG BEGIN:
  New:
- add patch rng-tools-missing-includes.patch
  add missing include statements to fix compilation with recent gcc 
BETA DEBUG END:

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

Other differences:
------------------
++++++ rng-tools.spec ++++++
--- /var/tmp/diff_new_pack.ishIw3/_old  2024-10-23 21:15:11.290988010 +0200
+++ /var/tmp/diff_new_pack.ishIw3/_new  2024-10-23 21:15:11.290988010 +0200
@@ -27,6 +27,7 @@
 Source:         https://github.com/nhorman/rng-tools/archive/v%{version}.tar.gz
 Source2:        %{name}.service
 Source3:        90-hwrng.rules
+Patch1:         rng-tools-missing-includes.patch
 BuildRequires:  automake
 BuildRequires:  libp11-devel
 BuildRequires:  pkgconfig
@@ -78,7 +79,7 @@
 ensure that it is properly random.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 ./autogen.sh

++++++ rng-tools-missing-includes.patch ++++++
--- ./ossl_helpers.h    2024/10/23 09:49:55     1.1
+++ ./ossl_helpers.h    2024/10/23 09:50:06
@@ -19,6 +19,8 @@
 #ifndef OSSL_HELPERS__H
 #define OSSL_HELPERS__H
 
+#include <string.h>
+
 #define AES_BLOCK              16
 
 struct ossl_aes_ctx;
--- ./rngd_jitter.c     2024/10/23 09:54:49     1.1
+++ ./rngd_jitter.c     2024/10/23 09:54:58
@@ -27,6 +27,9 @@
 #include <unistd.h>
 #include <signal.h>
 #include <setjmp.h>
+#include <string.h>
+#include <stdlib.h>
+#include <fcntl.h>
 
 #include "rng-tools-config.h"
 

Reply via email to