Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] grep: bump version to 2.26
@ 2016-10-03 10:05 Vicente Olivert Riera
  2016-10-03 10:05 ` [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18 Vicente Olivert Riera
  2016-10-03 11:12 ` [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-10-03 10:05 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/grep/grep.hash | 2 +-
 package/grep/grep.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/grep/grep.hash b/package/grep/grep.hash
index 409940a..789ceea 100644
--- a/package/grep/grep.hash
+++ b/package/grep/grep.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking signature
-sha256	e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830	grep-2.25.tar.xz
+sha256 246a8fb37e82aa33d495b07c22fdab994c039ab0f818538eac81b01e78636870  grep-2.26.tar.xz
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index f87e838..a8e124e 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GREP_VERSION = 2.25
+GREP_VERSION = 2.26
 GREP_SITE = $(BR2_GNU_MIRROR)/grep
 GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
 GREP_LICENSE = GPLv3+
-- 
2.10.0

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

* [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18
  2016-10-03 10:05 [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Vicente Olivert Riera
@ 2016-10-03 10:05 ` Vicente Olivert Riera
  2016-10-03 11:12   ` Peter Korsgaard
  2016-10-03 11:12 ` [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-10-03 10:05 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/mc/mc.hash | 4 ++--
 package/mc/mc.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mc/mc.hash b/package/mc/mc.hash
index 0d22d80..a8116d0 100644
--- a/package/mc/mc.hash
+++ b/package/mc/mc.hash
@@ -1,2 +1,2 @@
-# Hash from http://ftp.midnight-commander.org/mc-4.8.17.sha256:
-sha256 0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d  mc-4.8.17.tar.xz
+# Hash from http://ftp.midnight-commander.org/mc-4.8.18.sha256:
+sha256 f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece  mc-4.8.18.tar.xz
diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index 808f81c..ff4c8ad 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MC_VERSION = 4.8.17
+MC_VERSION = 4.8.18
 MC_SOURCE = mc-$(MC_VERSION).tar.xz
 MC_SITE = http://ftp.midnight-commander.org
 MC_LICENSE = GPLv3+
-- 
2.10.0

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

* [Buildroot] [PATCH 1/2] grep: bump version to 2.26
  2016-10-03 10:05 [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Vicente Olivert Riera
  2016-10-03 10:05 ` [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18 Vicente Olivert Riera
@ 2016-10-03 11:12 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-03 11:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18
  2016-10-03 10:05 ` [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18 Vicente Olivert Riera
@ 2016-10-03 11:12   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-03 11:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-10-03 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 10:05 [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Vicente Olivert Riera
2016-10-03 10:05 ` [Buildroot] [PATCH 2/2] mc: bump version to 4.8.18 Vicente Olivert Riera
2016-10-03 11:12   ` Peter Korsgaard
2016-10-03 11:12 ` [Buildroot] [PATCH 1/2] grep: bump version to 2.26 Peter Korsgaard

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