On 05/25 07:22, Mark Patruck wrote: > Hi Pierre-Emmanuel, Jeremy, ports@ > > the attached diffs update > > - databases/postgresql -> 13.3 > - databases/postgresql-previous -> 12.7 > > to fix multiple security vulnerabilities > > https://www.postgresql.org/support/security/ > > I've been running this for one week w/o issues.
Sorry for not responding to this earlier. OK jeremy@. Unless pea@ objects, I'll commit this in a few days. Thanks, Jeremy > > -Mark > > -- > Mark Patruck ( mark at wrapped.cx ) > GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74 F644 0D3C F66F F286 5E51 > > https://www.wrapped.cx > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/postgresql/Makefile,v > retrieving revision 1.271 > diff -u -p -r1.271 Makefile > --- Makefile 2 Mar 2021 15:22:32 -0000 1.271 > +++ Makefile 14 May 2021 07:27:32 -0000 > @@ -7,9 +7,8 @@ COMMENT-contrib=PostgreSQL RDBMS contrib > COMMENT-plpython=Python procedural language for PostgreSQL > COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous > version > > -VERSION= 13.2 > +VERSION= 13.3 > PREV_MAJOR= 12 > -REVISION= 1 > DISTNAME= postgresql-${VERSION} > PKGNAME-main= postgresql-client-${VERSION} > PKGNAME-server= postgresql-server-${VERSION} > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/postgresql/distinfo,v > retrieving revision 1.88 > diff -u -p -r1.88 distinfo > --- distinfo 11 Feb 2021 17:08:42 -0000 1.88 > +++ distinfo 14 May 2021 07:27:32 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (postgresql-13.2.tar.gz) = > M4akBzYzKs6wVcfJAS7MZlGIU22HTZZ/zFoz55kvgIA= > -SIZE (postgresql-13.2.tar.gz) = 27548921 > +SHA256 (postgresql-13.3.tar.gz) = > C1Sopo2/r13N3YnrOSJ0AUPfUPvqAv79qN50PYr5lRY= > +SIZE (postgresql-13.3.tar.gz) = 27610951 > Index: pkg/PLIST-docs > =================================================================== > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v > retrieving revision 1.100 > diff -u -p -r1.100 PLIST-docs > --- pkg/PLIST-docs 11 Feb 2021 17:08:42 -0000 1.100 > +++ pkg/PLIST-docs 14 May 2021 07:27:32 -0000 > @@ -31,8 +31,10 @@ share/doc/postgresql/html/app-pgconfig.h > share/doc/postgresql/html/app-pgcontroldata.html > share/doc/postgresql/html/app-pgdump.html > share/doc/postgresql/html/app-pgreceivewal.html > +share/doc/postgresql/html/app-pgreceivexlog.html > share/doc/postgresql/html/app-pgrecvlogical.html > share/doc/postgresql/html/app-pgresetwal.html > +share/doc/postgresql/html/app-pgresetxlog.html > share/doc/postgresql/html/app-pgrestore.html > share/doc/postgresql/html/app-pgrewind.html > share/doc/postgresql/html/app-pgverifybackup.html > @@ -41,6 +43,7 @@ share/doc/postgresql/html/app-postmaster > share/doc/postgresql/html/app-psql.html > share/doc/postgresql/html/app-reindexdb.html > share/doc/postgresql/html/app-vacuumdb.html > +share/doc/postgresql/html/appendix-obsolete.html > share/doc/postgresql/html/appendixes.html > share/doc/postgresql/html/applevel-consistency.html > share/doc/postgresql/html/arrays.html > @@ -215,6 +218,7 @@ share/doc/postgresql/html/datetime-appen > share/doc/postgresql/html/datetime-config-files.html > share/doc/postgresql/html/datetime-input-rules.html > share/doc/postgresql/html/datetime-invalid-input.html > +share/doc/postgresql/html/datetime-julian-dates.html > share/doc/postgresql/html/datetime-keywords.html > share/doc/postgresql/html/datetime-posix-timezone-specs.html > share/doc/postgresql/html/datetime-units-history.html > @@ -592,6 +596,7 @@ share/doc/postgresql/html/pgtrgm.html > share/doc/postgresql/html/pgupgrade.html > share/doc/postgresql/html/pgvisibility.html > share/doc/postgresql/html/pgwaldump.html > +share/doc/postgresql/html/pgxlogdump.html > share/doc/postgresql/html/planner-optimizer.html > share/doc/postgresql/html/planner-stats-details.html > share/doc/postgresql/html/planner-stats-security.html > @@ -673,6 +678,7 @@ share/doc/postgresql/html/queries.html > share/doc/postgresql/html/query-path.html > share/doc/postgresql/html/querytree.html > share/doc/postgresql/html/rangetypes.html > +share/doc/postgresql/html/recovery-config.html > share/doc/postgresql/html/reference-client.html > share/doc/postgresql/html/reference-server.html > share/doc/postgresql/html/reference.html > @@ -682,9 +688,10 @@ share/doc/postgresql/html/regress-run.ht > share/doc/postgresql/html/regress-tap.html > share/doc/postgresql/html/regress-variant.html > share/doc/postgresql/html/regress.html > -share/doc/postgresql/html/release-13-1.html > -share/doc/postgresql/html/release-13-2.html > -share/doc/postgresql/html/release-13.html > +share/doc/postgresql/html/release-${V_MAJOR}-1.html > +share/doc/postgresql/html/release-${V_MAJOR}-2.html > +share/doc/postgresql/html/release-${V_MAJOR}-3.html > +share/doc/postgresql/html/release-${V_MAJOR}.html > share/doc/postgresql/html/release-prior.html > share/doc/postgresql/html/release.html > share/doc/postgresql/html/replication-origins.html > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/postgresql-previous/Makefile,v > retrieving revision 1.14 > diff -u -p -r1.14 Makefile > --- Makefile 23 Feb 2021 19:39:12 -0000 1.14 > +++ Makefile 14 May 2021 08:50:25 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= PostgreSQL RDBMS (previous version, for pg_upgrade) > > -VERSION= 12.6 > +VERSION= 12.7 > DISTNAME= postgresql-${VERSION} > PKGNAME= postgresql-previous-${VERSION} > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/postgresql-previous/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 12 Feb 2021 12:39:06 -0000 1.6 > +++ distinfo 14 May 2021 08:50:25 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (postgresql-12.6.tar.gz) = > wiA5y5GmG0bC3ya0/2TGS5XWzz2OJcIqQwvY/o63jn0= > -SIZE (postgresql-12.6.tar.gz) = 27191581 > +SHA256 (postgresql-12.7.tar.gz) = > 2nZnXbNba9nOxa8RF3ShkZgpuEztFtHlfVhre4I9hGc= > +SIZE (postgresql-12.7.tar.gz) = 27229235
