Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2006 08:50:27 GMT
From:      Heinrich Rebehn <rebehn@ant.uni-bremen.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/103673: port net/nbd-server broken as of 2.8.6
Message-ID:  <200610230850.k9N8oRxu015445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/103673; it has been noted by GNATS.

From: Heinrich Rebehn <rebehn@ant.uni-bremen.de>
To: bug-followup@FreeBSD.org
Cc: xi@borderworlds.dk
Subject: Re: ports/103673: port net/nbd-server broken as of 2.8.6
Date: Mon, 23 Oct 2006 10:47:39 +0200

 This is a multi-part message in MIME format.
 --------------010107020302010907080002
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Since version 2.8.5 is still working and there are no security issues 
 with it, i would propose reverting back to 2.8.5 until i find time to 
 look into the issues with 2.8.6.
 
 The attached patch changes the Makefile to use 2.8.5.
 As proposed by Christian Laursen, i changed maintainership to myself.
 Also, we would need patch-nbd-server.c back from the Attic.
 
 Regards,
 
 Heinrich Rebehn
 
 University of Bremen
 Physics / Electrical and Electronics Engineering
 - Department of Telecommunications -
 
 Phone : +49/421/218-4664
 Fax   :            -3341
 
 --------------010107020302010907080002
 Content-Type: text/x-patch;
  name="patch-1.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-1.diff"
 
 --- /usr/ports/net/nbd-server/Makefile	Sat Oct 21 04:31:33 2006
 +++ nbd-server-port-2.8.5/Makefile	Mon Oct 23 10:27:01 2006
 @@ -2,17 +2,17 @@
  # Date created:        14 december 2003
  # Whom:                Christian Laursen <xi@borderworlds.dk>
  #
 -# $FreeBSD: ports/net/nbd-server/Makefile,v 1.15 2006/08/28 16:37:30 erwin Exp $
 +# $FreeBSD: ports/net/nbd-server/Makefile,v 1.14 2006/06/24 17:24:54 erwin Exp $
  #
  
  PORTNAME=	nbd-server
 -PORTVERSION=	2.8.6
 +PORTVERSION=	2.8.5
  CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	nbd
  DISTNAME=	nbd-${PORTVERSION}
  
 -MAINTAINER=	xi@borderworlds.dk
 +MAINTAINER=	rebehn@ant.uni-bremen.de
  COMMENT=	A server for the linux network block device (nbd)
  
  GNU_CONFIGURE=	yes
 
 --------------010107020302010907080002--



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