stackbuilder - wizard: Verify the MD5 checksums of files following

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: stackbuilder - wizard: Verify the MD5 checksums of files following
Date: 2007-03-24 20:58:05
Message-ID: 20070324205805.27C02216EE9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Verify the MD5 checksums of files following download. Upon failure, tell the user, delete the file and bail out so they can try again.

In addition, use the checksum to verify existing files in the download directory. When attempting to get a unique filename, if the name we generate exists, MD5sum it. If it matches, then just use that file. If it doesn't, move to the next filename and try again. If we get a name that hasn't been used before, then we obviously need to download.

Modified Files:
--------------
wizard:
App.cpp (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.4&r2=1.5)
StackBuilder.vcproj (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.vcproj.diff?r1=1.1&r2=1.2)
wizard/include:
App.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/App.h.diff?r1=1.3&r2=1.4)

Added Files:
-----------
wizard:
MD5.cpp (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/MD5.cpp?rev=1.1&content-type=text/x-cvsweb-markup)
wizard/include:
MD5.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/MD5.h?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-24 21:46:23 pgsql: Document that LDAP URLs should be double-quoted in pg_hba.conf
Previous Message User Okbob 2007-03-24 19:10:01 plpsm - plpgpsm: forgotten symbol fix