github-actions[bot]
2309ad08a0
Merge staging-next into staging
2024-01-08 00:02:51 +00:00
github-actions[bot]
2984c5a0a5
Merge master into staging-next
2024-01-08 00:02:22 +00:00
Yt
51b86cad4d
Merge pull request #279456 from r-ryantm/auto-update/ockam
...
ockam: 0.114.0 -> 0.115.0
2024-01-08 00:42:57 +01:00
Justin Bedő
40830f8253
Merge pull request #253179 from Kupac/salmon
...
salmon: init at 1.10.2
2024-01-08 09:25:31 +11:00
Silvan Mosberger
788cf70bed
Merge pull request #279324 from katexochen/revert-276887-gocode/remove
...
Revert "gocode: remove"
2024-01-07 23:25:19 +01:00
Adam C. Stephens
0540bc4f74
Merge pull request #278996 from adamcstephens/nuke-refs/mainprogram
...
nuke-references: add meta.mainProgram
2024-01-07 17:19:00 -05:00
Robert Hensing
084ff5ef93
Merge pull request #279358 from Stunkymonkey/spark-parser-normalize
...
python311Packages.spark-parser: rename from spark_parser
2024-01-07 23:04:57 +01:00
Robert Scott
cebeaef049
Merge pull request #278438 from r-ryantm/auto-update/mkvtoolnix
...
mkvtoolnix: 81.0 -> 82.0
2024-01-07 22:00:06 +00:00
K900
9e0000be28
Merge branch 'master' into staging-next
2024-01-08 00:51:35 +03:00
K900
3fef41e96c
Merge pull request #279007 from LeSuisse/libreoffice-w01-2023
...
libreoffice-still: 7.5.7.1 -> 7.5.9.2, libreoffice-fresh: 7.6.2.1 -> 7.6.4.1, libreoffice-bin: 7.5.5 -> 7.6.4
2024-01-08 00:50:25 +03:00
Jan Tojnar
c1dce2f654
php81.extensions.dom: Fix build with libxml2 2.12
2024-01-07 22:47:55 +01:00
R. Ryantm
f6d7b201d7
ockam: 0.114.0 -> 0.115.0
2024-01-07 21:24:48 +00:00
Felix Bühler
8694fb4187
python311Packages.linear-operator: rename from linear_operator ( #279258 )
2024-01-07 16:08:32 -05:00
Pol Dellaiera
c54a0bd8b7
Merge pull request #279252 from charlycoste/symfony-cli
...
symfony-cli: add nssTools as a runtime dependency
2024-01-07 21:53:30 +01:00
R. Ryantm
5ec5f04771
okteta: 0.26.14 -> 0.26.15
2024-01-07 21:26:57 +01:00
Martin Weinelt
9a1aab7628
Merge pull request #279402 from mweinelt/zigbee2mqtt-1.35.1
...
zigbee2mqtt: 1.35.0 -> 1.35.1
2024-01-07 21:22:57 +01:00
Martin Weinelt
17885d281b
Merge pull request #279410 from mweinelt/evcc-0.123.7
...
evcc: 0.123.2 -> 0.123.7
2024-01-07 21:19:06 +01:00
Felix Buehler
2adcc8846a
python311Packages.wxpython: rename from wxPython_4_2
2024-01-07 21:16:47 +01:00
Felix Buehler
e253a1d174
python311Packages.trezor-agent: rename from trezor_agent
2024-01-07 20:46:09 +01:00
Nikolay Korotkiy
2ab3135994
Merge pull request #279412 from r-ryantm/auto-update/qrtool
...
qrtool: 0.10.1 -> 0.10.2
2024-01-07 23:43:39 +04:00
Felix Bühler
015448a913
python311Packages.ax: 0.3.4 -> 0.3.6 ( #279342 )
2024-01-07 14:31:58 -05:00
Atemu
87b0b2088f
Merge pull request #278193 from zzzsyyy/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2024-01-01
2024-01-07 20:17:45 +01:00
José Romildo Malaquias
43eec87119
Merge pull request #278491 from romildo/upd.labwc-menu-generator
...
labwc-menu-generator: init at unstable-2023-10-31
2024-01-07 15:15:04 -03:00
github-actions[bot]
4df86afbd7
Merge staging-next into staging
2024-01-07 18:01:18 +00:00
github-actions[bot]
f85fe5fc29
Merge master into staging-next
2024-01-07 18:00:54 +00:00
Thomas Gerbet
bfb2d0dfae
inetutils: 2.4 -> 2.5
...
Changes:
```
* Noteworthy changes in release 2.4 (2022-10-25) [stable]
** ifconfig
*** Support specifying prefix netmask lengths in -A.
Patch by Samuel Thibault <samuel.thibault@gnu.org>.
** Hurd: tell pfinet translator interfaces to configure
Patch by Samuel Thibault <samuel.thibault@gnu.org>.
** ftp
*** Avoid crash caused by signed integer overflow resulting in
out-of-bounds buffer access. Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00003.html >.
*** Avoid crash caused by heap buffer overflow. Reported by ZFeiXQ in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00016.html >.
*** Avoid crash caused by NULL pointer dereference. Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00004.html >.
*** Avoid crash caused by infinite macro recursion. Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00005.html >.
** telnetd
*** Avoid crash on 0xff 0xf7 (IAC EC) or 0xff 0xf8 (IAC EL). CVE-2022-39028
https://pierrekim.github.io/blog/2022-08-24-2-byte-dos-freebsd-netbsd-telnetd-netkit-telnetd-inetutils-telnetd-kerberos-telnetd.html
** telnet
*** Fix a buffer overflow problem. CVE-2019-0053
https://cgit.freebsd.org/src/commit/?id=14aab889f4e50072a6b914eb95ebbfa939539dad
** tftp
*** Avoid crashing when given unexpected or invalid commands from tty.
Reported by AiDai in
<https://lists.gnu.org/archive/html/bug-inetutils/2021-12/msg00018.html >.
** Various bugs fixes, internal improvements and clean ups.
Update of gnulib and build fixes for C23.
```
2024-01-07 18:51:31 +01:00
Thiago Kenji Okada
57a00c9d04
Merge pull request #279267 from JerrySM64/update-linux-zen
...
linuxKernel.kernels.linux_zen: 6.6.9-zen1 -> 6.6.10-zen1 ; linuxKernel.kernels.linux_lqx: 6.6.9-lqx1 -> 6.6.10-lqx1
2024-01-07 17:45:46 +00:00
Thomas Gerbet
aa629d9877
gogs: mark as insecure
...
gogs is affected by the recent vulnerabilities reported by the forgejo
team. There is little/no real development activities in the gogs
repository and the upstream maintainers do not seem to have
acknowledged the security issues.
2024-01-07 18:38:17 +01:00
Guillaume Girol
af8901aa2c
Merge pull request #279240 from magicmonty/epkowa-gt1500-support
...
epkowa: add plugin for GT-1500
2024-01-07 18:32:01 +01:00
Guillaume Girol
bb7d124cb5
Merge pull request #276091 from symphorien/monitoring-plugins-2.3.5
...
monitoring-plugins: 2.3.0 -> 2.3.5
2024-01-07 17:46:21 +01:00
Guillaume Girol
db0f76e8c9
Merge pull request #271030 from symphorien/nixseparatedebuginfod
...
nixseparatedebuginfod: init at 0.3.0, plus module and nixos test
2024-01-07 17:45:13 +01:00
R. Ryantm
d4b11ca47c
qrtool: 0.10.1 -> 0.10.2
2024-01-07 16:34:00 +00:00
Martin Weinelt
cbcf1d977b
evcc: 0.123.2 -> 0.123.7
...
https://github.com/evcc-io/evcc/releases/tag/0.123.7
https://github.com/evcc-io/evcc/releases/tag/0.123.6
https://github.com/evcc-io/evcc/releases/tag/0.123.5
https://github.com/evcc-io/evcc/releases/tag/0.123.4
https://github.com/evcc-io/evcc/releases/tag/0.123.3
2024-01-07 17:27:32 +01:00
Franz Pletz
883d136078
Merge pull request #279266 from wegank/osinfo-db-bump
...
osinfo-db: 20230308 -> 20231215
2024-01-07 17:25:41 +01:00
Felix Buehler
255ec95023
python311Packages.thumborPexif: remove
...
It is only compatible with Python 2, and not referenced by anything in-tree.
2024-01-07 17:05:28 +01:00
Dmitry Kalinkin
be5b82b259
Merge pull request #275882 from veprbl/pr/snakemake_8_0_1
...
snakemake: 7.32.4 -> 8.0.1
2024-01-07 11:03:10 -05:00
Nick Cao
ae2c976a09
Merge pull request #277594 from lasers/citra
...
citra-nightly,citra-canary: 2043 -> 2070, 2695 -> 2740
2024-01-07 10:59:38 -05:00
Nick Cao
407c7dcf82
Merge pull request #279354 from trofi/alacritty-theme-fix
...
alacritty-theme: fix install by packaging `*.toml` files
2024-01-07 10:58:24 -05:00
Nick Cao
c96f305976
Merge pull request #279310 from r-ryantm/auto-update/kubernetes-polaris
...
kubernetes-polaris: 8.5.3 -> 8.5.4
2024-01-07 10:55:07 -05:00
Nick Cao
fba5d741c8
Merge pull request #279318 from r-ryantm/auto-update/gimoji
...
gimoji: 0.7.2 -> 0.7.3
2024-01-07 10:54:34 -05:00
Nick Cao
13191bf0b9
Merge pull request #279330 from trofi/valhalla-gcc-13-fix
...
valhalla: upstream fix for `gcc-13` build
2024-01-07 10:52:43 -05:00
Nick Cao
4a028080a2
Merge pull request #279331 from r-ryantm/auto-update/maskromtool
...
maskromtool: 2023-12-07 -> 2024-01-1
2024-01-07 10:52:26 -05:00
Nick Cao
6c319c7f4e
Merge pull request #279335 from r-ryantm/auto-update/memtree
...
memtree: unstable-2023-11-22 -> unstable-2024-01-04
2024-01-07 10:51:43 -05:00
Nick Cao
248a81defc
Merge pull request #279339 from r-ryantm/auto-update/micronaut
...
micronaut: 4.2.2 -> 4.2.3
2024-01-07 10:51:18 -05:00
Nick Cao
0829aa32ff
Merge pull request #279276 from r-ryantm/auto-update/kbt
...
kbt: 2.0.6 -> 2.1.0
2024-01-07 10:48:52 -05:00
Nick Cao
845d717afd
Merge pull request #279286 from r-ryantm/auto-update/wander
...
wander: 0.14.1 -> 1.0.0
2024-01-07 10:48:09 -05:00
Nick Cao
6376869cd0
Merge pull request #279287 from bhipple/u/qmk
...
qmk-udev-rules: 0.22.3 -> 0.23.3
2024-01-07 10:47:29 -05:00
Nick Cao
3ab933ca57
Merge pull request #279304 from r-ryantm/auto-update/killport
...
killport: 0.9.1 -> 0.9.2
2024-01-07 10:45:16 -05:00
Nick Cao
cec6426d6e
Merge pull request #279308 from r-ryantm/auto-update/kubedb-cli
...
kubedb-cli: 0.40.0 -> 0.40.1
2024-01-07 10:44:42 -05:00
Nick Cao
3290d036e8
Merge pull request #279213 from kouyk/update/joplin-desktop
...
joplin-desktop: 2.13.12 -> 2.13.13
2024-01-07 10:43:52 -05:00