Commit graph

70 commits

Author SHA1 Message Date
joerg
3900f91ff1 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:00:03 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
tron
73be99d8db Fix (de)installation of a binary version of this package.
Bump the package revision because the package list changed.
2009-02-09 11:57:48 +00:00
kim
610d275923 Upgrade proftpd to 1.3.2 2009-02-08 07:28:44 +00:00
shattered
c909d3afef - rc.d script: replace interpreter, add 'reload' command
- install 'ftpasswd' script from contrib

OK by kim@.
2009-01-11 22:47:54 +00:00
kim
cc2c20fcca Grrr, cannot patch next to RCS id strings, so use sed instead. 2008-12-28 08:56:59 +00:00
kim
02faf31054 Fix the "pam" option to leave out PAM when it is not wanted.
Add an "inet6" option for enabling IPv6 support.
Add a "ban" option for enabling mod_ban.
Make the "wrap" option compile all binaries successfully.
Fix generating language catalog with older versions of msgfmt.
2008-12-28 08:42:01 +00:00
martti
943448f6bd Updated net/proftpd to 1.3.2rc3
* Bug fixes
2008-11-21 08:00:36 +00:00
obache
c68a13cad8 Need msgfmt to build. Fixes PR 39692. 2008-10-04 02:25:59 +00:00
martti
81ac11e5f3 Updated net/proftpd to 1.3.2rc2
Fix for http://bugs.proftpd.org/show_bug.cgi?id=3115
2008-10-03 06:52:03 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
7b4a03aeb3 Remove ftp.middle-earth.it from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37324.
2007-11-12 00:00:12 +00:00
martti
9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00
martti
c95b7ca9f8 Added LICENSE=gnu-gpl-v2 2007-10-30 13:57:17 +00:00
martti
defae5e1c6 Updated net/proftpd to 1.3.1
Changes since 1.3.1rc3
----------------------
- Bug 2944 - mod_sql_mysql fails to compile due to missing quotation.
- Bug 2946 - Anonymous logins fail if the mod_facl module is enabled.
- Bug 2947 - SIGBUS on Mac OS X when dynamically loading shared libs.
- Bug 2950 - Hostname with multiple IP addresses might cause "ai_family not
  supported" error if IPv6 support enabled.
- Bug 2955 - Undeclared identifier MAP_FAILED for mod_delay on AIX.
- Bug 2958 - mod_wrap2 does not handle multiple rules in access files.
- Bug 2963 - Use of -A option for LIST/NLST commands not cleared for
  subsequent commands.
- Bug 2964 - Building RPM fails because of *snprintf trying to be redefined.
  This is actually caused by a particular combination of compiler flags
  (-O2 and -Wp,-D_FORTIFY_SOURCE=2), which are used by the `rpmbuild'
  command in some Linux releases.
- Bug 2974 - Install error if multiple modules, using their own build script,
  are built as shared modules.
- Bug 2981 - Command-line long options --ipv4 and --ipv6 do not work.
- Bug 2795 - Improvements to RPM .spec file to build more of the modules, plus
  better optional packaging organization.
2007-10-12 10:06:20 +00:00
martti
ed2d53a296 Updated net/proftpd to 1.3.1rc3
Hello, ProFTPD community. The ProFTPD Project team is pleased to announce
that the third release candidate for ProFTPD 1.3.1 is now available
for public consumption.

The 1.3.1rc3 release includes a number of minor bugfixes, including
segfaults when handling the NLST command, dealing assigning IPv6 addresses
for the EPSV command, and better handling of Display files in chrooted
sessions.

Please read the included NEWS and ChangeLog files for the full details.
2007-07-06 11:04:40 +00:00
lkundrak
37d2bfffbe Fix for a CVE-2007-2165 security issue grabbed from upstream #2922. 2007-06-26 23:25:56 +00:00
martti
99c79a9250 Fixed PLIST when using quota and mysql options. 2007-01-24 05:22:01 +00:00
martti
96d9809b2b Updated net/proftpd to 1.3.1rc2
+ Fixed mod_sql's handling of WHERE clauses

+ Fixed segfaults ocurring after SIGHUP when shared modules are used

+ Fixed copying of symlinks in skeleton directory for CreateHome
2007-01-13 09:47:38 +00:00
martti
6994027e26 Updated net/proftpd to 1.3.1rc1
The 1.3.1rc1 release includes major new features and numerous bugfixes,
including:

  + Support for UTF8 and translated response messages (NLS support)

  + New configuration directives:
      DisplayChdir
      DisplayFileTransfer
      UseIPv6
      UseUTF8

  + Deprecated configuration directives:
      DisplayFirstChdir
        The DisplayFirstChdir directive is deprecated; sites should use
        the new DisplayChdir directive (which allows for files to
        be displayed on every directory change, rather than just the
        first time for a directory change).

      HiddenStor
        The HiddenStor directive is deprecated; simply use HiddenStores
        instead.

      SQLHomedirOnDemand
        The SQLHomedirOnDemand directive will be removed in future
        releases; use the CreateHome directive instead.

  + New modules:
      mod_ban, a module handling dynamic client "black lists"
      See doc/contrib/mod_ban.html

  + Enhanced modules:
      The mod_tls module can now make use of cryptographic accelerator
      cards with the new TLSCryptoDevice directive.  It can also use
      a program for obtaining certificate passphrases via the new
      TLSPassPhraseProvider directive.

  + Documentation
2006-12-14 11:19:46 +00:00
adrianp
e4d502c3f5 Updated patch-ac via Debian to fix PR #35092 2006-11-23 11:57:07 +00:00
adrianp
14cf3a2fd9 Add patch-ac for CVE-2006-5815
Patch from ProFTPD CVS:
 http://proftp.cvs.sourceforge.net/proftp/proftpd/src/main.c?r1=1.292&r2=1.293&view=patch&sortby=date
2006-11-18 14:32:58 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
minskim
917b02c5d3 Honor ROOT_USER and ROOT_GROUP. 2006-05-01 21:17:06 +00:00
martti
9bfdb6f5af Updated net/proftpd to 1.3.0
This is the official release (which should be identical to rc5)
2006-04-17 05:33:09 +00:00
martti
14dde59a63 Updated net/proftpd to 1.3.0rc5
The 1.3.0rc5 release includes a number of minor bugfixes, including a
workaround for getting proper timestamps in chrooted process logs
if glibc-2.3 is present, and a fix for daemon processes hanging when
shutting down on Mac OS X.
2006-03-20 05:52:48 +00:00
martti
152656f0f2 Updated net/proftpd to 1.3.0rc4
The 1.3.0rc4 release includes a number of minor bugfixes, including fixed
run-time detection of Unix domain sockets, portability tweaks for
Mac OSX 10.4, and logging fixes for NetBSD and Solaris.
2006-03-02 10:46:20 +00:00
martti
e9f3e44177 Fixed warnings found by pkglint -Wall. 2006-02-17 07:43:36 +00:00
martti
6de1301132 Fix settings for quota. From Ondej Tma in a private mail. 2006-02-13 09:16:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
martti
58d0c007dc s/readme/proftpd-readme/ 2005-11-25 17:20:10 +00:00
martti
6fd889891a Another fix from Geert Hendrickx 2005-11-25 15:02:23 +00:00
martti
b037fe5abe Activate the options. Patch from Geert Hendrickx. 2005-11-25 13:37:30 +00:00
martti
56192a4d30 Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +00:00
martti
3c6f67587d Updated proftpd to 1.3.0rc3
A lot of changes and bug fixes, including fix for the following
security problem:

http://security.lss.hr/index.php?page=details&ID=LSS-2004-10-02
2005-11-03 19:09:46 +00:00
rillig
53f49a5591 Removed the trailing slash behind the last MASTER_SITE. 2005-11-03 14:53:22 +00:00
adrianp
02216dc14b Add missing patch from last update - ride the previous bump 2005-08-06 12:29:25 +00:00
adrianp
e37fc224e2 Patches to address recent security issue via Gentoo:
http://secunia.com/advisories/16181/
2005-08-06 11:51:18 +00:00
christos
40282604c3 Simplify (and correct) the previous ut_ss filling code. 2005-07-10 19:57:07 +00:00
christos
176608d009 Make it log in wtmpx properly.
XXX: someone should fix the array has type char issues.
2005-06-23 04:49:26 +00:00
salo
809e97a20f PKGREVISION++
- split PKG_OPTIONS to options.mk file
- fix issue with state directory in (typically) /var/run,
  noted by Justin Newcomer on tech-pkg@
- delint
2005-06-22 22:43:37 +00:00
dillo
d6bfbe8582 Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31 11:24:32 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
jlam
1b5734f517 Create a pam.buildlink3.mk file that is used by PAM-using packages.
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam.  pam.buildlink3.mk will:

	* set PAMBASE to the base directory of the PAM files;
	* set PAM_TYPE to the PAM implementation used.

There are two variables that can be used to tweak the selection of
the PAM implementation:

PAM_DEFAULT is a user-settable variable whose value is the default
	PAM implementation to use.

PAM_ACCEPTED is a package-settable list of PAM implementations
	that may be used by the package.

Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.
2005-01-14 05:15:39 +00:00