2024-01-06 05:26:51 +01:00
|
|
|
Name: libprelude
|
2024-01-06 05:26:52 +01:00
|
|
|
Version: 5.2.0
|
2024-01-06 05:26:51 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A hybrid Intrusion Detection framework implementing an open communication layer
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.prelude-technologies.com
|
2024-01-06 05:26:52 +01:00
|
|
|
Source: https://www.prelude-siem.org/pkg/src/%{version}/libprelude-%{version}.tar.gz
|
2024-01-06 05:26:51 +01:00
|
|
|
Patch0: %{name}-1.0.0-libtool-2.4.patch
|
|
|
|
Patch1: libprelude-1.0.0-gcc-4.6.patch
|
|
|
|
Patch2: libprelude-1.0.0-libgnutls-3.0.5.patch
|
|
|
|
Patch3: libprelude-1.0.1-gcc-4.7.patch
|
2024-01-06 05:26:52 +01:00
|
|
|
Patch4: libprelude-5.2.0-ruby-2.7.2.patch
|
2024-01-06 05:26:51 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:26:52 +01:00
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: libffi-devel
|
2024-01-06 05:26:51 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgmp-devel
|
|
|
|
BuildRequires: libgnutls-devel
|
2024-01-06 05:26:52 +01:00
|
|
|
BuildRequires: libidn2-devel
|
2024-01-06 05:26:51 +01:00
|
|
|
BuildRequires: libltdl-devel
|
|
|
|
BuildRequires: libnettle-devel
|
2024-01-06 05:26:52 +01:00
|
|
|
BuildRequires: libp11-kit-devel
|
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: libpython27-devel
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: libruby-devel
|
2024-01-06 05:26:51 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libtasn1-devel
|
2024-01-06 05:26:52 +01:00
|
|
|
BuildRequires: libunistring-devel
|
2024-01-06 05:26:51 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-06 05:26:52 +01:00
|
|
|
BuildRequires: python3
|
2024-01-06 05:26:51 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:26:52 +01:00
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:26:51 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
2024-01-06 05:26:52 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: Tools provided with %{name}
|
|
|
|
Group: System/Tools
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
|
|
|
This package contains the tools provide with %{name}.
|
2024-01-06 05:26:51 +01:00
|
|
|
|
|
|
|
%package -n perl-Prelude
|
|
|
|
Summary: Perl interface to the Prelude Intrution Detection Framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n perl-Prelude
|
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
|
|
|
This package contains the perl library interface.
|
|
|
|
|
2024-01-06 05:26:52 +01:00
|
|
|
%package -n python-prelude
|
2024-01-06 05:26:51 +01:00
|
|
|
Summary: Python interface to the Prelude Intrution Detection Framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:26:52 +01:00
|
|
|
Provides: python-Prelude
|
|
|
|
Obsoletes: python-Prelude < 5.2.0
|
|
|
|
|
|
|
|
%description -n python-prelude
|
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
|
|
|
This package contains the python library interface.
|
2024-01-06 05:26:51 +01:00
|
|
|
|
2024-01-06 05:26:52 +01:00
|
|
|
%package -n python-prelude-py3
|
|
|
|
Summary: Python interface to the Prelude Intrution Detection Framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n python-prelude-py3
|
2024-01-06 05:26:51 +01:00
|
|
|
Prelude is an Hybrid IDS framework, that is, it is a product that enable all available security application, be it opensource or proprietary, to report to a centralized system. In order to achieve this task, Prelude relies on the IDMEF (Intrusion Detection Message Exchange Format) IETF standard, that enables different kinds of sensors to generate events using an unified language.
|
|
|
|
This package contains the python library interface.
|
|
|
|
|
2024-01-06 05:26:52 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:26:51 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 05:26:52 +01:00
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
|
|
|
#%patch0 -p1
|
2024-01-06 05:26:51 +01:00
|
|
|
%patch1 -p1
|
2024-01-06 05:26:52 +01:00
|
|
|
#%patch2 -p1
|
|
|
|
#%patch3 -p1
|
|
|
|
%patch4 -p1
|
2024-01-06 05:26:51 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 05:26:52 +01:00
|
|
|
#:<< _EOF
|
2024-01-06 05:26:51 +01:00
|
|
|
export CFLAGS="-Wno-deprecated-declarations"
|
|
|
|
%configure --without-lua
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
find %{buildroot}/usr/lib/perl5 -name perllocal.pod -exec rm -f {} \;
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libprelude.so.*
|
|
|
|
%{_libdir}/libpreludecpp.so.*
|
|
|
|
%{_libdir}/ruby/site_ruby
|
2024-01-06 05:26:52 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 05:26:51 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libprelude
|
|
|
|
%{_includedir}/libprelude/*.h
|
|
|
|
%{_includedir}/libprelude/*.hxx
|
|
|
|
%{_datadir}/aclocal/libprelude.m4
|
|
|
|
%{_datadir}/gtk-doc/html/libprelude/*
|
|
|
|
%{_libdir}/libprelude.la
|
|
|
|
%{_libdir}/libprelude.so
|
|
|
|
%{_libdir}/libpreludecpp.la
|
|
|
|
%{_libdir}/libpreludecpp.so
|
|
|
|
#%{_libdir}/PreludeEasy.la
|
|
|
|
#%{_libdir}/PreludeEasy.so
|
|
|
|
%{_libdir}/pkgconfig/libprelude.pc
|
2024-01-06 05:26:52 +01:00
|
|
|
%doc ChangeLog NEWS README
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_sysconfdir}/prelude
|
|
|
|
%{_sysconfdir}/prelude/default/*.conf
|
|
|
|
%{_bindir}/libprelude-config
|
|
|
|
%{_bindir}/prelude-adduser
|
|
|
|
%{_bindir}/prelude-admin
|
|
|
|
%{_datadir}/libprelude/swig/libpreludecpp.i
|
|
|
|
%{_datadir}/libprelude/swig/perl/libpreludecpp-perl.i
|
|
|
|
%{_datadir}/libprelude/swig/python/libpreludecpp-python.i
|
|
|
|
%{_datadir}/libprelude/swig/ruby/libpreludecpp-ruby.i
|
|
|
|
%{_mandir}/man1/prelude-admin.1*
|
|
|
|
%{_mandir}/man1/libprelude-config.1*
|
2024-01-06 05:26:51 +01:00
|
|
|
|
|
|
|
%files -n perl-Prelude -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2024-01-06 05:26:52 +01:00
|
|
|
%files -n python-prelude
|
2024-01-06 05:26:51 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{python_sitearch}/*
|
|
|
|
|
2024-01-06 05:26:52 +01:00
|
|
|
%files -n python-prelude-py3
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{python3_sitearch}/__pycache__/prelude.cpython-*.pyc
|
|
|
|
%{python3_sitearch}/_prelude.cpython-*.so
|
|
|
|
%{python3_sitearch}/prelude-*.egg-info
|
|
|
|
%{python3_sitearch}/prelude.py
|
|
|
|
|
2024-01-06 05:26:51 +01:00
|
|
|
%changelog
|
2024-01-06 05:26:52 +01:00
|
|
|
* Sat Dec 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0-1mamba
|
|
|
|
- update to 5.2.0
|
|
|
|
|
2024-01-06 05:26:51 +01:00
|
|
|
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- update to 1.0.1
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
|
|
|
- rebuilt (gcc 4.6 and gnutls patches added; disabled lua support)
|
|
|
|
|
|
|
|
* Thu Nov 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- update to 1.0.0
|
|
|
|
|
|
|
|
* Mon Jun 02 2008 gil <puntogil@libero.it> 0.9.17.2-1mamba
|
|
|
|
- update to 0.9.17.2
|
|
|
|
|
|
|
|
* Sun Jun 24 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.14-1mamba
|
|
|
|
- package created by autospec
|