mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 0.42
PR: 38206 Submitted by: maintainer
This commit is contained in:
parent
1d7bd798c8
commit
9aa19eeaf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59403
@ -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 @@ MAINTAINER= gslin@ccca.nctu.edu.tw
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_CDROM= "License problem"
|
||||
NO_PACKAGE= "License problem"
|
||||
NO_CDROM= License problem
|
||||
NO_PACKAGE= ${NO_CDROM}
|
||||
|
||||
MAN1= pftpd.1 rpad.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pftpd-0.39.tar.gz) = fdfd986ba0b8cb6c11fc7946879208e1
|
||||
MD5 (pftpd-0.42.tar.gz) = 0c810bc09435e520dabd408e000b7962
|
||||
|
17
ftp/pftpd/files/patch-plib-support.c
Normal file
17
ftp/pftpd/files/patch-plib-support.c
Normal file
@ -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);
|
@ -3,5 +3,3 @@ It uses multithreading (where available) in order to be lightweight, but
|
||||
still have high performance.
|
||||
|
||||
WWW: http://www.lysator.liu.se/~pen/pftpd/
|
||||
--
|
||||
Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
||||
|
Loading…
Reference in New Issue
Block a user