]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- added pool patch (fixes SEGV on start on some archs); release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Oct 2006 10:58:59 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.228

proftpd.spec

index 08e596dc6ee0a8b133005425eb962345520a6b7f..c115dd1de06157a53938ecaca9d3b55444cca8ad 100644 (file)
@@ -1,5 +1,6 @@
 # TODO
 # - mod_caps uses uname -r for detection
+#
 # Conditional build:
 %bcond_without pam             # disable PAM support
 %bcond_without ipv6            # disable IPv6 and TCPD support
@@ -19,7 +20,7 @@ Summary(pt_BR):       Servidor FTP profissional, com sintaxe de configura
 Summary(zh_CN):        Ò×ÓÚ¹ÜÀíµÄ,°²È«µÄ FTP ·þÎñÆ÷
 Name:          proftpd
 Version:       1.3.0
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2+
 Group:         Daemons
@@ -42,6 +43,7 @@ Patch3:               %{name}-noautopriv.patch
 Patch4:                %{name}-wtmp.patch
 Patch5:                %{name}-sendfile64.patch
 Patch6:                %{name}-configure.patch
+Patch7:                %{name}-pool.patch
 URL:           http://www.proftpd.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -426,6 +428,7 @@ dodaje hosty do pliku /etc/hosts.deny.
 %patch4 -p1
 #%patch5 -p1 NEEDS UPDATE
 %patch6 -p1
+%patch7 -p1
 
 cp -f /usr/share/automake/config.sub .
 
This page took 0.030316 seconds and 4 git commands to generate.