Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18
@ 2015-06-12 19:23 Gustavo Zacarias
  2015-06-12 19:23 ` [Buildroot] [PATCH 2/3] file: bump to version 5.23 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-06-12 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/stunnel/stunnel.hash | 4 ++--
 package/stunnel/stunnel.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index e45e691..91b297c 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,2 +1,2 @@
-# From https://www.stunnel.org/pipermail/stunnel-announce/2015-April/000100.html
-sha256	c3e79e582621a0827125e35e1c00450190104fc02dc3c5274cb02b05859fd472	stunnel-5.17.tar.gz
+# From http://www.stunnel.org/pipermail/stunnel-users/2015-June/005094.html
+sha256	0532c0a2f8de3da1ab625e384146501ce5936fac63d01561c3a9bf652b692317	stunnel-5.18.tar.gz
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index 3f5b9aa..4674694 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).17
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).18
 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
 STUNNEL_DEPENDENCIES = openssl
 STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
-- 
2.3.6

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

* [Buildroot] [PATCH 2/3] file: bump to version 5.23
  2015-06-12 19:23 [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Gustavo Zacarias
@ 2015-06-12 19:23 ` Gustavo Zacarias
  2015-06-12 19:23 ` [Buildroot] [PATCH 3/3] sysstat: bump to version 11.0.5 Gustavo Zacarias
  2015-06-12 19:29 ` [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-06-12 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/file/file.hash | 2 +-
 package/file/file.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/file/file.hash b/package/file/file.hash
index 8441ba6..a061783 100644
--- a/package/file/file.hash
+++ b/package/file/file.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b	file-5.22.tar.gz
+sha256	2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c	file-5.23.tar.gz
diff --git a/package/file/file.mk b/package/file/file.mk
index 4b98cbd..4baa393 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILE_VERSION = 5.22
+FILE_VERSION = 5.23
 FILE_SITE = ftp://ftp.astron.com/pub/file
 FILE_DEPENDENCIES = host-file zlib
 FILE_INSTALL_STAGING = YES
-- 
2.3.6

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

* [Buildroot] [PATCH 3/3] sysstat: bump to version 11.0.5
  2015-06-12 19:23 [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Gustavo Zacarias
  2015-06-12 19:23 ` [Buildroot] [PATCH 2/3] file: bump to version 5.23 Gustavo Zacarias
@ 2015-06-12 19:23 ` Gustavo Zacarias
  2015-06-12 19:29 ` [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-06-12 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/sysstat/sysstat.hash | 2 +-
 package/sysstat/sysstat.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sysstat/sysstat.hash b/package/sysstat/sysstat.hash
index 226ff06..a170f81 100644
--- a/package/sysstat/sysstat.hash
+++ b/package/sysstat/sysstat.hash
@@ -1,2 +1,2 @@
 # From http://sebastien.godard.pagesperso-orange.fr/download.html
-md5	df1ed75656eb06320088d54247f0e803	sysstat-11.0.4.tar.xz
+md5	4d8e6e72d057189a1660462a678d9ada	sysstat-11.0.5.tar.xz
diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk
index 6bdd3b8..b28c029 100644
--- a/package/sysstat/sysstat.mk
+++ b/package/sysstat/sysstat.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSSTAT_VERSION = 11.0.4
+SYSSTAT_VERSION = 11.0.5
 SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.xz
 SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
 SYSSTAT_CONF_OPTS = --disable-man-group --disable-sensors
-- 
2.3.6

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

* [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18
  2015-06-12 19:23 [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Gustavo Zacarias
  2015-06-12 19:23 ` [Buildroot] [PATCH 2/3] file: bump to version 5.23 Gustavo Zacarias
  2015-06-12 19:23 ` [Buildroot] [PATCH 3/3] sysstat: bump to version 11.0.5 Gustavo Zacarias
@ 2015-06-12 19:29 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-06-12 19:29 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri, 12 Jun 2015 16:23:09 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/stunnel/stunnel.hash | 4 ++--
>  package/stunnel/stunnel.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

All three patches applied, thanks.

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:[~2015-06-12 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 19:23 [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Gustavo Zacarias
2015-06-12 19:23 ` [Buildroot] [PATCH 2/3] file: bump to version 5.23 Gustavo Zacarias
2015-06-12 19:23 ` [Buildroot] [PATCH 3/3] sysstat: bump to version 11.0.5 Gustavo Zacarias
2015-06-12 19:29 ` [Buildroot] [PATCH 1/3] stunnel: bump to version 5.18 Thomas Petazzoni

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