Nick Cao
3cba01e8ab
Merge pull request #253744 from kashw2/xe
...
xe: 0.11 -> 1.0
2023-09-06 21:35:59 -04:00
Weijia Wang
f3dcf7de5b
Merge pull request #244387 from alanpearce/bfs-3.0.1
...
bfs: 2.6.3 -> 3.0.1
2023-09-07 03:13:10 +02:00
kashw2
98d45b13c7
xe: 0.11 -> 1.0
2023-09-07 09:51:13 +10:00
7c6f434c
f1cb9b1bd9
Merge pull request #253537 from r-ryantm/auto-update/sleuthkit
...
sleuthkit: 4.12.0 -> 4.12.1
2023-09-06 22:02:34 +00:00
May
7f2ec624dd
auto-cpufreq: 1.7.1 -> 1.9.9 ( #253595 )
...
* auto-cpufreq: 1.7.1 -> 1.9.9
* fix test
* set `meta.buildDocsInSandbox = false`
required because description depends on restricted module argument pkgs
2023-09-06 23:41:24 +02:00
R. Ryantm
34a16c9cc7
sleuthkit: 4.12.0 -> 4.12.1
2023-09-05 22:48:06 +00:00
Fabian Affolter
f6496d73c9
mediawriter: 5.0.6 -> 5.0.7
...
Diff: https://github.com/FedoraQt/MediaWriter/compare/refs/tags/5.0.6...5.0.7
Changelog: https://github.com/FedoraQt/MediaWriter/releases/tag/5.0.7
2023-09-05 20:58:27 +02:00
figsoda
65373919b7
ttop: 1.2.1 -> 1.2.2
...
Diff: https://github.com/inv2004/ttop/compare/v1.2.1...v1.2.2
Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.2
2023-09-05 13:25:28 -04:00
Sergei Trofimovich
a25d6143c6
which: enable 64-bit API on 32-bit systems
...
Without the change `which` fails to find programs on filesystems with
64-bit inodes when `which` itself is 32-bit.
In my case it is `btrfs` and `i686-linux`.
`bison` is in the PATH:
$ dev>bison
bison: missing operand
Try 'bison --help' for more information.
But `which` fails to find it:
$ which bison
which: no bison in ...
`bison` is a file with an inode number that overflows 2^31 limit:
$ stat ~/bin/bison
File: ~/bin/bison
Size: 674260 Blocks: 1320 IO Block: 4096 regular file
Device: 0,29 Inode: 4384368825 Links: 2
Access: (0555/-r-xr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-09-05 04:48:43.000000000 +0100
Modify: 1970-01-01 01:00:01.000000000 +0100
Change: 2023-09-05 04:48:43.821566578 +0100
Birth: 2023-09-05 04:48:43.772565733 +0100
The change fixes `which` run.
2023-09-05 09:26:41 +01:00
figsoda
1fdf869662
ttop: 1.2.0 -> 1.2.1
...
Diff: https://github.com/inv2004/ttop/compare/v1.2.0...v1.2.1
Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.1
2023-09-04 13:07:03 -04:00
Matthias Beyer
af213b3a68
Merge pull request #252855 from RaitoBezarius/update/netdata
...
netdata: 1.42.1 -> 1.42.2
2023-09-03 20:43:49 +02:00
figsoda
a48ce1b713
Merge pull request #252944 from figsoda/ttop
2023-09-02 23:54:45 -04:00
figsoda
91431ebefb
Merge pull request #252936 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.121 -> 1.0.124
2023-09-02 10:13:21 -04:00
figsoda
b123db8d74
ttop: update meta
...
- add figsoda to maintainers
- add changelog
- don't use src.meta directly because it only provides the homepage and
causes extra indentation
2023-09-02 10:11:09 -04:00
figsoda
e953f0b02e
ttop: add version test
2023-09-02 10:09:48 -04:00
figsoda
85159d323a
ttop: fix version
2023-09-02 10:09:09 -04:00
R. Ryantm
9a8a3c5620
automatic-timezoned: 1.0.121 -> 1.0.124
2023-09-02 13:23:17 +00:00
Nikolay Korotkiy
265e6de15a
ttop: 1.0.1 → 1.2.0
2023-09-02 15:38:28 +04:00
Raito Bezarius
be45243fb4
netdata: 1.42.1 -> 1.42.2
...
https://github.com/netdata/netdata/releases/tag/v1.42.2
2023-09-02 00:07:38 +02:00
Franz Pletz
74f0173a48
Merge pull request #252637 from philiptaron/htop
...
htop: fix configure.am error with --enable-sensors
2023-08-31 23:51:25 +02:00
Nick Cao
6eee2fa688
Merge pull request #252626 from r-ryantm/auto-update/lr
...
lr: 1.5.1 -> 1.6
2023-08-31 17:35:20 -04:00
Philip Taron
127ea2d80e
htop: fix configure.am error with --enable-sensors
...
Commit 23c81659b5
didn't get the configure flag quite right. According to https://github.com/htop-dev/htop/blob/main/configure.ac#L671 , it's `--enable-sensors`, not `--with-sensors`.
I tested this out locally with
```
programs.htop = {
enable = true;
package = pkgs.htop.overrideAttrs (prev: {
configureFlags = [
"--enable-unicode"
"--sysconfdir=/etc"
"--enable-affinity"
"--enable-capabilities"
"--enable-delayacct"
"--enable-sensors"
];
});
};
```
2023-08-31 13:40:13 -07:00
R. Ryantm
0e43eb9c64
lr: 1.5.1 -> 1.6
2023-08-31 19:23:41 +00:00
R. Ryantm
6c7ac3f2f3
daemon: 0.8.2 -> 0.8.4
2023-08-31 17:06:18 +00:00
Weijia Wang
bbabd65d99
Merge pull request #251870 from r-ryantm/auto-update/rsyslog
...
rsyslog: 8.2306.0 -> 8.2308.0
2023-08-29 22:53:04 +02:00
Weijia Wang
f3e591089a
Merge pull request #249358 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.15.10 -> 0.16.04
2023-08-29 22:14:05 +02:00
Weijia Wang
c3f592e0bb
Merge pull request #251700 from r-ryantm/auto-update/thermald
...
thermald: 2.5.3 -> 2.5.4
2023-08-29 21:47:44 +02:00
R. Ryantm
3d52741a6a
rsyslog: 8.2306.0 -> 8.2308.0
2023-08-28 00:41:45 +00:00
Gaetan Lepage
8996dfe108
nvitop: 1.2.0 -> 1.3.0
2023-08-27 15:25:19 +02:00
R. Ryantm
2e2efe8d0a
thermald: 2.5.3 -> 2.5.4
2023-08-27 02:52:46 +00:00
figsoda
4a72b60b83
bottom: 0.9.5 -> 0.9.6
...
Diff: https://github.com/ClementTsang/bottom/compare/0.9.5...0.9.6
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.6/CHANGELOG.md
2023-08-26 22:40:55 -04:00
Stig
c34a05e86f
Merge pull request #251360 from qbit/rex-fix
...
rex: fix runtime with patchShebangs
2023-08-26 22:13:53 +02:00
Matthias Beyer
b42e2b7a3a
Merge pull request #251462 from r-ryantm/auto-update/sg3_utils
...
sg3_utils: 1.47 -> 1.48
2023-08-26 21:38:29 +02:00
figsoda
f5c3db8962
bottom: 0.9.4 -> 0.9.5
...
Diff: https://github.com/ClementTsang/bottom/compare/0.9.4...0.9.5
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.5/CHANGELOG.md
2023-08-26 12:57:48 -04:00
R. Ryantm
63e4ff8bde
sg3_utils: 1.47 -> 1.48
2023-08-25 22:05:38 +00:00
Franz Pletz
c0967315ff
Merge pull request #249600 from anthonyroussel/nvtop_3_0_2
...
nvtop: 3.0.1 -> 3.0.2
2023-08-25 20:01:45 +02:00
R. Ryantm
23d4032e75
netdata: 1.42.0 -> 1.42.1
2023-08-25 15:45:43 +00:00
Aaron Bieber
9e10716644
rex: fix runtime with patchShebangs
2023-08-25 06:27:36 -06:00
Pierre Bourdon
f3961adf6a
Merge pull request #250769 from dominikh/acpica-tools
...
acpica-tools: 20230331 -> 20230628
2023-08-24 21:40:29 +02:00
Pierre Bourdon
e11b2c5a21
acpica-tools: add delroth to maintainers
2023-08-24 21:39:53 +02:00
Benjamin Staffin
63f858bdf8
hddfancontrol: license and metadata tweaks ( #251184 )
...
* nixos/hddfancontrol: missed a few code review tweaks
Following up on https://github.com/NixOS/nixpkgs/pull/239801#pullrequestreview-1498132501
* hddfancontrol: Fix license field
2023-08-24 12:41:43 -04:00
Benjamin Staffin
8deb8a1fcf
hddfancontrol: init at 1.5.1
2023-08-23 13:25:20 -04:00
R. Ryantm
7dc9bcce84
automatic-timezoned: 1.0.118 -> 1.0.121
2023-08-23 05:37:54 +00:00
Dominik Honnef
5f30c51309
acpica-tools: 20230331 -> 20230628
...
Closes #250764
2023-08-22 15:32:17 +02:00
Bjørn Forsman
1f8285990b
proot: add meta.mainProgram
...
For lib.getExe.
2023-08-20 08:11:59 +02:00
R. Ryantm
43475f181c
stress-ng: 0.15.10 -> 0.16.04
2023-08-17 06:47:31 +00:00
Anthony Roussel
6a98b124b3
nvtop: 3.0.1 -> 3.0.2
...
See https://github.com/Syllo/nvtop/releases/tag/3.0.2
2023-08-16 21:30:07 +02:00
Aaron Jheng
0e0f04c019
gptman: 0.8.3 -> 1.0.1
2023-08-15 11:21:50 +08:00
Weijia Wang
2f0fe8b316
Merge pull request #248792 from r-ryantm/auto-update/consul-template
...
consul-template: 0.32.0 -> 0.33.0
2023-08-13 14:58:31 +02:00
R. Ryantm
811d196797
automatic-timezoned: 1.0.116 -> 1.0.118
2023-08-13 04:17:43 +00:00
R. Ryantm
999338ba16
consul-template: 0.32.0 -> 0.33.0
2023-08-12 22:19:52 +00:00
hacker1024
dfe2f4cd0f
nvidia-system-monitor-qt: init at 1.5 ( #202844 )
...
* maintainers: add hacker1024
* nvidia-system-monitor-qt: init at 1.5
2023-08-12 17:55:08 +02:00
Raito Bezarius
ffba3f19b5
netdata-go-plugins: add raitobezarius as a maintainer
...
Because apparently no one is maintaining it and I am de-facto netdata maintainer.
2023-08-10 18:46:53 +02:00
Raito Bezarius
022ab8cd2d
netdata-go-plugins: 0.54.0 -> 0.54.1
...
https://github.com/netdata/go.d.plugin/releases/tag/v0.54.1
2023-08-10 18:46:37 +02:00
Raito Bezarius
a100282d2a
netdata: 1.41.0 -> 1.42.0
...
https://github.com/netdata/netdata/releases/tag/v1.42.0
2023-08-10 18:46:32 +02:00
Jörg Thalheim
14afbbf901
lshw: 02.19 -> unstable-2023-03-20
...
The last release is 3 years old and misses many fixes.
2023-08-10 16:37:20 +02:00
Aaron Bieber
afeb87f095
rex: 1.14.0 -> 1.14.3
2023-08-09 13:07:07 -06:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next
2023-08-07 12:00:52 +00:00
Wout Mertens
ea07a9a98e
Merge pull request #247319 from DDoSolitary/patch-netdata-ipc
...
netdata: set NETDATA_PIPENAME to /run/netdata/ipc
2023-08-07 08:27:29 +02:00
github-actions[bot]
b63c63c62c
Merge master into staging-next
2023-08-06 06:00:55 +00:00
figsoda
2c55562deb
bottom: 0.9.3 -> 0.9.4
...
Diff: https://github.com/ClementTsang/bottom/compare/0.9.3...0.9.4
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.4/CHANGELOG.md
2023-08-05 18:16:27 -04:00
DDoSolitary
060a47e1e4
netdata: set NETDATA_PIPENAME to /run/netdata/ipc
...
Netdata creates its control socket at /tmp/netdata-ipc by default, which
is insecure and actually inaccessible with systemd's PrivateTmp enabled.
Originally we patched its source code to move the socket to
/run/netdata/ipc. However, it was removed due to incompatibility when
upgrading to v1.41.0: 1d2a2dc7d0
Fortunately, this new version of netdata adds support for setting the
location of the control socket via the environment variable
NETDATA_PIPENAME. So let's set it for the netdata service and the
command line utility so that they can communicate properly.
2023-08-05 18:19:08 +08:00
github-actions[bot]
5827446dce
Merge master into staging-next
2023-08-03 00:01:56 +00:00
Vladimír Čunát
3a9b3d8f32
Merge #246828 : osquery: fix openssl src hash permanently
2023-08-02 21:06:08 +02:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
...
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
github-actions[bot]
f4d61a2542
Merge master into staging-next
2023-08-02 18:01:18 +00:00
Vladimír Čunát
e423519204
osquery: fix openssl src hash permanently
...
It seems bothersome having to update it on every openssl_1_1 update.
2023-08-02 19:29:15 +02:00
Lin Jian
d4602c2f3c
kanata: 1.3.0 -> 1.4.0
2023-08-02 17:28:34 +08:00
github-actions[bot]
1e74d60033
Merge master into staging-next
2023-08-02 00:01:57 +00:00
Robert Schütz
9bb2b212c8
Merge pull request #246423 from dotlambda/zx-buildNpmPackage
...
zx: use buildNpmPackage
2023-08-01 12:10:17 -07:00
Robert Schütz
1d74cc4b34
zx: use buildNpmPackage
2023-08-01 08:59:42 -07:00
Robert Schütz
2f63088723
gtop: use buildNpmPackage
2023-08-01 17:28:15 +03:00
Robert Hensing
34ee0260ec
treewide: Add meta.mainProgram
...
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
Robert Hensing
4c1d3cee60
treewide: Add meta.mainProgram
...
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
github-actions[bot]
f77112cc67
Merge master into staging-next
2023-07-31 18:01:05 +00:00
Robert Schütz
1027dd692c
gtop: use buildNpmPackage
2023-07-31 10:04:37 -07:00
Pol Dellaiera
ed92e2eb04
Merge pull request #246028 from SuperSamus/amdgpu_top
...
amdgpu_top: 0.1.9 -> 0.1.11
2023-07-31 15:44:25 +02:00
Martino Fontana
24e2bb4e8c
amdgpu_top: 0.1.9 -> 0.1.11
...
Diff: https://github.com/Umio-Yasuno/amdgpu_top/compare/v0.1.9...v0.1.11
Changelog: https://github.com/Umio-Yasuno/amdgpu_top/releases
2023-07-31 13:41:58 +02:00
github-actions[bot]
1f2d6d5548
Merge master into staging-next
2023-07-30 12:01:17 +00:00
Azat Bahawi
d88c1d511a
Merge pull request #188986 from dit7ya/stacer
...
stacer: init at 1.1.0
2023-07-30 10:11:38 +03:00
Mostly Void
789d1d4248
stacer: init at 1.1.0
2023-07-29 23:55:52 +02:00
github-actions[bot]
eec08f8a6d
Merge staging-next into staging
2023-07-28 12:01:43 +00:00
Sergei Trofimovich
cf25fdfac0
fio: fix cross-compilation
...
Without the change `pkgsCross.aarch64-multiplatform.fio` fails build as:
```
$ nix build -f. pkgsCross.aarch64-multiplatform.fio
...
fio-aarch64-unknown-linux-gnu> Bad option --build=x86_64-unknown-linux-gnu
fio-aarch64-unknown-linux-gnu> Bad option --host=aarch64-unknown-linux-gnu
```
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-07-28 07:29:18 +01:00
github-actions[bot]
d1b1f7fda7
Merge staging-next into staging
2023-07-27 06:01:53 +00:00
R. Ryantm
2ee8f165aa
automatic-timezoned: 1.0.110 -> 1.0.116
2023-07-27 01:14:54 +00:00
Vladimír Čunát
1c0d654684
Merge #239191 : treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
...into staging
2023-07-26 20:53:32 +02:00
figsoda
0d6cac9f5a
pkgs/tools/system: remove dead code
2023-07-25 12:12:44 -04:00
Gaetan Lepage
983e477848
nvitop: 1.1.2 -> 1.2.0
2023-07-24 17:39:36 +02:00
Nick Cao
5e42429285
Merge pull request #245132 from NickCao/adopt
...
treewide: adopt a few packages that sandro dropped maintainership for
2023-07-23 22:10:43 -06:00
Nick Cao
f5724ae4be
treewide: adopt a few packages that sandro dropped maintainership for
2023-07-24 10:31:39 +08:00
Nick Cao
ed6dec0ff2
Merge pull request #244772 from r-ryantm/auto-update/logcheck
...
logcheck: 1.4.2 -> 1.4.3
2023-07-23 19:29:53 -06:00
figsoda
1415f418a3
treewide: adopt a few packages that sandro dropped maintainership for
2023-07-23 17:08:10 -04:00
Sandro
1d1fe1fe14
Merge pull request #245063 from SuperSandro2000/remove-maintainer
...
treewide: reduce packages I maintainer
2023-07-23 21:28:26 +02:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer
2023-07-23 19:30:22 +02:00
R. Ryantm
f0ab7422e9
hwinfo: 22.2 -> 23.2
2023-07-23 07:50:41 +00:00
R. Ryantm
6711adfe91
pcstat: 0.0.1 -> 0.0.2
2023-07-22 22:14:34 +00:00
Francesco Gazzetta
9e9ef9531f
testdisk-qt: fix desktop file paths
...
Fixes #244419
2023-07-22 13:58:20 -03:00
R. Ryantm
d5b90fd23d
logcheck: 1.4.2 -> 1.4.3
2023-07-22 06:04:46 +00:00
R. Ryantm
db4e0e2b25
rsyslog: 8.2304.0 -> 8.2306.0
2023-07-22 04:14:33 +00:00
Ryan Lahfa
1a335c25e3
Merge pull request #244423 from RaitoBezarius/update/netdata
2023-07-20 17:22:01 +02:00
Ryan Lahfa
2d0a128ac9
Merge pull request #201562 from jdbaldry/add/osquery
2023-07-20 11:06:46 +02:00
Raito Bezarius
1d2a2dc7d0
netdata: 1.40.1 -> 1.41.0
...
https://github.com/netdata/netdata/releases/tag/v1.41.0
Reflowed & updated 2 patches:
- etc/var one
- skip configure one
2023-07-20 00:58:18 +02:00
Alan Pearce
f81d0d15fb
bfs: 2.6.3 -> 3.0.1
...
https://github.com/tavianator/bfs/releases/tag/3.0.1
2023-07-19 18:54:30 +02:00
Jack Baldry
a0393ca30c
osquery: init at 5.5.1
2023-07-19 16:34:39 +02:00
R. Ryantm
5f5a37cd7e
automatic-timezoned: 1.0.108 -> 1.0.110
2023-07-18 23:30:08 +00:00
Gaetan Lepage
c0e69cd146
nvitop: relax version for dependency python3Packages.nvidia-ml-py
2023-07-16 21:26:05 +02:00
Gaetan Lepage
e180278f4e
nvitop: 1.0.0 -> 1.1.2
2023-07-16 13:37:10 +02:00
Vladimír Čunát
3368e885d8
Merge #241951 : staging-next 2023-07-06
2023-07-15 19:51:30 +02:00
R. Ryantm
dfd30dea6f
netdata-go-plugins: 0.53.2 -> 0.54.0
2023-07-15 03:31:08 +00:00
github-actions[bot]
0f179253f1
Merge master into staging-next
2023-07-14 18:01:25 +00:00
Robert Schütz
aae4350c5b
openipmi: use Python 3.10
2023-07-14 07:50:47 -07:00
Mauricio Collares
e2622eee41
Merge pull request #242466 from risicle/ris-fortify3-disable-various
...
disable `fortify3` hardening flag on various packages
2023-07-12 13:49:08 +01:00
Felix Buehler
bec27fabee
treewide: use lib.optional instead of 'then []'
2023-07-12 09:36:28 +01:00
R. Ryantm
f8cbb4568e
thermald: 2.5.2 -> 2.5.3
2023-07-11 05:05:21 +00:00
Weijia Wang
4dcd4c38e8
btop: cleanup
2023-07-10 14:50:26 +03:00
R. Ryantm
f4984cb5ba
automatic-timezoned: 1.0.107 -> 1.0.108
2023-07-09 12:09:17 +00:00
Robert Scott
c83bb71e10
minijail: disable fortify3 hardening flag
2023-07-09 12:55:00 +01:00
R. Ryantm
3b0ac07cae
automatic-timezoned: 1.0.106 -> 1.0.107
2023-07-06 03:42:51 +00:00
Weijia Wang
dce62d4b3a
Merge pull request #240822 from r-ryantm/auto-update/skeema
...
skeema: 1.10.0 -> 1.10.1
2023-07-03 10:04:35 +03:00
Nick Cao
81bef7236b
Merge pull request #241104 from figsoda/erd
...
erdtree: 3.1.1 -> 3.1.2
2023-07-03 14:02:44 +08:00
Fabian Affolter
0fbe93c5a7
Merge pull request #241123 from figsoda/nats
...
nats-top: fix version
2023-07-02 20:32:31 +02:00
figsoda
2f543decdb
Merge pull request #241095 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.102 -> 1.0.106
2023-07-02 11:03:29 -04:00
figsoda
babe3c5d59
nats-top: add version test
2023-07-02 10:56:55 -04:00
figsoda
b538ea0971
nats-top: fix version
2023-07-02 10:55:19 -04:00
Fabian Affolter
55c7596057
Merge pull request #241107 from r-ryantm/auto-update/nats-top
...
nats-top: 0.6.0 -> 0.6.1
2023-07-02 16:42:32 +02:00
figsoda
d1d9c0e108
Merge pull request #241039 from r-ryantm/auto-update/netdata
...
netdata: 1.40.0 -> 1.40.1
2023-07-02 09:50:01 -04:00
R. Ryantm
0f43b19454
nats-top: 0.6.0 -> 0.6.1
2023-07-02 13:31:40 +00:00
figsoda
77de627636
erdtree: 3.1.1 -> 3.1.2
...
Diff: https://github.com/solidiquis/erdtree/compare/v3.1.1...v3.1.2
Changelog: https://github.com/solidiquis/erdtree/releases/tag/v3.1.2
2023-07-02 09:24:49 -04:00
R. Ryantm
9bde267e7f
automatic-timezoned: 1.0.102 -> 1.0.106
2023-07-02 12:22:59 +00:00
R. Ryantm
5518318695
gopsuinfo: 0.1.4 -> 0.1.5
2023-07-02 11:20:06 +00:00
R. Ryantm
c49936a20a
netdata: 1.40.0 -> 1.40.1
2023-07-02 05:07:04 +00:00
figsoda
ab4c76ab9e
erdtree: 3.0.2 -> 3.1.1
...
Diff: https://github.com/solidiquis/erdtree/compare/v3.0.2...v3.1.1
Changelog: https://github.com/solidiquis/erdtree/releases/tag/v3.1.1
2023-07-01 09:28:26 -04:00
Aaron Jheng
1104614287
systemd-journal2gelf: unstable-2022-02-15 -> unstable-2023-03-10
2023-07-01 09:16:29 +00:00
R. Ryantm
be34091292
skeema: 1.10.0 -> 1.10.1
2023-06-30 23:42:16 +00:00
Fabian Affolter
0526bc1ce9
Merge pull request #235652 from fabaff/fedoramediawritermaster
...
mediawriter: init at 5.0.6
2023-06-30 08:47:50 +02:00
Artturin
9999bf7a21
treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
R. Ryantm
e404e0c8e0
automatic-timezoned: 1.0.100 -> 1.0.102
2023-06-28 16:13:21 +00:00
Weijia Wang
f265bd1b10
Merge pull request #239364 from r-ryantm/auto-update/jsvc
...
jsvc: 1.3.3 -> 1.3.4
2023-06-26 07:12:24 +02:00
figsoda
f5eb3382eb
bottom: 0.9.2 -> 0.9.3
...
Diff: https://github.com/ClementTsang/bottom/compare/0.9.2...0.9.3
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.3/CHANGELOG.md
2023-06-25 16:42:31 -04:00
R. Ryantm
60beddebd6
automatic-timezoned: 1.0.94 -> 1.0.100
2023-06-25 08:55:24 +00:00
figsoda
aa094944a9
Merge pull request #239279 from figsoda/dool
2023-06-24 18:49:42 -04:00
R. Ryantm
58f2d07ce9
jsvc: 1.3.3 -> 1.3.4
2023-06-23 12:58:28 +00:00
Franz Pletz
5570f4267c
Merge pull request #238984 from fpletz/pkgs/stress-1.0.7
2023-06-23 13:30:07 +02:00
figsoda
1780a3baa9
dool: init at 1.2.0
...
https://github.com/scottchiefbaker/dool
2023-06-22 22:38:46 -04:00
Nick Cao
155e0efff1
rsyslog: remove dependency on libmongo-client
...
The dependencies has been dropped in https://github.com/rsyslog/rsyslog/pull/1917
2023-06-22 17:05:32 +08:00
Felix Bühler
4ff0f8ac60
Merge pull request #238986 from fpletz/pkgs/stress-ng-0.15.10
...
stress-ng: 0.15.07 -> 0.15.10
2023-06-21 22:13:15 +02:00
Franz Pletz
d3db8ef21d
stress-ng: 0.15.07 -> 0.15.10
2023-06-21 15:11:29 +02:00
Franz Pletz
a25e038111
stress: 1.0.4 -> 1.0.7
2023-06-21 15:08:31 +02:00
Sandro Jäckel
0bcf683c66
systeroid: 0.4.1 -> 0.4.2
...
Diff: https://github.com/orhun/systeroid/compare/v0.4.1...v0.4.2
2023-06-21 13:19:05 +02:00
figsoda
a0cd8365a8
Merge pull request #237438 from figsoda/erd
2023-06-17 17:14:10 -04:00