135 lines
4.3 KiB
RPMSpec
135 lines
4.3 KiB
RPMSpec
Name: openvas-libraries
|
|
Version: 7.0.10
|
|
Release: 1mamba
|
|
Summary: Libraries for openvas, an Open Vulnerability Assessment System
|
|
Group: Network/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.openvas.org/
|
|
Source: http://wald.intevation.org/frs/download.php/2031/openvas-libraries-%{version}.tar.gz
|
|
Patch0: openvas-libraries-7.0.10-glibc-2.22.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libassuan-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgnutls-devel
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libgpgme-devel
|
|
BuildRequires: libksba-devel
|
|
BuildRequires: libopenldap-devel
|
|
BuildRequires: libpcap-devel
|
|
BuildRequires: libssh-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Provides: nessus-libraries
|
|
Obsoletes: nessus-libraries
|
|
|
|
%description
|
|
OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications.
|
|
This project is a fork of the latest GPL release of Nessus.
|
|
|
|
%package devel
|
|
Summary: Devel package for nessus libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}
|
|
Provides: nessus-libraries-devel
|
|
Obsoletes: nessus-libraries-devel
|
|
|
|
%description devel
|
|
OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications.
|
|
This project is a fork of the latest GPL release of Nessus.
|
|
|
|
This is the development package.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%cmake -d build
|
|
|
|
#% configure
|
|
# \
|
|
# --prefix=%{_prefix} \
|
|
# --mandir=%{_mandir} \
|
|
# --sharedstatedir=%{_sysconfdir} \
|
|
# --sysconfdir=%{_sysconfdir} \
|
|
# --enable-cipher
|
|
|
|
%make
|
|
|
|
%install
|
|
test x"%buildroot" != x/ && rm -rf "%buildroot"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
test x"%buildroot" != x/ && rm -rf "%buildroot"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libopenvas_base.so.*
|
|
%{_libdir}/libopenvas_misc.so.*
|
|
%{_libdir}/libopenvas_nasl.so.*
|
|
%{_libdir}/libopenvas_omp.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_bindir}/openvas-nasl
|
|
%{_bindir}/openvas-nasl-lint
|
|
%dir %{_includedir}/openvas
|
|
%{_includedir}/openvas/*
|
|
%{_libdir}/libopenvas_base.so
|
|
%{_libdir}/libopenvas_misc.so
|
|
%{_libdir}/libopenvas_nasl.so
|
|
%{_libdir}/libopenvas_omp.so
|
|
%{_libdir}/pkgconfig/libopenvas.pc
|
|
%{_mandir}/man1/*
|
|
|
|
%changelog
|
|
* Fri Feb 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.10-1mamba
|
|
- update to 7.0.10
|
|
|
|
* Sun Nov 23 2014 Automatic Build System <autodist@mambasoft.it> 7.0.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 05 2014 Automatic Build System <autodist@mambasoft.it> 7.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 09 2010 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
- update to 3.1.2
|
|
|
|
* Mon Aug 09 2010 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic update to 3.0.0 by autodist
|
|
|
|
* Mon Oct 19 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-1mamba
|
|
- update to 2.0.4
|
|
|
|
* Wed Jul 01 2009 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
|
- automatic update to 2.0.3 by autodist
|
|
|
|
* Sat Apr 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
- update to 1.0.3 (specfile continued from nessus 2.2.2a)
|
|
|
|
* Wed Dec 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2a-1qilnx
|
|
- update to version 2.2.2a by autospec
|
|
|
|
* Fri Jul 23 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.12-1qilnx
|
|
- update to 2.0.12
|
|
|
|
* Tue Jul 20 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.11-1qilnx
|
|
- update to 2.0.11
|
|
|
|
* Mon Feb 02 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.10a-1qilnx
|
|
- rebuilt with version 2.0.10a
|
|
|
|
* Fri Nov 07 2003 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.9-1qilnx
|
|
- rebuilt with version 2.0.9
|
|
|
|
* Fri Jun 13 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.0.6a-1qilnx
|
|
- first build of nessus libraries
|