]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- up to 4.4.2; enable DNSSEC validation; enable socks support auto/th/lftp-4.4.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Feb 2013 06:28:10 +0000 (07:28 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Feb 2013 06:28:10 +0000 (07:28 +0100)
lftp-makefile.patch
lftp.spec

index ae11267d45da2ce17b85446bc3afc3109e846e25..ede73b9120309889f5b68a0a5ba6908fe734090f 100644 (file)
@@ -1,8 +1,6 @@
-diff -Nur lftp-3.5.1/src/Makefile.am lftp-3.5.1.makefile/src/Makefile.am
---- lftp-3.5.1/src/Makefile.am 2006-06-12 01:59:23.000000000 +0200
-+++ lftp-3.5.1.makefile/src/Makefile.am        2006-08-02 01:23:10.000000000 +0200
-@@ -1,5 +1,5 @@
- localedir = $(datadir)/locale
+--- lftp-4.4.2/src/Makefile.am~        2013-01-31 10:49:50.000000000 +0100
++++ lftp-4.4.2/src/Makefile.am 2013-02-02 07:06:31.057591370 +0100
+@@ -1,4 +1,4 @@
 -pkgverlibdir = $(pkglibdir)/$(VERSION)
 +pkgverlibdir = $(pkglibdir)
  
index b33ba9701bf9b7ec91790fced10ec817b9b9caf2..647c71dbc947cf32df219df57b97170a657130c4 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -19,12 +19,12 @@ Summary(pl.UTF-8):  Zaawansowany klient FTP/HTTP
 Summary(pt_BR.UTF-8):  Sofisticado programa de transferência de arquivos (cliente FTP/HTTP)
 Summary(zh_CN.UTF-8):  lftp 客户端程序
 Name:          lftp
-Version:       4.4.0
-Release:       2
+Version:       4.4.2
+Release:       1
 License:       GPL v3+
 Group:         Applications/Networking
 Source0:       http://ftp.yars.free.net/pub/source/lftp/%{name}-%{version}.tar.xz
-# Source0-md5: b057e3e01686a200c35753c3496c2130
+# Source0-md5: 3c9411d859e1df9c09d3de0f32774cf3
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: cdad8fb5342eebd9916eccefc98a855b
 Source2:       %{name}.desktop
@@ -38,6 +38,8 @@ Patch4:               lftp-4.3.8-gets.patch
 URL:           http://lftp.yar.ru/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
+BuildRequires: dante-devel
+BuildRequires: dnssec-tools-devel
 BuildRequires: expat-devel
 BuildRequires: gettext-devel >= 0.14.2
 %{?with_gnutls:BuildRequires:  gnutls-devel >= 1.2.5}
@@ -87,7 +89,7 @@ o arquivo FEATURES para uma lista mais detalhada.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+#%patch3 -p1
 %patch4 -p1
 
 %{!?with_gnutls:echo 'AC_DEFUN([AM_PATH_LIBGNUTLS],[/bin/true])' > m4/gnutls.m4}
@@ -100,7 +102,10 @@ o arquivo FEATURES para uma lista mais detalhada.
 %{__automake}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure \
+       --without-included-regex \
+       --with-dnssec-local-validation \
        --with-modules \
+       --with-socksdante \
        --with%{!?with_openssl:out}-openssl \
        --with%{!?with_gnutls:out}-gnutls
 
This page took 0.029089 seconds and 4 git commands to generate.