Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37559901
en ru br
ALT Linux repositórios
S:2.3-alt2
5.0: 2.1-alt2
4.1: 2.1-alt2
4.0: 2.1-alt2
3.0: 2.1-alt1

Group :: Desenvolvimento/Outros
RPM: rats

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: rats
Version: 2.3
Release: alt2

Summary: Rough Auditing Tool for Security
License: GPLv2+
Group: Development/Other
Url: http://code.google.com/p/rough-auditing-tool-for-security/
# http://rough-auditing-tool-for-security.googlecode.com/files/%name-%version.tar.gz
Source: %name-%version.tar
Patch: rats-2.3-alt-flex.patch

# Automatically added by buildreq on Tue Sep 14 2010

BuildRequires: flex libexpat-devel

%description
RATS scans through code, finding potentially dangerous function calls.
The goal of this tool is not to definitively find bugs (yet).  The
current goal is to provide a reasonable starting point for performing
manual security audits.

The initial vulnerability database is taken directly from things that
could be easily found when starting with the forthcoming book,
"Building Secure Software" by Viega and McGraw.

%prep
%setup
rm lex.yy*
%patch -p1

%build
%configure --datadir=%_datadir/%name
%make_build lex
%make_build

%install
%makeinstall \
BINDIR="%buildroot%_bindir" \
SHAREDIR="%buildroot%_datadir/%name" \
MANDIR="%buildroot%_mandir"

%files
%_bindir/*
%_datadir/%name
%_man1dir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009