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 <sebastian_ml@gmx.net>
This commit is contained in:
parent
a56ade12cd
commit
3dccee6e76
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue