Hi Pieter, On Fri, Nov 10, 2017 at 12:18:30AM +0100, PiBa-NL wrote: > Hi Willy, List, > > Is it correct that when i build a haproxy-ss-20171017 snapshot that the > version still shows up as: > "HAProxy version 1.7.9, released 2017/08/18" > on both haproxy -vv and stats page.? > > Or did i do it wrong?
I just checked the contents and its OK. I think we have something wrong on the script which generates the snapshots. The git version and the date are normally updated on the fly by git when building the archive, thanks to attributes. I'm not seeing the attribute file anymore in the repository so it's possible we've lost it during the last server migration, I'll take care of it. Thanks for the report. > p.s. I changed the Makefile like this: > PORTNAME= haproxy-ss > PORTVERSION= 20171017 > CATEGORIES= net www > MASTER_SITES= http://www.haproxy.org/download/1.7/src/snapshot/ > > And then ran: > make clean build install NO_CHECKSUM=yes > > Which did 'seem' to download the 'intended?' file.. I don't know these files above, they're probably related to your system, but in the snapshot file I'm clearly seeing that this is wrong : bash-4.2$ cd haproxy-ss-20171017/ bash-4.2$ cat SUBVERS -$Format:%h$ bash-4.2$ cat VERDATE $Format:%ci$ 2017/08/18 Normally these ones are changed on the fly by git-archive. Don't worry, the problem is on our side :-) Thanks for reporting this, Willy

