[gmodconfig-devel] Using XSA to check for kernel modules updates
Status: Beta
Brought to you by:
borto
|
From: Cyril B. <bo...@us...> - 2003-02-23 19:09:07
|
One of the goals of gmodconfig is to let users check if new versions of a kernel module are available. That information would appear to the user in the "Updates" tab (not yet implemented). To achieve this, I'm thinking about using XSA: http://www.garshol.priv.no/download/xsa/ Here's how it could work: - A kernel module author creates an XSA file that contains informations about the latest release of his kernel module. I have a simple GUI in mind that I can add to gmodconfig. - The author publishes this XSA file on a website and stores the URL to that file into the "module description" XML file (I'm referring here to the XML file that has parameter descriptions with translations etc... see for example ov511.xml in gmodconfig's tarball or in CVS). - A user starts gmodconfig, clicks on a module, looks at the "Updates" tab. gmodconfig then retrieves the XSA file and displays the informations in the tab. - When a new release is available, the kernel module author just updates the XSA file. Any comments? Cyril |