Re: RFC: [PATCH] Simplify installed.db format

2006-03-16 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: Hi, The current format for installed.db is (except the first line) PKG-NAME TARBALL-NAME 0 which setup tries to parse as package-name filename filesize src-filename srcsize (with src-filename and srcsize never

Re: RFC: [PATCH] Simplify installed.db format

2006-03-16 Thread Igor Peshansky
On Thu, 16 Mar 2006, Max Bowsher wrote: Igor Peshansky wrote: Hi, The current format for installed.db is (except the first line) PKG-NAME TARBALL-NAME 0 which setup tries to parse as package-name filename filesize src-filename srcsize (with src-filename and srcsize never

Re: RFC: [PATCH] Simplify installed.db format (take 3)

2006-03-09 Thread Igor Peshansky
On Mon, 23 Jan 2006, Igor Peshansky wrote: : The attached patch fixes the parsing of installed.db package lines. : Comments welcome. : : 2006-01-23 Igor Peshansky [EMAIL PROTECTED] : :* cygpackage.h (filesize): Remove unused field. :(cygpackage::createInstance): Ditto. :

Re: RFC: [PATCH] Simplify installed.db format (take 3)

2006-01-31 Thread Igor Peshansky
On Mon, 23 Jan 2006, Igor Peshansky wrote: : On Sun, 22 Jan 2006, Igor Peshansky wrote: : The attached patch fixes the parsing of installed.db package lines. : Comments welcome. : : 2006-01-23 Igor Peshansky [EMAIL PROTECTED] : : * cygpackage.h (filesize): Remove

Re: RFC: [PATCH] Simplify installed.db format (take 3)

2006-01-25 Thread Christopher Faylor
On Mon, Jan 23, 2006 at 10:08:32AM -0500, Igor Peshansky wrote: On Mon, 23 Jan 2006, Buzz wrote: Op Sun, 22 Jan 2006 23:28:04 -0500 (EST) schreef Igor Peshansky in Pine.GSO.4.63.0601222324410.18707ataccess1.cims.nyu.edu: : On Sun, 22 Jan 2006, Igor Peshansky wrote: : The attached patch

Re: RFC: [PATCH] Simplify installed.db format (take 3)

2006-01-25 Thread Igor Peshansky
On Wed, 25 Jan 2006, Christopher Faylor wrote: : On Sun, 22 Jan 2006, Igor Peshansky wrote: : The attached patch fixes the parsing of installed.db package lines. : Comments welcome. Will this require a change to cygcheck also? No. Cygcheck already looks only at the first two

Re: RFC: [PATCH] Simplify installed.db format (take 3)

2006-01-23 Thread Igor Peshansky
On Mon, 23 Jan 2006, Buzz wrote: Op Sun, 22 Jan 2006 23:28:04 -0500 (EST) schreef Igor Peshansky in Pine.GSO.4.63.0601222324410.18707ataccess1.cims.nyu.edu: : On Sun, 22 Jan 2006, Igor Peshansky wrote: : The attached patch fixes the parsing of installed.db package lines. : Comments

Re: RFC: [PATCH] Simplify installed.db format

2006-01-22 Thread Igor Peshansky
On Sun, 22 Jan 2006, Igor Peshansky wrote: The attached patch fixes the parsing of installed.db package lines. Comments welcome. Oops. That patch was from an outdated diff, please use the attached patch instead. Sorry for the confusion. The updated ChangeLog is below. Igor

Re: RFC: [PATCH] Simplify installed.db format

2006-01-22 Thread Buzz
Op Sun, 22 Jan 2006 23:28:04 -0500 (EST) schreef Igor Peshansky in Pine.GSO.4.63.0601222324410.18707ataccess1.cims.nyu.edu: : On Sun, 22 Jan 2006, Igor Peshansky wrote: : The attached patch fixes the parsing of installed.db package lines. : Comments welcome. + sscanf (line,

RFC: [PATCH] Simplify installed.db format

2006-01-21 Thread Igor Peshansky
Hi, The current format for installed.db is (except the first line) PKG-NAME TARBALL-NAME 0 which setup tries to parse as package-name filename filesize src-filename srcsize (with src-filename and srcsize never used, and the filesize field never accessed). I propose to remove the unused