Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 16:21:46 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28269: port update: stone
Message-ID:  <200106190721.f5J7Lju20246@mistral.imasy.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         28269
>Category:       ports
>Synopsis:       port update: stone
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 19 00:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Internet Mutual Aid Society Yokohama
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 15 00:34:47 JST 2001 yohta@mistral.imasy.or.jp:/usr/obj/usr/src/sys/PCG-505R i386


	
>Description:
	A maintainer's update request to `stone' port.
	`stone' was version up from 2.1c to 2.1d.
>How-To-Repeat:
	
>Fix:
	Modified: Makefile: PORTVERSION was changed
	Modified: distinfo: md5 was changed
	Modified: files/patch-ab: MAXHOSTNAMELEN patch was imported to 
		original disribution

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);
- 	}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106190721.f5J7Lju20246>