[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.4-11-g49992d732

git at osgeo.org git at osgeo.org
Tue Nov 2 08:55:31 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.1 has been updated
       via  49992d732e6c7716d149ef30fe593188e2d5f96a (commit)
       via  b2b31fae09388c7fa3410e3d5a024b432ac1e20b (commit)
       via  4f0242dc99d354573b5ffaf4bdaf6c88c279daf1 (commit)
      from  f42489b4ad4131097b71a4e8a67b8a21df228513 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49992d732e6c7716d149ef30fe593188e2d5f96a
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 2 11:53:52 2021 -0400

    1. Add cirrus-ci as ci
    2. Add missing CIs to Readme
    3. Fix irc links postgis not on freenode, now on libera.chat

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 000000000..88284c480
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,35 @@
+freebsd_instance:
+  image: freebsd-12-2-release-amd64
+  cpu: 8
+  memory: 16G
+
+task:
+  only_if: $BRANCH != 'main'
+  install_script:
+    - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
+    - ASSUME_ALWAYS_YES=yes pkg bootstrap -f
+    - pkg install -y bison postgresql12-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql12-contrib
+
+  patch_script:
+    # will be removed
+    - find . -name "*.pl" | xargs sed -i -r 's|/usr/bin/perl|/usr/bin/env perl|'
+  configure_script:
+    - ./autogen.sh
+    - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --without-raster  --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
+    - service postgresql oneinitdb
+    - service postgresql onestart
+    - su -l postgres -c "createuser -s `whoami`"
+  build_script:
+    - gmake -j8
+  check_script:
+    - gmake -j8 check
+    - gmake -j8 install
+    - gmake -j8 check RUNTESTFLAGS="-v --extension"
+    - gmake -j8 check RUNTESTFLAGS="-v --dumprestore"
+  matrix:
+    - name: freebsd12-amd64
+      freebsd_instance:
+          image: freebsd-12-2-release-amd64
+    - name: freebsd13-amd64
+      freebsd_instance:
+          image: freebsd-13-0-release-amd64
diff --git a/README.md b/README.md
index d26775d64..58e980312 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,24 @@ Winnie:
 Dronie:
  [![Build Status](https://dronie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=stable-3.1)](https://dronie.osgeo.org/postgis/postgis?branch=stable-3.1)
 
-GitHub:
- ![CI](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=stable-3.1)](https://github.com/postgis/postgis/actions?query=branch%3Astable-3.1)
+Bessie:
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=bessie&build=last:${params.reference=refs/heads/stable-3.1)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie)
+Bessie32:
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=bessie32&build=last:${params.reference=refs/heads/stable-3.1)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32)
+Berrie64:
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie64&build=last:${params.reference=refs/heads/stable-3.1)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie64)
+Berrie:
+ [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie&build=last:${params.reference=refs/heads/stable-3.1)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie)
+
+
+GitHub Actions:
+ [![Github Actions](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=stable-3.1)](https://github.com/postgis/postgis/actions?query=branch%3Astable-3.1)
 GitLab-CI:
  [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/stable-3.1/pipeline.svg)](https://gitlab.com/postgis/postgis/commits/stable-3.1)
 Drone.io:
  [![Build Status](https://cloud.drone.io/api/badges/postgis/postgis/status.svg?branch=stable-3.1)](https://cloud.drone.io/postgis/postgis?branch=stable-3.1)
+Cirrus-Ci:
+  [![Build Status](https://api.cirrus-ci.com/github/postgis/postgis.svg?branch=stable-3.1)](http://cirrus-ci.com/github/postgis/postgis)
 
 This file is here to play nicely with modern code repository facilities.
 Actual readme is [here](README.postgis).
@@ -21,17 +33,16 @@ https://trac.osgeo.org/postgis/
 ## Official chat room:
 
 Official chat room is the #postgis channel on the
-[freenode](https://freenode.net) network.
+[libera.chat](https://libera.chat) network.
 
 To participate, point your preferred
 [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients)
 to:
 
- irc://irc.freenode.net/#postgis
+ irc://irc.libera.chat/#postgis
 
 Or try a web IRC client like:
- - [qwebirc at freenode](https://webchat.freenode.net/?channels=#postgis)
- - [KiwiIRC](https://kiwiirc.com/client/irc.freenode.net/#postgis)
+ - [web.libera.chat](https://web.libera.chat/?channels=#postgis)
 
 Or join via [matrix](https://matrix.to/#/#postgis:matrix.org)
 

commit b2b31fae09388c7fa3410e3d5a024b432ac1e20b
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 1 19:58:29 2021 -0400

    Respect LDFLAGS in loader.
    Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/59
    For PostGIS 3.1

diff --git a/NEWS b/NEWS
index 9b4abb9af..c74b6d020 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PostGIS 3.1.5
 
 * Bug Fixes
   - #4994, Random missing INSERT in shp2pgsql (Sandro Santilli)
+  - loader: Respect LDFLAGS (Greg Troxel)
 
 
 

commit 4f0242dc99d354573b5ffaf4bdaf6c88c279daf1
Author: Greg Troxel <gdt at lexort.com>
Date:   Mon Nov 1 10:03:56 2021 -0400

    loader: Respect LDFLAGS

diff --git a/loader/Makefile.in b/loader/Makefile.in
index 9aebfe07f..527e1779d 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -28,6 +28,8 @@ SHELL = @SHELL@
 INSTALL = @INSTALL@
 LIBTOOL = @LIBTOOL@
 
+LDFLAGS = @LDFLAGS@
+
 # Filenames with extension as determined by the OS
 POSTGIS-CLI=postgis at EXESUFFIX@
 PGSQL2SHP-CLI=pgsql2shp at EXESUFFIX@

-----------------------------------------------------------------------

Summary of changes:
 .cirrus.yml        | 35 +++++++++++++++++++++++++++++++++++
 NEWS               |  1 +
 README.md          | 23 +++++++++++++++++------
 loader/Makefile.in |  2 ++
 4 files changed, 55 insertions(+), 6 deletions(-)
 create mode 100644 .cirrus.yml


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list