FreeBSD Bugzilla – Attachment 121578 Details for
Bug 164595
maintainer-update of security/nessus-*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 8.10 KB, created by
Udo.Schweigert
on 2012-01-29 10:30:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Udo.Schweigert
Created:
2012-01-29 10:30:12 UTC
Size:
8.10 KB
patch
obsolete
>diff -ru /usr/ports/security/nessus-libnasl/files/patch-libtool nessus-libnasl/files/patch-libtool >--- /usr/ports/security/nessus-libnasl/files/patch-libtool 1970-01-01 01:00:00.000000000 +0100 >+++ nessus-libnasl/files/patch-libtool 2012-01-29 10:40:38.000000000 +0100 >@@ -0,0 +1,21 @@ >+--- nasl/Makefile.orig 2005-02-10 17:03:51.000000000 +0100 >++++ nasl/Makefile 2012-01-29 10:29:13.000000000 +0100 >+@@ -88,7 +88,8 @@ >+ nasl_server.c \ >+ nasl_debug.c >+ >+-COMPILE = $(LIBTOOL) $(CC) $(CFLAGS) $(NESSUS_INCLUDE) >++COMPILE = $(LIBTOOL) --mode compile $(CC) $(CFLAGS) $(NESSUS_INCLUDE) >++LINK = $(LIBTOOL) --mode link $(CC) $(CFLAGS) $(NESSUS_INCLUDE) >+ all : cflags libnasl.la nasl >+ >+ .c.o: >+@@ -101,7 +102,7 @@ >+ $(CC) $(CFLAGS) $(NESSUS_INCLUDE) $(include) -o nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS) >+ >+ libnasl.la : cflags $(OBJS) >+- $(COMPILE) $(NESSUS_LIBS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \ >++ $(LINK) $(NESSUS_LIBS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \ >+ -version-info ${PACKAGE_VERSION} >+ >+ install : libnasl.la nasl >diff -ru /usr/ports/security/nessus-libraries/files/patch-libtool nessus-libraries/files/patch-libtool >--- /usr/ports/security/nessus-libraries/files/patch-libtool 1970-01-01 01:00:00.000000000 +0100 >+++ nessus-libraries/files/patch-libtool 2012-01-29 10:39:17.000000000 +0100 >@@ -0,0 +1,146 @@ >+--- work/nessus-libraries/libnessus/Makefile 2004-08-31 19:15:07.000000000 +0200 >++++ libnessus/Makefile 2012-01-29 10:19:13.000000000 +0100 >+@@ -22,85 +22,85 @@ >+ >+ >+ getopt.o : getopt.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c getopt.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c getopt.c >+ >+ getopt1.o : getopt1.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c getopt1.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c getopt1.c >+ >+ plugutils.o : plugutils.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c plugutils.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c plugutils.c >+ >+ resolve.o : resolve.c resolve.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c resolve.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c resolve.c >+ >+ share_fd.o : share_fd.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c share_fd.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c share_fd.c >+ >+ system.o : system.c system.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c system.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c system.c >+ >+ arglists.o : arglists.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c >+ >+ network.o : network.c network.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c network.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c network.c >+ >+ scanners_utils.o : scanners_utils.c scanners_utils.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c scanners_utils.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c scanners_utils.c >+ >+ ftp_funcs.o : ftp_funcs.c ftp_funcs.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ftp_funcs.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ftp_funcs.c >+ www_funcs.o : www_funcs.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c www_funcs.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c www_funcs.c >+ >+ pcap.o : pcap.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c pcap.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c pcap.c >+ >+ hlst.o : hlst.c hlst.h >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c >+ >+ ptycall.o : ptycall.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ptycall.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ptycall.c >+ >+ harglists.o : harglists.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c >+ >+ diff.o : diff.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c diff.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c diff.c >+ >+ ids_send.o : ids_send.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ids_send.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ids_send.c >+ >+ bpf_share.o: bpf_share.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c bpf_share.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c bpf_share.c >+ >+ rand.o: rand.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c rand.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c rand.c >+ >+ popen.o: popen.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c >+ >+ services.o: services.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c services.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c services.c >+ >+ services1.o: services1.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -DCONF_DIR=\"$(sysconfdir)\" -c services1.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -DCONF_DIR=\"$(sysconfdir)\" -c services1.c >+ >+ proctitle.o: proctitle.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c >+ >+ store.o: store.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c store.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c store.c >+ >+ >+ kb.o: kb.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c >+ >+ >+ snprintf.o : snprintf.c >+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c snprintf.c >++ $(LIBTOOL) --mode compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c snprintf.c >+ libnessus.la: $(OBJS) >+- $(LIBTOOL) $(CC) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \ >++ $(LIBTOOL) --mode link $(CC) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \ >+ -version-info ${PACKAGE_VERSION} >+ >+ install : libnessus.la >+--- work/nessus-libraries/libhosts_gatherer/Makefile 2003-04-07 04:06:49.000000000 +0200 >++++ libhosts_gatherer/Makefile 2012-01-29 10:19:27.000000000 +0100 >+@@ -22,7 +22,7 @@ >+ $(LIBTOOL) --finish $(DESTDIR)${libdir} >+ >+ libhosts_gatherer.la : $(OBJS) >+- $(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \ >++ $(LIBTOOL) --mode link $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \ >+ -version-info ${PACKAGE_VERSION} >+ >+ hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c >+--- work/nessus-libraries/libpcap-nessus/Makefile.in.orig 2004-01-08 17:12:55.000000000 +0100 >++++ libpcap-nessus/Makefile.in 2012-01-29 10:22:47.000000000 +0100 >+@@ -31,7 +31,7 @@ >+ # You shouldn't need to edit anything below. >+ # >+ >+-COMPILE = $(LIBTOOL) $(CC) >++COMPILE = $(LIBTOOL) --mode compile $(CC) >+ CCOPT = @V_CCOPT@ >+ INCLS = -I. @V_INCLS@ -I../../include >+ ### Solaris make does not like += (jordan) >+@@ -89,7 +89,7 @@ >+ >+ libpcap-nessus.la: $(OBJ) >+ @rm -f $@ >+- $(LIBTOOL) $(CC) -o libpcap-nessus.la $(LO_OBJ) -rpath ${libdir} \ >++ $(LIBTOOL) --mode link $(CC) -o libpcap-nessus.la $(LO_OBJ) -rpath ${libdir} \ >+ -version-info ${PACKAGE_VERSION} >+ >+ scanner.c: $(srcdir)/scanner.l
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164595
: 121578