]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl-krb5flags.patch
up to 7.79.0 (fixes CVE-2021-22945 CVE-2021-22946 CVE-2021-22947)
[packages/curl.git] / curl-krb5flags.patch
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
This page took 0.061529 seconds and 4 git commands to generate.