Re: [Pharo-dev] Verifying Ubuntu downloads

2014-05-08 Thread Damien Cassou
On Thu, May 8, 2014 at 7:46 PM, Sean P. DeNigris wrote: > Did it finally work or did you get tired of beta testing? ;) ok, I've just tried. This instruction NBMacShell run: 'md5 "', self fullName, '" > "', tmpFile fullName, '"'. returns 32512 and does not write anything in tmpFile. I'm on

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-05-08 Thread Sean P. DeNigris
Damien Cassou wrote > nope, still same problem Did it finally work or did you get tired of beta testing? ;) - Cheers, Sean -- View this message in context: http://forum.world.st/Verifying-Ubuntu-downloads-tp4754637p4758361.html Sent from the Pharo Smalltalk Developers mailing list archive

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-24 Thread Sean P. DeNigris
Sean P. DeNigris wrote > I will push to sthub tomorrow morning. Done. You should now be able to insert and verify your own file into the following: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'Superuser'; configuration; loadStable. "#inform: success or signal a

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-23 Thread Sean P. DeNigris
Damien Cassou wrote > nope, still same problem Of course because I forgot to push the new config :/ Thanks for beta testing! Now, with Dale's advice on how to disable the package cache when simulating a load from the user's perspective before publishing a config (http://forum.world.st/Disabling-pa

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-23 Thread Damien Cassou
On Tue, Apr 22, 2014 at 2:04 AM, Sean P. DeNigris wrote: > Arg... forgot to specify a dependent package. Uploading a new config now... > should work... nope, still same problem -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another wit

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-21 Thread Sean P. DeNigris
On Apr 21, 2014, at 3:36 PM, Damien Cassou [via Smalltalk] wrote: > Your code sends #newTempFile but that doesn't exist. Arg… forgot to specify a dependent package. Uploading a new config now… should work… - Cheers, Sean -- View this message in context: http://forum.world.st/Verifying-U

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-21 Thread Damien Cassou
On Tue, Apr 15, 2014 at 3:22 AM, Sean P. DeNigris wrote: > After heartbleed, I've become more security-conscious/paranoid than usual. > Here's a little snippet that compares a downloaded Ubuntu iso file to the > MD5 provided via SSL by Ubuntu. Not foolproof, but more peace of mind than > crossing

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-15 Thread Sergi Reyner
2014-04-15 2:22 GMT+01:00 Sean P. DeNigris : > After heartbleed, I've become more security-conscious/paranoid than usual. > Here's a little snippet that compares a downloaded Ubuntu iso file to the > MD5 provided via SSL by Ubuntu. Not foolproof, but more peace of mind than > crossing fingers and

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-15 Thread Nicolas Petton
Damien Cassou writes: > On Tue, Apr 15, 2014 at 3:22 AM, Sean P. DeNigris > wrote: >> After heartbleed, I've become more security-conscious/paranoid than usual. >> Here's a little snippet that compares a downloaded Ubuntu iso file to the >> MD5 provided via SSL by Ubuntu. Not foolproof, but mor

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-15 Thread Damien Cassou
On Tue, Apr 15, 2014 at 3:22 AM, Sean P. DeNigris wrote: > After heartbleed, I've become more security-conscious/paranoid than usual. > Here's a little snippet that compares a downloaded Ubuntu iso file to the > MD5 provided via SSL by Ubuntu. Not foolproof, but more peace of mind than > crossing

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-14 Thread Sean P. DeNigris
Sean P. DeNigris wrote > SuUbuntuHash verify: 'ubuntu-12.04.4-desktop-amd64.iso' asFileReference. Here's a corresponding version for Debian. It's not complete yet. Assuming SHA512SUMS and SHA512SUMS.sign are in the same directory, it will verify SHA512SUMS, and then verify SHA512SUMS.sign against

[Pharo-dev] Verifying Ubuntu downloads

2014-04-14 Thread Sean P. DeNigris
After heartbleed, I've become more security-conscious/paranoid than usual. Here's a little snippet that compares a downloaded Ubuntu iso file to the MD5 provided via SSL by Ubuntu. Not foolproof, but more peace of mind than crossing fingers and hoping for the best on the unsecured http mirrors...