Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions root/ppg/common/deps/etcd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
etcd (3.5.33-1) unstable; urgency=low

* Update to upstream version 3.5.33, per changes described at: https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md#v3533-2026-07-23

-- Percona Development Team <info@percona.com> Fri, 28 Aug 2026 00:00:00 +0000

etcd (3.5.30-1) unstable; urgency=low

* Update to upstream version 3.5.30, per changes described at: https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md#v3530-2026-05-01
Expand Down
2 changes: 1 addition & 1 deletion root/ppg/common/deps/etcd/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/etcd-io/etcd.git</param>
<param name="scm">git</param>
<param name="revision">v3.5.30</param>
<param name="revision">v3.5.33</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">etcd</param>
Expand Down
4 changes: 4 additions & 0 deletions root/ppg/common/deps/etcd/rpm/etcd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/
%attr(755, root, root) %{_bindir}/etcdutl

%changelog
* Fri Aug 28 2026 Percona Development Team <info@percona.com> - 3.5.33-1
- Update to upstream version 3.5.33, per changes described at:
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md#v3533-2026-07-23

* Tue May 15 2026 Percona Development Team <info@percona.com> - 3.5.30-1
- Update to upstream version 3.5.30, per changes described at:
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md#v3530-2026-05-01
Expand Down
4 changes: 2 additions & 2 deletions root/ppg/staging/14/macros.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- PG_MAJOR_VERSION: 14
- PG_PREV_MAJOR_VERSION: 13
- PG_MINOR_VERSION: 23
- PG_PREV_MINOR_VERSION: 22
- PG_MINOR_VERSION: 24
- PG_PREV_MINOR_VERSION: 23
- PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION}
- PGAUDIT_VERSION: 1.6.3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/postgresql-debian-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NEWVERSION=14

try_upgrade () {
# look for the newest "main" cluster
command -v pg_lsclusters >/dev/null || return 0
OLDVERSION=$(pg_lsclusters -h | grep -E '^[0-9.]+ +main ' | tail -n1)
[ "$OLDVERSION" ] || return 0 # no cluster found
OLDVERSION=${OLDVERSION%% *}
Expand Down
4 changes: 2 additions & 2 deletions root/ppg/staging/15/macros.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- PG_MAJOR_VERSION: 15
- PG_PREV_MAJOR_VERSION: 14
- PG_MINOR_VERSION: 18
- PG_PREV_MINOR_VERSION: 17
- PG_MINOR_VERSION: 19
- PG_PREV_MINOR_VERSION: 18
- PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION}
- PGAUDIT_VERSION: 1.7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/postgresql-debian-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NEWVERSION=15

try_upgrade () {
# look for the newest "main" cluster
command -v pg_lsclusters >/dev/null || return 0
OLDVERSION=$(pg_lsclusters -h | grep -E '^[0-9.]+ +main ' | tail -n1)
[ "$OLDVERSION" ] || return 0 # no cluster found
OLDVERSION=${OLDVERSION%% *}
Expand Down
2 changes: 1 addition & 1 deletion root/ppg/staging/16/extras/containers/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ qa:
- pipeline: ppg-obs-upgrade
parameters:
REPOSITORY: registry.opensuse.org/${OBS_CONTAINER_REGISTRY_ROOTPRJ}/ppg/staging/16/extras/containers/ubi9
OLD_SERVER_VERSION: "15.18"
OLD_SERVER_VERSION: "15.19"
NEW_SERVER_VERSION: %!{PG_VERSION}
UPGRADE_DOCKER_TAG: %!{PG_MAJOR_VERSION}-%!{PG_PREV_MAJOR_VERSION}
OLD_DOCKER_REPOSITORY: registry.opensuse.org/isv/percona/ppg/staging/%!{PG_PREV_MAJOR_VERSION}/extras/containers/ubi9
Expand Down
5 changes: 3 additions & 2 deletions root/ppg/staging/16/macros.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- PG_MAJOR_VERSION: 16
- PG_PREV_MAJOR_VERSION: 15
- PG_MINOR_VERSION: 14
- PG_PREV_MINOR_VERSION: 13
- PG_MINOR_VERSION: 15
- PG_PREV_MINOR_VERSION: 14
- PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION}
- PERCONA_PG_PATCH_VERSION: 1
- PGAUDIT_VERSION: 16.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/postgresql-debian-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NEWVERSION=18

try_upgrade () {
# look for the newest "main" cluster
command -v pg_lsclusters >/dev/null || return 0
OLDVERSION=$(pg_lsclusters -h | grep -E '^[0-9.]+ +main ' | tail -n1)
[ "$OLDVERSION" ] || return 0 # no cluster found
OLDVERSION=${OLDVERSION%% *}
Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/16/tde/percona-pg_tde/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
debhelper (>= 9),
meson,
cmake,
ninja-build,
chrpath,
pkg-config,
Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/16/tde/percona-pg_tde/debian/debian.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
debhelper (>= 9),
meson,
cmake,
ninja-build,
chrpath,
pkg-config,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Use the pre-ratification spelling "c++2a" of the C++20 standard so that
meson 0.56.2 on Debian 11 accepts the cpp_std value ("c++20" was only
added to meson's cpp_std choices in 0.57). gcc and clang treat -std=c++2a
and -std=c++20 identically, and g++ 10 on bullseye compiles the C++ KMIP
client fine. The libkmip cmake subproject needs no change: cmake itself
emits -std=c++2a for CMAKE_CXX_STANDARD 20 on gcc 10.
--- a/meson.build
+++ b/meson.build
@@ -139,7 +139,7 @@ shared_module('pg_tde',
'src/pg_tde_guc.c',
'src/smgr/pg_tde_smgr.c',
),
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
include_directories: incdirs,
install: true,
install_dir: pkglibdir,
@@ -168,7 +168,7 @@ pg_tde_frontend = static_library('pg_tde_frontend',
),
c_args: ['-DFRONTEND'],
cpp_args: ['-DFRONTEND'],
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
dependencies: [pgfeutils, pgcommon, pgport, curl, crypto, ssl, kmipclient, kmipcore],
include_directories: incdirs,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
meson-cpp-std-c2a
4 changes: 2 additions & 2 deletions root/ppg/staging/16/tde/percona-pg_tde/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<service name="obs_scm">
<param name="url">https://github.com/percona/pg_tde.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_TDE_VERSION}</param>
<param name="revision">%!{PG_TDE_VERSION}</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">release-(.*)</param>
<param name="submodules">enable</param>
<param name="filename">percona-pg_tde%!{PG_MAJOR_VERSION}</param>
</service>
<service mode="buildtime" name="tar" />
Expand Down
7 changes: 6 additions & 1 deletion root/ppg/staging/16/tde/percona-pg_tde/rpm/pg_tde.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ License: PostgreSQL
URL: https://github.com/percona/pg_tde
Source0: %{sname}-%{version}.tar.gz

BuildRequires: %{pg_name}-devel chrpath openssl-devel libcurl-devel zlib-devel libzstd-devel libxml2-devel libxslt-devel libselinux-devel pam-devel krb5-devel readline-devel meson
BuildRequires: %{pg_name}-devel chrpath openssl-devel libcurl-devel zlib-devel libzstd-devel libxml2-devel libxslt-devel libselinux-devel pam-devel krb5-devel readline-devel meson cmake
%if 0%{?gts_version}
BuildRequires: gcc-toolset-%{gts_version}-gcc gcc-toolset-%{gts_version}-gcc-c++ gcc-toolset-%{gts_version}-annobin-plugin-gcc
%endif
%if 0%{?suse_version} >= 1500
BuildRequires: libjson-c-devel liblz4-devel
# The C++ KMIP client needs a C++ compiler. Without gcc-c++ in the chroot
# meson falls back to clang++ (pulled in via the llvm BuildRequires) while
# C is compiled by gcc; with SUSE's default -flto=auto the mixed toolchain
# produces archives/objects the linker cannot combine.
BuildRequires: gcc-c++
%else
BuildRequires: json-c-devel lz4-devel
%endif
Expand Down
4 changes: 2 additions & 2 deletions root/ppg/staging/16/tde/percona-postgresql/obs/_service
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<services>
<service name="obs_scm">
<param name="url">https://github.com/Percona-Lab/postgres.git</param>
<param name="url">https://github.com/percona/postgres.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_VERSION}</param>
<param name="revision">release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
<param name="version">%!{PG_VERSION}</param>
<param name="filename">percona-postgresql</param>
</service>
Expand Down
2 changes: 1 addition & 1 deletion root/ppg/staging/17/extras/containers/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ qa:
- pipeline: ppg-obs-upgrade
parameters:
REPOSITORY: registry.opensuse.org/${OBS_CONTAINER_REGISTRY_ROOTPRJ}/ppg/staging/17/extras/containers/ubi9
OLD_SERVER_VERSION: "16.14"
OLD_SERVER_VERSION: "16.15"
NEW_SERVER_VERSION: %!{PG_VERSION}
UPGRADE_DOCKER_TAG: %!{PG_MAJOR_VERSION}-%!{PG_PREV_MAJOR_VERSION}
OLD_DOCKER_REPOSITORY: registry.opensuse.org/isv/percona/ppg/staging/%!{PG_PREV_MAJOR_VERSION}/extras/containers/ubi9
Expand Down
6 changes: 3 additions & 3 deletions root/ppg/staging/17/macros.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- PG_MAJOR_VERSION: 17
- PG_PREV_MAJOR_VERSION: 16
- PG_MINOR_VERSION: 10
- PG_PREV_MINOR_VERSION: 9
- PG_MINOR_VERSION: 11
- PG_PREV_MINOR_VERSION: 10
- PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION}
- PERCONA_PG_PATCH_VERSION: 2
- PERCONA_PG_PATCH_VERSION: 1
- PGAUDIT_VERSION: 17.1
1 change: 1 addition & 0 deletions root/ppg/staging/17/percona-pg_tde/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
debhelper (>= 9),
meson,
cmake,
ninja-build,
chrpath,
pkg-config,
Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/17/percona-pg_tde/debian/debian.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
debhelper (>= 9),
meson,
cmake,
ninja-build,
chrpath,
pkg-config,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Use the pre-ratification spelling "c++2a" of the C++20 standard so that
meson 0.56.2 on Debian 11 accepts the cpp_std value ("c++20" was only
added to meson's cpp_std choices in 0.57). gcc and clang treat -std=c++2a
and -std=c++20 identically, and g++ 10 on bullseye compiles the C++ KMIP
client fine. The libkmip cmake subproject needs no change: cmake itself
emits -std=c++2a for CMAKE_CXX_STANDARD 20 on gcc 10.
--- a/meson.build
+++ b/meson.build
@@ -139,7 +139,7 @@ shared_module('pg_tde',
'src/pg_tde_guc.c',
'src/smgr/pg_tde_smgr.c',
),
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
include_directories: incdirs,
install: true,
install_dir: pkglibdir,
@@ -168,7 +168,7 @@ pg_tde_frontend = static_library('pg_tde_frontend',
),
c_args: ['-DFRONTEND'],
cpp_args: ['-DFRONTEND'],
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
dependencies: [pgfeutils, pgcommon, pgport, curl, crypto, ssl, kmipclient, kmipcore],
include_directories: incdirs,
)
1 change: 1 addition & 0 deletions root/ppg/staging/17/percona-pg_tde/debian/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
meson-cpp-std-c2a
4 changes: 2 additions & 2 deletions root/ppg/staging/17/percona-pg_tde/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<service name="obs_scm">
<param name="url">https://github.com/percona/pg_tde.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_TDE_VERSION}</param>
<param name="revision">%!{PG_TDE_VERSION}</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">release-(.*)</param>
<param name="submodules">enable</param>
<param name="filename">percona-pg_tde17</param>
</service>
<service mode="buildtime" name="tar" />
Expand Down
7 changes: 6 additions & 1 deletion root/ppg/staging/17/percona-pg_tde/rpm/pg_tde.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ License: PostgreSQL
URL: https://github.com/percona/pg_tde
Source0: %{sname}-%{version}.tar.gz

BuildRequires: %{pg_name}-devel chrpath openssl-devel libcurl-devel zlib-devel libzstd-devel libxml2-devel libxslt-devel libselinux-devel pam-devel krb5-devel readline-devel meson
BuildRequires: %{pg_name}-devel chrpath openssl-devel libcurl-devel zlib-devel libzstd-devel libxml2-devel libxslt-devel libselinux-devel pam-devel krb5-devel readline-devel meson cmake
%if 0%{?gts_version}
BuildRequires: gcc-toolset-%{gts_version}-gcc gcc-toolset-%{gts_version}-gcc-c++ gcc-toolset-%{gts_version}-annobin-plugin-gcc
%endif
%if 0%{?suse_version} >= 1500
BuildRequires: libjson-c-devel liblz4-devel
# The C++ KMIP client needs a C++ compiler. Without gcc-c++ in the chroot
# meson falls back to clang++ (pulled in via the llvm BuildRequires) while
# C is compiled by gcc; with SUSE's default -flto=auto the mixed toolchain
# produces archives/objects the linker cannot combine.
BuildRequires: gcc-c++
%else
BuildRequires: json-c-devel lz4-devel
%endif
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/postgresql-debian-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NEWVERSION=17

try_upgrade () {
# look for the newest "main" cluster
command -v pg_lsclusters >/dev/null || return 0
OLDVERSION=$(pg_lsclusters -h | grep -E '^[0-9.]+ +main ' | tail -n1)
[ "$OLDVERSION" ] || return 0 # no cluster found
OLDVERSION=${OLDVERSION%% *}
Expand Down
2 changes: 1 addition & 1 deletion root/ppg/staging/18/extras/containers/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ qa:
- pipeline: ppg-obs-upgrade
parameters:
REPOSITORY: registry.opensuse.org/${OBS_CONTAINER_REGISTRY_ROOTPRJ}/ppg/staging/18/extras/containers/ubi9
OLD_SERVER_VERSION: "17.10"
OLD_SERVER_VERSION: "17.11"
NEW_SERVER_VERSION: %!{PG_VERSION}
UPGRADE_DOCKER_TAG: %!{PG_MAJOR_VERSION}-%!{PG_PREV_MAJOR_VERSION}
OLD_DOCKER_REPOSITORY: registry.opensuse.org/isv/percona/ppg/staging/%!{PG_PREV_MAJOR_VERSION}/extras/containers/ubi9
Expand Down
6 changes: 3 additions & 3 deletions root/ppg/staging/18/macros.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- PG_MAJOR_VERSION: 18
- PG_PREV_MAJOR_VERSION: 17
- PG_MINOR_VERSION: 4
- PG_PREV_MINOR_VERSION: 3
- PG_MINOR_VERSION: 6
- PG_PREV_MINOR_VERSION: 4
- PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION}
- PERCONA_PG_PATCH_VERSION: 2
- PERCONA_PG_PATCH_VERSION: 1
- PGAUDIT_VERSION: 18.0
2 changes: 1 addition & 1 deletion root/ppg/staging/18/percona-pg_oidc_validator/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/Percona-Lab/pg_oidc_validator.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_OIDC_VALIDATOR_VERSION}</param>
<param name="revision">%!{PG_OIDC_VALIDATOR_VERSION}</param>
<param name="version">%!{PG_OIDC_VALIDATOR_VERSION}</param>
<param name="filename">percona-pg_oidc_validator%!{PG_MAJOR_VERSION}</param>
</service>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global sname percona-pg_oidc_validator%{pgmajorversion}

Name: %{sname}
Version: 1.0
Version: 1.0.0
Release: 1%{?dist}
Summary: PostgreSQL OAuth/OIDC token validator extension

Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/18/percona-pg_tde/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
mawk,
meson,
cmake,
ninja-build,
pkg-config,
debhelper (>= 9),
Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/18/percona-pg_tde/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Maintainer: Percona Development Team <info@percona.com>
Build-Depends:
mawk,
meson,
cmake,
ninja-build,
pkg-config,
debhelper (>= 9),
Expand Down
1 change: 1 addition & 0 deletions root/ppg/staging/18/percona-pg_tde/debian/debian.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Build-Depends:
libzstd-dev,
mawk,
meson,
cmake,
ninja-build,
pkg-config,
percona-postgresql-server-dev-all (>= 153~),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Use the pre-ratification spelling "c++2a" of the C++20 standard so that
meson 0.56.2 on Debian 11 accepts the cpp_std value ("c++20" was only
added to meson's cpp_std choices in 0.57). gcc and clang treat -std=c++2a
and -std=c++20 identically, and g++ 10 on bullseye compiles the C++ KMIP
client fine. The libkmip cmake subproject needs no change: cmake itself
emits -std=c++2a for CMAKE_CXX_STANDARD 20 on gcc 10.
--- a/meson.build
+++ b/meson.build
@@ -139,7 +139,7 @@ shared_module('pg_tde',
'src/pg_tde_guc.c',
'src/smgr/pg_tde_smgr.c',
),
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
include_directories: incdirs,
install: true,
install_dir: pkglibdir,
@@ -168,7 +168,7 @@ pg_tde_frontend = static_library('pg_tde_frontend',
),
c_args: ['-DFRONTEND'],
cpp_args: ['-DFRONTEND'],
- override_options: ['cpp_std=c++20'],
+ override_options: ['cpp_std=c++2a'],
dependencies: [pgfeutils, pgcommon, pgport, curl, crypto, ssl, kmipclient, kmipcore],
include_directories: incdirs,
)
1 change: 1 addition & 0 deletions root/ppg/staging/18/percona-pg_tde/debian/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
meson-cpp-std-c2a
3 changes: 1 addition & 2 deletions root/ppg/staging/18/percona-pg_tde/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<service name="obs_scm">
<param name="url">https://github.com/percona/pg_tde.git</param>
<param name="scm">git</param>
<param name="revision">release-%!{PG_TDE_VERSION}</param>
<param name="revision">%!{PG_TDE_VERSION}</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">release-(.*)</param>
<param name="submodules">enable</param>
<param name="filename">percona-pg_tde%!{PG_MAJOR_VERSION}</param>
</service>
Expand Down
Loading
Loading