notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: ftp/pure-ftpd/Makefile

Number of commits found: 150 (showing only 50 on this page)

«  1 | 2 

Saturday, 24 Jul 2004
11:18 pav search for other commits by this committer
- 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)
Original commit
Wednesday, 21 Jul 2004
21:44 pav search for other commits by this committer
- 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
Original commit
Sunday, 18 Jul 2004
12:01 pav search for other commits by this committer
- Update to 1.0.20

Approved by:    maintainer
Original commit
Saturday, 17 Jul 2004
12:26 pav search for other commits by this committer
- Fix crasher in pure-pw

PR:             ports/69098
Submitted by:   Xin LI <delphij@frontfree.net>
Approved by:    maintainer
Original commit
Friday, 25 Jun 2004
11:22 pav search for other commits by this committer
- 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
Original commit
Tuesday, 25 May 2004
09:19 mat search for other commits by this committer
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
Original commit
Saturday, 22 May 2004
05:42 edwin search for other commits by this committer
Let pure-ftpd with postgresql support only depend on the client,
not on the whole server.

Informed maintainer.
Original commit
Monday, 8 Mar 2004
22:33 ale search for other commits by this committer
Update to 1.0.18 release.

Approved by:    maintainer
Original commit
Saturday, 28 Feb 2004
21:24 pav search for other commits by this committer
- 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)
Original commit
Thursday, 4 Dec 2003
14:08 sergei search for other commits by this committer
- 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
Original commit
Wednesday, 29 Oct 2003
14:01 krion search for other commits by this committer
- 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
Original commit
Tuesday, 21 Oct 2003
14:18 krion search for other commits by this committer
- 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
Original commit
Monday, 6 Oct 2003
12:50 edwin search for other commits by this committer
[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
Original commit
Friday, 15 Aug 2003
00:49 kuriyama search for other commits by this committer
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...
Original commit
Wednesday, 13 Aug 2003
10:42 krion search for other commits by this committer
- Update to 1.0.16a

PR:             55536
Submitted by:   Frank Denis <j@pureftpd.org>
Original commit
Wednesday, 18 Jun 2003
19:01 oliver search for other commits by this committer
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]
Original commit
Monday, 24 Feb 2003
02:56 edwin search for other commits by this committer
Point dependencies on net/openldap2 to net/openldap20
Original commit
Friday, 21 Feb 2003
12:00 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 11 Feb 2003
03:45 ijliao search for other commits by this committer
upgrade to 1.0.14

PR:             47727
Submitted by:   maintainer
Original commit
Saturday, 18 Jan 2003
22:50 seanc search for other commits by this committer
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]
Original commit
Tuesday, 26 Nov 2002
04:49 pat search for other commits by this committer
- Update to 1.0.13a
- Use ECHO_CMD and fix whitespaces while I am here.

PR:             ports/45707
Submitted by:   maintainer
Approved by:    kris
Original commit
Saturday, 23 Nov 2002
21:50 pat search for other commits by this committer
Update to 1.0.13

PR:             ports/45653
Submitted by:   maintainer
Original commit
Thursday, 20 Jun 2002
07:25 ijliao search for other commits by this committer
upgrade to 1.0.12

Submitted by:   maintainer
Original commit
Wednesday, 3 Apr 2002
20:48 pat search for other commits by this committer
Update to 1.0.11

PR:             36704
Submitted by:   maintainer
Original commit
Tuesday, 19 Mar 2002
11:11 roam search for other commits by this committer
Update to 1.0.10.

PR:             36062
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Approved by:    maintainer
Original commit
Saturday, 23 Feb 2002
17:54 pat search for other commits by this committer
- Update to 1.0.9   - Sort pkg-plist    
Original commit
Thursday, 24 Jan 2002
23:05 pat search for other commits by this committer
Update to 1.0.8    
Original commit
Saturday, 29 Dec 2001
02:23 pat search for other commits by this committer
Update to 1.0.7    
Original commit
Monday, 24 Dec 2001
03:03 pat search for other commits by this committer
Update to 1.0.6    
Original commit
Tuesday, 18 Dec 2001
04:17 pat search for other commits by this committer
Update to 1.0.5    
Original commit
Thursday, 13 Dec 2001
10:07 ijliao search for other commits by this committer
upgrade to 1.0.4    
Original commit
Friday, 23 Nov 2001
06:18 dwcjr search for other commits by this committer
Update to 1.0.3    
Original commit
Thursday, 1 Nov 2001
08:48 roam search for other commits by this committer
Update to 1.0.1.    
Original commit
Friday, 26 Oct 2001
10:12 roam search for other commits by this committer
The distfile was rerolled because of a three-line hotfix.    
Original commit
08:32 roam search for other commits by this committer
Update to 1.0.0.    
Original commit
Thursday, 4 Oct 2001
19:09 petef search for other commits by this committer
- update to 0.99.9   - install a pure-ftpd poweredby.jpg image   - reword some
user messages    
Original commit
Wednesday, 3 Oct 2001
16:41 petef search for other commits by this committer
- 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  
 
Original commit
Thursday, 23 Aug 2001
18:18 roam search for other commits by this committer
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.    
Original commit
Tuesday, 21 Aug 2001
12:23 roam search for other commits by this committer
Update to 0.99.1.    
Original commit
Tuesday, 7 Aug 2001
16:57 roam search for other commits by this committer
Update to 0.99.    
Original commit
Sunday, 15 Jul 2001
09:33 roam search for other commits by this committer
Update to 0.98.7.   Add sample PAM configuration files.    
Original commit
Thursday, 14 Jun 2001
18:18 roam search for other commits by this committer
Update to 0.98.6, which fixes a bug with restored retrieves.    
Original commit
Wednesday, 13 Jun 2001
19:26 roam search for other commits by this committer
Update to 0.98.5.  Also, install the contents of the contrib/ directory   under
share/examples.    
Original commit
Friday, 1 Jun 2001
18:58 roam search for other commits by this committer
Forced commit, just to point out that the previous commit did NOT reference   PR
ports/27784, but:    
Original commit
18:57 roam search for other commits by this committer
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.    
Original commit
Tuesday, 29 May 2001
14:10 roam search for other commits by this committer
Update to 0.98.3.    
Original commit
Monday, 28 May 2001
11:23 roam search for other commits by this committer
Update to 0.98.2.    
Original commit
Wednesday, 9 May 2001
09:32 roam search for other commits by this committer
Update to 0.98.1.    
Original commit
08:52 roam search for other commits by this committer
Update to 0.98.    
Original commit
Monday, 23 Apr 2001
16:46 roam search for other commits by this committer
Pure-FTPd is a fast, production-quality, standard-conformant FTP server,   based
upon Troll-FTPd.    
Original commit

Number of commits found: 150 (showing only 50 on this page)

«  1 | 2