about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11sourcehut: de-duplicate nginx `add_header` directivesChristoph Heiss1-6/+4
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: use systemd.tmpfiles instead of manually creating logfilesChristoph Heiss1-12/+12
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: add overrides for `flask-sqlalchemy` and `factory-boy`Christoph Heiss1-0/+34
These are needed, as the used sourcehut version is not compatible with the newer major-releases for both packages. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11Merge pull request #266359 from r-ryantm/auto-update/syncthingtrayK9001-2/+2
syncthingtray: 1.4.7 -> 1.4.8
2023-11-11signal-export: init at 1.6.1 (#266722)Paul Haerle1-0/+40
signal-export: init at 1.6.1
2023-11-11wolfssl: backport patch to fix testsAlyssa Ross1-0/+9
This fixes the following build failure I get locally: > ERROR - tests/api.c line 5684 failed with: > expected: test_ssl_memio_do_handshake(&test_ctx, 10, ((void *)0)) == (1) > result: 0 != 1 > > passed ( 0.00945) > 845: test_dtls13_bad_epoch_ch : skipped > 846: test_wolfSSL_dtls13_null_cipher : skipped > 847: test_dtls_msg_from_other_peer :Client message: hello wolfssl! > Server response: I hear you fa shizzle! > passed ( 0.00186) > 848: test_dtls_ipv6_check : passed ( 0.00008) > 849: test_stubs_are_stubs : passed ( 0.00000) > > FAILURES: > 24: test_wolfSSL_CertManagerCheckOCSPResponse
2023-11-11crosvm: backport page size fix for testsAlyssa Ross1-1/+12
The version of crosvm we have packaged only passes its tests with 4K pages. The whole patch doesn't apply, but that's okay, because we don't run most of the affected tests.
2023-11-11libvirt: 9.7.0 -> 9.9.0Ilan Joselevich2-4/+4
2023-11-11freecad: add passthru.tests.python-path to test patchLily Foster1-0/+17
2023-11-11freecad: switch back to isolated config with env vars turned onLily Foster1-3/+4
2023-11-11Merge pull request #266829 from ↵Martin Weinelt1-2/+2
r-ryantm/auto-update/python310Packages.python-lsp-server python310Packages.python-lsp-server: 1.8.2 -> 1.9.0
2023-11-11buildNpmPackage: replace nodejs overridehappysalada4-13/+12
2023-11-11mixRelease: improve the implementation (#266397)Zeke Dou1-58/+104
* mixRelease: format code by nixpkgs-format * mixRelease: investigate why erlang is referenced in resulting derivation * mixRelease: organize nativeBuildInputs and buildInputs It: + organizes `nativeBuildInputs` in a structured way. + moves `builtins.attrValues mixNixDeps` to `nativeBuildInputs`, because it's only used in compile-time * mixRelease: remove current attempt for removing erlang references in resulting derivation As said in the comment about "remove erlang references in resulting derivation", for now, we don't have a robust method to do that. Although these removed code did some work, they did not achieve the final goal - remove erlang references in resulting derivation. Therefore, it is better to remove them and provide future implementation with a clean foundation. > If you want to find these old codes, you can also retrieve them from > the git history. * mixRelease: remove all files for Microsoft Windows * mixRelease: add new option - `removeCookie` * mixRelease: polish comments + Capitalize the sentences. + Add punctuation marks. + Format a little code. * mixRelease: wrap programs in $out/bin with their runtime deps * mixRelease: commit what happysalada suggests --------- Co-authored-by: c4710n <c4710n@users.noreply.github.com>
2023-11-11Merge pull request #266797 from r-ryantm/auto-update/python311Packages.nlpcloudOTABI Tomoya1-2/+2
python311Packages.nlpcloud: 1.1.44 -> 1.1.45
2023-11-11python310Packages.python-pptx: 0.6.22 -> 0.6.23R. Ryantm1-2/+2
2023-11-11Merge pull request #266731 from mweinelt/ctranslate2-3.21.0Martin Weinelt1-2/+2
ctranslate2: 3.20.0 -> 3.21.0
2023-11-11sourcehut: create logs directory unconditionallyChristoph Heiss1-1/+1
An empty log directory, in case it stays unused, does not hurt anyone. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: reword `api-origin` option descriptionChristoph Heiss1-1/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: disable IPv6 completely for testsChristoph Heiss1-0/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: drop obsolete `services` array in favor of indivdual `enable` flagsChristoph Heiss3-18/+5
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: fix up some more bin pathsChristoph Heiss1-8/+9
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: explicitly disallow openssh to socket-activeChristoph Heiss1-0/+1
This breaks the (already fragile) gitsrht-dispatch -> gitsrht-keys command chain. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: remove `set -x` from ssh commandsChristoph Heiss1-8/+0
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: fix logging of git/hg ssh commandsChristoph Heiss3-4/+41
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: fix `repos` path by using actual settings valueChristoph Heiss1-2/+2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: add override for SQLAlchemy 1.xChristoph Heiss1-0/+13
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut: default gqlgenVersion 0.17.2 -> 0.17.20Christoph Heiss8-8/+8
Most packages now uses this version, so avoid having it specify it every time. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.todosrht: 0.72.2 -> 0.74.6Christoph Heiss1-7/+3
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.scmsrht: 0.22.22 -> 0.22.23Christoph Heiss1-4/+2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.pastesrht: 0.13.8 -> 0.15.1Christoph Heiss1-2/+2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.pagessrht: 0.7.4 -> 0.13.0Christoph Heiss1-4/+4
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.metasrht: 0.61.3 -> 0.64.8Christoph Heiss1-21/+13
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.mansrht: 0.15.26 -> 0.16.1Christoph Heiss1-2/+19
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.listssrht: 0.51.11 -> 0.57.8Christoph Heiss1-9/+8
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.hubsrht: 0.14.14 -> 0.17.2Christoph Heiss1-3/+21
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.hgsrht: 0.31.3 -> 0.32.4Christoph Heiss1-5/+5
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11sourcehut.gitsrht: 0.78.20 -> 0.84.2Christoph Heiss3-16/+21
Newer version of the gitsrht-api service call setrlimit() on startup, thus allow it in the `SystemCallFilter` definition for the service. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11Merge pull request #266811 from fabaff/exploitdb-bumpFabian Affolter1-2/+2
exploitdb: 2023-11-08 -> 2023-11-11
2023-11-11Merge pull request #266812 from fabaff/cnspec-bumpFabian Affolter1-3/+3
cnspec: 9.5.2 -> 9.6.1
2023-11-11Merge pull request #266813 from fabaff/chainsaw-bumpFabian Affolter2-308/+229
chainsaw: 2.7.3 -> 2.8.0
2023-11-11Merge pull request #266815 from fabaff/metasploit-bumpFabian Affolter4-9/+9
metasploit: 6.3.41 -> 6.3.42
2023-11-11Merge pull request #266817 from fabaff/dvc-objects-bumpFabian Affolter1-2/+2
python311Packages.dvc-objects: 1.1.0 -> 1.2.0
2023-11-11Merge pull request #266816 from fabaff/backports-strenum-bumpFabian Affolter1-11/+5
python311Packages.backports-strenum: 1.2.8 -> 1.2.8
2023-11-11Merge pull request #266819 from fabaff/ggshield-bumpFabian Affolter1-2/+2
ggshield: 1.20.0 -> 1.21.0
2023-11-11Merge pull request #266820 from fabaff/holidays-bumpFabian Affolter1-2/+2
python311Packages.holidays: 0.35 -> 0.36
2023-11-11Merge pull request #266821 from fabaff/lupupy-bumpFabian Affolter1-2/+2
python311Packages.lupupy: 0.3.0 -> 0.3.1
2023-11-11Merge pull request #266830 from fabaff/google-cloud-firestore-bumpFabian Affolter1-2/+2
python311Packages.google-cloud-firestore: 2.13.0 -> 2.13.1
2023-11-11Merge pull request #266832 from fabaff/google-cloud-dns-bumpFabian Affolter1-2/+2
python311Packages.google-cloud-dns: 0.34.1 -> 0.34.2
2023-11-11Merge pull request #265342 from fabaff/canals-bumpFabian Affolter1-12/+8
python311Packages.canals: 0.8.1 -> 0.9.0
2023-11-11Merge pull request #266758 from r-ryantm/auto-update/python310Packages.pygnmiFabian Affolter1-4/+10
python310Packages.pygnmi: 0.8.12 -> 0.8.13