[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-17-g50f0801ed
git at osgeo.org
git at osgeo.org
Fri Jun 3 21:15:48 PDT 2022
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, master has been updated
via 50f0801edf94b9f99af34bc9fcdd4826ca9ee994 (commit)
from 058fd88a1c5639226e2f06dda66799e85aa80011 (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 50f0801edf94b9f99af34bc9fcdd4826ca9ee994
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jun 4 00:15:34 2022 -0400
PG15 edb is shpping with newer ssl, and postgisgui references it, so copy to folder
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 8cf5bdb41..e9cdec7b3 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -142,6 +142,11 @@ cp ${PGPATHEDB}/bin/libeay32.dll $outdir/bin/postgisgui
cp ${PGPATHEDB}/bin/libcrypto-1_1-x64.dll $outdir/bin/postgisgui
cp ${PGPATHEDB}/bin/libssl-1_1-x64.dll $outdir/bin/postgisgui
+#pg 15 is shipping with newer ssl
+cp ${PGPATHEDB}/bin/libcrypto-3-x64.dll $outdir/bin/postgisgui
+cp ${PGPATHEDB}/bin/libssl-3-x64.dll $outdir/bin/postgisgui
+
+
cp /c/ming${OS_BUILD}${GCC_TYPE}/mingw${OS_BUILD}/bin/libstdc++-6.dll $outdir/bin
cp /c/ming${OS_BUILD}${GCC_TYPE}/mingw${OS_BUILD}/bin/libgcc*.dll $outdir/bin
cp -r ${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin/postgisgui
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/package_postgis.sh | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list