Several bugfixes and some new features:
- Support for 1-9 numbers to select specific item
- Add support for Home and End keys for moving
- User can set custom key bindings in config.h
- Add XFree(info)
Changelog: https://github.com/phillbush/xmenu/compare/v4.3.1...v4.4.1
PR: 251498
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27438
- Pretty trivial version update.
- Point www to manual of 4.0.
- Update CONFLICTS_INSTALL. (I don't see how -tools conflicted with mongodb.)
Should have been part of r556769
PR: 556769
Submitted by: Ronald Klop
Approved by: dev.ashevchuk@gmail.com (maintainer timeout)
Tuesday, 1 December 2020.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.4 Plasma
5.20 was released in October 2020 with many feature refinements and new modules
to complete the desktop experience.
This release adds a month’s worth of new translations and fixes from KDE’s
contributors. The bugfixes are typically small but important and include:
* Use plasma theme icons in kickoff leave view.
* Weight main categories properly.
* Discover: Display title in application page.
Changelog:
https://kde.org/announcements/plasma-5.20.3-5.20.4-changelog/
- Bump the port to radmind 1.15.3 with a compatibility shim
for ASN1_STRING_get0_data on OpenSSL < 1.1.0
- This patch also switches to using gmake to fix an issue with the man pages
not building on FreeBSD 11.4 (even though they build fine on 12 & 13).
PR: 251495
Submitted by: mikeg@bsd-box.net (maintainer)
Changelog:
- Updated the code to be compliant with the future Qt 6.0.0.
- Corrected a few warnings appearing with the new Qt 5.15.2
(about using deprecated Qt functions).
- Corrected three minor warnings when compiling with clang.
- Theoretical improvement/logic bug fixed in the generation when using
constraints of type students (set) early max beginnings at second hour
without max gaps constraints or with more than zero max gaps allowed.
- Added a warning if using constraints of type teacher(s)/students (set)
max hours daily with weights less than 100%, because the algorithm is not
perfectly implemented in this case.
- Minor code improvements and cleanup.
PR: 251476
Submitted by: Zsolt Udvari (maintainer)
Changelog:
- new commands: sha3sum and watchdog
- new command features:
- sed -s flag
- cpio --no-preserve-owner now affects archive creation
- Elliott added tar -I and multi-type find -type a,b,c support
- Mark Salyzyn added xargs -P to run parallel job
- the ps and top commands now autodetect pid length
- top adjusts units for memory display based on system size
- toysh and mkroot: lots of new work on toysh: 29 commits to sh.c since
last release, adding 1500 lines and deleting 700, plus a bunch of
sh.tests entries). Implemented since last release:
- wildcards
- case/esac and select
- brace expansion sequences (ala {1..10..2} and {a..z})
- the remaining variable slice types ${a#y} ${a%y} ${a^y} ${a,y} ${a/search/replace}
- the "source" shell builtin
- the start of job control
- several bugfixes
PR: 251507
Submitted by: Vidar Karlsen (maintainer)
./sptr.hh:71:12: error: cannot initialize return object of type 'unsigned int' with an lvalue of type 'unsigned int *const'
{ return count; }
^~~~~
Import upstream fix
PR: 251128
Approved by: bsam (maintainer timeout)
Bump PORTREVISION.
<ChangeLog>
nginx modules:
*) Feature: introduced global "ngx" object.
The following methods were added:
ngx.log(level, msg)
The following properties were added:
ngx.INFO,
ngx.WARN,
ngx.ERR.
*) Feature: added support for Buffer object where string
is expected.
*) Feature: added Buffer version of existing properties.
The following properties were added:
r.requestBuffer (r.requestBody),
r.responseBuffer (r.responseBody),
r.rawVariables (r.variables),
s.rawVariables (s.variables).
The following events were added in stream module:
upstream (upload),
downstream (download).
*) Improvement: added aliases to existing properties.
The following properties were added:
r.requestText (r.requestBody),
r.responseText (r.responseBody).
*) Improvement: throwing an exception in r.internalRedirect()
for a subrequest.
*) Bugfix: fixed promise r.subrequest() with error_page redirect.
*) Bugfix: fixed promise events handling.
Core:
*) Feature: added TypeScript definitions for built-in
modules.
Thanks to Jakub Jirutka.
*) Feature: tracking unhandled promise rejection.
*) Feature: added initial iterator support.
Thanks to Artem S. Povalyukhin.
*) Improvement: TypeScript definitions are refactored.
Thanks to Jakub Jirutka.
*) Improvement: added forgotten support for
Object.prototype.valueOf() in Buffer.from().
*) Bugfix: fixed heap-use-after-free in JSON.parse().
*) Bugfix: fixed heap-use-after-free in JSON.stringify().
*) Bugfix: fixed JSON.stringify() for arrays resizable via
getters.
*) Bugfix: fixed heap-buffer-overflow for
RegExp.prototype[Symbol.replace].
*) Bugfix: fixed returned value for Buffer.prototype.write*
functions.
*) Bugfix: fixed querystring.stringify().
Thanks to Artem S. Povalyukhin.
*) Bugfix: fixed the catch handler for
Promise.prototype.finally().
*) Bugfix: fixed querystring.parse().
</ChangeLog>
Ruby needs newer compiler:
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function 'callback_rescue':
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error: 'ruby_errinfo' undeclared (first use in this function); did you mean 'rb_errinfo'?
1628 | ruby_errinfo,
MFH: 2020Q4