Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 03:55:15 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/38206: Maintainer Update port: ftp/pftpd
Message-ID:  <20020517195515.0F0143E24@infomath.math.nctu.edu.tw>

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

>Number:         38206
>Category:       ports
>Synopsis:       Maintainer Update port: ftp/pftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 17 13:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.5-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #7: Tue Apr 23 04:15:27 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


	
>Description:
	Upgrade to 0.42
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/ftp/pftpd/Makefile pftpd/Makefile
--- /usr/ports/ftp/pftpd/Makefile	Wed May 15 23:04:08 2002
+++ pftpd/Makefile	Sat May 18 02:12:36 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pftpd
-PORTVERSION=	0.39
+PORTVERSION=	0.42
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/unix/pftpd/
 
@@ -14,8 +14,8 @@
 
 GNU_CONFIGURE=	yes
 
-NO_CDROM=	"License problem"
-NO_PACKAGE=	"License problem"
+NO_CDROM=	License problem
+NO_PACKAGE=	${NO_CDROM}
 
 MAN1=		pftpd.1 rpad.1
 
diff -ruN /usr/ports/ftp/pftpd/distinfo pftpd/distinfo
--- /usr/ports/ftp/pftpd/distinfo	Wed May 15 23:04:08 2002
+++ pftpd/distinfo	Sat May 18 02:07:58 2002
@@ -1 +1 @@
-MD5 (pftpd-0.39.tar.gz) = fdfd986ba0b8cb6c11fc7946879208e1
+MD5 (pftpd-0.42.tar.gz) = 0c810bc09435e520dabd408e000b7962
diff -ruN /usr/ports/ftp/pftpd/files/patch-plib-support.c pftpd/files/patch-plib-support.c
--- /usr/ports/ftp/pftpd/files/patch-plib-support.c	Thu Jan  1 08:00:00 1970
+++ pftpd/files/patch-plib-support.c	Sat May 18 02:12:11 2002
@@ -0,0 +1,17 @@
+--- plib/support.c.orig	Thu May  2 05:01:54 2002
++++ plib/support.c	Sat May 18 02:11:58 2002
+@@ -369,11 +369,13 @@
+     return code;
+     
+ #else
++    pthread_once_t grp_once;
++    pthread_mutex_t grp_lock;
+     struct group *gp;
+     int i, len;
+ 
+     
+-    pthread_once(&grp_once, grp_lock_init);
++    pthread_once(&grp_once, NULL);
+     pthread_mutex_lock(&grp_lock);
+ 
+     gp = getgrgid(gid);
diff -ruN /usr/ports/ftp/pftpd/pkg-descr pftpd/pkg-descr
--- /usr/ports/ftp/pftpd/pkg-descr	Mon Mar 18 00:15:50 2002
+++ pftpd/pkg-descr	Sat May 18 02:12:33 2002
@@ -3,5 +3,3 @@
 still have high performance. 
 
 WWW: http://www.lysator.liu.se/~pen/pftpd/
---
-Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
	


>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?20020517195515.0F0143E24>