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
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
* 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
* 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)
- 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)
- 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)