All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libzip: bump version to 1.2.0
@ 2017-06-26 10:50 Bartosz Golaszewski
  2017-07-01 22:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2017-06-26 10:50 UTC (permalink / raw)
  To: buildroot

It's a major release, but the API seems to be mostly
backwards-compatible. The only package depending on this library in
buildroot is libsigrok and it builds fine.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 package/libzip/libzip.hash | 2 +-
 package/libzip/libzip.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libzip/libzip.hash b/package/libzip/libzip.hash
index ccd0e6a..103c761 100644
--- a/package/libzip/libzip.hash
+++ b/package/libzip/libzip.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb	libzip-0.11.2.tar.xz
+sha256	ffc0764395fba3d45dc5a6e32282788854618b9e9838337f8218b596007f1376	libzip-1.2.0.tar.xz
diff --git a/package/libzip/libzip.mk b/package/libzip/libzip.mk
index b873746..a4012dd 100644
--- a/package/libzip/libzip.mk
+++ b/package/libzip/libzip.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBZIP_VERSION = 0.11.2
+LIBZIP_VERSION = 1.2.0
 LIBZIP_SITE = http://www.nih.at/libzip
 LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz
 LIBZIP_LICENSE = BSD-3-Clause
-- 
2.9.3

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

* [Buildroot] [PATCH] libzip: bump version to 1.2.0
  2017-06-26 10:50 [Buildroot] [PATCH] libzip: bump version to 1.2.0 Bartosz Golaszewski
@ 2017-07-01 22:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-07-01 22:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 26 Jun 2017 12:50:22 +0200, Bartosz Golaszewski wrote:
> It's a major release, but the API seems to be mostly
> backwards-compatible. The only package depending on this library in
> buildroot is libsigrok and it builds fine.
> 
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
>  package/libzip/libzip.hash | 2 +-
>  package/libzip/libzip.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2017-07-01 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 10:50 [Buildroot] [PATCH] libzip: bump version to 1.2.0 Bartosz Golaszewski
2017-07-01 22:43 ` 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.