(Illustration by Gaich Muramatsu)
On Wed, Apr 11, 2007 at 02:06:02PM -0400, Greg Troxel wrote: > pkgsrc complained about this when I went to update. > > (I as about to write that there was a bad link; the download page showed > 2.4 but the fetch failed. I tried 2.5 and it worked and it dawned on me > that perhaps I looked exactly at release time.) Yeah, the flurry of activity over the past two days was to pull a couple of last minute changes, bump the version numbers and add tags. The source tarballs are already on ftp.coda, still have to move the rpms and debian packages over, but I just finished going over the changes for an announcement. > Index: secure/gen_testvectors.sh > =================================================================== > RCS file: /coda-src/rpc2/secure/gen_testvectors.sh,v > retrieving revision 1.1 > diff -u -p -r1.1 gen_testvectors.sh > --- secure/gen_testvectors.sh 23 Mar 2006 19:30:54 -0000 1.1 > +++ secure/gen_testvectors.sh 11 Apr 2007 18:04:48 -0000 > @@ -48,7 +48,7 @@ vectors () { > keysize=0 > cat $file | sed 's/\r//' | while read key value > do > - if [ "$key" == KEYSIZE -a "$value" != "$keysize" ] ; then > + if [ "$key" = KEYSIZE -a "$value" != "$keysize" ] ; then > I=0 > keysize="$value" Hmm, I guess since everything is already tagged and the sources are on ftp.coda this will have to wait in the next release, which hopefully will be a bit faster. There are some remaining problems when I tried to enable the lua functionality in the rpm build as well. I don't want to stall this release any longer. It's been stuck for long enough on a bunch of "if I just finish this one thing it should be done" branches that simply are not ready yet. JanReceived on 2007-04-11 14:27:10