[getdns-users] getdns 0.5.0 release candidate
Hollenbeck, Scott
shollenbeck at verisign.com
Thu Oct 29 14:56:26 UTC 2015
> -----Original Message-----
> From: Users [mailto:users-bounces at getdnsapi.net] On Behalf Of Willem
> Toorop
> Sent: Thursday, October 29, 2015 10:40 AM
> To: users at getdnsapi.net
> Subject: Re: [getdns-users] getdns 0.5.0 release candidate
>
> Op 29-10-15 om 15:06 schreef Hollenbeck, Scott:
> >> -----Original Message-----
> >> From: Users [mailto:users-bounces at getdnsapi.net] On Behalf Of
> >> Visweswaran, Gowri
> >> Sent: Thursday, October 29, 2015 9:33 AM
> >> To: libgetdns users list
> >> Subject: Re: [getdns-users] getdns 0.5.0 release candidate
> >>
> >> https://github.com/getdnsapi/getdns/compare/v0.3.0...v0.5.0
> >
> > Understood, but I'm still not sure of what broke when I rebuilt
> getdns. Here's what I did:
> >
> > $ git pull
> > $ git checkout v0.5.0 (git status shows "On branch v0.5.0")
> > $ make clean
> > $ libtoolize -ci
> > $ autoreconf -fi
> > $ ./configure --enable-draft-edns-cookies --enable-tcp-fastopen
> > $ make
> > $ sudo make install
> >
> > ...and what I see in getdns_extra.h says GETDNS_VERSION "0.3.3".
>
> Hi Scott,
>
> That is strange. What do you see if you do:
>
> grep VERSION src/getdns/getdns_extra.h
>
> I see:
>
> #define GETDNS_VERSION "0.5.0rc1"
> #define GETDNS_NUMERIC_VERSION 0x00040001
> #define GETDNS_API_VERSION "October 2015"
> #define GETDNS_API_NUMERIC_VERSION 0x07df0a00
Here's what I see:
sah62 at sah-vb:~/projects/getdns$ grep VERSION src/getdns/getdns_extra.h
#define GETDNS_VERSION "0.3.3"
#define GETDNS_NUMERIC_VERSION 0x00030300
#define GETDNS_API_VERSION "July 2015"
#define GETDNS_API_NUMERIC_VERSION 0x07df0700
sah62 at sah-vb:~/projects/getdns$ ls -l src/getdns/getdns_extra.h
-rw-rw-r-- 1 sah62 sah62 13616 Oct 29 10:03 src/getdns/getdns_extra.h
sah62 at sah-vb:~/projects/getdns$
> Where are your include files installed? I see this after make install:
>
> /usr/bin/install -c -m 644 getdns/getdns.h
> /usr/local/include/getdns/getdns.h
> /usr/bin/install -c -m 644 ./getdns/getdns_extra.h
> /usr/local/include/getdns/getdns_extra.h
>
> What do you see if you do
>
> grep VERSION /usr/local/include/getdns/getdns_extra.h
The include files are in /usr/local/include/getdns:
sah62 at sah-vb:~/projects/getdns$ grep VERSION /usr/local/include/getdns/getdns_extra.h
#define GETDNS_VERSION "0.3.3"
#define GETDNS_NUMERIC_VERSION 0x00030300
#define GETDNS_API_VERSION "July 2015"
#define GETDNS_API_NUMERIC_VERSION 0x07df0700
sah62 at sah-vb:~/projects/getdns$ git status
On branch v0.5.0
nothing to commit, working directory clean
sah62 at sah-vb:~/projects/getdns$
Scott
More information about the Users
mailing list