Artturi
df9f0dfbf6
Merge pull request #249597 from NotAShelf/main-program-bs
2023-08-17 21:30:44 +03:00
Artturi
000a65b690
Merge pull request #249758 from turion/remove_myself_as_maintainer
2023-08-17 21:13:41 +03:00
Artturi
d34b04e783
Merge pull request #249617 from chewblacka/bugfix-get_iplayer
2023-08-17 21:00:31 +03:00
Emily
081ff652ff
Merge pull request #249703 from networkException/update-ungoogled-chromium
...
ungoogled-chromium: 115.0.5790.170 -> 116.0.5845.96
2023-08-17 19:57:00 +02:00
Emily
25037f06e0
Merge pull request #249702 from networkException/update-chromium
...
chromium: 115.0.5790.170 -> 116.0.5845.96
2023-08-17 19:55:55 +02:00
aszlig
9fd74d2f9a
ip2unix: 2.1.4 -> 2.2.0
...
Upstream changes:
* Unlink socket file before bind if SO_REUSEADDR is used.
* Add support for Linux abstract sockets.
* Add support for matching an existing Unix domain socket or abstract
socket.
* Add stream/datagram aliases for tcp/udp socket types.
* Add flag to prevent unlinking of socket files when closing sockets.
* Fix missing header files for newer GCC versions, thanks to Varun
Madiath.
* Fix use-after-free of blackhole working directory path.
* Fix a few compiler warnings on unnecessary allocation of string
literals.
* Add deprecation warnings if rules are specified in YAML format.
* Rule files (-f) are now just a list of newline-separated rule (-r)
arguments instead of YAML files.
* Improve serializer to be more robust in end-of-stream conditions.
* Bump requirements to require at least GCC version 9.
* No longer prefer C library path over using RTLD_NEXT.
The missing include added via postPatch is no longer needed as it has
been fixed upstream.
Signed-off-by: aszlig <aszlig@nix.build>
2023-08-17 19:54:27 +02:00
Pol Dellaiera
2c5cd54460
Merge pull request #249730 from hzeller/20230817-update-timg
...
timg: 1.5.1 -> 1.5.2
2023-08-17 19:20:11 +02:00
Ryan Mulligan
b2d45d788a
Merge pull request #249362 from r-ryantm/auto-update/mmdoc
...
mmdoc: 0.14.0 -> 0.15.0
2023-08-17 09:51:54 -07:00
Alyssa Ross
9d441104d3
public-inbox: fix tests
...
Doesn't backport easily. It looks like it's only the test that's
broken, and we can re-enable it in the next release.
Fixes: f41621432f
("perl: 5.36.0 -> 5.38.0")
Fixes: https://github.com/NixOS/nixpkgs/issues/248738
2023-08-17 16:32:51 +00:00
0x4A6F
9ce7e0bd4d
Merge pull request #249573 from Janik-Haag/qdmr
...
qdmr: 0.11.2 -> 0.11.3
2023-08-17 18:26:28 +02:00
Dmitry Kalinkin
cf04434459
Merge pull request #246143 from natsukium/scikit-build-core/update
...
python310Packages.scikit-build-core: 0.2.0 -> 0.4.8
2023-08-17 12:14:04 -04:00
Dmitry Kalinkin
912894ee43
Merge pull request #249557 from natsukium/numba/fix
...
python310Packages.numba: fix __version__
2023-08-17 12:04:32 -04:00
Henner Zeller
f1096ca538
timg: 1.5.1 -> 1.5.2
...
Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.2
Important: fixes a buffer overflow issue.
2023-08-17 09:04:02 -07:00
OTABI Tomoya
f2c312a640
Merge pull request #248573 from rardiol/we
...
python3Packages.worldengine fix
2023-08-18 01:01:14 +09:00
Manuel Bärenz
bad4b37c7e
Remove turion (myself) as maintainer from some packages
...
I have removed myself as maintainer from those packages that:
* Have at least one other maintainer
* Are outside of my actual expertise,
i.e. I wouldn't really know how to fix them if they broke
2023-08-17 17:20:18 +02:00
Pol Dellaiera
bfa55aa7f9
Merge pull request #249423 from Henry-Hiles/init-google-cursor
...
google-cursor: init at 2.0.0
2023-08-17 16:47:42 +02:00
Henry Hiles
c4ed81e15b
google-cursor: init at 2.0.0
2023-08-17 10:00:33 -04:00
Pol Dellaiera
02bba6c619
Merge pull request #249725 from NixOS/nvd/add-meta-mainProgram
...
nvd: use `finalAttrs` pattern, add `meta.mainProgram`, reformat
2023-08-17 15:35:07 +02:00
Doron Behar
ca6560f601
alass: make meta.description 'subtitle' plural, and add mainProgram
2023-08-17 15:30:36 +02:00
figsoda
bf8971d84b
Merge pull request #248762 from usmcamp0811/vim-plugins
2023-08-17 09:28:33 -04:00
markuskowa
1e95ab3b71
Merge pull request #249709 from sheepforce/libxc-timeout
...
libxc: increase test timeout
2023-08-17 15:11:03 +02:00
Twingate Build Bot
b22003dcc4
twingate: 1.0.83 -> 2023.227.93198 ( #249324 )
...
* twingate: 1.0.83 -> 2023.227.93198
* - Preserve existing changes
* Update pkgs/applications/networking/twingate/default.nix
---------
Co-authored-by: Anton Shkurenko <anton@twingate.com>
Co-authored-by: Ilan Joselevich <personal@ilanjoselevich.com>
2023-08-17 15:55:40 +03:00
Alejandro Sánchez Medina
8cd56a3b7a
Documentation: nixpkgs manual: move Python reference to the top of Python chapter ( #247117 )
...
* nixpkgs manual, doc Python: move Reference/Optimizations to FAQ
See https://github.com/NixOS/nixpkgs/issues/246234 .
* nixpkgs manual, doc Python: move Reference/python-optional-dependencies to FAQ
See https://github.com/NixOS/nixpkgs/issues/246234 .
* nixpkgs manual, doc Python: move Reference/Tools to FAQ
See https://github.com/NixOS/nixpkgs/issues/246234 .
* nixpkgs manual, doc Python: move Reference/deterministic-builds to FAQ
See https://github.com/NixOS/nixpkgs/issues/246234 .
* nixpkgs manual, doc Python: move Reference/automatic-tests to FAQ
See https://github.com/NixOS/nixpkgs/issues/246234 .
* nixpkgs manual, doc Python: move Reference to top section
See https://github.com/NixOS/nixpkgs/issues/246234 .
2023-08-17 14:45:29 +02:00
OTABI Tomoya
c4fa270c64
Merge pull request #249164 from savyajha/add-qbittorrentapi
...
python310Packages.qbittorrent-api: init at 2023.7.52
2023-08-17 21:34:37 +09:00
Pol Dellaiera
fbedb8d6e0
nvd: reformat using nixpkgs-fmt
and update minor things
2023-08-17 14:12:22 +02:00
Pol Dellaiera
5da7c5adee
nvd: add meta.mainProgram
2023-08-17 13:37:43 +02:00
Pol Dellaiera
5e29c709a0
nvd: use finalAttrs
pattern
2023-08-17 13:37:43 +02:00
Yuchen Guo
959d8a84bf
fix version
...
Signed-off-by: Yuchen Guo <yguo@posteo.net>
2023-08-17 11:15:59 +00:00
Yuchen Guo
08ab4629b1
leafnode: 20121101 -> 20140727; leafnode1: init at 1.12
...
Signed-off-by: Yuchen Guo <yguo@posteo.net>
2023-08-17 11:15:59 +00:00
Maximilian Bosch
1abef55f64
Merge pull request #249204 from NixOS/feature/mplayer-enable-build-on-aarch64-linux
...
mplayer: enable build on aarch64-linux
2023-08-17 13:08:33 +02:00
Julien Girard
8d96cbfdca
ocaml-protoc-plugin: init at 4.3.1
2023-08-17 13:00:07 +02:00
Julien Girard
02bbd3d845
maintainers: add GirardR1006
2023-08-17 13:00:07 +02:00
Phillip Seeber
650d6258c8
libxc: increase test timeout
2023-08-17 12:53:48 +02:00
markuskowa
18e6e425b0
Merge pull request #249541 from sheepforce/pyscf
...
pyscf: 2.2.0 -> 2.3.0
2023-08-17 12:53:41 +02:00
Arnout Engelen
83739917b6
Merge pull request #248510 from onny/opensnitch-update
...
opensnitch: 1.6.1 -> 1.6.2, opensnitch-ui: 1.6.1 -> 1.6.2
2023-08-17 12:52:18 +02:00
ajs124
b62649dfb2
Merge pull request #249608 from anthonyroussel/win-qemu-deprecated
...
win-qemu: remove
2023-08-17 12:45:13 +02:00
Arnout Engelen
46d051737d
Merge pull request #248011 from onny/opensnitch-test
...
nixos/opensnitch: add test
2023-08-17 12:43:42 +02:00
Jacek Galowicz
36e94693b7
Merge pull request #245879 from teto/test-driver
...
test-driver: add persistent history
2023-08-17 11:57:37 +02:00
Fabian Affolter
496822cd2c
Merge pull request #249642 from fabaff/json-stream-bump
...
python311Packages.json-stream: 2.3.0 -> 2.3.2, python311Packages.json-stream-rs-tokenizer: 0.4.16 -> 0.4.22
2023-08-17 11:45:37 +02:00
Maximilian Bosch
42c25608aa
Merge pull request #249636 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-08-16
2023-08-17 11:21:10 +02:00
toastal
8fc24972c5
ocamlPackages.domain-local-await: 0.2.1 → 1.0.0
2023-08-17 10:35:58 +02:00
Pol Dellaiera
580d1b42ef
Merge pull request #249688 from NixOS/open-pdf-sign/use-finalAttrs-pattern
...
open-pdf-sign: use `finalAttrs` pattern
2023-08-17 10:35:39 +02:00
Fabian Affolter
3e3d385b29
Merge pull request #249686 from r-ryantm/auto-update/yamlfix
...
yamlfix: 1.11.0 -> 1.13.0
2023-08-17 10:33:13 +02:00
networkException
57c54aff55
chromium: 115.0.5790.170 -> 116.0.5845.96
...
https://chromereleases.googleblog.com/2023/08/stable-channel-update-for-desktop_15.html
This update includes 26 security fixes.
CVEs:
CVE-2023-2312 CVE-2023-4349 CVE-2023-4350 CVE-2023-4351 CVE-2023-4352
CVE-2023-4353 CVE-2023-4354 CVE-2023-4355 CVE-2023-4356 CVE-2023-4357
CVE-2023-4358 CVE-2023-4359 CVE-2023-4360 CVE-2023-4361 CVE-2023-4362
CVE-2023-4363 CVE-2023-4364 CVE-2023-4365 CVE-2023-4366 CVE-2023-4367
CVE-2023-4368
2023-08-17 10:32:58 +02:00
Fabian Affolter
83a38f0fcf
Merge pull request #249694 from fabaff/kubescape-bump
...
kubescape: 2.3.6 -> 2.9.0
2023-08-17 10:32:37 +02:00
Fabian Affolter
9b3580f71e
Merge pull request #249691 from fabaff/commix-bump
...
commix: 3.7 -> 3.8
2023-08-17 10:32:27 +02:00
Fabian Affolter
b9319fb29e
Merge pull request #249689 from fabaff/checkov-bump
...
checkov: 2.3.366 -> 2.4.1
2023-08-17 10:32:17 +02:00
Fabian Affolter
f72ac92b61
Merge pull request #249668 from r-ryantm/auto-update/bearer
...
bearer: 1.17.0 -> 1.19.1
2023-08-17 10:31:52 +02:00
networkException
aea1ac02db
ungoogled-chromium: 115.0.5790.170 -> 116.0.5845.96
...
https://chromereleases.googleblog.com/2023/08/stable-channel-update-for-desktop_15.html
This update includes 26 security fixes.
CVEs:
CVE-2023-2312 CVE-2023-4349 CVE-2023-4350 CVE-2023-4351 CVE-2023-4352
CVE-2023-4353 CVE-2023-4354 CVE-2023-4355 CVE-2023-4356 CVE-2023-4357
CVE-2023-4358 CVE-2023-4359 CVE-2023-4360 CVE-2023-4361 CVE-2023-4362
CVE-2023-4363 CVE-2023-4364 CVE-2023-4365 CVE-2023-4366 CVE-2023-4367
CVE-2023-4368
2023-08-17 10:30:03 +02:00
sternenseemann
c2f3ec724c
Merge pull request #240387 from NixOS/haskell-updates
...
haskellPackages: default GHC 9.2 -> 9.4, Stackage 21 and hackage update
2023-08-17 10:25:43 +02:00