Commit Graph

2790 Commits

Author SHA1 Message Date
D Anzorge
4e42c3008c
treewide: clean up fedorahosted.org URLs (#139977) 2021-10-15 06:11:42 +03:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Dmitry Kalinkin
729d1d6ba5
Merge pull request #140197 from makefu/pkgs/proot/5.2.0
proot: 20190510 -> 5.2.0
2021-10-07 22:53:20 -04:00
Ryan Burns
41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Alyssa Ross
fc24bb88c3 s6-rc: fix source hash
The tarball appears to have been re-uploaded, because both
Profpatsch[1] and r-rmcgibbo[2] got the previous hash, but by the time
it got to Hydra, the hash had changed[3].

By getting Profpatsch to send me his cached tarball, and comparing
each to the s6-rc git repo, I've determined that the difference
between them is a fast-forward of 7cadbf1..3d1af07 (summarised below).

So I think we're fine to bump the hash — it looks like some commits
were just mistakenly excluded the first time round.

Laurent Bercot (2):
      Add lock-fd support
      version: 0.5.2.3

 NEWS                                   | 1 +
 src/libs6rc/s6rc_servicedir_internal.c | 1 +
 src/s6-rc/s6-rc-compile.c              | 9 +++++++++
 3 files changed, 11 insertions(+)

[1]: https://github.com/NixOS/nixpkgs/pull/139544
[2]: https://github.com/NixOS/nixpkgs/pull/139544#issuecomment-927332319
[3]: https://hydra.nixos.org/build/154845872
2021-10-05 14:21:51 +02:00
Maciej Krüger
20eeb1e09e
Merge pull request #138811 from mkg20001/htop 2021-10-05 06:33:40 +02:00
Maciej Krüger
3f46ed7457
htop: set sysconfdir to /etc 2021-10-05 06:03:04 +02:00
Fabian Affolter
966763c5b1 btop: 1.0.10 -> 1.0.13 2021-10-03 23:11:02 +02:00
makefu
1f14a74ec2
proot: 20190510 -> 5.2.0
one month ago proot saw its first release for almost 6.5 years. The official release however needs a certain
pull request to correctly build with python extensions
2021-10-03 19:46:12 +02:00
OPNA2608
3d45f134ee gkraken: init at 1.1.6 2021-10-03 12:42:55 +02:00
Maximilian Bosch
598ad679d8
Merge pull request #140045 from SebTM/add_tp-auto-kbbl
tp-auto-kbbl: init at 0.1.5
2021-10-01 19:59:06 +02:00
Sebastian Sellmeier
f0d1af9bd4
tp-auto-kbbl: init at 0.1.5 2021-10-01 13:12:58 +02:00
Andreas
de0bf891e9 btop: 1.0.9 -> 1.0.10 2021-09-29 18:51:05 +02:00
Bobby Rong
8464f3765c
Merge pull request #138908 from r-ryantm/auto-update/stress-ng
stress-ng: 0.13.01 -> 0.13.03
2021-09-28 20:39:51 +08:00
Michael Adler
52d2792162 btop: 1.0.5 -> 1.0.9 2021-09-28 11:28:35 +02:00
Profpatsch
bf33c0e62e skawarePackages: Fall 2021 release
Maintainers Notes below.

~~~

 Hello,

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

 skalibs has undergone a major update, with a few APIs having disappeared,
and others having changed. Compatibility with previous versions is  *not*
assured.
 Consequently, all the rest of the skarnet.org software has undergone
at least a release bump, in order to build with the new skalibs. But
some packages also have new functionality added (hence, a minor bump),
and others also have their own incompatible changes (hence, a major bump).

 The new versions are the following:

skalibs-2.11.0.0          (major)
nsss-0.2.0.0              (major)
utmps-0.1.0.3             (release)
execline-2.8.1.0          (minor)
s6-2.11.0.0               (major)
s6-rc-0.5.2.3             (release)
s6-portable-utils-2.2.3.3 (release)
s6-linux-utils-2.5.1.6    (release)
s6-linux-init-1.0.6.4     (release)
s6-dns-2.3.5.2            (release)
s6-networking-2.5.0.0     (major)
mdevd-0.1.5.0             (minor)
bcnm-0.0.1.4              (release)
dnsfunnel-0.0.1.2         (release)

Additionally, a new package has been released:
smtpd-starttls-proxy-0.0.1.0

 Dependencies have all been updated to the latest versions. They are,
this time, partially strict: libraries and binaries may build with older
releases of their dependencies, but not across major version bumps. The
safest approach is to upgrade everything at the same time.

 You do not need to recompile your s6-rc service databases or recreate
your s6-linux-init run-images.
 You should restart your supervision tree after upgrading skalibs and s6,
as soon as is convenient for you.

 Details of major and minor package changes follow.

* skalibs-2.11.0.0
  ----------------

 - A lot of obsolete or useless functionality has been removed:
libbiguint, rc4, md5, iobuffer, skasigaction, environ.h and
getpeereid.h headers, various functions that have not proven their
value in a while.
 - Some functions changed signatures or changed names, or both.
 - All custom types ending in _t have been renamed, to avoid treading on
POSIX  namespace. (The same change has not been done yet in other
packages,  but skalibs was the biggest offender by far.)
 - Signal functions have been deeply reworked.
 - cdb has been reworked, the API is now more user-friendly.
 - New functions have been added.

 The deletion of significant portions of code has made skalibs leaner.
libskarnet.so has dropped under 190 kB on x86_64.
 The cdb rewrite on its own has helped reduce an important amount of
boilerplate in cdb-using code.
 All in all, code linked against the new  skalibs should be slightly
smaller and use a tiny bit less RAM.

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

* nsss-0.2.0.0
  ------------

 - Bugfixes.
 - nsss-switch wire protocol slightly modified, which is enough to
warrant a major version bump.
 - _r functions are now entirely thread-safe.
 - Spawned nsssd programs are now persistent and only expire after a
timeout on non-enumeration queries. This saves a lot of forking with
applications that can call  primitives such as getpwnam() repeatedly, as
e.g. mdevd does when  initially parsing its configuration file.
 - New nsssd-switch program, implementing real nsswitch functionality
by dispatching queries to various backends according to a script.
It does not dlopen a single library or read a single config file.

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

* execline-2.8.1.0
  ----------------

 - Bugfixes.
 - New binary: case. It compares a value against a series of regular
expressions, executing into another command line on the first match.

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

* s6-2.11.0.0
  -----------

 - Bugfixes.
 - Some libs6 header names have been simplified.
 - s6-svwait now accepts -r and -R options.
 - s6-supervise now reads an optional lock-fd file in the service
directory; if it finds one, the first action of the service is to take
a blocking lock. This prevents confusion when a controller process dies
while still leaving workers holding resources; it also prevents log
spamming on user mistakes (autobackgrounding services, notably).
 - New binaries: s6-socklog, s6-svlink, s6-svunlink. The former is a
rewrite of smarden.org's socklog program, in order to implement a fully
functional syslogd with only s6 programs. The latter are tools that start
and stop services by symlinking/unlinking service directories from a
scan directory, in order to make it easier to integrate s6-style services
in boot scripts for sequential service managers such as OpenRC.

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

* s6-networking-2.5.0.0
  ---------------------

 - Bugfixes.
 - minidentd has been removed. It was an old and somehow still buggy
piece of  code that was only hanging around for nostalgia reasons.
 - Full support for client certificates. Details of the client
certificate are transmitted to the application via environment
variables (or via an environment string in the case of opportunistic
TLS).
 - Full SNI support, including server-side. (That involved a deep dive
into the bearssl internals, which is why it took so long.) The filenames
containing secret keys and certificates for <domain> are read in the
environment variables KEYFILE:<domain> and CERTFILE:<domain>.

 Complete client certificate and SNI support now make the TLS part of
s6-networking a fully viable replacement of stunnel and other similar
TLS tunneling tools. This is most interesting when s6-networking is
built against bearssl, which uses about 1/9 of the resources that OpenSSL
needs.

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

* mdevd-0.1.5.0
  -------------

 - A new option to mdevd is available: -O <nlgroups>.
This option makes mdevd rebroadcast uevents to a netlink group (or set
of netlink groups) once they have been handled. This allows applications
to read uevents from a netlink group *after* the device manager is done
with them. This is useful, for instance, when pairing mdevd with
libudev-zero for full udev emulation.
 - The * and & directives, which previously were only triggered by
"add" and "remove" actions, are now triggered by *all* action types.
This gives users full scripting access to any event, which can be
used to implement complex rules similar to udev ones.

 These two changes make it possible to now build a full-featured desktop
system based on mdevd + libudev-zero, without running systemd-udevd or
eudev.

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

* smtpd-starttls-proxy-0.0.1.0
  ----------------------------

 This new package, in conjunction with the latest s6-networking,
implements the STARTTLS functionality for inetd-like mail servers that
do not already support it. (Currently only tested with qmail-smtpd.)
If you have noticed that sending mail to skarnet.org supports STARTTLS
now, it is thanks to this little piece of software.

 https://skarnet.org/software/smtpd-starttls-proxy/
 git://git.skarnet.org/smtpd-starttls-proxy

 Enjoy,
 Bug-reports welcome.

 Laurent
2021-09-27 14:28:43 +02:00
zimbatm
cda1e49784
foreman: add more platform support
See
https://www.moncefbelyamani.com/understanding-the-gemfile-lock-file/

Apparently you now have to manually add all the platforms that a gem is
supported on.
2021-09-25 19:11:55 +02:00
Fabian Affolter
a79439501f gdu: 5.8.0 -> 5.8.1 2021-09-25 00:01:15 +02:00
gfrascadorio
447e08c3da sleuthkit: add build for JNI libraries
Enhance sleuthkit package so it builds the optional JNI libraries that
allow clients like autopsy to use sleuthkit.
2021-09-24 09:09:53 -06:00
figsoda
860ca9fe49
Merge pull request #139221 from figsoda/auto-cpufreq-version
auto-cpufreq: fix version output
2021-09-23 17:54:14 -04:00
figsoda
e33b541858
Merge pull request #139185 from fabaff/bump-gdu
gdu: 5.7.0 -> 5.8.0
2021-09-23 16:10:45 -04:00
figsoda
2169cfd852 auto-cpufreq: fix version output 2021-09-23 15:54:42 -04:00
figsoda
e77de1ec57
Merge pull request #139082 from r-ryantm/auto-update/auto-cpufreq
auto-cpufreq: 1.6.4 -> 1.6.9
2021-09-23 15:39:04 -04:00
Fabian Affolter
c1bdd547f7 gdu: 5.7.0 -> 5.8.0 2021-09-23 18:05:31 +02:00
figsoda
d7556d195c
Merge pull request #139018 from rmcgibbo/btop
btop: init at 1.0.5
2021-09-23 09:32:23 -04:00
Sandro
cb0af69727
Merge pull request #138980 from ptrhlm/illum-0.5
illum: 0.4 -> 0.5
2021-09-23 14:56:26 +02:00
Robert T. McGibbon
9f08c2d4b9 btop: init at 1.0.5 2021-09-23 08:38:36 -04:00
Piotr Halama
4735d5bec2 illum: 0.4 -> 0.5 2021-09-23 07:59:40 +02:00
R. RyanTM
e35d881ac3 auto-cpufreq: 1.6.4 -> 1.6.9 2021-09-23 04:13:49 +00:00
R. RyanTM
c1313e30fb htop: 3.0.5 -> 3.1.0 2021-09-22 23:40:03 +00:00
Luflosi
a124ea43a1
java-service-wrapper: 3.5.45 -> 3.5.46 2021-09-22 13:37:17 +02:00
R. RyanTM
ab8ddd6509 stress-ng: 0.13.01 -> 0.13.03 2021-09-22 06:26:58 +00:00
Jörg Thalheim
5c34515b99
Merge pull request #138544 from Izorkin/fix-netdata
nixos/netdata: fix working with disabled ipmi plugin
2021-09-22 00:43:58 +01:00
adisbladis
d0da4cba4b
fakeroot: Use a fixed git commit as a reference in patch URLs
Arch Linux has bumped the fakeroot version and these patch URLs now 404.
2021-09-20 12:48:01 -05:00
Izorkin
1e54f84012
nixos/netdata: fix working with disabled ipmi plugin 2021-09-19 19:15:49 +03:00
figsoda
2c4f9e3120
Merge pull request #137868 from trofi/update-fio
fio: 3.27 -> 3.28
2021-09-16 08:34:55 -04:00
github-actions[bot]
91c89490cc
Merge master into staging-next 2021-09-14 18:01:05 +00:00
Sergei Trofimovich
430a13f7e7 fio: 3.27 -> 3.28 2021-09-14 18:57:56 +01:00
Sandro
39f2266d0d
Merge pull request #137745 from r-ryantm/auto-update/stress-ng 2021-09-14 14:07:32 +02:00
github-actions[bot]
6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
R. RyanTM
21f1fcdf8b rsyslog: 8.2102.0 -> 8.2108.0 2021-09-14 07:17:07 +00:00
R. RyanTM
b47ac5a77c stress-ng: 0.13.00 -> 0.13.01 2021-09-14 05:04:49 +00:00
github-actions[bot]
d6f028d12d
Merge master into staging-next 2021-09-13 06:01:28 +00:00
Nicolas Berbiche
5e44271c07 bottom: 0.6.3 -> 0.6.4 2021-09-13 10:11:26 +09:00
github-actions[bot]
a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Sandro
a3bf844c47
Merge pull request #135005 from r-ryantm/auto-update/consul-template 2021-09-12 17:07:35 +02:00
Daniël de Kok
6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
github-actions[bot]
3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Sandro
2dd30ffb99
Merge pull request #137193 from fabaff/bump-natscli 2021-09-11 21:08:36 +02:00
github-actions[bot]
c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
Alyssa Ross
35759160d6
acpica-tools: fix cross
The default value of INSTALLFLAGS is "-m 555 -s", -s being the option
to run the "strip" program on the installed files.  When
cross-compiling, we don't have a strip program (we have
"${stdenv.cc.targetPrefix}strip"), so install fails.

The simplest fix for this is to just remove -s from INSTALLFLAGS,
since stdenv will automatically strip all installed binaries at the
end anyway.
2021-09-10 14:02:48 +00:00
github-actions[bot]
dbebaeb8ba
Merge master into staging-next 2021-09-09 18:01:06 +00:00
Fabian Affolter
2f7a46c1ea natscli: 0.0.25 -> 0.0.26 2021-09-09 17:04:59 +02:00
Sebastian Neubauer
52e1574f25 rocm-smi: add update script and fix url 2021-09-09 13:37:59 +02:00
github-actions[bot]
31efc58eb0
Merge master into staging-next 2021-09-08 18:01:03 +00:00
Bernardo Meurer
739c25621f
Merge pull request #136445 from lovesegfault/rocm-hip
hip: init at 4.3.1
2021-09-08 10:45:57 -07:00
github-actions[bot]
5ed67a849a
Merge master into staging-next 2021-09-08 12:01:27 +00:00
Domen Kožar
d7ac390254
Merge pull request #137086 from zimbatm/foreman-0.87.2
foreman: 0.78.0 -> 0.87.2
2021-09-08 11:59:16 +02:00
zimbatm
50793c3c45
foreman: 0.78.0 -> 0.87.2
Fixes #90776
2021-09-08 11:44:30 +02:00
Fabian Affolter
02b9630a70 gdu: 5.6.2 -> 5.7.0 2021-09-07 14:51:31 +02:00
Bernardo Meurer
fae3bbca9b
rocm-smi: 4.1.0 -> 4.3.1 2021-09-02 13:08:44 -07:00
Raphael Megzari
acf0098bb0
Merge branch 'master' into staging-next 2021-09-02 10:20:23 +09:00
Ryan Mulligan
27a37154de monit: 5.27.2 -> 5.29.0; format 2021-09-01 16:53:21 -07:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
Maximilian Bosch
ca6920b562
Merge pull request #135189 from r-ryantm/auto-update/stress-ng
stress-ng: 0.12.11 -> 0.13.00
2021-08-31 20:53:09 +02:00
github-actions[bot]
b7f2a7d1ba
Merge master into staging-next 2021-08-28 00:01:34 +00:00
Sandro Jäckel
7f59b0a98c
gdu: 5.6.0 -> 5.6.2 2021-08-28 01:00:23 +02:00
R. RyanTM
4ceddb3c22 syslogng: 3.28.1 -> 3.33.2 2021-08-27 22:46:11 +00:00
github-actions[bot]
ad3f4eefab
Merge master into staging-next 2021-08-27 18:01:20 +00:00
Sandro Jäckel
c97d75e8e5
openipmi: fix collectd assertion 2021-08-27 18:47:23 +02:00
github-actions[bot]
b13b005f0e
Merge master into staging-next 2021-08-26 12:01:09 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Vladimír Čunát
70e05c1003
Merge branch 'master' into staging-next 2021-08-25 19:42:15 +02:00
Astro
4dacd7461f collectd: move IOKit input to all-packages.nix 2021-08-25 12:03:19 +02:00
Astro
11a144c6f3 collectd: shorten plugins buildInputs definition 2021-08-25 12:03:19 +02:00
Astro
39adcbca30 collectd: reduce plugin configuration by configuring --disable-all-plugins 2021-08-25 12:03:18 +02:00
Astro
a064c4d533 collectd: remove virt plugin dependencies that are no longer used 2021-08-25 12:03:18 +02:00
Astro
b102c5f715 collectd: add dependencies for plugins notify_email, openldap, openipmi, xencpu 2021-08-25 12:02:59 +02:00
Jan Tojnar
4ff3577f25 Merge branch 'staging-next' into staging 2021-08-23 14:19:54 +02:00
Sandro
9695eaeec8
Merge pull request #132598 from arezvov/openipmi
openipmi: add new package
2021-08-22 21:49:37 +02:00
Alexander Rezvov
5f67fc8e69
openipmi: init at 2.0.31 2021-08-22 21:21:55 +02:00
R. RyanTM
39c2e36416 stress-ng: 0.12.11 -> 0.13.00 2021-08-22 05:30:33 +00:00
Jan Tojnar
7a04c2ad68 Merge branch 'staging-next' into staging
- boost 171 removed on staging-next
- re-generated node-packages.nix

; Conflicts:
;	pkgs/development/java-modules/m2install.nix
;	pkgs/development/node-packages/node-packages.nix
;	pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
hdhog
d14e627987
battop: init a version 0.2.4 (#133012)
* git-chglog: 0.9.1 -> 0.14.2

* added homepage and using buildFlagsArray instead buildPhase

* battop: init a version v0.2.4

battop is an interactive viewer, similar to top, htop and other *top utilities, but about the batteries installed in your notebook.

* fix name in mantainers list

* some fixes

- remove unused imports
- formatting
- remove defaults options
- enable checks

* short description
2021-08-21 15:24:05 +02:00
Maximilian Bosch
9f8378b238
Merge pull request #134853 from r-ryantm/auto-update/throttled
throttled: 0.8 -> 0.9.2
2021-08-21 14:16:06 +02:00
R. RyanTM
c6140ef76e consul-template: 0.26.0 -> 0.27.0 2021-08-20 21:32:36 +00:00
zowoq
75949e2f12 gdu: 5.5.0 -> 5.6.0
https://github.com/dundee/gdu/releases/tag/v5.6.0
2021-08-20 15:48:16 +10:00
R. RyanTM
59ab825852 throttled: 0.8 -> 0.9.2 2021-08-19 19:26:35 +00:00
github-actions[bot]
323ea758dd
Merge staging-next into staging 2021-08-19 12:02:04 +00:00
Maximilian Bosch
6c64610487
Merge pull request #134171 from Kranzes/auto-update/thermald
thermald: 2.4.3 -> 2.4.6
2021-08-19 09:45:47 +02:00
github-actions[bot]
599a736772
Merge staging-next into staging 2021-08-19 00:02:01 +00:00
davidak
19c3ab9856
Merge pull request #134583 from lovesegfault/htop-features
htop: optionally enable sensors and systemd support on Linux
2021-08-19 01:30:13 +02:00
Vladimír Čunát
7c38b03f74
Merge #131928: branch 'staging-next' 2021-08-18 22:23:15 +02:00
Alyssa Ross
6e6c8b7338 s6-rc: fix cross builds that run s6-rc-compile
The reason for this change is explained in the long comment I added.

Here's a simple example of the problem:

	let
	  pkgs = import <nixpkgs> { crossSystem.system = "aarch64-linux"; };
	in

	pkgs.callPackage ({ stdenv, s6-rc }: stdenv.mkDerivation {
	  name = "s6-rc-compiled";

	  nativeBuildInputs = [ s6-rc ];

	  buildCommand = ''
	    mkdir in
	    s6-rc-compile $out in
	  '';
	}) {}

We're cross compiling for aarch64 here, so we'd expect the scripts
generated by this derivation to be things we could run on aarch64.
But when I build this on my x86_64 machine, without this change
applied, $out/servicedirs/s6rc-oneshot-runner/run gets generated full
of references to x86_64 non-cross store paths for execline, s6, and
s6-rc.

With this change applied, the scripts generated by the above
expression now refer to the cross-compiled aarch64 store paths for
execline, s6, and s6-rc.
2021-08-18 20:09:19 +00:00
Alyssa Ross
1f099b87f9
s6-rc: broaden platforms 2021-08-18 17:33:31 +00:00
github-actions[bot]
531afeda01
Merge staging-next into staging 2021-08-18 12:01:50 +00:00
github-actions[bot]
90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
Michael Raskin
ea7d44eb7f
Merge pull request #134579 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.10.2 -> 4.11.0
2021-08-18 07:01:34 +00:00
Bernardo Meurer
23c81659b5
htop: optionally enable sensors and systemd support on Linux 2021-08-17 18:05:46 -07:00
R. RyanTM
8674bcebc4 sleuthkit: 4.10.2 -> 4.11.0 2021-08-18 00:37:04 +00:00
github-actions[bot]
2341511023
Merge staging-next into staging 2021-08-18 00:01:59 +00:00
github-actions[bot]
893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Ben Siraphob
e3e9668c5e
Merge pull request #134515 from r-ryantm/auto-update/uptimed
uptimed: 0.4.3 -> 0.4.4
2021-08-17 17:46:57 -05:00
Sandro
925953db85
Merge pull request #134498 from alyssais/minijail
minijail: 16 -> 17
2021-08-17 23:56:05 +02:00
Artturi
fc61baca05
Merge pull request #133983 from r-ryantm/auto-update/kmon
kmon: 1.5.4 -> 1.5.5
2021-08-17 22:52:17 +03:00
R. RyanTM
e886ecd416 uptimed: 0.4.3 -> 0.4.4 2021-08-17 18:49:02 +00:00
github-actions[bot]
ef802e744e
Merge staging-next into staging 2021-08-17 18:01:53 +00:00
github-actions[bot]
ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
Alyssa Ross
d327f21b1e
minijail: enableParallelBuilding
Works for me at -j48.
2021-08-17 17:42:41 +00:00
Alyssa Ross
4cc8b0c6f6
minijail: 16 -> 17 2021-08-17 17:39:06 +00:00
R. RyanTM
ee19862567 nvtop: 1.1.0 -> 1.2.2 2021-08-17 10:38:02 -07:00
Ilan Joselevich
953c19369b thermald: 2.4.3 -> 2.4.6 2021-08-15 14:32:18 +03:00
Jan Tojnar
cdb1d29692 Merge branch 'staging-next' into staging 2021-08-14 14:43:16 +02:00
R. RyanTM
29e132b22a kmon: 1.5.4 -> 1.5.5 2021-08-14 10:59:41 +00:00
Jan Tojnar
0aa35561e7 Merge branch 'master' into staging-next 2021-08-14 12:53:07 +02:00
Timothy DeHerrera
4138cbd913
Merge pull request #133535 from ylh/patch-1
plan9port: unmark as broken on darwin
2021-08-12 08:41:47 -06:00
Sandro Jäckel
db805c9d36 smartmontools: format, cleanup 2021-08-12 12:00:10 +09:00
Sandro Jäckel
4b1bccf57a sg3_utils: convert to pname + version 2021-08-12 12:00:10 +09:00
Yestin L. Harrison
07deb55d5d
plan9port: unmark as broken on darwin
Builds and runs just fine with an overlay filtering out the broken attr
2021-08-11 12:55:08 -06:00
Jan Tojnar
807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Jan Tojnar
4e7e464ae8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
2021-08-11 16:22:42 +02:00
Kid
b43389f49d iasl: drop pacakge 2021-08-10 03:46:01 +00:00
Bernardo Meurer
e62d2b750c
Merge pull request #113303 from midchildan/fix/smartmontools
smartmontools: drop mailutils dependency by default
2021-08-09 21:15:55 +00:00
Artturi
4de5b947f3
Merge pull request #115545 from r-ryantm/auto-update/sg3_utils
sg3_utils: 1.45 -> 1.46r862
2021-08-09 01:46:31 +03:00
Artturi
334bf400f8
Merge pull request #115553 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2006.0 -> 8.2102.0
2021-08-09 01:37:22 +03:00
Vladimír Čunát
8ab6ba6b1c
Merge branch 'staging-next' into staging 2021-08-06 09:14:57 +02:00
github-actions[bot]
cb64ec05dd
Merge master into staging-next 2021-08-05 18:03:00 +00:00
Sandro
67df78457a
Merge pull request #132515 from kidonng/acpica-tools
acpica-tools,iasl: 20200430 -> 20210730
2021-08-05 16:31:44 +02:00
github-actions[bot]
7fac04f59c
Merge master into staging-next 2021-08-05 00:01:21 +00:00
R. RyanTM
0948110e24 hostctl: 1.1.0 -> 1.1.1 2021-08-04 07:05:40 +00:00
Kid
171da17e83 acpica-tools,iasl: 20200430 -> 20210730 2021-08-03 14:24:14 +00:00
github-actions[bot]
66e2417b8b
Merge staging-next into staging 2021-08-02 00:02:01 +00:00
zowoq
7996eebcae Merge master into staging-next 2021-08-02 07:36:39 +10:00
Aaron Andersen
4fad3a2b69
Merge pull request #131020 from Artturin/uptimed-fix
uptimed nixos/uptimed: switch to /var/lib/ and fix perms
2021-08-01 15:58:36 -04:00
zowoq
1005c971f5 gdu: 5.3.0 -> 5.5.0
https://github.com/dundee/gdu/releases/tag/v5.4.0
https://github.com/dundee/gdu/releases/tag/v5.5.0
2021-08-01 21:34:35 +10:00
Artturin
bd8eeec9c0 {uptimed,nixos/uptimed}: switch to /var/lib/ and fix perms 2021-07-31 01:05:44 +03:00
Sandro
629733e701
Merge pull request #131988 from r-ryantm/auto-update/hwinfo
hwinfo: 21.75 -> 21.76
2021-07-30 08:21:55 +00:00
R. RyanTM
aa0011881b hwinfo: 21.75 -> 21.76 2021-07-29 18:54:24 +00:00
Sandro
4c163580b4
Merge pull request #131947 from SuperSandro2000/staging-cleanup 2021-07-29 13:30:44 +00:00
Sandro
a1f7b73645
Merge pull request #131692 from Stunkymonkey/which-pname-version
which: replace name with pname&version
2021-07-29 12:48:35 +00:00
Sandro Jäckel
408f5304a6
rowhammer-test: cleanup 2021-07-29 14:44:59 +02:00
Sandro Jäckel
66cd9d343b
opencl-info: cleanup 2021-07-29 14:44:36 +02:00
Sandro Jäckel
26664dad92
localtime: cleanup 2021-07-29 14:44:18 +02:00
Sandro Jäckel
6f5e013d53
loadwatch: cleanup 2021-07-29 14:43:04 +02:00
Sandro Jäckel
0c175998c7
ipmitool: cleanup 2021-07-29 14:42:11 +02:00
github-actions[bot]
10f41ca1da
Merge staging-next into staging 2021-07-29 00:02:13 +00:00
Felix Buehler
e170c65244 tools/system: replace name with pname&version 2021-07-28 16:42:26 +02:00
Felix Buehler
051fcdbe8b tools/{security/system}: replace name with pname&version 2021-07-27 17:54:21 +02:00
Felix Buehler
f95ff13919 which: replace name with pname&version 2021-07-27 16:57:58 +02:00
R. RyanTM
ebc065c77b gdu: 5.3.0 -> 5.4.0 2021-07-24 18:23:58 +00:00
Fabian Affolter
8236d8c581 natscli: 0.0.24 -> 0.0.25 2021-07-23 13:17:21 +02:00
Sandro
3bcabe0c0b
Merge pull request #130713 from r-ryantm/auto-update/hostctl
hostctl: 1.0.14 -> 1.1.0
2021-07-22 03:18:36 +02:00
Fabian Affolter
abefacef62
Merge pull request #130931 from r-ryantm/auto-update/gdu
gdu: 5.2.0 -> 5.3.0
2021-07-21 22:38:27 +02:00
Sandro
f3024ac294
gotop: cleanup 2021-07-21 15:37:14 +02:00
R. RyanTM
dd81b4d235 gdu: 5.2.0 -> 5.3.0 2021-07-21 12:11:59 +00:00
Maximilian Bosch
de9a4fda81
Merge pull request #130894 from marsam/update-gotop
gotop: 4.1.1 -> 4.1.2
2021-07-21 13:38:50 +02:00
Ryan Mulligan
cba59ab376
Merge pull request #130716 from r-ryantm/auto-update/kmon
kmon: 1.5.3 -> 1.5.4
2021-07-20 18:58:40 -07:00
Mario Rodas
eb2a2b3f62 gotop: 4.1.1 -> 4.1.2
https://github.com/xxxserxxx/gotop/releases/tag/v4.1.2
2021-07-21 00:00:00 +00:00
github-actions[bot]
3202dd166c
Merge master into staging-next 2021-07-20 12:02:05 +00:00
Felix Buehler
10af5753c9 collectd-data: deprecate phases 2021-07-20 12:28:59 +02:00
R. RyanTM
5027009432 kmon: 1.5.3 -> 1.5.4 2021-07-20 07:05:09 +00:00
R. RyanTM
278909b507 hostctl: 1.0.14 -> 1.1.0 2021-07-20 05:49:23 +00:00
github-actions[bot]
fcf9b87af0
Merge master into staging-next 2021-07-20 00:01:47 +00:00
Nicolas Berbiche
51f6c77e0c bottom: 0.6.2 -> 0.6.3 2021-07-19 16:41:48 -07:00
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
github-actions[bot]
829200bc5a
Merge master into staging-next 2021-07-18 12:01:18 +00:00
Kid
14d592728d
smartmontools: add meta.mainProgram 2021-07-18 17:28:33 +08:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Sandro
d93c1c8150
Merge pull request #130315 from rhoriguchi/fancy-motd
fancy-motd: unstable-2021-07-04 -> unstable-2021-07-15
2021-07-17 20:43:08 +02:00
Felix Buehler
1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Ryan Horiguchi
8c504460fc
fancy-motd: unstable-2021-07-04 -> unstable-2021-07-15 2021-07-16 00:06:29 +02:00
Jörg Thalheim
7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02:00
Roland Synnestvedt
fa8f004781 Merge branch 'master' of https://github.com/nixos/nixpkgs 2021-07-13 10:09:12 -07:00
Martin Weinelt
bcda9c8cfc Merge remote-tracking branch 'origin/master' into staging-next 2021-07-11 16:11:09 +02:00
Fabian Affolter
0d9673b318 gdu: 5.1.1 -> 5.2.0 2021-07-10 10:54:38 +02:00
github-actions[bot]
e04f827a74
Merge staging-next into staging 2021-07-06 18:01:55 +00:00
Sandro
b30e41473d
Merge pull request #129365 from r-ryantm/auto-update/hwinfo 2021-07-06 17:46:27 +02:00
Vladimír Čunát
7c25c1fd88
Merge branch 'glibc-2.33' into staging 2021-07-06 16:17:13 +02:00
Maximilian Bosch
e3d46e691d
fakechroot: fix build w/glibc-2.33 2021-07-06 16:02:35 +02:00
Maximilian Bosch
6e50ffe704
fakeroot: fix build w/glibc-2.33 2021-07-06 16:02:34 +02:00
Sandro
c446c9abde
Merge pull request #129308 from fabaff/bump-tm
tm: cleanup
2021-07-06 02:15:45 +02:00
Sandro
f14b4dfda1
Merge pull request #129355 from rhoriguchi/fancy-motd
fancy-motd: unstable-2021-06-27 -> unstable-2021-07-04
2021-07-06 02:11:34 +02:00
R. RyanTM
56fa0d5a0d hwinfo: 21.74 -> 21.75 2021-07-05 20:12:04 +00:00
Ryan Horiguchi
c3b979543b
fancy-motd: unstable-2021-06-27 -> unstable-2021-07-04 2021-07-05 20:28:14 +02:00
Fabian Affolter
42ab2920f1 tm: cleanup 2021-07-05 20:14:04 +02:00
Fabian Affolter
229fee69b1 stress-ng: 0.12.04 -> 0.12.11 2021-07-04 18:53:36 +02:00
Daniël de Kok
017aa88470 Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
2021-07-03 12:14:20 +02:00
Leo Gaskin
8bc3e5aaea
nixos/netdata: Disable PrivateTmp setting for Netdata service (#127382)
* Add patch to put IPC socket into /run/netdata

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>

* Update pkgs/tools/system/netdata/default.nix

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-07-01 06:24:30 +01:00
Fabian Affolter
5199ae50b4 natscli: 0.0.22 -> 0.0.24 2021-06-30 00:33:44 +02:00
Sandro
887c37ead2
Merge pull request #128309 from rhoriguchi/master
fancy-motd: unstable-2021-05-26 -> unstable-2021-06-27
2021-06-27 18:49:02 +02:00
Ryan Horiguchi
5ea390f6c0
fancy-motd: unstable-2021-05-26 -> unstable-2021-06-27 2021-06-27 14:43:39 +02:00
Nicolas Berbiche
4efe1320e9
bottom: 0.6.1 -> 0.6.2 2021-06-26 17:25:04 -04:00
Sandro
e60250f5de
Merge pull request #128171 from rhoriguchi/fancy-motd
fancy-motd: unstable-2021-05-20 -> unstable-2021-06-26
2021-06-26 18:42:40 +02:00
Ryan Horiguchi
41d225d471
fancy-motd: unstable-2021-05-20 -> unstable-2021-06-26 2021-06-26 09:51:13 +02:00
Robert Schütz
d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Anderson Torres
d4826151d4
Merge pull request #127998 from ehmry/plan9port
plan9port: 2020-01-08 -> 2021-04-22
2021-06-25 11:06:55 -03:00
github-actions[bot]
bae6b2055f
Merge master into staging-next 2021-06-25 12:06:04 +00:00
markuskowa
310bea33ea
Merge pull request #124765 from r-ryantm/auto-update/fio
fio: 3.26 -> 3.27
2021-06-25 12:21:39 +02:00
Emery Hemingway
f524f88402 plan9port: 2020-01-08 -> 2021-04-22
* Relicense as MIT!
* Mark Darwin broken.
2021-06-25 10:12:48 +02:00
Robert Schütz
c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
Luflosi
98182bf0d2
cm-rgb: 0.3.4 -> 0.3.6 2021-06-24 13:37:14 +02:00
Phillip Seeber
ca8b252d19 taskspooler: init at 1.0
taskspooler: fix suggestions
2021-06-23 14:07:54 +02:00
github-actions[bot]
b59d049598
Merge master into staging-next 2021-06-23 12:04:25 +00:00
D Anzorge
dc34308965 gdu: 5.1.0 -> 5.1.1
Upstream fixed tests failing on certain filesystems. Darwin tests
disabled due to unrelated failures.
2021-06-22 23:36:30 +02:00
Martin Weinelt
eef9694ebc
Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
Leo Gaskin
0a35c838b5
netdata: Fix netdata-claim.sh (#127381)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-20 17:59:34 +02:00
github-actions[bot]
dd892e7e2f
Merge master into staging-next 2021-06-18 12:04:55 +00:00
zowoq
f2c509b438 gdu: disable tests 2021-06-18 15:52:58 +10:00
github-actions[bot]
6d1e6ab15a
Merge master into staging-next 2021-06-17 18:04:42 +00:00
Michael Adler
0cdc3ca96b thinkfan: 1.2.1 -> 1.2.2 2021-06-17 14:43:49 +02:00
Jan Tojnar
e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
R. RyanTM
17a4659930 gptfdisk: 1.0.7 -> 1.0.8 2021-06-16 12:43:44 +02:00
Alyssa Ross
c08246b70a s6-rc: 0.5.2.1 -> 0.5.2.2
• skalibs dependency bumped to 2.10.0.3.
• execline dependency bumped to 2.8.0.1.
• s6 dependency bumped to 2.10.0.3.
2021-06-16 07:59:51 +00:00
Alyssa Ross
2f752b158d s6: 2.10.0.2 -> 2.10.0.3
• skalibs dependency bumped to 2.10.0.3.
• execline dependency bumped to 2.8.0.1.
2021-06-16 07:59:51 +00:00
R. RyanTM
f9649a7908 bfs: 2.2 -> 2.2.1 2021-06-15 20:01:51 -07:00
Fabian Affolter
2d29621d5b
Merge pull request #126883 from r-ryantm/auto-update/bpytop
bpytop: 1.0.66 -> 1.0.67
2021-06-15 09:25:49 +02:00
Sandro
e65e183329
Merge pull request #126897 from Technical27/master 2021-06-15 03:28:44 +02:00
Sandro
a05ec118cb
Merge pull request #126885 from r-ryantm/auto-update/consul-template
consul-template: 0.25.2 -> 0.26.0
2021-06-15 03:28:15 +02:00
Aamaruvi Yogamani
961024ddc9
auto-cpufreq: 1.6.1 -> 1.6.4 2021-06-14 20:01:21 -04:00
R. RyanTM
90293c9b68 consul-template: 0.25.2 -> 0.26.0 2021-06-14 20:16:53 +00:00
R. RyanTM
60f3191604 bpytop: 1.0.66 -> 1.0.67 2021-06-14 20:11:06 +00:00
Sandro
ed0bf8a494
Merge pull request #126273 from rhoriguchi/fancy-motd
fancy-motd: unstable-2021-05-15 -> unstable-2021-05-20
2021-06-14 17:31:25 +02:00
Sandro Jäckel
fc5b141004
ctop: 0.7.5 -> 0.7.6 2021-06-11 10:58:34 +02:00
Ivar
7e84163a5d
zenith: add nvidia GPU support (#126097) 2021-06-09 13:09:54 +02:00
Ryan Horiguchi
8826285592
fancy-motd: unstable-2021-05-15 -> unstable-2021-05-20 2021-06-08 23:59:20 +02:00
R. RyanTM
b689cc33bc gdu: 5.0.1 -> 5.1.0 2021-06-08 03:40:51 +00:00
Fabian Affolter
d4a45a4836
Merge pull request #125062 from fabaff/bump-gdu
gdu: 5.0.0 -> 5.0.1
2021-05-31 22:44:27 +02:00
R. RyanTM
f61dc8420d bpytop: 1.0.65 -> 1.0.66 2021-05-31 12:06:23 +00:00
Fabian Affolter
c2260adb3e gdu: 5.0.0 -> 5.0.1 2021-05-31 12:19:23 +02:00
Reed
24507d7346 nq: fix tq 2021-05-28 11:24:52 -07:00
R. RyanTM
1f8ddace5e fio: 3.26 -> 3.27 2021-05-28 15:23:24 +00:00
Raghav Sood
491a0bbc69
Merge pull request #123709 from leotaku/netdata-cloud-v2
netdata: Enable cloud support using ACLK-NG
2021-05-28 20:33:35 +08:00
Fabian Affolter
6a3befb135
Merge pull request #124091 from r-ryantm/auto-update/logrotate
logrotate: 3.18.0 -> 3.18.1
2021-05-28 12:28:21 +02:00
Ryan Mulligan
36d3d4575d
Merge pull request #124052 from r-ryantm/auto-update/hwinfo
hwinfo: 21.73 -> 21.74
2021-05-26 10:28:38 -07:00
Sandro
aad9816660
Merge pull request #124194 from SuperSandro2000/safe-rm
safe-rm: 0.12 -> 1.1.0
2021-05-25 14:48:20 +02:00
Sandro Jäckel
8cc310c77c
safe-rm: 0.12 -> 1.1.0 2021-05-23 21:38:00 +02:00
Luke Granger-Brown
f020253837
Merge pull request #123413 from gfrascadorio/master
retry: init at v1.04
2021-05-23 14:59:33 +01:00
R. RyanTM
1801c4f7f0 gdu: 4.11.2 -> 5.0.0 2021-05-23 10:06:15 +00:00
R. RyanTM
718e0e7835 logrotate: 3.18.0 -> 3.18.1 2021-05-23 02:00:19 +00:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
R. RyanTM
a7ca7062af hwinfo: 21.73 -> 21.74 2021-05-22 17:12:00 +00:00
Sandro
832d804bbc
Merge pull request #123710 from JamieMagee/wslu
wslu: init at 3.2.3
2021-05-22 17:26:33 +02:00
Leo Gaskin
4272dc1cfd netdata: make cloud support optional and disable on darwin 2021-05-21 19:20:17 +02:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Mario Rodas
6bad8a5633
Merge pull request #123707 from leotaku/update-netdata
netdata: 1.30.1 -> 1.31.0
2021-05-20 19:45:10 -05:00
Lancelot SIX
af5882a94e
freeipmi: 1.6.7 -> 1.6.8
See https://lists.gnu.org/archive/html/info-gnu/2021-05/msg00013.html
for release information
2021-05-20 22:15:45 +01:00
Jamie Magee
5017db6db0 wslu: init at 3.2.3 2021-05-20 09:40:04 -07:00
gfrascadorio
30d19f22e2 maintainers: add gfrascadorio
Added new entry to maintainers
Fixed new retry package to cite new maintainer
2021-05-19 15:20:47 -06:00
gfrascadorio
d0d4af2c40 retry: init at v1.04
Add package for 'retry' tool that allows a script to repeat a command
until it succeeds or hits a repetition threshold. 'Retry' supports
replaying stdin, emitting the final stdout, and backoff delays.

Applied fixes for PR comments
2021-05-19 15:19:58 -06:00