about summary refs log tree commit diff
path: root/pkgs/tools/system
Commit message (Collapse)AuthorAge
* hwinfo: 21.68 -> 21.69R. RyanTM2020-03-30
|
* skawarePackages: release 2020-03Profpatsch2020-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, New versions of all the skarnet.org packages are available. This is mostly a bugfix release (there was an installation bug in some circumstances with shared libraries) but some packages, notably execline and s6, have new, useful features. The new versions are the following: skalibs-2.9.2.0 nsss-0.0.2.2 utmps-0.0.3.2 execline-2.6.0.0 s6-2.9.1.0 s6-rc-0.5.1.2 s6-linux-init-1.0.4.0 s6-dns-2.3.2.0 s6-networking-2.3.1.2 s6-portable-utils-2.2.2.2 s6-linux-utils-2.5.1.2 mdevd-0.1.1.2 bcnm-0.0.1.0 Here are details for the packages that have more than bugfixes: * skalibs-2.9.2.0 --------------- - New header: skalibs/bigkv.h. It's a set of functions allowing efficient lookups in a large set of strings (typically read from the command line or the environment). https://skarnet.org/software/skalibs/ git://git.skarnet.org/skalibs * execline-2.6.0.0 ---------------- - It's a major release because an API has been modified: dollarat. Beforehand, dollarat's -0 option would always prevail over any -d option. Now, dollarat has its conflicting -0 and -d options handled in the conventional way, with rightmost priority. - The runblock program now accepts a command line prefix, which is given as runblock's own command line. This allows blocks to serve as arguments to a new command, instead of having to be full command lines by themselves. - New binary: posix-umask. - The former "cd" program is now named "execline-cd" and the former "umask" program is named "execline-umask". When the=20 --enable-pedantic-posix option is not given at configure time, "cd" and "umask" are symbolic links created at installation time and pointing to execline-cd and execline-umask respectively. When the --enable-pedantic-posix option is given, the symbolic links point to posix-cd and posix-umask instead. - With posix-cd and posix-umask (and the changes to wait done in the previous version), execline is now fully POSIX-compliant when built with the --enable-pedantic-posix option. This will certainly, without the slightest hint of a doubt, change distributions' attitudes about it. https://skarnet.org/software/execline/ git://git.skarnet.org/execline * s6-2.9.1.0 ---------- - A new '?' directive has been added to s6-log. It behaves exactly like '!', except that it spawns the given processor with /bin/sh as an interpreter instead of execlineb. - execline support is now optional: it can be disabled by specifying --disable-execline at configure time. Some functionality is unavailable when execline support is disabled: * s6-log's '!' directive * s6-notifyoncheck's -c option * s6-ipcserver-access's support for 'exec' directives in a ruleset - A new -X option has been added to s6-svscan, to specify a descriptor that will be passed as stderr to a service spawned by this s6-svscan and named s6-svscan-log. This is used in the new s6-linux-init, to avoid needing to hardcode the /dev/console name for the catch-all logger's standard error. - On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts those signals. This allows powerfail and kbrequest events to be handled when s6-svscan runs as process 1. https://skarnet.org/software/s6/ git://git.skarnet.org/s6 * s6-linux-init-1.0.4.0 --------------------- - New options have been added to s6-linux-init-maker: to support running s6-linux-init without a catch-all logger, and to support running it in a container. - s6-linux-init-maker now adds a SIGPWR handler to the default image: on receipt of a SIGPWR, the system's shutdown procedure is triggered. - s6-linux-init now handles kbrequest, which triggers a SIGWINCH in init when a special, configurable set of keys is pressed. By default, no SIGWINCH handler is declared in the image, and no set of keys is bound to kbrequest. https://skarnet.org/software/s6-linux-init/ git://git.skarnet.org/s6-linux-init * s6-dns-2.3.2.0 -------------- - New library: libdcache, implementing a clean cache structure to contain DNS data. It's still not used at the moment. https://skarnet.org/software/s6-dns/ git://git.skarnet.org/s6-dns * bcnm-0.0.1.0 ------------ - First numbered release, because the Ad=C3=A9lie Linux distribution, which uses libwpactrl, needs an official release instead of pulling from git. - libwpactrl is a set of C functions helping control a wpa_supplicant process. - bcnm-waitif is a binary that waits for network interface state events such as appearance/disappearance, up/down, running/not-running. It is useful to avoid race conditions during a boot sequence, for instance. https://skarnet.org/software/bcnm/ git://git.skarnet.org/bcnm Enjoy, Bug-reports welcome. -- Laurent
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* ipmiutil: 3.1.5 -> 3.1.6R. RyanTM2020-03-24
|
* nixos/netdata: fix permissions for perf.pluginIzorkin2020-03-23
|
* nixos/netdata: fix permissions for slabinfo.pluginIzorkin2020-03-23
|
* localetime: fix build with strict depsJörg Thalheim2020-03-23
|
* Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwinMario Rodas2020-03-22
|\ | | | | treewide: fix buildGoModule packages on darwin
| * ctop: fix build on darwinMario Rodas2020-03-21
| |
* | ioping: add support for netdataIzorkin2020-03-22
|/ | | | fixes #82985
* netdata: fix load go.d.pluginIzorkin2020-03-19
|
* inxi: 3.0.37-1 -> 3.0.38-1Michael Weiss2020-03-17
|
* Merge pull request #82715 from r-ryantm/auto-update/rsyslogMario Rodas2020-03-16
|\ | | | | rsyslog: 8.2001.0 -> 8.2002.0
| * rsyslog: 8.2001.0 -> 8.2002.0R. RyanTM2020-03-16
| |
* | stress-ng: 0.11.01 -> 0.11.02Maximilian Bosch2020-03-15
| |
* | fio: 3.18 -> 3.19R. RyanTM2020-03-14
|/
* ddrescue: 1.24 -> 1.25Lancelot SIX2020-03-14
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00002.html for release information
* Merge pull request #82198 from r-ryantm/auto-update/syslog-ngMario Rodas2020-03-13
|\ | | | | syslogng: 3.25.1 -> 3.26.1
| * syslogng: 3.25.1 -> 3.26.1R. RyanTM2020-03-09
| |
* | Merge pull request #82194 from r-ryantm/auto-update/sg3_utilsMario Rodas2020-03-12
|\ \ | | | | | | sg3_utils: 1.44 -> 1.45
| * | sg3_utils: 1.44 -> 1.45R. RyanTM2020-03-09
| |/
* | r10k: 3.2.0 -> 3.4.1Maximilian Bosch2020-03-12
| |
* | Merge pull request #81807 from r-ryantm/auto-update/logrotateAaron Andersen2020-03-10
|\ \ | | | | | | logrotate: 3.15.1 -> 3.16.0
| * | logrotate: 3.15.1 -> 3.16.0R. RyanTM2020-03-05
| | |
* | | collectd: 5.8.1 -> 5.10.0Martin Milata2020-03-10
| | |
* | | Merge pull request #82053 from r-ryantm/auto-update/java-service-wrapperRyan Mulligan2020-03-08
|\ \ \ | | | | | | | | java-service-wrapper: 3.5.42 -> 3.5.43
| * | | java-service-wrapper: 3.5.42 -> 3.5.43R. RyanTM2020-03-08
| | |/ | |/|
* / | facter: 3.14.7 -> 3.14.8R. RyanTM2020-03-06
|/ /
* | Merge pull request #81642 from r-ryantm/auto-update/stress-ngMario Rodas2020-03-04
|\ \ | |/ |/| stress-ng: 0.10.19 -> 0.11.01
| * stress-ng: 0.10.19 -> 0.11.01R. RyanTM2020-03-03
| |
* | Merge pull request #80987 from andir/ipmitoolworldofpeace2020-03-01
|\ \ | | | | | | ipmitool: migrate to openssl 1.1
| * | ipmitool: fix compile on darwinworldofpeace2020-03-01
| | |
| * | ipmitool: cleanup expressionFlorian Klink2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | * remove no-op substitution of s6_addr16 -> s6_addr This string doesn't exist anymore in that file. * clean up configureFlags
| * | ipmitool: migrate to openssl 1.1Andreas Rammhold2020-02-25
| | | | | | | | | | | | | | | | | | This adds a patch from debian to switch ipmitool to openssl 1.1. Upstream seems to already carry a version of this but that is yet to be part of a release.
* | | Merge pull request #81167 from NixOS/staging-nextFrederik Rietdijk2020-03-01
|\ \ \ | | |/ | |/| Staging next
| * | Merge staging-next into stagingFrederik Rietdijk2020-02-27
| |\ \
| * | | gptfdisk: 1.0.4 -> 1.0.5R. RyanTM2020-02-20
| | | |
* | | | smartmontools: add Frostman to maintainersSergey Lukjanov2020-02-25
| | | |
* | | | smartmontools: 7.0 -> 7.1 and devicedb updated to latestSergey Lukjanov2020-02-25
| |/ / |/| |
* | | Merge pull request #81056 from r-ryantm/auto-update/bfsMario Rodas2020-02-25
|\ \ \ | |_|/ |/| | bfs: 1.5.2 -> 1.6
| * | bfs: 1.5.2 -> 1.6R. RyanTM2020-02-25
| |/
* | netdata: fix openldap pluginJörg Thalheim2020-02-24
| |
* | netdata: 1.19.0 -> 1.20.0Jörg Thalheim2020-02-22
| |
* | Merge pull request #80628 from mweinelt/pr/s-tuiSilvan Mosberger2020-02-22
|\ \ | | | | | | s-tui: migrate to python3
| * | s-tui: migrate to python3Martin Weinelt2020-02-22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes LC_ALL = "en_US.UTF-8"; that resolves a locale.Error exception during the check phase. [...] File "/build/s-tui-1.0.0/s_tui/sensors_menu.py", line 27, in <module> import urwid File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/__init__.py", line 26, in <module> from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE, File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/widget.py", line 27, in <module> from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width, File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 61, in <module> detected_encoding = detect_encoding() File "/nix/store/xxhpq1kcjy0kimfwnwqlzh2pchkp9khi-python3.7-urwid-2.1.0/lib/python3.7/site-packages/urwid/util.py", line 58, in detect_encoding locale.setlocale(locale.LC_ALL, initial) File "/nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/python3.7/locale.py", line 608, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting
* | Merge pull request #80603 from eraserhd/plan9port-macos-ldflagsDaiderd Jordan2020-02-22
|\ \ | | | | | | plan9port: fix linker flags for macosx
| * | plan9port: wrap ALL linker flagsJason Felice2020-02-20
| | |
| * | plan9port: fix linker flags for macosxJason Felice2020-02-19
| |/
* / throttled: 0.6 -> 0.7Bernardo Meurer2020-02-20
|/
* Merge pull request #80406 from marsam/update-ytopMario Rodas2020-02-18
|\ | | | | ytop: 0.4.0 -> 0.5.1