From a5546c89b94217dbe69eb629e4068965c9f5d642 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:17:39 +0100 Subject: [PATCH] update to 3.1.2 [release 3.1.2-1mamba;Mon Aug 09 2010] --- README.md | 3 ++ openvas-libraries.spec | 104 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 openvas-libraries.spec diff --git a/README.md b/README.md index b41dc06..68c9c81 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/openvas-libraries.spec b/openvas-libraries.spec new file mode 100644 index 0000000..7653d11 --- /dev/null +++ b/openvas-libraries.spec @@ -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 +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 3.1.2-1mamba +- update to 3.1.2 + +* Mon Aug 09 2010 Automatic Build System 3.0.0-1mamba +- automatic update to 3.0.0 by autodist + +* Mon Oct 19 2009 Silvan Calarco 2.0.4-1mamba +- update to 2.0.4 + +* Wed Jul 01 2009 Automatic Build System 2.0.3-1mamba +- automatic update to 2.0.3 by autodist + +* Sat Apr 05 2008 Silvan Calarco 1.0.1-1mamba +- update to 1.0.3 (specfile continued from nessus 2.2.2a) + +* Wed Dec 29 2004 Silvan Calarco 2.2.2a-1qilnx +- update to version 2.2.2a by autospec + +* Fri Jul 23 2004 Davide Madrisan 2.0.12-1qilnx +- update to 2.0.12 + +* Tue Jul 20 2004 Davide Madrisan 2.0.11-1qilnx +- update to 2.0.11 + +* Mon Feb 02 2004 Davide Madrisan 2.0.10a-1qilnx +- rebuilt with version 2.0.10a + +* Fri Nov 07 2003 Davide Madrisan 2.0.9-1qilnx +- rebuilt with version 2.0.9 + +* Fri Jun 13 2003 Silvan Calarco 2.0.6a-1qilnx +- first build of nessus libraries