FreeBSD Bugzilla – Attachment 21019 Details for
Bug 36947
New Port: lcrzo network library Fixed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.15 KB, created by
Joseph King
on 2002-04-10 03:50:03 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Joseph King
Created:
2002-04-10 03:50:03 UTC
Size:
4.15 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># lcrzo ># lcrzo/files ># lcrzo/files/patch-aa ># lcrzo/Makefile ># lcrzo/distinfo ># lcrzo/pkg-comment ># lcrzo/pkg-descr ># lcrzo/pkg-plist ># >echo c - lcrzo >mkdir -p lcrzo > /dev/null 2>&1 >echo c - lcrzo/files >mkdir -p lcrzo/files > /dev/null 2>&1 >echo x - lcrzo/files/patch-aa >sed 's/^X//' >lcrzo/files/patch-aa << 'END-of-lcrzo/files/patch-aa' >X--- config.dat.orig Wed Apr 10 03:06:53 2002 >X+++ config.dat Wed Apr 10 03:07:04 2002 >X@@ -41,9 +41,9 @@ >X ### - MacOS_10_ppc : MacOS X under PowerPC >X ### - Etc. >X #LCRZODEF_SYS=FreeBSD_3_i386 >X-#LCRZODEF_SYS=FreeBSD_4_i386 >X+LCRZODEF_SYS=FreeBSD_4_i386 >X #LCRZODEF_SYS=FreeBSD_4_alpha >X-LCRZODEF_SYS=Linux_X_i386 >X+#LCRZODEF_SYS=Linux_X_i386 >X #LCRZODEF_SYS=Linux_X_ia64 >X #LCRZODEF_SYS=Linux_X_alpha >X #LCRZODEF_SYS=MacOS_10_ppc >END-of-lcrzo/files/patch-aa >echo x - lcrzo/Makefile >sed 's/^X//' >lcrzo/Makefile << 'END-of-lcrzo/Makefile' >X# New ports collection makefile for: lcrzo >X# Date created: Wed Apr 10 02:42:20 CEST 2002 >X# Whom: king@v2project.com >X# >X# $FreeBSD: ports/security/kssh/Makefile,v 1.13 2002/03/15 19:44:18 ade Exp $ >X# >X >XPORTNAME= lcrzo >XPORTVERSION= 4.08 >XCATEGORIES= security >XMASTER_SITES= http://www.laurentconstantin.com/common/lcrzo/download/v4/ \ >X http://www.mirrors.wiretapped.net/security/packet-construction/lcrzo/ \ >X ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzo/ >XEXTRACT_SUFX= -src.tgz >X >XMAINTAINER= king@v2project.com >X >XWRKSRC= ${WRKDIR}/${PKGNAME}-src/src >X >Xpost-patch: >X cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake >X >X.include <bsd.port.mk> >END-of-lcrzo/Makefile >echo x - lcrzo/distinfo >sed 's/^X//' >lcrzo/distinfo << 'END-of-lcrzo/distinfo' >XMD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c >END-of-lcrzo/distinfo >echo x - lcrzo/pkg-comment >sed 's/^X//' >lcrzo/pkg-comment << 'END-of-lcrzo/pkg-comment' >XLcrzo is a network library (used by Lcrzoex, network testing toolbox) >END-of-lcrzo/pkg-comment >echo x - lcrzo/pkg-descr >sed 's/^X//' >lcrzo/pkg-descr << 'END-of-lcrzo/pkg-descr' >XLcrzo is a network library, for network administrators >Xand network hackers. Its objective is to easily create network programs. >XThis library provides network functionnalities for Ethernet, IP, UDP, TCP, >XICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and >Xserver creation. Furthermore, lcrzo contains high level functions dealing >Xwith data storage and handling. Using all these functions, you can quickly >Xcreate a network test program. >X >XWWW: http://www.laurentconstantin.com/en/lcrzo/ >END-of-lcrzo/pkg-descr >echo x - lcrzo/pkg-plist >sed 's/^X//' >lcrzo/pkg-plist << 'END-of-lcrzo/pkg-plist' >Xbin/lcrzo-config >Xinclude/lcrzo.h >Xinclude/lcrzo_defs.h >Xinclude/lcrzo_address.h >Xinclude/lcrzo_conf.h >Xinclude/lcrzo_data.h >Xinclude/lcrzo_device.h >Xinclude/lcrzo_error.h >Xinclude/lcrzo_file.h >Xinclude/lcrzo_global.h >Xinclude/lcrzo_header.h >Xinclude/lcrzo_icmp.h >Xinclude/lcrzo_ipc.h >Xinclude/lcrzo_ipopt.h >Xinclude/lcrzo_list.h >Xinclude/lcrzo_misc.h >Xinclude/lcrzo_obso.h >Xinclude/lcrzo_packet.h >Xinclude/lcrzo_print.h >Xinclude/lcrzo_process.h >Xinclude/lcrzo_record.h >Xinclude/lcrzo_sniff.h >Xinclude/lcrzo_sock.h >Xinclude/lcrzo_spoof.h >Xinclude/lcrzo_string.h >Xinclude/lcrzo_tcpopt.h >Xinclude/lcrzo_time.h >Xinclude/lcrzo_types.h >Xinclude/lcrzo_wait.h >Xlib/liblcrzo.a >Xman/man3/lcrzo.3 >Xman/man3/lcrzo_address.3 >Xman/man3/lcrzo_conf.3 >Xman/man3/lcrzo_data.3 >Xman/man3/lcrzo_device.3 >Xman/man3/lcrzo_error.3 >Xman/man3/lcrzo_file.3 >Xman/man3/lcrzo_global.3 >Xman/man3/lcrzo_header.3 >Xman/man3/lcrzo_icmp.3 >Xman/man3/lcrzo_ipc.3 >Xman/man3/lcrzo_ipopt.3 >Xman/man3/lcrzo_list.3 >Xman/man3/lcrzo_misc.3 >Xman/man3/lcrzo_obso.3 >Xman/man3/lcrzo_packet.3 >Xman/man3/lcrzo_print.3 >Xman/man3/lcrzo_process.3 >Xman/man3/lcrzo_record.3 >Xman/man3/lcrzo_sniff.3 >Xman/man3/lcrzo_sock.3 >Xman/man3/lcrzo_spoof.3 >Xman/man3/lcrzo_string.3 >Xman/man3/lcrzo_tcpopt.3 >Xman/man3/lcrzo_time.3 >Xman/man3/lcrzo_types.3 >Xman/man3/lcrzo_wait.3 >END-of-lcrzo/pkg-plist >exit
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 Raw
Actions:
View
Attachments on
bug 36947
: 21019