forked from pool/mstflint
Accepting request 915802 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/915802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=22
This commit is contained in:
commit
8db4baeb53
22
PIE.patch
22
PIE.patch
@ -1,11 +1,21 @@
|
||||
Index: mstflint-4.16.0/configure.ac
|
||||
===================================================================
|
||||
--- mstflint-4.16.0.orig/configure.ac
|
||||
+++ mstflint-4.16.0/configure.ac
|
||||
@@ -58,6 +58,9 @@ LDL=""
|
||||
commit da607dd93fc67a63029d08f868e1e1c2c70e9663
|
||||
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
Date: Fri Jul 9 13:01:55 2021 +0200
|
||||
|
||||
PIE
|
||||
|
||||
Hardware error from APEI Generic Hardware Error Source: 0
|
||||
|
||||
Signed-off-by: Hardware error from APEI Generic Hardware Error Source: 0
|
||||
|
||||
diff --git configure.ac configure.ac
|
||||
index 35049bcbbed4..273ce3186936 100644
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -59,6 +59,9 @@ LDL=""
|
||||
default_en_inband=""
|
||||
|
||||
LDFLAGS="${LDFLAGS} -L/usr/lib64 -L/usr/local/lib -L/usr/local/lib64"
|
||||
LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib64"
|
||||
+if test "$host_cpu" != "s390x"; then
|
||||
+ LDFLAGS="${LDFLAGS} -pie"
|
||||
+fi
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b277d36b07a2b5827f59c578d2922757cabe7e069eb4375bb4b6b85484bd929
|
||||
size 5592587
|
3
mstflint-4.17.0-1.tar.gz
Normal file
3
mstflint-4.17.0-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe6899afd8d9c2c60ceb8482ebc790fc3d1670fc213ddb8093b56b4276bc1b0c
|
||||
size 5762849
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 11:31:14 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update to v4.17.0-1 (jsc#SLE-19261)
|
||||
- Anti-rollback Protection
|
||||
- Enabled Anti-rollback protection to prevent old vulnerable firmware
|
||||
versions from being flashed to the device
|
||||
- mstlink tool
|
||||
- Added support for DSFP modules
|
||||
- Parallel Firmware Burning (DMA Burning)
|
||||
- Added support for parallel firmware burning.
|
||||
- Refresh PIE.patch against latest sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 16:58:42 UTC 2021 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define extra_version -2
|
||||
%define extra_version -1
|
||||
|
||||
Name: mstflint
|
||||
Version: 4.16.0
|
||||
Version: 4.17.0
|
||||
Release: 0
|
||||
Summary: Mellanox Firmware Burning and Diagnostics Tools
|
||||
License: BSD-2-Clause OR GPL-2.0-only
|
||||
@ -53,7 +53,7 @@ the downloads page at the Mellanox web site.
|
||||
%patch1
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6 -p1
|
||||
%patch6
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user