From 751aa87e6ac88bd51b95ae7f646cbe1aea156772 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Sun, 17 May 2020 20:37:04 +0000 Subject: The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 12.3, 11.8, 10.13, 9.6.18, and 9.5.22. This release fixes one security issue found in the PostgreSQL server and over 75 bugs reported over the last three months. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please plan to update at your earliest convenience. Update the backup warning text. [1] Add plpython and plperl libs for hstore, jsonb and ltree for the versions where they exist. These libs are added to the postgresql??-plpython and -plperl ports, inspired by [2]. PR: 237910 [1], 245246 [2] Submitted by: Francesco [1], Loïc Bartoletti [2] --- databases/postgresql95-plpython/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'databases/postgresql95-plpython/Makefile') diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index a5e70e9499d1..e6b6b52fa148 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -2,4 +2,6 @@ WANT_PGSQL_VER= 9.5 +INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython + .include "${.CURDIR}/../postgresql12-plpython/Makefile" -- cgit v1.2.3