[Openvas-devel] New releases for 2-0 modules planned

Javier Fernandez-Sanguino jfs at computer.org
Tue Aug 4 16:31:42 CEST 2009


2009/8/4 Jan-Oliver Wagner <Jan-Oliver.Wagner at greenbone.net>:
>> Most prominently I can think of Jan's patches
>> to the Debian packaging.
>
> I've seen some work here, but not on openvas-libraries.
> Felix, Jan: Do you think you can solve the debian
> packaging for openvas-libraries soon enough so we
> use it already for this cycle?

There is nothing to "solve" in the Debian packaging, although it could
be updated with the next release. Actually, the patch used in the
Debian packaging (at packaging/debian/patches) for the 2.0.3 release
should be fixed in the next release. The patch might seem complex but
this due to need to regenerate all the autotools/autoconf stuff. It's
actually quite simple see [1]:

----------------------------------------------------------------------------------------------------------------------------------
diff -urNad openvas-libraries-2.0.3~/configure.in
openvas-libraries-2.0.3/configure.in
--- openvas-libraries-2.0.3~/configure.in	2009-07-26 22:45:14.000000000 +0000
+++ openvas-libraries-2.0.3/configure.in	2009-07-26 22:45:46.000000000 +0000
@@ -106,6 +106,9 @@
 AC_CHECK_LIB(pcap, pcap_restart, LIBS="-lpcap $LIBS",
   AC_MSG_ERROR(you need to install pcap library with development files))

+AC_CHECK_LIB(gcrypt, gcry_strerror, LIBS="-lgcrypt $LIBS",
+  AC_MSG_ERROR(you need to install gcrypt library with development files))
+
 # These libraries break stuff under IRIX
 if  test "`uname`" != "IRIX" ;
 then
----------------------------------------------------------------------------------------------------------------------------------

This is needed or otherwise it will not build properly since the
libraries depend on gcrypt.

We have not reported this yet as a bug in the build system of
openvas-libraries, but it should be considered as such.

Regards

Javier

[1] http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-libraries/packaging/debian/patches/configure-grypt.dpatch?rev=4173&root=openvas&view=markup


More information about the Openvas-devel mailing list