/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build1/All/getdns-0.9.0_2.txz vs.
/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build2/All/getdns-0.9.0_2.txz
getdns-0.9.0_2.txz-content
+MANIFEST
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 {"name":​"getdns",​"origin":​"dns/​getdns",​"version":​"0.​9.​0_2",​"comment":​"Modern·​asynchronous·​DNS·​API",​"maintainer":​"zi@FreeBSD.​org",​"www":​"http:​/​/​getdnsapi.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​1354587,​"licenselogic":​"single",​"licenses":​["BSD3CLAUSE"],​"desc":​"getdns·​is·​a·​modern·​asynchronous·​DNS·​API.​\n\nIt·​implements·​DNS·​entry·​points·​from·​a·​design·​developed·​and·​vetted·​by·​application\ndevelope​rs,​·​in·​an·​API·​specification·​edited·​by·​Paul·​Hoffman.​·​With·​the·​development\nof·​this·​API,​·​we·​intend·​to·​offer·​application·​developers·​a·​modernized·​and·​flexible\nway·​to·​access·​DNS·​security·​(DNSSEC)​·​and·​other·​powerful·​new·​DNS·​features;​\na·​particular·​hope·​is·​to·​inspire·​application·​developers·​towards·​innovative\nsecurity·​solutions·​in·​their·​applications.​\n\nWWW:​·​http:​/​/​getdnsapi.​net/​",​"deps":​{"expat":​{"origin":​"textproc/​expat2",​"version":​"2.​1.​0_3"},​"unbound":​{"origin":​"dns/​unbound",​"version":​"1.​5.​8"},​"ldns":​{"origin":​"dns/​ldns",​"version":​"1.​6.​17_5"},​"libidn":​{"origin":​"dns/​libidn",​"v·​✂1 {"name":​"getdns",​"origin":​"dns/​getdns",​"version":​"0.​9.​0_2",​"comment":​"Modern·​asynchronous·​DNS·​API",​"maintainer":​"zi@FreeBSD.​org",​"www":​"http:​/​/​getdnsapi.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​1354587,​"licenselogic":​"single",​"licenses":​["BSD3CLAUSE"],​"desc":​"getdns·​is·​a·​modern·​asynchronous·​DNS·​API.​\n\nIt·​implements·​DNS·​entry·​points·​from·​a·​design·​developed·​and·​vetted·​by·​application\ndevelope​rs,​·​in·​an·​API·​specification·​edited·​by·​Paul·​Hoffman.​·​With·​the·​development\nof·​this·​API,​·​we·​intend·​to·​offer·​application·​developers·​a·​modernized·​and·​flexible\nway·​to·​access·​DNS·​security·​(DNSSEC)​·​and·​other·​powerful·​new·​DNS·​features;​\na·​particular·​hope·​is·​to·​inspire·​application·​developers·​towards·​innovative\nsecurity·​solutions·​in·​their·​applications.​\n\nWWW:​·​http:​/​/​getdnsapi.​net/​",​"deps":​{"expat":​{"origin":​"textproc/​expat2",​"version":​"2.​1.​0_3"},​"unbound":​{"origin":​"dns/​unbound",​"version":​"1.​5.​8"},​"ldns":​{"origin":​"dns/​ldns",​"version":​"1.​6.​17_5"},​"libidn":​{"origin":​"dns/​libidn",​"v·​✂
/usr/local/include/getdns/getdns.h
Offset 40, 15 lines modifiedOffset 40, 15 lines modified
40 #include·​<stdlib.​h>40 #include·​<stdlib.​h>
41 #include·​<time.​h>41 #include·​<time.​h>
  
42 #ifdef·​__cplusplus42 #ifdef·​__cplusplus
43 extern·​"C"·​{43 extern·​"C"·​{
44 #endif44 #endif
  
45 #define·​GETDNS_COMPILATION_CO​MMENT·​"getdns·​0.​9.​0·​configured·​on·​2016-​06-​10T09:​28:​00Z·​for·​the·​December·​2015·​version·​of·​the·​API"45 #define·​GETDNS_COMPILATION_CO​MMENT·​"getdns·​0.​9.​0·​configured·​on·​2016-​06-​11T22:​46:​56Z·​for·​the·​December·​2015·​version·​of·​the·​API"
  
46 /​*·​Return·​values·​*/​46 /​*·​Return·​values·​*/​
47 typedef·​enum·​getdns_return_t·​{47 typedef·​enum·​getdns_return_t·​{
48 »       ​GETDNS_RETURN_GOOD·​=·​0,​48 »       ​GETDNS_RETURN_GOOD·​=·​0,​
49 »       ​GETDNS_RETURN_GENERIC​_ERROR·​=·​1,​49 »       ​GETDNS_RETURN_GENERIC​_ERROR·​=·​1,​
50 »       ​GETDNS_RETURN_BAD_DOM​AIN_NAME·​=·​300,​50 »       ​GETDNS_RETURN_BAD_DOM​AIN_NAME·​=·​300,​
51 »       ​GETDNS_RETURN_BAD_CON​TEXT·​=·​301,​51 »       ​GETDNS_RETURN_BAD_CON​TEXT·​=·​301,​