On Thu, Sep 09, 2021 at 07:30:44AM +0200, Mark Patruck wrote: > Hi Pierre-Emmanuel, > > the following diff updates databases/postgresql to 13.4, which fixes > over 75 bugs and addresses CVE-2021-3677 (Memory disclosure in certain > queries) > > Notes: https://www.postgresql.org/docs/13/release-13-4.html > > Running fine on amd64 for a few days now. > > -Mark >
Hello, I have the same diff. ok pea@ Thank you > > > -- > 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.274 > diff -u -p -r1.274 Makefile > --- Makefile 11 Jul 2021 23:05:06 -0000 1.274 > +++ Makefile 24 Aug 2021 08:47:16 -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.3 > +VERSION= 13.4 > PREV_MAJOR= 12 > -REVISION= 0 > 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.89 > diff -u -p -r1.89 distinfo > --- distinfo 7 Jun 2021 15:14:27 -0000 1.89 > +++ distinfo 24 Aug 2021 08:47:16 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (postgresql-13.3.tar.gz) = > C1Sopo2/r13N3YnrOSJ0AUPfUPvqAv79qN50PYr5lRY= > -SIZE (postgresql-13.3.tar.gz) = 27610951 > +SHA256 (postgresql-13.4.tar.gz) = > Wde8Uj54VwxUmHb+0pfsPkbdMH6Q9bHSL0kYEZHPID4= > +SIZE (postgresql-13.4.tar.gz) = 27687091 > Index: pkg/PLIST-docs > =================================================================== > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v > retrieving revision 1.101 > diff -u -p -r1.101 PLIST-docs > --- pkg/PLIST-docs 7 Jun 2021 15:14:27 -0000 1.101 > +++ pkg/PLIST-docs 24 Aug 2021 08:47:16 -0000 > @@ -383,6 +383,9 @@ share/doc/postgresql/html/git.html > share/doc/postgresql/html/glossary.html > share/doc/postgresql/html/gssapi-auth.html > share/doc/postgresql/html/gssapi-enc.html > +share/doc/postgresql/html/hash-implementation.html > +share/doc/postgresql/html/hash-index.html > +share/doc/postgresql/html/hash-intro.html > share/doc/postgresql/html/high-availability.html > share/doc/postgresql/html/history.html > share/doc/postgresql/html/hot-standby.html > @@ -691,6 +694,7 @@ 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-3.html > +share/doc/postgresql/html/release-13-4.html > share/doc/postgresql/html/release-13.html > share/doc/postgresql/html/release-prior.html > share/doc/postgresql/html/release.html