Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv20083

Added Files:
        proftpd-1.2.5.0-1.info proftpd-1.2.5.0-1.patch 
Removed Files:
        proftpd-1.2.5-1.info proftpd-1.2.5-1.patch 
Log Message:
fix for the rc1 being higher then the full release thanks to drm

--- NEW FILE: proftpd-1.2.5.0-1.info ---
Package: proftpd
Version: 1.2.5.0
Revision: 1
###
Source: ftp://ftp.proftpd.org/distrib/source/%n-1.2.5.tar.bz2
Source-MD5: 100a374dfcaa4852cb767dc6afeb4277
###
Patch: %f.patch
###
ConfigureParams: --with-pic --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
###
InstallScript: <<
  make install prefix=%i
  install -m 644 sample-configurations/basic.conf %i/etc/proftpd.conf
<<
###
DocFiles: COPYING CREDITS ChangeLog INSTALL NEWS README*
ConfFiles: %p/etc/proftpd.conf
###
SetCPPFLAGS: -no-cpp-precomp
###
DaemonicName: proftpd
DaemonicFile: <<
  <service>
    <description>ProFTPD FTP Daemon Server</description>
    <message>ProFTPD FTP Daemon Server</message>

    <daemon name="proftpd">
      <executable background="yes">%p/sbin/proftpd</executable>
      <!-- the daemon will background itself, but may take a while
           to start up to the point where it does so -->
      <pidfile>%p/var/run/proftpd.pid</pidfile>
    </daemon>

  </service>
<<
###
Description: Advanced, incredibly configurable and secure FTP daemon
DescDetail: <<
ProFTPD is a proven, high-performance, scalable FTP server written from
scratch, with a focus toward simplicity, security, and ease of configuration.
Naturally, ProFTPD powers some of the largest sites on the Internet. It
features a very Apache-like configuration syntax, modules, and a highly
customizable server infrastructure, including support for multiple 'virtual'
FTP servers, anonymous FTP, and permission-based directory visibility.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.proftpd.org/

--- NEW FILE: proftpd-1.2.5.0-1.patch ---
diff -ruN proftpd-1.2.5rc1.orig/modules/mod_unixpw.c 
proftpd-1.2.5rc1/modules/mod_unixpw.c
--- proftpd-1.2.5rc1.orig/modules/mod_unixpw.c  Thu Dec 13 13:35:50 2001
+++ proftpd-1.2.5rc1/modules/mod_unixpw.c       Fri Mar 29 16:29:52 2002
@@ -42,7 +42,7 @@
 #include <sys/security.h>
 #endif
 #ifdef HAVE_KRB_H
-#include <krb.h>
+/* #include <krb.h> */
 #endif
 #ifdef HAVE_HPSECURITY_H
 #include <hpsecurity.h>

--- proftpd-1.2.5-1.info DELETED ---

--- proftpd-1.2.5-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to