FreeBSD Bugzilla – Attachment 37699 Details for
Bug 59911
Update port: net/bing to 1.0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.65 KB, created by
Kimura Fuyuki
on 2003-12-02 23:50:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kimura Fuyuki
Created:
2003-12-02 23:50:19 UTC
Size:
2.65 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /cvs/FreeBSD/ports/net/bing/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- Makefile 15 Jun 2003 01:25:07 -0000 1.9 >+++ Makefile 2 Dec 2003 23:36:42 -0000 >@@ -6,10 +6,9 @@ > # > > PORTNAME= bing >-PORTVERSION= 1.0.4 >-PORTREVISION= 1 >+PORTVERSION= 1.0.5 > CATEGORIES= net >-MASTER_SITES= ftp://netsw.org/net/ip/audit/load/bing/ >+MASTER_SITES= http://www.freenix.org/reseau/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= A point-to-point bandwith measurement tool >Index: distinfo >=================================================================== >RCS file: /cvs/FreeBSD/ports/net/bing/distinfo,v >retrieving revision 1.1.1.1 >diff -u -r1.1.1.1 distinfo >--- distinfo 16 Feb 1997 01:19:20 -0000 1.1.1.1 >+++ distinfo 2 Dec 2003 23:37:25 -0000 >@@ -1 +1 @@ >-MD5 (bing-1.0.4.tar.gz) = 33533c137cbe31931ece57b1e5b9d552 >+MD5 (bing-1.0.5.tar.gz) = 6ff7c1c2f3586935ed69cbe2deb4f95b >Index: pkg-descr >=================================================================== >RCS file: /cvs/FreeBSD/ports/net/bing/pkg-descr,v >retrieving revision 1.3 >diff -u -r1.3 pkg-descr >--- pkg-descr 16 Nov 1999 15:58:14 -0000 1.3 >+++ pkg-descr 2 Dec 2003 23:42:44 -0000 >@@ -1,2 +1,4 @@ > Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based > on ping. It is written by Pierre Beyssac <pb@fasterix.freenix.fr>. >+ >+WWW: http://www.freenix.fr/freenix/logiciels/bing.html >Index: pkg-plist >=================================================================== >RCS file: /cvs/FreeBSD/ports/net/bing/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 5 Jun 2000 03:25:17 -0000 1.3 >+++ pkg-plist 2 Dec 2003 23:42:24 -0000 >@@ -1,3 +1,3 @@ > bin/bing >-share/doc/bing/README >-@dirrm share/doc/bing >+%%DOCSDIR%%/README >+@dirrm %%DOCSDIR%% >cvs diff: Diffing files >Index: files/patch-aa >=================================================================== >RCS file: files/patch-aa >diff -N files/patch-aa >--- files/patch-aa 5 Mar 2000 05:30:54 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,19 +0,0 @@ >---- bing.c.orig Thu Jul 20 16:45:32 1995 >-+++ bing.c Sat Mar 4 16:13:05 2000 >-@@ -718,13 +718,13 @@ >- u_long l; >- { >- struct hostent *hp; >-- static char buf[80]; >-+ static char buf[MAXHOSTNAMELEN+19]; >- >- if ((options & F_NUMERIC) || >- !(hp = gethostbyaddr((char *)&l, 4, AF_INET))) >-- (void)sprintf(buf, "%s", inet_ntoa(*(struct in_addr *)&l)); >-+ (void)snprintf(buf, sizeof(buf), "%s", inet_ntoa(*(struct in_addr *)&l)); >- else >-- (void)sprintf(buf, "%s (%s)", hp->h_name, >-+ (void)snprintf(buf, sizeof(buf), "%s (%s)", hp->h_name, >- inet_ntoa(*(struct in_addr *)&l)); >- return(buf); >- }
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 59911
: 37699