2818a FreshPorts -- ftp/proftpd
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
proftpd 1.3.4c_1 ftp on this many watch lists=208 search for ports that depend on this port An older version of this port was marked as vulnerable.
Highly configurable FTP daemon
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: GPLv2


ProFTPD is a highly configurable ftp daemon for unix
and unix-like operating systems. ProFTPD is designed
to be somewhat of a "drop-in" replacement for wu-ftpd
with a configuration format like Apache.

Full online documentation is available at
http://www.proftpd.org/, including a server
configuration directive reference manual.

WWW: http://www.proftpd.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. databases/proftpd-mod_sql_mysql
  2. databases/proftpd-mod_sql_odbc
  3. databases/proftpd-mod_sql_postgres
  4. databases/proftpd-mod_sql_sqlite
  5. databases/proftpd-mod_sql_tds
  6. net/proftpd-mod_ldap

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/gmake
  3. devel/autoconf
Required To Run:
  1. security/openssl
Required Libraries:
  1. devel/pcre
  2. devel/gettext

This port is required by:

for Build for Run

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


Configuration Options
===> The following configuration options are available for proftpd-1.3.4c_1:
     HTMLDOCS=off: Include HTML documentation
     IPV6=on: IPv6 protocol support
     MEMCACHE=off: Memcache support using libmemcached
     NLS=on: Native Language Support
     PCRE=on: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.proftpd.org/distrib/source/
  3. ftp://proftpd.networkedsystems.co.uk/distrib/source/
  4. http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/
  5. https://github.com/downloads/proftpd/proftpd.github.com/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-07-17
    Affects: users of ftp/proftpd
    Author: mm@FreeBSD.org
    Reason: 
      The options of ProFTPD have been made much more user-friendly.
      As the modules are all shared libraries, all possible modules are built
      and installed. The following modules are now in separate slave ports:
    
      databases/proftpd-mod_sql_odbc: mod_sql_odbc
      databases/proftpd-mod_sql_sqlite: mod_sql_sqlite
      databases/proftpd-mod_sql_tds: mod_sql_tds
      net/proftpd-mod_ldap: mod_ldap and mod_quotatab_ldap
    
    
  • 2012-01-26
    Affects: users of ftp/proftpd and ftp/proftpd-mysql
    Author: Martin Matuska <mm@FreeBSD.org>
    Reason: 
      The proftpd port has been updated to 1.3.4 and changed to use
      dynamically loadable modules. Please add corresponding LoadModule
      directives to your configuration file, like in the following example:
    
        LoadModule mod_tls.c
    
      The modules mod_sql_mysql and mod_sql_postgres are now outside of the
      main proftpd port:
        databases/proftpd-mod_sql_mysql
        databases/proftpd-mod_sql_postgres
    
      The proftpd-mysql port has been removed, use the alternative port:
        databases/proftpd-mod_sql_mysql
    
    
  • 2008-09-24
    Affects: users of ftp/proftpd
    Author: beech@FreeBSD.org
    Reason: 
      proftpd now stores its .delay and .scoreboard files in /var/run/proftpd
      instead of /var/run.  If you are updating an existing installation,
      adjust the following in /usr/local/etc/proftpd.conf:
    
    	ScoreboardFile	/var/run/proftpd/proftpd.scoreboard
    
      Also of note: The third party modules, mod_codeconv, mod_comb, and
      mod_sql_tds are not compatible with this release and have been removed.
      They will be re-added when the respective authors provide updated versions.
    
    

Number of commits found: 203 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 May 2013 22:48:04
Original commit files touched by this commit  1.3.4c_1
flo search for other commits by this committer
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
26 Apr 2013 16:39:14
Original commit files touched by this commit  1.3.4c_1
bapt search for other commits by this committer
Convert from USE_GETTEXT to USES= gettext

While here:
- Trim some headers
- Convert to new options framework
08 Mar 2013 23:00:33
Original commit files touched by this commit  1.3.4c_1
mm search for other commits by this committer
Fix build with disabled IPv6

Resolved by:	Marco Steinbach
Reported by:	Paul Macdonald
07 Mar 2013 15:10:02
Original commit files touched by this commit  1.3.4c
mm search for other commits by this committer
Update proftpd to 1.3.4c
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
04 Aug 2012 07:11:32
Original commit files touched by this commit  1.3.4b
mm search for other commits by this committer
Update ProFTPd to 1.3.4b
17 Jul 2012 14:38:28
Original commit files touched by this commit  1.3.4a_3
mm search for other commits by this committer
Unbreak ProFTPD on sparc [1].
Significantly simplify proftpd port options.
Slave ports will follow in separate commits.

PR:		169644 [1]
Submitted by:	Dmitry Afanasiev [1]
13 Apr 2012 17:48:18
Original commit files touched by this commit  1.3.4a_2
vanilla search for other commits by this committer
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
13 Apr 2012 16:46:38
Original commit files touched by this commit  1.3.4a_1
jgh search for other commits by this committer
- chase libmemcached shared library bump 8=>9

Approved by:    maintainer (implicit)
14 Feb 2012 13:02:44
Original commit files touched by this commit  1.3.4a_1
mm search for other commits by this committer
Fix includes/libs if using WITH_PCRE

PR:             ports/165133
Reported by:    Henrik Larsson <freebsd@spambox.dk>
14 Feb 2012 12:45:35
Original commit files touched by this commit  1.3.4a_1
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
28 Jan 2012 16:37:18
Original commit files touched by this commit  1.3.4a
mm search for other commits by this committer
Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILE

Reported by:    David Froehlich <dfroe@gmx.de>
26 Jan 2012 23:06:57
Original commit files touched by this commit  1.3.4a
mm search for other commits by this committer
Fix typo in pkg-plist and mod_sql_sqlite packing list
26 Jan 2012 09:33:05
Original commit files touched by this commit  1.3.4a
mm search for other commits by this committer
Update to 1.3.4a
Switch to using dynamic modules
Autosellect required modules instead of exiting with IGNORE
Add slave port infrastructure for building individual modules
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.3.3g_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.
13 Jan 2012 20:18:39
Original commit files touched by this commit  1.3.3g_2
mm search for other commits by this committer
Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)
WITH_SHAPER requires WITH_CTRLS [1]

PR:             ports/163941 [1]
Reported by:    Matthew Pounsett <matt@conundrum.com> [1]
29 Dec 2011 20:58:59
Original commit files touched by this commit  1.3.3g_2
mm search for other commits by this committer
As of FreeBSD-SA-11:07.chroot, the port now works on both patched and
unpatched systems. On unpatched systems chroot automatically fails.
FreeBSD-SA-11:07.chroot

Add MOD_DYNMASQ
23 Dec 2011 19:08:39
Original commit files touched by this commit  1.3.3g_1
delphij search for other commits by this committer
Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitrary
code execution vulnerability.

Please note that in order to build this the system needs to be patched
with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the
change because it depends on a new libc API.

Feature safe:   yes
Approved by:    portmgr, maintainer (mm)
22 Dec 2011 10:48:57
Original commit files touched by this commit  1.3.3g
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Mark as broken on sparc64-9: fails to compile.

Hat:            portmgr
10 Nov 2011 23:28:22
Original commit files touched by this commit  1.3.3g
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update to 1.3.3g

Feature safe:   yes
05 Oct 2011 20:06:55
Original commit files touched by this commit  1.3.3f
 This port version is marked as vulnerable.
mm search for other commits by this committer
Fix distinfo and its creation

PR:     ports/161305
01 Oct 2011 10:52:07
Original commit files touched by this commit  1.3.3f
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update to 1.3.3f
03 May 2011 11:17:50
Original commit files touched by this commit  1.3.3e
 This port version is marked as vulnerable.
mm search for other commits by this committer
Update to 1.3.3e
23 Mar 2011 15:53:22
Original commit files touched by this commit  1.3.3d
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Add LICENSE knob(s)
07 Jan 2011 19:57:46
Original commit files touched by this commit  1.3.3d
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Fix extraction when using clamav option.

Approved by:    mm@ (maintainer)
24 Dec 2010 12:18:08
Original commit files touched by this commit  1.3.3d
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.3d
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.3.3c_3
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 Dec 2010 11:06:46
Original commit files touched by this commit  1.3.3c_3
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Revert to old distinfo and SAVE US FROM THE DOOM!

Spotted by:     Sergey A. Osokin <osa@FreeBSD.org>
01 Dec 2010 08:58:41
Original commit files touched by this commit  1.3.3c_2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update distfile to match upstream source

Reported by:    Daniel Austin <me@dan.me.uk>
14 Nov 2010 21:52:10
Original commit files touched by this commit  1.3.3c_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update mod_sql_tds to 4.13
- Bump PORTREVISION

PR:             ports/152078
Submitted by:   Patrick Muldoon <doon@inoc.net>
04 Nov 2010 19:52:19
Original commit files touched by this commit  1.3.3c
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.3c
- Update mod_sql_tds to 4.12 [1]

PR:             ports/151943 [1]
Submitted by:   Patrick Muldoon <doon@inoc.net>
29 Oct 2010 13:15:42
Original commit files touched by this commit  1.3.3b
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.3b
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.3.3a_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.3.3a_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
05 Jul 2010 21:43:07
Original commit files touched by this commit  1.3.3a
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Fix version that has gone backwards (DISTVERSION -> PORTVERSION)

Feature safe:   yes
05 Jul 2010 09:15:03
Original commit files touched by this commit  1.3.3.a
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.3a

Feature safe:   yes
09 Jun 2010 16:44:14
Original commit files touched by this commit  1.3.3_5
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Fix mkdir -> mkdir -p in package
- Bump PORTREVISION
07 Jun 2010 11:50:33
Original commit files touched by this commit  1.3.3_4
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Enable DSO support

PR:             ports/146740
Submitted by:   John Lihtsey <jd@cpanel.net>
31 May 2010 02:01:56
Original commit files touched by this commit  1.3.3_3
 This port version is marked as vulnerable.
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
16 May 2010 10:41:07
Original commit files touched by this commit  1.3.3_2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Remove support for mod_digest (doesnt work with 1.3.3)
- Add support for mod_site_misc
- Bump PORTREVISION

Suggested by:   David Ordal <david@ordal.com>
13 May 2010 14:30:42
Original commit files touched by this commit  1.3.3_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Fix breakage on 9-CURRENT
- Bump PORTREVISON

PR:             ports/144439
Reported by:    subbsd <subbsd@gmail.com>
08 Apr 2010 14:59:28
Original commit files touched by this commit  1.3.3_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Create ${localstatedir}/run/proftpd on install [1]
- Add patches for FreeBSD 8 and 9 [2]
- Bump PORTREVISION

PR:             ports/145253 [1]
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
Reported by:    Gunnar Beutner <gunnar.beutner@hetzner.de> [2]
06 Apr 2010 12:01:57
Original commit files touched by this commit  1.3.3
 This port version is marked as vulnerable.
garga search for other commits by this committer
Chase clamav's lib bump
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.3.3
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
25 Mar 2010 15:07:49
Original commit files touched by this commit  1.3.3
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Remove unnecessary sqlite dependency on mod_sftp*
24 Mar 2010 16:45:10
Original commit files touched by this commit  1.3.3
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Remove etc/proftpd creation from Makefile
- Fix directory creation bug in patch-contrib-mod_sftp-Makefile.in
24 Mar 2010 10:32:18
Original commit files touched by this commit  1.3.3
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.3
- Add new modules to OPTIONS
- Disable HTML documentation by default (new HTMLDOCS knob in OPTIONS)
- Disable EXAMPLES and move to HTMLDOCS
- Simplify, make portlint more happy
- Fix inter-option requires
01 Mar 2010 10:05:39
Original commit files touched by this commit  1.3.2e
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.2e

Feature safe:   yes
21 Feb 2010 16:50:05
Original commit files touched by this commit  1.3.2d
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.2d (maintenance)

PR:             ports/144106
Submitted by:   Bartlomiej Syryjczyk <guzik@anka.net.pl>
Feature safe:   yes
12 Jan 2010 11:51:02
Original commit files touched by this commit  1.3.2c
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.3.2c
- Take maintainership
04 Jan 2010 04:34:07
Original commit files touched by this commit  1.3.2b_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Pull the pidfile path from a central location (the config file)
  instead of hard coding it again in the rc.d script

PR:             ports/141945
Submitted by:   Danil <desruptorrogue@gmail.com>
04 Dec 2009 02:38:52
Original commit files touched by this commit  1.3.2b
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Reinstate maintainer at his request.
26 Nov 2009 00:36:49
Original commit files touched by this commit  1.3.2b
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:   maintainer
26 Oct 2009 13:36:32
Original commit files touched by this commit  1.3.2b
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Update to 1.3.2b
- Fix whitespace in distinfo

PR:             ports/139832
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    chris@officialunix.com (maintainer)
16 Oct 2009 18:09:23
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Rework QUOTA support to fix build breakage.

Noticed by:     Peter Czanik <pczanik@fang.fa.au.hu>
Approved by:    chris@officialunix.com (maintainer)
15 Oct 2009 02:26:17
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix MYSQL option so it displays correctly with slave port.
- Handle inter-option dependencies correctly (some would cause build errors).
  If there are more of these please let me know but I think I tested most
  configurations.
- General cleanups all around.
- This also fixes the build failure seen on pointyhat.
- None of these change the package in any way so don't bump PORTREVISION.

Approved by:    chris@officialunix.com (maintainer)
12 Oct 2009 13:20:01
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Use PLIST_SUB instead of PLIST_FILES in some cases.
- Whitespace fix to pet portlint.

PR:             ports/138977
Submitted by:   Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
11 Oct 2009 11:53:06
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix clamav extraction.

PR:             ports/139270
Submitted by:   Chris Petrik <chris@officialunix.com> (maintainer)
24 Sep 2009 20:18:38
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Use ?= for CATEGORIES and fix whitespace.

Submitted by:   maintainer, privately
Feature safe:   yes
23 Sep 2009 13:34:36
Original commit files touched by this commit  1.3.2a
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Update to 1.3.2a

PR:             ports/138977
Submitted by:   Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:   yes
19 Sep 2009 22:52:35
Original commit files touched by this commit  1.3.2_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update mod_sql_tds to 4.11

PR:             13618
Submitted by:   Patrick Muldoon <doon@inoc.net>
Approved by:    maintainer via irc
Feature safe:   yes
19 Sep 2009 13:59:51
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   Chris Petrik <chris@officialunix.com> (requested via #bsdports)
Feature safe:   yes
28 Aug 2009 16:52:33
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
28 Jul 2009 10:02:12
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update mod_clamav to 0.11rc (which works with new clamav again)

Requested by:   Daniel Ryslink <daniel.ryslink@firma.volny.cz>
15 Jul 2009 16:56:10
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
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.
16 Jun 2009 17:16:18
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- make MAKE_JOBS_UNSAFE

PR:             135554
Submitted by:   pgollucci
Approved by:    maintainer implicit
27 Mar 2009 11:53:07
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
06 Feb 2009 04:31:25
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.3.2 (stable)
- Upgrade proftpd-mod_sql_tds to version 4.9 [1]

PR:             ports/131429
Submitted by:   Patrick Muldoon <doon@inoc.net> [1]
29 Jan 2009 09:48:09
Original commit files touched by this commit  1.3.2.r4_1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix distinfo
28 Jan 2009 20:58:19
Original commit files touched by this commit  1.3.2.r4_1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Default ipv6 to on & bump portrevision
27 Jan 2009 15:21:06
Original commit files touched by this commit  1.3.2.r4
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.3.2rc4
- Fix NLS knob
05 Jan 2009 21:18:10
Original commit files touched by this commit  1.3.2.r3_1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update mod_sql_tds to 4.8
- Bump portrevision

PR:             ports/130201
Submitted by:   Patrick Muldoon <doon@inoc.net>
10 Dec 2008 00:39:07
Original commit files touched by this commit  1.3.2.r3
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update third party mod_sql_tds to 4.7
09 Dec 2008 23:40:02
Original commit files touched by this commit  1.3.2.r3
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.3.2rc3
25 Sep 2008 20:23:38
Original commit files touched by this commit  1.3.2.r2_1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Re-add mod_sql_tds option and update to 4.6
- Bump portrevision
24 Sep 2008 22:09:24
Original commit files touched by this commit  1.3.2.r2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Replace path hack with configure arg
- Update proftpd.conf to reflect changes listed in UPDATING
23 Sep 2008 23:16:38
Original commit files touched by this commit  1.3.2.r2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix plist

Reported by:    QAT
23 Sep 2008 22:42:46
Original commit files touched by this commit  1.3.2.r2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix install and plist for proftpd.pc

Reported by:    QAT
23 Sep 2008 20:15:56
Original commit files touched by this commit  1.3.2.r2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.3.2rc2
- Patch long command processing vulnerability
(http://bugs.proftpd.org/show_bug.cgi?id=3115)
- Remove third party modules mod_codeconv, mod_comb, mod_sql_tds (won't build)
- Update mod_clamav
17 Sep 2008 05:11:19
Original commit files touched by this commit  1.3.1_14
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Patch src netio.c - wrong telnet filter
- Telnet filters input data, but Russian symbols deleted

PR:             ports/127096
Submitted by:   Sherbacov Dmitriy <sherbacov@bsys.ru>
Approved by:    portmgr (linimon)
15 Sep 2008 19:56:38
Original commit files touched by this commit  1.3.1_14
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:             ports/127122 [1], ports/127310 [2]
Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:    portmgr (pav)
20 Aug 2008 00:57:32
Original commit files touched by this commit  1.3.1_14
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
06 Aug 2008 14:32:25
Original commit files touched by this commit  1.3.1_14
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Mark option mod_codeconv as possibly broken.
06 Jun 2008 14:33:40
Original commit files touched by this commit  1.3.1_14
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
18 Apr 2008 09:38:32
Original commit files touched by this commit  1.3.1_13
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Add conflicts
16 Apr 2008 16:10:19
Original commit files touched by this commit  1.3.1_13
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
02 Apr 2008 01:15:47
Original commit files touched by this commit  1.3.1_12
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Remove cyrillic-fix-netio.c (handled by CODECONV)
- Bump portrevision

PR:             ports/122355
Submitted by:   Alex Keda <admin@lissyara.su>
27 Mar 2008 19:36:11
Original commit files touched by this commit  1.3.1_11
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Re-add OPTIONS CODECONV (mod_codeconv) with v1.3.1 fixes for international
users
- Bump portrevision

Submitted by:   Alexey V. Drozdov <nyquist@ctam.tu-bryansk.ru>
27 Mar 2008 03:37:53
Original commit files touched by this commit  1.3.1_10
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix segfault in mod_quotatab_sql if the SQL query returns NULL bytes/files
values
- Bump portrevision
03 Mar 2008 22:12:52
Original commit files touched by this commit  1.3.1_9
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Add vendor patch
- Bump portrevision

- The mod_wrap2_file module does not
support comma-delimited lists of clients in the allow/deny files, unlike the
standard libwrap library.

Obtained from: TJ Saunders <tj@castaglia.org> (vendor)
20 Feb 2008 21:04:16
Original commit files touched by this commit  1.3.1_8
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Add mod_sql_tds, which allows proftpd to auth using sql against Sybase and MS
  SQL servers.
- Bump portrevision.

Submitted by:   Patrick Muldoon <doon@inoc.net> (author)
16 Feb 2008 22:43:28
Original commit files touched by this commit  1.3.1_7
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Add two optional third-party modules:
- Bump portrevision

(1) mod_digest by Mathias Berchtold (http://www.smartftp.com/oss/proftpd/)
which implements all digest commands.

(2) mod_comb (http://lev.serebryakov.spb.ru/mod_comb/) by Lev Serebryakov,
which adds COMB support.

PR:             ports/120742
Submitted by:   Lev A. Serebryakov <lev@FreeBSD.org>
17 Jan 2008 03:53:19
Original commit files touched by this commit  1.3.1_6
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix IPv4-mapped IPv6 connections not matched properly against IP
  glob ACLs.
- Bump portrevision.

Submitted by:   TJ Saunders <tj@castaglia.org> (vendor)
Approved by:    linimon (mentor)
07 Jan 2008 20:55:35
Original commit files touched by this commit  1.3.1_5
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix issue, if compiled with both base and port versions of openssl
installed, mod_tls will fail to load.
- Bump portrevision

PR:             ports/119243
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    linimon (mentor)
19 Dec 2007 23:08:38
Original commit files touched by this commit  1.3.1_4
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:    portmgr (pav)
Security:       CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
13 Dec 2007 23:39:02
Original commit files touched by this commit  1.3.1_3
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Bug fix mod_clamav
- Bump portrevision

Fix:
correction mod_clamav.c str. 158, 167, 169
error: "/home/ftp/incoming//incoming/test.com: lstat() failed. ERROR"

Submitted by:   Roman <netadmin@sun-nsk.com>
Approved by:    linimon (mentor)
14 Nov 2007 21:00:58
Original commit files touched by this commit  1.3.1_2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Fix connect stops with Sig11 on FreeBSD AMD64
- Remove option --enable-builtin-getnameinfo
- Add README docs
- Bump portrevision

Submitted by:   http://bugs.proftpd.org/show_bug.cgi?id=3000
Approved by:    portmgr (linimon, mentor)
08 Oct 2007 19:22:45
Original commit files touched by this commit  1.3.1_1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Add vendor patch to fix bug - Authoritative PAM is not honored
- Bump portrevision

Reported by: TJ Saunders <tj@castaglia.org> (developer)

Approved by:    sat (mentor, implicit)
06 Oct 2007 19:12:45
Original commit files touched by this commit  1.3.1
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 1.3.1 Final

- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
  module.
- Patches integrated upstream.

Approved by:    sat (mentor), portmgr (linimon)
30 Sep 2007 04:47:37
Original commit files touched by this commit  1.3.1.r3_6
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe

Number of commits found: 203 (showing only 100 on this page)

1 | 2 | 3  »  

285a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days31
new fortnight62
new month216

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0