This brings two changes to general code generation, one for arm
and i386 each, three for the C++ and two for the Fortrand front
end, and about a dozen for libstdc++.
Bosun is an open-source, MIT licensed, monitoring and alerting system by
Stack Exchange.
It has an expressive domain specific language for evaluating alerts
and creating detailed notifications.
It also lets you test your alerts against history
for a faster development experience.
WWW: https://bosun.org/
PR: 250209
Submitted by: Markus Langer <langer.markus@gmail.com>
Jekyll Archives is a plugin for Jekyll which can automate the generation of
post archives by dates, tags, and categories.
WWW: https://jekyll.github.io/jekyll-archives/
Tuesday, 27 October 2020.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.2 Plasma
5.20 was released in October 2020 with many feature refinements and new modules
to complete the desktop experience.
This release adds a week’s worth of new translations and fixes from KDE’s
contributors. The bugfixes are typically small but important and include:
* Daemon: improve consistency of the lid behaviour.
* Fix bug: Some user profile fields won’t apply unless they all have unique
new values.
Full Changelog:
https://kde.org/announcements/plasma-5.20.1-5.20.2-changelog/
Jekyll Email Protect is an email protection liquid filter which can be used
to obfuscate mailto: links to protect an email address from spam bots.
WWW: https://github.com/vwochnik/jekyll-email-protect
Remove needless patches.
<Changelog>
*) Feature: the "ssl_conf_command", "proxy_ssl_conf_command",
"grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives.
*) Feature: the "ssl_reject_handshake" directive.
*) Feature: the "proxy_smtp_auth" directive in mail proxy.
</Changelog>
The original author step off the project, so for now, update the
WWW link to point to the archived page who describes the project.
Major changes:
- Taking EINTR in nanosleep, poll and select calls into account.
Thanks to Filippo Guerzoni (filippo.guerzoni@gmail.com) for bringing
this to my attention.
- Disabled some copy constructors
- Bugfix in RTPExternalTransmitter: a buffer could fill up causing the
an operation to fail to get aborted
- Added constructor to RTPRawPacket to guess RTP/RTCP type
- Bugfixed regarding some calles being cut short due to an EINTR
Major changes:
- Fixed compilation on some non GNU systems.
- Localization updates.
- Improved CNMI command compatibility for AT module.
- Improved getting of network and manufacturer information in AT module.
- Improved compatibility with D-Link modems that need to power on.
- Dropped Python 2 compatibility from utility scripts.
- Fixed bug in deleting SMS messages.
Full changelog: https://fr.wammu.eu/news/2020/10/03/gammu-1-42-0/
Undefine _POSIX_SOURCE to make macros in errno.h available:
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:42:40: error: 'EAFNOSUPPORT' was not declared in this scope
42 | address_family_not_supported = EAFNOSUPPORT,
| ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/powerpc64-portbld-freebsd12.1/bits/error_constants.h:43:28: error: 'EADDRINUSE' was not declared in this scope
43 | address_in_use = EADDRINUSE,
| ^~~~~~~~~~
Also tested to build with Clang.
MFH: 2020Q4 (fix build blanket)