From a598d91de6156bdff686a25d56dc4cf5b1f0388d Mon Sep 17 00:00:00 2001 From: Georgy Berdyshev Date: Sun, 27 Jan 2019 05:32:23 +0100 Subject: [PATCH 1/4] Updated to SabreDAV 3.0.9 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 00b86ea3..a7534d50 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ HBS := $(shell find lib/template/ -name "*.hbs") JS := $(shell find lib/ -name "*.js") -SABRE_DAV_VERSION=2.1.11 -SABRE_DAV_RELEASE=sabredav-$(SABRE_DAV_VERSION) +SABRE_DAV_VERSION=3.0.9 +SABRE_DAV_RELEASE=$(SABRE_DAV_VERSION) SABRE_DAV_ZIPBALL=$(SABRE_DAV_RELEASE).zip dav.zip: dav.js dav.min.js dav.js.map @@ -55,5 +55,5 @@ test/integration/server/SabreDAV: SabreDAV cd test/integration/server/SabreDAV && cp ../calendarserver.php calendarserver.php SabreDAV: - wget -O $(SABRE_DAV_ZIPBALL) https://github.com/sabre-io/dav/releases/download/$(SABRE_DAV_VERSION)/$(SABRE_DAV_ZIPBALL) + wget -O $(SABRE_DAV_ZIPBALL) https://github.com/sabre-io/dav/archive/$(SABRE_DAV_ZIPBALL) unzip -q $(SABRE_DAV_ZIPBALL) From 81aea1b6cf73722a7591360d4c70013cdff1f620 Mon Sep 17 00:00:00 2001 From: Georgy Berdyshev Date: Sun, 27 Jan 2019 05:37:55 +0100 Subject: [PATCH 2/4] Update directory name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7534d50..8111e05b 100644 --- a/Makefile +++ b/Makefile @@ -56,4 +56,4 @@ test/integration/server/SabreDAV: SabreDAV SabreDAV: wget -O $(SABRE_DAV_ZIPBALL) https://github.com/sabre-io/dav/archive/$(SABRE_DAV_ZIPBALL) - unzip -q $(SABRE_DAV_ZIPBALL) + unzip -q dav-$(SABRE_DAV_ZIPBALL) From 83fe3baeacc08e9e91717a40fb429187abff7f1d Mon Sep 17 00:00:00 2001 From: Georgy Berdyshev Date: Sun, 27 Jan 2019 05:42:06 +0100 Subject: [PATCH 3/4] Rename to SabreDAV. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8111e05b..5390efef 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,4 @@ test/integration/server/SabreDAV: SabreDAV SabreDAV: wget -O $(SABRE_DAV_ZIPBALL) https://github.com/sabre-io/dav/archive/$(SABRE_DAV_ZIPBALL) unzip -q dav-$(SABRE_DAV_ZIPBALL) + mv dav-$(SABRE_DAV_VERSION) SabreDAV From 3fac51c2913274044bb2f7489988b476dbd02323 Mon Sep 17 00:00:00 2001 From: Georgy Berdyshev Date: Sun, 27 Jan 2019 05:45:28 +0100 Subject: [PATCH 4/4] Fix archive name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5390efef..6c2a93af 100644 --- a/Makefile +++ b/Makefile @@ -56,5 +56,5 @@ test/integration/server/SabreDAV: SabreDAV SabreDAV: wget -O $(SABRE_DAV_ZIPBALL) https://github.com/sabre-io/dav/archive/$(SABRE_DAV_ZIPBALL) - unzip -q dav-$(SABRE_DAV_ZIPBALL) + unzip -q $(SABRE_DAV_ZIPBALL) mv dav-$(SABRE_DAV_VERSION) SabreDAV