<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql13-server, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-02-12T14:47:42Z</updated>
<entry>
<title>databases/postgresql*-*: Update to latest version</title>
<updated>2026-02-12T14:47:42Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2026-02-12T11:57:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=52f5d9e988c8199c50518360ba7c33d2239e7590'/>
<id>urn:sha1:52f5d9e988c8199c50518360ba7c33d2239e7590</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 18.2, 17.8, 16.12, 15.16,
and 14.21. This release fixes 5 security vulnerabilities and over 65
bugs reported over the last several months.

Release notes:
https://www.postgresql.org/about/news/postgresql-182-178-1612-1516-and-1421-released-3235/
https://www.postgresql.org/docs/release/

Security:
CVE-2026-2003: PostgreSQL oidvector discloses a few bytes of memory
CVE-2026-2004: PostgreSQL intarray missing validation of type of input to selectivity estimator executes arbitrary code
CVE-2026-2005: PostgreSQL pgcrypto heap buffer overflow executes arbitrary code
CVE-2026-2006: PostgreSQL missing validation of multibyte character length executes arbitrary code
CVE-2026-2007: PostgreSQL pg_trgm heap buffer overflow writes pattern onto server memory

Remove postgresql13* since it is now EoL.
</content>
</entry>
<entry>
<title>databases/postgresql??-*: Update to latest versions</title>
<updated>2025-11-13T17:29:03Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2025-11-13T17:29:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b5e55910e2e5ec97ac8c4eff79036ac3e95a6457'/>
<id>urn:sha1:b5e55910e2e5ec97ac8c4eff79036ac3e95a6457</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 18.1, 17.7, 16.11, 15.15,
14.20, and 13.23. This release fixes 2 security vulnerabilities and over
50 bugs reported over the last several months.

This is the final release of PostgreSQL 13. PostgreSQL 13 is now
end-of-life and will no longer receive security and bug fixes.

Release notes:	https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/
</content>
</entry>
<entry>
<title>databases/postgresql{13,14,15,16,17,18}-*: Multiple fixes</title>
<updated>2025-11-05T10:23:43Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-11-05T10:18:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a626924cf25a85f7554c10b63dcf61f36d948016'/>
<id>urn:sha1:a626924cf25a85f7554c10b63dcf61f36d948016</id>
<content type='text'>
- Strip shared library and binary executable
- Fix stage-qa
- Bump PORTREVISION for package change

postgresql{13,14,15,16,17,18}-server:
- Clean up Makefile: Remove unnecessary ";\"
- Sort PLIST: share/locale comes before DATADIR (share/postgresql)

postgresql{17,18}-plperl:
- Remove duplicate USES=perl5
- Add missing USE_PERL5=run

from postgresql{17,18}-plperl build log:
====&gt; Running Q/A tests (stage-qa)
Error: /usr/local/lib/postgresql/bool_plperl.so is linked to /usr/local/lib/perl5/5.40/mach/CORE/libperl.so.5.40 from lang/perl5.40 but it is not declared as a dependency

PR:		290587
Approved by:	girgen
</content>
</entry>
<entry>
<title>databases/postgresql*-client: install libpgfeutils.a, bump PORTREVISION.</title>
<updated>2025-09-11T12:27:18Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2025-09-11T12:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7609156ab5575d8502a706201ffe63e9655eae38'/>
<id>urn:sha1:7609156ab5575d8502a706201ffe63e9655eae38</id>
<content type='text'>
Approved by:	girgen@
</content>
</entry>
<entry>
<title>databases/postgresql??-*: Update to latest versions</title>
<updated>2025-08-14T14:10:17Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2025-08-14T12:22:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=69445f026f12df5bacc72906ee98f63403ebd755'/>
<id>urn:sha1:69445f026f12df5bacc72906ee98f63403ebd755</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 17.6, 16.10, 15.14, 14.19,
and 13.22, as well as the third beta release of PostgreSQL 18. This
release fixes 3 security vulnerabilities and over 55 bugs reported over
the last several months.

If you previously created a BRIN index using the
numeric_minmax_multi_ops operator class, please see the "Updating"
section for additional instructions after upgrading your instance.

For the full list of changes, please review the release notes.

Build client with ZSTD default [1].
Support promote and logrotate commans in RC-script. [2]

PR:		287225 [1], 288836 [2]
Security:	fc048b51-7909-11f0-90a2-6cc21735f730
Release notes:	https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/
</content>
</entry>
<entry>
<title>databases/postgresql1?-contrib: Fix plist issue for openssl=off</title>
<updated>2025-08-07T12:25:19Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2025-08-07T12:19:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce8336b671f9d8be8c6abbf2aca5b43d34101b23'/>
<id>urn:sha1:ce8336b671f9d8be8c6abbf2aca5b43d34101b23</id>
<content type='text'>
When OPENSSL=off, pgcrypto was not built but existed unconditionally in
the plist.

Noted by: Andrea Venturoli
</content>
</entry>
<entry>
<title>libxml2: chase libxml soversion bump</title>
<updated>2025-06-30T09:04:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-06-30T09:04:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3068854dd0263c7ccc8d62569081d3e150a21651'/>
<id>urn:sha1:3068854dd0263c7ccc8d62569081d3e150a21651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>databases/postgresql??-*: Update to latest version</title>
<updated>2025-05-08T20:00:15Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2025-05-08T19:46:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9608d62ae7125d78cd9f16748f786c8581699ad'/>
<id>urn:sha1:a9608d62ae7125d78cd9f16748f786c8581699ad</id>
<content type='text'>
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!

The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 17.5, 16.9, 15.13, 14.18,
and 13.21. This release fixes 1 security vulnerability and over 60 bugs
reported over the last several months.

Security:	78b8e808-2c45-11f0-9a65-6cc21735f730
Release notes:	https://www.postgresql.org/about/news/postgresql-175-169-1513-1418-and-1321-released-3072/
</content>
</entry>
<entry>
<title>databases/postgresql??-*: Upgrade to latest versions</title>
<updated>2025-02-20T14:41:24Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2025-02-20T13:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e30c0647036e097b38ed2e56536333f95957f189'/>
<id>urn:sha1:e30c0647036e097b38ed2e56536333f95957f189</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 17.4, 16.8, 15.12, 14.17,
and 13.20.

The issues listed below affect PostgreSQL 17. Some of these issues may
also affect other supported versions of PostgreSQL.

Improve behavior of quoting functions in libpq. The fix for
CVE-2025-1094 caused the quoting functions to not honor their string
length parameters and, in some cases, cause crashes. This problem could
be noticeable from a PostgreSQL client library, based on how it is
integrated with libpq.

Fix small memory leak in pg_createsubscriber.

Also fix a problem in the FreeBSD port, where the rc script wouldn't
return properly, messing up orchestration tools like ansible. [1]

PR:		272502 [1]
Release notes:	https://www.postgresql.org/docs/release/
</content>
</entry>
<entry>
<title>*/*: Bump consumers of devel/icu</title>
<updated>2025-02-14T23:12:32Z</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2025-02-14T23:12:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ff33dd4700e81bd57df259a0fe29ed5fdddf2653'/>
<id>urn:sha1:ff33dd4700e81bd57df259a0fe29ed5fdddf2653</id>
<content type='text'>
...to avoid library mismatches
</content>
</entry>
</feed>
