All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5
@ 2016-07-28 10:38 Vicente Olivert Riera
  2016-07-28 10:38 ` [Buildroot] [PATCH 2/2] tcl: bump version to 8.6.6 Vicente Olivert Riera
  2016-07-28 20:00 ` [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-07-28 10:38 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index abe961b..fe4070b 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,2 +1,2 @@
-# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.0.4.txt
-sha256	9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5	wireshark-2.0.4.tar.bz2
+# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.0.5.txt
+sha256 0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b  wireshark-2.0.5.tar.bz2
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 55f931b..35f0138 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIRESHARK_VERSION = 2.0.4
+WIRESHARK_VERSION = 2.0.5
 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
 WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions
 WIRESHARK_LICENSE = wireshark license
-- 
2.7.3

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

* [Buildroot] [PATCH 2/2] tcl: bump version to 8.6.6
  2016-07-28 10:38 [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Vicente Olivert Riera
@ 2016-07-28 10:38 ` Vicente Olivert Riera
  2016-07-28 20:00   ` Peter Korsgaard
  2016-07-28 20:00 ` [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2016-07-28 10:38 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index dd64637..b344d26 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53 tcl8.6.5-src.tar.gz
+sha256 a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07  tcl8.6.6-src.tar.gz
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index a2ac8e6..ffef9cf 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 TCL_VERSION_MAJOR = 8.6
-TCL_VERSION = $(TCL_VERSION_MAJOR).5
+TCL_VERSION = $(TCL_VERSION_MAJOR).6
 TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
 TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
 TCL_LICENSE = tcl license
-- 
2.7.3

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

* [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5
  2016-07-28 10:38 [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Vicente Olivert Riera
  2016-07-28 10:38 ` [Buildroot] [PATCH 2/2] tcl: bump version to 8.6.6 Vicente Olivert Riera
@ 2016-07-28 20:00 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-07-28 20:00 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] tcl: bump version to 8.6.6
  2016-07-28 10:38 ` [Buildroot] [PATCH 2/2] tcl: bump version to 8.6.6 Vicente Olivert Riera
@ 2016-07-28 20:00   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-07-28 20:00 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-07-28 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28 10:38 [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Vicente Olivert Riera
2016-07-28 10:38 ` [Buildroot] [PATCH 2/2] tcl: bump version to 8.6.6 Vicente Olivert Riera
2016-07-28 20:00   ` Peter Korsgaard
2016-07-28 20:00 ` [Buildroot] [PATCH 1/2] wireshark: bump version to 2.0.5 Peter Korsgaard

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.