update to 3.1.2 [release 3.1.2-1mamba;Mon Aug 09 2010]

This commit is contained in:
Automatic Build System 2024-01-06 08:17:39 +01:00
parent 7098bcfe57
commit a5546c89b9
2 changed files with 107 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# openvas-libraries
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.

104
openvas-libraries.spec Normal file
View File

@ -0,0 +1,104 @@
Name: openvas-libraries
Version: 3.1.2
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/767/openvas-libraries-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-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
%build
%configure
# \
# --prefix=%{_prefix} \
# --mandir=%{_mandir} \
# --sharedstatedir=%{_sysconfdir} \
# --sysconfdir=%{_sysconfdir} \
# --enable-cipher
%make
%install
test x"%buildroot" != x/ && rm -rf "%buildroot"
%makeinstall
%clean
test x"%buildroot" != x/ && rm -rf "%buildroot"
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/openvas/openvas-lsc-rpm-creator.sh
%{_libdir}/*.so.*
%{_mandir}/man1/*
%files devel
%defattr(-,root,root)
%dir %{_includedir}/openvas
%{_includedir}/openvas/*
%{_libdir}/*.so
%{_libdir}/*.a
#%{_libdir}/*.la
%changelog
* 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