Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37516486
en ru br
ALT Linux repos
S:2.9.9.0-alt1
5.0: 2.4.5-alt1
4.1: 2.4.5-alt1
4.0: 2.4.5-alt1

Group :: Security/Networking
RPM: snort-rules

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:     snort-rules
Version:  2.9.9.0
Release:  alt1

Summary:  Rules for Snort, popular network intrusion detection system
License:  GPLv2
Group:    Security/Networking
Url:      http://www.snort.org

Source0:  community-rules.tar
Source2:  snort-mergesidmaps

BuildArch: noarch
Requires: snort-base

Summary(ru_RU.UTF-8): Настроечные сигнатуры для системы обнаружения сетевых вторжений Snort

%define   myconfdir   %_sysconfdir/snort
%define   myrulesdir  %myconfdir/rules

%description
Rules for Snort, popular network intrusion detection system.
Standard pack distributed under GNU GPL license.

%description -l ru_RU.UTF-8
Стандартный набор правил, свободно распространяемых разработчиками
обнаружителя сетевых вторжений Snort. Правила включают в себя т.н. сигнатуры,
т.е. наборы условий, которым должны соответствовать заголовок и содержимое
сетевых пакетов, просматриваемых Snort'ом, а также реакцию на возможное
соответствие - удаление пакета, уведомление администратора и т.д.

%package -n snort-base
Summary: Create base directory structure for Snort NIDS configuration
Summary(ru_RU.UTF-8): Набор каталогов, используемых разными пакетами IDS Snort
Group: Security/Networking
Conflicts: snort < 2.4
%description -n snort-base
Create base directory structure for Snort NIDS configuration files.
%description -n snort-base -l ru_RU.UTF-8
Пустой пакет, создающий каталоги, совместно используемые остальными пакетами,
на которые разбит обнаружитель сетевых атак (IDS) Snort.

%prep
%setup -q

%build  #..nothing to do

%install
mkdir -p %buildroot{%myconfdir,%myrulesdir,%_bindir}
install -pm 644 *.rules %buildroot%myrulesdir
install -p %SOURCE2 %buildroot%_bindir
install -pm 644 *sid-msg.map %buildroot%myconfdir


%files -n snort-base
%dir %myconfdir

%files
%_bindir/snort-*
%config(noreplace) %myrulesdir
%config(noreplace) %myconfdir/sid-msg.map

%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