From noreply at github.com Mon Nov 15 00:59:04 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 21:59:04 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8fca59: lua 5.3.6 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8fca59bc995c526a6ecbdc6cbc537bdc12b29095 https://github.com/MidnightBSD/src/commit/8fca59bc995c526a6ecbdc6cbc537bdc12b29095 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M contrib/lua/Makefile M contrib/lua/README M contrib/lua/doc/contents.html M contrib/lua/doc/manual.html M contrib/lua/doc/readme.html M contrib/lua/src/Makefile M contrib/lua/src/lapi.c M contrib/lua/src/lauxlib.c M contrib/lua/src/lcode.c M contrib/lua/src/ldebug.c M contrib/lua/src/liolib.c M contrib/lua/src/llex.c M contrib/lua/src/lobject.c M contrib/lua/src/lparser.c M contrib/lua/src/lua.h M contrib/lua/src/luaconf.h.dist M contrib/lua/src/lundump.c Log Message: ----------- lua 5.3.6 Commit: 0399991c563567628ff029acc5da1e47b3c0b929 https://github.com/MidnightBSD/src/commit/0399991c563567628ff029acc5da1e47b3c0b929 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M UPDATING Log Message: ----------- update lua Compare: https://github.com/MidnightBSD/src/compare/7107256a28df...0399991c5635 From noreply at github.com Mon Nov 15 01:01:19 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:01:19 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] de228d: revert Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: de228d24fc13c511c8ddff36208dc72ae2ade8e1 https://github.com/MidnightBSD/src/commit/de228d24fc13c511c8ddff36208dc72ae2ade8e1 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M lib/libucl/Makefile M share/mk/bsd.libnames.mk Log Message: ----------- revert From noreply at github.com Mon Nov 15 01:16:08 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:16:08 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] a4485b: A vulnerability was discovered in how wpa_supplica... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: a4485b0530ad002fcf11afd9935f0bf3d6e96e1f https://github.com/MidnightBSD/src/commit/a4485b0530ad002fcf11afd9935f0bf3d6e96e1f Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M contrib/wpa/src/p2p/p2p_pd.c Log Message: ----------- A vulnerability was discovered in how wpa_supplicant processes P2P (Wi-Fi Direct) provision discovery requests. Under a corner case condition, an invalid Provision Discovery Request frame could end up reaching a state where the oldest peer entry needs to be removed. With a suitably constructed invalid frame, this could result in use (read+write) of freed memory. This can result in an attacker within radio range of the device running P2P discovery being able to cause unexpected behavior, including termination of the wpa_supplicant process and potentially code execution. From noreply at github.com Mon Nov 15 01:18:50 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:18:50 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f90da2: A vulnerability was discovered in how wpa_supplica... Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: f90da209f1b3544ce5b6a99f314d26372ab09c3a https://github.com/MidnightBSD/src/commit/f90da209f1b3544ce5b6a99f314d26372ab09c3a Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M contrib/wpa/src/p2p/p2p_pd.c Log Message: ----------- A vulnerability was discovered in how wpa_supplicant processes P2P (Wi-Fi Direct) provision discovery requests. Under a corner case condition, an invalid Provision Discovery Request frame could end up reaching a state where the oldest peer entry needs to be removed. With a suitably constructed invalid frame, this could result in use (read+write) of freed memory. This can result in an attacker within radio range of the device running P2P discovery being able to cause unexpected behavior, including termination of the wpa_supplicant process and potentially code execution. From noreply at github.com Mon Nov 15 01:35:05 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:35:05 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1d69c9: Fix CLEAR_HASH macro to be usable as a single stat... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 1d69c9589099efabde38515e2aa78da60e8f7f2b https://github.com/MidnightBSD/src/commit/1d69c9589099efabde38515e2aa78da60e8f7f2b Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M sys/contrib/zlib/deflate.c M sys/contrib/zlib/gzlib.c M sys/contrib/zlib/gzread.c M sys/contrib/zlib/gzwrite.c M sys/contrib/zlib/inflate.c M sys/contrib/zlib/zconf.h Log Message: ----------- Fix CLEAR_HASH macro to be usable as a single statement. Fix a security issue in inflate.c From noreply at github.com Mon Nov 15 01:43:15 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:43:15 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 22c363: The function make_relative_prefix_1 does not prope... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 22c363e3e184f8302282a2cc1d99a3110830bbd8 https://github.com/MidnightBSD/src/commit/22c363e3e184f8302282a2cc1d99a3110830bbd8 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M contrib/binutils/libiberty/make-relative-prefix.c Log Message: ----------- The function make_relative_prefix_1 does not properly free locally allocated memory when it returns early. Free the memory associated with the variables full_programe, bin_dirs, prog_dirs, and prefix_dirs when the function returns early. Obtained from: FreeBSD From noreply at github.com Mon Nov 15 01:45:42 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 22:45:42 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 915126: add sctp support from FreeBSD Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 915126d9829a83a191f7a8e0d321ad9fc1caac79 https://github.com/MidnightBSD/src/commit/915126d9829a83a191f7a8e0d321ad9fc1caac79 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M contrib/netcat/nc.1 M contrib/netcat/netcat.c Log Message: ----------- add sctp support from FreeBSD From noreply at github.com Mon Nov 15 02:36:56 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 23:36:56 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5241da: add path Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 5241daf00d27e15768fca0d6f7da6fbf0a1ace95 https://github.com/MidnightBSD/src/commit/5241daf00d27e15768fca0d6f7da6fbf0a1ace95 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M lib/libmport/Makefile Log Message: ----------- add path From noreply at github.com Mon Nov 15 02:37:47 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 23:37:47 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0b708a: move back Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 0b708a70712da01ec1874937cfc15833185580f0 https://github.com/MidnightBSD/src/commit/0b708a70712da01ec1874937cfc15833185580f0 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M lib/Makefile Log Message: ----------- move back From noreply at github.com Mon Nov 15 02:38:27 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 23:38:27 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 16ad41: fix dependency list. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 16ad4133eb519dafc822edf82000586bb10d9745 https://github.com/MidnightBSD/src/commit/16ad4133eb519dafc822edf82000586bb10d9745 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M lib/Makefile Log Message: ----------- fix dependency list. From noreply at github.com Mon Nov 15 02:40:17 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 23:40:17 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] a012ea: revert Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: a012ea9a7d389348f9b8850d1d767f4fe1091ef9 https://github.com/MidnightBSD/src/commit/a012ea9a7d389348f9b8850d1d767f4fe1091ef9 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M share/mk/src.libnames.mk Log Message: ----------- revert From noreply at github.com Mon Nov 15 02:47:18 2021 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Nov 2021 23:47:18 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d5dddf: don't scan everything, just currently supported Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: d5dddfe8deb544a8bd38ba4ce37eb5d8a460d8e5 https://github.com/MidnightBSD/src/commit/d5dddfe8deb544a8bd38ba4ce37eb5d8a460d8e5 Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M .whitesource Log Message: ----------- don't scan everything, just currently supported From noreply at github.com Mon Nov 15 09:16:56 2021 From: noreply at github.com (Lucas Holt) Date: Mon, 15 Nov 2021 06:16:56 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 38903c: update to latest database from https://pci-ids.ucw.cz Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 38903cc9cf37c43b1c5306edc5a26fe4913dca9e https://github.com/MidnightBSD/src/commit/38903cc9cf37c43b1c5306edc5a26fe4913dca9e Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M share/misc/pci_vendors Log Message: ----------- update to latest database from https://pci-ids.ucw.cz From noreply at github.com Mon Nov 15 09:17:22 2021 From: noreply at github.com (Lucas Holt) Date: Mon, 15 Nov 2021 06:17:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0cf131: update to latest database from https://pci-ids.ucw.cz Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 0cf131a56922714e61a5522190246b4963b8e54d https://github.com/MidnightBSD/src/commit/0cf131a56922714e61a5522190246b4963b8e54d Author: Lucas Holt Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M share/misc/pci_vendors Log Message: ----------- update to latest database from https://pci-ids.ucw.cz