aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The PostgreSQL Global Development Group has released an update to allPalle Girgensohn2019-02-1534-313/+733
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supported versions of our database system, including 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21. This release changes the behavior in how PostgreSQL interfaces with `fsync()` and includes fixes for partitioning and over 70 other bugs that were reported over the past three months. Users should plan to apply this update at the next scheduled downtime. FreeBSD port adds OPTIONS knob to support LLVM JIT. [1] Highlight: Change in behavior with fsync() ------------------------------------------ When available in an operating system and enabled in the configuration file (which it is by default), PostgreSQL uses the kernel function `fsync()` to help ensure that data is written to a disk. In some operating systems that provide `fsync()`, when the kernel is unable to write out the data, it returns a failure and flushes the data that was supposed to be written from its data buffers. This flushing operation has an unfortunate side-effect for PostgreSQL: if PostgreSQL tries again to write the data to disk by again calling `fsync()`, `fsync()` will report back that it succeeded, but the data that PostgreSQL believed to be saved to the disk would not actually be written. This presents a possible data corruption scenario. This update modifies how PostgreSQL handles a `fsync()` failure: PostgreSQL will no longer retry calling `fsync()` but instead will panic. In this case, PostgreSQL can then replay the data from the write-ahead log (WAL) to help ensure the data is written. While this may appear to be a suboptimal solution, there are presently few alternatives and, based on reports, the problem case occurs extremely rarely. A new server parameter `data_sync_retry` has been added to manage this behavior. If you are certain that your kernel does not discard dirty data buffers in such scenarios, you can set `data_sync_retry` to `on` to restore the old behavior. Release Notes: https://www.postgresql.org/about/news/1920/ PR: 232490 [1] Notes: svn path=/head/; revision=492989
* Update to 6.3.63Jochen Neumeister2019-02-152-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492988
* Don't break when there are multiple libc versions in crates.Alex Dupre2019-02-151-4/+4
| | | | Notes: svn path=/head/; revision=492987
* Update to 2.3d.r162Emanuel Haupt2019-02-152-5/+10
| | | | Notes: svn path=/head/; revision=492986
* [REMOVE PORT] www/wml: removing to properly add it back using 'svn copy'Vinícius Zavam2019-02-1521-808/+1
| | | | | | | | | | | | - www/wml was not properly added back on r490457; - svn copy should come from r437070. Reported by: adamw, mat Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19114 Notes: svn path=/head/; revision=492985
* sysutils/intel-pcm-devel: update g20181227 to g20190207 (0e9461a)Vinícius Zavam2019-02-152-6/+6
| | | | | | | | Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19103 Notes: svn path=/head/; revision=492984
* devel/hub: update 2.7.0 to 2.9.0Vinícius Zavam2019-02-152-29/+26
| | | | | | | | | | | | | | - Shell Completion Files are installed by default; - remove *_RUN_DEPENDS from the shell completion options; - new option to chose backend to be used (D19117). PR: 235598 Submitted by: swills Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19028 Notes: svn path=/head/; revision=492983
* - Add LICENSEDmitry Marakasov2019-02-151-0/+5
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=492982
* Remove GeoIP-related options after anncounce in r490368Jochen Neumeister2019-02-153-4/+2
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492981
* Update to 0.1.b137Emanuel Haupt2019-02-152-4/+4
| | | | Notes: svn path=/head/; revision=492980
* Update to 0.1.5Emanuel Haupt2019-02-152-6/+6
| | | | Notes: svn path=/head/; revision=492979
* Update to 7.5.4Jochen Neumeister2019-02-152-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492978
* Update to 5.1.17Jochen Neumeister2019-02-152-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492977
* Update to 1.13.3Jochen Neumeister2019-02-152-4/+4
| | | | | | | | | PR: 235697 Submitted by: loic.blot@unix-experience.fr (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492976
* Update to 1.13.3Jochen Neumeister2019-02-152-5/+4
| | | | | | | | | PR: 235696 Submitted by: loic.blot@unix-experience.fr (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492975
* Update to 8.5.38Jochen Neumeister2019-02-153-8/+4
| | | | | | | | | | | | Changelog: http://tomcat.apache.org/tomcat-8.5-doc/changelog.html PR: 235694 Submitted by: joneum Approved by: maintainer Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492974
* Update to 9.0.16Jochen Neumeister2019-02-153-8/+6
| | | | | | | | | | | | Changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html PR: 235693 Submitted by: joneum Approved by: maintainer Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=492973
* Update to the latest att/ast github commit.Cy Schubert2019-02-152-5/+5
| | | | Notes: svn path=/head/; revision=492972
* - update to 2.0Dirk Meyer2019-02-152-6/+6
| | | | Notes: svn path=/head/; revision=492971
* New port: textproc/libcyaml: C library for reading and writing YAMLYuri Victorovich2019-02-155-0/+63
| | | | Notes: svn path=/head/; revision=492970
* databases/timescaledb: fix distinfo from r492959Kevin Bowling2019-02-151-3/+3
| | | | | | | | Approved by: timur (implicit r492959) Differential Revision: https://reviews.freebsd.org/D19190 Notes: svn path=/head/; revision=492969
* Provide a script from which to start krb5kdc through /etc/rc.d/kdc.Cy Schubert2019-02-1512-0/+36
| | | | | | | | | | | | | Simply add kdc_enable="YES" and kdc_program="/usr/local/sbin/kdc" to /etc/rc.d. The script removes the Heimdal kdc --detach argument prior to invoking krb5kdc. The other approach that was considered was to replace getopt() in kdc/main.c with getopt_long() however this approach was considered too intrusive. Notes: svn path=/head/; revision=492968
* Undeprecate the BARNYARD option now that the dependent portsCraig Leres2019-02-151-6/+0
| | | | | | | | | | | | (security/barnyard and security/bro) have been undeprecated. PR: 235725 Reviewed by: matthew (mentor) Approved by: Zane C. Bowers-Hadley (maintainer), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D19198 Notes: svn path=/head/; revision=492967
* Put LIB_DEPENDS after BUILD_DEPENDS as per mat@ (and the Porter'sCraig Leres2019-02-151-1/+1
| | | | | | | | | | | | Handbook). Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D19197 Notes: svn path=/head/; revision=492966
* When doing makesum set MASTER_SITES and DISTFILES that generate aCraig Leres2019-02-152-11/+36
| | | | | | | | | | | | | | | | distinfo containing all supported Python versions vs. all document formats. While we're here update distfiles to match the new order (i.e. _PYTHON_VERSIONS from Uses/python.mk). PR: 235169 Reviewed by: koobs (python, ports), matthew (mentor) Approved by: koobs (python, ports), matthew (mentor) Differential Revision: D19064 Notes: svn path=/head/; revision=492965
* x11-toolkits/granite: Update to 5.2.3Tobias Kortkamp2019-02-154-18/+8
| | | | | | | Changes: https://github.com/elementary/granite/releases/tag/5.2.3 Notes: svn path=/head/; revision=492964
* Unbreak indexTobias Kortkamp2019-02-151-1/+1
| | | | | | | | make[5]: Unknown modifier 'a' make[5]: ".../devel/llvm80/Makefile" line 318: Malformed conditional (${ARCHM:armv*}) Notes: svn path=/head/; revision=492963
* devel/pyside2: fix dependencies in QtWebEngineWidgetsChristoph Moench-Tegeder2019-02-151-0/+27
| | | | | | | | | | This fixes a failing build on some platforms (reproducable: 11.2 i386). On most platforms, the build succeeded by pure luck only. Reported by: pkg-fallout Notes: svn path=/head/; revision=492962
* Upgrade to 8.0.0rc2.Brooks Davis2019-02-142-20/+20
| | | | | | | | | Fix BE_NATIVE for more platforms. Use the system compiler on armv7. Notes: svn path=/head/; revision=492961
* www/rtv: Update to 1.25.1Danilo G. Baio2019-02-142-4/+4
| | | | | | | Changelog: https://github.com/michael-lazar/rtv/releases/tag/v1.25.1 Notes: svn path=/head/; revision=492960
* databases/timescaledb: Update to 1.2.1Kevin Bowling2019-02-142-2/+2
| | | | | | | | | | | Changelog https://github.com/timescale/timescaledb/releases/tag/1.2.1 Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D19190 Notes: svn path=/head/; revision=492959
* Update to 2.0.13Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://docs.djangoproject.com/en/2.0/releases/ Notes: svn path=/head/; revision=492958
* Update to 1.11.20 to match www/py-django111Sunpoet Po-Chuan Hsieh2019-02-141-1/+1
| | | | Notes: svn path=/head/; revision=492957
* Update to 2.25Sunpoet Po-Chuan Hsieh2019-02-142-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Petal Notes: svn path=/head/; revision=492956
* Update to 0.24Sunpoet Po-Chuan Hsieh2019-02-143-5/+7
| | | | | | | | | | - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Class-Field Notes: svn path=/head/; revision=492955
* Update to 0.126Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack Notes: svn path=/head/; revision=492954
* Update to 1.33.0Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | | Changes: https://github.com/DataDog/dogapi-rb/releases https://github.com/DataDog/dogapi-rb/commits/master Notes: svn path=/head/; revision=492953
* Update to 2.11.220Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492952
* Update to 2.11.220Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492951
* Update to 2.11.220Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492950
* Update to 12.0.0Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://docs.openstack.org/releasenotes/python-novaclient/index.html Notes: svn path=/head/; revision=492949
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://github.com/fmfn/BayesianOptimization/releases Notes: svn path=/head/; revision=492948
* Update to 1.13.0Sunpoet Po-Chuan Hsieh2019-02-142-5/+5
| | | | | | | Changes: https://github.com/pypa/twine/blob/master/docs/changelog.rst Notes: svn path=/head/; revision=492947
* Update to 4.44.0Sunpoet Po-Chuan Hsieh2019-02-142-4/+4
| | | | | | | Changes: https://docs.openstack.org/oslo.db/latest/user/history.html Notes: svn path=/head/; revision=492946
* Clean up MakefileSunpoet Po-Chuan Hsieh2019-02-141-2/+2
| | | | Notes: svn path=/head/; revision=492945
* Update to 1.967015Sunpoet Po-Chuan Hsieh2019-02-143-12/+13
| | | | | | | | | - Take maintainership Changes: https://metacpan.org/changes/distribution/Parse-RecDescent Notes: svn path=/head/; revision=492944
* Update to 1.4.10Sunpoet Po-Chuan Hsieh2019-02-142-5/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 Notes: svn path=/head/; revision=492943
* Update to 1.4.10.0Sunpoet Po-Chuan Hsieh2019-02-141-1/+1
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 Notes: svn path=/head/; revision=492942
* Update to 1.4.10Sunpoet Po-Chuan Hsieh2019-02-142-9/+18
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 Notes: svn path=/head/; revision=492941
* Update to 1.4.10Sunpoet Po-Chuan Hsieh2019-02-142-10/+19
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.10 Notes: svn path=/head/; revision=492940