All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Oudinet <johan.oudinet@gmail.com>
To: buildroot@buildroot.org
Cc: Johan Oudinet <johan.oudinet@gmail.com>
Subject: [Buildroot] [PATCH v2 19/20] package/erlang-p1-zlib: bump version to 1.0.10
Date: Thu, 19 May 2022 16:08:09 +0200	[thread overview]
Message-ID: <20220519140810.1953601-20-johan.oudinet@gmail.com> (raw)
In-Reply-To: <20220519140810.1953601-1-johan.oudinet@gmail.com>

The copyright year in the license file has been updated to 2022, hence
the new license hash.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
---
 package/erlang-p1-zlib/erlang-p1-zlib.hash | 4 ++--
 package/erlang-p1-zlib/erlang-p1-zlib.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/erlang-p1-zlib/erlang-p1-zlib.hash b/package/erlang-p1-zlib/erlang-p1-zlib.hash
index 7ce58762f8..f48aba90ea 100644
--- a/package/erlang-p1-zlib/erlang-p1-zlib.hash
+++ b/package/erlang-p1-zlib/erlang-p1-zlib.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  f0ac60336b2ddf55ac4f58934580cb8f02dba440d68feb607be312dd35d91269  erlang-p1-zlib-1.0.9.tar.gz
-sha256  6cd4871db940d055cf272c12c10e0c08febdc94362e404390758fde34b4ce01a  LICENSE.txt
+sha256  cef52f8f28229bf7229b53d225a6a9865acf5bdeaf16a40f81bbeb226615be99  erlang-p1-zlib-1.0.10.tar.gz
+sha256  a401e98a7eef1c741b3e8b1a46a21730b4a1bc7020e4ec1a8c2a44dbd7f0ba5d  LICENSE.txt
diff --git a/package/erlang-p1-zlib/erlang-p1-zlib.mk b/package/erlang-p1-zlib/erlang-p1-zlib.mk
index 0e6ee298ef..fdffb6ed3e 100644
--- a/package/erlang-p1-zlib/erlang-p1-zlib.mk
+++ b/package/erlang-p1-zlib/erlang-p1-zlib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ERLANG_P1_ZLIB_VERSION = 1.0.9
+ERLANG_P1_ZLIB_VERSION = 1.0.10
 ERLANG_P1_ZLIB_SITE = $(call github,processone,ezlib,$(ERLANG_P1_ZLIB_VERSION))
 ERLANG_P1_ZLIB_LICENSE = Apache-2.0
 ERLANG_P1_ZLIB_LICENSE_FILES = LICENSE.txt
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-05-19 14:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19 14:07 [Buildroot] [PATCH v2 00/20] Update Ejabberd and its dependencies Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 01/20] package/erlang-idna: bump version to 230a917 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 02/20] package/erlang-lager: bump version to 3.9.1 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 03/20] package/erlang-p1-utils: bump version to 1.0.23 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 04/20] package/erlang-p1-cache-tab: bump version to 1.0.29 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 05/20] package/erlang-p1-tls: bump version to 1.1.13 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 06/20] package/erlang-p1-stringprep: bump version to 1.0.27 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 07/20] package/erlang-p1-xml: bump version to 1.1.49 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 08/20] package/erlang-p1-xmpp: bump version to 1.5.6 Johan Oudinet
2022-05-19 14:07 ` [Buildroot] [PATCH v2 09/20] package/erlang-p1-yaml: bump version to 1.0.32 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 10/20] package/erlang-p1-yconf: bump version to 1.0.12 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 11/20] package/erlang-p1-oauth2: bump version to 0.6.10 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 12/20] package/erlang-p1-pkix: bump version to 1.0.8 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 13/20] package/erlang-eimp: bump version to 1.0.21 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 14/20] package/erlang-p1-mqtree: bump version to 1.0.14 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 15/20] package/erlang-jose: bump version to 1.11.1 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 16/20] package/erlang-p1-acme: bump version to 1.0.16 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 17/20] package/erlang-p1-stun: bump version to 1.0.47 Johan Oudinet
2022-05-19 14:08 ` [Buildroot] [PATCH v2 18/20] package/erlang-p1-sip: " Johan Oudinet
2022-05-19 14:08 ` Johan Oudinet [this message]
2022-05-19 14:08 ` [Buildroot] [PATCH v2 20/20] package/ejabberd: bump version to 21.12 Johan Oudinet
2022-05-31  8:51 ` [Buildroot] [PATCH v2 00/20] Update Ejabberd and its dependencies Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220519140810.1953601-20-johan.oudinet@gmail.com \
    --to=johan.oudinet@gmail.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.