Package: golang-github-hashicorp-go-sockaddr / 0.0~git20170627.41949a1+ds-2

Metadata

Package Version Patches format
golang-github-hashicorp-go-sockaddr 0.0~git20170627.41949a1+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 Avoid consul dependency.patch | (download)

sockaddrs_test.go | 32 30 + 2 - 0 !
1 file changed, 30 insertions(+), 2 deletions(-)

 avoid consul dependency
 Embed the SeedMathRand function, to avoid creating a circular dependency with
 consul. Taken from https://github.com/hashicorp/consul/blob/master/lib/rand.go
 Same author and copyright as the rest of the code.

02 Disable MacOS test.patch | (download)

ifaddrs_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 a silly test that only works on computers with a specific network
 configuration.

03 Disable failing test.patch | (download)

ifaddrs_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test that fails when there are multiple interfaces with ipv4
 and IPv6 addresses. Seems like the test could not pass, but intent is not
 clear.