From noreply at github.com Tue Mar 15 15:43:18 2022 From: noreply at github.com (Lucas Holt) Date: Tue, 15 Mar 2022 12:43:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 729bab: Fix an openssl vulnerability. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 729babff0a240e96085684ddbe4ffe1dadb72efe https://github.com/MidnightBSD/src/commit/729babff0a240e96085684ddbe4ffe1dadb72efe Author: Lucas Holt Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M crypto/openssl/crypto/bn/bn_sqrt.c M crypto/openssl/doc/man3/BN_add.pod Log Message: ----------- Fix an openssl vulnerability. The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. This function is used when parsing certificates that contain certain forms of elliptic curves. A specially crafted certificate with invalid explicit curve parameters may trigger an infinite loop, leading to a denial of service. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may be affected. From noreply at github.com Tue Mar 15 15:49:44 2022 From: noreply at github.com (Lucas Holt) Date: Tue, 15 Mar 2022 12:49:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 24af82: The paper "Fragment and Forge: Breaking Wi-Fi Thro... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 24af8208f3c41c99fa1fa9b6dbff6a0cbe701b43 https://github.com/MidnightBSD/src/commit/24af8208f3c41c99fa1fa9b6dbff6a0cbe701b43 Author: Lucas Holt Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M sys/net80211/ieee80211_adhoc.c M sys/net80211/ieee80211_hostap.c M sys/net80211/ieee80211_input.c M sys/net80211/ieee80211_input.h M sys/net80211/ieee80211_ioctl.c M sys/net80211/ieee80211_mesh.c M sys/net80211/ieee80211_node.c M sys/net80211/ieee80211_sta.c M sys/net80211/ieee80211_wds.c Log Message: ----------- The paper "Fragment and Forge: Breaking Wi-Fi Through Frame Aggregation and Fragmentation" reported a number of security vulnerabilities in 802.11 specificaiton related to frame aggregation and fragmentation. From noreply at github.com Tue Mar 15 15:55:47 2022 From: noreply at github.com (Lucas Holt) Date: Tue, 15 Mar 2022 12:55:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d4ad41: The BN_mod_sqrt() function, which computes a modul... Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: d4ad41327d276b979b383184bc37b18a9865c024 https://github.com/MidnightBSD/src/commit/d4ad41327d276b979b383184bc37b18a9865c024 Author: Lucas Holt Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M crypto/openssl/crypto/bn/bn_sqrt.c Log Message: ----------- The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. This function is used when parsing certificates that contain certain forms of elliptic curves. From noreply at github.com Tue Mar 15 17:18:46 2022 From: noreply at github.com (Lucas Holt) Date: Tue, 15 Mar 2022 14:18:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1d1676: The paper "Fragment and Forge: Breaking Wi-Fi Thro... Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 1d1676a6b231af51882be9f8abbbbac18c059f11 https://github.com/MidnightBSD/src/commit/1d1676a6b231af51882be9f8abbbbac18c059f11 Author: Lucas Holt Date: 2022-03-15 (Tue, 15 Mar 2022) Changed paths: M sys/net80211/ieee80211_adhoc.c M sys/net80211/ieee80211_hostap.c M sys/net80211/ieee80211_input.c M sys/net80211/ieee80211_input.h M sys/net80211/ieee80211_ioctl.c M sys/net80211/ieee80211_mesh.c M sys/net80211/ieee80211_node.c M sys/net80211/ieee80211_sta.c M sys/net80211/ieee80211_wds.c Log Message: ----------- The paper "Fragment and Forge: Breaking Wi-Fi Through Frame Aggregation and Fragmentation" reported a number of security vulnerabilities in 802.11 specificaiton related to frame aggregation and fragmentation. From noreply at github.com Wed Mar 16 08:08:37 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 16 Mar 2022 05:08:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] e31e9b: Fix some build issues Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: e31e9b88fa37e9ff90c044baf4429340f03c5583 https://github.com/MidnightBSD/src/commit/e31e9b88fa37e9ff90c044baf4429340f03c5583 Author: Lucas Holt Date: 2022-03-16 (Wed, 16 Mar 2022) Changed paths: M sys/net80211/ieee80211_adhoc.c M sys/net80211/ieee80211_hostap.c M sys/net80211/ieee80211_sta.c M sys/net80211/ieee80211_wds.c Log Message: ----------- Fix some build issues From noreply at github.com Wed Mar 16 08:09:49 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 16 Mar 2022 05:09:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 108cdd: Fix some build issues Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 108cdd4b6ef5f9be5a971003450cb6cbf39af978 https://github.com/MidnightBSD/src/commit/108cdd4b6ef5f9be5a971003450cb6cbf39af978 Author: Lucas Holt Date: 2022-03-16 (Wed, 16 Mar 2022) Changed paths: M sys/net80211/ieee80211_adhoc.c M sys/net80211/ieee80211_hostap.c M sys/net80211/ieee80211_sta.c M sys/net80211/ieee80211_wds.c Log Message: ----------- Fix some build issues From noreply at github.com Sun Mar 20 15:20:44 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 20 Mar 2022 12:20:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0feeec: tzdata 2022a Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 0feeec871c34c252ebe82330655541ad9aee8a63 https://github.com/MidnightBSD/src/commit/0feeec871c34c252ebe82330655541ad9aee8a63 Author: Lucas Holt Date: 2022-03-20 (Sun, 20 Mar 2022) Changed paths: M contrib/tzdata/CONTRIBUTING M contrib/tzdata/Makefile M contrib/tzdata/NEWS A contrib/tzdata/SECURITY M contrib/tzdata/africa M contrib/tzdata/antarctica M contrib/tzdata/asia M contrib/tzdata/australasia M contrib/tzdata/backward M contrib/tzdata/backzone M contrib/tzdata/checktab.awk M contrib/tzdata/europe M contrib/tzdata/leap-seconds.list M contrib/tzdata/leapseconds M contrib/tzdata/northamerica M contrib/tzdata/southamerica M contrib/tzdata/theory.html M contrib/tzdata/version M contrib/tzdata/ziguard.awk M contrib/tzdata/zone.tab M contrib/tzdata/zone1970.tab Log Message: ----------- tzdata 2022a From noreply at github.com Sun Mar 20 15:23:37 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 20 Mar 2022 12:23:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] e4d74e: tzdata 2022a Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: e4d74e674223e62931d0647d3e2a3c5182701968 https://github.com/MidnightBSD/src/commit/e4d74e674223e62931d0647d3e2a3c5182701968 Author: Lucas Holt Date: 2022-03-20 (Sun, 20 Mar 2022) Changed paths: M contrib/tzdata/CONTRIBUTING M contrib/tzdata/Makefile M contrib/tzdata/NEWS A contrib/tzdata/SECURITY M contrib/tzdata/africa M contrib/tzdata/antarctica M contrib/tzdata/asia M contrib/tzdata/australasia M contrib/tzdata/backward M contrib/tzdata/backzone M contrib/tzdata/checktab.awk M contrib/tzdata/europe M contrib/tzdata/leap-seconds.list M contrib/tzdata/leapseconds M contrib/tzdata/northamerica M contrib/tzdata/southamerica M contrib/tzdata/theory.html M contrib/tzdata/version M contrib/tzdata/ziguard.awk M contrib/tzdata/zone.tab M contrib/tzdata/zone1970.tab Log Message: ----------- tzdata 2022a Commit: 42ad8fbddd62c1e9a569ce4bb05daef13899738a https://github.com/MidnightBSD/src/commit/42ad8fbddd62c1e9a569ce4bb05daef13899738a Author: Lucas Holt Date: 2022-03-20 (Sun, 20 Mar 2022) Changed paths: M UPDATING M sys/conf/newvers.sh Log Message: ----------- document changes. bump OS version Compare: https://github.com/MidnightBSD/src/compare/e31e9b88fa37...42ad8fbddd62 From noreply at github.com Sun Mar 20 15:24:33 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 20 Mar 2022 12:24:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 3f09d4: document recent changes. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 3f09d4d92c7fbe0e0917b86d7c69c1c33c99f3e2 https://github.com/MidnightBSD/src/commit/3f09d4d92c7fbe0e0917b86d7c69c1c33c99f3e2 Author: Lucas Holt Date: 2022-03-20 (Sun, 20 Mar 2022) Changed paths: M UPDATING Log Message: ----------- document recent changes. From noreply at github.com Sun Mar 20 15:26:10 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 20 Mar 2022 12:26:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/2.1.6 Home: https://github.com/MidnightBSD/src