FreeBSD Bugzilla – Attachment 15210 Details for
Bug 28269
port update: stone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.52 KB, created by
Yoshihiko Sarumaru
on 2001-06-19 08:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiko Sarumaru
Created:
2001-06-19 08:30:01 UTC
Size:
1.52 KB
patch
obsolete
>diff -ur stone.old/Makefile stone/Makefile >--- stone.old/Makefile Tue May 29 20:11:44 2001 >+++ stone/Makefile Tue Jun 19 15:24:59 2001 >@@ -6,7 +6,7 @@ > # > > PORTNAME= stone >-PORTVERSION= 2.1c >+PORTVERSION= 2.1d > CATEGORIES= net > MASTER_SITES= http://www.gcd.org/sengoku/stone/ > >diff -ur stone.old/distinfo stone/distinfo >--- stone.old/distinfo Tue May 29 20:11:44 2001 >+++ stone/distinfo Tue Jun 19 15:25:07 2001 >@@ -1 +1 @@ >-MD5 (stone-2.1c.tar.gz) = 959e66fbac30c06a2acb47c27bd06d01 >+MD5 (stone-2.1d.tar.gz) = cc1bb4518fde5a5b843933c239248e97 >diff -ur stone.old/files/patch-ab stone/files/patch-ab >--- stone.old/files/patch-ab Tue May 29 20:11:52 2001 >+++ stone/files/patch-ab Tue Jun 19 15:36:43 2001 >@@ -1,14 +1,6 @@ >---- stone.c.orig Sat Feb 24 17:32:01 2001 >-+++ stone.c Tue May 15 14:27:54 2001 >-@@ -87,6 +87,7 @@ >- #include <ctype.h> >- #include <stdarg.h> >- #include <signal.h> >-+#include <sys/param.h> >- typedef void (*FuncPtr)(void*); >- >- #ifdef WINDOWS >-@@ -240,7 +241,6 @@ >+--- stone.c.orig Thu Jun 14 22:00:00 2001 >++++ stone.c Tue Jun 19 15:36:19 2001 >+@@ -249,7 +249,6 @@ > char *cipher_list = NULL; > #else > #ifdef USE_POP >@@ -16,16 +8,3 @@ > #include "md5.h" > #endif > #endif >-@@ -2862,10 +2862,10 @@ >- >- FILE *openconfig() { >- int pfd[2]; >-- char host[STRMAX]; >-+ char host[MAXHOSTNAMELEN]; >- #ifdef CPP >- if (CppCommand != NULL && *CppCommand != '\0') { >-- if (gethostname(host,STRMAX-1) < 0) { >-+ if (gethostname(host,MAXHOSTNAMELEN-1) < 0) { >- message(LOG_ERR,"gethostname err=%d",errno); >- exit(1); >- }
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 28269
: 15210