Commit Graph
542866 Commits
Author SHA1 Message Date
Robin GlosterandGitHub 7e2992c01b Merge pull request #264584 from Ma27/drop-privacyidea
privacyidea: remove
2023-10-31 16:46:37 +01:00
K900andGitHub 16cfcd2ef6 Merge pull request #264408 from K900/tempo-2.3.0
tempo: 2.2.3 -> 2.3.0
2023-10-31 18:21:29 +03:00
John EricsonandGitHub b67d497260 Merge pull request #262847 from emilytrau/minimal-nix-cores
minimal-bootstrap.bash{,_2_05}: Normalize the NIX_BUILD_CORES variable
2023-10-31 11:09:07 -04:00
EmilyandGitHub 4a644c17c0 Merge pull request #263555 from 5aaee9/master
nixos/systemd: fix make unit failed when unit too large
2023-10-31 16:08:29 +01:00
Pavol RusnakandGitHub bce760e92c Merge pull request #264585 from r-ryantm/auto-update/fulcrum
fulcrum: 1.9.2 -> 1.9.3
2023-10-31 15:57:15 +01:00
Franz PletzandGitHub a7aba55a13 Merge pull request #254749 from fgaz/shattered-pixel-dungeon/mods 2023-10-31 15:56:21 +01:00
Franz PletzandGitHub 265ca81834 Merge pull request #241908 from picnoir/nin/oci-container-pre-start-list 2023-10-31 15:53:35 +01:00
R. RyantmandYaya aebf2ca941 liferea: 1.15.3 -> 1.15.4 2023-10-31 15:53:21 +01:00
Franz PletzandGitHub 5404e32d66 Merge pull request #264567 from r-ryantm/auto-update/android-udev-rules 2023-10-31 15:48:33 +01:00
Franz PletzandGitHub 6869914e75 Merge pull request #263813 from vtuan10/klipper-firmware-gcc-arm-fix 2023-10-31 15:47:31 +01:00
Franz PletzandGitHub 7e564bcb53 Merge pull request #264579 from marsam/update-iredis 2023-10-31 15:46:45 +01:00
Franz PletzandGitHub d8a8779f1a Merge pull request #256092 from samueltardieu/android-tools-34.0.4 2023-10-31 15:45:39 +01:00
Fabian AffolterandGitHub 60ca69b84a Merge pull request #264487 from r-ryantm/auto-update/mapcidr
mapcidr: 1.1.11 -> 1.1.13
2023-10-31 15:41:39 +01:00
Fabian AffolterandGitHub f130907945 Merge pull request #264559 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.75.0 -> 2.76.0
2023-10-31 15:38:15 +01:00
Franz PletzandGitHub 4fdd6052d4 Merge pull request #252191 from pschmitt/obs-replay-source 2023-10-31 15:37:18 +01:00
Franz PletzandGitHub fd74c71d03 Merge pull request #263947 from r-ryantm/auto-update/obs-studio-plugins.obs-pipewire-audio-capture 2023-10-31 15:35:41 +01:00
K900andGitHub 46bc9e79a9 Merge pull request #259765 from 70m6/bugfix/bitcoind-enable
bugfix/bitcoind-enable
2023-10-31 17:35:10 +03:00
José Romildo MalaquiasandGitHub 295ba92c60 Merge pull request #264494 from r-ryantm/auto-update/matcha-gtk-theme
matcha-gtk-theme: 2023-04-03 -> 2023-10-30
2023-10-31 11:34:38 -03:00
Tom Barrettandtom barrett a4b31637b5 bitcoind: only use enabled services 2023-10-31 15:29:17 +01:00
Florian KlinkandGitHub 4028031c42 Merge pull request #264373 from edef1c/py-polars-0.19.12
python3Packages.polars: 0.18.13 -> 0.19.12
2023-10-31 16:21:28 +02:00
Weijia WangandGitHub b934c14801 Merge pull request #263247 from dmytrokyrychuk/update-fishnet-2.7.1
fishnet: 2.5.1 -> 2.7.1
2023-10-31 15:03:05 +01:00
Weijia WangandGitHub e1a105f703 Merge pull request #264469 from TomaSajt/uiua
uiua: 0.0.23 -> 0.0.25
2023-10-31 14:39:04 +01:00
R. Ryantm d0cdff7e63 fulcrum: 1.9.2 -> 1.9.3 2023-10-31 13:31:17 +00:00
Weijia WangandGitHub a38f4bdef6 Merge pull request #264562 from acid-bong/patch-1
nixos/direnv: fix typo
2023-10-31 14:21:25 +01:00
Maximilian Bosch 5927d55685 privacyidea: remove
Related to #262907 (Django3 removal from nixpkgs).

This package already required an unreasonable amount of maintenance
regularly for a such small leaf-package. It has a few highly outdated
dependencies (e.g. flask 1, jinja2 2.11, sqlalchemy 1.3).

After at least each Python package-set update one had to fix up a lot of
dependencies to fix the package itself, so it was only useful on stable
branches. And having so much outdated software in a security-sensitive
piece of software seems questionable.

Finally, globin and I won't be available for maintaining this now that
Mayflower is migrating to another solution (and we'll do that as well)
and I'd expect this to bitrot extremely quick if we both bail out.
2023-10-31 14:17:48 +01:00
Franz PletzandGitHub 6e3351493d Merge pull request #263954 from r-ryantm/auto-update/prometheus-postgres-exporter 2023-10-31 14:00:47 +01:00
Mario RodasandGitHub 75e4f92fb5 Merge pull request #264484 from marsam/update-luau
luau: 0.600 -> 0.601
2023-10-31 07:49:53 -05:00
Van Tuan Vo 31158510a0 klipper-firmware: use gcc-arm-embedded-11
klipper-firmware currently does not define sections for exception index.
This causes build errors with `gcc-arm-embedded-12` which is the default
now. Until https://github.com/Klipper3d/klipper/pull/6331 is added we pin it
to `gcc-arm-embedded-11`.
2023-10-31 13:44:48 +01:00
niksturandGitHub ccd110837b Merge pull request #264564 from nikstur/repart-image-builder-docs-in-manual
nixos/image: move repart image builder docs into manual
2023-10-31 13:24:13 +01:00
Mario RodasandGitHub 87f99309e0 Merge pull request #257454 from Julow/ocamlformat0261
ocamlPackages.ocamlformat: 0.26.0 → 0.26.1
2023-10-31 07:18:41 -05:00
Mario RodasandGitHub af211100e9 Merge pull request #258207 from aaronjheng/cassandra
cassandra: use cassandra_4
2023-10-31 07:17:17 -05:00
Mario RodasandGitHub 562782d76b Merge pull request #264526 from janvotava/timoni0.15.0
timoni: 0.14.2 -> 0.15.0
2023-10-31 07:15:32 -05:00
Mario RodasandGitHub 6a48020b7d Merge pull request #264545 from fabaff/dvc-data-bump
python311Packages.dvc-data: 2.19.0 -> 2.20.0, python311Packages.dvc: 3.27.0 -> 3.28.0, python311Packages.dvc-objects: 1.0.1 -> 1.1.0
2023-10-31 07:15:03 -05:00
Mario RodasandGitHub cb1c7ebdf9 Merge pull request #264556 from fabaff/pubnub-bump
python311Packages.pubnub: 7.3.0 -> 7.3.1
2023-10-31 07:14:41 -05:00
Mario RodasandGitHub f9025b4efa Merge pull request #264543 from fabaff/oss2-bump
python311Packages.oss2: 2.18.2 -> 2.18.3
2023-10-31 07:13:47 -05:00
Mario RodasandGitHub 870b6cfdf5 Merge pull request #264542 from fabaff/pysensibo-bump
python311Packages.pysensibo: 1.0.35 -> 1.0.36
2023-10-31 07:13:26 -05:00
Mario RodasandGitHub 4c0e1248fd Merge pull request #264544 from fabaff/peaqevcore-bump
python311Packages.peaqevcore: 19.5.12 -> 19.5.13
2023-10-31 07:12:55 -05:00
Mario RodasandGitHub 5dbfc74207 Merge pull request #264550 from r-ryantm/auto-update/aaaaxy
aaaaxy: 1.4.50 -> 1.4.72
2023-10-31 07:12:26 -05:00
Mario RodasandGitHub 7d0a063a1a Merge pull request #264551 from r-ryantm/auto-update/boinc
boinc: 7.24.1 -> 7.24.2
2023-10-31 07:11:59 -05:00
Mario RodasandGitHub 043fd71488 Merge pull request #264557 from fabaff/sigma-cli-bump
sigma-cli: 0.7.7 -> 0.7.8
2023-10-31 07:10:54 -05:00
Mario RodasandGitHub 184c335e20 Merge pull request #264558 from fabaff/trufflehog-bump
trufflehog: 3.61.0 -> 3.62.0
2023-10-31 07:08:36 -05:00
Mario RodasandGitHub 2c8817a5e2 Merge pull request #263997 from zopieux/vcsi-pyproject
vcsi: 7.0.13 -> 7.0.16
2023-10-31 07:05:26 -05:00
Mario RodasandGitHub 3047c745d3 Merge pull request #264013 from fugidev/agdsn-zsh-config
agdsn-zsh-config: 0.7.1 -> 0.8.0
2023-10-31 07:02:22 -05:00
Mario RodasandGitHub 2a3e5c7872 Merge pull request #264205 from star-szr/carapace-0.28.2
carapace: 0.28.0 -> 0.28.2
2023-10-31 07:00:46 -05:00
edef 599d825fd0 python3Packages.polars: 0.18.13 -> 0.19.12 2023-10-31 11:59:22 +00:00
edef 9c3d82c6ef python3Packages.polars: disable jemalloc initial exec TLS
Otherwise, loading the polars native library fails:

    > python3 -c 'import polars.polars'
    /nix/store/hncw7v8djk0vm5asy0jcggia0k60dhdv-python3-3.11.5-env/lib/python3.11/site-packages/polars/utils/build_info.py:5: UserWarning: polars binary missing!
      from polars.utils.polars_version import get_polars_version
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: /nix/store/gsbfr5ar6bki41qwfz6wbrd59z5p9ciw-jemalloc-5.3.0/lib/libjemalloc.so.2: cannot allocate memory in static TLS block

Normally, the jemalloc-sys disable_initial_exec_tls Cargo feature
covers this, but we override jemalloc with our own.
2023-10-31 11:59:22 +00:00
Mario RodasandGitHub 64ae228d7d Merge pull request #264144 from gaelreyrol/sozu-update-0.15.13
sozu: 0.15.6 -> 0.15.13
2023-10-31 06:58:49 -05:00
Mario RodasandGitHub 80ed123704 Merge pull request #264319 from ga1aksy/lux
lux: 0.19.0 -> 0.21.0
2023-10-31 06:58:00 -05:00
Mario RodasandGitHub 2e05cbf950 Merge pull request #264501 from figsoda/findomain
findomain: 9.0.2 -> 9.0.3
2023-10-31 06:53:09 -05:00
Mario RodasandGitHub 0429afe663 Merge pull request #264488 from figsoda/dist
cargo-dist: 0.4.0 -> 0.4.1
2023-10-31 06:52:46 -05:00