All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site
@ 2017-07-18 12:21 Baruch Siach
  2017-07-18 12:21 ` [Buildroot] [PATCH 2/2] git: bump to version 2.13.3 Baruch Siach
  2017-07-18 21:57 ` [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-07-18 12:21 UTC (permalink / raw
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/git/git.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/git/git.mk b/package/git/git.mk
index 52907a27b738..1d81955040c4 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -6,7 +6,7 @@
 
 GIT_VERSION = 2.13.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
-GIT_SITE = https://www.kernel.org/pub/software/scm/git
+GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] git: bump to version 2.13.3
  2017-07-18 12:21 [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Baruch Siach
@ 2017-07-18 12:21 ` Baruch Siach
  2017-07-18 21:57 ` [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2017-07-18 12:21 UTC (permalink / raw
  To: buildroot

Add license files hashes.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/git/git.hash | 4 +++-
 package/git/git.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/git/git.hash b/package/git/git.hash
index efe6225621ed..66bb1367d5ff 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,2 +1,4 @@
 # From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256 4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258  git-2.13.0.tar.xz
+sha256 91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62  git-2.13.3.tar.xz
+sha256 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e  COPYING
+sha256 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a  LGPL-2.1
diff --git a/package/git/git.mk b/package/git/git.mk
index 1d81955040c4..d95c2fec36d6 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GIT_VERSION = 2.13.0
+GIT_VERSION = 2.13.3
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site
  2017-07-18 12:21 [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Baruch Siach
  2017-07-18 12:21 ` [Buildroot] [PATCH 2/2] git: bump to version 2.13.3 Baruch Siach
@ 2017-07-18 21:57 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-07-18 21:57 UTC (permalink / raw
  To: buildroot

Hello,

On Tue, 18 Jul 2017 15:21:18 +0300, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/git/git.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-18 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18 12:21 [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Baruch Siach
2017-07-18 12:21 ` [Buildroot] [PATCH 2/2] git: bump to version 2.13.3 Baruch Siach
2017-07-18 21:57 ` [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.