FreeBSD Bugzilla – Attachment 21899 Details for
Bug 38206
Maintainer Update port: ftp/pftpd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.70 KB, created by
Gea-Suan Lin
on 2002-05-17 21:00:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gea-Suan Lin
Created:
2002-05-17 21:00:07 UTC
Size:
1.70 KB
patch
obsolete
>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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38206
: 21899