summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/kernel-vanilla/module.build4
-rw-r--r--core/modules/redsocks/module.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build
index 318656b0..803e0f36 100644
--- a/core/modules/kernel-vanilla/module.build
+++ b/core/modules/kernel-vanilla/module.build
@@ -218,8 +218,8 @@ patch_aufs() {
if [ "$KERNEL_MAJOR" = "3" ]; then
git clone "git://aufs.git.sourceforge.net/gitroot/aufs/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed."
else
- git clone "git://github.com/sfjro/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed."
- #git clone "git://github.com/bnied/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed."
+ git clone "https://github.com/sfjro/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed."
+ #git clone "https://github.com/bnied/${AUFS}-standalone.git" || perror "Cloning ${AUFS} failed."
fi
# get the needed version
cde "${MODULE_WORK_DIR}/${AUFS}-standalone"
diff --git a/core/modules/redsocks/module.conf b/core/modules/redsocks/module.conf
index 56ac3a41..fb9027ee 100644
--- a/core/modules/redsocks/module.conf
+++ b/core/modules/redsocks/module.conf
@@ -1,5 +1,5 @@
#!/bin/bash
-REQUIRED_GIT="git://github.com/darkk/redsocks.git||2e3f648809e27cc19cb7a8702f19b553a7ef9a81"
+REQUIRED_GIT="https://github.com/darkk/redsocks.git||2e3f648809e27cc19cb7a8702f19b553a7ef9a81"
REQUIRED_BINARIES="
redsocks
"