All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4
@ 2021-02-01 17:48 Fabrice Fontaine
  2021-02-01 18:21 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2021-02-01 17:48 UTC (permalink / raw)
  To: buildroot

- Use LICENSE.md which has been added in the release tarball since
  version 1.11 and
  https://github.com/zeux/pugixml/commit/ccb63a91865b59d3a4c1dde61fecf12ec085c089
- Fix a build failure with gerbera >= 1.5.0 when building pugixml in
  header-only mode

Fixes:
 - http://autobuild.buildroot.org/results/9c1919bacd23da0505a4eb828a806997a23b640f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/pugixml/pugixml.hash | 4 ++--
 package/pugixml/pugixml.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/pugixml/pugixml.hash b/package/pugixml/pugixml.hash
index 79ae75e83b..5c629ac66f 100644
--- a/package/pugixml/pugixml.hash
+++ b/package/pugixml/pugixml.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a  pugixml-1.10.tar.gz
-sha256  16582559c91ecf831d6289d472a903032e7d7994a86521c5c39513568d6ad208  readme.txt
+sha256  8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716  pugixml-1.11.4.tar.gz
+sha256  ee495f34aeff0c578a99f3350a2050d4e5860d27b2004c03c384a594fa2b0a7a  LICENSE.md
diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk
index 800a3836ce..5d7fc63017 100644
--- a/package/pugixml/pugixml.mk
+++ b/package/pugixml/pugixml.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-PUGIXML_VERSION = 1.10
+PUGIXML_VERSION = 1.11.4
 PUGIXML_SITE = http://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VERSION)
 PUGIXML_LICENSE = MIT
-PUGIXML_LICENSE_FILES = readme.txt
+PUGIXML_LICENSE_FILES = LICENSE.md
 PUGIXML_INSTALL_STAGING = YES
 
 # Pugixml will automatically enable 'long long' support on C++11 compilers,
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4
  2021-02-01 17:48 [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4 Fabrice Fontaine
@ 2021-02-01 18:21 ` Peter Korsgaard
  2021-02-01 18:23   ` Fabrice Fontaine
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2021-02-01 18:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Use LICENSE.md which has been added in the release tarball since
 >   version 1.11 and
 >   https://github.com/zeux/pugixml/commit/ccb63a91865b59d3a4c1dde61fecf12ec085c089
 > - Fix a build failure with gerbera >= 1.5.0 when building pugixml in
 >   header-only mode

So that means that this needs to be backported to 2020.02.x / 2020.11.x
as well?

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4
  2021-02-01 18:21 ` Peter Korsgaard
@ 2021-02-01 18:23   ` Fabrice Fontaine
  2021-02-03 19:21     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2021-02-01 18:23 UTC (permalink / raw)
  To: buildroot

Dear Peter,

Le lun. 1 f?vr. 2021 ? 19:21, Peter Korsgaard <peter@korsgaard.com> a ?crit :
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > - Use LICENSE.md which has been added in the release tarball since
>  >   version 1.11 and
>  >   https://github.com/zeux/pugixml/commit/ccb63a91865b59d3a4c1dde61fecf12ec085c089
>  > - Fix a build failure with gerbera >= 1.5.0 when building pugixml in
>  >   header-only mode
>
> So that means that this needs to be backported to 2020.02.x / 2020.11.x
> as well?
Yes.
>
> Committed, thanks.
>
> --
> Bye, Peter Korsgaard
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4
  2021-02-01 18:23   ` Fabrice Fontaine
@ 2021-02-03 19:21     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-02-03 19:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Dear Peter,
 > Le lun. 1 f?vr. 2021 ? 19:21, Peter Korsgaard <peter@korsgaard.com> a ?crit :
 >> 
 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > - Use LICENSE.md which has been added in the release tarball since
 >> >   version 1.11 and
 >> >   https://github.com/zeux/pugixml/commit/ccb63a91865b59d3a4c1dde61fecf12ec085c089
 >> > - Fix a build failure with gerbera >= 1.5.0 when building pugixml in
 >> >   header-only mode
 >> 
 >> So that means that this needs to be backported to 2020.02.x / 2020.11.x
 >> as well?
 > Yes.

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-03 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 17:48 [Buildroot] [PATCH 1/1] package/pugixml: bump to version 1.11.4 Fabrice Fontaine
2021-02-01 18:21 ` Peter Korsgaard
2021-02-01 18:23   ` Fabrice Fontaine
2021-02-03 19:21     ` 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.