nmsg (0.10.0)
[ Henry Stern ]
* Add JSON input and output support, including new libnmsg functions
nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(),
and nmsg_message_to_json(); new -j and -J command line options for
nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod
plugin API.
[ Chris Mikkelson ]
* nmsg_chalias_free(): Check for null aliases list.
Sponsored by: Farsight Security, Inc.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3730
- Remove OPTIONS EXAMPLES as the mentioned file is a config file which has
been moved to @sample framework
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
The subversion port was upgraded to version 1.9. devel/kdevplatform fails to
build against it.
Bring in the patch attached to the bug tracking system by Tobias C. Berner.
See #203843 for more information.
PR: 203843
Submitted by: Tobias C. Berner (tcberner@gmail.com) via Bug Tracking System
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D4003
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2.
Thanks to Piotr Sikora and Denis Andzakovic.
*) Bugfix: the $server_protocol variable was empty when using HTTP/2.
*) Bugfix: backend SSL connections in the stream module might be timed
out unexpectedly.
*) Bugfix: a segmentation fault might occur in a worker process if
different ssl_session_cache settings were used in different virtual
servers.
*) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
appeared in 1.9.4.
Thanks to Kouhei Sutou.
*) Bugfix: time was not updated when the timer_resolution directive was
used on Windows.
*) Miscellaneous minor fixes and improvements.
Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
</ChangeLog>
This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.
MFH: 2015Q4
Security: 4b9393b8-7c0c-11e5-a010-080027ddead3
Changelog:
* bugfix: #1504514 next Previous buttons not translated when importing ofx file
* bugfix: #1504359 assignment with same name should not be possible
* bugfix: #1503682 app crash opening a file from previous version
* bugfix: #1502997 || input in split should not be possible
* bugfix: #1502496 auto assignment don't set payee on split txn
* bugfix: #1502444 auto assignment can mark untouched txn as changed
* bugfix: #1502034 translate homebank.appdata.xml
* bugfix: #1501968 splits without category are lost during QIF import
* bugfix: #1501962 statistics report crashes HomeBank after adding a new tag
* bugfix: #1501144 auto assignment changes split category when only payee is
defined in assignment definition
* bugfix: #1501138 wrong number of txns in pop-up after auto assignment
* bugfix: #1501129 auto assignment dialog not active when no category defined
* bugfix: #1501098 litre symbol is not translatable
* bugfix: #1500043 remove period from short description
* bugfix: #1498622 translation: add developer note to FI Fee
* bugfix: #1497630 translation: typing errors
* bugfix: #1497521 txn dialog +/- button reset amount to 0
- Add License
- Add SIMD option disabled by default to avoid creating official
packags with CPU specific optimizations
- Add pkg-message explaining how to get an optimized binary
- Assign maintainership to submitter
PR: 203334
Submitted by: jwbacon at tds.net
Approved by: Maintainer timeout
The audio/deadbeef port has a GUI radio option that allows to choose between
GTK2 and GTK3 sub-options. Apparently, choosing sub-options does not directly
affect the parent option, for example, choosing GTK2 doesn't turn the GUI
option. As it's used in PLIST_SUB, it could result in a broken package, e.g.
without gui even if GTK2 is enabled.
Fix that by adding appropriate _IMPLIES for sub-options and manually turn
off the parent option if none of sub-options was enabled.
Bump PORTREVISION so users could get a new package with GTK2 UI as it supposed
to be.
PR: 203974
Approved by: vg (maintainer)
Occasionally a user would be unable to run plex due to a crash on startup.
The problem was identified as the libstdc++.so.6 from GCC being picked
up first instead of the one from compat9x.
PR: 204034