All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/edid-decode: bump version to 6def7bc
@ 2019-02-12 20:56 Peter Seiderer
  2019-02-15 21:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2019-02-12 20:56 UTC (permalink / raw)
  To: buildroot

Changes since f56f329:

  0a454bc makefile: also honor LDFLAGS
  9e59ba9 edid-decode: update links, add README
  7684918 edid-decode: README: updates
  bc1e846 edid-decode: reformat to linux kernel coding style
  9cb3744 edid-decode: fix spurious warning about string termination
  3b26b8a edid-decode: fix wrong sample rate unit
  4437dd9 edid-decode: use const for unsigned char pointers to the EDID
  eee377b edid-decode: add support for QuantumData 980 EDID file format
  7d8f41f edid-decode: simplify data block parsing
  8c81ccf Add Samsung UE49KS8005 EDID
  ab18bef edid-decode: add HDMI Forum VSDB fields for HDMI 2.1b
  e9ffafc edid-decode: add options and new output formats
  b2da151 edid-decode: add --extract and --check options
  5eeb151 edid-decode: replace AdobeYCC/RGB by opYCC/RGB
  6def7bc edid-decode: make it easier to find the out-of-range monitor values

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/edid-decode/edid-decode.hash | 2 +-
 package/edid-decode/edid-decode.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/edid-decode/edid-decode.hash b/package/edid-decode/edid-decode.hash
index 437dcf4a66..12cd30e818 100644
--- a/package/edid-decode/edid-decode.hash
+++ b/package/edid-decode/edid-decode.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 94f43f93285eb5cf8133061295bcdf72b6897bf5372879c2e4032a08d359af12  edid-decode-f56f329ed23a25d002352dedba1e8f092a47286f.tar.gz
+sha256 27fcf4c8693ec6fe020b18c78c70ddba9a8b3ea8c55fcfad2a38103128ec5e36 edid-decode-6def7bc83dfb0338632e06a8b14c93faa6af8879.tar.gz
diff --git a/package/edid-decode/edid-decode.mk b/package/edid-decode/edid-decode.mk
index b412a77a13..c43f1ae7da 100644
--- a/package/edid-decode/edid-decode.mk
+++ b/package/edid-decode/edid-decode.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EDID_DECODE_VERSION = f56f329ed23a25d002352dedba1e8f092a47286f
+EDID_DECODE_VERSION = 6def7bc83dfb0338632e06a8b14c93faa6af8879
 EDID_DECODE_SITE = git://linuxtv.org/edid-decode.git
 EDID_DECODE_LICENSE = MIT
 EDID_DECODE_LICENSE_FILES = edid-decode.c
-- 
2.20.1

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

* [Buildroot] [PATCH v1] package/edid-decode: bump version to 6def7bc
  2019-02-12 20:56 [Buildroot] [PATCH v1] package/edid-decode: bump version to 6def7bc Peter Seiderer
@ 2019-02-15 21:11 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-02-15 21:11 UTC (permalink / raw)
  To: buildroot

On Tue, 12 Feb 2019 21:56:46 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Changes since f56f329:
> 
>   0a454bc makefile: also honor LDFLAGS
>   9e59ba9 edid-decode: update links, add README
>   7684918 edid-decode: README: updates
>   bc1e846 edid-decode: reformat to linux kernel coding style
>   9cb3744 edid-decode: fix spurious warning about string termination
>   3b26b8a edid-decode: fix wrong sample rate unit
>   4437dd9 edid-decode: use const for unsigned char pointers to the EDID
>   eee377b edid-decode: add support for QuantumData 980 EDID file format
>   7d8f41f edid-decode: simplify data block parsing
>   8c81ccf Add Samsung UE49KS8005 EDID
>   ab18bef edid-decode: add HDMI Forum VSDB fields for HDMI 2.1b
>   e9ffafc edid-decode: add options and new output formats
>   b2da151 edid-decode: add --extract and --check options
>   5eeb151 edid-decode: replace AdobeYCC/RGB by opYCC/RGB
>   6def7bc edid-decode: make it easier to find the out-of-range monitor values
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/edid-decode/edid-decode.hash | 2 +-
>  package/edid-decode/edid-decode.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-02-15 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12 20:56 [Buildroot] [PATCH v1] package/edid-decode: bump version to 6def7bc Peter Seiderer
2019-02-15 21:11 ` 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.