* [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2
@ 2023-05-03 4:39 Maxim Kochetkov via buildroot
2023-05-07 19:12 ` Yann E. MORIN
2023-06-05 20:23 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-05-03 4:39 UTC (permalink / raw)
To: buildroot; +Cc: Maxim Kochetkov
Changelog: https://github.com/libgeos/geos/releases/tag/3.11.2
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
package/libgeos/libgeos.hash | 2 +-
package/libgeos/libgeos.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libgeos/libgeos.hash b/package/libgeos/libgeos.hash
index cd0a4e0330..54f53d19de 100644
--- a/package/libgeos/libgeos.hash
+++ b/package/libgeos/libgeos.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2 geos-3.11.1.tar.bz2
+sha256 b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc geos-3.11.2.tar.bz2
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/libgeos/libgeos.mk b/package/libgeos/libgeos.mk
index c6d470dc97..5a7932bad2 100644
--- a/package/libgeos/libgeos.mk
+++ b/package/libgeos/libgeos.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGEOS_VERSION = 3.11.1
+LIBGEOS_VERSION = 3.11.2
LIBGEOS_SITE = http://download.osgeo.org/geos
LIBGEOS_SOURCE = geos-$(LIBGEOS_VERSION).tar.bz2
LIBGEOS_LICENSE = LGPL-2.1
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2
2023-05-03 4:39 [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2 Maxim Kochetkov via buildroot
@ 2023-05-07 19:12 ` Yann E. MORIN
2023-06-05 20:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-07 19:12 UTC (permalink / raw)
To: Maxim Kochetkov; +Cc: buildroot
Maxim, All,
On 2023-05-03 07:39 +0300, Maxim Kochetkov via buildroot spake thusly:
> Changelog: https://github.com/libgeos/geos/releases/tag/3.11.2
>
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libgeos/libgeos.hash | 2 +-
> package/libgeos/libgeos.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libgeos/libgeos.hash b/package/libgeos/libgeos.hash
> index cd0a4e0330..54f53d19de 100644
> --- a/package/libgeos/libgeos.hash
> +++ b/package/libgeos/libgeos.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2 geos-3.11.1.tar.bz2
> +sha256 b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc geos-3.11.2.tar.bz2
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
> diff --git a/package/libgeos/libgeos.mk b/package/libgeos/libgeos.mk
> index c6d470dc97..5a7932bad2 100644
> --- a/package/libgeos/libgeos.mk
> +++ b/package/libgeos/libgeos.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBGEOS_VERSION = 3.11.1
> +LIBGEOS_VERSION = 3.11.2
> LIBGEOS_SITE = http://download.osgeo.org/geos
> LIBGEOS_SOURCE = geos-$(LIBGEOS_VERSION).tar.bz2
> LIBGEOS_LICENSE = LGPL-2.1
> --
> 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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2
2023-05-03 4:39 [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2 Maxim Kochetkov via buildroot
2023-05-07 19:12 ` Yann E. MORIN
@ 2023-06-05 20:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-06-05 20:23 UTC (permalink / raw)
To: Maxim Kochetkov via buildroot; +Cc: Maxim Kochetkov
>>>>> "Maxim" == Maxim Kochetkov via buildroot <buildroot@buildroot.org> writes:
> Changelog: https://github.com/libgeos/geos/releases/tag/3.11.2
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Committed to 2023.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-05 20:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03 4:39 [Buildroot] [PATCH 1/1] package/libgeos: bump version to 3.11.2 Maxim Kochetkov via buildroot
2023-05-07 19:12 ` Yann E. MORIN
2023-06-05 20:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox