All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28
@ 2017-11-03 13:30 Ryan Coe
  2017-11-03 13:30 ` [Buildroot] [PATCH 2/3] libite: bump version to 1.9.2 Ryan Coe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ryan Coe @ 2017-11-03 13:30 UTC (permalink / raw)
  To: buildroot

Release notes: https://mariadb.com/kb/en/mariadb-10128-release-notes/
Changelog: https://mariadb.com/kb/en/mariadb-10128-changelog/

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/mariadb/mariadb.hash | 4 ++--
 package/mariadb/mariadb.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mariadb/mariadb.hash b/package/mariadb/mariadb.hash
index fd5625c8e7..1483bf70da 100644
--- a/package/mariadb/mariadb.hash
+++ b/package/mariadb/mariadb.hash
@@ -1,5 +1,5 @@
-# From https://downloads.mariadb.org/mariadb/10.1.26/
-sha256 ba88b1cb9967dea2909938a34ba89373b162b0d83e5c98a0f1c94540156bf73d  mariadb-10.1.26.tar.gz
+# From https://downloads.mariadb.org/mariadb/10.1.28/
+sha256 292dc8fff420c4bdaf3a2c3381ec3c99292965db2b09de0d7fec414c00032bbd  mariadb-10.1.28.tar.gz
 
 # Hash for license files
 sha256 69ce89a0cadbe35a858398c258be93c388715e84fc0ca04e5a1fd1aa9770dd3a  README
diff --git a/package/mariadb/mariadb.mk b/package/mariadb/mariadb.mk
index 47c7906582..9d30d8f207 100644
--- a/package/mariadb/mariadb.mk
+++ b/package/mariadb/mariadb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MARIADB_VERSION = 10.1.26
+MARIADB_VERSION = 10.1.28
 MARIADB_SITE = https://downloads.mariadb.org/interstitial/mariadb-$(MARIADB_VERSION)/source
 MARIADB_LICENSE = GPL-2.0 (server), GPL-2.0 with FLOSS exception (GPL client library), LGPL-2.0 (LGPL client library)
 # Tarball no longer contains LGPL license text
-- 
2.15.0

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

* [Buildroot] [PATCH 2/3] libite: bump version to 1.9.2
  2017-11-03 13:30 [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Ryan Coe
@ 2017-11-03 13:30 ` Ryan Coe
  2017-11-03 13:30 ` [Buildroot] [PATCH 3/3] inadyn: bump version to 2.2.1 Ryan Coe
  2017-11-03 20:20 ` [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Coe @ 2017-11-03 13:30 UTC (permalink / raw)
  To: buildroot

Also add hashes for license files.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/libite/libite.hash | 5 ++++-
 package/libite/libite.mk   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/libite/libite.hash b/package/libite/libite.hash
index 67ad009bf5..ec894c5e00 100644
--- a/package/libite/libite.hash
+++ b/package/libite/libite.hash
@@ -1,2 +1,5 @@
 # Locally calculated
-sha256 b27e4af69e9e5b4d00924538d3a41b53752082cc439b9246edec5501aff2f22f libite-v1.8.2.tar.gz
+sha256 18c087123f02cc3cfb612bf53b12dc8a94d4d3ebf015ed5937b1f9203eef72f8  libite-v1.9.2.tar.gz
+sha256 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5  LICENSE
+sha256 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8  chomp.c
+sha256 a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d  pidfile.c
diff --git a/package/libite/libite.mk b/package/libite/libite.mk
index 56b0d5c105..e88060d1dc 100644
--- a/package/libite/libite.mk
+++ b/package/libite/libite.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBITE_VERSION = v1.8.2
+LIBITE_VERSION = v1.9.2
 LIBITE_SITE = $(call github,troglobit,libite,$(LIBITE_VERSION))
 LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
 LIBITE_LICENSE_FILES = LICENSE chomp.c pidfile.c
-- 
2.15.0

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

* [Buildroot] [PATCH 3/3] inadyn: bump version to 2.2.1
  2017-11-03 13:30 [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Ryan Coe
  2017-11-03 13:30 ` [Buildroot] [PATCH 2/3] libite: bump version to 1.9.2 Ryan Coe
@ 2017-11-03 13:30 ` Ryan Coe
  2017-11-03 20:20 ` [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Coe @ 2017-11-03 13:30 UTC (permalink / raw)
  To: buildroot

Also add hash for license file.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/inadyn/inadyn.hash | 7 ++++---
 package/inadyn/inadyn.mk   | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/inadyn/inadyn.hash b/package/inadyn/inadyn.hash
index f573be2862..c6c062ce15 100644
--- a/package/inadyn/inadyn.hash
+++ b/package/inadyn/inadyn.hash
@@ -1,4 +1,5 @@
-# From https://github.com/troglobit/inadyn/releases/download/v2.1/inadyn-2.1.tar.xz.md5
-md5 b410684e38e628284a631ec763c2fdb8  inadyn-2.1.tar.xz
+# From https://github.com/troglobit/inadyn/releases/download/v2.2.1/inadyn-2.2.1.tar.xz.md5
+md5 8f7796ee45b2a2e282a54a2d31d03953  inadyn-2.2.1.tar.xz
 # Locally computed
-sha256 87639a7c1ddc047074601ad60188279a2a0d9393367f046c153de0e24586b3ac  inadyn-2.1.tar.xz
+sha256 e7a74fcf8b7c069990940c0dc4d4d18071005be225667fdfcfa4156c44384579  inadyn-2.2.1.tar.xz
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/inadyn/inadyn.mk b/package/inadyn/inadyn.mk
index 0ef8b5a520..5eac3b5c3a 100644
--- a/package/inadyn/inadyn.mk
+++ b/package/inadyn/inadyn.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INADYN_VERSION = 2.1
+INADYN_VERSION = 2.2.1
 INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
 INADYN_SOURCE = inadyn-$(INADYN_VERSION).tar.xz
 INADYN_LICENSE = GPL-2.0+
-- 
2.15.0

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

* [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28
  2017-11-03 13:30 [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Ryan Coe
  2017-11-03 13:30 ` [Buildroot] [PATCH 2/3] libite: bump version to 1.9.2 Ryan Coe
  2017-11-03 13:30 ` [Buildroot] [PATCH 3/3] inadyn: bump version to 2.2.1 Ryan Coe
@ 2017-11-03 20:20 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-11-03 20:20 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  3 Nov 2017 06:30:02 -0700, Ryan Coe wrote:
> Release notes: https://mariadb.com/kb/en/mariadb-10128-release-notes/
> Changelog: https://mariadb.com/kb/en/mariadb-10128-changelog/
> 
> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
> ---
>  package/mariadb/mariadb.hash | 4 ++--
>  package/mariadb/mariadb.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

All three patches applied.

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

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

end of thread, other threads:[~2017-11-03 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03 13:30 [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 Ryan Coe
2017-11-03 13:30 ` [Buildroot] [PATCH 2/3] libite: bump version to 1.9.2 Ryan Coe
2017-11-03 13:30 ` [Buildroot] [PATCH 3/3] inadyn: bump version to 2.2.1 Ryan Coe
2017-11-03 20:20 ` [Buildroot] [PATCH 1/3] mariadb: bump version to 10.1.28 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.