Le Fri, Oct 23, 2009 at 11:50:09PM +0100, Stuart Henderson ecrivait :
> pkg/MESSAGE needs no_banner removing too.

  Thanks for pointing this out.
  
  New diff, bringing it up to 1.0.24 by the way.
  
  
Index: infrastructure/db/user.list
===================================================================
RCS file: /var/extra/mirrors/cvs/cvs/openbsd/ports/infrastructure/db/user.list,v
retrieving revision 1.126
diff -u infrastructure/db/user.list
--- infrastructure/db/user.list 13 Oct 2009 11:12:52 -0000      1.126
+++ infrastructure/db/user.list 24 Oct 2009 14:58:44 -0000
@@ -149,3 +149,4 @@
 638 _prosody           _prosody        net/prosody
 639 _polkituser                _polkituser     sysutils/policykit
 640 _astmanproxy       _astmanproxy    telephony/astmanproxy
+641 _pure-ftpd         _pure-ftpd      net/pure-ftpd
Index: net/pure-ftpd/Makefile
===================================================================
RCS file: /var/extra/mirrors/cvs/cvs/openbsd/ports/net/pure-ftpd/Makefile,v
retrieving revision 1.41
diff -u net/pure-ftpd/Makefile
--- net/pure-ftpd/Makefile      3 May 2009 11:06:31 -0000       1.41
+++ net/pure-ftpd/Makefile      24 Oct 2009 14:59:06 -0000
@@ -2,16 +2,16 @@
 
 COMMENT=       small, easy to set up, fast and very secure FTP server
 
-DISTNAME=      pure-ftpd-1.0.22
+DISTNAME=      pure-ftpd-1.0.24
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
                
ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/
 \
-               ftp://ftp3.fr.pureftpd.org/pure-ftpd/releases/ \
+               ftp://ftp3.fr.pureftpd.org/pub/pure-ftpd/releases/ \
+               ftp://ftp4.fr.pureftpd.org/pub/pure-ftpd/releases/ \
                ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/ \
-               ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/ \
+               ftp://ftp.es.pureftpd.org/mirror/pure-ftpd/releases/ \
                ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/ \
                ftp://ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \
-               ftp://ftp.cn.pureftpd.org/pub/pureftpd/pure-ftpd/releases/ \
                ${MASTER_SITE_SOURCEFORGE:=pureftpd/}
 
 HOMEPAGE=      http://www.pureftpd.org/
@@ -34,7 +34,7 @@
 
 MODULES=       converters/libiconv
 
-FLAVORS=       ldap mysql postgresql no_banner virtual_chroot
+FLAVORS=       ldap mysql postgresql virtual_chroot
 FLAVOR?=
 
 .if ${FLAVOR:L:Mldap}
@@ -58,10 +58,6 @@
 DOCS+= README.PGSQL
 CONF_FILE+= pureftpd-pgsql.conf
 WANTLIB+=      m z
-.endif
-
-.if ${FLAVOR:L:Mno_banner}
-CONFIGURE_ARGS+= --without-banner
 .endif
 
 .if ${FLAVOR:L:Mvirtual_chroot}
Index: net/pure-ftpd/distinfo
===================================================================
RCS file: /var/extra/mirrors/cvs/cvs/openbsd/ports/net/pure-ftpd/distinfo,v
retrieving revision 1.25
diff -u net/pure-ftpd/distinfo
--- net/pure-ftpd/distinfo      3 May 2009 11:06:31 -0000       1.25
+++ net/pure-ftpd/distinfo      24 Oct 2009 14:59:30 -0000
@@ -1,5 +1,5 @@
-MD5 (pure-ftpd-1.0.22.tar.gz) = UYVzaXlLpdMF43vsVesGxQ==
-RMD160 (pure-ftpd-1.0.22.tar.gz) = 1s+27Lh7sIhlSTBIvmHinDkwc/M=
-SHA1 (pure-ftpd-1.0.22.tar.gz) = iFlADKt0Lxb1yRpqTJKeCTbS8pI=
-SHA256 (pure-ftpd-1.0.22.tar.gz) = iHj5tz0flOiOGmaUhU9CYKkWSSL9KM6/z3Bs3BGKP/g=
-SIZE (pure-ftpd-1.0.22.tar.gz) = 607959
+MD5 (pure-ftpd-1.0.24.tar.gz) = MsiPMTW3TnDmNgqGcq5s8Q==
+RMD160 (pure-ftpd-1.0.24.tar.gz) = Kl7q6FRR2ZDnKl1CJGJbhCkcuvY=
+SHA1 (pure-ftpd-1.0.24.tar.gz) = sFVWmyzAHwJyf4JnJpZZSNCcBQw=
+SHA256 (pure-ftpd-1.0.24.tar.gz) = h2xwsk0aivOzA9l+Iv06itSUZlBNZ2j09CrOI7AxCys=
+SIZE (pure-ftpd-1.0.24.tar.gz) = 560565
Index: net/pure-ftpd/pkg/DESCR
===================================================================
RCS file: /var/extra/mirrors/cvs/cvs/openbsd/ports/net/pure-ftpd/pkg/DESCR,v
retrieving revision 1.7
diff -u net/pure-ftpd/pkg/DESCR
--- net/pure-ftpd/pkg/DESCR     15 Dec 2003 21:55:09 -0000      1.7
+++ net/pure-ftpd/pkg/DESCR     24 Oct 2009 15:14:21 -0000
@@ -16,6 +16,5 @@
             ldap - Build with LDAP support as an authentication source
            mysql - Build with MySQL support as an authentication source
        postgresql - Build with PostgreSQL support as an authentication source
-       no_banner - Build Pure-FTPd to not display a banner on connection
    virtual_chroot - Build Pure-FTPd with the ability to follow symlinks
                     outside of the chroot jail
Index: net/pure-ftpd/pkg/PLIST
===================================================================
RCS file: /var/extra/mirrors/cvs/cvs/openbsd/ports/net/pure-ftpd/pkg/PLIST,v
retrieving revision 1.9
diff -u net/pure-ftpd/pkg/PLIST
--- net/pure-ftpd/pkg/PLIST     15 Jan 2009 10:04:24 -0000      1.9
+++ net/pure-ftpd/pkg/PLIST     24 Oct 2009 14:58:44 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.9 2009/01/15 10:04:24 sthen Exp $
+...@newgroup _pure-ftpd:641
+...@newuser _pure-ftpd:641:_pure-ftpd:daemon:pure-ftpd 
user:/nonexistent:/sbin/nologin
 @bin bin/pure-pw
 @bin bin/pure-pwconvert
 @bin bin/pure-statsdecode

Reply via email to