head 1.1; access; symbols pkgsrc-2023Q4:1.1.0.66 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.64 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.62 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.60 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.58 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.56 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.54 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.52 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.50 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.48 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.46 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.44 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.42 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.40 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.36 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.38 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.34 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.32 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.30 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.28 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.26 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.24 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.22 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.20 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.18 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2015.09.25.10.01.37; author wiedi; state Exp; branches; next ; commitid fFBpLn5KEJPXqCCy; desc @@ 1.1 log @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) @ text @ProFTPD module that provides the PostgreSQL backend for SQL database authentication. @