From timb at nth-dimension.org.uk Fri Apr 4 23:33:43 2008 From: timb at nth-dimension.org.uk (Tim Brown) Date: Fri, 4 Apr 2008 22:33:43 +0100 Subject: [Openvas-distro] [Openvas-announce] OpenVAS-Client 1.0.3 released In-Reply-To: <200804041220.02676.jan-oliver.wagner@intevation.de> References: <200804041220.02676.jan-oliver.wagner@intevation.de> Message-ID: <200804042233.44631.timb@nth-dimension.org.uk> On Friday 04 April 2008 11:19:48 Jan-Oliver Wagner wrote: > the OpenVAS developers are happy to announce that > OpenVAS-Client 1.0.3 is released. Source packages for this are now available on mentors.debian.net. Cheers, Tim -- Tim Brown From jfs at computer.org Sun Apr 6 00:42:07 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Sun, 6 Apr 2008 00:42:07 +0200 Subject: [Openvas-distro] [Openvas-announce] OpenVAS-Client 1.0.3 released In-Reply-To: <200804042233.44631.timb@nth-dimension.org.uk> References: <200804041220.02676.jan-oliver.wagner@intevation.de> <200804042233.44631.timb@nth-dimension.org.uk> Message-ID: <20080405224207.GA21850@javifsp.no-ip.org> On Fri, Apr 04, 2008 at 10:33:43PM +0100, Tim Brown wrote: > On Friday 04 April 2008 11:19:48 Jan-Oliver Wagner wrote: > > > the OpenVAS developers are happy to announce that > > OpenVAS-Client 1.0.3 is released. > > Source packages for this are now available on mentors.debian.net. These have been submitted as Debian-native packages, which is clearly wrong. I have built proper packages and uploaded them. BTW, a question: openvasclient-mkrand is no longer being distributed, but the Debian package includes it. Shouldn't we remove it too? Regards Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.wald.intevation.org/pipermail/openvas-distro/attachments/20080406/31925391/attachment.pgp From jan-oliver.wagner at intevation.de Mon Apr 7 12:56:27 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Mon, 7 Apr 2008 11:56:27 +0100 Subject: [Openvas-distro] [Openvas-announce] OpenVAS-Client 1.0.3 released In-Reply-To: <20080405224207.GA21850@javifsp.no-ip.org> References: <200804041220.02676.jan-oliver.wagner@intevation.de> <200804042233.44631.timb@nth-dimension.org.uk> <20080405224207.GA21850@javifsp.no-ip.org> Message-ID: <200804071256.30629.jan-oliver.wagner@intevation.de> On Sonntag, 6. April 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > On Fri, Apr 04, 2008 at 10:33:43PM +0100, Tim Brown wrote: > > On Friday 04 April 2008 11:19:48 Jan-Oliver Wagner wrote: > > > > > the OpenVAS developers are happy to announce that > > > OpenVAS-Client 1.0.3 is released. > > > > Source packages for this are now available on mentors.debian.net. > > These have been submitted as Debian-native packages, which is clearly wrong. > I have built proper packages and uploaded them. thanks. > BTW, a question: openvasclient-mkrand is no longer being distributed, but the > Debian package includes it. Shouldn't we remove it too? not sure why it is not installed anymore. Tim (according to ChangeLog you removed it): Seems that at least openvasclient-mkcert needs openvasclient-mkrand ... ? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jan-oliver.wagner at intevation.de Tue Apr 15 15:09:39 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Tue, 15 Apr 2008 15:09:39 +0200 Subject: [Openvas-distro] openvas-libraries: DESTDIR missing Message-ID: <200804151509.43985.jan-oliver.wagner@intevation.de> Hi, I was just working on a RPM package for openvas-libraries and stumbled across missing DESTDIR use in some Makefiles of this module. Guess this will hurt the Debian packages as well. Tim? We use DESTDIR consistently only for openvas-client so far. Should we patch all other modules to use it as well? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From timb at nth-dimension.org.uk Wed Apr 16 07:51:04 2008 From: timb at nth-dimension.org.uk (Tim Brown) Date: Wed, 16 Apr 2008 06:51:04 +0100 Subject: [Openvas-distro] openvas-libraries: DESTDIR missing In-Reply-To: <200804151509.43985.jan-oliver.wagner@intevation.de> References: <200804151509.43985.jan-oliver.wagner@intevation.de> Message-ID: <200804160651.05325.timb@nth-dimension.org.uk> On Tuesday 15 April 2008 14:09:39 Jan-Oliver Wagner wrote: > Hi, > > I was just working on a RPM package for openvas-libraries and > stumbled across missing DESTDIR use in some Makefiles of > this module. > > Guess this will hurt the Debian packages as well. Tim? > > We use DESTDIR consistently only for openvas-client so far. > Should we patch all other modules to use it as well? The Debian packaging scripts reset prefix during the make install like so: $(MAKE) install prefix=$(tmp)/usr This seems to work. openvas-server is a pain though, I'm still trying to get my head around that one ;). Tim -- Tim Brown From jan-oliver.wagner at intevation.de Wed Apr 16 09:33:36 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 16 Apr 2008 09:33:36 +0200 Subject: [Openvas-distro] openvas-server / Debian In-Reply-To: <200804160651.05325.timb@nth-dimension.org.uk> References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> Message-ID: <200804160933.38564.jan-oliver.wagner@intevation.de> On Mittwoch, 16. April 2008, Tim Brown wrote: > openvas-server is a pain though, I'm still trying to get > my head around that one ;). shouldn't it be even easier than nessus-core package? At least the client is not in there anymore. What kind of problem does cause the pain? How about submitting openvas-libraries already now and not wait for openvas-server problems solved? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From timb at nth-dimension.org.uk Wed Apr 16 11:09:20 2008 From: timb at nth-dimension.org.uk (Tim Brown) Date: Wed, 16 Apr 2008 02:09:20 -0700 (PDT) Subject: [Openvas-distro] openvas-server / Debian In-Reply-To: <200804160933.38564.jan-oliver.wagner@intevation.de> References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> <200804160933.38564.jan-oliver.wagner@intevation.de> Message-ID: On Wed, 16 Apr 2008, Jan-Oliver Wagner wrote: > On Mittwoch, 16. April 2008, Tim Brown wrote: >> openvas-server is a pain though, I'm still trying to get >> my head around that one ;). > > shouldn't it be even easier than nessus-core package? > At least the client is not in there anymore. > What kind of problem does cause the pain? You'd have thought so, but well, the nessus-core build was a gigantic hack :). It basically bypassed make install and started doing its own thing. Which is fine, but I'd rather spend the time to make make install work in a satisfactory manner - which is what I have been doing. > How about submitting openvas-libraries already now and > not wait for openvas-server problems solved? I agree, I've been making builds of the libs available on mentors, but until recently jfs hadn't come back with any feedback. I've updated them based on his feedback so we'll see what he and Neil say. Tim -- Tim Brown From jan-oliver.wagner at intevation.de Wed Apr 16 12:00:38 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 16 Apr 2008 12:00:38 +0200 Subject: [Openvas-distro] openvas-server / Debian In-Reply-To: References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160933.38564.jan-oliver.wagner@intevation.de> Message-ID: <200804161200.43477.jan-oliver.wagner@intevation.de> On Mittwoch, 16. April 2008, Tim Brown wrote: > On Wed, 16 Apr 2008, Jan-Oliver Wagner wrote: > > On Mittwoch, 16. April 2008, Tim Brown wrote: > >> openvas-server is a pain though, I'm still trying to get > >> my head around that one ;). > > > > shouldn't it be even easier than nessus-core package? > > At least the client is not in there anymore. > > What kind of problem does cause the pain? > > You'd have thought so, but well, the nessus-core build was a gigantic hack > :). It basically bypassed make install and started doing its own thing. > Which is fine, but I'd rather spend the time to make make install work in > a satisfactory manner - which is what I have been doing. indeed, this makes sense :-) Let me know if I can be of any help here. > > How about submitting openvas-libraries already now and > > not wait for openvas-server problems solved? > > I agree, I've been making builds of the libs available on mentors, but > until recently jfs hadn't come back with any feedback. I've updated them > based on his feedback so we'll see what he and Neil say. OK. Hope they can react qickly to get the process started. Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jfs at computer.org Wed Apr 16 14:50:52 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Wed, 16 Apr 2008 14:50:52 +0200 Subject: [Openvas-distro] openvas-libraries: DESTDIR missing In-Reply-To: <200804160651.05325.timb@nth-dimension.org.uk> References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> Message-ID: <20080416125052.GA5443@javifsp.no-ip.org> On Wed, Apr 16, 2008 at 06:51:04AM +0100, Tim Brown wrote: > On Tuesday 15 April 2008 14:09:39 Jan-Oliver Wagner wrote: > > Hi, > > > > I was just working on a RPM package for openvas-libraries and > > stumbled across missing DESTDIR use in some Makefiles of > > this module. > > > > Guess this will hurt the Debian packages as well. Tim? > > > > We use DESTDIR consistently only for openvas-client so far. > > Should we patch all other modules to use it as well? > > The Debian packaging scripts reset prefix during the make install like so: > > $(MAKE) install prefix=$(tmp)/usr This is not correct. The 'prefix' definition gets hardcoded in the built binaries. DESTDIR is needed, I do not understand why it was removed. Please do not deviate from coding standards. For more information about DESTDIR please see http://www.gnu.org/prep/standards/standards.html#DESTDIR - prefix: is used to tell the binaries where they will be running (that's why it's defined in the configure) - DESTDIR: is used to tell the install targets that they have to install in a non-standard location (that's why it is used in the Makefiles) Regards Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.wald.intevation.org/pipermail/openvas-distro/attachments/20080416/296a4911/attachment.pgp From jfs at computer.org Wed Apr 16 15:09:19 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Wed, 16 Apr 2008 15:09:19 +0200 Subject: [Openvas-distro] openvas-server / Debian In-Reply-To: References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> <200804160933.38564.jan-oliver.wagner@intevation.de> Message-ID: <20080416130919.GB5443@javifsp.no-ip.org> On Wed, Apr 16, 2008 at 02:09:20AM -0700, Tim Brown wrote: > On Wed, 16 Apr 2008, Jan-Oliver Wagner wrote: > > > On Mittwoch, 16. April 2008, Tim Brown wrote: > >> openvas-server is a pain though, I'm still trying to get > >> my head around that one ;). > > > > shouldn't it be even easier than nessus-core package? > > At least the client is not in there anymore. > > What kind of problem does cause the pain? > > You'd have thought so, but well, the nessus-core build was a gigantic hack > :). It basically bypassed make install and started doing its own thing. If you are talking about the 'install' target in debian/rules notice that it does not bypass Nessus' makefile's install target, it just has to move the files to the proper package locations. This is done in order to separate the client and server and some header files provided by nessus-core. It also installed some Debian-specific files, such as predefined configuration file, an XPM for the desktop menus and the file to register the client in the desktop applications. I guess most of that can be scrapped away since the openvas-server does not provide it. Regards Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.wald.intevation.org/pipermail/openvas-distro/attachments/20080416/1ffc0fcf/attachment.pgp From timb at nth-dimension.org.uk Wed Apr 16 15:53:11 2008 From: timb at nth-dimension.org.uk (Tim Brown) Date: Wed, 16 Apr 2008 06:53:11 -0700 (PDT) Subject: [Openvas-distro] openvas-libraries: DESTDIR missing In-Reply-To: <20080416125052.GA5443@javifsp.no-ip.org> References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> <20080416125052.GA5443@javifsp.no-ip.org> Message-ID: On Wed, 16 Apr 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > On Wed, Apr 16, 2008 at 06:51:04AM +0100, Tim Brown wrote: >> On Tuesday 15 April 2008 14:09:39 Jan-Oliver Wagner wrote: >>> Hi, >>> >>> I was just working on a RPM package for openvas-libraries and >>> stumbled across missing DESTDIR use in some Makefiles of >>> this module. >>> >>> Guess this will hurt the Debian packages as well. Tim? >>> >>> We use DESTDIR consistently only for openvas-client so far. >>> Should we patch all other modules to use it as well? >> >> The Debian packaging scripts reset prefix during the make install like so: >> >> $(MAKE) install prefix=$(tmp)/usr > > This is not correct. The 'prefix' definition gets hardcoded in the built > binaries. From nessus-libraries-2.2.10/debian/rules: install: build-stamp dh_testdir dh_testroot dh_clean -k $(MAKE) install prefix=$(tmp)/usr The prefix value at build time will be embedded, it's overridden during install. > DESTDIR is needed, I do not understand why it was removed. > > Please do not deviate from coding standards. For more information about > DESTDIR please see http://www.gnu.org/prep/standards/standards.html#DESTDIR > > - prefix: is used to tell the binaries where they will be running > (that's why it's defined in the configure) > > - DESTDIR: is used to tell the install targets that they have to install in a > non-standard location > (that's why it is used in the Makefiles) I don't disagree, but the nessus build files are pretty awful and the Debian packages spend a lot of time working around this. It's not a simple example of an autoconf based project IMO. The server component is even better with direct calls to the BSD install script in the rules file. IIRC it doesn't even attempt to use the make based install routine. See my comments about fixing it. (Ideal world I'd rewrite the autoconf/automake stuff in all modules as it's all pretty painful). Tim -- Tim Brown From jan-oliver.wagner at intevation.de Wed Apr 16 16:04:06 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 16 Apr 2008 16:04:06 +0200 Subject: [Openvas-distro] openvas-libraries: DESTDIR missing In-Reply-To: <20080416125052.GA5443@javifsp.no-ip.org> References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> <20080416125052.GA5443@javifsp.no-ip.org> Message-ID: <200804161604.08239.jan-oliver.wagner@intevation.de> On Mittwoch, 16. April 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > On Wed, Apr 16, 2008 at 06:51:04AM +0100, Tim Brown wrote: > This is not correct. The 'prefix' definition gets hardcoded in the built > binaries. > > DESTDIR is needed, I do not understand why it was removed. > > Please do not deviate from coding standards. For more information about > DESTDIR please see http://www.gnu.org/prep/standards/standards.html#DESTDIR I've patched openvas-libraries and openvas-server. Thanks for patching openvas-libnasl already :-) Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jfs at computer.org Wed Apr 16 16:09:50 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Wed, 16 Apr 2008 16:09:50 +0200 Subject: [Openvas-distro] openvas-libraries: DESTDIR missing In-Reply-To: References: <200804151509.43985.jan-oliver.wagner@intevation.de> <200804160651.05325.timb@nth-dimension.org.uk> <20080416125052.GA5443@javifsp.no-ip.org> Message-ID: <20080416140950.GF23318@javifsp.no-ip.org> On Wed, Apr 16, 2008 at 06:53:11AM -0700, Tim Brown wrote: > On Wed, 16 Apr 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > >> On Wed, Apr 16, 2008 at 06:51:04AM +0100, Tim Brown wrote: >>> On Tuesday 15 April 2008 14:09:39 Jan-Oliver Wagner wrote: >>>> Hi, >>>> >>>> I was just working on a RPM package for openvas-libraries and >>>> stumbled across missing DESTDIR use in some Makefiles of >>>> this module. >>>> >>>> Guess this will hurt the Debian packages as well. Tim? >>>> >>>> We use DESTDIR consistently only for openvas-client so far. >>>> Should we patch all other modules to use it as well? >>> >>> The Debian packaging scripts reset prefix during the make install like so: >>> >>> $(MAKE) install prefix=$(tmp)/usr >> >> This is not correct. The 'prefix' definition gets hardcoded in the built >> binaries. > > From nessus-libraries-2.2.10/debian/rules: > > > install: build-stamp > dh_testdir > dh_testroot > dh_clean -k > $(MAKE) install prefix=$(tmp)/usr > > > The prefix value at build time will be embedded, it's overridden during > install. That doesn't work. Try it, it will not install the files properly, it broke in my system. > I don't disagree, but the nessus build files are pretty awful and the > Debian packages spend a lot of time working around this. It's not a I don't agree with your point of view. > simple example of an autoconf based project IMO. The server component is > even better with direct calls to the BSD install script in the rules > file. IIRC it doesn't even attempt to use the make based install routine. ? You don't seem to understand the install target of the nessus-core package. The calls to the install script are perfectly legitimate in a debian/rules script and are there to install files that the nessus' Makefile does not install itself. The only calls to 'install' there are these: 65 install -m 640 debian/nessusd.conf $(nesd)/etc/nessus/ 66 rm -f $(nesd)/var/lib/nessus/nessus-services 67 ( cd $(nesd)/var/lib/nessus/ && \ 68 ln -s /etc/nessus/nessus-services ) 69 install -m 640 nessus-services $(nesd)/etc/nessus/ 70 install -m 644 debian/nessus.xpm $(nes)/usr/share/pixmaps 71 install -m 644 debian/nessus.desktop $(nes)/usr/share/applications Line 65 is there to install the nessusd configuration file that Nessus does not install (nor provide). Actually, the Nessus server generates one when it runs, which makes it difficult for the admin to track changes. The package provides one, and installs it as default. lines 66 to 69 are there to install the nessus-service file in /etc, since Nessus insists on putting it under /var/lib. In order to not patch the Nessus sources (which is not that maintainable) or its makefiles, the installed file is removed, symlinked to /etc and the file is installed in /etc Lines 70 to 71 are there to install Debian-specific files in the proper directories to register the GUI. Once again, calls to 'install' for Debian-specific changes in the rules file are perfectly legitimate. Regards Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.wald.intevation.org/pipermail/openvas-distro/attachments/20080416/929d6ceb/attachment-0001.pgp From jan-oliver.wagner at intevation.de Wed Apr 16 23:11:32 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 16 Apr 2008 23:11:32 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? Message-ID: <200804162311.37081.jan-oliver.wagner@intevation.de> Hi, I just wondered that on http://ftp-master.debian.org/new.html there is only openvas-libnasl but not openvas-libraries (which openvas-libnasl actually depend on). Does this mean a problem or is it OK and openvas-libraries will follow later? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jfs at computer.org Fri Apr 25 17:20:40 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Fri, 25 Apr 2008 17:20:40 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <200804162311.37081.jan-oliver.wagner@intevation.de> References: <200804162311.37081.jan-oliver.wagner@intevation.de> Message-ID: <20080425152040.GA17162@javifsp.no-ip.org> On Wed, Apr 16, 2008 at 11:11:32PM +0200, Jan-Oliver Wagner wrote: > Hi, > > I just wondered that on > http://ftp-master.debian.org/new.html > there is only openvas-libnasl but not openvas-libraries (which > openvas-libnasl actually depend on). Now both are there. There was a problem when I first uploaded openvas-libnasl, which I have since fixed and reuploaded. > Does this mean a problem or is it OK and openvas-libraries > will follow later? openvas-libraries will go in first, and openvas-libnasl afterwards (due to dependencies) Regards Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.wald.intevation.org/pipermail/openvas-distro/attachments/20080425/6589174f/attachment.pgp From jan-oliver.wagner at intevation.de Mon Apr 28 09:55:40 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Mon, 28 Apr 2008 09:55:40 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <20080425152040.GA17162@javifsp.no-ip.org> References: <200804162311.37081.jan-oliver.wagner@intevation.de> <20080425152040.GA17162@javifsp.no-ip.org> Message-ID: <200804280955.43302.jan-oliver.wagner@intevation.de> Javier, thanks a lot! On Freitag, 25. April 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > On Wed, Apr 16, 2008 at 11:11:32PM +0200, Jan-Oliver Wagner wrote: > > I just wondered that on > > http://ftp-master.debian.org/new.html > > there is only openvas-libnasl but not openvas-libraries (which > > openvas-libnasl actually depend on). > > Now both are there. There was a problem when I first uploaded > openvas-libnasl, which I have since fixed and reuploaded. > > > Does this mean a problem or is it OK and openvas-libraries > > will follow later? > > openvas-libraries will go in first, and openvas-libnasl afterwards (due to > dependencies) -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From jan-oliver.wagner at intevation.de Tue Apr 29 00:20:10 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Tue, 29 Apr 2008 00:20:10 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <200804280955.43302.jan-oliver.wagner@intevation.de> References: <200804162311.37081.jan-oliver.wagner@intevation.de> <20080425152040.GA17162@javifsp.no-ip.org> <200804280955.43302.jan-oliver.wagner@intevation.de> Message-ID: <200804290020.15312.jan-oliver.wagner@intevation.de> Tim, Javier, On Monday 28 April 2008 09:55, Jan-Oliver Wagner wrote: > On Freitag, 25. April 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > > On Wed, Apr 16, 2008 at 11:11:32PM +0200, Jan-Oliver Wagner wrote: > > > I just wondered that on > > > http://ftp-master.debian.org/new.html > > > there is only openvas-libnasl but not openvas-libraries (which > > > openvas-libnasl actually depend on). > > > > Now both are there. There was a problem when I first uploaded > > openvas-libnasl, which I have since fixed and reuploaded. > > > > > Does this mean a problem or is it OK and openvas-libraries > > > will follow later? > > > > openvas-libraries will go in first, and openvas-libnasl afterwards (due > > to dependencies) I realized that openvas-libraries vanished from the above URL but a package search does still only find openvas-client. Has openvas-libraries been rejected? Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From timb at nth-dimension.org.uk Tue Apr 29 02:30:43 2008 From: timb at nth-dimension.org.uk (Tim Brown) Date: Tue, 29 Apr 2008 01:30:43 +0100 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <200804290020.15312.jan-oliver.wagner@intevation.de> References: <200804162311.37081.jan-oliver.wagner@intevation.de> <200804280955.43302.jan-oliver.wagner@intevation.de> <200804290020.15312.jan-oliver.wagner@intevation.de> Message-ID: <200804290130.44485.timb@nth-dimension.org.uk> On Monday 28 April 2008 23:20:10 Jan-Oliver Wagner wrote: > I realized that openvas-libraries vanished from the above URL but > a package search does still only find openvas-client. > > Has openvas-libraries been rejected? Well, I haven't seen any REJECT messages for it. But OTOH you're right, it's disappeared. I've explititly CCd jfs in on this in case he has any thought or clue. Tim -- Tim Brown From jfs at computer.org Tue Apr 29 02:41:53 2008 From: jfs at computer.org (Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?=) Date: Tue, 29 Apr 2008 02:41:53 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <200804290130.44485.timb@nth-dimension.org.uk> References: <200804162311.37081.jan-oliver.wagner@intevation.de> <200804280955.43302.jan-oliver.wagner@intevation.de> <200804290020.15312.jan-oliver.wagner@intevation.de> <200804290130.44485.timb@nth-dimension.org.uk> Message-ID: <20080429004153.GC12102@javifsp.no-ip.org> On Tue, Apr 29, 2008 at 01:30:43AM +0100, Tim Brown wrote: > On Monday 28 April 2008 23:20:10 Jan-Oliver Wagner wrote: > > > I realized that openvas-libraries vanished from the above URL but > > a package search does still only find openvas-client. > > > > Has openvas-libraries been rejected? > > Well, I haven't seen any REJECT messages for it. But OTOH you're right, it's > disappeared. I've explititly CCd jfs in on this in case he has any thought > or clue. No idea, maybe it's still being processed. I have not received a REJECT either. Regards Javier From jan-oliver.wagner at intevation.de Wed Apr 30 09:11:44 2008 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 30 Apr 2008 09:11:44 +0200 Subject: [Openvas-distro] Debian: libnasl before libraries in NEW ? In-Reply-To: <20080429004153.GC12102@javifsp.no-ip.org> References: <200804162311.37081.jan-oliver.wagner@intevation.de> <200804290130.44485.timb@nth-dimension.org.uk> <20080429004153.GC12102@javifsp.no-ip.org> Message-ID: <200804300911.47701.jan-oliver.wagner@intevation.de> On Dienstag, 29. April 2008, Javier Fern?ndez-Sanguino Pe?a wrote: > On Tue, Apr 29, 2008 at 01:30:43AM +0100, Tim Brown wrote: > > On Monday 28 April 2008 23:20:10 Jan-Oliver Wagner wrote: > > > I realized that openvas-libraries vanished from the above URL but > > > a package search does still only find openvas-client. > > > > > > Has openvas-libraries been rejected? > > > > Well, I haven't seen any REJECT messages for it. But OTOH you're right, it's > > disappeared. I've explititly CCd jfs in on this in case he has any thought > > or clue. > > No idea, maybe it's still being processed. I have not received a REJECT > either. simply resubmit? Or is there a chance to find out who has taken it from the list? Lenny is approaching ... ! Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner