forked from pool/libsoup
Accepting request 391727 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/391727 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=176
This commit is contained in:
parent
b7a0d96e95
commit
5c3d9e2fdc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ade4920166bd036e8890d04acdc135686d877670953949fa6245797c906e38e0
|
||||
size 1843144
|
3
libsoup-2.54.1.tar.xz
Normal file
3
libsoup-2.54.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef02dd633
|
||||
size 1793108
|
@ -1,43 +0,0 @@
|
||||
From 1ec0dca73385705179457f2c6fcd043fe4563ecc Mon Sep 17 00:00:00 2001
|
||||
From: Milan Crha <mcrha@redhat.com>
|
||||
Date: Tue, 19 Apr 2016 18:50:24 +0200
|
||||
Subject: NTLM auth failure with latest samba
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=765106
|
||||
---
|
||||
libsoup/soup-auth-ntlm.c | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/libsoup/soup-auth-ntlm.c b/libsoup/soup-auth-ntlm.c
|
||||
index 926fd4a..68029ae 100644
|
||||
--- a/libsoup/soup-auth-ntlm.c
|
||||
+++ b/libsoup/soup-auth-ntlm.c
|
||||
@@ -359,6 +359,7 @@ soup_auth_ntlm_update_connection (SoupConnectionAuth *auth, SoupMessage *msg,
|
||||
conn->state = SOUP_NTLM_SSO_FAILED;
|
||||
success = FALSE;
|
||||
} else if (!g_ascii_strcasecmp (response, "PW")) {
|
||||
+ conn->state = SOUP_NTLM_SSO_FAILED;
|
||||
priv->sso_available = FALSE;
|
||||
g_free (response);
|
||||
} else {
|
||||
@@ -489,7 +490,7 @@ soup_auth_ntlm_get_connection_authorization (SoupConnectionAuth *auth,
|
||||
priv->sso_available = FALSE;
|
||||
}
|
||||
} else {
|
||||
- g_warning ("NTLM single-sign-on using %s failed", NTLM_AUTH);
|
||||
+ g_debug ("NTLM single-sign-on using %s failed", NTLM_AUTH);
|
||||
}
|
||||
}
|
||||
/* If NTLM single-sign-on fails, go back to original
|
||||
@@ -525,7 +526,7 @@ soup_auth_ntlm_get_connection_authorization (SoupConnectionAuth *auth,
|
||||
#ifdef USE_NTLM_AUTH
|
||||
case SOUP_NTLM_SSO_FAILED:
|
||||
/* Restart request without SSO */
|
||||
- g_warning ("NTLM single-sign-on by using %s failed", NTLM_AUTH);
|
||||
+ g_debug ("NTLM single-sign-on by using %s failed", NTLM_AUTH);
|
||||
priv->sso_available = FALSE;
|
||||
header = soup_ntlm_request ();
|
||||
conn->state = SOUP_NTLM_SENT_REQUEST;
|
||||
--
|
||||
cgit v0.12
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 12:55:08 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.54.1:
|
||||
+ Fixed an ABI break in 2.54.0 caused by adding a member to
|
||||
SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and
|
||||
earlier, but NOT with the anomalous 2.54.0. If you built
|
||||
packages against 2.54.0, you will need to rebuild them against
|
||||
2.54.1.
|
||||
+ Fixed NTLM authentication when ntlm_auth from the latest
|
||||
version of Samba is present (bgo#765106).
|
||||
+ Updates to MSVC build, including for GSS-API support.
|
||||
+ Updated translations.
|
||||
- Drop libsoup-auth-ntlm-fix.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 17:02:56 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,13 +20,11 @@ Name: libsoup
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.54.0.1
|
||||
Version: 2.54.1
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM libsoup-auth-ntlm-fix.patch boo#976110 bgo#765106 zaitor@opensuse.org -- Fix NTLM auth failure with latest samba
|
||||
Patch0: libsoup-auth-ntlm-fix.patch
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: glib2-devel >= 2.38.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -122,7 +120,6 @@ Features:
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user