]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- rel 2 auto/th/proftpd-1_3_3b-2 auto/ti/proftpd-1_3_3b-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 16 Sep 2010 16:09:23 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- set buffer size to 4k (may be needed by kerberos gss auth)

Changed files:
    proftpd.spec -> 1.275

proftpd.spec

index fd88b31945516c62d709ed807ec6e96552aa392e..3ae0fc19bbb4df7d6529b04df305690b806e7329 100644 (file)
@@ -23,7 +23,7 @@ Summary(pt_BR.UTF-8): Servidor FTP profissional, com sintaxe de configuração s
 Summary(zh_CN.UTF-8):  易于管理的,安全的 FTP 服务器
 Name:          proftpd
 Version:       1.3.3b
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v2+
 Group:         Networking/Daemons
@@ -486,6 +486,7 @@ mod_lang
 MODARG=$(echo $MODULES | tr ' ' '\n' | sort -u | xargs | tr ' ' ':')
 %configure \
        --with-includes=/usr/include/ncurses%{?with_mysql::%{_includedir}/mysql} \
+       --enable-buffer-size=4096 \
        --disable-auth-file \
        --enable-autoshadow \
        --enable-ctrls \
This page took 0.03404 seconds and 4 git commands to generate.