Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package LiE for openSUSE:Factory checked in 
at 2024-11-27 22:11:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/LiE (Old)
 and      /work/SRC/openSUSE:Factory/.LiE.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "LiE"

Wed Nov 27 22:11:45 2024 rev:7 rq:1226672 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/LiE/LiE.changes  2024-05-17 20:06:19.521902824 
+0200
+++ /work/SRC/openSUSE:Factory/.LiE.new.28523/LiE.changes       2024-11-27 
22:14:21.944063499 +0100
@@ -1,0 +2,5 @@
+Sat Nov 23 14:01:51 UTC 2024 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add reproducible-noaslr.patch (boo#1231626)
+
+-------------------------------------------------------------------

New:
----
  reproducible-noaslr.patch

BETA DEBUG BEGIN:
  New:
- Add reproducible-noaslr.patch (boo#1231626)
BETA DEBUG END:

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

Other differences:
------------------
++++++ LiE.spec ++++++
--- /var/tmp/diff_new_pack.8nFHtK/_old  2024-11-27 22:14:22.488086267 +0100
+++ /var/tmp/diff_new_pack.8nFHtK/_new  2024-11-27 22:14:22.488086267 +0100
@@ -30,6 +30,7 @@
 Patch1:         LiE-2.2.2-date-time.patch
 # PATCH-FIX-UPSTREAM bmwiedemann -- initialize memory (boo#1061220)
 Patch2:         LiE-2.2.2-memory-init.patch
+Patch3:         reproducible-noaslr.patch
 BuildRequires:  bison
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript

++++++ reproducible-noaslr.patch ++++++
commit 18754159423027378536b21e7f63db1b1c7bd36d
Author: Bernhard M. Wiedemann <bwiedemann+...@suse.de>
Date:   Sat Nov 23 13:57:09 2024 +0000

    Disable ASLR for Lie.exe run
    
    because it introduces randomness into INFO.a output
    which breaks reproducible builds.

diff --git a/Makefile b/Makefile
index c049e89..8b95f34 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ learnind: util/learnind.c
 
 INFO.a: progs/maxsub progs/maxsub0 progs/eqrank
        rm -f INFO.a
-       ./Lie.exe < progs/maxsub
+       setarch -R ./Lie.exe < progs/maxsub
 
 .PHONY: clean
 clean:

Reply via email to