Commit Graph

401147 Commits

Author SHA1 Message Date
Gauvain 'GovanifY' Roussel-Tarbouriech
785ca266b6
libbluray: fix build failure on 1.3.1 with java
Backported from an upstream patch
2022-08-15 19:53:55 +02:00
ajs124
99bc6920c2 proxysql: 2.3.2 -> 2.4.3
https://github.com/sysown/proxysql/releases/tag/v2.4.0
https://github.com/sysown/proxysql/releases/tag/v2.4.1
https://github.com/sysown/proxysql/releases/tag/v2.4.2
https://github.com/sysown/proxysql/releases/tag/v2.4.3
2022-08-15 19:33:40 +02:00
Fabian Affolter
d803907628 python310Packages.aiohomekit: 1.2.10 -> 1.2.11 2022-08-15 19:29:59 +02:00
Anthony Roussel
212c683dee
jira-cli-go: 1.0.0 -> 1.1.0 2022-08-15 19:25:05 +02:00
Fabian Affolter
5e502ceb4f theharvester: 4.0.3 -> 4.2.0 2022-08-15 19:23:03 +02:00
Fabian Affolter
03d52eed55
Merge pull request #186778 from anthonyroussel/maigret
maigret: ignore DeprecationWarning
2022-08-15 19:20:43 +02:00
Fabian Affolter
90600f6a76
Merge pull request #186776 from anthonyroussel/ioccheck
ioccheck: fix build
2022-08-15 19:18:42 +02:00
Vincent Haupert
786f72c32e nixos/github-runner: start Runner.Listener directly in ExecStart=
The `runsvc.sh` script wraps a JavaScript script which starts
`Runner.Listener` and also handles failures. This has the downside that
the service _always_ exits with status code 0, i.e., success. This
causes frequent service restarts when running in ephemeral mode with a
faulty config as Systemd always sees a success exit status. To prevent
this, this commit changes the service config to call `Runner.Listener`
directly. The JavaScript wrapper stops the process with a SIGINT, hence,
the Systemd unit now sends a SIGINT to stop the service.
2022-08-15 13:13:58 -04:00
Vincent Haupert
006d9d2dfb release-notes: add github-runner support for PAT and ephemeral 2022-08-15 13:13:58 -04:00
Vincent Haupert
987a4b4231 nixos/github-runner: add support for ephemeral runners
Adds the module option `ephemeral`. If set to true, configures the
runner registration with the `--ephemeral` option. This causes the
runner to exit after processing a single job, to de-register itself, and
to delete its configuration. Afterward, systemd restarts the service
which triggers a new ephemeral registration with a clean state.
2022-08-15 13:13:58 -04:00
Vincent Haupert
3f075e5bb1 nixos/github-runner: add PAT support
This commit introduces support for runner registrations through a
personal access token (PAT). To use a PAT instead of a registration
token, place an appropriately scoped PAT in `tokenFile`. If the file
contains a PAT, the configuration script queries a new runner
registration token. Using a runner registration token directly continues
to work as before.
2022-08-15 13:13:58 -04:00
Vincent Haupert
65542a6348 nixos/github-runner: use state instead of runtime dir as RUNNER_ROOT
Using the runtime directory as `RUNNER_ROOT` is wrong. We should always
use the state directory like we already do when invoking the runner
configure script. Otherwise, the runner constructs the wrong path for
some files (.credentials, .runner, ...).
2022-08-15 13:13:58 -04:00
R. Ryantm
e2dd5729e0 python310Packages.google-cloud-access-context-manager: 0.1.13 -> 0.1.14 2022-08-15 17:10:18 +00:00
Fabian Affolter
e2329a8786 python310Packages.bleak-retry-connector: 1.7.2 -> 1.8.0 2022-08-15 19:09:46 +02:00
Martin Weinelt
eeb2bb2fef
Merge pull request #186498 from rhendric/rhendric/firefox-application-actions 2022-08-15 19:03:54 +02:00
R. RyanTM
73216024d1
dex-oidc: 2.32.0 -> 2.33.0 (#186589) 2022-08-15 13:02:47 -04:00
R. RyanTM
dbf97a4f55
kubelogin-oidc: 1.25.1 -> 1.25.2 (#186641) 2022-08-15 13:02:05 -04:00
Jörg Thalheim
521407a7aa
Merge pull request #186718 from r-ryantm/auto-update/tilt
tilt: 0.30.6 -> 0.30.7
2022-08-15 17:56:27 +01:00
Kira Bruneau
72061fe3fe
Merge pull request #185016 from kira-bruneau/mangohud
mangohud: statically link spdlog
2022-08-15 12:54:46 -04:00
Jörg Thalheim
66c94cd524
Merge pull request #185856 from NoneTirex/fix-headscale-tls-config
headscale: fix tls challengeType enum possible values
2022-08-15 17:51:49 +01:00
Jörg Thalheim
e2f2ee2b47
Merge pull request #186756 from wahjava/update-headscale
headscale: 0.16.1 -> 0.16.2
2022-08-15 17:51:32 +01:00
R. Ryantm
50500713c3 python310Packages.flask-jwt-extended: 4.4.2 -> 4.4.4 2022-08-15 16:47:39 +00:00
Ryan Hendrickson
3b1f5eab31 firefox: add application actions to .desktop file 2022-08-15 12:47:27 -04:00
Raito Bezarius
b6fcfe826c listmonk: init at 2.2.0 2022-08-15 18:27:58 +02:00
Sandro
636e4cb292
Merge pull request #182562 from sbruder/univers 2022-08-15 18:27:06 +02:00
Sandro
6c95b6dcb6
Merge pull request #186121 from catap/prl-tools 2022-08-15 18:23:58 +02:00
Sandro
7cab540d05
Merge pull request #186177 from r-ryantm/auto-update/pihole-exporter 2022-08-15 18:20:43 +02:00
Florian Brandes
3ea5fcb7da
octoprint: 1.8.2 fix sha256 aufter upstream change
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-15 18:10:09 +02:00
Kira Bruneau
334ffa5d97
Merge pull request #185159 from kira-bruneau/zynaddsubfx
zynaddsubfx: 3.0.5 → 3.0.6
2022-08-15 12:04:07 -04:00
R. Ryantm
4fb53a5647 python310Packages.iminuit: 2.13.0 -> 2.15.2 2022-08-15 12:02:01 -04:00
R. Ryantm
8f72f03e07 werf: 1.2.153 -> 1.2.154 2022-08-15 15:46:19 +00:00
Thomas Tuegel
13c000db21
Merge pull request #185824 from otavio/topic/iosevka-update
iosevka{,-bin}: 15.5.2 -> 15.6.3
2022-08-15 10:39:24 -05:00
Christian Kögler
71c3bdf0dc
Merge pull request #179064 from r-ryantm/auto-update/embree
embree: 3.13.3 -> 3.13.4
2022-08-15 17:09:30 +02:00
Martin Weinelt
df5f0ec258
Merge pull request #186609 from cpcloud/bump-ibis-framework 2022-08-15 17:07:07 +02:00
Christian Kögler
978c89cb95
Merge pull request #179003 from r-ryantm/auto-update/calamares
calamares: 3.2.59 -> 3.2.60
2022-08-15 17:01:08 +02:00
Christian Kögler
f5e888a7bd
Merge pull request #179030 from r-ryantm/auto-update/duo-unix
duo-unix: 1.12.0 -> 1.12.1
2022-08-15 17:00:23 +02:00
Christian Kögler
8f9ab0f9ee
Merge pull request #179075 from r-ryantm/auto-update/fldigi
fldigi: 4.1.20 -> 4.1.23
2022-08-15 16:55:42 +02:00
Christian Kögler
24545e4d3c
Merge pull request #179080 from r-ryantm/auto-update/flmsg
flmsg: 4.0.19 -> 4.0.20
2022-08-15 16:55:14 +02:00
Christian Kögler
10bf9a30cd
Merge pull request #179082 from k3a/openboardview
openboardview: init at 9.0.3
2022-08-15 16:54:43 +02:00
Fabian Affolter
af9e00071d
Merge pull request #186775 from fabaff/sensorpush-ble-bump
python310Packages.sensorpush-ble: 1.5.1 -> 1.5.2
2022-08-15 16:41:53 +02:00
Ryan Horiguchi
e2115fec63
gnomeExtensions: auto-update 2022-08-15 16:36:21 +02:00
Phillip Cloud
37ef403006
python3Packages.ibis-framework: 3.0.2 -> 3.1.0 2022-08-15 10:04:04 -04:00
superherointj
e51e218db2
Merge pull request #186787 from 06kellyjac/obs-wrapper
obs-studio: resolve failed wrapping if a plugin has no data path
2022-08-15 10:47:21 -03:00
Bobby Rong
50c0564bc8
Merge pull request #186742 from bobby285271/cinnamon
Cinnamon updates 2022-08-15
2022-08-15 21:22:50 +08:00
Ryan Mulligan
0486c5f939
Merge pull request #185704 from seppeljordan/update-nix-prefetch-github
pythonPackages.nix-prefetch-github: 5.1.2 -> 5.2.1
2022-08-15 06:11:38 -07:00
Bobby Rong
a29ca0ec20 cinnamon.cinnamon-common: fix msgfmt path for Spices.py
Closes #168924
2022-08-15 20:53:39 +08:00
Christian Kögler
0884cb0ba2
Merge pull request #177577 from jmbaur/globalprotect-openconnect_config
nixos/globalprotect: add settings option for service configuration
2022-08-15 14:43:13 +02:00
Christian Kögler
27e6c7477b neovide: 0.10.0 -> 0.10.1 2022-08-15 14:38:19 +02:00
Sandro
e76b7b6885
Merge pull request #186337 from tjni/fix-django-maintenance-mode 2022-08-15 14:35:43 +02:00
Christian Kögler
341d46e02d
Merge pull request #179417 from twz123/ykpersgui-pixmap
yubikey-personalization-gui: fix pixmap installation
2022-08-15 14:35:20 +02:00