aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql94-plpython
Commit message (Collapse)AuthorAgeFilesLines
* Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman2016-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql-9.0.x was declared EoL in September 2015. Summary: Remove 9.0 from the list of postgresql versions available in ports Disconnect postgresql90 ports from the build Remove postgresql90-pgtcl port Remove postgresql90-client port Move the master postgreslXY-plperl makefile to postgresql95-plperl/Makefile. Adjust include lines in other postgresqlXY-plperl ports Delete postgresql90-plperl Move the master postgreslXY-plpython/{Makefile,pkg-descr} to postgresl95-plpython/{Makefile,pkg-descr} Adjust all other postgresqlXY-plpython/Makefile to include the new master Remove postgresql90-server Reviewers: jgh, girgen, #portmgr, O5 Ports Framework, bapt, crees Reviewed By: #portmgr, O5 Ports Framework, bapt, crees Subscribers: mat Differential Revision: https://reviews.freebsd.org/D6898 Notes: svn path=/head/; revision=417899
* Update PostgreSQL port to latest version.Palle Girgensohn2015-10-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | Two security issues have been fixed in this release which affect users of specific PostgreSQL features: CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service. CVE-2015-5288: The crypt( function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed. This update will also disable SSL renegotiation by default; previously, it was enabled by default. SSL renegotiation will be removed entirely in PostgreSQL versions 9.5 and later. URL: http://www.postgresql.org/about/news/1615/ Security: CVE-2015-5288 CVE-2015-5289 Notes: svn path=/head/; revision=398895
* Fixup any version changes I missed yesterday.Chris Rees2014-08-261-1/+1
| | | | | | | Shown logs by: antoine Notes: svn path=/head/; revision=366197
* Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of ↵Palle Girgensohn2014-05-201-0/+6
postgresql94-ports Notes: svn path=/head/; revision=354695