Re: Nessus 2.0.0 packages available
On Thu, Mar 06, 2003 at 11:17:07AM -0300, Gustavo Franco wrote: > Hi jfs, Hi there. > > What's the relationship between these nessus 2.0 packages and the nessus > 2.0.1 packages[1] of Josip Rodin at the experimental release? > These packages are not Josip's :-) (the packages page is lying to you) if you take a look at the changelog (which is not on the webpage, however). You will see I uploaded. > [1] = http://packages.debian.org/experimental/admin/nessusd.html Oh. And they will be moved to unstable soon (or at least I hope so) > > Thanks in advance, You are welcome. Regards Javi pgpvJPLrBNXiP.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
On Thu, Mar 06, 2003 at 11:17:07AM -0300, Gustavo Franco wrote: > Hi jfs, Hi there. > > What's the relationship between these nessus 2.0 packages and the nessus > 2.0.1 packages[1] of Josip Rodin at the experimental release? > These packages are not Josip's :-) (the packages page is lying to you) if you take a look at the changelog (which is not on the webpage, however). You will see I uploaded. > [1] = http://packages.debian.org/experimental/admin/nessusd.html Oh. And they will be moved to unstable soon (or at least I hope so) > > Thanks in advance, You are welcome. Regards Javi pgp0.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
On Tue, 2003-02-25 at 08:17, Javier Fernández-Sanguino Peña wrote: > For those of you who are not aware of it: Nessus 2.0.0 has been released > just today [1]. I've bugged Joy about this (Bug# 182411) but in order to > make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 > only). Just wanted to drop a note here in case anybody else wants to test > them. > > WARNING: These packages are unofficial and have not been (yet) tested so > use at your own risk. An upgrade from previous older versions might not > go smoothly. I have just asked Josip Rodin (official Debian maintainer) > to take a look at these and work on a migration path from previous > Nessus versions in Debian. > > Where can you download them from? > http://people.debian.org/~jfs/nessus/2.0.0 > > OR with your favorite apt: How? With this apt line: > deb http://people.debian.org/~jfs/nessus 2.0.0/ > [1] http://www.nessus.org/nessus_2_0.html Hi jfs, What's the relationship between these nessus 2.0 packages and the nessus 2.0.1 packages[1] of Josip Rodin at the experimental release? [1] = http://packages.debian.org/experimental/admin/nessusd.html Thanks in advance, -- Gustavo Franco <[EMAIL PROTECTED]>
Re: Nessus 2.0.0 packages available
On Tue, 2003-02-25 at 08:17, Javier Fernández-Sanguino Peña wrote: > For those of you who are not aware of it: Nessus 2.0.0 has been released > just today [1]. I've bugged Joy about this (Bug# 182411) but in order to > make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 > only). Just wanted to drop a note here in case anybody else wants to test > them. > > WARNING: These packages are unofficial and have not been (yet) tested so > use at your own risk. An upgrade from previous older versions might not > go smoothly. I have just asked Josip Rodin (official Debian maintainer) > to take a look at these and work on a migration path from previous > Nessus versions in Debian. > > Where can you download them from? > http://people.debian.org/~jfs/nessus/2.0.0 > > OR with your favorite apt: How? With this apt line: > deb http://people.debian.org/~jfs/nessus 2.0.0/ > [1] http://www.nessus.org/nessus_2_0.html Hi jfs, What's the relationship between these nessus 2.0 packages and the nessus 2.0.1 packages[1] of Josip Rodin at the experimental release? [1] = http://packages.debian.org/experimental/admin/nessusd.html Thanks in advance, -- Gustavo Franco <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Nessus 2.0.0 packages available
On Tue, Feb 25, 2003 at 02:10:54PM +0100, Luis Gomez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Martes, 25 de Febrero de 2003 13:53, Javier Fernández-Sanguino Peña wrote: > > The nessus-plugin stuff is the source package, in order to make the > > packages yourself just do: > > > > $ dpkg-source -x nessus-plugins_2.0.0-1.dsc > > $ cd nessus-plugins-2.0.0 > > $ dpkg-buildpackage -rfakeroot > > > > That should make the same .deb I'm uploading right now. > > Hi! > > I'm back (went out of the office), and your .deb is already uploaded. Now Back from lunch, right? ;) > nessus depends on libpcap0.7 , which seems not to be available. Again: am I > missing something? Umm.. Lipcap0.7 is available in unstable. Not in stable. > > Pope > > PS: Please, don't take this as a personal "lend me a hand" matter. Just that > I > wanted to know whether this package is being built, or exists in Sid, or... > Anyway, if you're still building things and you think I should wait a little > before installing the .debs, just tell me and I'll stop bothering. Thanks! Well, I should probably have advised beforehand that this has been built in a mixed stable/unstable environment. I have (by hand) backported libpcap0.7 to my stable system (just 'apt-get -b source libpcap0.7' with some deb-src lines in apt pointing to sid). Again, if you are not in sid, you might want to download the sources and compile nessus yourself. Maybe the following will help: - Add a line to your sources.list like this deb-src http://people.debian.org/~jfs/nessus/2.0.0 ./ - Download and compile for your system: apt-get update apt-get source nessus-core nessus-plugins nessus-libraries libnasl for i in nessus-libraries libnasl nessus-plugins; do dpkg-source -x $i*dsc [ -d $i-2.0.0 ] && { cd $i-2.0.0 dpkg-buildpackage -rfakeroot [ -n "`echo $i*-dev*.deb`" ] && dpkg -i $i*-dev*.deb cd .. } done dpkg-source -x nessus-core*dsc cd nessus-core-2.0.0 dpkg-buildpackage -rfakeroot cd .. dpkg -i nessusd_*deb nessus_*deb Who said compiling stuff in Debian was complicated? If you encounter errors you might want to read APT's manual [1] and/or the Debian reference Manual's [2] relevant sections. Best regards Javi PS: If people do want these packages to be properly built for a woody system I can dedicate some time to do a chroot build in a 3.0 system. Please speak up. [1] http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [2] http://www.debian.org/doc/manuals/debian-reference/ch-system.en.html#s-sourcebuild pgpe996IGd5aO.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Martes, 25 de Febrero de 2003 13:53, Javier Fernández-Sanguino Peña wrote: > The nessus-plugin stuff is the source package, in order to make the > packages yourself just do: > > $ dpkg-source -x nessus-plugins_2.0.0-1.dsc > $ cd nessus-plugins-2.0.0 > $ dpkg-buildpackage -rfakeroot > > That should make the same .deb I'm uploading right now. Hi! I'm back (went out of the office), and your .deb is already uploaded. Now nessus depends on libpcap0.7 , which seems not to be available. Again: am I missing something? Pope PS: Please, don't take this as a personal "lend me a hand" matter. Just that I wanted to know whether this package is being built, or exists in Sid, or... Anyway, if you're still building things and you think I should wait a little before installing the .debs, just tell me and I'll stop bothering. Thanks! - -- Luis Gomez Miralles InfoEmergencias - Technical Department Phone (+34) 654 24 01 34 Fax (+34) 963 49 31 80 [EMAIL PROTECTED] PGP Public Key available at http://www.infoemergencias.com/lgomez.asc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+W2th3JlCQ3kFu60RAmBYAJ9QYGTeP7Ma79IAXLF97JrYwR27ZACgl8Go zwlrQRnLFnTiI3zzdhYzIUA= =nws3 -END PGP SIGNATURE-
Re: Nessus 2.0.0 packages available
On Tue, Feb 25, 2003 at 12:56:48PM +0100, Luis Gomez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Great, but how about nessus-plugins? > > Your nessusd depends on nessus-plugins >= 1.3 , and Sarge provides > nessus-plugins 1.0.something, I think, so nessusd won't install. Yep. It's missing the debian package, uploading now. > > I see some nessus-plugins files in your site (some gzipped stuff), do I have > to do something special with them? (sorry, no good at Debian packaging) > The nessus-plugin stuff is the source package, in order to make the packages yourself just do: $ dpkg-source -x nessus-plugins_2.0.0-1.dsc $ cd nessus-plugins-2.0.0 $ dpkg-buildpackage -rfakeroot That should make the same .deb I'm uploading right now. Javi pgpt8FySYL5kX.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great, but how about nessus-plugins? Your nessusd depends on nessus-plugins >= 1.3 , and Sarge provides nessus-plugins 1.0.something, I think, so nessusd won't install. I see some nessus-plugins files in your site (some gzipped stuff), do I have to do something special with them? (sorry, no good at Debian packaging) Thanks Pope On Martes, 25 de Febrero de 2003 12:17, Javier Fernández-Sanguino Peña wrote: > For those of you who are not aware of it: Nessus 2.0.0 has been released > just today [1]. I've bugged Joy about this (Bug# 182411) but in order to > make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 > only). Just wanted to drop a note here in case anybody else wants to test > them. > > WARNING: These packages are unofficial and have not been (yet) tested so > use at your own risk. An upgrade from previous older versions might not > go smoothly. I have just asked Josip Rodin (official Debian maintainer) > to take a look at these and work on a migration path from previous > Nessus versions in Debian. > > Where can you download them from? > http://people.debian.org/~jfs/nessus/2.0.0 > > OR with your favorite apt: How? With this apt line: > deb http://people.debian.org/~jfs/nessus 2.0.0/ > > Best regards > > Javi > > > [1] http://www.nessus.org/nessus_2_0.html - -- Luis Gomez Miralles InfoEmergencias - Technical Department Phone (+34) 654 24 01 34 Fax (+34) 963 49 31 80 [EMAIL PROTECTED] PGP Public Key available at http://www.infoemergencias.com/lgomez.asc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+W1oH3JlCQ3kFu60RAhc+AJ9jUwUlO1WHBfUhYzrkZx3f7fS47wCgiLaq 1liISO78UhBcjFUhR2y/yUs= =V74J -END PGP SIGNATURE-
Re: Nessus 2.0.0 packages available
On Tue, Feb 25, 2003 at 02:10:54PM +0100, Luis Gomez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Martes, 25 de Febrero de 2003 13:53, Javier Fernández-Sanguino Peña wrote: > > The nessus-plugin stuff is the source package, in order to make the > > packages yourself just do: > > > > $ dpkg-source -x nessus-plugins_2.0.0-1.dsc > > $ cd nessus-plugins-2.0.0 > > $ dpkg-buildpackage -rfakeroot > > > > That should make the same .deb I'm uploading right now. > > Hi! > > I'm back (went out of the office), and your .deb is already uploaded. Now Back from lunch, right? ;) > nessus depends on libpcap0.7 , which seems not to be available. Again: am I > missing something? Umm.. Lipcap0.7 is available in unstable. Not in stable. > > Pope > > PS: Please, don't take this as a personal "lend me a hand" matter. Just that I > wanted to know whether this package is being built, or exists in Sid, or... > Anyway, if you're still building things and you think I should wait a little > before installing the .debs, just tell me and I'll stop bothering. Thanks! Well, I should probably have advised beforehand that this has been built in a mixed stable/unstable environment. I have (by hand) backported libpcap0.7 to my stable system (just 'apt-get -b source libpcap0.7' with some deb-src lines in apt pointing to sid). Again, if you are not in sid, you might want to download the sources and compile nessus yourself. Maybe the following will help: - Add a line to your sources.list like this deb-src http://people.debian.org/~jfs/nessus/2.0.0 ./ - Download and compile for your system: apt-get update apt-get source nessus-core nessus-plugins nessus-libraries libnasl for i in nessus-libraries libnasl nessus-plugins; do dpkg-source -x $i*dsc [ -d $i-2.0.0 ] && { cd $i-2.0.0 dpkg-buildpackage -rfakeroot [ -n "`echo $i*-dev*.deb`" ] && dpkg -i $i*-dev*.deb cd .. } done dpkg-source -x nessus-core*dsc cd nessus-core-2.0.0 dpkg-buildpackage -rfakeroot cd .. dpkg -i nessusd_*deb nessus_*deb Who said compiling stuff in Debian was complicated? If you encounter errors you might want to read APT's manual [1] and/or the Debian reference Manual's [2] relevant sections. Best regards Javi PS: If people do want these packages to be properly built for a woody system I can dedicate some time to do a chroot build in a 3.0 system. Please speak up. [1] http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [2] http://www.debian.org/doc/manuals/debian-reference/ch-system.en.html#s-sourcebuild pgp0.pgp Description: PGP signature
Nessus 2.0.0 packages available
For those of you who are not aware of it: Nessus 2.0.0 has been released just today [1]. I've bugged Joy about this (Bug# 182411) but in order to make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 only). Just wanted to drop a note here in case anybody else wants to test them. WARNING: These packages are unofficial and have not been (yet) tested so use at your own risk. An upgrade from previous older versions might not go smoothly. I have just asked Josip Rodin (official Debian maintainer) to take a look at these and work on a migration path from previous Nessus versions in Debian. Where can you download them from? http://people.debian.org/~jfs/nessus/2.0.0 OR with your favorite apt: How? With this apt line: deb http://people.debian.org/~jfs/nessus 2.0.0/ Best regards Javi [1] http://www.nessus.org/nessus_2_0.html pgpAu21TKn7xi.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Martes, 25 de Febrero de 2003 13:53, Javier Fernández-Sanguino Peña wrote: > The nessus-plugin stuff is the source package, in order to make the > packages yourself just do: > > $ dpkg-source -x nessus-plugins_2.0.0-1.dsc > $ cd nessus-plugins-2.0.0 > $ dpkg-buildpackage -rfakeroot > > That should make the same .deb I'm uploading right now. Hi! I'm back (went out of the office), and your .deb is already uploaded. Now nessus depends on libpcap0.7 , which seems not to be available. Again: am I missing something? Pope PS: Please, don't take this as a personal "lend me a hand" matter. Just that I wanted to know whether this package is being built, or exists in Sid, or... Anyway, if you're still building things and you think I should wait a little before installing the .debs, just tell me and I'll stop bothering. Thanks! - -- Luis Gomez Miralles InfoEmergencias - Technical Department Phone (+34) 654 24 01 34 Fax (+34) 963 49 31 80 [EMAIL PROTECTED] PGP Public Key available at http://www.infoemergencias.com/lgomez.asc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+W2th3JlCQ3kFu60RAmBYAJ9QYGTeP7Ma79IAXLF97JrYwR27ZACgl8Go zwlrQRnLFnTiI3zzdhYzIUA= =nws3 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Nessus 2.0.0 packages available
On Tue, Feb 25, 2003 at 12:56:48PM +0100, Luis Gomez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Great, but how about nessus-plugins? > > Your nessusd depends on nessus-plugins >= 1.3 , and Sarge provides > nessus-plugins 1.0.something, I think, so nessusd won't install. Yep. It's missing the debian package, uploading now. > > I see some nessus-plugins files in your site (some gzipped stuff), do I have > to do something special with them? (sorry, no good at Debian packaging) > The nessus-plugin stuff is the source package, in order to make the packages yourself just do: $ dpkg-source -x nessus-plugins_2.0.0-1.dsc $ cd nessus-plugins-2.0.0 $ dpkg-buildpackage -rfakeroot That should make the same .deb I'm uploading right now. Javi pgp0.pgp Description: PGP signature
Re: Nessus 2.0.0 packages available
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great, but how about nessus-plugins? Your nessusd depends on nessus-plugins >= 1.3 , and Sarge provides nessus-plugins 1.0.something, I think, so nessusd won't install. I see some nessus-plugins files in your site (some gzipped stuff), do I have to do something special with them? (sorry, no good at Debian packaging) Thanks Pope On Martes, 25 de Febrero de 2003 12:17, Javier Fernández-Sanguino Peña wrote: > For those of you who are not aware of it: Nessus 2.0.0 has been released > just today [1]. I've bugged Joy about this (Bug# 182411) but in order to > make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 > only). Just wanted to drop a note here in case anybody else wants to test > them. > > WARNING: These packages are unofficial and have not been (yet) tested so > use at your own risk. An upgrade from previous older versions might not > go smoothly. I have just asked Josip Rodin (official Debian maintainer) > to take a look at these and work on a migration path from previous > Nessus versions in Debian. > > Where can you download them from? > http://people.debian.org/~jfs/nessus/2.0.0 > > OR with your favorite apt: How? With this apt line: > deb http://people.debian.org/~jfs/nessus 2.0.0/ > > Best regards > > Javi > > > [1] http://www.nessus.org/nessus_2_0.html - -- Luis Gomez Miralles InfoEmergencias - Technical Department Phone (+34) 654 24 01 34 Fax (+34) 963 49 31 80 [EMAIL PROTECTED] PGP Public Key available at http://www.infoemergencias.com/lgomez.asc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+W1oH3JlCQ3kFu60RAhc+AJ9jUwUlO1WHBfUhYzrkZx3f7fS47wCgiLaq 1liISO78UhBcjFUhR2y/yUs= =V74J -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Nessus 2.0.0 packages available
For those of you who are not aware of it: Nessus 2.0.0 has been released just today [1]. I've bugged Joy about this (Bug# 182411) but in order to make his (and my) life easier I've made new 2.0.0 packages for Nessus (i386 only). Just wanted to drop a note here in case anybody else wants to test them. WARNING: These packages are unofficial and have not been (yet) tested so use at your own risk. An upgrade from previous older versions might not go smoothly. I have just asked Josip Rodin (official Debian maintainer) to take a look at these and work on a migration path from previous Nessus versions in Debian. Where can you download them from? http://people.debian.org/~jfs/nessus/2.0.0 OR with your favorite apt: How? With this apt line: deb http://people.debian.org/~jfs/nessus 2.0.0/ Best regards Javi [1] http://www.nessus.org/nessus_2_0.html pgp0.pgp Description: PGP signature