Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 1999 17:48:23 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12766: [PATCH] update net/samba to 2.0.5a
Message-ID:  <199907222148.RAA21397@jade.chc-chimes.com>

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

>Number:         12766
>Category:       ports
>Synopsis:       [PATCH] update net/samba to 2.0.5a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 15:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Bill Fumerola
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Computer Horizons Corp
>Environment:

Hot in the office, the AC doesn't seem to be effective.

This lazy committer wouldn't want to commit over someone
elses port. However Hosokawa-san should change his MAINTAINER
line so others know that he is a committer, just not part of 
the JP.FreeBSD.org

>Description:

The old version of samba wasn't available. I could have just
tweaked MASTER_SITE, but there were some interesting fixes
in the new version, so I went and updated samba.

>How-To-Repeat:

$ yes "Theo Sucks"

>Fix:
diff -ruN --exclude=work --exclude=CVS samba/Makefile samba.new/Makefile
--- samba/Makefile	Mon Jul 12 04:44:04 1999
+++ samba.new/Makefile	Thu Jul 22 17:32:08 1999
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.38 1999/07/12 08:44:04 hosokawa Exp $
 #
 
-DISTNAME=	samba-2.0.4b
-PKGNAME=	samba-2.0.4
+DISTNAME=	samba-2.0.5a
+PKGNAME=	samba-2.0.5
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.samba.org/pub/samba/ \
 		ftp://ring.asahi-net.or.jp/pub/net/samba/ \
diff -ruN --exclude=work --exclude=CVS samba/files/md5 samba.new/files/md5
--- samba/files/md5	Thu Jun  3 21:44:50 1999
+++ samba.new/files/md5	Thu Jul 22 17:39:30 1999
@@ -1 +1 @@
-MD5 (samba-2.0.4b.tar.gz) = ed2dc0e6531bec9292cc109fbc8b6dcf
+MD5 (samba-2.0.5a.tar.gz) = 497e5f98ed9b520b18e926ff2f7307ba
diff -ruN --exclude=work --exclude=CVS samba/patches/patch-ag samba.new/patches/patch-ag
--- samba/patches/patch-ag	Mon Jul 12 04:38:14 1999
+++ samba.new/patches/patch-ag	Thu Jul 22 18:16:13 1999
@@ -1,5 +1,5 @@
---- nmbd/nmbd_winsserver.c.orig	Fri Apr  2 05:00:46 1999
-+++ nmbd/nmbd_winsserver.c	Mon Jul 12 17:08:28 1999
+--- nmbd/nmbd_winsserver.c.orig	Tue Jul 20 21:25:11 1999
++++ nmbd/nmbd_winsserver.c	Thu Jul 22 18:13:30 1999
 @@ -152,7 +152,7 @@
    start_async_dns();
  #endif
@@ -15,6 +15,6 @@
  
 -  slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST);
 +  slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST);
-   string_sub(fname,"//", "/");
+   all_string_sub(fname,"//", "/", 0);
    slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid());
  

>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?199907222148.RAA21397>