Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37048476
en ru br
Репозитории ALT

Группа :: Other
Пакет: cve-check-tool

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin