Bug 442069 - curl isn't built with GSSAPI Negotiate support
Summary: curl isn't built with GSSAPI Negotiate support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: curl
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-11 15:36 UTC by Rob Crittenden
Modified: 2013-07-02 23:28 UTC (History)
1 user (show)

Fixed In Version: 7.17.1-3.fc8
Clone Of:
Environment:
Last Closed: 2008-04-17 03:56:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rob Crittenden 2008-04-11 15:36:11 UTC
curl on F-8 isn't built with GSSAPI Negotiate support. This is a regression from
Fedora 7.

GSSAPI support is enabled in %configure but the lack of libraries causes it to
not get configured. I did a test and added krb5-devel to BuildRequires and that
was enough to get negotiate working in a mock build.

Here is my change:

diff -u -r1.63 curl.spec
--- curl.spec   22 Jan 2008 12:28:04 -0000      1.63
+++ curl.spec   11 Apr 2008 15:35:14 -0000
@@ -18,6 +18,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel
 BuildRequires: nss-devel >= 3.11.7-7
+BuildRequires: krb5-devel
 
 %description
 cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,

Comment 1 Jindrich Novy 2008-04-14 06:25:06 UTC
Applied. Thanks.

Comment 2 Fedora Update System 2008-04-14 10:18:23 UTC
curl-7.17.1-3.fc8 has been submitted as an update for Fedora 8

Comment 3 Fedora Update System 2008-04-17 03:55:59 UTC
curl-7.17.1-3.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2008-06-19 06:11:53 UTC
curl-7.18.2-1.fc8 has been submitted as an update for Fedora 8

Comment 5 Fedora Update System 2008-06-20 19:11:20 UTC
curl-7.18.2-1.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.