Closed Bug 667325 Opened 13 years ago Closed 12 years ago

Open correct libgssapi library version on OpenBSD

Categories

(Core :: Security, defect)

x86
OpenBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla12

People

(Reporter: gaston, Assigned: gaston)

Details

Attachments

(1 file, 1 obsolete file)

Attached patch Try to open libgssapi.so (obsolete) — Splinter Review
Aftre leeengthy bikeshedding in https://bugzilla.mozilla.org/show_bug.cgi?id=650772, here's a patch to open the correct library on OpenBSD, where libgssapi.so.5.0 is present, and the loader will open it if asked for libgssapi.so. Not sure the component is the good one for extensions/auth subdir..
Attachment #542045 - Flags: review?(kaie)
Attachment #542045 - Attachment is patch: true
Erm... kai, ping ? we've been shipping this patch for ages.
Assignee: nobody → landry
Attachment #542045 - Attachment is obsolete: true
Attachment #592426 - Flags: review?(dmose)
Attachment #542045 - Flags: review?(kaie)
Forgot to say it's a new patch against m-c, previous didn't apply.
Comment on attachment 592426 [details] [diff] [review]
Open libgssapi.so for OpenBSD

Reassing on ludo's advice...
Attachment #592426 - Flags: review?(dmose) → review?(khuey)
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/e676b8f86ab1
Status: NEW → ASSIGNED
Keywords: checkin-needed
Target Milestone: --- → mozilla12
Version: unspecified → Trunk
Comment on attachment 592426 [details] [diff] [review]
Open libgssapi.so for OpenBSD

Also:
>         const char *const verLibNames[] = {
>             "libgssapi_krb5.so.2", /* MIT - FC, Suse10, Debian */
>             "libgssapi.so.4",      /* Heimdal - Suse10, MDK */
>-            "libgssapi.so.1"       /* Heimdal - Suse9, CITI - FC, MDK, Suse10*/
>+            "libgssapi.so.1",       /* Heimdal - Suse9, CITI - FC, MDK, Suse10*/
...before landing, I removed this----^ extra space character to keep these comments aligned after the patch's comma-insertion.
ah, thanks... i was pretty sure having tried to keep the aligment, but seems i failed :)
https://hg.mozilla.org/mozilla-central/rev/e676b8f86ab1
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: