Commit Graph
547154 Commits
Author SHA1 Message Date
R. Ryantm 21a53af5d8 python310Packages.qcengine: 0.28.1 -> 0.29.0 2023-11-11 13:30:13 +00:00
R. Ryantm 1d59750e89 python310Packages.qcelemental: 0.27.0 -> 0.27.1 2023-11-11 13:24:58 +00:00
Joerie de Gram 3b9c1d894c winbox: 3.38 -> 3.40 2023-11-11 14:23:45 +01:00
Christoph Heiss 66b86f8a2e sourcehut: de-duplicate nginx add_header directives
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 14:14:59 +01:00
Christoph Heiss acd21dad52 sourcehut: use systemd.tmpfiles instead of manually creating logfiles
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 14:14:59 +01:00
Christoph Heiss 79dc7c3c10 sourcehut: add overrides for flask-sqlalchemy and factory-boy
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-11 14:14:59 +01:00
R. Ryantm 068bd65449 python310Packages.pyvisa-py: 0.7.0 -> 0.7.1 2023-11-11 13:09:43 +00:00
K900andGitHub 04ba088381 Merge pull request #266359 from r-ryantm/auto-update/syncthingtray
syncthingtray: 1.4.7 -> 1.4.8
2023-11-11 16:04:25 +03:00
Fabian Affolter 4e23875859 python311Packages.dissect: 3.9 -> 3.10
Diff: fox-it/dissect@refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect/releases/tag/3.10
2023-11-11 13:56:39 +01:00
Fabian Affolter c3643e83a7 python311Packages.dissect-target: disable failing tests 2023-11-11 13:56:13 +01:00
Fabian Affolter 31a6adce21 python311Packages.dissect-volume: update disabled 2023-11-11 13:56:11 +01:00
Fabian Affolter 66a3c4ec5e python311Packages.dissect-thumbcache: update disabled 2023-11-11 13:55:43 +01:00
Fabian Affolter b7a405feb0 python311Packages.dissect-evidence: update disabled 2023-11-11 13:55:14 +01:00
Paul HaerleandGitHub 47127ce66e signal-export: init at 1.6.1 (#266722)
signal-export: init at 1.6.1
2023-11-11 13:53:44 +01:00
Fabian Affolter bd37b5a512 python311Packages.dissect-esedb: modernize 2023-11-11 13:49:19 +01:00
Fabian Affolter c19b3244fb python311Packages.dissect-util: 3.11 -> 3.12
Diff: fox-it/dissect.util@refs/tags/3.11...3.12

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.12
2023-11-11 13:48:55 +01:00
Fabian Affolter 1566048c08 python311Packages.dissect-target: 3.12 -> 3.13
Diff: fox-it/dissect.target@refs/tags/3.12...3.13

Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.13
2023-11-11 13:48:01 +01:00
Fabian Affolter 5b8b2141c1 python311Packages.acquire: 3.9 -> 3.10
Diff: fox-it/acquire@refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/acquire/releases/tag/3.10
2023-11-11 13:47:25 +01:00
Fabian Affolter 79686f1b97 python311Packages.dissect-regf: 3.7 -> 3.8
Diff: fox-it/dissect.regf@refs/tags/3.7...3.8

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.8
2023-11-11 13:47:04 +01:00
Fabian Affolter dabcb70841 python311Packages.dissect-hypervisor: 3.9 -> 3.10
Diff: fox-it/dissect.hypervisor@refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.10
2023-11-11 13:47:01 +01:00
Fabian Affolter 40aa4e9613 python311Packages.dissect-fat: 3.6 -> 3.7
Diff: fox-it/dissect.fat@refs/tags/3.6...3.7

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.7
2023-11-11 13:46:38 +01:00
Fabian Affolter df33329e82 python311Packages.flow-record: 3.12 -> 3.13
Diff: fox-it/flow.record@refs/tags/3.12...3.13

Changelog: https://github.com/fox-it/flow.record/releases/tag/3.13
2023-11-11 13:46:30 +01:00
Alyssa RossandAdam Joseph e434c7622c wolfssl: backport patch to fix tests
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-11 12:43:45 +00:00
Alyssa RossandAdam Joseph 00f1b94db1 crosvm: backport page size fix for tests
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-11 12:42:18 +00:00
Ilan JoselevichandBjørn Forsman d20c21c8a1 libvirt: 9.7.0 -> 9.9.0 2023-11-11 13:29:52 +01:00
Lily FosterandBjørn Forsman 7876c91d5b freecad: add passthru.tests.python-path to test patch 2023-11-11 13:29:32 +01:00
Lily FosterandBjørn Forsman e51b7f68ee freecad: switch back to isolated config with env vars turned on 2023-11-11 13:29:32 +01:00
zzzsyyy 041bd731ac commit-mono: 1.139 -> 1.141 2023-11-11 20:23:44 +08:00
Malte Poll b1dcea4773 bazel: use bash with fallback $PATH consisting of basic shell utils
Second iteration of this change.
First attempt did not ensure `bashWithDefaultShellUtils` is available at runtime.
2023-11-11 13:22:20 +01:00
Martin WeineltandGitHub dfcc9838bc Merge pull request #266829 from r-ryantm/auto-update/python310Packages.python-lsp-server
python310Packages.python-lsp-server: 1.8.2 -> 1.9.0
2023-11-11 13:17:27 +01:00
happysaladaandYt c3e6ad5c94 buildNpmPackage: replace nodejs override 2023-11-11 12:16:04 +00:00
993c8f162d mixRelease: improve the implementation (#266397)
* 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-11 12:15:07 +00:00
OTABI TomoyaandGitHub 201f93fb19 Merge pull request #266797 from r-ryantm/auto-update/python311Packages.nlpcloud
python311Packages.nlpcloud: 1.1.44 -> 1.1.45
2023-11-11 21:10:18 +09:00
R. RyantmandYt 530ef262c5 python310Packages.python-pptx: 0.6.22 -> 0.6.23 2023-11-11 12:09:56 +00:00
Martin WeineltandGitHub adf69b28be Merge pull request #266731 from mweinelt/ctranslate2-3.21.0
ctranslate2: 3.20.0 -> 3.21.0
2023-11-11 13:02:13 +01:00
Christoph Heiss 641e54bb28 sourcehut: create logs directory unconditionally
An empty log directory, in case it stays unused, does not hurt anyone.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph Heiss fc6addb147 sourcehut: reword api-origin option description
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph Heiss 589b75bdc8 sourcehut: disable IPv6 completely for tests
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph Heiss 78cc2783c8 sourcehut: drop obsolete services array in favor of indivdual enable flags
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph HeissandChristoph Heiss 6b25e09d2d sourcehut: fix up some more bin paths
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph Heiss 5841d27497 sourcehut: explicitly disallow openssh to socket-active
This breaks the (already fragile) gitsrht-dispatch -> gitsrht-keys
command chain.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:47 +01:00
Christoph Heiss c39ba7f5b1 sourcehut: remove set -x from ssh commands
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:46 +01:00
Christoph Heiss 6648488333 sourcehut: fix logging of git/hg ssh commands
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:45 +01:00
Christoph Heiss 6e51802196 sourcehut: fix repos path by using actual settings value
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss 12fe05f0e3 sourcehut: add override for SQLAlchemy 1.x
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss 900664876c sourcehut: default gqlgenVersion 0.17.2 -> 0.17.20
Most packages now uses this version, so avoid having it specify it every
time.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss c0c73555a5 sourcehut.todosrht: 0.72.2 -> 0.74.6
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss f53540afdd sourcehut.scmsrht: 0.22.22 -> 0.22.23
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss 8d573f2df8 sourcehut.pastesrht: 0.13.8 -> 0.15.1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss b916bbd1ea sourcehut.pagessrht: 0.7.4 -> 0.13.0
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00