Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045432
en ru br
ALT Linux repos
S:0.4.5-alt2

Group :: File tools
RPM: bsign

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: bsign
Version: 0.4.5
Release: alt2

Summary: Embed hash and signature in elf executables

License: GPL
Group: File tools
Url: https://launchpad.net/ubuntu/+source/bsign

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: %name-%version.tar

BuildPreReq: libstdc++-devel-static

BuildRequires: gcc-c++

%description
This package embeds secure hashes (SHA1) and digital signatures (GNU
Privacy Guard) into files for verification and authentication.
Currently, target file types are all ELF format: executables, kernel
modules, shared and static link libraries. This program has
functionality similar to tripwire and integrit without the need to
maintain a database.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
mkdir %buildroot
%makeinstall

%files
%doc README NOTES TODO
%_bindir/%name
%_man1dir/*
%doc %_docdir/%name/

%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