[1] - Upstream switched from dependencies to modules in 034d856 (2019-06-20)
- No need to set GO_PKGNAME as it is redundant with modules
- Switching to modules fixes the build with upcoming go1.13
PR: 240073
Submitted by: dg@syrec.org [1]
Sponsored by: DigitalOcean [2]
[2] DigitalOcean provided VM credit to test doctl
- upstream excepted my patches to remove FreeBSD and Linux
as examples for endpoint webservers for retrieving time.
- this is a purely a documentation update
- fix EIGRP filtering
- fix a bug in fortigate ha-role
- fix a bug in interface-uptime
- fix a bug in interface-uptime
- fix a bug in mode ha-role for Fortigate
- fix a bug in bgp/route modes for the non-standalone version
(InetAddressMaker)
Approved by: ler (mentor, implicit)
Changelog [1]:
2.7.2 "Peace of Mind"
=====================
FIXED: Memory leak in the Locate dialog
FIXED: UDSEntry::insert deprecation warnings
FIXED: [ 167410 ] synchronize directory window: column widths are incorrect
FIXED: [ 328918 ] Context menu item "copy selected to clipboard" copies all result items
FIXED: [ 330788 ] "Information - Krusader" dialog does not fit to screen width; text non-copyable
FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab
FIXED: [ 395609 ] New Text File is created with 600 (-rw-------) permissions
FIXED: [ 397398 ] Misleading ‘Created’ date in file properties
FIXED: [ 405212 ] Compilation error because of QOverload usage
FIXED: [ 410118 ] The list of search results doesn't get the focus
FIXED: [ 410120 ] Krusader does not search correctly if the "Follow links" checkbox is disabled
FIXED: Okteta support for versions >= 0.26 (due to oktetapart file layout change)
[1] https://cgit.kde.org/krusader.git/tree/ChangeLog?h=v2.7.2
Cristoph Lukas asked me why the WKS server was disabled, and I have
no idea. It was added r462573, and that commit message and associated
bug report don't list why --disable-wks-tools was added. (Folks,
please use commit messages for writing, you know, messages.)
We've been installing the gpg-wks-server manpage, so this commit
enables the WKS server and installs the binary, and bumps PORTREVISION
for it.
While here, sort the plist.
Ignore the DAYS configuration item for cert-shifter. It is now no longer
used.
Why? Because we cannot depend upon the mtime of a directory to indicate that
it contains a new file. Instead, we must look at the certs contained within
those directories.
C++11 compiler is necessary:
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: mentors (implicit approval)
Zeitwerk is an efficient and thread-safe code loader for Ruby.
Given a conventional file structure, Zeitwerk is able to load your project's
classes and modules on demand (autoloading), or upfront (eager loading). You
don't need to write require calls for your own files, rather, you can streamline
your programming knowing that your classes and modules are available everywhere.
This feature is efficient, thread-safe, and matches Ruby's semantics for
constants.
Zeitwerk is also able to reload code, which may be handy while developing web
applications. Coordination is needed to reload in a thread-safe manner. The
documentation below explains how to do this.
The gem is designed so that any project, gem dependency, application, etc. can
have their own independent loader, coexisting in the same process, managing
their own project trees, and independent of each other. Each loader has its own
configuration, inflector, and optional logger.
Internally, Zeitwerk issues require calls exclusively using absolute file names,
so there are no costly file system lookups in $LOAD_PATH. Technically, the
directories managed by Zeitwerk do not even need to be in $LOAD_PATH.
Furthermore, Zeitwerk does only one single scan of the project tree, and it
descends into subdirectories lazily, only if their namespaces are used.
WWW: https://github.com/fxn/zeitwerk
- Add LICENSE_FILE
- Add NO_ARCH
- Do not install COPYING to DATADIR: it is almost identical to LICENSE_FILE which has been installed via LICENSE framework
- Convert to options target helper
Changes: https://metacpan.org/changes/distribution/Mail-LMLM