Commit Graph

101492 Commits

Author SHA1 Message Date
Doron Behar
6921160271
Merge pull request #326481 from linsui/friture
friture: use python 3.12
2024-07-29 09:39:38 +00:00
Vincent Laporte
8d839aa809 ocamlPackages.opam-format: clean 2024-07-29 11:27:52 +02:00
Vincent Laporte
3bb78ca87f ocamlPackages.opam-state: fix for opam 2.2 2024-07-29 11:27:52 +02:00
Vincent Laporte
816c9b4d45 ocamlPackages.spdx_licenses: init at 1.2.0 2024-07-29 11:27:52 +02:00
Vincent Laporte
60fef87420 ocamlPackages.opam-repository: fix for opam 2.2 2024-07-29 11:27:52 +02:00
Vincent Laporte
fd9cbc663d ocamlPackages.opam-core: fix for opam 2.2 2024-07-29 11:27:52 +02:00
Vincent Laporte
185a57d2b5 ocamlPackages.swhid_core: init at 0.1 2024-07-29 11:27:52 +02:00
Aleksana
a07da9722d
Merge pull request #330664 from Mic92/empty-with
treewide: remove unused `with` statements from maintainer lists
2024-07-29 15:01:57 +08:00
Matthias Beyer
f7fa2daf89
Merge pull request #330043 from Sigmanificient/fava
fava: 1.27.3 -> 1.28
2024-07-29 08:41:33 +02:00
John Ericson
18cb69fb9b
Merge pull request #330069 from rhelmot/freebsd-14.1
freebsd: 14.0 -> 14.1
2024-07-28 23:24:38 -05:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Franz Pletz
c3df41f44d
Merge pull request #330386 from thillux/wpa_supplicant-2.11 2024-07-29 01:19:47 +02:00
Sandro
bc7808397c
Merge pull request #330203 from phiadaarr/initPythonWat 2024-07-28 22:50:00 +02:00
Peder Bergebakken Sundt
817b5bc3c0
Merge pull request #327006 from Sigmanificient/bsc
bsc: add sigmanificient to maintainers, 3.1.0 -> 3.3.4, migrate to by-name, modernize
2024-07-28 21:59:08 +02:00
Audrey Dutcher
43fb06aa92
freebsd: 14.0 -> 14.1 2024-07-28 19:42:11 +00:00
Johannes Jöns
13a43fed32
Merge pull request #330649 from Scrumplex/pkgs/python3/lottie/init
python3Packages.lottie: init at 0.7.0
2024-07-28 21:03:13 +02:00
Markus Theil
238488db8a wpa_supplicant: 2.10 -> 2.11
Upstream Changes:
	* Wi-Fi Easy Connect
	  - add support for DPP release 3
	  - allow Configurator parameters to be provided during config exchange
	* MACsec
	  - add support for GCM-AES-256 cipher suite
	  - remove incorrect EAP Session-Id length constraint
	  - add hardware offload support for additional drivers
	* HE/IEEE 802.11ax/Wi-Fi 6
	  - support BSS color updates
	  - various fixes
	* EHT/IEEE 802.11be/Wi-Fi 7
	  - add preliminary support
	* support OpenSSL 3.0 API changes
	* improve EAP-TLS support for TLSv1.3
	* EAP-SIM/AKA: support IMSI privacy
	* improve mitigation against DoS attacks when PMF is used
	* improve 4-way handshake operations
	  - discard unencrypted EAPOL frames in additional cases
	  - use Secure=1 in message 2 during PTK rekeying
	* OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
	  to avoid interoperability issues
	* support new SAE AKM suites with variable length keys
	* support new AKM for 802.1X/EAP with SHA384
	* improve cross-AKM roaming with driver-based SME/BSS selection
	* PASN
	  - extend support for secure ranging
	  - allow PASN implementation to be used with external programs for
	    Wi-Fi Aware
	* FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
	  - this is based on additional details being added in the IEEE 802.11
	    standard
	  - the new implementation is not backwards compatible, but PMKSA
	    caching with FT-EAP was, and still is, disabled by default
	* support a pregenerated MAC (mac_addr=3) as an alternative mechanism
	  for using per-network random MAC addresses
	* EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1)
	  to improve security for still unfortunately common invalid
	  configurations that do not set ca_cert
	* extend SCS support for QoS Characteristics
	* extend MSCS support
	* support unsynchronized service discovery (USD)
	* add support for explicit SSID protection in 4-way handshake
	  (a mitigation for CVE-2023-52424; disabled by default for now, can be
	  enabled with ssid_protection=1)
	  - in addition, verify SSID after key setup when beacon protection is
	    used
	* fix SAE H2E rejected groups validation to avoid downgrade attacks
	* a large number of other fixes, cleanup, and extensions

Changelog:
http://w1.fi/cgit/hostap/tree/wpa_supplicant/ChangeLog?id=d945ddd368085f255e68328f2d3b020ceea359af

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-07-28 18:40:54 +02:00
linsui
3e9479c953 friture: use python 3.12
pyqt5 has been updated to support python 3.12
2024-07-28 23:57:08 +08:00
Sigmanificient
307d15d1a3 python3Packages.webhelpers: drop 2024-07-28 17:46:17 +02:00
OTABI Tomoya
06b2e481eb
Merge pull request #330535 from emilazy/push-tuyuqtmztxvv
python3Packages.androguard: drop nose dependency; python3Packages.nose-timer: drop
2024-07-29 00:17:03 +09:00
Jörg Thalheim
8968b1abb7
Merge pull request #330232 from atorres1985-contrib/remove-viric
Treewide: remove inactive maintainer viric
2024-07-28 17:15:00 +02:00
Pol Dellaiera
c281d0773d
Merge pull request #329911 from Aleksanaa/cameractrls
cameractrls: init at 0.6.6
2024-07-28 17:09:44 +02:00
Anderson Torres
3be917a191 release-lib: remove viric from crossMaintainers [orphans]
Since theey is not active from at least six years.
2024-07-28 10:47:11 -03:00
Sefa Eyeoglu
a93cfa6bc0
python3Packages.lottie: init at 0.7.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-28 15:26:07 +02:00
Vladimír Čunát
a5b2fe7374
Merge #328673: staging-next 2024-07-20 2024-07-28 13:45:55 +02:00
Emily
4d10225ee4 python3Packages.nose-timer: drop 2024-07-28 12:36:59 +01:00
Emily
bd54356251
Merge pull request #330417 from Sigmanificient/rauth
python312Packages.rauth: drop
2024-07-28 11:33:08 +01:00
Vladimír Čunát
4e4a7d83c7
Merge #330299: php: fixes for libxml2 2.13
...into staging-next
2024-07-28 08:23:33 +02:00
Vladimír Čunát
313ac78d0e
phpExtensions.soap: back to doCheck = false (except on Darwin)
On *-linux we get:
> FAILED TEST SUMMARY
> ---------------------------------------------------------------------
> SOAP Bug #71610 - Type Confusion Vulnerability - SOAP / make_http_soap_request() [tests/bug71610.phpt]
> Bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault) [tests/bugs/bug76348.phpt]
Logs e.g.: https://github.com/NixOS/nixpkgs/pull/330299/checks?check_run_id=27989364591
2024-07-28 08:19:52 +02:00
github-actions[bot]
384d08d20d
Merge master into staging-next 2024-07-28 06:01:00 +00:00
tomberek
d94fe8dbab
Merge pull request #330288 from dotlambda/rnote
rnote: 0.10.2 -> 0.11.0
2024-07-28 00:23:38 -04:00
Someone Serge
63f6dbf247 python3Packages.faiss: split into its own derivation 2024-07-28 01:54:59 +00:00
Emily
4b4a3bf7f6
Merge pull request #330436 from lavafroth/woob-duplicate
python3Packages.weboob: drop
2024-07-28 01:24:55 +01:00
Himadri Bhattacharjee
5fc5297b59 python3Packages.weboob: drop
superseded by python3Packages.woob
2024-07-28 01:10:30 +01:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
7c6f434c
ad083b0fbe
Merge pull request #330465 from hraban/sbcl-2.4.7
sbcl: 2.4.6 -> 2.4.7
2024-07-27 19:52:45 +00:00
7c6f434c
dfbfa17eb1
Merge pull request #330300 from afh/update-modernize-remind
remind: 05.00.01 -> 05.00.02
2024-07-27 19:21:20 +00:00
Sandro
324b74b786
Merge pull request #330233 from SuperSandro2000/mitmproxy
mitmproxy: 10.3.1 -> 10.4.0
2024-07-27 20:40:27 +02:00
Emily
07c1a652be
Merge pull request #330376 from Sigmanificient/tissue
python3Packages.tissue: drop
2024-07-27 19:33:34 +01:00
Emily
8cac4b0008
Merge pull request #330439 from emilazy/push-msxlunzvyqvo
python3Packages.{nose-pattern-exclude,nose-warnings-filters}: drop
2024-07-27 19:25:12 +01:00
Hraban Luyat
b97bf364c0 sbcl: 2.4.6 -> 2.4.7 2024-07-27 13:12:04 -04:00
Philipp Arras
b09e79ff25 python3Packages.wat: init at 0.1.2 2024-07-27 18:26:18 +02:00
Philipp Arras
e31b675798 python3Packages.nuclear: init at 2.2.5 2024-07-27 18:26:13 +02:00
rewine
f144faebf1
Merge pull request #330388 from Tungsten842/jamesdsp-qt6
jamesdsp: build with qt6
2024-07-28 00:25:10 +08:00
Peder Bergebakken Sundt
f81d6df1d2
Merge pull request #329361 from SFrijters/arduino-cli-1.0.3
arduino-cli: 1.0.2 -> 1.0.3, clean up
2024-07-27 18:12:11 +02:00
Sigmanificient
dc692181af python312Packages.rauth: drop 2024-07-27 16:46:54 +02:00
Florian
d0c4194f7a
Merge pull request #325617 from Sigmanificient/gstools
python312Packages.gstools: init at 1.5.2; python312Packages.hankel: init at 1.2.2; python312Packages.pyevtk: init at 1.2.0
2024-07-27 16:31:29 +02:00
Martin Weinelt
6e7c87e6f3
flatbuffers_23: init at 23.5.26
Required at least for onnxruntime, which asserts hard on this version.
2024-07-27 15:30:21 +02:00
Sigmanificient
b7aa7ea446 gstools: init at 1.6.0 2024-07-27 15:10:16 +02:00
Emily
841556cfb5 python3Packages.nose-warnings-filters: drop 2024-07-27 13:43:59 +01:00