81b05607eeAccepting request 1224296 from server:database:postgresqlAna Guerrero2024-11-15 14:43:22 +00:00
ac6f35f50c- Upgrade to 12.21: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/12.21/ * https://www.postgresql.org/about/news/p-2910/Reinhard Max2024-11-14 14:15:17 +00:00
dd867a2851- Sync spec file from postgresql17. - Pull upstream patch to fix tests with timezone 2024b * postgresql-testsuite-timezone-fix.patchReinhard Max2024-11-05 14:03:35 +00:00
76fc3dce47Accepting request 1171158 from home:aaronpuchert:branches:server:database:postgresqlReinhard Max2024-05-02 07:15:36 +00:00
6c6a0f5d9f- Remove constraints file because improved memory usage for s390xReinhard Max2024-03-11 09:21:53 +00:00
f5b48c393aAccepting request 1154709 from server:database:postgresqlAna Guerrero2024-03-04 20:25:49 +00:00
91c7c93a1aAccepting request 1153295 from home:dimstar:rpm4.20:pReinhard Max2024-03-04 14:16:06 +00:00
69db83cf17Accepting request 1145273 from server:database:postgresqlAna Guerrero2024-02-09 22:52:58 +00:00
2e2b4a38db- Upgrade to 12.18: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/12.18/Reinhard Max2024-02-08 15:26:36 +00:00
9535d3dc2fAccepting request 1121432 from server:database:postgresqlAna Guerrero2023-10-31 19:26:30 +00:00
9e5cf987b7- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.Reinhard Max2023-10-31 11:05:07 +00:00
b4ae1bfbbcAccepting request 1120253 from server:database:postgresqlAna Guerrero2023-10-25 16:04:49 +00:00
1a20e3016b- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.Reinhard Max2023-10-10 13:13:29 +00:00
383c21ac44- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.Reinhard Max2023-05-26 12:03:32 +00:00
581cdd5cc5- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.Reinhard Max2023-05-15 14:55:37 +00:00
79bc144101- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.Reinhard Max2023-04-18 14:04:58 +00:00
897680f1c8- bsc#1198166: Pin to llvm13 until the next patchlevel update.Reinhard Max2022-04-13 12:22:11 +00:00
132983986f- bsc#1195680: Upgrade to 12.10: * https://www.postgresql.org/docs/12/release-12-10.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully. - boo#1190740: Add constraints file with 12GB of memory for s390x as a workaroundReinhard Max2022-02-10 15:27:35 +00:00
b438339ef4- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions.Reinhard Max2021-11-30 16:50:45 +00:00
34f0cffed2- bsc#1192516: Upgrade to version 12.9: * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/12/release-12-0.htmlReinhard Max2021-11-11 14:44:37 +00:00
160833f625- boo#1190740: Add constraints file with 8GB memory for s390x as a workaround for a memory issue with LLVMReinhard Max2021-10-21 15:49:58 +00:00
eab86d3b60- bsc#1187751: Make the dependency of postgresqlXX-server-devel on llvm and clang optional (postgresql-llvm-optional.patch).Reinhard Max2021-08-25 11:41:54 +00:00
427a29ad96- Upgrade to version 12.7: * https://www.postgresql.org/docs/12/release-12-7.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).Reinhard Max2021-05-14 11:50:49 +00:00
c4e0c83cd3- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now.Reinhard Max2021-03-15 19:41:14 +00:00
33034dc643- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.Reinhard Max2021-02-19 15:57:01 +00:00
6017c5a148Upgrade to version 12.6: * https://www.postgresql.org/docs/12/release-12-6.html * Reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * Obsoletes postgresql-icu68.patch.Reinhard Max2021-02-12 12:12:41 +00:00
fe1981634c- BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.Reinhard Max2020-11-20 11:54:36 +00:00
890fb5a7f0- bsc#1178961: %ghost the symlinks to pg_config and ecpg.Reinhard Max2020-11-20 10:01:45 +00:00
901b3754a1- Upgrade to version 12.5: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/12/release-12-5.htmlReinhard Max2020-11-12 14:27:36 +00:00