All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7
@ 2018-04-29 13:51 Bernd Kuhls
  2018-04-29 14:05 ` Olivier Schonken
  2018-04-29 16:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2018-04-29 13:51 UTC (permalink / raw)
  To: buildroot

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/cups/cups.hash | 3 ++-
 package/cups/cups.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/cups/cups.hash b/package/cups/cups.hash
index d4f20b60db..a19b3b09a6 100644
--- a/package/cups/cups.hash
+++ b/package/cups/cups.hash
@@ -1,2 +1,3 @@
 # Locally calculated:
-sha256 a8795e2aa54dcfbdc9ff254a770f0d7154e35c981bca5b3369050c5193ab5a21  cups-2.2.5-source.tar.gz
+sha256 3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a  cups-2.2.7-source.tar.gz
+sha256 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c  LICENSE.txt
diff --git a/package/cups/cups.mk b/package/cups/cups.mk
index 0726d8a37f..54271d5fc7 100644
--- a/package/cups/cups.mk
+++ b/package/cups/cups.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CUPS_VERSION = 2.2.5
+CUPS_VERSION = 2.2.7
 CUPS_SOURCE = cups-$(CUPS_VERSION)-source.tar.gz
 CUPS_SITE = https://github.com/apple/cups/releases/download/v$(CUPS_VERSION)
 CUPS_LICENSE = GPL-2.0, LGPL-2.0
-- 
2.14.2

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

* [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7
  2018-04-29 13:51 [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7 Bernd Kuhls
@ 2018-04-29 14:05 ` Olivier Schonken
  2018-04-29 16:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Olivier Schonken @ 2018-04-29 14:05 UTC (permalink / raw)
  To: buildroot

Hi Bernd

I was actually waiting for v2.3 to go stable as the last beta(2.3b4) was
released a month ago. But I suppose this will do in the interrim.

Regards
Olivier

Acked-by: Olivier Schonken <olivier.schonken@gmail.com>


On Sun, 29 Apr 2018, 15:51 Bernd Kuhls, <bernd.kuhls@t-online.de> wrote:

> Added license hash.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/cups/cups.hash | 3 ++-
>  package/cups/cups.mk   | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/cups/cups.hash b/package/cups/cups.hash
> index d4f20b60db..a19b3b09a6 100644
> --- a/package/cups/cups.hash
> +++ b/package/cups/cups.hash
> @@ -1,2 +1,3 @@
>  # Locally calculated:
> -sha256 a8795e2aa54dcfbdc9ff254a770f0d7154e35c981bca5b3369050c5193ab5a21
> cups-2.2.5-source.tar.gz
> +sha256 3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a
> cups-2.2.7-source.tar.gz
> +sha256 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c
> LICENSE.txt
> diff --git a/package/cups/cups.mk b/package/cups/cups.mk
> index 0726d8a37f..54271d5fc7 100644
> --- a/package/cups/cups.mk
> +++ b/package/cups/cups.mk
> @@ -4,7 +4,7 @@
>  #
>
>  ################################################################################
>
> -CUPS_VERSION = 2.2.5
> +CUPS_VERSION = 2.2.7
>  CUPS_SOURCE = cups-$(CUPS_VERSION)-source.tar.gz
>  CUPS_SITE =
> https://github.com/apple/cups/releases/download/v$(CUPS_VERSION)
>  CUPS_LICENSE = GPL-2.0, LGPL-2.0
> --
> 2.14.2
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180429/18888d8f/attachment.html>

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

* [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7
  2018-04-29 13:51 [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7 Bernd Kuhls
  2018-04-29 14:05 ` Olivier Schonken
@ 2018-04-29 16:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-29 16:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Added license hash.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-29 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-29 13:51 [Buildroot] [PATCH 1/1] package/cups: bump version to 2.2.7 Bernd Kuhls
2018-04-29 14:05 ` Olivier Schonken
2018-04-29 16:52 ` 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.