aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql13-server
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix an obscure sed message while going through check-plist.Mathieu Arnold2021-03-221-2/+2
| | | | | | | | | | The obscure message being: sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\) Thanks to: kevans Notes: svn path=/head/; revision=568966
* Remove redundant option descriptions that match the default onesTobias Kortkamp2021-03-071-1/+0
| | | | | | | | | (ignoring case) Reported by: danfe (for net/mosquitto), portscan Notes: svn path=/head/; revision=567577
* PostgreSQL 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 releasedPalle Girgensohn2021-02-113-22/+5
| | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25. This release closes two security vulnerabilities and fixes over 80 bugs reported over the last three months. Additionally, this is the final release of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production environment, we suggest that you make plans to upgrade. Release notes: https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/ Security notes: https://www.postgresql.org/support/security/ Security: CVE-2021-3393, CVE-2021-20229 Notes: svn path=/head/; revision=564956
* Patch to mitigate a crash with LLVM JITPalle Girgensohn2020-12-152-1/+25
| | | | | | | PR: 251192 (Submitted by Dmitry Marakasov) Notes: svn path=/head/; revision=558181
* PostgreSQL 13.1, 12.5, 11.10, 10.15, 9.6.20 released!Palle Girgensohn2020-11-122-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.1, 12.5, 11.10, 10.15 and 9.6.20. This release closes three security vulnerabilities and fixes over 65 bugs reported over the last three months. Due to the nature of CVE-2020-25695, we advise you to update as soon as possible. Additionally, this is the second-to-last release of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production environment, we suggest that you make plans to upgrade. For the full list of changes, please review the release notes. Security: CVE-2020-25695: Multiple features escape "security restricted operation" sandbox Security: CVE-2020-25694: Reconnection can downgrade connection security settings Security: CVE-2020-25696: psql's \gset allows overwriting specially treated variables Notes: svn path=/head/; revision=554966
* devel/icu: update to 68.1Jan Beich2020-11-032-1/+18
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Fix options breakage from r551702.Palle Girgensohn2020-10-141-2/+2
| | | | | | | | | | Make LLVM option work again on everything but powerpc64. PR: 250346 Submitted by: Christian Ullrich Notes: svn path=/head/; revision=552356
* Fix PLIST when building with local timezone dataPalle Girgensohn2020-10-132-2/+1
| | | | | | | | PR: 250241 Submitted by: O. Hartmann Notes: svn path=/head/; revision=552225
* databases/postgresql13-server: make LLVM option unselectablePiotr Kubaj2020-10-081-2/+3
| | | | | | | | | This will still keep this port and its slaves buildable on the package builder on powerpc64, and I doubt anyone uses it on mips*. Reported by: kib@, adamw@ Notes: svn path=/head/; revision=551702
* databases/postgresql13-server: fix build on clang architecturesPiotr Kubaj2020-10-071-5/+8
| | | | | | | | | Move LLVM option configuration after including bsd.port.options.mk. Reported by: kib@ Notes: svn path=/head/; revision=551663
* databases/postgresql13-server: fix build on GCC architecturesPiotr Kubaj2020-10-071-3/+2
| | | | | | | Add the previously removed disabling of LLVM when it's not in base. Notes: svn path=/head/; revision=551634
* Try to fix build on recent FreeBSD versions where clang version > llvm defaultPalle Girgensohn2020-09-301-15/+27
| | | | | | | | | | | | | | | | | ports version. Fix this by depending on a higher version of llvm if such a version exixts, and otherwise use a clang version compatible with the latest llvm. Using llvm was previously dependant on clang being used, and this did not quite work for all cases due to some weird order of variables in the Makefile. The result was that the option set by the used was not really honored. The portrevision is bumped to reflect that the setting of LLVM might not have worked before this portrevison. PR: 244403 Notes: svn path=/head/; revision=550749
* Fix building with LLVMPalle Girgensohn2020-09-272-37/+38
| | | | | | | | | | | | | | | | | | Fix a plist issue [1]. Make sure the LLVM options are correctly handled. Setting the OPTIONS_DEFAULT conditionally based on wheather the default compiler is cland doesn't work properly, it is always set even if you deselect it. Just setting it per default seems to work better. Attempt a fix for building on FreeBSD-13.0 where clang is newer than the default LLVM. First attempt is to use an lower version clang to match what LLVM has as default. [2] PR: 244403 [2], 249933 [2], 249875 [1] Notes: svn path=/head/; revision=550339
* Fix datadir 12->13Palle Girgensohn2020-09-252-2/+2
| | | | | | | Submitted by: Raivo Hool Notes: svn path=/head/; revision=550053
* Welcome PostgreSQL 13Palle Girgensohn2020-09-2426-0/+3954
Release notes: https://www.postgresql.org/about/news/2077/ Notes: svn path=/head/; revision=549921