]> git.pld-linux.org Git - packages/curl.git/commitdiff
- up to 7.20.1 auto/th/curl-7_20_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Apr 2010 17:30:53 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-krb5flags.patch -> 1.2
    curl.spec -> 1.172

curl-krb5flags.patch
curl.spec

index 07e03a619c524c81e271e04a62159df725360615..8ad77586189f976af9abd044aca7f017f0d42e4b 100644 (file)
@@ -1,20 +1,11 @@
 --- curl-7.19.2/configure.ac.orig      2008-11-10 16:22:59.000000000 +0100
 +++ curl-7.19.2/configure.ac   2008-12-27 09:02:47.678512154 +0100
-@@ -1053,7 +1053,7 @@
-   if test -z "$GSSAPI_INCS"; then
-      if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
-         GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
--        GSSAPI_LIBS=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-+        GSSAPI_LIBS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-      elif test "$GSSAPI_ROOT" != "yes"; then
-         GSSAPI_INCS="-I$GSSAPI_ROOT/include"
-         GSSAPI_LIBS="-lgssapi"
-@@ -1131,7 +1131,7 @@
-      if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
-         dnl krb5-config doesn't have --libs-only-L or similar, put everything
-         dnl into LIBS
--        gss_libs=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-+        gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-         LIBS="$LIBS $gss_libs"
-      elif test "$GSSAPI_ROOT" != "yes"; then
-         LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
+@@ -1202,7 +1202,7 @@
+         if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
+            dnl krb5-config doesn't have --libs-only-L or similar, put everything
+            dnl into LIBS
+-           gss_libs=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
++           gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
+            LIBS="$LIBS $gss_libs"
+         elif test "$GSSAPI_ROOT" != "yes"; then
+            LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
index 33866a09b9c67ed9570414e3600d192d72096676..d2586a5977248a529216ebc16ab1d78fb122cc44 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -15,12 +15,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.20.0
+Version:       7.20.1
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
-# Source0-md5: a68d8169e4aae58d35977ae355c9b38a
+# Source0-md5: e259b58aab40dd4e7b72f52e96a498e4
 Patch0:                %{name}-no_strip.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-pc.patch
This page took 0.336088 seconds and 4 git commands to generate.