notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/postgresql13-server/pkg-plist-server
SVNWeb

Number of commits found: 10

Thu, 9 Feb 2023
[ 14:52 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:8f04ac817353175e8f73e8561d404b81b9d20ce4  commit hash:8f04ac817353175e8f73e8561d404b81b9d20ce4  commit hash:8f04ac817353175e8f73e8561d404b81b9d20ce4  8f04ac8  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
databases/postgresql??-*: upgrade to latest versions

The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.2, 14.7, 13.10, 12.14,
and 11.19. This release closes one security vulnerability and fixes over
60 bugs reported over the last several months.

Release notes:	https://www.postgresql.org/docs/release/
Security:	CVE-2022-41862: Client memory disclosure when
		connecting, with Kerberos, to modified server.
Thu, 10 Nov 2022
[ 16:23 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:792a1db259a1e0b8588727d5a200dc62dac54ae8  commit hash:792a1db259a1e0b8588727d5a200dc62dac54ae8  commit hash:792a1db259a1e0b8588727d5a200dc62dac54ae8  792a1db  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
databases/postgresq??-*: update to latest version

PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!

The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.1, 14.6, 13.9, 12.13,
11.18, and 10.23. This release fixes 25 bugs reported over the last
several months.

This is the final release of PostgreSQL 10. PostgreSQL 10 will no longer
receive security and bug fixes. If you are running PostgreSQL 10 in a
production environment, we suggest that you make plans to upgrade.

Release notes:	https://www.postgresql.org/docs/release/
Mon, 3 Oct 2022
[ 08:29 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:c54eaee9b25b1e5a82d00277e2dca7ccf67c0a81  commit hash:c54eaee9b25b1e5a82d00277e2dca7ccf67c0a81  commit hash:c54eaee9b25b1e5a82d00277e2dca7ccf67c0a81  c54eaee 
databases/postgresql??-server: fix bad PLIST substitutions

Noted by:	sunpoet@
Thu, 19 May 2022
[ 13:36 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:5b11f47f0d59c95f6dcf1ff75badede5ec84e72e  commit hash:5b11f47f0d59c95f6dcf1ff75badede5ec84e72e  commit hash:5b11f47f0d59c95f6dcf1ff75badede5ec84e72e  5b11f47  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
databases/postgresql??-*: add postgresql-15 to the ports tree

Introduce PostgreSQL-15 to the ports tree.

Make version 15 the master port, and add plist parameter for the
postgresql version.

Release notes:	https://www.postgresql.org/docs/devel/release.html
Thu, 11 Nov 2021
[ 14:37 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:d3db7630c79762949ca7d0f3cbf1db128ebecca4  commit hash:d3db7630c79762949ca7d0f3cbf1db128ebecca4  commit hash:d3db7630c79762949ca7d0f3cbf1db128ebecca4  d3db763  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
databases/postgresql??-*: updated to latest version

This release contains a variety of fixes from the previous version.

A dump/restore is not required for those running the same major version.
However, note that installations using physical replication should
update standby servers before the primary server, as explained in the
release notes.

Also, several bugs have been found that may have resulted in corrupted
indexes, as explained in the next several changelog entries.  If any of
those cases apply to you, it's recommended to reindex possibly-affected
indexes after updating.

This release also mitigates two possible man-in-the-middle attacks.

Security:	2ccd71bd-426b-11ec-87db-6cc21735f730
Release notes:	https://www.postgresql.org/docs/release/14.1/
Thu, 20 May 2021
[ 14:35 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:21a4d52359f0e59b4f0dbb97212db803352e067e  commit hash:21a4d52359f0e59b4f0dbb97212db803352e067e  commit hash:21a4d52359f0e59b4f0dbb97212db803352e067e  21a4d52 
databases/postgresql1[123]-server: remove trailing space in pkg-plist
Sat, 15 May 2021
[ 09:12 Palle Girgensohn (girgen) search for other commits by this committer ]    commit hash:ab83f2b4bb78a718efa5c43247ba1e1d207f99b6  commit hash:ab83f2b4bb78a718efa5c43247ba1e1d207f99b6  commit hash:ab83f2b4bb78a718efa5c43247ba1e1d207f99b6  ab83f2b  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
databases/postgresql??-*: Upgrade to latest version

PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released!

The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 13.3, 12.7, 11.12, 10.17, and
9.6.22. This release closes three security vulnerabilities and fixes over 45
bugs reported over the last three months.

Security fixes in this release:

CVE-2021-32027: Buffer overrun from integer overflow in array subscripting
                calculations

CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 13 Oct 2020
[ 09:57 girgen search for other commits by this committer ] Original commit   Revision:552225
Fix PLIST when building with local timezone data

PR:		250241
Submitted by:	O. Hartmann
Sun, 27 Sep 2020
[ 20:17 girgen search for other commits by this committer ] Original commit   Revision:550339
Fix building with LLVM

Fix a plist issue [1].

Make sure the LLVM options are correctly handled. Setting the OPTIONS_DEFAULT
conditionally based on wheather the default compiler is cland doesn't work
properly, it is always set even if you deselect it. Just setting it per default
seems to work better.

Attempt a fix for building on FreeBSD-13.0 where clang is newer than the
default LLVM. First attempt is to use an lower version clang to match what LLVM
has as default. [2]

PR:	244403 [2], 249933 [2], 249875 [1]
Thu, 24 Sep 2020
[ 13:33 girgen search for other commits by this committer ] Original commit   Revision:549921 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Welcome PostgreSQL 13

Release notes:	https://www.postgresql.org/about/news/2077/

Number of commits found: 10