diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-19 13:18:36 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-19 13:18:36 +0000 |
commit | 95740eee2516fe440951c8d0e09106f1d9bb0f07 (patch) | |
tree | c22ad3a623f58b2f7df4e3cd9d48743b25a289f2 /net/stone | |
parent | 9c22b84af5a3d6a78ccba6d366d4749fb0e69542 (diff) | |
download | ports-95740eee2516fe440951c8d0e09106f1d9bb0f07.tar.gz ports-95740eee2516fe440951c8d0e09106f1d9bb0f07.zip |
Notes
Diffstat (limited to 'net/stone')
-rw-r--r-- | net/stone/Makefile | 2 | ||||
-rw-r--r-- | net/stone/distinfo | 2 | ||||
-rw-r--r-- | net/stone/files/patch-ab | 27 |
3 files changed, 5 insertions, 26 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile index 35e72f06db4c..1dc0becc6fb8 100644 --- a/net/stone/Makefile +++ b/net/stone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stone -PORTVERSION= 2.1c +PORTVERSION= 2.1d CATEGORIES= net MASTER_SITES= http://www.gcd.org/sengoku/stone/ diff --git a/net/stone/distinfo b/net/stone/distinfo index ea99e6b32cfa..18d4e70790a7 100644 --- a/net/stone/distinfo +++ b/net/stone/distinfo @@ -1 +1 @@ -MD5 (stone-2.1c.tar.gz) = 959e66fbac30c06a2acb47c27bd06d01 +MD5 (stone-2.1d.tar.gz) = cc1bb4518fde5a5b843933c239248e97 diff --git a/net/stone/files/patch-ab b/net/stone/files/patch-ab index 623260ef3d0b..9b0db0146cb2 100644 --- a/net/stone/files/patch-ab +++ b/net/stone/files/patch-ab @@ -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); - } |