3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

419487 commits

Author SHA1 Message Date
Martin Schwaighofer bacef6bb09 dvd-image: replace faketime with --invariant for mkfs.vfat 2022-10-22 12:11:30 +02:00
Martin Schwaighofer a1d6fd3702 sd-image: replace faketime with --invariant for mkfs.vfat
This is done for sd-images only here, but should probably also be done
for dvd-images.

The --invariant arg should be a better way of making mkfs.vfat deterministic.
The previous version of invoking faketime was building fine and reproducible
when I was compiling an sdimage for aarch64 under emulation.
It was however still logging errors:
ERROR: ld.so: object '/nix/store/1c2cp2709kmvby8ql2n9946v7l52nn50-libfaketime-0.9.9/lib/libfaketime.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/nix/store/1c2cp2709kmvby8ql2n9946v7l52nn50-libfaketime-0.9.9/lib/libfaketime.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
The logged errors were presumably inaccurate somehow as calling
faketime was required for reproducibility, even though the log makes it
looks like it failed.
2022-10-22 12:11:30 +02:00
Martin Schwaighofer f6ee247a1f sd-image: make firmware partition deterministic
Based on how it works for the EFI partition of an iso-image at
nixos/modules/installer/cd-dvd/iso-image.nix.
2022-10-22 12:11:30 +02:00
Stanisław Pitucha eb569423a7
Merge pull request #196864 from viraptor/demoit-update
demoit: unstable-2020-06-11 -> unstable-2022-09-03
2022-10-22 20:35:10 +11:00
R. Ryantm b6b3d3c13b brev-cli: 0.6.119 -> 0.6.128 2022-10-22 16:28:26 +08:00
R. Ryantm 0accb6f32c tailscale: 1.32.0 -> 1.32.1 2022-10-22 16:25:43 +08:00
R. Ryantm f8026322c6 rpcs3: 0.0.24-14263-0737c788f -> 0.0.24-14289-0da81d22d 2022-10-22 16:16:54 +08:00
Bobby Rong 8a00c3cb7d
Merge pull request #197152 from bobby285271/pantheon
Pantheon 7 updates 2022-10-21
2022-10-22 16:09:03 +08:00
Bobby Rong 35249d6491
krill: 0.10.0 -> 0.11.0 2022-10-22 15:58:51 +08:00
Bobby Rong 684d02aeea
krill: update changelog url 2022-10-22 15:38:25 +08:00
Fabian Affolter 4f8287f3d5
Merge pull request #196872 from viraptor/dnstake-fix-darwin
dnstake: fix darwin build
2022-10-22 09:36:32 +02:00
Fabian Affolter eb50950f65
Merge pull request #197154 from r-ryantm/auto-update/sish
sish: 2.7.0 -> 2.8.0
2022-10-22 09:35:18 +02:00
Fabian Affolter 4ce210adcf
Merge pull request #197122 from r-ryantm/auto-update/python310Packages.censys
python310Packages.censys: 2.1.8 -> 2.1.9
2022-10-22 09:33:29 +02:00
Fabian Affolter 1a86055022
Merge pull request #197163 from r-ryantm/auto-update/python310Packages.djangorestframework-simplejwt
python310Packages.djangorestframework-simplejwt: 5.2.1 -> 5.2.2
2022-10-22 09:33:03 +02:00
Fabian Affolter b75357d261
Merge pull request #197170 from r-ryantm/auto-update/python310Packages.garminconnect
python310Packages.garminconnect: 0.1.45 -> 0.1.48
2022-10-22 09:32:28 +02:00
Alexander Foremny 475b32c379 tridactyl-native: 0.3.6 -> 0.3.7 2022-10-22 09:15:32 +02:00
Raghav Sood 00a4d236da
Merge pull request #196913 from MGenerowicz/master
ledger-live-desktop: 2.48.0 -> 2.49.0
2022-10-22 13:59:28 +08:00
R. Ryantm 2164de27a8 python310Packages.garminconnect: 0.1.45 -> 0.1.48 2022-10-22 05:44:38 +00:00
Anderson Torres 76f5e975b6
Merge pull request #197168 from jtojnar/hid-tools
hid-tools: init at 0.3.1
2022-10-22 02:43:01 -03:00
github-actions[bot] 11c8d06574 terraform-providers.wavefront: 3.2.0 → 3.3.0 2022-10-22 14:49:21 +10:00
github-actions[bot] dd1cf82741 terraform-providers.scaleway: 2.4.0 → 2.5.0 2022-10-22 14:49:21 +10:00
github-actions[bot] 6164a151cb terraform-providers.rancher2: 1.24.1 → 1.24.2 2022-10-22 14:49:21 +10:00
github-actions[bot] 3c9b520662 terraform-providers.remote: 0.1.0 → 0.1.1 2022-10-22 14:49:21 +10:00
github-actions[bot] 8124cc1619 terraform-providers.aws: 4.36.0 → 4.36.1 2022-10-22 14:49:21 +10:00
github-actions[bot] 8ae1350989 terraform-providers.newrelic: 3.5.1 → 3.5.2 2022-10-22 14:49:21 +10:00
github-actions[bot] 83e9951988 terraform-providers.azurerm: 3.27.0 → 3.28.0 2022-10-22 14:49:21 +10:00
zowoq 5beacfe327 influxdb: add passthru.tests 2022-10-22 14:49:08 +10:00
Nikola Knezevic 711f79539c influxdb: 1.8.10 -> 1.10.0
This change updates the version of influxdb and also makes it compile on
darwin. The issue with darwin was that 1.8 couldn't be compiled using go
1.18. 1.10 can be compiled using the recent go.
2022-10-22 14:49:08 +10:00
Bobby Rong 4f99442330
Merge pull request #196610 from techknowlogick/drone-2140
drone: 2.13.0 -> 2.14.0
2022-10-22 12:28:54 +08:00
R. Ryantm eb1e7f0f13 imgcrypt: 1.1.6 -> 1.1.7 2022-10-22 12:26:00 +08:00
R. Ryantm 7c91d45d11 kics: 1.6.1 -> 1.6.2 2022-10-22 12:24:26 +08:00
R. Ryantm a56c823d51 kubedb-cli: 0.28.0 -> 0.29.0 2022-10-22 12:21:53 +08:00
R. Ryantm e600888b7b assh: 2.14.0 -> 2.15.0 2022-10-22 12:18:30 +08:00
R. Ryantm bb90842c00 aliyun-cli: 3.0.131 -> 3.0.132 2022-10-22 12:14:16 +08:00
R. Ryantm f0ce24f9af pocketbase: 0.7.7 -> 0.7.9 2022-10-22 12:06:06 +08:00
R. Ryantm e372312e0f tagger: 2022.10.3 -> 2022.10.4 2022-10-22 11:45:38 +08:00
R. Ryantm c5d7a5d7a2 python310Packages.djangorestframework-simplejwt: 5.2.1 -> 5.2.2 2022-10-22 03:44:53 +00:00
R. Ryantm c352669d11 exploitdb: 2022-10-07 -> 2022-10-18 2022-10-22 11:44:23 +08:00
R. Ryantm 1d266f763e goaccess: 1.6.3 -> 1.6.4 2022-10-22 11:43:27 +08:00
R. Ryantm 510e232f28 rust-analyzer-unwrapped: 2022-10-10 -> 2022-10-17 2022-10-22 11:41:33 +08:00
R. Ryantm 94c50329fa arkade: 0.8.46 -> 0.8.47 2022-10-22 11:41:11 +08:00
R. Ryantm ec9576773a libfilezilla: 0.38.1 -> 0.39.1 2022-10-22 11:38:08 +08:00
R. Ryantm 84694c128c netbird: 0.10.0 -> 0.10.1 2022-10-22 11:33:51 +08:00
R. Ryantm 7cee3545cc unit: 1.27.0 -> 1.28.0 2022-10-22 11:33:11 +08:00
R. Ryantm 782f213476 jsonnet-language-server: 0.9.1 -> 0.10.0 2022-10-22 11:30:36 +08:00
R. Ryantm c2b0054f4b ttyd: 1.7.1 -> 1.7.2 2022-10-22 11:29:23 +08:00
R. Ryantm 7c06ce54b8 atmos: 1.10.2 -> 1.10.4 2022-10-22 11:27:09 +08:00
R. Ryantm 1f165531bd visualvm: 2.1.4 -> 2.1.5 2022-10-22 11:23:49 +08:00
R. Ryantm 954b90d807 kubeone: 1.5.1 -> 1.5.2 2022-10-22 11:22:15 +08:00
R. Ryantm dca997c84e nali: 0.6.0 -> 0.7.0 2022-10-22 11:20:56 +08:00