The stacksize limit causes a warning, which -Werror transforms to a build
failure. Remove it.
This package has more problems:
During installation, I see:
env: python: No such file or directory
and it's not RELRO safe (LDFLAGS are ignored for
lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms
lib/libfsimage.so.1.0.0
libexec/xen/boot/xen-shim
).
0.62
force rewrite of attr file if xattr key fixup was applied
fixed attrib refCnt when attrib is unchanged
bpc_attrib_dirWrite() doesn't create empty attrib files
0.61
fix view of migrated v3 backup
convert_hv2file() ensures xattr type is hash, and uses correct keyLen+1
added BackupPC::XS::FileDigest::digest and bpc_fileDigest()
0.60
allow mtime to be signed in attrib files
added bpc_attrib_fileIterate() and BackupPC::XS::Attrib::iterate()
added checks that xattr key is 0x0 terminated
increased some buffer sizes to avoid benign compiler warnings for snprintf()
bpc_attribCache_loadPath() removes any extraneous BPC_FTYPE_DELETED file types
bpc_attrib_buf2fileFull() calls bpc_attrib_xattrDeleteAll(file)
- smartctl: Fixed bogus exception on unknown form factor value (regression).
- smartctl '--json=cg': Suppresses extra spaces also in 'g' format.
- smartctl '-i': ATA ACS-4 and ACS-5 enhancements.
- smartd: No longer truncates very long device names in warning emails.
- smartd: No longer skips scheduled tests if system clock has been adjusted
to the past.
- smartd '-A': Attribute logs now use local time instead of UTC.
- ATA: Device type '-d jmb39x,N' for drives behind JMicron JMB39x RAID port
multipliers.
- SCSI: Workaround for incomplete Log subpages response from some SAS SSDs.
- HDD, SSD and USB additions to drive database.
- Autodetection of '-d sntjmicron' type for JMicron USB to NVMe bridges.
- configure: Defines '_FORTIFY_SOURCE=2' if supported and not defined.
- Linux/FreeBSD: Fixed segfault on CCISS transfer sizes > 512 bytes.
- Linux: Fixed smartd.service 'Type' if libsystemd-dev is not available.
- Linux: Fixed '/dev/megaraid_sas_ioctl_node' fd leak.
- Linux: Fixed GPL licensing problem of 'linux_nvme_ioctl.h'.
- FreeBSD update-smart-drivedb: Now uses 'fetch' as default download tool.
- FreeBSD big endian: Fixed NVMe access.
- FreeBSD: Compile fix for FreeBSD 12.
- NetBSD: Fixed device scan crash on empty name list.
- NetBSD: Fixed memory leak in device scan.
The intent of "--frozen --locked" was to not use the network, but the new
"--offline" option is better suited for this purpose.
It for example allows us to patch Cargo.toml if necessary without having
to regen checksums.
NOTE
* This list isn't complete. There have been more changes
and fixes than are listed here. This release contains a
lot of bug fixes.
* [distro] added support for latest macOS.
* [distro] added automatic detection for Ubuntu flavours.
* [uptime] fixed seconds on Linux.
* [desktop environment] enabled version output by default.
* [distro] now displays whether -current or -release when OpenBSD is detected.
* [distro] added support for OpenStage Linux.
* [theme] change gtk3 config order.
* [distro] split AOSC into OS and OS/Retro.
* [distro] added support for openmamba
* [general] added support for OIL shell.
* [distro] added support for Alter Linux
* [distro] added support for Serene Linux
* [window manager] added support for xmonad.
* [packages] sped up guix.
* [shell] added es shell support.
* [distro] added support for OS Elbrus.
* [distro] added support for sambabox.
* [disk] fixed bug with disk entries and spaces in filenames.
* [resolution] multi-monitor Windows support.
* [distro] added support for Venom Linux.
* [song] added playerctl support.
* [general] updated iOS device information.
* [distro] added support for Hash Linux.
* [distro] added support for Garuda Linux.
* [window manager] added support for x11fs.
* [song] added Tauon Music Box support.
* [distro] added support for DarkOS.
* [song] added support for Olivia player.
* [distro] added support for ITX.
* [resolution] fixed output when monitor connected but turned off.
* [ascii] added logo for Ubuntu Cinnamon.
* [distro] added support for OpenEuler.
* [terminal] added support for Windows terminal.
* [memory] added support for changing output unit (kb, mb, gb).
* [wallpaper] added LXQT support.
============
Version 0.26
============
This version fixes an error that snuck into the Meson build files in version
0.25. The Autotools build is unaffected. Since the previous release has only
been out for a day, Autotools support is maintained in this release.
update-desktop-database
- Fix erroneous installation as "desktop-file-update" when using the Meson
build system (fdo#58) (Antoine Jacoutot).
============
Version 0.25
============
This version adds support for the Meson build system and deprecates
Autotools. Support for the latter will be removed in the next release.
common
- Add Meson build system (fdo#14) (Félix Piédallu).
desktop-file-validate
- Allow desktop file spec version 1.4.
- Make it possible to deprecate keys starting with "X-" (Bastien Nocera).
- Add the "Implements" field from spec version 1.2 (fdo#55) (Dylan Baker).
- Add the "PrefersNonDefaultGPU" key and deprecate "X-KDE-RunOnDiscreteGpu"
(Bastien Nocera).
- Set locale for correct output message encoding (Philip Withnall).
- Add coloured output support (Philip Withnall).
- Fix parsing of escaped double quote in quoted strings (fdo#56). Found
by Frédéric Brière.
- Add GNOME Flashback, GNOME Classic desktops (Alberts Muktupāvels).
v2.9.11
=======
Minor Changes
-------------
- The ``items2dict`` filter can now create a dict whose values are the original elements of the input list, and whose keys are the value of some key in each dict. When the resulting dict is stored, this allows for O(1) lookup of a particular key without having to scan the entire list each time.
- k8s - update openshift requirements in documentation
- pipe lookup - update docs for Popen with shell=True usages (https://github.com/ansible/ansible/issues/70159).
Bugfixes
--------
- Allow TypeErrors on Undefined variables in filters to be handled or deferred when processing for loops.
- Fix ``delegate_facts: true`` when ``ansible_python_interpreter`` is not set. (https://github.com/ansible/ansible/issues/70168)
- Support check mode in NXOS BGP modules (https://github.com/ansible/ansible/pull/57360).
- TaskExecutor - Handle unexpected errors as failed while post validating loops (https://github.com/ansible/ansible/issues/70050).
- The `ansible_become` value was not being treated as a boolean value when set in an INI format inventory file (fixes bug https://github.com/ansible/ansible/issues/70476).
- To fix ios_l2_interfaces facts parsing issue (https://github.com/ansible-collections/cisco.ios/pull/59)
- To fix ios_user and ios_command test case failure fix (https://github.com/ansible-collections/cisco.ios/pull/82)
- Vault - Allow single vault encrypted values to be used directly as module parameters. (https://github.com/ansible/ansible/issues/68275)
- add constraints file for ``anisble_runner`` test since an update to ``psutil`` is now causing test failures
- ansible-galaxy - Instead of assuming the first defined server is galaxy, filter based on the servers that support the v1 API, and return the first of those (https://github.com/ansible/ansible/issues/65440)
- ansible-test no longer tracebacks during change analysis due to processing an empty python file
- ansible-test now correctly recognizes imports in collections when using the ``--changed`` option.
- ansible-test now ignores empty ``*.py`` files when analyzing module_utils imports for change detection
- assemble - fix decrypt argument in the module (https://github.com/ansible/ansible/issues/65450).
- docker_container - various error fixes in string handling for Python 2 to avoid crashes when non-ASCII characters are used in strings (https://github.com/ansible-collections/community.general/issues/640).
- eos_eapi - enable eapi by default
- group_by now should correctly refect changed status.
- json callback - Fix host result to task references in the resultant JSON output for non-lockstep strategy plugins such as free (https://github.com/ansible/ansible/issues/65931)
- nmcli - Add compatibility for new networkmanager library (https://github.com/ansible/ansible/pull/65726).
- puppet - fix command line construction for check mode and ``manifest:`` (https://github.com/ansible/ansible/issues/60576).
- selective callback - mark task failed correctly (https://github.com/ansible/ansible/issues/63767).
- windows async - use full path when calling PowerShell to reduce reliance on environment vars being correct - https://github.com/ansible/ansible/issues/70655
- winrm - preserve winrm forensic data on put_file failures
Version 1.953 (5th July 2020)
Added optional automatically generated translations for all
languages, and switched all encodings to UTF-8.
Updated the Authentic theme to the latest version.
Added support for Postfix SNI certificate maps.
Added Chrony support in the System Time module.
Added caching for LDAP and MySQL connections for Webmin users.
Removed several noisy messages from the error log.
Many many other small bugfixes and features.
Backup Archiving REcovery Open Sourced
Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.
Bareos is a fork of Bacula 5.2 around 2010.
Features (partial list)
LTO hardware encryption support
bandwidth limitation
encrypted communication
distributed data replication across sites
cloud storage support (not yet fully part of pkgsrc)
This the just the file daemon client installation part.
Backup Archiving REcovery Open Sourced
Bareos is a set of computer programs that permits the system administrator
to manage backup, recovery, and verfication of computer data
across a network of computers of different kinds. Bareos can
also run entirely upon a single computer and can backup to various types
of media, including tape and disk.
Bareos is a fork of Bacula 5.2 around 2010.
Features (partial list)
LTO hardware encryption support
bandwidth limitation
encrypted communication
distributed data replication across sites
cloud storage support (not yet fully part of pkgsrc)
Version 4.8.25
- Core
* Minimal version of GLib is 2.30.0
* Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc (#4056)
* Implement chattr command (change ext{2,3,4}fs extended attributes). Default shortcut is "C-x e" (#3847)
* Implement a WGroup widget -- a base class for widgets which contain other widgets (#2919, #4075)
* Implement key bindings for radiobuttons (#212)
- VFS
* RPM VFS improvements:
* Support weak dependency tags: ENHANCES, SUGGESTS, RECOMMENDS, SUPPLEMENTS (#4091)
- Editor
* Improvements of syntax highlighting:
* php (#4060)
* tcl: add shebangs with wish and tclsh (#4062)
* Cobol (#1987)
* Verilog/SystemVerilog (#4087)
* New syntax highlighting:
* Kotlin (#4088)
* ino (Arduino IDE and a number of other IDEs) (#4098)
- Misc
* Code cleanup (#4050, #4085)
* Add support for opus audio (#4061)
* mc-wrapper: don't cd to the same directory (#3355)
* Improve archive support: more binaries to view archive content (#4086)
* lha: jlha, lhasa
* arj: 7za
* cab: 7za
* zip; 7z
* zipx: 7za
* iso: 7za
* Clean up in video.sh handler (#4045)
* RealPlayer is a proprietary application which can't be installed in most distros and has long been abandoned.
* gtv hasn't been developed since 2003.
* xanim barely plays anything.
* Various fixups and updates of man page
- Fixes
* FTBFS on OSes w/o O_CLOEXEC (#4052)
* FTBFS with glib2 >= 2.63.3 (#4053)
* Undefined "__linux__" macro on non-Linux systems (#4058)
* Mouse is not handled with ncurses-6 (#3964)
* Mouse is not handled with S-Lang on some old terminal emulators (#4063)
* Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099)
* Double clicking on empty area of file panel executes last item (#3722)
* Garbage in input line history (#4064)
* Speed of file copy is not displayed for single file (#4081)
* mcedit: blank screen with invisible error (#4057)
* mcedit: broken syntax highlighting for shell scripts (#4054)
* VFS: broken browsing of .deb packages (#4055)
* mc.lib installed twice (#4070)
The paths in define.ml are taken from the autogenerated paths.ml now. The
file xl_cmdtable.c has been moved, and it doesn't contain a placeholder
anymore.
intel-microcode-netbsd does not contain a daemon, it simply calls
cpuctl(8) to upload the microcode to the CPU. However the RC script only
handles the starting sequence. This change avoids an irrelevant message
upon reboot, and avoids a meaningless error condition.
ok Riastradh@
dbus 1.12.20 (2020-07-02)
=========================
The “temporary nemesis” release.
Maybe security fixes:
• On Unix, avoid a use-after-free if two usernames have the same
numeric uid. In older versions this could lead to a crash (denial of
service) or other undefined behaviour, possibly including incorrect
authorization decisions if <policy group=...> is used.
Like Unix filesystems, D-Bus' model of identity cannot distinguish
between users of different names with the same numeric uid, so this
configuration is not advisable on systems where D-Bus will be used.
Thanks to Daniel Onaca.
(dbus#305, dbus!166; Simon McVittie)
Other fixes:
• On Solaris and its derivatives, if a cmsg header is truncated, ensure
that we do not overrun the buffer used for fd-passing, even if the
kernel tells us to.
(dbus#304, dbus!165; Andy Fiddaman)
5.7.2
=====
Bug fixes
- wheels for 2.7 were inadvertently deleted.
5.7.1
=====
Enhancements
- 1729_: parallel tests on UNIX (make test-parallel). They're twice as fast!
- 1741_: "make build/install" is now run in parallel and it's about 15% faster
on UNIX.
- 1747_: `Process.wait()` on POSIX returns an enum, showing the negative signal
which was used to terminate the process::
>>> import psutil
>>> p = psutil.Process(9891)
>>> p.terminate()
>>> p.wait()
<Negsignal.SIGTERM: -15>
- 1747_: `Process.wait()` return value is cached so that the exit code can be
retrieved on then next call.
- 1747_: Process provides more info about the process on str() and repr()
(status and exit code)::
>>> proc
psutil.Process(pid=12739, name='python3', status='terminated',
exitcode=<Negsigs.SIGTERM: -15>, started='15:08:20')
- 1757_: memory leak tests are now stable.
- 1768_: [Windows] added support for Windows Nano Server.
Bug fixes
- 1726_: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64.
- 1760_: [Linux] Process.rlimit() does not handle long long type properly.
- 1766_: [macOS] NoSuchProcess may be raised instead of ZombieProcess.
- 1781_: fix signature of callback function for getloadavg().
Changes:
- subdir mounts for remote and archive mounts
- remove mount point on successful unmount of remote/archive
- show error and prompt user if cp/mv/rm operation fails
- support absolute/relative paths in cp/mv as
- mark current path automatically on archive/remote mount
- mark current path automatically on target file visit in find and
list mode
- option -C to place HW cursor on hovered for screen readers and
braille displays
- option -u to use selection (if available) and skip current/sel prompt
- key Alt+Esc to clear filter prompt and redraw
- support Esc to cancel remove operation
- gpge & gpgd: encrypt and decrypt with GPG
- blknew: create new files and directories in bulk
- preview-tui:
- unified to support tmux/kitty/xterm/$TERMINAL
- auto-determine split orientation based on terminal height and width
- provision to use scope.sh and pistol
- various other improvements
- upload: send to Firefox Send if ffsend is found
- hexview: add hx as alternative hex viewer
- nuke and imgview: add imv as alternative image viewer
- add find (with fd) and grep (with rg) examples in plugins doc
- key Esc or left click to resend hovered file path to NNN_FIFO
- show + instead of s in status bar on selection
- F5 removed (misfit for toggle hidden), ^S removed (often masked,
redundant)
- handle abnormal program termination and remove NNN_PIPE and/or
NNN_FIFO
- clear selection after successful batch rename, link creation
- make option O_CTX8 for 8 contexts (NOT backward compatible with 4
contexts)
- fix issue with child window resize (see #656)
- fix issue with NNNLVL on macOS (see #639)
- fix issue with restoring session with du/au enabled
Package changes:
- New 8 context mode is enabled
- Patches have been merged
I don't know why xosview needs cpu frequency at all when it doesn't display
it. But:
- different architectures use different sysctl names (that's why it's called
machdep)
- what even is the meaning of the "cpu frequency" when you can set frequency
per core
ChangeLog:
Changes from 2.1.0 to 2.1.1:
- Break mtime ties using ctime when sorting by time.
- Reduce number of calls to stat(), for speed.
- Clear last command status when new command is entered.
Changes from 2.0.0 to 2.1.0:
- Rename cs command ("clear all selections") from cs to csel.
- Rename igs command ("invert selections") from igs to isel.
- Add "prune" command as synonym for DELETE key.
- Clear selections after deleting files via prune/DELETE.
- Fix dependency issues when fdupes is configured to not use ncurses.
0.10.3
- Ensure ``ObservedWatch.path`` is a string
- [inotify] Allow to monitor single file
- [inotify] Prevent raising an exception when a file in a monitored folder has no permissions
eliot is a Python logging system that outputs causal chains of actions: actions
can spawn other actions, and eventually they either succeed or fail. The
resulting logs tell you the story of what your software did: what happened, and
what caused it.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
GCC doesn't expand alloca() to __builtin_alloca() in standards mode
(-std=...) so explicitly define it as such to fix breakage on platforms
that don't seem to supply it otherwise, like NetBSD 9 on arm64.
Bump PKGREVISION.
As provided on pkgsrc-users by Yuuki Enomoto.
Packaging changes: Update MASTER_SITE.
Upstream lacks NEWS and the page that their NEWS file points to does
not contain NEWS.
A quick glance over upstream, and the fact that this is a series of
micro updates, leads one to guess that this update basically contains
minor improvements and bugfixes.
v2.9.10
=======
Minor Changes
-------------
- Add new magic variable ``ansible_collection`` that contains the collection name
- Add new magic variable ``ansible_role_name`` that contains the FQCN of the role
- Added missing platform guide for FRR
- Fix a typo in remove_signature flag in podman_image module
- Remove the deprecation message for the ``TRANSFORM_INVALID_GROUP_CHARS`` setting.
- The results queue and counter for results are now split for standard / handler results. This allows the governing strategy to be truly independent from the handler strategy, which basically follows the linear methodology.
- Updates ``ansible_role_names``, ``ansible_play_role_names``, and ``ansible_dependent_role_names`` to include the FQCN
- ``Display.deprecated()``, ``AnsibleModule.deprecate()`` and ``Ansible.Basic.Deprecate()`` now also accept the deprecation-by-date parameters and collection name parameters from Ansible 2.10, so plugins and modules in collections that conform to Ansible 2.10 will run with newer versions of Ansible 2.9.
- ovirt: update operating system options
- ovirt_storage_vm_info: fix example
- ovirt_vm: fix quotas example
Deprecated Features
-------------------
- Using the DefaultCallback without the correspodning doc_fragment or copying the documentation.
Bugfixes
--------
- Allow tasks to notify a fqcn handler name
- Avoid bare select() for running commands to avoid too large file descriptor numbers failing tasks
- Avoid running subfunctions that are passed to show_vars function when it will be a noop.
- Create an ``import_module`` compat util, for use across the codebase, to allow collection loading to work properly on Python26
- Do not keep empty blocks in PlayIterator after skipping tasks with tags.
- Ensure that ``--version`` works with non-ascii ansible project paths
- Fix content encoding/decoding and do not fail when key based auth is used
- Fix gather_facts not working for network platforms when network_os is in FQCN format
- Fix issue with nxos_l2_interfaces where replaced doesn't remove superfluous config
- Fix nxos_facts with VDC having no interfaces
- Fix nxos_interfaces enabled not working properly because of broken system default dict generation
- Fix the issue when OS secgroup rule couldn't be imported from a different tenant
- Fixed the equality check for IncludedFiles to ensure they are not accidently merged when process_include_results runs.
- Prevent a race condition when running handlers using a combination of the free strategy and include_role.
- Properly handle unicode in ``safe_eval``.
- Remove unused and invalid import from FRR cliconf plugin
- RoleRequirement - include stderr in the error message if a scm command fails
- To fix ios_l3_interfaces Loopback issue
- To fix ios_vlans vtp version 2 issue
- Update NX-OS cliconf to accomodate MDS
- Update terminal plugin to check feature privilege only when escalation is needed
- Validate include args in handlers.
- added 'unimplemented' prefix to file based caching
- added new option for default callback to compat variable to avoid old 3rd party plugins from erroring out.
- ansible-doc - Allow and give precedence to `removed_at_date` for deprecated modules.
- ansible-galaxy - Fix ``multipart/form-data`` body to include extra CRLF
- ansible-galaxy - Preserve symlinks when building and installing a collection
- ansible-galaxy collection build - Command did not ignore .git files, which had the potential to cause troubles later on (for example, when importing into Automation Hub)
- ansible-test - Disabled the ``duplicate-code`` and ``cyclic-import`` checks for the ``pylint`` sanity test due to inconsistent results.
- ansible-test - The shebang sanity test now correctly identifies modules in subdirectories in collections.
- ansible-test change detection - Run only sanity tests on ``docs/`` and ``changelogs/`` in collections, to avoid triggering full CI runs of integration and unit tests when files in these directories change.
- ansible-test is now able to find its ``egg-info`` directory when it contains the Ansible version number
- ansible-test no longer optimizes setting ``PATH`` by prepending the directory containing the selected Python interpreter when it is named ``python``. This avoids unintentionally making other programs available on ``PATH``, including an already installed version of Ansible.
- ansible-test pylint sanity test - do not crash when ``version`` specified to ``AnsibleModule.deprecate()`` or ``Display.deprecated()`` contains string components, f.ex. tagged version numbers for Ansible 2.10.
- archive - fix issue with empty file exclusion from archive
- avoid fatal traceback when a bad FQCN for a callback is supplied in the whitelist.
- ce - Modify the way of parsing NETCONF XML message in ce.py
- collection loader - fix file/module/class confusion issues on case-insensitive filesystems
- copy - Fixed copy module not working in case that remote_src is enabled and dest ends in a /
- discovery will NOT update incorrect host anymore when in delegate_to task.
- dnf - enable logging using setup_loggers() API in dnf-4.2.17-6 or later
- docker_machine - fallback to ip subcommand output if IPAddress is missing
- ensure we pass on interpreter discovery values to delegated host.
- file - return ``'state': 'absent'`` when a file does not exist
- fixed issues when using net_get & net_put before the persistent connection has been started
- interpreter discovery will now use correct vars (from delegated host) when in delegate_to task.
- k8s - Handle set object retrieved from lookup plugin.
- lineinfile - use ``module.tmpdir`` to allow configuration of the remote temp directory
- lxd_container - enables to set keys not present in existing config
- ovirt_disk fix activate
- ovirt_disk: fix upload/download of images for ovirt 4.4
- ovirt_disk: force wait when uploading disk
- ovirt_vm: fix cd_iso search by name
- profile_tasks - typecast results before using it
- sesu - make use of the prompt specified in the code
- syslog_json callback - fix plugin exception when running
- yum/dnf - check type of elements in a name
- zfs_delegate_admin - add missing choices diff/hold/release to the permissions parameter
(0.30.1 is a bug fix release)
Notable changes in 0.30.1 as compared to 0.30
=============================================
May require attention
---------------------
* Previous versions of bup might have saved filesystem directories
with incorrect metadata, but the file contents should be fine. This
could have happened if bup encountered an error while trying to read
the metadata for one of the files in a directory, or if bup were
asked to save two different files with the same name to the same
destination directory (e.g. via the strip/graft options). In cases
where this has happened bup may present either generic or incorrect
metadata for some of the paths in the affected directory.
* The way `bup index --fake-valid` works has been made to match the
documentation in the man page so that it can actually be used for
the stated purpose (of avoiding 'boring' files.)
General
-------
* bup should more accurately recognize git versions. Previously, for
example, it would reject relase candidates like "1.5.2-rc3"
or (apparently) "1.5.2-rc3 (something ...)".
* When `BUP_ASSUME_GIT_VERSION_IS_FINE` is set to true, yes or 1 in
the environment, bup will assume the version of git that's
available in the `PATH` is acceptable, and skip the version check.
Bugs
----
(several)
Build system
------------
* The automated tests have moved from FreeBSD 11.2 to 12.1.
* t/test-fuse should be more portable. In particular, a compatibility
issue with Fedora 31 has been fixed, and it should be less affected
by local timezone variances.
* Some internal build dependencies have been fixed.
Thanks to (at least)
====================
Aidan Hobson Sayers, Greg Troxel, Johannes Berg, Luca Carlon, Reinier
Maas, Rob Browning, and Wyatt Alt
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.
rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.
rust.mk provides one user-settable variable:
RUST_TYPE
as before, whether to bootstrap rust from source or use
official binaries. may be "src" or "bin"
And two package-settable variables:
RUST_REQ
the minimum version of Rust required by the package.
defaults to "1.20.0"
RUST_RUNTIME
whether Rust is a runtime dependency, may be "yes" or "no"
system_test.sh has several other bash-isms and we already needed bash
for testing, but, the way it was required triggered the portability
checks. Remove patch-system__test.sh accordingly.
1.15.1 - 2020-06-10
- (Linux) Fix build on older Linux systems (Christian Gottsche)
- (MacOS) Revert "Exclude firmlinks by default" behavior (until we have
a better solution)
- (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
1.15 - 2020-05-30
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian
Gottsche)
- (MacOS) Exclude firmlinks by default (Saagar Jha)
- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
- Fix bug in calculating the apparent size of directories containing hardlinks
- Fix integer overflow with directories containing >2GiB worth of file names
- Fix yet another possible 100% CPU bug when losing terminal
Release 6.0.0
* Fixed Bug 140: The get_cache function has swapped fields
* Fixed Bug 142: Remove empty and zeroed fields
* Fixed Bug 115: Missing data on Ryzen CPUs
* Fixed Bug 122: Rename fields to be more clear
* Fixed Bug 125: Add option to return --version
* Fixed Bug 126: Make test suite also check SELinux
* Fixed Bug 120: Make unit tests also test CPUID
* Fixed Bug 69: Add s390x support
dbus 1.12.18 (2020-06-02)
=========================
The “telepathic vines” release.
Denial of service fixes:
• CVE-2020-12049: If a message contains more file descriptors than can
be sent, close those that did get through before reporting error.
Previously, a local attacker could cause the system dbus-daemon (or
another system service with its own DBusServer) to run out of file
descriptors, by repeatedly connecting to the server and sending fds that
would get leaked.
Thanks to Kevin Backhouse of GitHub Security Lab.
(dbus#294, GHSL-2020-057; Simon McVittie)
Other fixes:
• Fix a crash when the dbus-daemon is terminated while one or more
monitors are active (dbus#291, dbus!140; Simon McVittie)
• The dbus-send(1) man page now documents --bus and --peer instead of
the old --address synonym for --peer, which has been deprecated since
the introduction of --bus and --peer in 1.7.6
(fd.o #48816, dbus!115; Chris Morin)
• Fix a wrong environment variable name in dbus-daemon(1)
(dbus#275, dbus!122; Mubin, Philip Withnall)
• Fix formatting of dbus_message_append_args example
(dbus!126, Felipe Franciosi)
• Avoid a test failure on Linux when built in a container as uid 0, but
without the necessary privileges to increase resource limits
(dbus!58, Debian #908092; Simon McVittie)
• When building with CMake, cope with libX11 in a non-standard location
(dbus!129, Tuomo Rinne)
The additional 1s,/usr/bin/env is necessary for parserom.pl, which
differs from the other Perl files in that directory.
The pathsvar block is a no-op since tools/Makefile does not contain
"/var" anymore and the other file has been converted to GNU autoconf for
replacing the placeholders.
Update ruby-specinfra to 2.82.16.
2.82.16 (2020-04-28)
* Remove strict_host_key_checking option when net-ssh does not support it
* Ensure the matched port is listening
2.82.15 (2020-04-09)
* Revert "Merge pull request #714 from lswith/patch-1"
2.82.14 (2020-04-09)
* Fix user.rb for non-unique uids
Update puppet to 6.16.0.
6.16.0 (2020-06-04)
The release contains bug fixes and minor improvements, including:
* A Puppet help <app> --ronn command to generate help text for an
application in ronn format
* New Puppet agent options when waiting for lock
* Puppet now uses the HTTP client to retrieve file metadata from HTTP(S)
sources
* The HTTP terminus for retrieving file content is deprecated and will be
removed in Puppet 7
* An Introduction to Puppet section in the documentation to help onboard
new users
For the full list of changes, check out the release notes: https://puppet.com/docs/puppet/latest/release_notes_puppet.html
5.67
Add signals for udev events with actions bind and unbind
Clarify referencing of DeviceInterface
5.68
Fix inverted logic in IOKitStorage::isRemovable
5.69
[Fstab] Ensure uniqueness for all filesystem types
Samba: Ensure to differenciate mounts sharing the same source
hardware tool: define syntax via syntax arg
5.70
[Solid] Port foreach to range/index for
[FakeCdrom] Add a new UnknownMediumType enumerator to MediumType
[FstabWatcher] Fix loosing of fstab watcher
[Fstab] Do not emit deviceAdded twice on fstab/mtab changes
5.67
Migrate config from KConfig to KConfigXt in order to allow KCM to use it
5.68
[ModifiedFileIndexer] Correct time checks for new files
[ModifiedFileIndexer] Omit BasicIndexingJob run when not required
Sync IndexerConfig on exit
[FileIndexScheduler] Force evaluation of indexerState after suspend/resume
5.69
[SearchStore] Use categorized logging
[QueryParser] Fix broken detection of end quote
[EngineQuery] Provide toString(Term) overload for QTest
[EngineQuery] Remove unused position member, extend tests
[SearchStore] Avoid long lines and function nesting
[baloosearch] Bail out early if specified folder is not valid
[MTimeDB] Consolidate time interval handling code
[AdvancedQueryParser] Test if quoted phrases are passed correctly
[Term] Provide toString(Term) overload for QTest
[ResultIterator] Remove unneeded SearchStore forward declaration
[QueryTest] Make phrase test case data driven and extend
[Inotify] Start the MoveFrom expire timer at most once per inotify batch
[UnindexedFileIndexer] Only mark file for content indexing when needed
[Inotify] Call QFile::decode only in a single place
[QML] Correctly watch for unregistration
[FileIndexScheduler] Update the content index progress more often
[FileIndexerConfig] Replace config QString,bool pair with dedicated class
[QML] Set the remaining time in the monitor more reliably
[TimeEstimator] Correct batch size, remove config reference
[FileIndexScheduler] Emit change to LowPowerIdle state
[Debug] Improve readability of positioninfo debug format
[Debug] Correct output of *::toTestMap(), silence non-error
[WriteTransactionTest] Test removal of positions only
[WriteTransaction] Extend position test case
[WriteTransaction] Avoid growing m_pendingOperations twice on replace
[FileIndexScheduler] Cleanup firstRun handling
[StorageDevices] Fix order of notification connect and initialization
[Config] Remove/deprecate disableInitialUpdate
5.70
[FileWatch] Remove redundant watchIndexedFolders() slot
[ModifiedFileIndexer] Clarify a comment
[FileWatch] Fix watch updates on config changes
[KInotify] Fix path matching when removing watches
[Extractor] Use categorized logging
Use KFileMetaData for XAttr support instead of private reimplementation
Revert "add Baloo DBus signals for moved or removed files"
[QML Monitor] Show remaining time as soon as possible
[FileContentIndexer] Fix state update and signal order
[Monitor] Fix monitor state and signal ordering
[Extractor] Fix progress reporting
[Coding] Avoid recurrent detach and size checks
[baloo_file] Remove KAboutData from baloo_file
[Searchstore] Reserve space for phrase query terms
[SearchStore] Allow querying exact matches for non-properties
[PhraseAndIterator] Remove temporary arrays when checking matches
[Extractor] Better balance idle and busy mode
[Extractor] Fix idle monitoring
[Extractor] Remove IdleStateMonitor wrapper class
[OrpostingIterator] Allow skipping elements, implement skipTo
[PhraseAndIterator] Replace recursive next() implementation
[AndPostingIterator] Replace recursive next() implementation
[PostingIterator] Make sure skipTo also works for first element
rename and export newBatchTime signal in filecontentindexer
[SearchStore] Handle double values in property queries
[AdvancedQueryParser] Move semantic handling of tokens to SearchStore
[Inotify] Remove not-so-OptimizedByteArray
[Inotify] Remove dead/duplicate code
[QueryParser] Replace single-use helper with std::none_of
pkgsrc changes:
---------------
* Include lang/python/tool.mk so that PYTHON_FOR_BUILD_ONLY is taken into
account.
* Pull {SSP,FORTIFY}_SUPPORTED up to put them before inclusion of
mk/bsd.prefs.mk (/!\ lang/python/tool.mk includes mk/bsd.prefs.mk).
2020-05-31 Martin Mares <mj@ucw.cz>
* Released as 3.7.0.
* Added or improved the following capabilities: Designated
Vendor-Specific, Compute eXpress Link, Resizable BARs,
VF Resizable BARs, Link Capabilities 2, Link Status 2.
* On Linux, lspci can show IOMMU groups.
* setpci can be asked to skip bus scan and operate on a device
completely specified by its domain/bus/dev/func address. This
involved major internal cleanup.
* The above feature of setpci uses the pci_get_dev() function,
which obtains a struct pci_dev without doing a bus scan. This was
always possible, but apparently little used, because back-ends
frequently choked when operating on such devices. Fixed a lot
of minor bugs related to this.
* Also, back-ends which do not support domains now correctly fail when
trying to access devices outside domain 0.
* Semantics of pci_fill_info() and pci_dev->known_fields was
underspecified, which lead to inconsistencies between back-ends.
Improved documentation to give a more precise definition and updated
all back-ends to conform to it. Most importantly,
pci_dev->known_fields shows all fields requested over the lifetime
of the pci_dev, but never those which are not supported by the
back-end.
* As usually, updated pci.ids to the current snapshot of the database.
lxqt-powermanagement-0.15.0 / 2020-04-22
========================================
* Bumped version to 0.15.0.
* C++11 code updates.
* Remove (duplicated) string casts definitions.
* Added an option to change the display backlight when the computer is idle.
pcmanfm-qt-0.15.1 / 2020-05-16
==============================
* Fixed remounting of remote folders with its bookmark under special circumstances.
* Prevented a total freeze on mounting encrypted volumes when auto-mounting is also enabled.
* Added an option to disable file tooltips.
* Changed the About link to pcmanfm-qt's GitHub page.
* Safeguard against null images with multi-screen wallpapers.
pcmanfm-qt-0.15.0 / 2020-04-21
==============================
* Keep original extensions in bulk renaming.
* Open selected files by pressing Enter.
* Update desktop on setting wallpaper with commandline.
* Removed WM menu from desktop.
* Remove unneeded Qt version check.
* Clear filter text on pressing Esc.
* Enhanced wallpaper browsing dialog.
* Restore sorting on removing folder customization.
* Take all standard config paths into account.
* Added deletion time to Trash.
* Added option to transform jpeg wallpapers based on EXIF info.
* Set text and icon of delete action of Edit menu on startup.
* Respect full file name setting on desktop too.
* Added Alt+Enter in addition to Alt+Return for properties.
* Added menu item to toggle showing of thumbnails on the fly.
* More compact and tidy Desktop preferences dialog.
* Always show display names on Desktop.
* Respect view setting when showing selected file name on status bar.
* Follow DE click setting if single-click is not chosen.
* More stable position for sticky Desktop Trash.
* Added context menu item to create launchers on Desktop.
* An option to show folder context menu with Ctrl + right click.
* Do not show trash path in trashed file names.
* Use file launcher to open a folder in new tab to guarantee it is always opened correctly.
* Added "Hidden Last" to Sorting submenu.
* Multimonitor wallpaper support.
* Choose an appropriate name for root bookmarks (like SMB).
* Use "edit name" in bulk renaming.
* Use QString multi-arg.
* Disable Create New in File menu when not possible.
* Focus side-pane with `Ctrl+Esc`.
* Added Hidden Shortcuts dialog.
* Try to have a "current item" inside view as far as possible. This guarantees a correct behavior for keys like `End`, `PgDn` and `Right`.
* Select first item on filtering if nothing is selected.
* Added an option for single window mode.
Change log:
mate-power-manager 1.24.1
* Translations update
* glib-genmarshal: replace deprecated tokens NONE and BOOL
* Read authors (updated) from mate-power-manager.about
* Use gtk_show_about_dialog to show about dialog
* Remove the CPU wakeups feature
* Update copyright year on about dialog
* generate missing gpm-* PNGs from new SVGs
* add missing gpm-phone SVGs
* add missing gpm-keboard SVGs
* add missing gpm-mouse SVGs
Changes:
- an official logo
- previews
- config `NNN_FIFO` to write hovered file paths a previewer can read
- plugin `preview-tabbed`: tabbed[1]/xembed based file previewer
- plugin `preview-tui`: simple TUI file previewer in tmux/xterm
- plugin `preview-kitty`: preview using kitty terminal's capabilities
- live preview[2] configuration example
- find & list
- send list of files from (cmd run as) plugin to `nnn`
- plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list
in `nnn`
- `Right` or `l` on symlink in list dir takes to target file
- persistent session option `-S` [for disk usage, run `nnn -T d` (see
help)]
- hover on the file when a file path is passed as positional argument
- go to first file or match with `'` (followed by `'` or `char`)
- config `NNN_SEL` to specify custom selection file
- config `NNN_LOCKER` to specify locker program
- dim file details in detail mode
- call `chdir()` on directory change
- option `-l`: number of lines to move on mouse scroll
- graphical keybind map[3]
- let `NNN_COLORS` override `NO_COLOR`
- plugins
- option `-P`: run plugin by key at start
- run plugins with `Alt+key`
- allow `NNN_PIPE` usage by commands run as plugin
- input format to `NNN_PIPE`: `<ctxcode><opcode><data>` (see plugins
doc)
- set `ctxcode` to `+` for smart context usage (next inactive, else
current)
- `getplugs` to fetch plugins by installed version of `nnn`
- plugin `mimelist`: list files by mime type in subtree
- plugin `bookmarks`: named bookmarks using symlinks
- plugin `nbak`: backup `nnn` config
- `nuke` adds lowdown as alternative markdown viewer
- several plugin improvements
- fix broken screen on resize (see #520)
- fix broken version sort (see #550)
- fix list and pipe modes not working together
- fix multiple issues with listing files
- fix `@` shown in detail mode for symlink to dir
- fix listing files directly under `/`
- move to `-std=c11`
Package changes:
- To retain more backwards compatibility, on old GCC versions (<4.7),
-std=c99 is used instead of -std=c11.
[1] https://tools.suckless.org/tabbed
[2] https://github.com/jarun/nnn/wiki/Live-previews
[3] https://github.com/jarun/nnn/wiki/Usage#graphical-map
4.2.0:
- When ``supervisord`` is run in the foreground, a new ``--silent`` option
suppresses the main log from being echoed to ``stdout`` as it normally
would.
- Parsing ``command=`` now supports a new expansion, ``%(numprocs)d``, that
expands to the value of ``numprocs=`` in the same section.
- Web UI buttons no longer use background images.
- The Web UI now has a link to view ``tail -f stderr`` for a process in
addition to the existing ``tail -f stdout`` link. Based on a
patch by OuroborosCoding.
- The HTTP server will now send an ``X-Accel-Buffering: no`` header in
logtail responses to fix Nginx proxy buffering.
- When ``supervisord`` reaps an unknown PID, it will now log a description
of the ``waitpid`` status.
- Fixed a bug introduced in 4.0.3 where ``supervisorctl tail -f foo | grep bar``
would fail with the error ``NoneType object has no attribute 'lower'``. This
only occurred on Python 2.7 and only when piped.
Change log:
1.8.15
======
- Only open devices after successful mount attempt (Bug #16831)
- Fix shortcut support for addressbar (Bug #4537 and Bug #13680)
- Fix crash in bulk renamer on repeated rename (Bug #16824)
- Add checks for thumbnailer 0 handles (Bug #14122)
- Replace 'thunar_return_if_fail (THUNAR_IS_DEVICE (device))' with
standard 'if (..)' to prevent possible crashes. (Bug #13404)
- Fix check if folder is fully loaded when expanding path in tree view.
Prevents 100% CPU load and loosing sync with main view in some cases.
(Bug #15762)
- Fixes 100%CPU on tree-view in some rare cases (Bug #16024)
- Delete native files faster (Bug #16641)
- Support libxfce4ui XfceTitledDialog new API (Bug #16616)
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
(Australia), English (United Kingdom), Esperanto, Estonian, Finnish,
French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post
1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Spanish,
Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu
(Pakistan), Vietnamese
At this time xentools413 will only build on a very recent -current (as of
an hour ago or do - with /usr/include/xen/xenio.h 1.12 or newer)
Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
At boot, the xen kernel is loaded along with the guest kernel for
the first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.
Update ruby-chef to 16.0.287.
Latest rubygems version is 16.1.0 but it chef require unpulished
bcrypt_pbkdf gem 1.1.0.rc1. So, update to 16.0.287.
For more detail, please refer:
<https://github.com/chef/chef/blob/master/CHANGELOG.md>
Update 16.0.287.
Latest rubygems version is 16.1.0 but it chef require unpulished
bcrypt_pbkdf gem 1.1.0.rc1. So, update to 16.0.287.
For more detail, please refer:
<https://github.com/chef/chef/blob/master/CHANGELOG.md>
Update 16.0.287.
Latest rubygems version is 16.1.0 but it chef require unpulished
bcrypt_pbkdf gem 1.1.0.rc1. So, update to 16.0.287.
For more detail, please refer:
<https://github.com/chef/chef/blob/master/CHANGELOG.md>
Update capistrano to 3.14.0.
3.14.0 (2020-05-06)
New Features
* Add custom prompt support for user input (#2055) @rolandasb
Documentation
* Update docs website icons, optimize images (#2056) @rolandasb
Housekeeping
* Fix CI builds for EOL Ruby versions (#2058) @mattbrictson
This gets rid of a few uncommented and unclear patches. The upstream
code has changed a lot, therefore the pkgsrc patches have all been
dropped.
Upstream changes are unknown since the CHANGES file mentions 1.9 as the
latest version.
There was a typo in the python3 interpreter since it defined python2
instead of the correct python3.
All files from the python2 block use python3 nowadays, therefore that
whole block is unnecessary as well.
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
Small and dependency free Python package to infer file type and MIME type
checking the magic numbers signature of a file or buffer.
This is a Python port from filetype Go package.
v2.9.9
Bugfixes
--------
- Fix an issue with the ``fileglob`` plugin where passing a subdirectory of non-existent directory would cause it to fail - https://github.com/ansible/ansible/issues/69450
v2.9.8
======
Minor Changes
-------------
- Add test for reboot & wait_for_connection on EOS & IOS (https://github.com/ansible/ansible/pull/63014)
- Fixed 'intersect' filter spelling in constructed inventory plugin example.
- Move cli prompt check logic from action to cliconf plugin (https://github.com/ansible/ansible/pull/63945)
- Point inventory script location to their respective version rather than devel version in documentation.
- ansible-test - Now includes testing support for RHEL 8.2
- ansible-test - Remove obsolete support for provisioning remote vCenter instances. The supporting services are no longer available.
Bugfixes
--------
- Collections - Allow a collection role to call a stand alone role, without needing to explicitly add ``ansible.legacy`` to the collection search order within the collection role. (https://github.com/ansible/ansible/issues/69101)
- Fix cli context check for network_cli connection (https://github.com/ansible/ansible/pull/64697)
- Revert 5f6427b1fc7449a5c42212013d3f628665701c3d as it breaks netconf connection
- Role Installation - Ensure that a role containing files with non-ascii characters can be installed (https://github.com/ansible/ansible/issues/69133)
- Update ActionBase._low_level_execute_command to honor executable (https://github.com/ansible/ansible/issues/68054)
- collections - Handle errors better for filters and tests in collections, where a non-existent collection is specified, or importing the plugin results in an exception (https://github.com/ansible/ansible/issues/66721)
- deal with cases in which just a file is pased and not a path with directories, now fileglob correctly searches in 'files/' subdirs.
- dnf - Unified error messages when trying to install a nonexistent package with newer dnf (4.2.18) vs older dnf (4.2.9)
- dnf - Unified error messages when trying to remove a wildcard name that is not currently installed, with newer dnf (4.2.18) vs older dnf (4.2.9)
- hostname - make module work on Manjaro Linux (https://github.com/ansible/ansible/issues/61382)
- mysql_user - fix the error No database selected (https://github.com/ansible/ansible/issues/68070).
- ovirt_disk: add warning when uploading wrong format
- ovirt_disk: upload image auto detect size
- ovirt_network: allow to remove vlan_tag
- pip - The virtualenv_command option can now include arguments without requiring the full path to the binary. (https://github.com/ansible/ansible/issues/52275)
- pip - check_mode with ``state: present`` now returns the correct state for pre-release versioned packages
- postgresql_set - fix converting value to uppercase (https://github.com/ansible/ansible/issues/67377).
- redfish_config - fix support for boolean bios attrs (https://github.com/ansible/ansible/pull/68251)
- service_facts - Now correctly parses systemd list-unit-files for systemd >=245
- sysvinit - Add missing parameter ``module`` in call to ``daemonize()``.
- the default parsing will now show existing JSON errors and not just YAML (last attempted), also we avoid YAML parsing when we know we only want JSON issue
- win_psmodule - Fix TLS 1.2 compatibility with PSGallery.
- win_psrepository - Fix TLS 1.2 compatibility with PSGallery.
- win_psrepository - Fix ``Ignore`` error when trying to retrieve the list of registered repositories
- zabbix_template - no longer fails with KeyError when there are no macros present in existing template (see https://github.com/ansible-collections/community.zabbix/issues/19)
Release 2.11 (2011-10-09)
- Converted from Glade to GtkBuilder.
- Fixed typo in German translation (Alek).
- "build" script runs autoconf and build the documentation if necessary. This
is needed for Git checkouts.
- Don't lower panel when the pointer moves over an applet. Reported by mark76
on IRC.
- Centre the pinboard image correctly if larger than the screen (Mohamed Amine
IL Idrissi). Patch sent to Ubuntu anonymously and forwarded; see Ubuntu bug
#615490.
- Depend on 0compile 0.19.1. Fixes bug using distribution-provided pkg-config.
- Added build dependency on pkg-config.
- Bugfix: unselect item when menu is closed. We used to listen for
"unmap_event", but this is no longer emitted in recent versions of GTK.
Switched to using "selection-done" instead. Closes#2925212 (reported by
Barry Kauler).
- Added button to options window to create the 'rox' start up script (Stephen
Watson).
- Updated Italian translation (Yuri).
- Updated Brazilian Portuguese translation (Sérgio Cipolla).
- Updated Spanish and Galician translations (Antonio Sánchez). The
how-to-change-permissions explanation had a mistake that made the help window
appear blank.
- Updated Spanish translation (Antonio Sánchez and Luis Felipe Abad).
- Turn the error on invalid line breaks in uri_list_to_glist into a warning
(Stephen Watson). Firefox 3.5 upto and including 3.5.2 gets it wrong, but we
don't want to stop drops working until they fix it.
- Eliminated the duplicated code between pixmap_background_thumb() and
pixmap_try_thumb(). pixmap_background_thumb() now calls pixmap_try_thumb() to
get from memory or load from cache (Stephen Watson).
- Added option to place panels under the control of the _NET_WORKAREA property
(Stephen Watson). Note it only checks the work area at the point it creates
the panel.
- Fix bug in XDG MIME magic: if two matches at the same priority returned
exactly the same type, it was considered a conflict (Stephen Watson).
- Newer versions of GTK+ issue warnings if a spin button has a non-zero page
size (Stephen Watson).
- If a file has a thumbnail, display it in the infobox (Stephen Watson).
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
without any extra programs or libraries, beyond what your OS
provides. It does not require any compilation(C/C++, assembly, et
cetera) to use.
Version 1.8.0 (11/16/2018)
- Added an experimental --fromfile option (suggested by several people.)
This may eventually be replaced or supplimented by a --fromjson option.
- Added support for BSD's CLICOLOR and CLICOLOR_FORCE environment variables.
(Suggested by Alyssa Ross)
- Use strftime() exclusively when formatting date/time to respect locale.
- Some man page fixes and cleanups curtsey of Kirill Kolyshkin
- Update BINDIR in Makefile for MacOS X -- It is not allowed to install
programs to /usr/bin on MacOS X any longer due to System Integrity
Protection (SIP) (Shawn Mehan)
- Misc patches from Jacob Wahlgren:
- Improved command line switch error reporting.
- Symbolic links not displayed if a -P pattern is active
- Missing argument error reporting fixes on long format switches.
- Fixed JSON output hanging commas (John Lane, Tad, others)
- JSON size output ignored -h/--si flags (Wagner Camarao)
- Fixed issue with malformed multibyte string handling. (Mantas
Mikulėnas)
- Fixed issue where mbstowcs() fails to null terminate the string due to
improper UTF-8 encoding leading to garbage being printed. (Nick Craig-Wood)
- Found a bug where the wrong inode (and device) information would be printed
for symbolic links. (Stephan Gabert)
A typical case is that PKGMANDIR is man, not share/man. That path does
not occur in the Python files, which would then make the build fail in
SUBST_NOOP_OK=no mode.
machine/ptrace.h pulls in sys/module_hook.h after 2019-11-27 under _KERNEL
This corresponds to NetBSD 9.99.19.
sys/module_hook.h is not installed.
Ergo sys/ptrace.h must be included /without/ defining _KERNEL.
2020-03-23 Jean Delvare <jdelvare@suse.de>
Print type 33 name unconditionally.
Even if a type 33 structure is too short, we can still display its
type name as we do for all other structure types.
2020-03-23 Jean Delvare <jdelvare@suse.de>
Don't choke on invalid processor voltage.
If the processor voltage encoding has some of the reserved bits set
and none of the proper bits set, print it as "Unknown" instead of an
empty field.
2020-03-23 Jean Delvare <jdelvare@suse.de>
Fix the alignment of type 25 name.
No tabulation needed before DMI structure names.
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
It looks wrong that the paths in constants.py depend on the operating
system, but that's not caused by the latest SUBST changes, so I'm leaving
that as-is. Someone familiar with this package should have a look.