From 163088a0a7471bb2733676bb3c9c076ae62ff4be Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 27 Nov 2018 21:45:43 +0100 Subject: [PATCH 1/2] git: remove the duplicate line about building parallel Signed-off-by: Josef Schlehofer --- net/git/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/git/Makefile b/net/git/Makefile index 5be7bc0b8..3562752d7 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -16,7 +16,6 @@ PKG_SOURCE_URL:=@KERNEL/software/scm/git/ PKG_HASH:=fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9 PKG_INSTALL:=1 -PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 From 1a18c879b1e3c5baa4ad3faa577444d63a2a16be Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 27 Nov 2018 21:54:36 +0100 Subject: [PATCH 2/2] git: update url to HTTPS Signed-off-by: Josef Schlehofer --- net/git/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/git/Makefile b/net/git/Makefile index 3562752d7..19f5d5399 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git PKG_VERSION:=2.19.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ @@ -26,7 +26,7 @@ define Package/git/Default CATEGORY:=Network SUBMENU:=Version Control Systems DEPENDS:=+libopenssl +libpthread +librt +zlib - URL:=http://git-scm.com + URL:=https://git-scm.com MAINTAINER:=Peter Wagner endef