Commit Graph

38588 Commits

Author SHA1 Message Date
R. RyanTM
1db195ed30 rpm-ostree: 2021.2 -> 2021.9 2021-08-22 12:34:31 +00:00
Maximilian Bosch
175f830094
Merge pull request #134440 from r-ryantm/auto-update/pgcenter
pgcenter: 0.9.1 -> 0.9.2
2021-08-19 13:49:26 +02:00
Maximilian Bosch
dcf02eb76a
Merge pull request #134650 from alyssais/tar2ext4
tar2ext4: init at 0.8.20
2021-08-19 13:07:59 +02:00
Maximilian Bosch
f5f9772904
Merge pull request #130639 from marsam/fix-diffoscope-darwin
diffoscope: fix build on darwin
2021-08-19 12:40:26 +02:00
Maximilian Bosch
d4cc8ca3d3
tar2ext4: correct meta.platforms is already configured by buildGoModule
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-19 12:27:54 +02: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
Mario Rodas
8c93c80a8d
Merge pull request #134224 from marsam/update-svgbob
svgbob: 0.5.3 -> 0.5.4
2021-08-18 21:45:19 -05:00
Artturi
dd32966fcc
Merge pull request #134571 from r-ryantm/auto-update/silicon
silicon: 0.4.2 -> 0.4.3
2021-08-19 05:03:55 +03:00
davidak
5f020112de
Merge pull request #134559 from r-ryantm/auto-update/sec
sec: 2.8.3 -> 2.9.0
2021-08-19 01:58:01 +02: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
Sandro
9f326508f0
Merge pull request #134717 from ereslibre/add-otpauth
otpauth: init at 0.3.4
2021-08-19 00:16:10 +02:00
Rafael Fernández López
1c654ee011
otpauth: init at 0.3.4
Signed-off-by: Rafael Fernández López <ereslibre@ereslibre.es>
2021-08-18 23:29:38 +02:00
Sandro Jäckel
6dd3bfff7a
luaformatter: combine with duplicate package lua-format, remove submodule usage 2021-08-18 23:23:09 +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
github-actions[bot]
57cedea2a2
Merge master into staging-next 2021-08-18 18:01:03 +00:00
Alyssa Ross
1f099b87f9
s6-rc: broaden platforms 2021-08-18 17:33:31 +00:00
Emery Hemingway
6a06592f72 hottext: 1.3 -> 1.4 2021-08-18 16:03:45 +02:00
Alyssa Ross
a68f24c2ca
tar2ext4: init at 0.8.20
This is a single program that's part of a big Microsoft project.
Everything else looks pretty specialised, and some of it only targets
Windows, so I didn't try packaging anything else.  If we ever do end
up with a need for other software from this project, this derivation
could be extended and renamed, with tar2ext4 becoming an alias.
2021-08-18 12:46:30 +00:00
github-actions[bot]
90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
J. Neto
d14ea1499b xidel: 0.9.6 -> 0.9.8, refactor 2021-08-18 13:10:08 +02:00
Sandro
793cf5ea24
Merge pull request #134580 from r-ryantm/auto-update/smenu
smenu: 0.9.17 -> 0.9.18
2021-08-18 11:57:50 +02:00
Sandro
486fe2b455
Merge pull request #134473 from SuperSandro2000/mdr 2021-08-18 10:41:58 +02: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
github-actions[bot]
0c06e9acec
Merge master into staging-next 2021-08-18 06:01:31 +00:00
Ben Siraphob
e2aee7e9fe
Merge pull request #134382 from r-ryantm/auto-update/catcli
catcli: 0.6.2 -> 0.7.0
2021-08-17 21:02:59 -05:00
Ben Siraphob
3966cb8300
Merge pull request #134533 from r-ryantm/auto-update/rlwrap
rlwrap: 0.45 -> 0.45.2
2021-08-17 21:02:22 -05:00
Bernardo Meurer
23c81659b5
htop: optionally enable sensors and systemd support on Linux 2021-08-17 18:05:46 -07:00
R. RyanTM
decfdc78c2 smenu: 0.9.17 -> 0.9.18 2021-08-18 00:41:40 +00:00
R. RyanTM
8674bcebc4 sleuthkit: 4.10.2 -> 4.11.0 2021-08-18 00:37:04 +00:00
R. RyanTM
26a38ff91c silicon: 0.4.2 -> 0.4.3 2021-08-18 00:07:23 +00:00
github-actions[bot]
893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Ryan Mulligan
7df0bdcffc
Merge pull request #134528 from r-ryantm/auto-update/ugrep
ugrep: 3.3 -> 3.3.7
2021-08-17 16:48:47 -07:00
Ben Siraphob
b7dff60507
Merge pull request #134102 from r-ryantm/auto-update/dnscrypt-proxy2
dnscrypt-proxy2: 2.0.45 -> 2.1.0
2021-08-17 18:07:17 -05:00
Ben Siraphob
c1f4efda4e
Merge pull request #134258 from r-ryantm/auto-update/ostree
ostree: 2021.1 -> 2021.3
2021-08-17 18:01:33 -05:00
R. RyanTM
726c5c6207 sec: 2.8.3 -> 2.9.0 2021-08-17 22:56:33 +00:00
Ben Siraphob
005912608f
Merge pull request #134507 from r-ryantm/auto-update/recode
recode: 3.7.8 -> 3.7.9
2021-08-17 17:54:08 -05:00
Ben Siraphob
095ed86024
Merge pull request #134524 from r-ryantm/auto-update/resvg
resvg: 0.14.0 -> 0.15.0
2021-08-17 17:47:59 -05: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
Ben Siraphob
382f9cfb9d
Merge pull request #134550 from r-ryantm/auto-update/s3ql
s3ql: 3.7.2 -> 3.7.3
2021-08-17 17:38:38 -05:00
Ben Siraphob
c635cd717b
Merge pull request #134542 from r-ryantm/auto-update/ruplacer
ruplacer: 0.4.1 -> 0.6.2
2021-08-17 17:37:48 -05:00
R. RyanTM
7bec753807 s3ql: 3.7.2 -> 3.7.3 2021-08-17 22:03:17 +00:00
Sandro
925953db85
Merge pull request #134498 from alyssais/minijail
minijail: 16 -> 17
2021-08-17 23:56:05 +02:00
Artturi
8bd5139617
Merge pull request #134041 from r-ryantm/auto-update/mdbtools
mdbtools: 0.9.3 -> 0.9.4
2021-08-18 00:35:53 +03:00
Artturi
6785fc23ea
Merge pull request #134035 from r-ryantm/auto-update/mark
mark: 5.5 -> 6.0
2021-08-18 00:32:18 +03:00
R. RyanTM
44eb5edf05 ruplacer: 0.4.1 -> 0.6.2 2021-08-17 20:58:17 +00:00
Ryan Mulligan
7b1cba30e2
Merge pull request #134395 from r-ryantm/auto-update/fioctl
fioctl: 0.18 -> 0.19.1
2021-08-17 13:22:34 -07:00
R. RyanTM
5648013042 ugrep: 3.3 -> 3.3.7 2021-08-17 20:08:45 +00:00
Artturi
3be1585dc2
Merge pull request #133991 from r-ryantm/auto-update/yubikey-manager-qt
yubikey-manager-qt: 1.2.2 -> 1.2.3
2021-08-17 22:56:18 +03: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