Skip to content

Commit 7a9d6d3

Browse files
committed
[PGPRO-7091]: Updated versions of some dependencies
1 parent 8d786a3 commit 7a9d6d3

File tree

5 files changed

+4428
-12
lines changed

5 files changed

+4428
-12
lines changed

build/helpers/dependencies.cmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ SET WindowsTargetPlatformVersion=%WindowsSDKVersion%
2525

2626
rem GOTO :BUILD_ICONV
2727
rem GOTO :BUILD_ICU
28-
2928
if "%PRODUCT_NAME%" == "PostgreSQL" goto :SKIP_ZSTD
3029
if "%PRODUCT_NAME%" == "PostgresPro" goto :SKIP_ZSTD
3130

@@ -220,9 +219,11 @@ CD /D %DOWNLOADS_DIR%
220219
TITLE Building xml...
221220
CD /D %DOWNLOADS_DIR%
222221
REM wget -c ftp://xmlsoft.org/libxml2/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
223-
wget -c http://repo.postgrespro.ru/depends/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
222+
wget -c http://repo.postgrespro.ru/depends/libxml2-v%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
224223
rm -rf %DEPENDENCIES_BIN_DIR%\libxml2 %DEPENDENCIES_SRC_DIR%\libxml2-*
225224
MKDIR %DEPENDENCIES_BIN_DIR%\libxml2
225+
rem problem with symlink on first tar run : /ambig_name-class.rng: Cannot create symlink to "tutorA.rng"
226+
tar xf libxml2-%XML_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR%
226227
tar xf libxml2-%XML_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR
227228
CD /D %DEPENDENCIES_SRC_DIR%\libxml2-*
228229
rem libxml2 2.9.7 doesn't need this patch
@@ -247,7 +248,7 @@ CD /D %DOWNLOADS_DIR%
247248
TITLE Building xslt...
248249
CD /D %DOWNLOADS_DIR%
249250
REM wget -c ftp://xmlsoft.org/libxslt/libxslt-%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
250-
wget -c http://repo.postgrespro.ru/depends/libxslt-%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
251+
wget -c http://repo.postgrespro.ru/depends/libxslt-v%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
251252
rm -rf %DEPENDENCIES_BIN_DIR%\libxslt %DEPENDENCIES_SRC_DIR%\libxslt-*
252253
MKDIR %DEPENDENCIES_BIN_DIR%\libxslt
253254
tar xf libxslt-%XSLT_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR

build/helpers/setvars.cmd

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
REM LIBRARY VERSIONS
2-
SET ICONV_VER=1.16
3-
SET XSLT_VER=1.1.32
2+
SET ICONV_VER=1.17
3+
SET XSLT_VER=1.1.36
44
SET ZLIB_VER=1.2.12
5-
SET XML_VER=2.9.9
6-
rem SET OPENSSL_VER=1.0.2n
7-
SET OPENSSL_VER=1.1.1g
8-
SET GETTEXT_VER=0.20.2
9-
SET LIBSSH2_VER=1.6.0
5+
SET XML_VER=2.10.0
6+
SET OPENSSL_VER=1.1.1q
7+
SET GETTEXT_VER=0.21
8+
SET LIBSSH2_VER=1.10.0
9+
SET ZSTD_RELEASE=1.5.2
1010
SET WXWIDGETS_VER=3.0.2
1111
SET EDITLINE_VER=2.205
12-
SET ZSTD_RELEASE=1.5.0
1312
SET ICU_VER=56_2
1413
SET LZ4_RELEASE=1.9.3
1514

nsis/postgresql.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Written by Postgres Professional, Postgrespro.ru
33
; used plugins: AccessControl, UserMgr,
44
; and AddToPath plugin was created by Victor Spirin for this project
5-
5+
Unicode False
66
!addplugindir Plugins
77
!include "postgres.def.nsh"
88
;--------------------------------

0 commit comments

Comments
 (0)