Commit Graph

2484 Commits

Author SHA1 Message Date
Sandro Jäckel
33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
Frederik Rietdijk
28647e4ff2 honcho: use python3 2021-04-03 17:06:09 +02:00
Daniel Nagy
6cb1865eb3
htop: update platforms metadata 2021-04-01 17:59:50 +02:00
Daniel Nagy
d2aabe8fed
htop: add changelog 2021-04-01 17:59:46 +02:00
R. RyanTM
637c75cf50 gdu: 4.9.0 -> 4.9.1 2021-03-30 11:46:55 +00:00
Fabian Affolter
4344033bac
Merge pull request #117849 from dduan/tre-0.3.6
tre-command: 0.3.5 -> 0.3.6
2021-03-29 20:10:08 +02:00
Aaron Andersen
10ec5b789f
Merge pull request #117271 from aanderse/logrotate
logrotate: compile with acl support
2021-03-28 11:04:18 -04:00
Daniel Duan
5363a5c51a tre-command: 0.3.5 -> 0.3.6 2021-03-27 16:04:37 -07:00
Robert Scott
31e9d07ed1
Merge pull request #116250 from Pamplemousse/patch_ipmitool
ipmitool: fix security vulnerability
2021-03-27 12:22:44 +00:00
R. RyanTM
38b9434ce9 gdu: 4.8.1 -> 4.9.0 2021-03-27 10:56:15 +00:00
Michael Raskin
81ac64300e
Merge pull request #117520 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.10.1 -> 4.10.2
2021-03-26 22:41:20 +00:00
Emery Hemingway
8a93c904a1 gptfdisk: add NixOS test and maintainer 2021-03-26 12:23:02 +01:00
R. RyanTM
90ad480812 gptfdisk: 1.0.6 -> 1.0.7 2021-03-26 12:23:02 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
Frederik Rietdijk
9533ed6c65 fio: use python3 2021-03-25 12:47:58 +01:00
Frederik Rietdijk
15a9c8ba60 evemu: use python3 2021-03-25 12:45:03 +01:00
R. RyanTM
750784d77c sleuthkit: 4.10.1 -> 4.10.2 2021-03-24 21:12:24 +00:00
Daniël de Kok
84fcca07aa rocm-smi: 4.0.0 -> 4.1.0
This also migrates this derivation from the old deprecated ROC-smi
repository to rocm_smi_lib.
2021-03-24 10:31:07 +01:00
Aaron Andersen
32b9f73065 logrotate: compile with acl support 2021-03-22 15:57:57 -04:00
Pamplemousse
bf1beb93c5 ipmitool: fix security vulnerability
Relates to #90825 .

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:10:30 -07:00
Daniel Duan
5427f2a847 tre-command: 0.3.4 -> 0.3.5
0.3.5 is a minor release with a bug fix for tre-command.

[Release notes](https://github.com/dduan/tre/releases/tag/v0.3.5)
2021-03-21 12:54:25 -07:00
Sandro
4c817c73ac
Merge pull request #117011 from siraben/darwin-mass-fix-buildInputs=0 2021-03-20 20:50:45 +01:00
R. RyanTM
b9f90c8896 nq: 0.3.1 -> 0.4 2021-03-20 11:24:03 -04:00
Fabian Affolter
a9ab5fa6dc
Merge pull request #116851 from r-ryantm/auto-update/gdu
gdu: 4.8.0 -> 4.8.1
2021-03-19 19:05:18 +01:00
R. RyanTM
df412f6927 gdu: 4.8.0 -> 4.8.1 2021-03-19 14:39:07 +00:00
sternenseemann
00cecf2731 skawarePackages: 2021-02 release
Includes the following version changes:

- skalibs: 2.10.0.1 -> 2.10.0.2
- execline: 2.7.0.0 -> 2.8.0.0
- s6-networking: 2.4.0.0 -> 2.4.1.0
- s6-linux-init: 1.0.6.0 -> 1.0.6.1
- s6: 2.10.0.0 -> 2.10.0.2

Upstream maintainer notes:

------------------------------------------------------------

Mon, 15 Feb 2021 19:50:14 +0000

Hello,

New versions of some of the skarnet.org packages are available.

skalibs-2.10.0.2: bugfixes
execline-2.8.0.0: major version bump, but few and low-impact changes
s6-2.10.0.2: bugfixes
s6-linux-init-1.0.6.1: bugfixes
s6-networking-2.4.1.0: minor version bump

Some details:

* execline-2.8.0.0
  ----------------

- The if program now propagates its child's exit code by default if it
exits.
- The backtick program's -i behaviour (exit on child failure or
presence of a null character in its output) is now the default. Other
behaviours in case of child failure can be obtained via -I, -x or -D
options; -x is the new one.
- These changes are compatible with all the common uses of if and
backtick, but break compatibility in edge cases, which is why a
major version bump is required. This has nothing in common with the
previous major version bump, which had massive changes all over the
place; this one should go smoothly, and will only impact very specific
uses of backtick.

execline now has man pages, thanks to the untiring flexibeast!
The repository can be found here:

https://github.com/flexibeast/execline-man-pages

Please allow some time for the man pages to be updated to reflect
the current HTML documentation. Currently, the man pages document
execline-2.7.0.1; they are accurate for 2.8.0.0 except for the if and
backtick changes.

* s6-linux-init-1.0.6.1
  ---------------------

- Bugfixes.
- When s6-linux-init is built with utmps, the default utmp user for
s6-linux-init-maker was set to "utmp". That was a bug: now, by default,
s6-linux-init-maker does not create the utmp services if the -U option
is not given. If you used s6-linux-init-maker without the -U option
and still need the utmps services, you should explicitly set "-U utmp".

https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init

* s6-networking-2.4.1.0
  ---------------------

- Bugfixes (nothing security-related).
- It is now possible to define a maximum amount of time spent in the
TLS handshake no matter how s6-networking has been built. (The -K
option has been implemented for the libtls backend.)
- When SNI has been required, the TLS-related binaries now export
the SSL TLS SNI SERVERNAME option to their application; the variable
contains the relevant server name.

https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking

s6-networking has man pages as well:
https://github.com/flexibeast/s6-networking-man-pages

Enjoy,
Bug-reports welcome.

--
Laurent

------------------------------------------------------------

Copied from: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:202102:lpehbljhhcpaopbnkkbf
2021-03-19 13:51:47 +01:00
Ben Siraphob
a3cce97946 gt5: expand platforms to all 2021-03-19 13:18:32 +07:00
Michael Weiss
b210f45e47
inxi: 3.3.02-1 -> 3.3.03-1 2021-03-18 13:13:28 +01:00
Michael Weiss
05733493b8
inxi: 3.3.01-1 -> 3.3.02-1 2021-03-16 12:17:18 +01:00
R. RyanTM
2265051d99 snooze: 0.4 -> 0.5 2021-03-14 05:06:45 -04:00
Robert Scott
2f03853ae0
Merge pull request #115923 from r-ryantm/auto-update/fio
fio: 3.25 -> 3.26
2021-03-13 21:42:02 +00:00
Fabian Affolter
93e2dafc9d
Merge pull request #115840 from r-ryantm/auto-update/gdu
gdu: 4.7.0 -> 4.8.0
2021-03-11 20:54:40 +01:00
R. RyanTM
2476dace95 fio: 3.25 -> 3.26 2021-03-11 11:41:44 +00:00
R. RyanTM
db8a562751 gdu: 4.7.0 -> 4.8.0 2021-03-10 22:23:36 +00:00
R. RyanTM
9468e5b1e1 bfs: 2.1 -> 2.2 2021-03-10 17:47:59 +00:00
Fabian Affolter
5022178623
Merge pull request #115644 from r-ryantm/auto-update/thermald
thermald: 2.4.1 -> 2.4.3
2021-03-10 10:18:04 +01:00
Fabian Affolter
fc58af3539 uptimed: specify license 2021-03-10 08:10:07 +01:00
R. RyanTM
4246716e57 uptimed: 0.4.2 -> 0.4.3 2021-03-10 08:07:55 +01:00
Mario Rodas
36166cc700
Merge pull request #115588 from r-ryantm/auto-update/stress-ng
stress-ng: 0.11.19 -> 0.12.04
2021-03-09 19:06:57 -05:00
R. RyanTM
3cca1f854c thermald: 2.4.1 -> 2.4.3 2021-03-09 23:13:17 +00:00
Sandro
aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0 2021-03-09 21:14:38 +01:00
R. RyanTM
02cb44b5dc stress-ng: 0.11.19 -> 0.12.04 2021-03-09 18:24:31 +00:00
R. RyanTM
bf9cf10043 rsyslog: 8.2006.0 -> 8.2102.0 2021-03-09 15:28:15 +00:00
R. RyanTM
5085ef3e03 sg3_utils: 1.45 -> 1.46r862 2021-03-09 14:44:04 +00:00
Ben Siraphob
8bd1dd33d1 uptimed: expand platforms to unix 2021-03-09 09:16:10 +07:00
R. RyanTM
6c1700a4be daemon: 0.7.1 -> 0.8 2021-03-08 08:47:10 +00:00
Ben Siraphob
dcf51a859f loadwatch: expand platforms to all 2021-03-06 21:01:46 +07:00
Sandro
9675484462
Merge pull request #115197 from SuperSandro2000/fix-collection21 2021-03-06 04:56:45 +01:00
Sandro Jäckel
01e50d1136
safe-rm: fix cross compile 2021-03-05 18:15:24 +01:00
Sandro
7b74a67ca3
Merge pull request #115169 from fabaff/uroboros
uroboros: init at 20210304-9bed95b
2021-03-05 16:55:59 +01:00
Fabian Affolter
f8f2830890 uroboros: init at 20210304-9bed95b 2021-03-05 08:22:59 +01:00
Fabian Affolter
018f8544e9
Merge pull request #115095 from r-ryantm/auto-update/gdu
gdu: 4.6.5 -> 4.7.0
2021-03-04 21:42:26 +01:00
R. RyanTM
bc483459e2 gdu: 4.6.5 -> 4.7.0 2021-03-04 15:47:49 +00:00
Ben Siraphob
8ff1b8b502 snooze: expand platforms to unix 2021-03-03 22:35:06 +07:00
Fabian Affolter
1711e2afd8 gdu: enable tests and fix version output 2021-03-01 09:12:44 +01:00
R. RyanTM
d3f4aa97a3 gdu: 4.6.4 -> 4.6.5 2021-02-28 12:38:56 +00:00
Ryan Mulligan
3864dcea59 monit: add ryantm to maintainers 2021-02-26 11:37:18 -08:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Mario Rodas
d60db095f0
Merge pull request #114363 from r-ryantm/auto-update/netdata
netdata: 1.29.2 -> 1.29.3
2021-02-25 20:01:26 -05:00
R. RyanTM
a7e714c7a1 logrotate: 3.17.0 -> 3.18.0 2021-02-25 19:07:53 -05:00
R. RyanTM
b386735e76 netdata: 1.29.2 -> 1.29.3 2021-02-25 13:22:59 +00:00
Mario Rodas
aa84d36a14
Merge pull request #114167 from r-ryantm/auto-update/daemon
daemon: 0.7 -> 0.7.1
2021-02-24 22:36:12 -05:00
Mario Rodas
0249f6f34f
Merge pull request #114138 from r-ryantm/auto-update/clinfo
clinfo: 3.0.20.11.20 -> 3.0.21.02.21
2021-02-23 20:13:27 -05:00
Maximilian Bosch
931efba68e
Merge pull request #114145 from r-ryantm/auto-update/bpytop
bpytop: 1.0.62 -> 1.0.63
2021-02-24 00:50:41 +01:00
R. RyanTM
9776bb62d7 daemon: 0.7 -> 0.7.1 2021-02-23 20:31:18 +00:00
R. RyanTM
72664d777d bpytop: 1.0.62 -> 1.0.63 2021-02-23 17:07:57 +00:00
R. RyanTM
a87197069d clinfo: 3.0.20.11.20 -> 3.0.21.02.21 2021-02-23 16:35:16 +00:00
R. RyanTM
8d10d8e304 gdu: 4.6.3 -> 4.6.4 2021-02-22 23:29:36 -05:00
github-actions[bot]
d8f2a7bf5c
Merge master into staging-next 2021-02-22 00:37:52 +00:00
Ryan Mulligan
dcc5a1bdd3
Merge pull request #113892 from r-ryantm/auto-update/consul-template
consul-template: 0.25.1 -> 0.25.2
2021-02-21 13:17:09 -08:00
Dmitry Kalinkin
d3800053c6
Merge pull request #113897 from raboof/smartmontools-update-drivedb-to-r5171
smartmontools: update drivedb to r5171
2021-02-21 13:24:33 -05:00
Arnout Engelen
230d58d30f
smartmontools: update drivedb to r5171
Not so much because newer is better, but it seems the behavior of the
sourceforge raw download changed with respect to `$Id$`, so this gets
things in sync again (#113894)
2021-02-21 13:51:06 +01:00
R. RyanTM
c7917e58bd consul-template: 0.25.1 -> 0.25.2 2021-02-21 10:36:01 +00:00
github-actions[bot]
2c8fa86436
Merge master into staging-next 2021-02-21 06:16:32 +00:00
Sandro
69edb7a0d3
Merge pull request #113845 from dduan/tre-0.3.4
tre-command: 0.3.3 -> 0.3.4
2021-02-21 04:13:16 +01:00
Ryan Mulligan
830ad1ac64
Merge pull request #113832 from r-ryantm/auto-update/gdu
gdu: 4.6.2 -> 4.6.3
2021-02-20 17:53:39 -08:00
Daniel Duan
7e711976bf tre-command: 0.3.3 -> 0.3.4
Release note: https://github.com/dduan/tre/releases/tag/v0.3.4
2021-02-20 15:51:29 -08:00
R. RyanTM
0f9a5212f5 gdu: 4.6.2 -> 4.6.3 2021-02-20 21:27:08 +00:00
github-actions[bot]
7a1ee9c317
Merge master into staging-next 2021-02-20 18:17:10 +00:00
github-actions[bot]
5884dca2b9
Merge master into staging-next 2021-02-20 12:19:39 +00:00
Raghav Sood
df790a9626
netdata: remove unused imports, fix suggestions 2021-02-20 10:32:52 +00:00
R. RyanTM
7c6298ab88 netdata: 1.29.1 -> 1.29.2 2021-02-20 00:10:50 +00:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
zowoq
3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Daniël de Kok
c003eae5bd
Merge pull request #113565 from r-ryantm/auto-update/gdu
gdu: 4.3.2 -> 4.6.2
2021-02-18 20:28:00 +01:00
Sandro
2278dadbdf
Merge pull request #113523 from fabaff/stressapptest
stressapptest: init at 1.0.9
2021-02-18 12:34:49 +01:00
R. RyanTM
2e20907c26 gdu: 4.3.2 -> 4.6.2 2021-02-18 08:27:29 +00:00
github-actions[bot]
45dc900af9
Merge master into staging-next 2021-02-18 06:16:42 +00:00
Ryan Mulligan
9bb643272a
Merge pull request #113324 from r-ryantm/auto-update/bpytop
bpytop: 1.0.61 -> 1.0.62
2021-02-17 17:49:10 -08:00
midchildan
24499bbc6e
smartmontools: drop mailutils dependency by default
mailutils depends on OpenSSL 1.0.2, which is marked as insecure and thus
prevents this package from being built on Hydra. Excluding it by default
should re-enable binary builds for users who don't need the email
feature.

This change is unlikely to cause a major disruption because there's an
existing NixOS module for smartd that handles email notifications. It
works without this package being dependant on mailutils. Since mailutils
isn't used for any other purpose besides providing email notification
for smartd, it's possible to drop it without feature loss.

This change also makes the dependance on inetutils optional. inetutils
is needed for the 'hostname' command, and is only used for providing
email support.
2021-02-18 09:59:23 +09:00
github-actions[bot]
683536ab2a
Merge master into staging-next 2021-02-18 00:40:58 +00:00
Fabian Affolter
2bff001654 stressapptest: init at 1.0.9 2021-02-17 23:11:59 +01:00
Sandro
d0dd6b13b7
Merge pull request #113400 from aanderse/logrotate
logrotate: minor cleanup
2021-02-17 21:06:50 +01:00
Aaron Andersen
6cebd9e150 logrotate: minor cleanup 2021-02-17 08:16:22 -05:00
github-actions[bot]
cd9df16806
Merge staging-next into staging 2021-02-17 06:14:55 +00:00
github-actions[bot]
3ed237717a
Merge master into staging-next 2021-02-17 06:14:47 +00:00
Sandro
0d44c7989c
Merge pull request #113265 from SuperSandro2000/fix-collection13 2021-02-17 03:14:49 +01:00
Sandro
f0c82514df
Merge pull request #113151 from iblech/patch-pciutils 2021-02-17 02:49:05 +01:00
github-actions[bot]
79b7a67b55
Merge master into staging-next 2021-02-17 00:36:31 +00:00
Bruno Bigras
3141185a3b auto-cpufreq: 1.5.3 -> 1.6.1
Co-authored-by: Aamaruvi Yogamani <38222826+Technical27@users.noreply.github.com>
2021-02-16 15:04:09 -08:00
Ingo Blechschmidt
4e54c31de0 pciutils: use database from hwinfo which is easier to update 2021-02-16 23:15:02 +01:00
R. RyanTM
d70d48293f bpytop: 1.0.61 -> 1.0.62 2021-02-16 17:21:11 +00:00
Sandro Jäckel
90da3103d9
pcieutils: remove darwin from inputs 2021-02-15 00:05:32 +01:00
github-actions[bot]
4f3b8e7b41
Merge master into staging-next 2021-02-14 18:16:14 +00:00
Lancelot SIX
f0ebc5b140
freeipmi: 1.6.6 -> 1.6.7
See https://lists.gnu.org/archive/html/info-gnu/2021-02/msg00008.html
for release inforamtion.
2021-02-14 12:04:26 +00:00
github-actions[bot]
1d62dc37db
Merge master into staging-next 2021-02-13 00:36:11 +00:00
R. RyanTM
3ce2962340 facter: 3.14.15 -> 3.14.16 2021-02-12 08:39:22 +00:00
github-actions[bot]
3f38ab888e
Merge master into staging-next 2021-02-11 06:16:35 +00:00
Mario Rodas
99938e80fb
Merge pull request #112675 from r-ryantm/auto-update/netdata
netdata: 1.29.0 -> 1.29.1
2021-02-10 21:21:59 -05:00
github-actions[bot]
5f9df37683
Merge master into staging-next 2021-02-11 00:36:09 +00:00
Linus Heckemann
e4cf0e7a45
Merge pull request #109345 from cole-h/zfs-closure
Shrink the ZFS closure by making mail support optional
2021-02-10 23:04:24 +01:00
R. RyanTM
67a9957094 netdata: 1.29.0 -> 1.29.1 2021-02-10 19:40:18 +00:00
github-actions[bot]
7d94bb26bb
Merge master into staging-next 2021-02-10 18:16:36 +00:00
github-actions[bot]
e090cb1f96
Merge master into staging-next 2021-02-10 00:35:16 +00:00
Thomas Gerbet
5703cbdb45 sleuthkit: 4.6.5 -> 4.10.1
Fixes CVE-2020-10232 and CVE-2020-10233.
2021-02-09 23:33:57 +01:00
Michael Weiss
a6fa79639a
inxi: 3.3.00-1 -> 3.3.01-1 2021-02-09 21:55:59 +01:00
github-actions[bot]
30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
Mario Rodas
6d37e3c533
Merge pull request #111969 from r-ryantm/auto-update/logcheck
logcheck: 1.3.20 -> 1.3.22
2021-02-08 21:04:00 -05:00
Mario Rodas
7e740fa3a5
Merge pull request #112235 from r-ryantm/auto-update/tuptime
tuptime: 5.0.1 -> 5.0.2
2021-02-08 20:11:58 -05:00
github-actions[bot]
bef005163c
Merge master into staging-next 2021-02-08 12:19:33 +00:00
Michele Guerini Rocco
c9f6a7f349
Merge pull request #111624 from rnhmjoj/thinkfan
nixos/thinkfan: rewrite for 1.2 update
2021-02-08 12:20:07 +01:00
github-actions[bot]
f6ef5ce473
Merge master into staging-next 2021-02-08 06:16:44 +00:00
Martin Weinelt
1a474c9953
Merge pull request #111986 from r-ryantm/auto-update/netdata
netdata: 1.28.0 -> 1.29.0
2021-02-08 02:03:22 +01:00
github-actions[bot]
194e4e6f80
Merge master into staging-next 2021-02-07 06:16:10 +00:00
Cole Helbling
a206194b4e
smartmontools: make mail support optional
It's enabled by default since that's how it was before this change.
2021-02-06 22:03:59 -08:00
Martin Weinelt
0074ea0cae
Merge pull request #111901 from r-ryantm/auto-update/hwinfo
hwinfo: 21.71 -> 21.72
2021-02-07 04:14:52 +01:00
github-actions[bot]
aaaf1218bf
Merge master into staging-next 2021-02-07 00:37:36 +00:00
R. RyanTM
cb1f0b7eb6 tuptime: 5.0.1 -> 5.0.2 2021-02-06 23:03:42 +00:00
Sandro
31a70d1144
Merge pull request #112140 from fabaff/version-gotop 2021-02-06 21:19:28 +01:00
github-actions[bot]
ce14b50f1c
Merge master into staging-next 2021-02-06 18:15:53 +00:00
R. RyanTM
fd120659b6
gotop: 4.1.0 -> 4.1.1 (#112136) 2021-02-06 16:09:25 +01:00
Fabian Affolter
ae9b96ed45 gotop: add release 2021-02-06 13:52:00 +01:00
R. RyanTM
c3ecdf3e64 netdata: 1.28.0 -> 1.29.0 2021-02-05 07:05:37 +00:00
R. RyanTM
ad41cccf90 logcheck: 1.3.20 -> 1.3.22 2021-02-04 22:47:35 +00:00
Jan Tojnar
da66296930
Merge branch 'staging-next' into staging
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
R. RyanTM
966333e0fa hwinfo: 21.71 -> 21.72 2021-02-04 11:52:43 +00:00
R. RyanTM
d93af0391e di: 4.48 -> 4.48.0.1 2021-02-04 08:50:14 +00:00
rnhmjoj
32e1eb3742
thinkfan: add rnhmjoj as maintainer 2021-02-03 11:40:58 +01:00
rnhmjoj
f5461e2654
thinkfan: install systemd unit files 2021-02-03 11:40:57 +01:00
rnhmjoj
55b97f7ce6
thinkfan: cleanup
- Remove the custom installPhase: upstream has added an install target
and it does a better job than we do

- Improve meta: description -> longDescription and add a short one

- Fix license: GPL3 -> GPL3+
2021-02-03 11:40:03 +01:00
github-actions[bot]
19d5413d37
Merge staging-next into staging 2021-01-31 12:23:21 +00:00
Mario Rodas
d9a1c018e2
Merge pull request #111386 from berbiche/bottom-0.5.7
bottom: 0.5.6 -> 0.5.7
2021-01-31 07:08:18 -05:00
Nicolas Berbiche
4cdfe50ce0
bottom: 0.5.6 -> 0.5.7 2021-01-30 23:04:38 -05:00
github-actions[bot]
81337921f5
Merge staging-next into staging 2021-01-31 00:46:33 +00:00
Sandro Jäckel
ced3ec6ce3
treewide: update permanent url redirects 2021-01-30 21:48:57 +01:00
Mario Rodas
0c82e578fe
Merge pull request #111179 from r-ryantm/auto-update/facter
facter: 3.14.14 -> 3.14.15
2021-01-30 15:35:13 -05:00
Mario Rodas
bf9ae23c07
Merge pull request #111253 from r-ryantm/auto-update/gptfdisk
gptfdisk: 1.0.5 -> 1.0.6
2021-01-30 15:25:23 -05:00
R. RyanTM
f1da4e5f08 gptfdisk: 1.0.5 -> 1.0.6 2021-01-30 04:02:36 +00:00
R. RyanTM
402b1e3267 facter: 3.14.14 -> 3.14.15 2021-01-29 17:20:23 +00:00
Martin Weinelt
398a8767e4
Merge pull request #111143 from r-ryantm/auto-update/bpytop
bpytop: 1.0.59 -> 1.0.61
2021-01-29 17:53:50 +01:00
Michael Weiss
c9e9792dbf
inxi: 3.2.02-2 -> 3.3.00-1 2021-01-29 17:11:40 +01:00
R. RyanTM
d38b3b2e49 bpytop: 1.0.59 -> 1.0.61 2021-01-29 10:40:16 +00:00
R. RyanTM
900e866f84 gdu: 4.3.0 -> 4.3.2 2021-01-29 02:34:30 +00:00
Jelle Besseling
5cb8c9132f
Make nq available on macOS
Tested on macOS with NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1, builds and runs just fine
2021-01-28 15:18:15 +01:00
Mario Rodas
cdd111b525 gotop: 4.0.1 -> 4.1.0
https://github.com/xxxserxxx/gotop/releases/tag/v4.1.0
2021-01-27 08:10:11 -05:00
zowoq
c4f1e134ac gdu: 4.2.0 -> 4.3.0
https://github.com/dundee/gdu/releases/tag/v4.3.0
2021-01-26 21:24:17 +10:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro
67f544e68a
Merge pull request #110697 from Technical27/update-auto-cpufreq
auto-cpufreq: 1.5.1 -> 1.5.3
2021-01-25 00:49:30 +01:00
Mario Rodas
f9bef8a7ec
Merge pull request #110646 from fabaff/go-audit
go-audit: init at 1.0.0
2021-01-24 17:50:16 -05:00
Fabian Affolter
c4081a163c go-audit: init at 1.0.0 2021-01-24 22:07:38 +01:00
Mario Rodas
d301f4d33d
Merge pull request #110481 from r-ryantm/auto-update/jump
jump: 0.30.1 -> 0.40.0
2021-01-24 11:01:03 -05:00
Aamaruvi Yogamani
32fa8449ef
auto-cpufreq: 1.5.1 -> 1.5.3
The attribute is also changed from autocpu-freq to autocpu-freq
2021-01-24 08:58:08 -05:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
Sander van der Burg
9af95960e2 skawarePackages: 2021-01 release
Maintainer notes
-----
The execline exec function interface changed quite drastically, and
backwards-compatibility to the old functions was dropped in-between
the last release and this one. Thus, downstream code might break.
At the end of this commit message is a compatibility interface.

-----
Release notes
-----

 Hello,

 Happy New Year to everyone!
 New versions of the skarnet.org packages are available.

 This is a major release. The skalibs major version number has been
bumped, which means that compatibility with previous versions is not
ensured. Other packages have been updated to build against the new
skalibs. If they only had their patch number increased, that's all
the modifications they had (save for possible bugfixes); but some
packages also received significant changes and underwent either a major
(compatibility not ensured) or minor (simple additions) release.

 Support for the 2.9.* branch of skalibs, and associated versions of
the other packages, is still ensured for a while, but users are always
strongly encouraged to upgrade.

 * General
   -------

 - Some rarely-triggered build bugs have been fixed.
 - -fno-stack-protector is not part of the default CFLAGS anymore;
stack protector policy now defaults to the compiler's settings.

* skalibs-2.10.0.0
  ----------------

 - Bugfixes.
 - Significant code cleanup.
 - New sysdep: chroot.
 - Lots of new functions, mostly to optimize the number of needed
fcntl() calls at open() time. Traces should generally be marginally
shorter than they were before.
 - Removal of the DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE macros, replaced
by the POSIX O_NONBLOCK and O_CLOEXEC macros wherever they were used.
 - Removal of the skalibs/webipc.h header, and better header separation.
 - Complete revamping of the pathexec functions, now separated into
exec_* (simple execution) and mexec_* (execution with merging of the
environment first). In true skalibs fashion, there is a little code,
and 3 pages of convenience macros (the exec.h header).
 - Complete rewrite of the locking functions, with a change of
underlying mechanisms. The skalibs locking primitives are now named
fd_lock(), fd_unlock() and fd_islocked().
 The Unix locks primitive space is a horror show. flock() is not
POSIX and does not have a way to test for a lock without taking it.
The POSIX lockf() only has exclusive locks, not shared ones. The least
bad option is fcntl(), which has shared and exclusive locks *and* a way
to check for a lock without taking it, but does not allow taking a
shared lock via a O_WRONLY file descriptor. Of all inconveniences this
is the most minor one, so now skalibs uses fcntl().

 https://skarnet.org/software/skalibs/
 git://git.skarnet.org/skalibs

 * nsss-0.1.0.0
   ------------

 - New --enable-libc-includes configure option. Without this option,
the pwd.h, grp.h and shadow.h headers are not installed anymore, so
by default installing nsss on a FHS system does not overwrite the
libc headers.

 https://skarnet.org/software/nsss/
 git://git.skarnet.org/nsss

 * utmps-0.1.0.0
   -------------

 - New --enable-libc-includes configure option. Without this option,
the utmpx.h header is not installed anymore, so by default installing
utmps on a FHS system does not overwrite the libc headers.

 https://skarnet.org/software/utmps/
 git://git.skarnet.org/utmps

 * execline-2.7.0.0
   ----------------

 - Bugfixes.
 - The trap program has changed. The "timeout" directive has been
removed; a "default" directive has been added, to handle all signals
for which a specific directive has not been given. Subprograms are
now run with the SIGNAL environment variable set to the signal number
(in addition to ! always being set to the application's pid).
 - The forstdin program has changed. It now exits 0 if it has read at
least one line, and 1 otherwise.
 - The default list of delimiters for backtick, withstdinas, forstdin
and forbacktickx has been set to "\n", so by default those programs
will read and/or split on lines and only lines.
 - The backtick, withstdinas, forstdin, forbacktickx, forx, getpid
and getcwd programs now have a -E option to activate autoimport.
(This saves the user from manually adding "importas var var" after
every use of these programs.)

 https://skarnet.org/software/execline/
 git://git.skarnet.org/execline

 * s6-2.10.0.0
   -----------

 It is imperative to restart your supervision trees, by rebooting if
necessary, after upgrading s6 to the new version. Otherwise, new s6
binaries interacting with service directories maintained by old
s6-supervise binaries may not work.
 If you are using s6-linux-init, it is necessary to upgrade to the
latest version of s6-linux-init at the same time as s6.

 - Bugfixes.
 - Significant code refactoring.
 - The internal locking system of service directories has changed,
allowing for a cleaner permissions model and official support of
relaxed permissions.
 - New binary to implement those relaxed permissions: s6-svperms.
 - The "nosetsid" file is not supported anymore in service directories.
Services are now always started in a new session.
 - s6-supervise now traps SIGINT: before dying, it sends a SIGINT to its
service's process group. This allows correct transmission of ^C when a
supervision tree is running in a terminal, even though every service
runs in its own session.
 - s6-svc -X doesn't exist anymore. s6-supervise now always closes stdin
and stdout on the last execution of the service.
 - The semantics of SIGHUP and SIGQUIT have changed for s6-supervise.
 - The set of commands sent by s6-svscanctl and received by s6-svscan
has been cleaned up and made more logical.
 - When told to exit normally (typically via s6-svscanctl -t), s6-svscan
now first waits for the whole supervision tree to die. The
.s6-svscan/finish script can now assume that all services are completely
down. (s6-svscanctl -b is an exception; it should not be used in normal
circumstances.)
 - The -s and -S options to s6-svscan are not supported anymore. Signal
management in s6-svscan has been streamlined: signals have a default
handler that can be overridden by a corresponding executable
.s6-svscan/SIGfoo file.
 - Default signal handlers for s6-svscan have more intuitive semantics.
 - New binary to help with management of user-owned supervision trees:
s6-usertree-maker.

 https://skarnet.org/software/s6/
 git://git.skarnet.org/s6

s6 now has man pages! Thanks to flexibeast for performing the conversion

work. Please allow some time for the man pages to be updated to reflect
the current HTML documentation. The repository can be found here:

 https://github.com/flexibeast/s6-man-pages

 * s6-linux-init-1.0.6.0
   ---------------------

 It *is necessary* to upgrade s6-linux-init at the same time as s6.
 It *is recommended*, although not strictly necessary, to create your
run-image directory again via a s6-linux-init-maker invocation. Old
images will still boot, as long as you are using an upgraded version
of s6-linux-init; but they may incorrectly handle signals sent to init,
so for instance Ctrl-Alt-Del may not work anymore, until you run
s6-linux-init-maker again.

 - New internal binary: s6-linux-init-nuke. This program is not meant
to be invoked by users directly: it simply removes a dependency to the
'kill' program in a rare case involving containers.

 https://skarnet.org/software/s6-linux-init/
 git://git.skarnet.org/s6-linux-init

 * s6-dns-2.3.4.0
   --------------

 - New library function: s6dns_message_parse_question().

 https://skarnet.org/software/s6-dns/
 git://git.skarnet.org/s6-dns

 * s6-networking-2.4.0.0
   ---------------------

 - Important refactoring of the tls code. The crypto tunnel now runs
as a child of the application, instead of the other way around. It is
now isolated in a s6-tls[cd]-io binary; s6-tlsc is now a simple wrapper
around s6-tlsc-io, and s6-tlsd is a simple wrapper around s6-tlsd-io.
 - New binaries: s6-ucspitlsc and s6-ucspitlsd. Those implement
opportunistic TLS via the UCSPI-TLS protocol.
 - The -K option to the tls binaries has changed semantics: it now
enforces a timeout for the handshake instead of dropping the connection
after some inactivity. Note that this option is only useful with the
bearssl backend: the libtls backend always performs a synchronous
handshake, with no way of interrupting it after a timeout expires.
 - The execline dependency is now optional. Disabling execline, however,
changes the behaviour of s6-tcpserver-access (which cannot support
exec files without it).

 https://skarnet.org/software/s6-networking/
 git://git.skarnet.org/s6-networking

 It is now possible to build the s6-networking package against OpenSSL
instead of LibreSSL, thanks to the libretls project:
 https://git.causal.agency/libretls/about/

 * mdevd-0.1.3.0
   -------------

 - New -C option to the mdevd program. This option makes mdevd
automatically spawn a mdevd-coldplug program when it's ready, allowing
mdevd to be used as a drop-in mdev -d replacement. (Note that the
coldplug is also performed if mdevd restarts after being killed, so
this feature should not be used in place of a proper service startup
sequence with a mdevd-coldplug oneshot depending on the mdevd longrun.
It has only been added for convenience.)

 https://skarnet.org/software/mdevd/
 git://git.skarnet.org/mdevd

 * Other packages
   --------------

 The following packages have received an update so they build with the

latest version of skalibs and other dependencies, but nothing has changed

except possibly some bugfixes, and hopefully not too many bug additions.

 - s6-rc-0.5.2.1. (It is not necessary to recompile your service
database. However, it is necessary to upgrade s6-rc along with s6, and
to reboot the system ASAP after upgrading.)
 - s6-portable-utils-2.2.3.1
 - s6-linux-utils-2.5.1.4
 - bcnm-0.0.1.2

 Enjoy,
 Bug-reports welcome.

--
 Laurent

-----
execline compat interface
-----

    /* Compatibility */

    #define pathexec_run(file, argv, envp) exec_ae(file, argv, envp)
    #define pathexec0_run(file, argv, envp) exec0_ae(file, argv, envp)
    #define xpathexec_run(file, argv, envp) xexec_ae(file, argv, envp)
    #define xpathexec0_run(file, argv, envp) xexec0_ae(file, argv, envp)

    #define pathexec_env(key, value) env_mexec(key, value)
    #define pathexec_fromenv(argv, envp, envlen) mexec_f(argv, envp, envlen)
    #define pathexec(argv) mexec(argv)
    #define pathexec0(argv) mexec0(argv)
    #define xpathexec_fromenv(argv, envp, envlen) xmexec_f(argv, envp, envlen)
    #define xpathexec(argv) xmexec(argv)
    #define xpathexec0(argv) xmexec0(argv)

    #define pathexec_r_name(file, argv, envp, envlen, modif, modiflen) mexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define pathexec_r(argv, envp, envlen, modif, modiflen) mexec_fm(argv, envp, envlen, modif, modiflen)
    #define xpathexec_r_name(file, argv, envp, envlen, modif, modiflen) xmexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define xpathexec_r(argv, envp, envlen, modif, modiflen) xmexec_fm(argv, envp, envlen, modif, modiflen)

    #endif

copied from 18e4356557 (diff-69efbe5d997280a1430a6af2fa38e3f5105e706076a26fc751885c505ca598c6R140)
2021-01-23 12:16:41 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
R. RyanTM
74aa06982e jump: 0.30.1 -> 0.40.0 2021-01-22 13:38:36 +00:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ryan Mulligan
215d637b86
Merge pull request #109867 from r-ryantm/auto-update/ior
ior: 3.2.1 -> 3.3.0
2021-01-21 06:55:34 -08:00
Sandro
ad7347cfd4
Merge pull request #110227 from zowoq/gdu
gdu: 3.0.0 -> 4.2.0
2021-01-21 09:23:07 +01:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Sandro
eebdf2427a
Merge pull request #110089 from r-ryantm/auto-update/monit
monit: 5.27.1 -> 5.27.2
2021-01-20 23:34:11 +01:00
zowoq
620868fbdb gdu: 3.0.0 -> 4.2.0
https://github.com/dundee/gdu/releases/tag/v4.0.0
https://github.com/dundee/gdu/releases/tag/v4.1.0
https://github.com/dundee/gdu/releases/tag/v4.2.0
2021-01-21 07:59:00 +10:00
Ryan Mulligan
d55068d9e7
Merge pull request #110026 from r-ryantm/auto-update/kmon
kmon: 1.5.1 -> 1.5.3
2021-01-20 07:10:51 -08:00
R. RyanTM
e4bbdba929 monit: 5.27.1 -> 5.27.2 2021-01-20 05:52:16 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM
f1baf7323a kmon: 1.5.1 -> 1.5.3 2021-01-19 22:06:02 +00:00
Ryan Mulligan
f1d169fe60
Merge pull request #109982 from r-ryantm/auto-update/java-service-wrapper
java-service-wrapper: 3.5.43 -> 3.5.45
2021-01-19 08:46:19 -08:00
R. RyanTM
4c2363851f java-service-wrapper: 3.5.43 -> 3.5.45 2021-01-19 16:21:09 +00:00
Zak B. Elep
cbff1ad157 bpytop: 1.0.50 -> 1.0.59 2021-01-19 11:18:23 +08:00
R. RyanTM
a404cf946e ior: 3.2.1 -> 3.3.0 2021-01-19 00:57:49 +00:00
R. RyanTM
69a7b210b0 htop: 3.0.4 -> 3.0.5 2021-01-19 00:16:59 +00:00
github-actions[bot]
ef2abc20bc
Merge master into staging-next 2021-01-18 06:42:35 +00:00
zowoq
cd9256a288 gdu: 2.3.0 -> 3.0.0
https://github.com/dundee/gdu/releases/tag/v3.0.0
2021-01-18 13:44:19 +10:00
github-actions[bot]
b7f20dcd02
Merge master into staging-next 2021-01-18 01:16:03 +00:00
eropleco
822e677f0a
smartmontools: 7.1 -> 7.2 and devicedb updated to latest (#109566)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-18 00:09:10 +01:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
github-actions[bot]
f46cb85082
Merge master into staging-next 2021-01-16 18:51:05 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
github-actions[bot]
9f69dadafd
Merge master into staging-next 2021-01-15 01:16:33 +00:00
zowoq
2299a66b88 gdu: 2.2.0 -> 2.3.0
https://github.com/dundee/gdu/releases/tag/v2.3.0
2021-01-15 05:36:04 +10:00
Michael Weiss
7fb79605a7
inxi: 3.2.02-1 -> 3.2.02-2 2021-01-14 20:32:59 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00:00
Bruno Bigras
3e367bdcba zenith: 0.11.0 -> 0.12.0 2021-01-13 15:28:38 -05:00
github-actions[bot]
bfcc20a149
Merge master into staging-next 2021-01-12 06:34:30 +00:00
zowoq
bab15d6bcd gdu: 2.1.0 -> 2.2.0
https://github.com/dundee/gdu/releases/tag/v2.2.0
2021-01-12 16:13:13 +10:00
github-actions[bot]
32a46d68f3
Merge master into staging-next 2021-01-12 01:04:47 +00:00
Michael Weiss
87d2f1d2b0
inxi: 3.2.01-1 -> 3.2.02-1 2021-01-11 22:25:22 +01:00
Frederik Rietdijk
04dcf88df6 efivar: don't use lto at all
https://github.com/NixOS/nixpkgs/pull/109007#issuecomment-758150833
2021-01-11 19:51:10 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Artturin
a91459c929
inxi: add pciutils (optional dependency) 2021-01-09 14:47:17 +01:00
github-actions[bot]
e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Anderson Torres
69534f39a7
Merge pull request #106985 from Technical27/master
auto-cpufreq: init at 1.5.1
2021-01-08 16:16:45 -03:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Peter Hoeg
8436064b26 clinfo: make it build again 2021-01-06 22:53:39 +08:00
Phillip Cloud
014007ff20 consul-template: 0.19.4 -> 0.25.1 2021-01-05 14:51:10 -08:00
zowoq
517241f354 gdu: 2.0.0 -> 2.1.0
https://github.com/dundee/gdu/releases/tag/v2.1.0
2021-01-05 18:44:43 +10:00
Sandro
51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Vladimír Čunát
1a57d96edd
efivar: fixup build on i686-linux
Fixes #108375.  (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
Fabian Affolter
d5482c2ad2 gdu: init at 2.0.0 2021-01-04 08:51:06 +01:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Lassulus
915ad2e9d8
Merge pull request #107306 from rissson/pkgs-netdata-1.28.0
netdata: 1.26.0 -> 1.28.0
2021-01-01 01:17:05 +01:00
Aamaruvi Yogamani
8f56e4f92d
autocpu-freq: init at 1.5.1 2020-12-30 08:48:55 -05:00
Maximilian Bosch
bcf86f58ea
Merge pull request #107138 from avdv/colorls-1.4.3
colorls: 1.4.2 -> 1.4.3
2020-12-23 21:22:47 +01:00
Fabian Affolter
b36e05ef2f htop: 3.0.3 -> 3.0.4 2020-12-22 13:01:33 +01:00
Daniël de Kok
86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
Marc 'risson' Schmitt
6e9d407ba9
netdata: 1.26.0 -> 1.28.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:36 +01:00
Marc 'risson' Schmitt
def31099fe
netdata: go.d.plugin: 0.25.0 -> 0.26.2
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:19 +01:00
Sandro
0e811b6742
daemon: Fix compilation on darwin (#105640)
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-20 17:49:21 +01:00
Milan Pässler
37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Nicolas Berbiche
71ca741ab2 bottom: 0.5.4 -> 0.5.6 2020-12-20 02:53:35 +01:00
Daniël de Kok
3cdb918f62 rocm-smi: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Michael Weiss
7ad0bc5bd6
inxi: 3.2.00-1 -> 3.2.01-1 2020-12-18 13:04:33 +01:00
Claudio Bley
c48493ffa1 colorls: 1.4.2 -> 1.4.3 2020-12-18 08:47:12 +01:00
Michael Weiss
bb78df4b27
inxi: 3.1.09-1 -> 3.2.00-1 2020-12-16 12:27:58 +01:00
R. RyanTM
04de674c5e bottom: 0.5.3 -> 0.5.4 2020-12-11 10:39:54 +00:00
Ryan Mulligan
f0c414d510
Merge pull request #106278 from r-ryantm/auto-update/htop
htop: 3.0.2 -> 3.0.3
2020-12-07 14:33:39 -08:00
R. RyanTM
2313a2908e htop: 3.0.2 -> 3.0.3 2020-12-07 20:04:18 +00:00
Bart Brouns
fa500db28e
thinkfan: 1.1 -> 1.2.1 (#104325) 2020-12-07 14:38:22 +00:00
R. RyanTM
176cfbf1d1 fio: 3.24 -> 3.25 2020-12-05 13:49:46 +00:00
R. RyanTM
e505956b94 nvtop: 1.0.0 -> 1.1.0 2020-12-04 18:19:54 +00:00
Ivan Malison
1d9e29e40d
rofi-systemd: 0.1.0 -> 0.1.1 2020-12-03 18:25:23 -08:00
Blaž Hrastnik
f0e25ca158 thermald: 2.3 -> 2.4.1 2020-12-03 12:45:58 +09:00
Daniël de Kok
ebf687af35
Merge pull request #105474 from danieldk/rocm-3.10.0
rocm: update to 3.10.0
2020-12-02 06:53:18 +01:00
Sandro Jäckel
9752b47524
daemon: switch to pname, version; cleanups 2020-12-02 02:13:21 +01:00
R. RyanTM
a992accb31 daemon: 0.6.4 -> 0.7 2020-12-01 22:49:42 +00:00
Daniël de Kok
5acfa2f9c8 rocm-smi: 3.9.0 -> 3.10.0 2020-12-01 07:43:31 +01:00
Mario Rodas
ce0567ea0f
Merge pull request #105208 from marsam/bottom-install-completions
bottom: install completions
2020-11-28 14:32:17 -05:00
Martin Weinelt
950bb14520
Merge pull request #105185 from r-ryantm/auto-update/hwinfo
hwinfo: 21.70 -> 21.71
2020-11-28 18:32:09 +01:00
Mario Rodas
ca088588a0
Merge pull request #105081 from berbiche/bottom-0.5.2
bottom: 0.5.1 -> 0.5.3
2020-11-27 23:21:10 -05:00
R. RyanTM
2597669430 hwinfo: 21.70 -> 21.71 2020-11-27 23:35:27 +00:00
Mario Rodas
b07f6b1024 bottom: install completions 2020-11-27 04:20:00 +00:00