public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c484679bb3ea4672bf34ba3fd1d5d7596f00a11a
@ 2017-10-12 14:57 git
  0 siblings, 0 replies; only message in thread
From: git @ 2017-10-12 14:57 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4270 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  c484679bb3ea4672bf34ba3fd1d5d7596f00a11a (commit)
      from  fb76fc5144d9b072cace93c008da90aa4ccfcbfa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c484679bb3ea4672bf34ba3fd1d5d7596f00a11a
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Oct 12 15:56:34 2017 +0100

    Download sources via HTTPS
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/xen-image/xen-image-maker.sh | 2 +-
 lfs/Config                          | 4 ++--
 lfs/ddns                            | 2 +-
 lfs/fireinfo                        | 2 +-
 lfs/ipfire-netboot                  | 2 +-
 lfs/pakfire3                        | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

Difference in files:
diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh
index e6004a8..7c70a64 100644
--- a/config/xen-image/xen-image-maker.sh
+++ b/config/xen-image/xen-image-maker.sh
@@ -54,7 +54,7 @@ KERNEL=linux-$KERN_TYPE-$KVER-$KERN_PACK.ipfire
 if [ "$XEN_IMG_TYPE" == "xva" ]; then
 	# download xva.py if it not exist.
 	if [ ! -e xva.py ]; then
-		wget http://source.ipfire.org/source-2.x/xva.py
+		wget https://source.ipfire.org/source-2.x/xva.py
 	fi
 	# XenCenter use other devicenames and
 	# xvdd seems to be reserved (converter bug?).
diff --git a/lfs/Config b/lfs/Config
index d7d2a24..b961db9 100644
--- a/lfs/Config
+++ b/lfs/Config
@@ -44,8 +44,8 @@ endif
 # URLs that are common sources of downloads.  If you're having trouble with
 # a site you should change its URL to that of a suitable mirror site.
 #
-URL_IPFIRE  = http://source.ipfire.org/source-2.x
-URL_TOOLCHAIN = http://source.ipfire.org/toolchains
+URL_IPFIRE  = https://source.ipfire.org/source-2.x
+URL_TOOLCHAIN = https://source.ipfire.org/toolchains
 URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x
 
 # Don't change this; it will be overridden by other makefiles where necessary.
diff --git a/lfs/ddns b/lfs/ddns
index 3d7efa5..14890cb 100644
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -28,7 +28,7 @@ VER        = 010
 
 THISAPP    = ddns-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
-DL_FROM    = http://source.ipfire.org/releases/ddns/
+DL_FROM    = https://source.ipfire.org/releases/ddns/
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
diff --git a/lfs/fireinfo b/lfs/fireinfo
index 55a7845..67d4cba 100644
--- a/lfs/fireinfo
+++ b/lfs/fireinfo
@@ -28,7 +28,7 @@ VER        = 2.1.11
 
 THISAPP    = fireinfo-v$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://source.ipfire.org/releases/fireinfo/
+DL_FROM    = https://source.ipfire.org/releases/fireinfo/
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot
index d94a88d..a2607cd 100644
--- a/lfs/ipfire-netboot
+++ b/lfs/ipfire-netboot
@@ -29,7 +29,7 @@ PXE_VER    = 1b67a05
 
 THISAPP    = ipfire-netboot-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://source.ipfire.org/releases/ipfire-netboot/
+DL_FROM    = https://source.ipfire.org/releases/ipfire-netboot/
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = x86_64 i586
diff --git a/lfs/pakfire3 b/lfs/pakfire3
index d71d424..e514528 100644
--- a/lfs/pakfire3
+++ b/lfs/pakfire3
@@ -28,7 +28,7 @@ VER        = 0.9.25
 
 THISAPP    = pakfire-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://source.ipfire.org/releases/pakfire/
+DL_FROM    = https://source.ipfire.org/releases/pakfire/
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG	   = pakfire3


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-12 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-12 14:57 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c484679bb3ea4672bf34ba3fd1d5d7596f00a11a git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox