[OpenWrt-Devel] [PATCH] routing: Use https instead of git

Alexey Brodkin Alexey.Brodkin at synopsys.com
Wed Feb 15 05:12:46 EST 2017


From: Alexey Brodkin <Alexey.Brodkin at synopsys.com>

On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.

Signed-off-by: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
---
 batmand/Makefile            | 2 +-
 bmx6/Makefile               | 2 +-
 bmx7/Makefile               | 2 +-
 mcproxy/Makefile            | 2 +-
 minimalist-pcproxy/Makefile | 2 +-
 mrd6/Makefile               | 2 +-
 nodogsplash/Makefile        | 2 +-
 ohybridproxy/Makefile       | 2 +-
 vis/Makefile                | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/batmand/Makefile b/batmand/Makefile
index b4ed30171041..425d35594303 100644
--- a/batmand/Makefile
+++ b/batmand/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 PKG_NAME:=batmand
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://git.open-mesh.org/batmand.git
+PKG_SOURCE_URL:=https://git.open-mesh.org/batmand.git
 PKG_REV:=b67a7087b51d7a5e90d27ac39116d1f57257c86e
 PKG_VERSION:=1440
 PKG_RELEASE:=0
diff --git a/bmx6/Makefile b/bmx6/Makefile
index 425c298cde13..52a83addafcc 100644
--- a/bmx6/Makefile
+++ b/bmx6/Makefile
@@ -29,7 +29,7 @@ PKG_NAME:=bmx6
 PKG_SOURCE_PROTO:=git
 
 #PKG_SOURCE_URL:=git://bmx6.net/bmx6.git
-PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
+PKG_SOURCE_URL:=https://github.com/axn/bmx6.git
 
 PKG_REV:=2a87b770d3f9c254e3927dc159e2f425f2e0e83a
 PKG_VERSION:=r2015080701
diff --git a/bmx7/Makefile b/bmx7/Makefile
index 215ec727562c..ef3a0a1c7472 100644
--- a/bmx7/Makefile
+++ b/bmx7/Makefile
@@ -28,7 +28,7 @@ PKG_NAME:=bmx7
 PKG_SOURCE_PROTO:=git
 
 #PKG_SOURCE_URL:=git://bmx6.net/bmx6.git
-PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
+PKG_SOURCE_URL:=https://github.com/axn/bmx6.git
 #PKG_SOURCE_URL:=file:///usr/src/bmx6/bmx6.git
 
 PKG_REV:=589ee21b49d370056a24d8931d663626608f3c12
diff --git a/mcproxy/Makefile b/mcproxy/Makefile
index c155055a0269..d709097d2e9a 100644
--- a/mcproxy/Makefile
+++ b/mcproxy/Makefile
@@ -13,7 +13,7 @@ PKG_VERSION:=2014-12-31-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/mcproxy/mcproxy.git
+PKG_SOURCE_URL:=https://github.com/mcproxy/mcproxy.git
 PKG_MAINTAINER:=Steven Barth <cyrus at openwrt.org>
 PKG_LICENSE:=GPL-2.0+
 
diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile
index 36faa8d802e4..8b8cf24c7bd4 100644
--- a/minimalist-pcproxy/Makefile
+++ b/minimalist-pcproxy/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=2015-01-12-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git
+PKG_SOURCE_URL:=https://github.com/fingon/minimalist-pcproxy.git
 PKG_MAINTAINER:=Markus Stenberg <fingon at iki.fi>
 PKG_LICENSE:=GPL-2.0
 
diff --git a/mrd6/Makefile b/mrd6/Makefile
index a20ea26ab2a1..a617e5e90d0f 100644
--- a/mrd6/Makefile
+++ b/mrd6/Makefile
@@ -13,7 +13,7 @@ PKG_VERSION:=2013-11-30-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/hugosantos/mrd6.git
+PKG_SOURCE_URL:=https://github.com/hugosantos/mrd6.git
 PKG_MAINTAINER:=Steven Barth <cyrus at openwrt.org>
 PKG_LICENSE:=GPL-2.0+
 
diff --git a/nodogsplash/Makefile b/nodogsplash/Makefile
index 971fbac8fe78..edadb8731608 100644
--- a/nodogsplash/Makefile
+++ b/nodogsplash/Makefile
@@ -14,7 +14,7 @@ PKG_RELEASE:=2
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=git://github.com/nodogsplash/nodogsplash.git
+PKG_SOURCE_URL:=https://github.com/nodogsplash/nodogsplash.git
 PKG_SOURCE_VERSION:=485d6dba05cce7a4ed87c28beaaf1199c0f832cf
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_BUILD_PARALLEL:=1
diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile
index 7d88f5d862ec..ea23137f3111 100644
--- a/ohybridproxy/Makefile
+++ b/ohybridproxy/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=2016-06-28-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/sbyx/ohybridproxy.git
+PKG_SOURCE_URL:=https://github.com/sbyx/ohybridproxy.git
 PKG_MAINTAINER:=Steven Barth <cyrus at openwrt.org>
 PKG_LICENSE:=GPL-2.0
 
diff --git a/vis/Makefile b/vis/Makefile
index 316224a39f27..af58f5e00390 100644
--- a/vis/Makefile
+++ b/vis/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=vis
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://git.open-mesh.org/vis.git
+PKG_SOURCE_URL:=https://git.open-mesh.org/vis.git
 PKG_REV:=e141311c6a4fc824efbad536c137ed279905d825
 PKG_VERSION:=1440
 PKG_RELEASE:=0
-- 
2.7.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list