Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21688 - New release of OpenAFS available
Summary: New release of OpenAFS available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://www.openafs.org
Whiteboard:
Keywords:
: 21689 21832 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-25 19:30 UTC by Ian
Modified: 2003-08-02 16:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new .ebuild for OpenAFS 1.2.9 (openafs-1.2.9.ebuild,2.73 KB, text/plain)
2003-06-29 08:56 UTC, Bernhard Schmidt
Details
Proposed patch to init-script (afs.diff,1.63 KB, patch)
2003-08-02 16:08 UTC, Bernhard Schmidt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian 2003-05-25 19:30:55 UTC
OpenAFS is now at version 1.2.9
Comment 1 Bernhard Schmidt 2003-06-29 08:51:14 UTC
Version bump to OpenAFS 1.2.9

This also fixes the bug mentioned in

PACKAGE : openafs
SUMMARY : cryptographic weakness in Kerberos v4
DATE : 2003-03-30 15:50 UTC
EXPLOIT : remote
VERSIONS AFFECTED : <1.3.2-r1
FIXED VERSION : >=1.3.2-r1
CVE : CAN-2003-0139

Since 1.3.2-r1 is not compilable for most users I'd suggest masking 1.3.2-r1 again and use 1.2.9 as current unmasked version.

This would fix most openafs-related bugs in Gentoo.
Comment 2 Bernhard Schmidt 2003-06-29 08:56:14 UTC
Created attachment 13995 [details]
new .ebuild for OpenAFS 1.2.9
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-02 13:46:04 UTC
*** Bug 21832 has been marked as a duplicate of this bug. ***
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-02 13:49:57 UTC
added to portage (after some cleaning up thanks to  Steven Jenkins <steven.jenkins@ieee.org>
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-02 13:50:17 UTC
*** Bug 21689 has been marked as a duplicate of this bug. ***
Comment 6 Bernhard Schmidt 2003-08-02 16:07:39 UTC
Thanks, works great.

I've made some changes to the init-script, works fine here but definitely needs more testing.

Changes:
 - Instead of dying instantly when no ext2 cache partition is available it only exits when the option "-memcache" is also omitted.

 - Recreates mountpoint /afs if it does not exist (e.g. after re-emerging)

 - Reorder in init-script, first start server then check for cache partition.

 - Made error messages easier to understand ("Error loading AFS module" instead of "Error loading AFS client" when loading of the kernel module fails)

There is still one carveat that failures starting client would flag the whole AFS thing (including server and kernel module) as not-started in the init-system, but I do not have an idea how to fix this besides using three scripts (module, server, client (cache manager)).
Comment 7 Bernhard Schmidt 2003-08-02 16:08:54 UTC
Created attachment 15398 [details, diff]
Proposed patch to init-script

Proposed patch for portage/net-fs/openafs/files/afs.rc.rc6