From 3dccee6e76c86b2a7aad259f2c1a71d59b36cbd0 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 8 Oct 2017 09:50:41 +0200 Subject: [PATCH] telephony: replace git:// URIs with https:// equivalents Plain git:// doesn't add security. Use https:// instead. See https://gist.github.com/grawity/4392747. Signed-off-by: Sebastian Kemper --- libs/libsrtp/Makefile | 2 +- libs/libsrtp2/Makefile | 2 +- net/asterisk-chan-dongle/Makefile | 2 +- net/chan-sccp-b/Makefile | 2 +- net/freeswitch-stable-mod-bcg729/Makefile | 2 +- net/rtpproxy/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/libsrtp/Makefile b/libs/libsrtp/Makefile index 3c6f3dc..11a5418 100644 --- a/libs/libsrtp/Makefile +++ b/libs/libsrtp/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://github.com/cisco/libsrtp.git +PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=078c4a5b2a4380dea025998ceea9e0a1e3164d2d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz diff --git a/libs/libsrtp2/Makefile b/libs/libsrtp2/Makefile index 28dcade..42e99d3 100644 --- a/libs/libsrtp2/Makefile +++ b/libs/libsrtp2/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://github.com/cisco/libsrtp.git +PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=12ea269db3e4e9af7ce5de524fe07312fa6e035b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz diff --git a/net/asterisk-chan-dongle/Makefile b/net/asterisk-chan-dongle/Makefile index 1e53e9e..fcb3ab6 100644 --- a/net/asterisk-chan-dongle/Makefile +++ b/net/asterisk-chan-dongle/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.1-20170913 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=git://github.com/wdoekes/asterisk-chan-dongle.git +PKG_SOURCE_URL:=https://github.com/wdoekes/asterisk-chan-dongle.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=4ef5ad7eea7245a031101875be08b924aa1e151b PKG_SOURCE_PROTO:=git diff --git a/net/chan-sccp-b/Makefile b/net/chan-sccp-b/Makefile index fcb04e3..027c15c 100644 --- a/net/chan-sccp-b/Makefile +++ b/net/chan-sccp-b/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=v4.3.0-20170814 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=git://github.com/chan-sccp/chan-sccp.git +PKG_SOURCE_URL:=https://github.com/chan-sccp/chan-sccp.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=016fee3a96b09d5404757f7b178af2e349e55bcc PKG_SOURCE_PROTO:=git diff --git a/net/freeswitch-stable-mod-bcg729/Makefile b/net/freeswitch-stable-mod-bcg729/Makefile index 08d4824..765f234 100644 --- a/net/freeswitch-stable-mod-bcg729/Makefile +++ b/net/freeswitch-stable-mod-bcg729/Makefile @@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=LICENSE PRG_URL:=https://github.com/xadhoom/mod_bcg729 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=git://github.com/xadhoom/mod_bcg729.git +PKG_SOURCE_URL:=https://github.com/xadhoom/mod_bcg729.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=686eb06d4a395d94c364efff4b63579af76ebec7 diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index 7b4fe90..6f1e796 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://github.com/sippy/rtpproxy.git +PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=d5926892630139bcbe55d1f3fa36764c881648bc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -- 2.30.2