-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PostgreSQL to the latest versions
- Loading branch information
Showing
8 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- src/pl/plperl/GNUmakefile.old 2020-02-16 20:01:28.953183370 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2020-02-16 20:01:48.943311971 +0300 | ||
--- src/pl/plperl/GNUmakefile 2024-11-12 01:48:40.000000000 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2025-01-25 22:57:13.000000000 +0300 | ||
@@ -55,6 +55,9 @@ | ||
|
||
SHLIB_LINK = $(perl_embed_ldflags) | ||
|
||
+# Force rpath to be used even though we disable it everywhere else | ||
+SHLIB_LINK += $(rpath) | ||
+ | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) --dlpath=$(top_builddir)/src/test/regress | ||
REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \ | ||
plperl_elog plperl_util plperl_init plperlu plperl_array \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
%{!?llvm:%global llvm 1} | ||
|
||
%define majorver 13 | ||
%define minorver 16 | ||
%define minorver 18 | ||
%define rel 0 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 13 | ||
|
@@ -1121,6 +1121,12 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 13.18-0 | ||
- https://www.postgresql.org/docs/13/release-13-18.html | ||
|
||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 13.17-0 | ||
- https://www.postgresql.org/docs/13/release-13-17.html | ||
|
||
* Fri Sep 06 2024 Anton Novojilov <[email protected]> - 13.16-0 | ||
- https://www.postgresql.org/docs/13/release-13-16.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- src/pl/plperl/GNUmakefile.old 2020-02-16 20:01:28.953183370 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2020-02-16 20:01:48.943311971 +0300 | ||
--- src/pl/plperl/GNUmakefile 2024-11-12 01:48:40.000000000 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2025-01-25 22:57:13.000000000 +0300 | ||
@@ -55,6 +55,9 @@ | ||
|
||
SHLIB_LINK = $(perl_embed_ldflags) | ||
|
||
+# Force rpath to be used even though we disable it everywhere else | ||
+SHLIB_LINK += $(rpath) | ||
+ | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) --dlpath=$(top_builddir)/src/test/regress | ||
REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \ | ||
plperl_elog plperl_util plperl_init plperlu plperl_array \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
%{!?llvm:%global llvm 1} | ||
|
||
%define majorver 14 | ||
%define minorver 13 | ||
%define minorver 15 | ||
%define rel 0 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 14 | ||
|
@@ -1131,6 +1131,12 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 14.15-0 | ||
- https://www.postgresql.org/docs/14/release-14-15.html | ||
|
||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 14.14-0 | ||
- https://www.postgresql.org/docs/14/release-14-14.html | ||
|
||
* Fri Sep 06 2024 Anton Novojilov <[email protected]> - 14.13-0 | ||
- https://www.postgresql.org/docs/14/release-14-13.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- src/pl/plperl/GNUmakefile.old 2020-02-16 20:01:28.953183370 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2020-02-16 20:01:48.943311971 +0300 | ||
--- src/pl/plperl/GNUmakefile 2024-11-12 01:48:40.000000000 +0300 | ||
+++ src/pl/plperl/GNUmakefile 2025-01-25 22:57:13.000000000 +0300 | ||
@@ -55,6 +55,9 @@ | ||
|
||
SHLIB_LINK = $(perl_embed_ldflags) | ||
|
||
+# Force rpath to be used even though we disable it everywhere else | ||
+SHLIB_LINK += $(rpath) | ||
+ | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) | ||
REGRESS_OPTS = --dbname=$(PL_TESTDB) --dlpath=$(top_builddir)/src/test/regress | ||
REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \ | ||
plperl_elog plperl_util plperl_init plperlu plperl_array \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
%{!?zstd:%global zstd 1} | ||
|
||
%define majorver 15 | ||
%define minorver 8 | ||
%define minorver 10 | ||
%define rel 0 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 15 | ||
|
@@ -1143,6 +1143,12 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 15.10-0 | ||
- https://www.postgresql.org/docs/15/release-15-10.html | ||
|
||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 15.9-0 | ||
- https://www.postgresql.org/docs/15/release-15-9.html | ||
|
||
* Fri Sep 06 2024 Anton Novojilov <[email protected]> - 15.8-0 | ||
- https://www.postgresql.org/docs/15/release-15-8.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
%{!?zstd:%global zstd 1} | ||
|
||
%define majorver 16 | ||
%define minorver 4 | ||
%define minorver 6 | ||
%define rel 0 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 16 | ||
|
@@ -58,7 +58,6 @@ Source2: Makefile.regress | |
Source3: pg_config.h | ||
Source4: README.rpm-dist | ||
Source5: ecpg_config.h | ||
Source6: %{realname}-%{majorver}-libs.conf | ||
Source7: https://www.postgresql.org/files/documentation/pdf/%{majorver}/%{realname}-%{majorver}-A4.pdf | ||
Source8: %{realname}.pam | ||
Source9: filter-requires-perl-Pg.sh | ||
|
@@ -1142,6 +1141,12 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 16.6-0 | ||
- https://www.postgresql.org/docs/16/release-16-6.html | ||
|
||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 16.5-0 | ||
- https://www.postgresql.org/docs/16/release-16-5.html | ||
|
||
* Fri Sep 06 2024 Anton Novojilov <[email protected]> - 16.4-0 | ||
- https://www.postgresql.org/docs/16/release-16-4.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
%{!?zstd:%global zstd 1} | ||
|
||
%define majorver 17 | ||
%define minorver 0 | ||
%define minorver 2 | ||
%define rel 0 | ||
%define fullver %{majorver}.%{minorver} | ||
%define pkgver 17 | ||
|
@@ -1153,5 +1153,11 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 17.2-0 | ||
- https://www.postgresql.org/docs/17/release-17-2.html | ||
|
||
* Sat Jan 25 2025 Anton Novojilov <[email protected]> - 17.1-0 | ||
- https://www.postgresql.org/docs/17/release-17-1.html | ||
|
||
* Sat Nov 02 2024 Anton Novojilov <[email protected]> - 17.0-0 | ||
- Initial build for kaos-repo |