]> git.pld-linux.org Git - packages/curl.git/commitdiff
- updated to 7.43.0 auto/th/curl-7.43.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jun 2015 16:56:10 +0000 (18:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jun 2015 16:56:10 +0000 (18:56 +0200)
- updated krb5flags patch

curl-krb5flags.patch
curl.spec

index 40bf3e3ad64689bb5b022d870804f6bd6dbc0325..484954e75b02e04700f1d3747f1e5b27b554e0f4 100644 (file)
@@ -1,15 +1,18 @@
---- curl-7.37.1/configure.ac.orig      2014-07-19 10:27:07.972697344 +0200
-+++ curl-7.37.1/configure.ac   2014-07-19 10:28:38.279360218 +0200
-@@ -1195,7 +1195,7 @@
+--- curl-7.43.0/configure.ac.orig      2015-06-24 21:11:53.330168712 +0200
++++ curl-7.43.0/configure.ac   2015-06-24 21:19:26.686816353 +0200
+@@ -1193,9 +1193,9 @@
+   if test -z "$GSSAPI_INCS"; then
       if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
-         GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
-      elif test -f "$GSSAPI_ROOT/bin/krb5-config"; then
--        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
-+        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
+-        GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
++        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
       elif test -f "$KRB5CONFIG"; then
-         GSSAPI_INCS=`$KRB5CONFIG --cflags gssapi`
+-        GSSAPI_INCS=`$KRB5CONFIG --cflags gssapi`
++        GSSAPI_INCS=`CFLAGS= $KRB5CONFIG --cflags gssapi`
       elif test "$GSSAPI_ROOT" != "yes"; then
-@@ -1285,7 +1285,7 @@
+         GSSAPI_INCS="-I$GSSAPI_ROOT/include"
+      fi
+@@ -1288,7 +1288,7 @@
          elif test -f "$KRB5CONFIG"; then
             dnl krb5-config doesn't have --libs-only-L or similar, put everything
             dnl into LIBS
index 24074df10201c69451118a34df05600787dfa3de..4e35b0551422b957bf1744cbcd93b8454252e00f 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -22,12 +22,12 @@ Summary(pt_BR.UTF-8):       Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
 Summary(ru.UTF-8):     Утилита для получения файлов с серверов FTP, HTTP и других
 Summary(uk.UTF-8):     Утиліта для отримання файлів з серверів FTP, HTTP та інших
 Name:          curl
-Version:       7.42.1
+Version:       7.43.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
-# Source0-md5: f1e460020a99da039b153e4bf0cd8600
+# Source0-md5: 95df6d1ce9c970289d2997e603d6fd79
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-krb5flags.patch
 URL:           http://curl.haxx.se/
@@ -41,7 +41,7 @@ BuildRequires:        libidn-devel >= 0.4.1
 %{?with_ssh:BuildRequires:     libssh2-devel >= 1.2.8}
 BuildRequires: libtool
 BuildRequires: nettle-devel
-%{?with_http2:BuildRequires:   nghttp2-devel >= 0.6}
+%{?with_http2:BuildRequires:   nghttp2-devel >= 1.0}
 %{?with_ldap:BuildRequires:    openldap-devel}
 BuildRequires: pkgconfig
 BuildRequires: rpm >= 4.4.9-56
@@ -115,7 +115,7 @@ Summary(pl.UTF-8):  Biblioteka curl
 Group:         Libraries
 %{?with_ares:Requires: c-ares >= 1.7.0}
 %{?with_ssh:Requires:  libssh2 >= 1.2.8}
-%{?with_http2:Requires:        nghttp2 >= 0.6}
+%{?with_http2:Requires:        nghttp2 >= 1.0}
 %if %{with ssl} && %{without gnutls}
 Requires:      openssl >= 1.0.1
 %endif
@@ -141,7 +141,7 @@ Requires:   %{name}-libs = %{version}-%{release}
 Requires:      libidn-devel >= 0.4.1
 %{?with_rtmp:Requires: librtmp-devel}
 %{?with_ssh:Requires:  libssh2-devel >= 1.2.8}
-%{?with_http2:Requires:        nghttp2-devel >= 0.6}
+%{?with_http2:Requires:        nghttp2-devel >= 1.0}
 %{?with_ldap:Requires: openldap-devel}
 %if %{with ssl}
 %if %{with gnutls}
This page took 0.274974 seconds and 4 git commands to generate.