Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405703
en ru br
ALT Linux repos
S:5.6.4-alt23

Group :: Other
RPM: cve-check-tool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Name: cve-check-tool
Version: 5.6.4
Release: alt23
Summary: Command line tool for checking known (public) CVEs
Group: Other
License: GPLv2
Url: https://github.com/ikeydoherty/cve-check-tool

Source: %name-%version.tar

BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libcurl-devel libssl-devel
BuildRequires: libclickhouse-cpp-devel >= 2.4.0
BuildRequires: boost-complete
# tests
BuildRequires: ctest libgtest-devel

%description
The tool will identify potentially vulnerable software packages within Linux
distributions through version matching. Where possible it will also seek to
determine (through a distribution implemention) if a vulnerability has been
addressed by way of a patch.

%prep
%setup

%build
%add_optflags -D_FILE_OFFSET_BITS=64 -I/usr/include/clickhouse-cpp

%cmake
%cmake_build

%install
%cmakeinstall_std

%check
pushd %_cmake__builddir
ctest -V
popd

%files
%doc data/*
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin