From 8ebbd8cd4ee6cb3982f471571017758e62f6bff1 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Mon, 19 Aug 2019 21:11:02 -0400 Subject: [PATCH] yggdrasil: bump to 0.3.7 Signed-off-by: William Fleurant --- net/yggdrasil/Makefile | 6 ++--- net/yggdrasil/patches/001-aqua-de-coco.patch | 27 -------------------- 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 net/yggdrasil/patches/001-aqua-de-coco.patch diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 27c218f447..f6f25e2a43 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil -PKG_VERSION:=0.3.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.3.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=dc1699064319f19a64ac57bac366a15d718008fdb75ef03bf4252d3552dff4eb +PKG_HASH:=a0fc98f7d479fb44943fe85f223fbd9c5de529baa6f66887e37e904117e18a6a PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-go-$(PKG_VERSION) PKG_MAINTAINER:=William Fleurant diff --git a/net/yggdrasil/patches/001-aqua-de-coco.patch b/net/yggdrasil/patches/001-aqua-de-coco.patch deleted file mode 100644 index 896cb61720..0000000000 --- a/net/yggdrasil/patches/001-aqua-de-coco.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/go.mod b/go.mod -index 84025df..7b82066 100644 ---- a/go.mod -+++ b/go.mod -@@ -8,7 +8,7 @@ require ( - github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0 - github.com/mitchellh/mapstructure v1.1.2 - github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 -- github.com/yggdrasil-network/water v0.0.0-20190725123504-a16161896c34 -+ github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8 - golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 - golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 - golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 -diff --git a/go.sum b/go.sum -index 81d337e..0c35f1c 100644 ---- a/go.sum -+++ b/go.sum -@@ -22,6 +22,8 @@ github.com/yggdrasil-network/water v0.0.0-20190725073841-250edb919f8a h1:mQ0mPD+ - github.com/yggdrasil-network/water v0.0.0-20190725073841-250edb919f8a/go.mod h1:R0SBCsugm+Sf1katgTb2t7GXMm+nRIv43tM4VDZbaOs= - github.com/yggdrasil-network/water v0.0.0-20190725123504-a16161896c34 h1:Qh5FE+Q5iGqpmR/FPMYHuoZLN921au/nxAlmKe+Hdbo= - github.com/yggdrasil-network/water v0.0.0-20190725123504-a16161896c34/go.mod h1:R0SBCsugm+Sf1katgTb2t7GXMm+nRIv43tM4VDZbaOs= -+github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8 h1:YY9Pg2BEp0jeUVU60svTOaDr+fs1ySC9RbdC1Qc6wOw= -+github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8/go.mod h1:R0SBCsugm+Sf1katgTb2t7GXMm+nRIv43tM4VDZbaOs= - golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 h1:mKdxBk7AujPs8kU4m80U72y/zjbZ3UcXC7dClwKbUI0= - golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= - golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= - -- 2.30.2