FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 8:56 AM GMT
Port details
bsdftpd-ssl 1.1.0_2 ftp on this many watch lists=7 search for ports that depend on this port
Secure FTP server with the TLS/SSL support
Maintained by: skynick@mail.sc.ru search for ports maintained by this maintainer
Port Added: 06 Apr 2003 15:06:57
License: not specified in port
BSDftpd-ssl is the secure FTP server that supports industry standard TLS/SSL
encryption and authentication for whole FTP sessions and data transfers. This
implementation is compatible with the original FTP protocol, which is described
in RFC 959, and the TLS/SSL enhancement allows RFC 2228-compliant TLS/SSL
protection for both control and data channels.

This package contains the secure FTP server, the command-line TLS/SSL-aware FTP
client utility, an essential documentation, and also script programs for a
basic X.509 certificate management.

WWW: http://bsdftpd-ssl.sc.ru
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/ftp/bsdftpd-ssl/ && make install clean
To add the package: pkg_add -r bsdftpd-ssl


Configuration Options
     No options to configure

Master Sites:
http://bsdftpd.org/files/bsdftpd-ssl/archive/1.1/src/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.1.0_2
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.1.0_2
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.1.0_2
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
20 Mar 2010 13:59:03
Original commit files touched by this commit  1.1.0_2
miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
15 Jul 2009 16:56:10
Original commit files touched by this commit  1.1.0_2
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
07 Apr 2009 19:41:45
Original commit files touched by this commit  1.1.0_2
itetcu search for other commits by this committer
- fix plist with -DNOPORTEXAMPLES
- while here, modernize the port (USE_RC_SUBR, SUB_FILES)
- bump PORTREVISION

Prompted by:    QAT QA run
Approved by:    maintainer timeout on QATMail
05 Jan 2009 19:44:02
Original commit files touched by this commit  1.1.0_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
08 Dec 2008 21:10:35
Original commit files touched by this commit  1.1.0_1
beech search for other commits by this committer
- Fix MASTER_SITES (make fetchable)

PR:             ports/129443
Submitted by:   Alexander Kirpa <freebsd-bug@kirpa.com>
Approved by:    Nick Leuta <skynick@mail.sc.ru> (maintainer)
04 Oct 2007 00:50:28
Original commit files touched by this commit  1.1.0_1
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
07 Sep 2007 19:31:41
Original commit files touched by this commit  1.1.0_1
beech search for other commits by this committer
- Add patch - Set LANG=C while doing character translations.

PR:             ports/115966
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    Nick Leuta <skynick@mail.sc.ru> (maintainer),
                sat (mentor)
30 Aug 2007 17:58:16
Original commit files touched by this commit  1.1.0_1
sem search for other commits by this committer
- Patch to fix build with gcc 4.x
- PORTREVISION bump because some minor functional changes.

PR:             ports/115841
Submitted by:   maintainer
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.1.0
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
22 Jan 2006 09:48:59
Original commit files touched by this commit  1.1.0
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
18 Jul 2005 20:54:41
Original commit files touched by this commit  1.1.0
pav search for other commits by this committer
- Update to 1.1.0

PR:             ports/83633
Submitted by:   Nick Leuta <skynick@mail.sc.ru> (maintainer)
07 Aug 2004 19:22:52
Original commit files touched by this commit  1.0.2
krion search for other commits by this committer
Fix build with gcc-3.4

PR:             ports/70131
Submitted by:   maintainer
21 Jul 2004 12:48:22
Original commit files touched by this commit  1.0.2
krion search for other commits by this committer
Update to 1.0.2

PR:             ports/69343
Submitted by:   maintainer
02 Mar 2004 23:23:55
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Update to 1.0.1

PR:             ports/63650
Submitted by:   Nick Leuta <skynick@mail.sc.ru> (maintainer)
11 Jan 2004 23:03:43
Original commit files touched by this commit  1.0.0_1
krion search for other commits by this committer
- Data transfere may be aborted now with the next message,
  because the EINTR error isn't handled: "426 Data connection:
  Interrupted system call".

PR:             61221
Submitted by:   maintainer
04 Dec 2003 15:04:26
Original commit files touched by this commit  1.0.0
krion search for other commits by this committer
- Update to version 1.0.0

PR:             59761
Submitted by:   maintainer
21 Oct 2003 14:43:28
Original commit files touched by this commit  0.6.3
krion search for other commits by this committer
- Fix build on -current

PR:             58200
Submitted by:   maintainer
06 Sep 2003 00:14:11
Original commit files touched by this commit  0.6.3
leeym search for other commits by this committer
update to 0.6.3

PR:             56508
Submitted by:   Nick Leuta <skynick@mail.sc.ru>
06 Apr 2003 15:06:19
Original commit files touched by this commit  0.6.2
arved search for other commits by this committer
Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.

PR:             44756
Submitted by:   Nick Leuta <skynick@stu.lipetsk.ru>

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month142

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

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