pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 25 10:01:37 UTC 2015

Modified Files:
        pkgsrc/net: Makefile
        pkgsrc/net/proftpd: Makefile PLIST distinfo options.mk
Added Files:
        pkgsrc/net/proftpd: Makefile.common Makefile.module
        pkgsrc/net/proftpd-geoip: DESCR Makefile PLIST
        pkgsrc/net/proftpd-ldap: DESCR Makefile PLIST
        pkgsrc/net/proftpd-memcached: DESCR Makefile PLIST
        pkgsrc/net/proftpd-mysql: DESCR Makefile PLIST
        pkgsrc/net/proftpd-odbc: DESCR Makefile PLIST
        pkgsrc/net/proftpd-postgresql: DESCR Makefile PLIST
        pkgsrc/net/proftpd-sqlite: DESCR Makefile PLIST
        pkgsrc/net/proftpd/patches: patch-contrib_mod__sftp_Makefile.in

Log Message:
Package ProFTPD using DSO (Dynamic Shared Objects) support.

This is preferable for binary package use as it allowes the user to choose
which features to enable by changeing the configuration file instead of
recompiling. This is also how ProFTPD is usually packaged in other systems.

For details about ProFTPD and DSO see:
        http://www.proftpd.org/docs/howto/DSO.html

This change removes the following PKG_OPTIONS.proftpd:
        ban, ldap, mysql, pgsql, proftpd-readme, quota, tls and wrap

The modules that were previously compiled when enabling ban, proftpd-readme,
quota or tls are now always included. To load them use a configuration
directive like:
        LoadModule mod_ban.c

In addition the proftpd package includes by default many other modules that
were previously unavailble like: mod_load, mod_radius, mod_sftp and more.

The module that was provided by the wrap option is replaced by the wrap2 module
which is also always included.

The ldap option is superseded by the proftpd-ldap package.
The mysql option is superseded by the proftpd-mysql package.
The pgsql option is superseded by the proftpd-postgresql package.
Using proftpd-postgresql will create one binary package for each PostgreSQL
version in pkgsrc.

In addition the following added packages provide new functionality:
        - proftpd-geoip (access GeoIP details)
        - proftpd-memcached (mod_memcache and mod_tls_memcache)
        - proftpd-odbc (access any ODBC database)
        - proftpd-sqlite (access to sqlite3)


To generate a diff of this commit:
cvs rdiff -u -r1.1083 -r1.1084 pkgsrc/net/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/proftpd/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd/Makefile.common \
    pkgsrc/net/proftpd/Makefile.module
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/proftpd/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/proftpd/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/proftpd/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-geoip/DESCR \
    pkgsrc/net/proftpd-geoip/Makefile pkgsrc/net/proftpd-geoip/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-ldap/DESCR \
    pkgsrc/net/proftpd-ldap/Makefile pkgsrc/net/proftpd-ldap/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-memcached/DESCR \
    pkgsrc/net/proftpd-memcached/Makefile pkgsrc/net/proftpd-memcached/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-mysql/DESCR \
    pkgsrc/net/proftpd-mysql/Makefile pkgsrc/net/proftpd-mysql/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-odbc/DESCR \
    pkgsrc/net/proftpd-odbc/Makefile pkgsrc/net/proftpd-odbc/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-postgresql/DESCR \
    pkgsrc/net/proftpd-postgresql/Makefile \
    pkgsrc/net/proftpd-postgresql/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/net/proftpd-sqlite/DESCR \
    pkgsrc/net/proftpd-sqlite/Makefile pkgsrc/net/proftpd-sqlite/PLIST
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/proftpd/patches/patch-contrib_mod__sftp_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index