Commit Graph

546581 Commits

Author SHA1 Message Date
Nick Cao
1fac53cc22
Merge pull request #266686 from r-ryantm/auto-update/whois
whois: 5.5.19 -> 5.5.20
2023-11-11 09:56:00 -05:00
networkException
37f3260f55
ungoogled-chromium: 119.0.6045.105-1 -> 119.0.6045.123-1
https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop.html

This update includes 1 security fix.

CVEs:
CVE-2023-5996
2023-11-11 15:53:47 +01:00
networkException
15eb951a10
chromium: 119.0.6045.105 -> 119.0.6045.123
https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop.html

This update includes 1 security fix.

CVEs:
CVE-2023-5996
2023-11-11 15:53:15 +01:00
Christoph Heiss
88a3d2a0b4
sourcehut: fix postgresql database permission for postgresql >= 15
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 15:50:16 +01:00
Mario Rodas
c89dda7c89
Merge pull request #266835 from purcell/sqlint-0.3.0
sqlint: 0.2.1 -> 0.3.0
2023-11-11 09:49:45 -05:00
Niklas Hambüchen
f9611764c6 manual: Fix QEMU_NET_OPTS VM-side address.
In my earlier commit

    manual: Don't suggest exposing VM port to local network.

I made a side change titled

    Use `127.0.0.1` also on the VM side, otherwise connections to
    services that, in the VM, bind to `127.0.0.1` only
    (doing the safe approach) do not work.

Unfortunately, that was wrong:

QEMU inside the VM always communicates via the virtualised
Ethernet interface, not via the VM's loopback interface.
So trying to connect to `127.0.0.1` on the VM's side cannot work.
2023-11-11 15:40:55 +01:00
Nick Cao
73b4398b58
Merge pull request #266718 from r-ryantm/auto-update/obs-studio-plugins.obs-vkcapture
obs-studio-plugins.obs-vkcapture: 1.4.4 -> 1.4.5
2023-11-11 09:35:26 -05:00
Nick Cao
a061921d8b
Merge pull request #266747 from NickCao/clash
clash: drop as upstream has gone
2023-11-11 09:32:16 -05:00
Nick Cao
2c788cdf30
Merge pull request #266779 from r-ryantm/auto-update/python310Packages.pytest-testmon
python310Packages.pytest-testmon: 2.0.13 -> 2.1.0
2023-11-11 09:25:15 -05:00
Nick Cao
8a4dbe781b
Merge pull request #266771 from r-ryantm/auto-update/pbpctrl
pbpctrl: 0.1.4 -> 0.1.5
2023-11-11 09:25:01 -05:00
Nick Cao
d55c442c96
Merge pull request #266785 from r-ryantm/auto-update/fn-cli
fn-cli: 0.6.26 -> 0.6.28
2023-11-11 09:23:01 -05:00
Nick Cao
71d2577dff
Merge pull request #266786 from r-ryantm/auto-update/fx
fx: 30.2.0 -> 31.0.0
2023-11-11 09:22:16 -05:00
Nick Cao
0c5d52364b
Merge pull request #266791 from GoldsteinE/cargo-mommy-0.2
cargo-mommy: 0.1.1 -> 0.2
2023-11-11 09:21:31 -05:00
Nick Cao
a4870a0614
Merge pull request #266794 from natsukium/langchain/update
python311Packages.langchain: 0.325 -> 0.0.334; python311Packages.langsmith: 0.0.57 -> 0.0.63
2023-11-11 09:20:47 -05:00
Nick Cao
da249bc268
Merge pull request #266751 from r-ryantm/auto-update/python310Packages.pydexcom
python310Packages.pydexcom: 0.3.1 -> 0.3.2
2023-11-11 09:16:59 -05:00
Nick Cao
c5fd1da80f
Merge pull request #266724 from r-ryantm/auto-update/pluto
pluto: 5.18.5 -> 5.18.6
2023-11-11 09:16:25 -05:00
emilylange
c271196d42
sharedown: unbreak build
fixes the following error message:

```
$ node-gyp rebuild
info This package requires node-gyp, which is not currently installed. Yarn will attempt to automatically install it. If this fails, you can run "yarn global add node-gyp" to manually install it.
[1/4] Resolving packages...
error Failed to auto-install node-gyp. Please run "yarn global add node-gyp" manually. Error: "Couldn't find any versions for \"node-gyp\" that matches \"latest\" in our cache (possible versions are \"\"). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue."
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```

https://hydra.nixos.org/build/239684452
2023-11-11 15:11:42 +01:00
Nick Cao
e590b5dd62
Merge pull request #266810 from r-ryantm/auto-update/python310Packages.python-lsp-ruff
python310Packages.python-lsp-ruff: 1.5.2 -> 1.6.0
2023-11-11 09:05:46 -05:00
Nick Cao
ed47c29108
Merge pull request #266803 from natsukium/jupyterlab_launcher/remove
python311Packages.jupyterlab_launcher: remove
2023-11-11 09:04:41 -05:00
Ryan Lahfa
aacdad1ceb
Merge pull request #266641 from trofi/diffoscope-update 2023-11-11 15:03:08 +01:00
Mario Rodas
2281a3e3ac
Merge pull request #266768 from marsam/update-opentofu
opentofu: 1.6.0-alpha3 -> 1.6.0-alpha4
2023-11-11 09:02:10 -05:00
Martin Weinelt
e0036cd696
Merge pull request #266826 from natsukium/setuptools-trial
python311Packages.setuptools-trial: rename from setuptoolsTrial
2023-11-11 15:01:24 +01:00
R. Ryantm
e669065eb3 python310Packages.qpsolvers: 4.0.0 -> 4.0.1 2023-11-11 14:00:23 +00: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
K900
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
Paul Haerle
47127ce66e
signal-export: init at 1.6.1 (#266722)
signal-export: init at 1.6.1
2023-11-11 13:53:44 +01:00
Alyssa Ross
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 Ross
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 Joselevich
d20c21c8a1 libvirt: 9.7.0 -> 9.9.0 2023-11-11 13:29:52 +01:00
Lily Foster
7876c91d5b freecad: add passthru.tests.python-path to test patch 2023-11-11 13:29:32 +01:00
Lily Foster
e51b7f68ee freecad: switch back to isolated config with env vars turned on 2023-11-11 13:29:32 +01:00
Martin Weinelt
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
happysalada
c3e6ad5c94 buildNpmPackage: replace nodejs override 2023-11-11 12:16:04 +00:00
Zeke Dou
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 Tomoya
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. Ryantm
530ef262c5 python310Packages.python-pptx: 0.6.22 -> 0.6.23 2023-11-11 12:09:56 +00:00
Martin Weinelt
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 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