From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF5BD138200 for ; Tue, 13 Aug 2013 05:24:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4D0E0A07; Tue, 13 Aug 2013 05:24:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D870FE0A07 for ; Tue, 13 Aug 2013 05:24:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E18BE33EA96 for ; Tue, 13 Aug 2013 05:24:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 717662171C; Tue, 13 Aug 2013 05:24:47 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-4.1.0.4-neon-build.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-4.1.0.4-neon-build.patch X-VCS-Directories: app-office/libreoffice/files X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130813052447.717662171C@flycatcher.gentoo.org> Date: Tue, 13 Aug 2013 05:24:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 69fa81d1-aaa3-4577-b7fd-d8dd104c3662 X-Archives-Hash: 67fc63d974f015f9b3f7815b8527c2ee patrick 13/08/13 05:24:47 Added: libreoffice-4.1.0.4-neon-build.patch Log: Build fix for neon-0.30 #479604 (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.1 app-office/libreoffice/files/libreoffice-4.1.0.4-neon-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.1.0.4-neon-build.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.1.0.4-neon-build.patch?rev=1.1&content-type=text/plain Index: libreoffice-4.1.0.4-neon-build.patch =================================================================== --- ucb/source/ucp/webdav-neon/NeonSession.cxx +++ ucb/source/ucp/webdav-neon/NeonSession.cxx @@ -228,9 +228,6 @@ } extern "C" int NeonSession_NeonAuth( void * inUserData, -#ifdef NE_FEATURE_SSPI - const char * inAuthProtocol, -#endif const char * inRealm, int attempt, char * inoutUserName, @@ -297,14 +294,6 @@ bool bCanUseSystemCreds = false; -#ifdef NE_FEATURE_SSPI - bCanUseSystemCreds - = (attempt == 0) && // avoid endless loops - ne_has_support( NE_FEATURE_SSPI ) && // Windows-only feature. - ( ( ne_strcasecmp( inAuthProtocol, "NTLM" ) == 0 ) || - ( ne_strcasecmp( inAuthProtocol, "Negotiate" ) == 0 ) ); -#endif - int theRetVal = pListener->authenticate( OUString::createFromAscii( inRealm ), theSession->getHostName(),