Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tslib: bump version to 1.23
@ 2024-02-20  7:32 Martin Kepplinger
  2024-02-20 21:12 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Kepplinger @ 2024-02-20  7:32 UTC (permalink / raw)
  To: buildroot; +Cc: Martin Kepplinger

Release notes from https://github.com/libts/tslib/releases :

This release includes libts version 0.10.5 and the following changes:

 *  new filter module: module crop
 *  some build and security fixes
 *  improved release procedure

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 package/tslib/tslib.hash | 4 ++--
 package/tslib/tslib.mk   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash
index 762fbebb26..6fe35633aa 100644
--- a/package/tslib/tslib.hash
+++ b/package/tslib/tslib.hash
@@ -1,5 +1,5 @@
-# https://github.com/libts/tslib/releases/download/1.22/tslib-1.22.tar.xz.sha256
-sha256  aaf0aed410a268d7b51385d07fe4d9d64312038e87c447ec8a24c8db0a15617a  tslib-1.22.tar.xz
+# https://github.com/libts/tslib/releases/download/1.23/tslib-1.23.tar.xz.sha256
+sha256  9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac  tslib-1.23.tar.xz
 
 # Locally computed
 sha256  9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9  COPYING
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 45e29808bd..e8eb3beeaf 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TSLIB_VERSION = 1.22
+TSLIB_VERSION = 1.23
 TSLIB_SITE = https://github.com/libts/tslib/releases/download/$(TSLIB_VERSION)
 TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
 TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
@@ -29,7 +29,8 @@ TSLIB_CONF_OPTS += \
 	--enable-skip=static \
 	--enable-lowpass=static \
 	--enable-invert=static \
-	--enable-evthres=static
+	--enable-evthres=static \
+	--enable-crop=static
 endif
 
 $(eval $(autotools-package))
-- 
2.39.2

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

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

* Re: [Buildroot] [PATCH 1/1] package/tslib: bump version to 1.23
  2024-02-20  7:32 [Buildroot] [PATCH 1/1] package/tslib: bump version to 1.23 Martin Kepplinger
@ 2024-02-20 21:12 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2024-02-20 21:12 UTC (permalink / raw)
  To: Martin Kepplinger; +Cc: buildroot

Martin, All,

On 2024-02-20 07:32 +0000, Martin Kepplinger spake thusly:
> Release notes from https://github.com/libts/tslib/releases :
> 
> This release includes libts version 0.10.5 and the following changes:
> 
>  *  new filter module: module crop
>  *  some build and security fixes
>  *  improved release procedure
> 
> Signed-off-by: Martin Kepplinger <martink@posteo.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tslib/tslib.hash | 4 ++--
>  package/tslib/tslib.mk   | 5 +++--
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash
> index 762fbebb26..6fe35633aa 100644
> --- a/package/tslib/tslib.hash
> +++ b/package/tslib/tslib.hash
> @@ -1,5 +1,5 @@
> -# https://github.com/libts/tslib/releases/download/1.22/tslib-1.22.tar.xz.sha256
> -sha256  aaf0aed410a268d7b51385d07fe4d9d64312038e87c447ec8a24c8db0a15617a  tslib-1.22.tar.xz
> +# https://github.com/libts/tslib/releases/download/1.23/tslib-1.23.tar.xz.sha256
> +sha256  9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac  tslib-1.23.tar.xz
>  
>  # Locally computed
>  sha256  9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9  COPYING
> diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
> index 45e29808bd..e8eb3beeaf 100644
> --- a/package/tslib/tslib.mk
> +++ b/package/tslib/tslib.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -TSLIB_VERSION = 1.22
> +TSLIB_VERSION = 1.23
>  TSLIB_SITE = https://github.com/libts/tslib/releases/download/$(TSLIB_VERSION)
>  TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
>  TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
> @@ -29,7 +29,8 @@ TSLIB_CONF_OPTS += \
>  	--enable-skip=static \
>  	--enable-lowpass=static \
>  	--enable-invert=static \
> -	--enable-evthres=static
> +	--enable-evthres=static \
> +	--enable-crop=static
>  endif
>  
>  $(eval $(autotools-package))
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-02-20 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20  7:32 [Buildroot] [PATCH 1/1] package/tslib: bump version to 1.23 Martin Kepplinger
2024-02-20 21:12 ` Yann E. MORIN

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