On Mon, Jul 09, 2007 at 10:45:54PM +0200, Javier Fern?ndez-Sanguino Pe?a wrote: > Ok. Go ahead. I wish to test and upload 2.2.10 soon (was released recently) > so I will forward your bugs upstream before that.
Thanks Javier! > > Unless you request otherwise, any NMUs I upload will be to the DELAYED > > queue, so you will have an additional week to supersede my upload with > > an MU to prevent it from entering unstable. > > No need to DELAY, send to 0-DELAYED. But please make sure the packages work > before uploading (i.e. do a nessus run with the patched version and compare > with an unpatched version) Done - just a simple one though, I'm not very experienced w/ nessus usage. I'll upload packages momentarily. Patches attached here, for the record. -- dann frazier
diff -u libnasl-2.2.9/debian/changelog libnasl-2.2.9/debian/changelog --- libnasl-2.2.9/debian/changelog +++ libnasl-2.2.9/debian/changelog @@ -1,3 +1,11 @@ +libnasl (2.2.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild against nessus-libraries_2.2.9-1.1 which includes a missing + prototype for bpf_next_tv() (Closes: #356625) + + -- dann frazier <[EMAIL PROTECTED]> Mon, 09 Jul 2007 16:06:53 -0600 + libnasl (2.2.9-1) unstable; urgency=low * New upstream release
diff -u nessus-libraries-2.2.9/debian/changelog nessus-libraries-2.2.9/debian/changelog --- nessus-libraries-2.2.9/debian/changelog +++ nessus-libraries-2.2.9/debian/changelog @@ -1,3 +1,13 @@ +nessus-libraries (2.2.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add prototype for bpf_next_tv() which is used by both nessus-plugins + and libnasl. See #307443 and #356625. + * Add prototype for stream_get_ssl() which is used by nessus-plugins. + See #423883. + + -- dann frazier <[EMAIL PROTECTED]> Mon, 09 Jul 2007 15:28:58 -0600 + nessus-libraries (2.2.9-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- nessus-libraries-2.2.9.orig/include/libnessus.h +++ nessus-libraries-2.2.9/include/libnessus.h @@ -169,6 +169,7 @@ ExtFunc int nessus_SSL_init(char*); ExtFunc void sslerror(char*); ExtFunc void nessus_install_passwd_cb(SSL_CTX*, char*); +ExtFunc SSL* stream_get_ssl(int); #endif @@ -437,6 +438,7 @@ ExtFunc int bpf_server(); ExtFunc int bpf_open_live(char*, char*); +ExtFunc u_char* bpf_next_tv(int bpf, int * caplen, struct timeval * tv); ExtFunc u_char* bpf_next(int, int *); ExtFunc void bpf_close(int); ExtFunc int bpf_datalink(int);
diff -u nessus-plugins-2.2.9/debian/changelog nessus-plugins-2.2.9/debian/changelog --- nessus-plugins-2.2.9/debian/changelog +++ nessus-plugins-2.2.9/debian/changelog @@ -1,3 +1,12 @@ +nessus-plugins (2.2.9-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild against nessus-libraries_2.2.9-1.1 which includes missing + prototypes for stream_get_ssl() (Closes: #423883) and bpf_next_tv() + (Closes: #307443) + + -- dann frazier <[EMAIL PROTECTED]> Mon, 09 Jul 2007 15:47:18 -0600 + nessus-plugins (2.2.9-1) unstable; urgency=low * New upstream release