3
0
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=11
This commit is contained in:
Dominique Leuenberger 2022-11-04 16:31:24 +00:00 committed by Git OBS Bridge
commit 48830ad144
6 changed files with 15 additions and 36 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ba38100ced187f44b12dd52c8c74db8f366a2a8b9da819bd3e7c6ea17f469d5
size 275637

BIN
fipscheck-1.7.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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.

View File

@ -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)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 2 14:30:29 UTC 2022 - Marcus Meissner <meissner@suse.com>
- 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)
-------------------------------------------------------------------
Fri Nov 20 09:50:32 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package fipscheck
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,16 +20,14 @@
%global soversion 1.2.1
%global somajor 1
Name: fipscheck
Version: 1.5.0
Version: 1.7.0
Release: 0
Summary: A library for integrity verification of FIPS validated modules
License: BSD-2-Clause
Group: Development/Libraries/C and C++
URL: https://releases.pagure.org/%{name}/
Source0: https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
URL: https://github.com/LairdCP/fipscheck
Source0: fipscheck-%version.tar.bz2
Source1: baselibs.conf
Patch1: fipscheck-dont_generate_manpages.patch
Patch2: fipscheck-fips.h_not_needed.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@ -59,8 +57,6 @@ This package contains development files for %{name}.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%build
%configure --disable-static