From 0b0241f788ce6d14c7b582634d1b68854dd602ca Mon Sep 17 00:00:00 2001 From: Bairen Yi Date: Thu, 2 Nov 2017 15:10:52 +0800 Subject: [PATCH 1/2] Change git:// to https:// for better security and compatibility --- src/isc-dhcp/Makefile | 2 +- src/supervisor/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/isc-dhcp/Makefile b/src/isc-dhcp/Makefile index 9cacd6cfe5e..d2304876d1c 100644 --- a/src/isc-dhcp/Makefile +++ b/src/isc-dhcp/Makefile @@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : rm -rf ./isc-dhcp # Clone isc-dhcp repo - git clone git://anonscm.debian.org/pkg-dhcp/isc-dhcp.git + git clone https://anonscm.debian.org/cgit/pkg-dhcp/isc-dhcp.git pushd ./isc-dhcp git checkout -f debian/4.3.1-6 popd diff --git a/src/supervisor/Makefile b/src/supervisor/Makefile index 5f06325960b..e418dbdf986 100644 --- a/src/supervisor/Makefile +++ b/src/supervisor/Makefile @@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : rm -rf ./supervisor # Clone isc-dhcp repo - git clone git://github.com/Supervisor/supervisor.git + git clone https://github.com/Supervisor/supervisor.git pushd ./supervisor git checkout -f 3.3.2 From 2d1a3aa11b36e173cfa7f0b69fc72fd38d2bd6a6 Mon Sep 17 00:00:00 2001 From: Bairen Yi Date: Thu, 2 Nov 2017 15:21:59 +0800 Subject: [PATCH 2/2] Update Makefile Fix wrong comment --- src/supervisor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supervisor/Makefile b/src/supervisor/Makefile index e418dbdf986..778903194ff 100644 --- a/src/supervisor/Makefile +++ b/src/supervisor/Makefile @@ -8,7 +8,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : # Remove any stale files rm -rf ./supervisor - # Clone isc-dhcp repo + # Clone supervisor repo git clone https://github.com/Supervisor/supervisor.git pushd ./supervisor git checkout -f 3.3.2