]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- up to 1.3.3f auto/th/proftpd-1_3_3f-1 auto/ti/proftpd-1_3_3f-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Oct 2011 21:05:49 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-nostrip.patch -> 1.2
    proftpd.spec -> 1.284

proftpd-nostrip.patch [deleted file]
proftpd.spec

diff --git a/proftpd-nostrip.patch b/proftpd-nostrip.patch
deleted file mode 100644 (file)
index 9702b44..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- proftpd-1.3.2/configure.in~        2009-03-16 16:04:00.000000000 +0100
-+++ proftpd-1.3.2/configure.in 2009-03-16 16:12:57.000000000 +0100
-@@ -2162,15 +2162,11 @@
-     dnl CFLAGS if supported.
-     PR_CHECK_CC_OPT(Wfloat-equal)
-   fi
--
--  dnl Do not strip symbols from developer object files.
--  INSTALL_STRIP=""
--else
--
--  dnl Make sure to strip symbols from non-developer object files.
--  INSTALL_STRIP="-s"
- fi
-+dnl Do not strip symbols from any object files.
-+INSTALL_STRIP=""
-+
- if test "$OSTYPE" = "-DDARWIN6" -o "$OSTYPE" = "-DDARWIN7" -o "$OSTYPE" = "-DDARWIN8"; then
-   dnl Check whether the C compiler accepts -Wno-long-double. This helps to
-   dnl quell unnecessary OSX compiler complaints.  Use of this macro should
index babe9f1c07936fc5b6387fb7da3529a7dc2c2a94..12f472bb1a08d9e65e831acb8cdd28dbe376f7c9 100644 (file)
@@ -23,13 +23,13 @@ Summary(pl.UTF-8):  PROfesionalny serwer FTP
 Summary(pt_BR.UTF-8):  Servidor FTP profissional, com sintaxe de configuração semelhante à do apache
 Summary(zh_CN.UTF-8):  易于管理的,安全的 FTP 服务器
 Name:          proftpd
-Version:       1.3.3e
-Release:       2
+Version:       1.3.3f
+Release:       1
 Epoch:         2
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
-# Source0-md5: acc49b6589bc8c9fdf1dce9000bebdbd
+# Source0-md5: e9416d2aa7ac1246af4fc8a80fd73f27
 Source1:       https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-%{mod_clamav_version}.tar.gz
 # Source1-md5: 42e560ec0bd5964e13fad1b2bb7afe21
 Source2:       %{name}.conf
@@ -47,8 +47,7 @@ Patch0:               %{name}-paths.patch
 Patch1:                %{name}-noautopriv.patch
 Patch2:                %{name}-wtmp.patch
 Patch3:                %{name}-pool.patch
-Patch4:                %{name}-nostrip.patch
-Patch5:                %{name}-link.patch
+Patch4:                %{name}-link.patch
 URL:           http://www.proftpd.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -449,7 +448,6 @@ dodaje hosty do pliku /etc/hosts.deny.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 # mod_clamav
 patch -p0 < mod_clamav-%{mod_clamav_version}/proftpd.patch
@@ -487,6 +485,7 @@ mod_lang
 MODARG=$(echo $MODULES | tr ' ' '\n' | sort -u | xargs | tr ' ' ':')
 %configure \
        --with-includes=/usr/include/ncurses%{?with_mysql::%{_includedir}/mysql} \
+       --disable-strip \
        --enable-buffer-size=4096 \
        --disable-auth-file \
        --enable-autoshadow \
This page took 0.131382 seconds and 4 git commands to generate.