ports/158341: [PATCH] net/hexinject: update to 1.3

Jin-Sih Lin linpct at gmail.com
Mon Jun 27 13:00:22 UTC 2011


>Number:         158341
>Category:       ports
>Synopsis:       [PATCH] net/hexinject: update to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 27 13:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 1.3

Removed file(s):
- files/patch-hexinject.c

Port maintainer (sbz at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- hexinject-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/hexinject.orig/Makefile /usr/ports/net/hexinject/Makefile
--- /usr/ports/net/hexinject.orig/Makefile	2011-06-01 17:04:16.000000000 +0800
+++ /usr/ports/net/hexinject/Makefile	2011-06-27 20:52:33.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hexinject
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	net security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/net/hexinject.orig/distinfo /usr/ports/net/hexinject/distinfo
--- /usr/ports/net/hexinject.orig/distinfo	2011-06-01 17:04:16.000000000 +0800
+++ /usr/ports/net/hexinject/distinfo	2011-06-27 20:52:36.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (hexinject-1.2.tar.gz) = c81903f940db7a3dbf99feffe5eafae91dca3faf14ff5b29d633db004be8ea90
-SIZE (hexinject-1.2.tar.gz) = 4991
+SHA256 (hexinject-1.3.tar.gz) = 7a778728f7e30c0de4a26cc3a54e1ed6b969a8815c89cb8ac35d3cfe358ba6f9
+SIZE (hexinject-1.3.tar.gz) = 5881
diff -ruN --exclude=CVS /usr/ports/net/hexinject.orig/files/patch-hexinject.c /usr/ports/net/hexinject/files/patch-hexinject.c
--- /usr/ports/net/hexinject.orig/files/patch-hexinject.c	2010-10-25 21:13:41.000000000 +0800
+++ /usr/ports/net/hexinject/files/patch-hexinject.c	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- ./hexinject.c.orig	2010-10-24 06:23:57.000000000 +0200
-+++ ./hexinject.c	2010-10-24 06:24:17.000000000 +0200
-@@ -424,7 +424,7 @@
-     if ( (fp = pcap_open_live( options.device, // name of the device
-                                BUFSIZ,         // portion of the packet to capture
-                                1,              // promiscuous mode
--                               -1,             // read timeout
-+                               1000,             // read timeout
-                                errbuf          // error buffer
-                               )) == NULL)
- 
--- hexinject-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list