[52145] trunk/dports/security/openvas-libraries

ryandesign at macports.org ryandesign at macports.org
Wed Jun 10 22:26:46 PDT 2009


Revision: 52145
          http://trac.macports.org/changeset/52145
Author:   ryandesign at macports.org
Date:     2009-06-10 22:26:43 -0700 (Wed, 10 Jun 2009)
Log Message:
-----------
openvas-libraries: update to 2.0.3

Modified Paths:
--------------
    trunk/dports/security/openvas-libraries/Portfile

Removed Paths:
-------------
    trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff

Modified: trunk/dports/security/openvas-libraries/Portfile
===================================================================
--- trunk/dports/security/openvas-libraries/Portfile	2009-06-11 05:15:11 UTC (rev 52144)
+++ trunk/dports/security/openvas-libraries/Portfile	2009-06-11 05:26:43 UTC (rev 52145)
@@ -3,8 +3,8 @@
 PortSystem              1.0
 
 name                    openvas-libraries
-version                 2.0.2
-set download_id         572
+version                 2.0.3
+set download_id         600
 platforms               darwin
 categories              security
 maintainers             ryandesign
@@ -12,9 +12,9 @@
 master_sites            http://wald.intevation.org/frs/download.php/${download_id}
 
 checksums \
-    md5     1323cf02bf11806929042c3e7fb056b0 \
-    sha1    9e0b1bfaf0d5fddcbade234a44e8af2ad91d1fc1 \
-    rmd160  559c71f0a67ef512707983a4ca6e0795d159331f
+    md5     9df63a63c1ea134e0218d7a8f2ffd288 \
+    sha1    6fbcc358dbafaa80eb0e92195cf2a90f67db439a \
+    rmd160  b6e70fb81c5ec034954ee0257ba6f5057e44f1db
 
 description \
     Open Vulnerability Assessment System libraries
@@ -34,7 +34,6 @@
     path:lib/libz.dylib:zlib
 
 patchfiles \
-    patch-libtool-mode.diff \
     patch-pcap.c.diff
 
 use_parallel_build      yes

Deleted: trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff
===================================================================
--- trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff	2009-06-11 05:15:11 UTC (rev 52144)
+++ trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff	2009-06-11 05:26:43 UTC (rev 52145)
@@ -1,115 +0,0 @@
---- libopenvas/Makefile	2009-02-21 21:40:25.000000000 -0600
-+++ libopenvas/Makefile	2009-06-01 01:01:07.000000000 -0500
-@@ -52,77 +52,77 @@
- plugutils.o: plugutils.c arglists.h comm.h harglists.h kb.h network.h \
-              rand.h plugutils.h services.h share_fd.h store_internal.h system.h \
-              scanners_utils.h
--	$(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_internal.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 arglists.h system_internal.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c
- 
- network.o: network.c resolve.h ids_send.h plugutils.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 comm.h network.h services.h plugutils.h system.h 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 network.h 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 kb.h plugutils.h system.h
--	$(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 bpf_share.h pcap_openvas.h system_internal.h network.h
--	$(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 system.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c
- 
- harglists.o: harglists.c hlst.h system_internal.h harglists.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c
- 
- ids_send.o: ids_send.c arglists.h bpf_share.h resolve.h ids_send.h network.h \
-             pcap_openvas.h plugutils.h system.h
--	$(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) -c bpf_share.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -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 system.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c
- 
- services.o: services.c services.h
--	$(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 services.h
--	$(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 proctitle.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c
- 
- store.o: store.c store_internal.h share_fd.h system.h plugutils.h plugutils_internal.h
--	$(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
- 
- hash_table_file.o: hash_table_file.c hash_table_file.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hash_table_file.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hash_table_file.c
- 
- kb.o: kb.c arglists.h kb.h system_internal.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c
- 
- openvas_ssh_login.o: openvas_ssh_login.c openvas_ssh_login.h
--	$(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c openvas_ssh_login.c
-+	$(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c openvas_ssh_login.c
- 
- libopenvas.la: $(OBJS)
--	$(LIBTOOL) $(CC) $(LDFLAGS) -o libopenvas.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o libopenvas.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
- 	-version-info ${PACKAGE_VERSION}
- 
- install : libopenvas.la
---- libopenvas_hg/Makefile	2008-12-20 17:21:06.000000000 -0600
-+++ libopenvas_hg/Makefile	2009-06-02 02:02:07.000000000 -0500
-@@ -47,7 +47,7 @@
- 	$(INSTALL) -m 0644 hg_utils.h $(DESTDIR)${includedir}/openvas
- 
- libopenvas_hg.la : $(OBJS)
--	$(LIBTOOL) $(CC) $(LDFLAGS) -o libopenvas_hg.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o libopenvas_hg.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
- 	-version-info ${PACKAGE_VERSION}
- 	        
- hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090610/6fe45ecd/attachment-0001.html>


More information about the macports-changes mailing list