All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tslib: bump version to 1.11
@ 2017-06-06 12:50 Martin Kepplinger
  2017-06-06 15:19 ` Peter Korsgaard
  2017-06-06 15:20 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Kepplinger @ 2017-06-06 12:50 UTC (permalink / raw)
  To: buildroot

Release notes for the curious:
   https://github.com/kergoth/tslib/blob/master/NEWS

Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
---
 package/tslib/tslib.hash | 4 ++--
 package/tslib/tslib.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash
index 1eeafd0db..87d72acc0 100644
--- a/package/tslib/tslib.hash
+++ b/package/tslib/tslib.hash
@@ -1,2 +1,2 @@
-# https://github.com/kergoth/tslib/releases/download/1.10/tslib-1.10.tar.xz.sha256
-sha256  26ce1df4647dc8d16f6247062f30a8a03c34165dd19e042d0b2df8860da265b2  tslib-1.10.tar.xz
+# https://github.com/kergoth/tslib/releases/download/1.11/tslib-1.11.tar.xz.sha256
+sha256  90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06  tslib-1.11.tar.xz
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 9d7b926f2..87eb5b734 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TSLIB_VERSION = 1.10
+TSLIB_VERSION = 1.11
 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)
 TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
 TSLIB_LICENSE = GPL, LGPL
-- 
2.11.0

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

* [Buildroot] [PATCH] package/tslib: bump version to 1.11
  2017-06-06 12:50 [Buildroot] [PATCH] package/tslib: bump version to 1.11 Martin Kepplinger
@ 2017-06-06 15:19 ` Peter Korsgaard
  2017-06-06 15:20 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-06 15:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:

 > Release notes for the curious:
 >    https://github.com/kergoth/tslib/blob/master/NEWS

 > Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/tslib: bump version to 1.11
  2017-06-06 12:50 [Buildroot] [PATCH] package/tslib: bump version to 1.11 Martin Kepplinger
  2017-06-06 15:19 ` Peter Korsgaard
@ 2017-06-06 15:20 ` Peter Korsgaard
  2017-06-06 15:47   ` Martin Kepplinger
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-06 15:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:

 > Release notes for the curious:
 >    https://github.com/kergoth/tslib/blob/master/NEWS

Sorry, forgot to ask:

NEWS states:

This release includes the following bugfixes:
* ff8c7d9 use dlfcn.h dynamic loading function only if libdl is available


Does this mean that we can drop the dependency on !BR2_STATIC_LIBS?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/tslib: bump version to 1.11
  2017-06-06 15:20 ` Peter Korsgaard
@ 2017-06-06 15:47   ` Martin Kepplinger
  2017-06-06 15:58     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Kepplinger @ 2017-06-06 15:47 UTC (permalink / raw)
  To: buildroot

On 2017-06-06 17:20, Peter Korsgaard wrote:
>>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:
> 
>  > Release notes for the curious:
>  >    https://github.com/kergoth/tslib/blob/master/NEWS
> 
> Sorry, forgot to ask:
> 
> NEWS states:
> 
> This release includes the following bugfixes:
> * ff8c7d9 use dlfcn.h dynamic loading function only if libdl is available
> 
> 
> Does this mean that we can drop the dependency on !BR2_STATIC_LIBS?
> 

Yes. I planned to send this change when this is applied :)

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

* [Buildroot] [PATCH] package/tslib: bump version to 1.11
  2017-06-06 15:47   ` Martin Kepplinger
@ 2017-06-06 15:58     ` Peter Korsgaard
  2017-06-06 16:00       ` Martin Kepplinger
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-06 15:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:

 > On 2017-06-06 17:20, Peter Korsgaard wrote:
 >>>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:
 >> 
 >> > Release notes for the curious:
 >> >    https://github.com/kergoth/tslib/blob/master/NEWS
 >> 
 >> Sorry, forgot to ask:
 >> 
 >> NEWS states:
 >> 
 >> This release includes the following bugfixes:
 >> * ff8c7d9 use dlfcn.h dynamic loading function only if libdl is available
 >> 
 >> 
 >> Does this mean that we can drop the dependency on !BR2_STATIC_LIBS?
 >> 

 > Yes. I planned to send this change when this is applied :)

Ahh, ok. For future reference, it is fine to include such changes in the
version bump change.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/tslib: bump version to 1.11
  2017-06-06 15:58     ` Peter Korsgaard
@ 2017-06-06 16:00       ` Martin Kepplinger
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Kepplinger @ 2017-06-06 16:00 UTC (permalink / raw)
  To: buildroot

On 2017-06-06 17:58, Peter Korsgaard wrote:
>>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:
> 
>  > On 2017-06-06 17:20, Peter Korsgaard wrote:
>  >>>>>>> "Martin" == Martin Kepplinger <martin.kepplinger@ginzinger.com> writes:
>  >> 
>  >> > Release notes for the curious:
>  >> >    https://github.com/kergoth/tslib/blob/master/NEWS
>  >> 
>  >> Sorry, forgot to ask:
>  >> 
>  >> NEWS states:
>  >> 
>  >> This release includes the following bugfixes:
>  >> * ff8c7d9 use dlfcn.h dynamic loading function only if libdl is available
>  >> 
>  >> 
>  >> Does this mean that we can drop the dependency on !BR2_STATIC_LIBS?
>  >> 
> 
>  > Yes. I planned to send this change when this is applied :)
> 
> Ahh, ok. For future reference, it is fine to include such changes in the
> version bump change.
> 

oh. alright. sorry for the overhead now.

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

end of thread, other threads:[~2017-06-06 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 12:50 [Buildroot] [PATCH] package/tslib: bump version to 1.11 Martin Kepplinger
2017-06-06 15:19 ` Peter Korsgaard
2017-06-06 15:20 ` Peter Korsgaard
2017-06-06 15:47   ` Martin Kepplinger
2017-06-06 15:58     ` Peter Korsgaard
2017-06-06 16:00       ` Martin Kepplinger

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.