forked from pool/fipscheck
Accepting request 1032909 from security
- updated to 1.7.0 (from a different supplier) - openssl 3 support - dropped fipscheck-dont_generate_manpages.patch (not needed) - dropped fipscheck-fips.h_not_needed.patch (not needed) (forwarded request 1032908 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/1032909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fipscheck?expand=0&rev=11factory
commit
7a3d17b0f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ba38100ced187f44b12dd52c8c74db8f366a2a8b9da819bd3e7c6ea17f469d5
|
||||
size 275637
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:024953c8bee1458aa9c48dc0648420c503ed71c37ce6b366ce296fad2f217889
|
||||
size 299256
|
@ -1,13 +0,0 @@
|
||||
Index: fipscheck-1.5.0/man/Makefile.in
|
||||
===================================================================
|
||||
--- fipscheck-1.5.0.orig/man/Makefile.in 2017-02-23 15:49:16.000000000 +0100
|
||||
+++ fipscheck-1.5.0/man/Makefile.in 2019-09-16 12:46:20.335487000 +0200
|
||||
@@ -567,7 +567,7 @@ uninstall-man: uninstall-man3 uninstall-
|
||||
|
||||
|
||||
$(dist_man_MANS): $(manpages_XMLSOURCES)
|
||||
- for i in $^ ; do xmlto man $$i ; done
|
||||
+ #for i in $^ ; do xmlto man $$i ; done
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
@ -1,12 +0,0 @@
|
||||
Index: fipscheck-1.5.0/src/filehmac.c
|
||||
===================================================================
|
||||
--- fipscheck-1.5.0.orig/src/filehmac.c 2019-09-16 12:47:15.843827233 +0200
|
||||
+++ fipscheck-1.5.0/src/filehmac.c 2019-09-16 12:47:20.847857908 +0200
|
||||
@@ -41,7 +41,6 @@
|
||||
#include <sys/wait.h>
|
||||
|
||||
#if defined(WITH_OPENSSL)
|
||||
-#include <openssl/fips.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#elif defined(WITH_NSS)
|
Loading…
Reference in New Issue