* [Buildroot] [PATCH 1/1] package/postgis: bump version to 3.4.0
@ 2023-09-21 7:16 Maxim Kochetkov via buildroot
2023-09-21 12:49 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Kochetkov via buildroot @ 2023-09-21 7:16 UTC (permalink / raw)
To: buildroot; +Cc: Maxim Kochetkov
Changelog: https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.4.0/NEWS
Licenses updates:
- BSD-3-Clause for xsl:
https://github.com/postgis/postgis/commit/1a525819301c7b715a74cd1549142dede3e34e49
- Update urls and add SFCGAL links and licenses:
https://github.com/postgis/postgis/commit/0015540bc60b716e169f9d2c928897e997bf8632
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
package/postgis/postgis.hash | 4 ++--
package/postgis/postgis.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/postgis/postgis.hash b/package/postgis/postgis.hash
index 8550a57939..812d2dc017 100644
--- a/package/postgis/postgis.hash
+++ b/package/postgis/postgis.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 9a2a219da005a1730a39d1959a1c7cec619b1efb009b65be80ffc25bad299068 postgis-3.3.2.tar.gz
-sha256 55b69f22e1752830dd565852dc7ff242daf289dbd3a6bfede5db43f90d2e28c9 LICENSE.TXT
+sha256 aee9b60a6c884d354164b3096c4657f324454186607f859d1ce05d899798af9d postgis-3.4.0.tar.gz
+sha256 2a3bde0a77224496ea6d8efa686da7e29ab0dd6b1a8f90ba12beaf7ae28e878a LICENSE.TXT
diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
index 4148180adf..11eb8e3c5a 100644
--- a/package/postgis/postgis.mk
+++ b/package/postgis/postgis.mk
@@ -4,11 +4,11 @@
#
################################################################################
-POSTGIS_VERSION = 3.3.2
+POSTGIS_VERSION = 3.4.0
POSTGIS_SITE = https://download.osgeo.org/postgis/source
# parallel build issues
POSTGIS_MAKE = $(MAKE1)
-POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-2-Clause, MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
+POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-3-Clause(xsl), GPL-2.0+ or LGPL-3.0+ (SFCGAL), MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
POSTGIS_LICENSE_FILES = LICENSE.TXT
POSTGIS_CPE_ID_VENDOR = postgis
# configure.ac is patched so need to run autoreconf
--
2.40.1
_______________________________________________
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/postgis: bump version to 3.4.0
2023-09-21 7:16 [Buildroot] [PATCH 1/1] package/postgis: bump version to 3.4.0 Maxim Kochetkov via buildroot
@ 2023-09-21 12:49 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-21 12:49 UTC (permalink / raw)
To: Maxim Kochetkov via buildroot; +Cc: Maxim Kochetkov
On Thu, 21 Sep 2023 10:16:25 +0300
Maxim Kochetkov via buildroot <buildroot@buildroot.org> wrote:
> Changelog: https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.4.0/NEWS
>
> Licenses updates:
> - BSD-3-Clause for xsl:
> https://github.com/postgis/postgis/commit/1a525819301c7b715a74cd1549142dede3e34e49
>
> - Update urls and add SFCGAL links and licenses:
> https://github.com/postgis/postgis/commit/0015540bc60b716e169f9d2c928897e997bf8632
>
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
> ---
> package/postgis/postgis.hash | 4 ++--
> package/postgis/postgis.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/postgis/postgis.hash b/package/postgis/postgis.hash
> index 8550a57939..812d2dc017 100644
> --- a/package/postgis/postgis.hash
> +++ b/package/postgis/postgis.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 9a2a219da005a1730a39d1959a1c7cec619b1efb009b65be80ffc25bad299068 postgis-3.3.2.tar.gz
> -sha256 55b69f22e1752830dd565852dc7ff242daf289dbd3a6bfede5db43f90d2e28c9 LICENSE.TXT
> +sha256 aee9b60a6c884d354164b3096c4657f324454186607f859d1ce05d899798af9d postgis-3.4.0.tar.gz
> +sha256 2a3bde0a77224496ea6d8efa686da7e29ab0dd6b1a8f90ba12beaf7ae28e878a LICENSE.TXT
> diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
> index 4148180adf..11eb8e3c5a 100644
> --- a/package/postgis/postgis.mk
> +++ b/package/postgis/postgis.mk
> @@ -4,11 +4,11 @@
> #
> ################################################################################
>
> -POSTGIS_VERSION = 3.3.2
> +POSTGIS_VERSION = 3.4.0
> POSTGIS_SITE = https://download.osgeo.org/postgis/source
> # parallel build issues
> POSTGIS_MAKE = $(MAKE1)
> -POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-2-Clause, MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
> +POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-3-Clause(xsl), GPL-2.0+ or LGPL-3.0+ (SFCGAL), MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
^^^ whitespace was missing here
Applied with this minor nit fixed. Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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:[~2023-09-21 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 7:16 [Buildroot] [PATCH 1/1] package/postgis: bump version to 3.4.0 Maxim Kochetkov via buildroot
2023-09-21 12:49 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox