1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

472582 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
39e927f5bb databases/pgpool: Update from 3.4.22 to 3.4.23
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-23.html

MFH:		2019Q2
2019-04-08 07:05:33 +00:00
Yuri Victorovich
e3780d1d7a deskutils/cherrytree: Add NO_ARCH=yes 2019-04-08 06:48:28 +00:00
Antoine Brodin
afa34648d7 Unbreak
Pointy hat:	yuri
2019-04-08 06:44:24 +00:00
Yuri Victorovich
a5707083b4 New port: deskutils/cherrytree: Hierarchical note taking application 2019-04-08 06:39:24 +00:00
Gerald Pfeifer
919ed7c795 Update to the 20180405 snapshot of GCC 8.3.1. 2019-04-08 05:00:59 +00:00
Wen Heping
52710cb93d - Update to 3.0.1 2019-04-08 03:30:22 +00:00
Wen Heping
8e5bb38031 - Update to 1.11
PR:		237088
Submitted by:	oleg.derevenetz@gmail.com(maintainer)
2019-04-08 02:03:33 +00:00
Yuri Victorovich
f92f9ea7f6 audio/caps-lv2: Update g20170626 -> g20190321 2019-04-08 01:13:21 +00:00
Yuri Victorovich
70cbed4873 audio/synthpod-lv2: Update g20170810 -> g20190407
* Change to meson.
* Some options disappeared (KX, SHOW), they became ON by default.
2019-04-08 00:59:49 +00:00
Tobias Kortkamp
e39485aea3 devel/ccls: Fix build with multiple llvm* packages installed
Apparently it is possible for the build to pick multiple LLVM
versions if LLVM_DIR is not explicitly set similar to Clang_DIR.

$ grep llvm $(make -V CONFIGURE_WRKSRC)/CMakeCache.txt
Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang
LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm

PR:		237089
Submitted by:	fullermd@over-yonder.net
2019-04-08 00:37:46 +00:00
Tobias Kortkamp
23ee8219ec databases/sequeler: Update to 0.7.0
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.7.0
2019-04-08 00:34:41 +00:00
Kai Knoblich
37406deaa6 sysutils/dvdisaster: Update to 0.79.5
* Pass maintainership to submitter
* Switch to new MASTER_SITES as the previous one ceased to exist
* Switch to GCC as upstream officially supports GCC only (it still compiles
  with CLANG if appropriate patching of the GNUMakefile is used. But the
  chances are somewhat higher that it might introduce subtle errors during
  runtime because some valid statements are optimized out by CLANG)
* Add desktop and icon file
* Add missing library dependencies
* Add additional documentation that describes how dvdisaster accesses
  optical drives with FreeBSD
* Add more information to pkg-message and make it dynamic
* Include two patches from Debian that fix the missing language fields with
  .po files. [1]
* Remove debug options that are not really useful for end users
* Remove redundant configure script arguments
* Remove redundant do-configure target
* Sort pkg-plist

While I'm here:

* Fix the license
* Simplify the makefile targets further by using only option helpers and
  thus remove the need for <bsd.port.{pre,post}.mk>

Changelog since 0.72.6 (summary):

The most prominent feature of this version is that the multithreaded RS03
codec reached production quality, and all required features have been
implemented.

A few things will be added with the next releases:

* Adaptive reading is currently disabled as it does not support RS03 yet and
  would crash or misbehave on RS03 error correction data
* A heuristic for an exhaustive re-discovery of RS03 structures in a badly
  damaged medium is missing in the decoder

But these things should not keep you from using RS03, as the encoder is
complete and future decoder enhancements do not affect already created RS03
data.

0.79.4 (07-10-2012 / not released)

* Optical drives would only be detected for /dev/pass[0-9] on FreeBSD. Fixed
  to work with arbitrary /dev/pass numbers.
* Blocked menu selection when any other action is in progress
* Made actions properly shut down (e.g. remove incomplete ecc data) when
  closing the window or pushing the "Quit" button.
* Changed sources for clean compile on gcc 4.4.3
* Added #include <zlib.h> for libpng 1.5 compatibility
* Introduced internal Image object for unified access to optical media and
  on disk ISO images; lots of internal changes and fixes due to that
* Added --ignore-iso-size option
* Fixed bug in pngpack
* Added remaining patches for Czech online manual.
* More comprehensive and unified version information for banner, --version,
  log window and log file to aid in working on bug reports
* Hardcoded icons to defeat theming
* Changed glib.h include for compatibility with glib 2.32
* Removed Darwin / Mac OS X support
* Synced with dvdisaster 0.72.4 fixes
* Completed RS01 and RS03 specification in the papers subdir

0.79.3 (21-11-2010)

* Fixed and documented -n command line options for RS02.
* Reworked configure for current NetBSD release

PR:		236423
Submitted by:	Bob Eager <bob@eager.cx>
Approved by:	tcberner (mentor)
Obtained from:	Debian [1]
Differential Revision:	https://reviews.freebsd.org/D19807
2019-04-07 21:00:25 +00:00
Emanuel Haupt
8766321431 Update to 0.11.0 2019-04-07 20:40:54 +00:00
Antoine Brodin
29ee01d868 Update to 20190331
Announce:	http://blog.kiddaland.net/2019/04/plaso-20190331-released.html
2019-04-07 20:40:11 +00:00
Antoine Brodin
13fc1375e9 Update to 20190329 2019-04-07 20:38:19 +00:00
Emanuel Haupt
914ef9b9ae Update to 1.12.0 2019-04-07 20:35:39 +00:00
Yuri Victorovich
1d10f73be6 devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.

PR:		236134
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2019-04-07 20:14:01 +00:00
Sunpoet Po-Chuan Hsieh
39e5354188 Update to 0.87
Changes:	https://metacpan.org/changes/distribution/Text-BibTeX
2019-04-07 20:07:16 +00:00
Sunpoet Po-Chuan Hsieh
2a0e8f12a4 Update to 2.05
Changes:	https://metacpan.org/changes/distribution/Locale-SubCountry
2019-04-07 20:07:11 +00:00
Sunpoet Po-Chuan Hsieh
36ddad1546 Add NO_ARCH 2019-04-07 20:07:06 +00:00
Sunpoet Po-Chuan Hsieh
cf08e27daf Add NO_ARCH
- Sort PLIST
2019-04-07 20:07:01 +00:00
Sunpoet Po-Chuan Hsieh
e3718840a7 Update to 0.95
Changes:	https://metacpan.org/changes/distribution/Data-Object
2019-04-07 20:06:55 +00:00
Sunpoet Po-Chuan Hsieh
4b8194aae1 Update to 0.0946
Changes:	https://metacpan.org/changes/distribution/Archive-Any
2019-04-07 20:06:50 +00:00
Sunpoet Po-Chuan Hsieh
8edab3e91a Update to 2.11.256
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-07 20:06:45 +00:00
Sunpoet Po-Chuan Hsieh
ea54ca7e0b Update to 2.11.256
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-07 20:06:40 +00:00
Sunpoet Po-Chuan Hsieh
dc189bb336 Update to 2.11.256
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-07 20:06:34 +00:00
Sunpoet Po-Chuan Hsieh
9a1e0e221d Update to 12.7
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/nickoala/telepot/blob/master/CHANGELOG.md
2019-04-07 20:06:29 +00:00
Sunpoet Po-Chuan Hsieh
0c6d3e5444 Update to 4.7.0
- Update COMMENT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/pexpect/pexpect/blob/master/doc/history.rst
		https://pexpect.readthedocs.io/en/stable/history.html#releases
2019-04-07 20:06:23 +00:00
Sunpoet Po-Chuan Hsieh
42e72f2281 Update to 0.6.6
Changes:	https://github.com/ko-zu/psl/commits/master
2019-04-07 20:06:18 +00:00
Sunpoet Po-Chuan Hsieh
3e2f9887fc Update to 3.2.1
Changes:	https://github.com/AnalogJ/lexicon/releases
2019-04-07 20:06:13 +00:00
Sunpoet Po-Chuan Hsieh
6ecb428e5e Update to 1.3.0
- Update WWW
- Take maintainership

Changes:	https://github.com/ifduyue/python-xxhash/releases
2019-04-07 20:06:08 +00:00
Sunpoet Po-Chuan Hsieh
9455ed2e2a Update to 4.14.5
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-04-07 20:06:03 +00:00
Sunpoet Po-Chuan Hsieh
a2a46fd7f5 Update to 0.79
- Fix LICENSE
- Add LICENSE_FILE
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Inline-CPP
2019-04-07 20:05:57 +00:00
Sunpoet Po-Chuan Hsieh
dc14d8c898 Update dns/public_suffix_list to 20190329
- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2019-04-07 20:05:51 +00:00
Sunpoet Po-Chuan Hsieh
0e41e5b4e6 Update to 0.18
- Add DESKTOP and MANPAGES options
- Convert to options target helper

Changes:	https://github.com/bpython/bpython/releases
		https://github.com/bpython/bpython/blob/master/CHANGELOG
2019-04-07 20:05:45 +00:00
Sunpoet Po-Chuan Hsieh
95e1975619 Update to newer snapshot
Changes:	https://github.com/tarantool/tarantool-c/commits/master
2019-04-07 20:05:40 +00:00
Sunpoet Po-Chuan Hsieh
74b4b94bc2 Add LICENSE_FILE 2019-04-07 20:05:35 +00:00
Kai Knoblich
0e4f331c25 textproc/scancode-toolkit: Update to 3.0.2
* Update the patch for "setup.py" to relax the version ranges
* Update the paths for the plugin "extractcode-libarchive" in the
  do-{build,install} targets
* Remove the patch for "extractcode_libarchive2.py" that is no longer
  required

Changelog (since 2.9.7 / summary):

API changes:

* Streamline Package models. In particular the way checksums are managed has
  changed
* In Package models, rename normalized_license to license_expression and add
  license detection on the declared_license to populate the
  license_expression

Improvements for license / package detections:

* Add new and improved licenses and license detection rules
* Improve package summaries. Add new plugin to improve package
  classification

Command line:

* Always delete temporary files when no longer needed.
* Add a new --keep-temp-files option to keep temp files which is false by
  default.

Internals:

* Improve reusing resource.VirtualCode
* Place all third-party packages under thirdparty and update ABOUT files

Outputs:

* The html-app output is marked as DEPRECATED. Use the AboutCode manager app
  instead
* Ensure HTML outputs can deal with non-ASCII file paths without crashsing
* JSON outputs now use a "headers" attributes for top-level scan headers
* SPDX output is now possible even without "--info" SHA1 checksums. This
  creates a partially valid document
* LicenseRef for non-SPDX ScanCode licenses are named as
  "LicenseRef-scancode-<scancode key>"
* license_expression are correctly included in the CSV output
* Do not crash with multiple outputs
* Ensure CSV output include packages

https://github.com/nexB/scancode-toolkit/blob/v3.0.2/CHANGELOG.rst

Approved by:	mentors (implicit)
2019-04-07 19:09:10 +00:00
Muhammad Moinur Rahman
017e72b5ac net/py-wsproto: Update version 0.13.0=>0.14.0 2019-04-07 18:55:13 +00:00
Muhammad Moinur Rahman
88f1ca39a1 www/py-cherrypy-old: Mark DEPRECATED
- Latest version is in tree and no dependent ports
- EXPIRATION set to 2019-05-08
2019-04-07 18:53:28 +00:00
Stephen Montgomery-Smith
a6e0d18d4a - Change MASTER_SITES to a web site I own. This is a stop-gap measure until
I or someone else gets time to upgrade netgen to version 6.
2019-04-07 18:31:06 +00:00
Yuri Victorovich
9a864afae8 graphics/ossim: Unbreak builds on i386
PR:		221702
Submitted by:	lbartoletti (maintainer)
2019-04-07 17:57:16 +00:00
Yuri Victorovich
a092b1d827 audio/qmidiarp: fix build with GCC-based architectures
PR:		237039
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-04-07 17:48:24 +00:00
Yuri Victorovich
940a8b42f7 math/py-GridDataFormats: Update 0.4.0 -> 0.4.1
Reported by:	portscout
2019-04-07 17:37:25 +00:00
Yuri Victorovich
80c70a4a21 misc/urh: Update 2.5.5 -> 2.5.7 2019-04-07 17:19:09 +00:00
Alexey Dokuchaev
d91ef086c2 Report correct FreeBSD version: currently, QSysInfo::productVersion() on
FreeBSD bogusly returns "unknown".

PR:	237075
2019-04-07 17:17:25 +00:00
Emanuel Haupt
bc0ceb2206 - Update to 1.7.3.3
- Pacify portlint
2019-04-07 17:17:24 +00:00
David Naylor
99c1fc726a math/R-cran-haven: updated to version 2.1.0
- removed PORTREVISION due to version bump
 - add new test dependencies:
   - devel/R-cran-cli
   - devel/R-cran-crayon
   - devel/R-cran-pillar
 - update website URL to align with CRAN package
 - no changelog provided

Generated by:	portcran (0.1.9)
2019-04-07 17:02:19 +00:00
David Naylor
0c5febca9a textproc/R-cran-readxl: updated to version 1.3.1
- removed PORTREVISION due to version bump
 - updated license to align with CRAN package
 - update description to align with CRAN package
 - update website URL to align with CRAN package
 - no changelog provided

Generated by:	portcran (0.1.9)
2019-04-07 16:59:40 +00:00
David Naylor
2fd73c8be2 devel/eric6: update to 19.04
- ChangeLog: https://eric-ide.python-projects.org/eric-news.html
2019-04-07 16:59:03 +00:00