Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37519943
en ru br
Репозитории ALT
S:2.3-alt2
5.1: 2.1-alt2
4.1: 2.1-alt2
4.0: 2.1-alt2
3.0: 2.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: rats

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: rats
Version: 2.1
Release: alt1

Summary: Rough Auditing Tool for Security
License: GPL
Group: Development/Other

Source: http://www.securesw.com/%name/%name-%version.tar.bz2
Patch: %name-2.1-alt-configure.patch

BuildPreReq: autoconf >= 2.53

# Automatically added by buildreq on Mon Oct 21 2002

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 -q
%patch -p1
%__rm -f lex.yy*

%build
autoconf_2.5
%configure --datadir=%_datadir/%name
make lex
%make_build

%install
%makeinstall \
BINDIR="$RPM_BUILD_ROOT%_bindir" \
SHAREDIR="$RPM_BUILD_ROOT%_datadir/%name" \
MANDIR="$RPM_BUILD_ROOT%_mandir" \
#

%files
%_bindir/*
%_datadir/%name
%_mandir/man?/*
%doc README

%changelog

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

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