forked from pool/fipscheck
Accepting request 1032908 from home:msmeissn:branches: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) OBS-URL: https://build.opensuse.org/request/show/1032908 OBS-URL: https://build.opensuse.org/package/show/security/fipscheck?expand=0&rev=25
This commit is contained in:
parent
e3397013c5
commit
c5f3dec557
@ -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
BIN
fipscheck-1.7.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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)
|
|
@ -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>
|
Fri Nov 20 09:50:32 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fipscheck
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,16 +20,14 @@
|
|||||||
%global soversion 1.2.1
|
%global soversion 1.2.1
|
||||||
%global somajor 1
|
%global somajor 1
|
||||||
Name: fipscheck
|
Name: fipscheck
|
||||||
Version: 1.5.0
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for integrity verification of FIPS validated modules
|
Summary: A library for integrity verification of FIPS validated modules
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://releases.pagure.org/%{name}/
|
URL: https://github.com/LairdCP/fipscheck
|
||||||
Source0: https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
|
Source0: fipscheck-%version.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch1: fipscheck-dont_generate_manpages.patch
|
|
||||||
Patch2: fipscheck-fips.h_not_needed.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -59,8 +57,6 @@ This package contains development files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user