FreshPorts -- The Place For Ports Sun, 7 Sep 2008 3:37 PM BST
non port: ftp/pure-ftpd/Makefile
CVSWeb

Number of commits found: 60

Thu, 14 Feb 2008
[ 11:55 garga ] Original commit 
1.60 ftp/pure-ftpd/Makefile
1.1 ftp/pure-ftpd/files/patch-src_ftpd.c
1.2 ftp/pure-ftpd/pkg-message
1.1 ftp/pure-ftpd/files/pkg-message.in
1.22 ftp/pure-ftpd/pkg-plist
- Fix a problem with AUTH TLS [1]
- Bump PORTREVISION
- Some cosmetic changes (e.g. indentation)
- Move pkg-message to files/pkg-message.in
- Respect NOPORTEXAMPLES
- Use INSTALL_SCRIPT to install ${PREFIX}/sbin/pure-ftpd.pl

PR:             ports/120187 [1]
Submitted by:   Filip Palian <filip.palian@expro.pl> [1]
Sat, 3 Feb 2007
[ 13:17 garga ] Original commit 
1.59 ftp/pure-ftpd/Makefile
1.2 ftp/pure-ftpd/files/pam.conf.4
1.21 ftp/pure-ftpd/pkg-plist
- Remove 4.x support
- Use PORTDOCS
Mon, 4 Sep 2006
[ 09:22 linimon ] Original commit 
1.58 ftp/pure-ftpd/Makefile
Reassign from inactive maintainer to new volunteer.

Hat:            portmgr
Fri, 9 Jun 2006
[ 20:01 delphij ] Original commit 
1.57 ftp/pure-ftpd/Makefile
Add an new option to provide a mechanism for users to disable kqueue
support if necessary.

Submitted by:   Kirk Strauser <kirk daycos com>
Approved by:    maintainer
Wed, 17 May 2006
[ 11:16 garga ] Original commit 
1.56 ftp/pure-ftpd/Makefile
Fix a typo in pureftpd.schema

PR:             ports/97387
Submitted by:   Malte von dem Hagen <bsd at mnetworking.de>
Approved by:    maintainer
Tue, 21 Feb 2006
[ 16:05 garga ] Original commit 
1.55 ftp/pure-ftpd/Makefile
1.41 ftp/pure-ftpd/distinfo
1.20 ftp/pure-ftpd/pkg-plist
1.1 ftp/pure-ftpd/files/pure-ftpd.sh.in
1.7 ftp/pure-ftpd/files/pure-ftpd.sh.sample
- Update to 1.0.21
- Add an option for charset conversion
- Add HTTP master site

PR:             ports/93646
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:    maintainer
Tue, 27 Sep 2005
[ 19:04 garga ] Original commit 
1.54 ftp/pure-ftpd/Makefile
1.1 ftp/pure-ftpd/pkg-message
1.5 ftp/pure-ftpd/files/pure-ftpd.sh.sample
- Add UPLOADSCRIPT support

PR:             ports/85969
Submitted by:   dawnshade <h-k@mail.ru>
Approved by:    maintainer timeout (15 days)
Sat, 2 Apr 2005
[ 17:32 novel ] Original commit 
1.53 ftp/pure-ftpd/Makefile
Make pure-ftpd welcome message switchable when building.

PR:             78871
Submitted by:   Xin LI <delphij@geekcn.org>
Approved by:    maintainer timeout
Mon, 31 Jan 2005
[ 00:35 girgen ] Original commit 
1.628 MOVED
1.45 comms/gnokii/Makefile
1.405 databases/Makefile
1.35 databases/clip/Makefile
1.11 databases/dbconnect/Makefile
1.6 databases/erserver/Makefile
1.35 databases/grass-i18n/Makefile
1.36 databases/grass/Makefile
1.19 databases/gtksql/Makefile
1.16 databases/hk_classes/Makefile

(Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Wed, 20 Oct 2004
[ 09:03 sergei ] Original commit 
1.51 ftp/pure-ftpd/Makefile
1.4 ftp/pure-ftpd/files/pure-ftpd.sh.sample
- Teach the startup script to respect pureftpd_config in rc.conf
  (fixes ports/71477)

PR:             ports/72911
Submitted by:   Frank Denis (author and maintainer)
Sat, 24 Jul 2004
[ 12:18 pav ] Original commit 
1.50 ftp/pure-ftpd/Makefile
- Add separate PAM knob and new THROTTLING knob

PR:             ports/68339
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
Approved by:    maintainer timeout (20 days)
Wed, 21 Jul 2004
[ 22:44 pav ] Original commit 
1.49 ftp/pure-ftpd/Makefile
1.39 ftp/pure-ftpd/distinfo
- Distfile rerolled, this is whole diff between old and new file:

diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c
new/pure-ftpd-1.0.20/src/bsd-getopt_long.c
--- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c  Sat Jul 17 15:19:17 2004
+++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c  Tue Jul 20 12:42:16 2004
@@ -466,16 +466,6 @@
                     fprintf(stderr, recargchar, optchar);
                 pure_optopt = optchar;
                 return BADARG;
-            } else if (!(flags & FLAG_PERMUTE)) {
-                /*
-                 * If permutation is disabled, we can accept an
-                 * optional arg separated by whitespace so long
-                 * as it does not start with a dash (-).
-                 */
-                 if (pure_optind + 1 < nargc && pure_optind + 1 > 0 &&
-                     *nargv[pure_optind + 1] != '-') {
-                     pure_optarg = nargv[++pure_optind];
-                 }
             } else {
                 pure_optarg = nargv[pure_optind];
             }

Reported by:    sem
Sun, 18 Jul 2004
[ 13:01 pav ] Original commit 
1.48 ftp/pure-ftpd/Makefile
1.38 ftp/pure-ftpd/distinfo
1.3 ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c
- Update to 1.0.20

Approved by:    maintainer
Sat, 17 Jul 2004
[ 13:26 pav ] Original commit 
1.47 ftp/pure-ftpd/Makefile
1.2 ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c
- Fix crasher in pure-pw

PR:             ports/69098
Submitted by:   Xin LI <delphij@frontfree.net>
Approved by:    maintainer
Fri, 25 Jun 2004
[ 12:22 pav ] Original commit 
1.46 ftp/pure-ftpd/Makefile
1.37 ftp/pure-ftpd/distinfo
1.1 ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c
1.19 ftp/pure-ftpd/pkg-plist
1.3 ftp/pure-ftpd/files/pure-ftpd.sh.sample
- Update to 1.0.19
- Use OPTIONS
- Convert rc script to rcNG

PR:             ports/68240, ports/68289
Submitted by:   Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz
<Joerg.Pulz@frm2.tum.de>
Approved by:    maintainer
Tue, 25 May 2004
[ 10:19 mat ] Original commit 
1.436 MOVED
1.343 databases/Makefile
1.4 databases/libdbi-drivers/Makefile
1.55 databases/p5-DBD-Pg/Makefile
1.5 databases/pgadmin3/Makefile
1.4 databases/pgbash/Makefile
1.3 databases/postgresql-client/Makefile
1.32 dns/mydns/Makefile
1.45 ftp/pure-ftpd/Makefile
1.67 lang/php4/Makefile

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Sat, 22 May 2004
[ 06:42 edwin ] Original commit 
1.44 ftp/pure-ftpd/Makefile
Let pure-ftpd with postgresql support only depend on the client,
not on the whole server.

Informed maintainer.
Mon, 8 Mar 2004
[ 22:33 ale ] Original commit 
1.43 ftp/pure-ftpd/Makefile
1.36 ftp/pure-ftpd/distinfo
Update to 1.0.18 release.

Approved by:    maintainer
Sat, 28 Feb 2004
[ 21:24 pav ] Original commit 
1.42 ftp/pure-ftpd/Makefile
- Add WITH_CERTFILE knob to allow setting alternative TLS certificate location

PR:             ports/62626
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer timeout (15 days)
Thu, 4 Dec 2003
[ 14:08 sergei ] Original commit 
1.41 ftp/pure-ftpd/Makefile
1.35 ftp/pure-ftpd/distinfo
- Update to 1.0.17a, the latest stable version
  This version introduces atomic uploads for better reliability

While I'm here:
- minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR

PR:             59653
Submitted by:   maintainer
Wed, 29 Oct 2003
[ 14:01 krion ] Original commit 
1.40 ftp/pure-ftpd/Makefile
1.34 ftp/pure-ftpd/distinfo
- Update to version 1.0.16c
  * Version 1.0.16b accidentally broke the PAM authentication
    backend.  This release fixes that issue.

PR:             58660
Submitted by:   maintainer
Tue, 21 Oct 2003
[ 15:18 krion ] Original commit 
1.39 ftp/pure-ftpd/Makefile
1.33 ftp/pure-ftpd/distinfo
- Update to 1.0.16b
  o Fix a cross-scripting issue with the HTML output of the
    pure-ftpwho command
  o '--with-largefile' has been added by default
  o Also on 5-x the server now listens on IPv4 and IPv6 by default

PR:             58257
Submitted by:   maintainer
Mon, 6 Oct 2003
[ 13:50 edwin ] Original commit 
1.38 ftp/pure-ftpd/Makefile
[patch] ftp/pure-ftpd: Utilize USE_MYSQL and USE_OPENLDAP

        Make pureftpd port utilize USE_MYSQL and USE_OPENLDAP macro.
        Frank Denis is Cc'ed for notification and/or approval.

PR:             ports/56247
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by:    maintainer timeout
Fri, 15 Aug 2003
[ 01:49 kuriyama ] Original commit 
1.9 devel/tcl-neo/Makefile
1.37 ftp/pure-ftpd/Makefile
1.32 japanese/samba/Makefile
1.23 lang/php4/Makefile
1.22 lang/php5/Makefile
1.52 mail/courier-imap/Makefile
1.18 mail/dovecot/Makefile
1.120 mail/exim-old/Makefile
1.26 mail/imp3/Makefile
1.25 mail/qmail-ldap/Makefile

(Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Fix non-default dependency on openldap2[012] which is broken by splitting.

# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Wed, 13 Aug 2003
[ 11:42 krion ] Original commit 
1.36 ftp/pure-ftpd/Makefile
1.32 ftp/pure-ftpd/distinfo
1.18 ftp/pure-ftpd/pkg-plist
- Update to 1.0.16a

PR:             55536
Submitted by:   Frank Denis <j@pureftpd.org>
Wed, 18 Jun 2003
[ 20:01 oliver ] Original commit 
1.35 ftp/pure-ftpd/Makefile
1.31 ftp/pure-ftpd/distinfo
1.17 ftp/pure-ftpd/pkg-plist
1.1 ftp/pure-ftpd/files/pure-ftpd.sh.sample
update pure-ftpd to 1.0.15 [0], add knobs for MySQL 4 and OpenLDAP 2.1 [0]
change where config files get installed from /etc to PREFIX/etc [1]
add a startscript for etc/rc.d [1]

PR:             46853 [1]
Requested by:   maintainer [0]
Approved By:    maintainer [0],[1]
Mon, 24 Feb 2003
[ 02:56 edwin ] Original commit 
1.71 MOVED
1.34 databases/libgda2/Makefile
1.6 devel/tcl-neo/Makefile
1.34 ftp/pure-ftpd/Makefile
1.67 mail/balsa/Makefile
1.73 mail/balsa2/Makefile
1.43 mail/courier-imap/Makefile
1.76 mail/evolution/Makefile
1.117 mail/exim-old/Makefile
1.125 mail/exim/Makefile

(Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Point dependencies on net/openldap2 to net/openldap20
Fri, 21 Feb 2003
[ 12:00 knu ] Original commit 
1.2 finance/openhbci/Makefile
1.2 french/abispell-fr-FR/Makefile
1.3 french/gfaim/Makefile
1.2 french/jdictionary-fre-hun/Makefile
1.4 french/plgrenouille/Makefile
1.14 french/xtel/Makefile
1.15 ftp/axel/Makefile
1.2 ftp/fmirror/Makefile
1.3 ftp/frox/Makefile
1.2 ftp/ftp-tls/Makefile

(Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 11 Feb 2003
[ 03:45 ijliao ] Original commit 
1.32 ftp/pure-ftpd/Makefile
1.30 ftp/pure-ftpd/distinfo
1.5 ftp/pure-ftpd/pkg-descr
1.16 ftp/pure-ftpd/pkg-plist
upgrade to 1.0.14

PR:             47727
Submitted by:   maintainer
Sat, 18 Jan 2003
[ 22:50 seanc ] Original commit 
1.31 ftp/pure-ftpd/Makefile
1.41 mail/courier-imap/Makefile
1.14 security/pam-pgsql/Makefile
1.7 www/nspostgres/Makefile
1.4 www/pgdriver/Makefile
1.15 www/udmsearch/Makefile
Bump libpq version[1] and PORTREVISION.  Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.

Submitted by:   kris/bento[1]
Tue, 26 Nov 2002
[ 04:49 pat ] Original commit 
1.30 ftp/pure-ftpd/Makefile
1.29 ftp/pure-ftpd/distinfo
- Update to 1.0.13a
- Use ECHO_CMD and fix whitespaces while I am here.

PR:             ports/45707
Submitted by:   maintainer
Approved by:    kris
Sat, 23 Nov 2002
[ 21:50 pat ] Original commit 
1.29 ftp/pure-ftpd/Makefile
1.28 ftp/pure-ftpd/distinfo
1.15 ftp/pure-ftpd/pkg-plist
Update to 1.0.13

PR:             ports/45653
Submitted by:   maintainer
Thu, 20 Jun 2002
[ 08:25 ijliao ] Original commit 
1.28 ftp/pure-ftpd/Makefile
1.27 ftp/pure-ftpd/distinfo
upgrade to 1.0.12

Submitted by:   maintainer
Wed, 3 Apr 2002
[ 21:48 pat ] Original commit 
1.27 ftp/pure-ftpd/Makefile
1.26 ftp/pure-ftpd/distinfo
1.14 ftp/pure-ftpd/pkg-plist
Update to 1.0.11

PR:             36704
Submitted by:   maintainer
Tue, 19 Mar 2002
[ 11:11 roam ] Original commit 
1.26 ftp/pure-ftpd/Makefile
1.25 ftp/pure-ftpd/distinfo
Update to 1.0.10.

PR:             36062
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Approved by:    maintainer
Sat, 23 Feb 2002
[ 17:54 pat ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
- Update to 1.0.9   - Sort pkg-plist    
Thu, 24 Jan 2002
[ 23:05 pat ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 1.0.8    
Sat, 29 Dec 2001
[ 02:23 pat ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 1.0.7    
Mon, 24 Dec 2001
[ 03:03 pat ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 1.0.6    
Tue, 18 Dec 2001
[ 04:17 pat ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 1.0.5    
Thu, 13 Dec 2001
[ 10:07 ijliao ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
upgrade to 1.0.4    
Fri, 23 Nov 2001
[ 06:18 dwcjr ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 1.0.3    
Thu, 1 Nov 2001
[ 08:48 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 1.0.1.    
Fri, 26 Oct 2001
[ 11:12 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
The distfile was rerolled because of a three-line hotfix.    
[ 09:32 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 1.0.0.    
Thu, 4 Oct 2001
[ 20:09 petef ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
- update to 0.99.9   - install a pure-ftpd poweredby.jpg image   - reword some
user messages    
Wed, 3 Oct 2001
[ 17:41 petef ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-descr
unknown ftp/pure-ftpd/pkg-plist
- update to 0.99.2a   - fix some whitespace problems (at EOL and multiple lines
of whitespace)   - install extra README   - update pkg-descr with new features  
 
Thu, 23 Aug 2001
[ 19:18 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 0.99.1b.   Make the --with-pam configure arg conditional: only compile
with PAM   support if neither WITH_LDAP nor WITH_MYSQL is specified.    
Tue, 21 Aug 2001
[ 13:23 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-descr
unknown ftp/pure-ftpd/pkg-plist
Update to 0.99.1.    
Tue, 7 Aug 2001
[ 17:57 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 0.99.    
Sun, 15 Jul 2001
[ 10:33 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/files/pam.conf.4
unknown ftp/pure-ftpd/files/pam.conf.5
unknown ftp/pure-ftpd/pkg-plist
Update to 0.98.7.   Add sample PAM configuration files.    
Thu, 14 Jun 2001
[ 19:18 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 0.98.6, which fixes a bug with restored retrieves.    
Wed, 13 Jun 2001
[ 20:26 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 0.98.5.  Also, install the contents of the contrib/ directory   under
share/examples.    
Fri, 1 Jun 2001
[ 19:58 roam ]  
unknown ftp/pure-ftpd/Makefile
Forced commit, just to point out that the previous commit did NOT reference   PR
ports/27784, but:    
[ 19:57 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 0.98.4.   Yes, this is a SourceForge-hosted project, and yes, I have
checked   the diffs against the previous release carefully, just in case.    
Tue, 29 May 2001
[ 15:10 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 0.98.3.    
Mon, 28 May 2001
[ 12:23 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 0.98.2.    
Wed, 9 May 2001
[ 10:32 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
Update to 0.98.1.    
[ 09:52 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-plist
Update to 0.98.    
Mon, 23 Apr 2001
[ 17:46 roam ]  
unknown ftp/pure-ftpd/Makefile
unknown ftp/pure-ftpd/distinfo
unknown ftp/pure-ftpd/pkg-comment
unknown ftp/pure-ftpd/pkg-descr
unknown ftp/pure-ftpd/pkg-plist
Pure-FTPd is a fast, production-quality, standard-conformant FTP server,   based
upon Troll-FTPd.    

Number of commits found: 60

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19095
Broken 158
Deprecated 77
Ignore 424
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 8
new 48 hours16
new 7 days52
new fortnight95
new month248

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.262 seconds.