From noreply at github.com Mon Feb 6 16:44:41 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 06 Feb 2023 13:44:41 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 34f346: fix order Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 34f3463546b704b0b8ce1fc2b742aa0dae0e1577 https://github.com/MidnightBSD/src/commit/34f3463546b704b0b8ce1fc2b742aa0dae0e1577 Author: Lucas Holt Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M sbin/devfs/devfs.c Log Message: ----------- fix order From noreply at github.com Mon Feb 6 16:49:15 2023 From: noreply at github.com (Lucas Holt) Date: Mon, 06 Feb 2023 13:49:15 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] adbf26: update usb device support to include several USB c... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: adbf268def7657dfded25d0108f3f0c8bf0b5ee5 https://github.com/MidnightBSD/src/commit/adbf268def7657dfded25d0108f3f0c8bf0b5ee5 Author: Lucas Holt Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M sys/dev/usb/net/if_muge.c M sys/dev/usb/net/if_smsc.c M sys/dev/usb/serial/u3g.c M sys/dev/usb/serial/uftdi.c M sys/dev/usb/serial/umcs.c M sys/dev/usb/serial/umodem.c M sys/dev/usb/serial/usb_serial.c M sys/dev/usb/usb_busdma.c M sys/dev/usb/usb_request.c M sys/dev/usb/usbdevs Log Message: ----------- update usb device support to include several USB cell modems . fix some comments and handle some sketchy devices. Obtained from: FreeBSD 12-stable (today) From noreply at github.com Wed Feb 8 14:47:22 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 08 Feb 2023 11:47:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d3dc89: Intel 82599 hardware has errata related to IPv4 UD... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: d3dc895b1ab0b40b68960a288b16b89593bb69ab https://github.com/MidnightBSD/src/commit/d3dc895b1ab0b40b68960a288b16b89593bb69ab Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M sys/dev/ixgbe/if_ix.c Log Message: ----------- Intel 82599 hardware has errata related to IPv4 UDP frames with a zero checksum. The L4 integrity error counter is incremented for such frames, which results in reported interface errors through utilities such as ifconfig(8). This confuses users, since all frames are in fact handled correctly by the system. Obtained from: FreeBSD Commit: 5566df5fd1681f29f1995c0bd04a05ad8a32fe83 https://github.com/MidnightBSD/src/commit/5566df5fd1681f29f1995c0bd04a05ad8a32fe83 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M lib/geom/eli/geom_eli.c Log Message: ----------- When GELI reads a key file from a standard input, it doesn't store it anywhere. If the user tries to initialize multiple providers at once, for the second and subsequent devices the standard input stream will be already empty. In this case, GELI silently uses a NULL key as the user key file. If the user used only a key file without a user passphrase, the master key was encrypted with an empty key file. This might not be noticed if the devices were also decrypted in a batch operation. Obtained from: FreeBSD Commit: d819d4860b2f9f3e3178317388734d5f7b09551f https://github.com/MidnightBSD/src/commit/d819d4860b2f9f3e3178317388734d5f7b09551f Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M contrib/tzdata/Makefile M contrib/tzdata/NEWS M contrib/tzdata/africa M contrib/tzdata/asia M contrib/tzdata/backward M contrib/tzdata/backzone M contrib/tzdata/europe M contrib/tzdata/northamerica M contrib/tzdata/southamerica M contrib/tzdata/theory.html M contrib/tzdata/version M contrib/tzdata/zone.tab M contrib/tzdata/zone1970.tab M tools/build/mk/OptionalObsoleteFiles.inc Log Message: ----------- tzdata 2022g Commit: 4852c85d349c618933eca63c5b088299ae7db8d9 https://github.com/MidnightBSD/src/commit/4852c85d349c618933eca63c5b088299ae7db8d9 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M UPDATING Log Message: ----------- document security patch Compare: https://github.com/MidnightBSD/src/compare/adbf268def76...4852c85d349c From noreply at github.com Wed Feb 8 14:48:10 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 08 Feb 2023 11:48:10 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 22af48: Intel 82599 hardware has errata related to IPv4 UD... Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 22af48eba8b01a93c24a9f2870654ddf5d8a9a26 https://github.com/MidnightBSD/src/commit/22af48eba8b01a93c24a9f2870654ddf5d8a9a26 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M sys/dev/ixgbe/if_ix.c Log Message: ----------- Intel 82599 hardware has errata related to IPv4 UDP frames with a zero checksum. The L4 integrity error counter is incremented for such frames, which results in reported interface errors through utilities such as ifconfig(8). This confuses users, since all frames are in fact handled correctly by the system. Obtained from: FreeBSD Commit: ac8ca9c72c12581e54ef3598b967e2d0ee1d2bd3 https://github.com/MidnightBSD/src/commit/ac8ca9c72c12581e54ef3598b967e2d0ee1d2bd3 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M lib/geom/eli/geom_eli.c Log Message: ----------- When GELI reads a key file from a standard input, it doesn't store it anywhere. If the user tries to initialize multiple providers at once, for the second and subsequent devices the standard input stream will be already empty. In this case, GELI silently uses a NULL key as the user key file. If the user used only a key file without a user passphrase, the master key was encrypted with an empty key file. This might not be noticed if the devices were also decrypted in a batch operation. Obtained from: FreeBSD Commit: 28212c41c31436ddf6012e88f177ee0988e18aaa https://github.com/MidnightBSD/src/commit/28212c41c31436ddf6012e88f177ee0988e18aaa Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M contrib/tzdata/Makefile M contrib/tzdata/NEWS M contrib/tzdata/africa M contrib/tzdata/asia M contrib/tzdata/backward M contrib/tzdata/backzone M contrib/tzdata/europe M contrib/tzdata/northamerica M contrib/tzdata/southamerica M contrib/tzdata/theory.html M contrib/tzdata/version M contrib/tzdata/zone.tab M contrib/tzdata/zone1970.tab M tools/build/mk/OptionalObsoleteFiles.inc Log Message: ----------- tzdata 2022g Compare: https://github.com/MidnightBSD/src/compare/c523ad21591b...28212c41c314 From noreply at github.com Wed Feb 8 14:49:10 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 08 Feb 2023 11:49:10 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0af282: document fixes Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 0af28293ecb4a1e985e19c6a95ecafec44cc7e2d https://github.com/MidnightBSD/src/commit/0af28293ecb4a1e985e19c6a95ecafec44cc7e2d Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M UPDATING Log Message: ----------- document fixes From noreply at github.com Wed Feb 8 14:53:36 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 08 Feb 2023 11:53:36 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 855e68: tzdata 2022g Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 855e6868ae52e14fe5d790479044442f3069a058 https://github.com/MidnightBSD/src/commit/855e6868ae52e14fe5d790479044442f3069a058 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M contrib/tzdata/Makefile M contrib/tzdata/NEWS M contrib/tzdata/africa M contrib/tzdata/asia M contrib/tzdata/backward M contrib/tzdata/backzone R contrib/tzdata/etcetera.rej M contrib/tzdata/europe M contrib/tzdata/northamerica M contrib/tzdata/southamerica M contrib/tzdata/theory.html M contrib/tzdata/version M contrib/tzdata/zone.tab M contrib/tzdata/zone1970.tab M tools/build/mk/OptionalObsoleteFiles.inc Log Message: ----------- tzdata 2022g Commit: ee78cd52e08e9321a0053563b1fe00c203d46058 https://github.com/MidnightBSD/src/commit/ee78cd52e08e9321a0053563b1fe00c203d46058 Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M UPDATING Log Message: ----------- 2022g Compare: https://github.com/MidnightBSD/src/compare/87a030434055...ee78cd52e08e From noreply at github.com Wed Feb 8 14:54:47 2023 From: noreply at github.com (Lucas Holt) Date: Wed, 08 Feb 2023 11:54:47 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 36adc2: 2.2.7 version. Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 36adc2feb14950fc6b05d0fe72c8d92a050245bb https://github.com/MidnightBSD/src/commit/36adc2feb14950fc6b05d0fe72c8d92a050245bb Author: Lucas Holt Date: 2023-02-08 (Wed, 08 Feb 2023) Changed paths: M sys/conf/newvers.sh Log Message: ----------- 2.2.7 version. From noreply at github.com Sun Feb 12 13:33:43 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:33:43 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/sqlite3/dist/3.40.1 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:33:44 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:33:44 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 27563a: sqlite 3.40.1 Message-ID: Branch: refs/heads/vendor/sqlite3/dist Home: https://github.com/MidnightBSD/src Commit: 27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 https://github.com/MidnightBSD/src/commit/27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M configure M configure.ac M ltmain.sh M shell.c M sqlite3.c M sqlite3.h M sqlite3rc.h R tea/Makefile.in R tea/README R tea/aclocal.m4 R tea/configure R tea/configure.ac R tea/doc/sqlite3.n R tea/generic/tclsqlite3.c R tea/license.terms R tea/pkgIndex.tcl.in R tea/tclconfig/install-sh R tea/tclconfig/tcl.m4 R tea/win/makefile.vc R tea/win/nmakehlp.c R tea/win/rules.vc Log Message: ----------- sqlite 3.40.1 From noreply at github.com Sun Feb 12 13:35:03 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:35:03 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 27563a: sqlite 3.40.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 https://github.com/MidnightBSD/src/commit/27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M configure M configure.ac M ltmain.sh M shell.c M sqlite3.c M sqlite3.h M sqlite3rc.h R tea/Makefile.in R tea/README R tea/aclocal.m4 R tea/configure R tea/configure.ac R tea/doc/sqlite3.n R tea/generic/tclsqlite3.c R tea/license.terms R tea/pkgIndex.tcl.in R tea/tclconfig/install-sh R tea/tclconfig/tcl.m4 R tea/win/makefile.vc R tea/win/nmakehlp.c R tea/win/rules.vc Log Message: ----------- sqlite 3.40.1 Commit: 9fa7b31021f3f9d7e39374ea40c4133fc1f440ed https://github.com/MidnightBSD/src/commit/9fa7b31021f3f9d7e39374ea40c4133fc1f440ed Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/sqlite3/configure M contrib/sqlite3/configure.ac M contrib/sqlite3/ltmain.sh M contrib/sqlite3/shell.c M contrib/sqlite3/sqlite3.c M contrib/sqlite3/sqlite3.h M contrib/sqlite3/sqlite3rc.h R contrib/sqlite3/tea/Makefile.in R contrib/sqlite3/tea/README R contrib/sqlite3/tea/aclocal.m4 R contrib/sqlite3/tea/configure R contrib/sqlite3/tea/configure.ac R contrib/sqlite3/tea/doc/sqlite3.n R contrib/sqlite3/tea/generic/tclsqlite3.c R contrib/sqlite3/tea/license.terms R contrib/sqlite3/tea/pkgIndex.tcl.in R contrib/sqlite3/tea/tclconfig/install-sh R contrib/sqlite3/tea/tclconfig/tcl.m4 R contrib/sqlite3/tea/win/makefile.vc R contrib/sqlite3/tea/win/nmakehlp.c R contrib/sqlite3/tea/win/rules.vc Log Message: ----------- Merge commit '27563a69bf3cb56a5b2a3adf61dbecfb7de93b49' Commit: 9fb6ecf67515c13f0976b3bfd5e49caee4ad1a9f https://github.com/MidnightBSD/src/commit/9fb6ecf67515c13f0976b3bfd5e49caee4ad1a9f Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/sqlite3/sqlite3.pc Log Message: ----------- 3.40.1 Compare: https://github.com/MidnightBSD/src/compare/4852c85d349c...9fb6ecf67515 From noreply at github.com Sun Feb 12 13:36:04 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:36:04 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 27563a: sqlite 3.40.1 Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 https://github.com/MidnightBSD/src/commit/27563a69bf3cb56a5b2a3adf61dbecfb7de93b49 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M configure M configure.ac M ltmain.sh M shell.c M sqlite3.c M sqlite3.h M sqlite3rc.h R tea/Makefile.in R tea/README R tea/aclocal.m4 R tea/configure R tea/configure.ac R tea/doc/sqlite3.n R tea/generic/tclsqlite3.c R tea/license.terms R tea/pkgIndex.tcl.in R tea/tclconfig/install-sh R tea/tclconfig/tcl.m4 R tea/win/makefile.vc R tea/win/nmakehlp.c R tea/win/rules.vc Log Message: ----------- sqlite 3.40.1 Commit: 0a8cd19f22cf001756fc5c36d47e57f26efe1f08 https://github.com/MidnightBSD/src/commit/0a8cd19f22cf001756fc5c36d47e57f26efe1f08 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/sqlite3/configure M contrib/sqlite3/configure.ac M contrib/sqlite3/ltmain.sh M contrib/sqlite3/shell.c M contrib/sqlite3/sqlite3.c M contrib/sqlite3/sqlite3.h M contrib/sqlite3/sqlite3rc.h R contrib/sqlite3/tea/Makefile.in R contrib/sqlite3/tea/README R contrib/sqlite3/tea/aclocal.m4 R contrib/sqlite3/tea/configure R contrib/sqlite3/tea/configure.ac R contrib/sqlite3/tea/doc/sqlite3.n R contrib/sqlite3/tea/generic/tclsqlite3.c R contrib/sqlite3/tea/license.terms R contrib/sqlite3/tea/pkgIndex.tcl.in R contrib/sqlite3/tea/tclconfig/install-sh R contrib/sqlite3/tea/tclconfig/tcl.m4 R contrib/sqlite3/tea/win/makefile.vc R contrib/sqlite3/tea/win/nmakehlp.c R contrib/sqlite3/tea/win/rules.vc Log Message: ----------- Merge commit '27563a69bf3cb56a5b2a3adf61dbecfb7de93b49' into stable/3.0 Commit: c1d3e3649f5d9bd0f441869e15c2597531df4824 https://github.com/MidnightBSD/src/commit/c1d3e3649f5d9bd0f441869e15c2597531df4824 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/sqlite3/sqlite3.pc Log Message: ----------- 3.40.1 Compare: https://github.com/MidnightBSD/src/compare/0af28293ecb4...c1d3e3649f5d From noreply at github.com Sun Feb 12 13:36:54 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:36:54 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 494945: sqlite3 Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 4949459c5ce5a591c9c8e75faf75e5460abc9e1d https://github.com/MidnightBSD/src/commit/4949459c5ce5a591c9c8e75faf75e5460abc9e1d Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- sqlite3 From noreply at github.com Sun Feb 12 13:37:29 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:37:29 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 4c1a90: 3.40.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 4c1a908946681da45a96de9db18983b0f1f9e7a9 https://github.com/MidnightBSD/src/commit/4c1a908946681da45a96de9db18983b0f1f9e7a9 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- 3.40.1 From noreply at github.com Sun Feb 12 13:48:03 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:48:03 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/less/dist/v530 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:48:04 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:48:04 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 39a6ed: less 551 Message-ID: Branch: refs/heads/vendor/less/dist Home: https://github.com/MidnightBSD/src Commit: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e https://github.com/MidnightBSD/src/commit/39a6edcdea46cdf8686e6f747e099d6cedb1c67e Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M LICENSE M Makefile.aut M Makefile.dsg M Makefile.in M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M compose.uni M configure M configure.ac M cvt.c M decode.c M defines.ds A defines.h M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c R mkfuncs.awk A mkfuncs.pl R mkhelp.c A mkhelp.pl M mkinstalldirs M mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M ubin.uni M version.c M wide.uni Log Message: ----------- less 551 From noreply at github.com Sun Feb 12 13:48:04 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:48:04 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/less/dist/v551 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:49:57 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:49:57 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/less/dist/v458 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:51:01 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:51:01 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/less/dist/v436 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:52:26 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:52:26 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/vendor/less/394 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:52:33 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:52:33 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/vendor/less/416 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:52:39 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:52:39 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/vendor/less/436 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:52:44 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:52:44 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/vendor/less/458 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:52:51 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:52:51 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/vendor/less/530 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 13:56:49 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 10:56:49 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 203541: Move less to dist dir Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 203541632f978b9330f0040facee378b9bc08633 https://github.com/MidnightBSD/src/commit/203541632f978b9330f0040facee378b9bc08633 Author: Lucas Holt Date: 2013-11-30 (Sat, 30 Nov 2013) Changed paths: A .gitattributes A COPYING A INSTALL A LICENSE A Makefile.aut A Makefile.dsb A Makefile.dsg A Makefile.dsu A Makefile.in A Makefile.o2e A Makefile.o9c A Makefile.o9u A Makefile.wnb A Makefile.wnm A NEWS A README A brac.c A ch.c A charset.c A charset.h A cmd.h A cmdbuf.c A command.c A configure A configure.ac A cvt.c A decode.c A defines.ds A defines.h.in A defines.o2 A defines.o9 A defines.wn A edit.c A filename.c A forwback.c A funcs.h A help.c A ifile.c A input.c A install.sh A jump.c A less.h A less.hlp A less.man A less.nro A lessecho.c A lessecho.man A lessecho.nro A lesskey.c A lesskey.h A lesskey.man A lesskey.nro A lglob.h A line.c A linenum.c A lsystem.c A main.c A mark.c A mkfuncs.awk A mkhelp.c A mkinstalldirs A optfunc.c A option.c A option.h A opttbl.c A os.c A output.c A pattern.c A pattern.h A pckeys.h A position.c A position.h A prompt.c A regexp.c A regexp.h A screen.c A scrsize.c A search.c A signal.c A tags.c A ttyin.c A version.c Log Message: ----------- Move less to dist dir Commit: 7351fba3b1f7b1fb1337ca346fd4a26847514af3 https://github.com/MidnightBSD/src/commit/7351fba3b1f7b1fb1337ca346fd4a26847514af3 Author: Lucas Holt Date: 2013-12-01 (Sun, 01 Dec 2013) Changed paths: M LICENSE M Makefile.aut M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M configure M configure.ac M cvt.c M decode.c M defines.ds M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkhelp.c M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M version.c Log Message: ----------- Import less v458 Commit: 530eaaa9d65fc06d1f152565273261d236fb99a6 https://github.com/MidnightBSD/src/commit/530eaaa9d65fc06d1f152565273261d236fb99a6 Author: Lucas Holt Date: 2018-07-06 (Fri, 06 Jul 2018) Changed paths: M .gitattributes M LICENSE M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c A compose.uni M cvt.c M decode.c M edit.c M filename.c A fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M install.sh M jump.c M less.h M less.hlp M less.nro M lessecho.c M lessecho.nro M lesskey.c M lesskey.h M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkinstalldirs A mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M regexp.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c A ubin.uni M version.c A wide.uni Log Message: ----------- less 530 Commit: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e https://github.com/MidnightBSD/src/commit/39a6edcdea46cdf8686e6f747e099d6cedb1c67e Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M LICENSE M Makefile.aut M Makefile.dsg M Makefile.in M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M compose.uni M configure M configure.ac M cvt.c M decode.c M defines.ds A defines.h M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c R mkfuncs.awk A mkfuncs.pl R mkhelp.c A mkhelp.pl M mkinstalldirs M mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M ubin.uni M version.c M wide.uni Log Message: ----------- less 551 Commit: 6042add7768f99b31a6e7cc4f769772b030b3a97 https://github.com/MidnightBSD/src/commit/6042add7768f99b31a6e7cc4f769772b030b3a97 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: R contrib/less/INSTALL R contrib/less/LICENSE R contrib/less/NEWS R contrib/less/README R contrib/less/brac.c R contrib/less/ch.c R contrib/less/charset.c R contrib/less/charset.h R contrib/less/cmd.h R contrib/less/cmdbuf.c R contrib/less/command.c R contrib/less/compose.uni R contrib/less/cvt.c R contrib/less/decode.c R contrib/less/edit.c R contrib/less/filename.c R contrib/less/fmt.uni R contrib/less/forwback.c R contrib/less/funcs.h R contrib/less/help.c R contrib/less/ifile.c R contrib/less/input.c R contrib/less/jump.c R contrib/less/less.h R contrib/less/less.hlp R contrib/less/less.nro R contrib/less/lessecho.c R contrib/less/lessecho.nro R contrib/less/lesskey.c R contrib/less/lesskey.h R contrib/less/lesskey.nro R contrib/less/lglob.h R contrib/less/line.c R contrib/less/linenum.c R contrib/less/lsystem.c R contrib/less/main.c R contrib/less/mark.c R contrib/less/mkutable R contrib/less/optfunc.c R contrib/less/option.c R contrib/less/option.h R contrib/less/opttbl.c R contrib/less/os.c R contrib/less/output.c R contrib/less/pattern.c R contrib/less/pattern.h R contrib/less/pckeys.h R contrib/less/position.c R contrib/less/position.h R contrib/less/prompt.c R contrib/less/regexp.c R contrib/less/regexp.h R contrib/less/screen.c R contrib/less/scrsize.c R contrib/less/search.c R contrib/less/signal.c R contrib/less/tags.c R contrib/less/ttyin.c R contrib/less/ubin.uni R contrib/less/version.c R contrib/less/wide.uni Log Message: ----------- remove less 530 Commit: 6f5508ca96ba3e50e1337ff0bce26a2138cab8f6 https://github.com/MidnightBSD/src/commit/6f5508ca96ba3e50e1337ff0bce26a2138cab8f6 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: A contrib/less/.gitattributes A contrib/less/COPYING A contrib/less/INSTALL A contrib/less/LICENSE A contrib/less/Makefile.aut A contrib/less/Makefile.dsb A contrib/less/Makefile.dsg A contrib/less/Makefile.dsu A contrib/less/Makefile.in A contrib/less/Makefile.o2e A contrib/less/Makefile.o9c A contrib/less/Makefile.o9u A contrib/less/Makefile.wnb A contrib/less/Makefile.wnm A contrib/less/NEWS A contrib/less/README A contrib/less/brac.c A contrib/less/ch.c A contrib/less/charset.c A contrib/less/charset.h A contrib/less/cmd.h A contrib/less/cmdbuf.c A contrib/less/command.c A contrib/less/compose.uni A contrib/less/configure A contrib/less/configure.ac A contrib/less/cvt.c A contrib/less/decode.c A contrib/less/defines.ds A contrib/less/defines.h A contrib/less/defines.h.in A contrib/less/defines.o2 A contrib/less/defines.o9 A contrib/less/defines.wn A contrib/less/edit.c A contrib/less/filename.c A contrib/less/fmt.uni A contrib/less/forwback.c A contrib/less/funcs.h A contrib/less/help.c A contrib/less/ifile.c A contrib/less/input.c A contrib/less/install.sh A contrib/less/jump.c A contrib/less/less.h A contrib/less/less.hlp A contrib/less/less.man A contrib/less/less.nro A contrib/less/lessecho.c A contrib/less/lessecho.man A contrib/less/lessecho.nro A contrib/less/lesskey.c A contrib/less/lesskey.h A contrib/less/lesskey.man A contrib/less/lesskey.nro A contrib/less/lglob.h A contrib/less/line.c A contrib/less/linenum.c A contrib/less/lsystem.c A contrib/less/main.c A contrib/less/mark.c A contrib/less/mkfuncs.pl A contrib/less/mkhelp.pl A contrib/less/mkinstalldirs A contrib/less/mkutable A contrib/less/optfunc.c A contrib/less/option.c A contrib/less/option.h A contrib/less/opttbl.c A contrib/less/os.c A contrib/less/output.c A contrib/less/pattern.c A contrib/less/pattern.h A contrib/less/pckeys.h A contrib/less/position.c A contrib/less/position.h A contrib/less/prompt.c A contrib/less/regexp.c A contrib/less/regexp.h A contrib/less/screen.c A contrib/less/scrsize.c A contrib/less/search.c A contrib/less/signal.c A contrib/less/tags.c A contrib/less/ttyin.c A contrib/less/ubin.uni A contrib/less/version.c A contrib/less/wide.uni Log Message: ----------- Add 'contrib/less/' from commit '39a6edcdea46cdf8686e6f747e099d6cedb1c67e' git-subtree-dir: contrib/less git-subtree-mainline: 6042add7768f99b31a6e7cc4f769772b030b3a97 git-subtree-split: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e Commit: 39a63ffb82d4c2c2338eb2d25e7f30344352d6bf https://github.com/MidnightBSD/src/commit/39a63ffb82d4c2c2338eb2d25e7f30344352d6bf Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- less 551 Compare: https://github.com/MidnightBSD/src/compare/4c1a90894668...39a63ffb82d4 From noreply at github.com Sun Feb 12 14:11:39 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:11:39 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 203541: Move less to dist dir Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 203541632f978b9330f0040facee378b9bc08633 https://github.com/MidnightBSD/src/commit/203541632f978b9330f0040facee378b9bc08633 Author: Lucas Holt Date: 2013-11-30 (Sat, 30 Nov 2013) Changed paths: A .gitattributes A COPYING A INSTALL A LICENSE A Makefile.aut A Makefile.dsb A Makefile.dsg A Makefile.dsu A Makefile.in A Makefile.o2e A Makefile.o9c A Makefile.o9u A Makefile.wnb A Makefile.wnm A NEWS A README A brac.c A ch.c A charset.c A charset.h A cmd.h A cmdbuf.c A command.c A configure A configure.ac A cvt.c A decode.c A defines.ds A defines.h.in A defines.o2 A defines.o9 A defines.wn A edit.c A filename.c A forwback.c A funcs.h A help.c A ifile.c A input.c A install.sh A jump.c A less.h A less.hlp A less.man A less.nro A lessecho.c A lessecho.man A lessecho.nro A lesskey.c A lesskey.h A lesskey.man A lesskey.nro A lglob.h A line.c A linenum.c A lsystem.c A main.c A mark.c A mkfuncs.awk A mkhelp.c A mkinstalldirs A optfunc.c A option.c A option.h A opttbl.c A os.c A output.c A pattern.c A pattern.h A pckeys.h A position.c A position.h A prompt.c A regexp.c A regexp.h A screen.c A scrsize.c A search.c A signal.c A tags.c A ttyin.c A version.c Log Message: ----------- Move less to dist dir Commit: 7351fba3b1f7b1fb1337ca346fd4a26847514af3 https://github.com/MidnightBSD/src/commit/7351fba3b1f7b1fb1337ca346fd4a26847514af3 Author: Lucas Holt Date: 2013-12-01 (Sun, 01 Dec 2013) Changed paths: M LICENSE M Makefile.aut M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M configure M configure.ac M cvt.c M decode.c M defines.ds M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkhelp.c M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M version.c Log Message: ----------- Import less v458 Commit: 530eaaa9d65fc06d1f152565273261d236fb99a6 https://github.com/MidnightBSD/src/commit/530eaaa9d65fc06d1f152565273261d236fb99a6 Author: Lucas Holt Date: 2018-07-06 (Fri, 06 Jul 2018) Changed paths: M .gitattributes M LICENSE M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c A compose.uni M cvt.c M decode.c M edit.c M filename.c A fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M install.sh M jump.c M less.h M less.hlp M less.nro M lessecho.c M lessecho.nro M lesskey.c M lesskey.h M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkinstalldirs A mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M regexp.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c A ubin.uni M version.c A wide.uni Log Message: ----------- less 530 Commit: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e https://github.com/MidnightBSD/src/commit/39a6edcdea46cdf8686e6f747e099d6cedb1c67e Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M LICENSE M Makefile.aut M Makefile.dsg M Makefile.in M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M compose.uni M configure M configure.ac M cvt.c M decode.c M defines.ds A defines.h M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c R mkfuncs.awk A mkfuncs.pl R mkhelp.c A mkhelp.pl M mkinstalldirs M mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M ubin.uni M version.c M wide.uni Log Message: ----------- less 551 Commit: 6ac6852d130a5b9bab95c195181fe7642f0869b2 https://github.com/MidnightBSD/src/commit/6ac6852d130a5b9bab95c195181fe7642f0869b2 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: R contrib/less/INSTALL R contrib/less/LICENSE R contrib/less/NEWS R contrib/less/README R contrib/less/brac.c R contrib/less/ch.c R contrib/less/charset.c R contrib/less/charset.h R contrib/less/cmd.h R contrib/less/cmdbuf.c R contrib/less/command.c R contrib/less/compose.uni R contrib/less/cvt.c R contrib/less/decode.c R contrib/less/edit.c R contrib/less/filename.c R contrib/less/fmt.uni R contrib/less/forwback.c R contrib/less/funcs.h R contrib/less/help.c R contrib/less/ifile.c R contrib/less/input.c R contrib/less/jump.c R contrib/less/less.h R contrib/less/less.hlp R contrib/less/less.nro R contrib/less/lessecho.c R contrib/less/lessecho.nro R contrib/less/lesskey.c R contrib/less/lesskey.h R contrib/less/lesskey.nro R contrib/less/lglob.h R contrib/less/line.c R contrib/less/linenum.c R contrib/less/lsystem.c R contrib/less/main.c R contrib/less/mark.c R contrib/less/mkutable R contrib/less/optfunc.c R contrib/less/option.c R contrib/less/option.h R contrib/less/opttbl.c R contrib/less/os.c R contrib/less/output.c R contrib/less/pattern.c R contrib/less/pattern.h R contrib/less/pckeys.h R contrib/less/position.c R contrib/less/position.h R contrib/less/prompt.c R contrib/less/regexp.c R contrib/less/regexp.h R contrib/less/screen.c R contrib/less/scrsize.c R contrib/less/search.c R contrib/less/signal.c R contrib/less/tags.c R contrib/less/ttyin.c R contrib/less/ubin.uni R contrib/less/version.c R contrib/less/wide.uni Log Message: ----------- remove less 530 Commit: fab866ecb0e67446bf6edd09d40b16e2ffd99ce0 https://github.com/MidnightBSD/src/commit/fab866ecb0e67446bf6edd09d40b16e2ffd99ce0 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: A contrib/less/.gitattributes A contrib/less/COPYING A contrib/less/INSTALL A contrib/less/LICENSE A contrib/less/Makefile.aut A contrib/less/Makefile.dsb A contrib/less/Makefile.dsg A contrib/less/Makefile.dsu A contrib/less/Makefile.in A contrib/less/Makefile.o2e A contrib/less/Makefile.o9c A contrib/less/Makefile.o9u A contrib/less/Makefile.wnb A contrib/less/Makefile.wnm A contrib/less/NEWS A contrib/less/README A contrib/less/brac.c A contrib/less/ch.c A contrib/less/charset.c A contrib/less/charset.h A contrib/less/cmd.h A contrib/less/cmdbuf.c A contrib/less/command.c A contrib/less/compose.uni A contrib/less/configure A contrib/less/configure.ac A contrib/less/cvt.c A contrib/less/decode.c A contrib/less/defines.ds A contrib/less/defines.h A contrib/less/defines.h.in A contrib/less/defines.o2 A contrib/less/defines.o9 A contrib/less/defines.wn A contrib/less/edit.c A contrib/less/filename.c A contrib/less/fmt.uni A contrib/less/forwback.c A contrib/less/funcs.h A contrib/less/help.c A contrib/less/ifile.c A contrib/less/input.c A contrib/less/install.sh A contrib/less/jump.c A contrib/less/less.h A contrib/less/less.hlp A contrib/less/less.man A contrib/less/less.nro A contrib/less/lessecho.c A contrib/less/lessecho.man A contrib/less/lessecho.nro A contrib/less/lesskey.c A contrib/less/lesskey.h A contrib/less/lesskey.man A contrib/less/lesskey.nro A contrib/less/lglob.h A contrib/less/line.c A contrib/less/linenum.c A contrib/less/lsystem.c A contrib/less/main.c A contrib/less/mark.c A contrib/less/mkfuncs.pl A contrib/less/mkhelp.pl A contrib/less/mkinstalldirs A contrib/less/mkutable A contrib/less/optfunc.c A contrib/less/option.c A contrib/less/option.h A contrib/less/opttbl.c A contrib/less/os.c A contrib/less/output.c A contrib/less/pattern.c A contrib/less/pattern.h A contrib/less/pckeys.h A contrib/less/position.c A contrib/less/position.h A contrib/less/prompt.c A contrib/less/regexp.c A contrib/less/regexp.h A contrib/less/screen.c A contrib/less/scrsize.c A contrib/less/search.c A contrib/less/signal.c A contrib/less/tags.c A contrib/less/ttyin.c A contrib/less/ubin.uni A contrib/less/version.c A contrib/less/wide.uni Log Message: ----------- Add 'contrib/less/' from commit '39a6edcdea46cdf8686e6f747e099d6cedb1c67e' git-subtree-dir: contrib/less git-subtree-mainline: 6ac6852d130a5b9bab95c195181fe7642f0869b2 git-subtree-split: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e Commit: c7689309b7ed8c73a0ad34ecba247bb0b6b37940 https://github.com/MidnightBSD/src/commit/c7689309b7ed8c73a0ad34ecba247bb0b6b37940 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- less 551 Compare: https://github.com/MidnightBSD/src/compare/4949459c5ce5...c7689309b7ed From noreply at github.com Sun Feb 12 14:14:53 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:14:53 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 203541: Move less to dist dir Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 203541632f978b9330f0040facee378b9bc08633 https://github.com/MidnightBSD/src/commit/203541632f978b9330f0040facee378b9bc08633 Author: Lucas Holt Date: 2013-11-30 (Sat, 30 Nov 2013) Changed paths: A .gitattributes A COPYING A INSTALL A LICENSE A Makefile.aut A Makefile.dsb A Makefile.dsg A Makefile.dsu A Makefile.in A Makefile.o2e A Makefile.o9c A Makefile.o9u A Makefile.wnb A Makefile.wnm A NEWS A README A brac.c A ch.c A charset.c A charset.h A cmd.h A cmdbuf.c A command.c A configure A configure.ac A cvt.c A decode.c A defines.ds A defines.h.in A defines.o2 A defines.o9 A defines.wn A edit.c A filename.c A forwback.c A funcs.h A help.c A ifile.c A input.c A install.sh A jump.c A less.h A less.hlp A less.man A less.nro A lessecho.c A lessecho.man A lessecho.nro A lesskey.c A lesskey.h A lesskey.man A lesskey.nro A lglob.h A line.c A linenum.c A lsystem.c A main.c A mark.c A mkfuncs.awk A mkhelp.c A mkinstalldirs A optfunc.c A option.c A option.h A opttbl.c A os.c A output.c A pattern.c A pattern.h A pckeys.h A position.c A position.h A prompt.c A regexp.c A regexp.h A screen.c A scrsize.c A search.c A signal.c A tags.c A ttyin.c A version.c Log Message: ----------- Move less to dist dir Commit: 7351fba3b1f7b1fb1337ca346fd4a26847514af3 https://github.com/MidnightBSD/src/commit/7351fba3b1f7b1fb1337ca346fd4a26847514af3 Author: Lucas Holt Date: 2013-12-01 (Sun, 01 Dec 2013) Changed paths: M LICENSE M Makefile.aut M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M configure M configure.ac M cvt.c M decode.c M defines.ds M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkhelp.c M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M version.c Log Message: ----------- Import less v458 Commit: 530eaaa9d65fc06d1f152565273261d236fb99a6 https://github.com/MidnightBSD/src/commit/530eaaa9d65fc06d1f152565273261d236fb99a6 Author: Lucas Holt Date: 2018-07-06 (Fri, 06 Jul 2018) Changed paths: M .gitattributes M LICENSE M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c A compose.uni M cvt.c M decode.c M edit.c M filename.c A fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M install.sh M jump.c M less.h M less.hlp M less.nro M lessecho.c M lessecho.nro M lesskey.c M lesskey.h M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c M mkinstalldirs A mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M regexp.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c A ubin.uni M version.c A wide.uni Log Message: ----------- less 530 Commit: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e https://github.com/MidnightBSD/src/commit/39a6edcdea46cdf8686e6f747e099d6cedb1c67e Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M LICENSE M Makefile.aut M Makefile.dsg M Makefile.in M Makefile.wnm M NEWS M README M brac.c M ch.c M charset.c M charset.h M cmd.h M cmdbuf.c M command.c M compose.uni M configure M configure.ac M cvt.c M decode.c M defines.ds A defines.h M defines.h.in M defines.o2 M defines.o9 M defines.wn M edit.c M filename.c M fmt.uni M forwback.c M funcs.h M help.c M ifile.c M input.c M jump.c M less.h M less.hlp M less.man M less.nro M lessecho.c M lessecho.man M lessecho.nro M lesskey.c M lesskey.h M lesskey.man M lesskey.nro M lglob.h M line.c M linenum.c M lsystem.c M main.c M mark.c R mkfuncs.awk A mkfuncs.pl R mkhelp.c A mkhelp.pl M mkinstalldirs M mkutable M optfunc.c M option.c M option.h M opttbl.c M os.c M output.c M pattern.c M pattern.h M pckeys.h M position.c M position.h M prompt.c M screen.c M scrsize.c M search.c M signal.c M tags.c M ttyin.c M ubin.uni M version.c M wide.uni Log Message: ----------- less 551 Commit: bd1725f18eac05ee236297fe5583190a4e424ada https://github.com/MidnightBSD/src/commit/bd1725f18eac05ee236297fe5583190a4e424ada Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: R contrib/less/INSTALL R contrib/less/LICENSE R contrib/less/NEWS R contrib/less/README R contrib/less/brac.c R contrib/less/ch.c R contrib/less/charset.c R contrib/less/charset.h R contrib/less/cmd.h R contrib/less/cmdbuf.c R contrib/less/command.c R contrib/less/compose.uni R contrib/less/cvt.c R contrib/less/decode.c R contrib/less/edit.c R contrib/less/filename.c R contrib/less/fmt.uni R contrib/less/forwback.c R contrib/less/funcs.h R contrib/less/help.c R contrib/less/ifile.c R contrib/less/input.c R contrib/less/jump.c R contrib/less/less.h R contrib/less/less.hlp R contrib/less/less.nro R contrib/less/lessecho.c R contrib/less/lessecho.nro R contrib/less/lesskey.c R contrib/less/lesskey.h R contrib/less/lesskey.nro R contrib/less/lglob.h R contrib/less/line.c R contrib/less/linenum.c R contrib/less/lsystem.c R contrib/less/main.c R contrib/less/mark.c R contrib/less/mkutable R contrib/less/optfunc.c R contrib/less/option.c R contrib/less/option.h R contrib/less/opttbl.c R contrib/less/os.c R contrib/less/output.c R contrib/less/pattern.c R contrib/less/pattern.h R contrib/less/pckeys.h R contrib/less/position.c R contrib/less/position.h R contrib/less/prompt.c R contrib/less/regexp.c R contrib/less/regexp.h R contrib/less/screen.c R contrib/less/scrsize.c R contrib/less/search.c R contrib/less/signal.c R contrib/less/tags.c R contrib/less/ttyin.c R contrib/less/ubin.uni R contrib/less/version.c R contrib/less/wide.uni Log Message: ----------- remove less 530 Commit: e02679219ed9c308d553a888b1131c61a0b411a0 https://github.com/MidnightBSD/src/commit/e02679219ed9c308d553a888b1131c61a0b411a0 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: A contrib/less/.gitattributes A contrib/less/COPYING A contrib/less/INSTALL A contrib/less/LICENSE A contrib/less/Makefile.aut A contrib/less/Makefile.dsb A contrib/less/Makefile.dsg A contrib/less/Makefile.dsu A contrib/less/Makefile.in A contrib/less/Makefile.o2e A contrib/less/Makefile.o9c A contrib/less/Makefile.o9u A contrib/less/Makefile.wnb A contrib/less/Makefile.wnm A contrib/less/NEWS A contrib/less/README A contrib/less/brac.c A contrib/less/ch.c A contrib/less/charset.c A contrib/less/charset.h A contrib/less/cmd.h A contrib/less/cmdbuf.c A contrib/less/command.c A contrib/less/compose.uni A contrib/less/configure A contrib/less/configure.ac A contrib/less/cvt.c A contrib/less/decode.c A contrib/less/defines.ds A contrib/less/defines.h A contrib/less/defines.h.in A contrib/less/defines.o2 A contrib/less/defines.o9 A contrib/less/defines.wn A contrib/less/edit.c A contrib/less/filename.c A contrib/less/fmt.uni A contrib/less/forwback.c A contrib/less/funcs.h A contrib/less/help.c A contrib/less/ifile.c A contrib/less/input.c A contrib/less/install.sh A contrib/less/jump.c A contrib/less/less.h A contrib/less/less.hlp A contrib/less/less.man A contrib/less/less.nro A contrib/less/lessecho.c A contrib/less/lessecho.man A contrib/less/lessecho.nro A contrib/less/lesskey.c A contrib/less/lesskey.h A contrib/less/lesskey.man A contrib/less/lesskey.nro A contrib/less/lglob.h A contrib/less/line.c A contrib/less/linenum.c A contrib/less/lsystem.c A contrib/less/main.c A contrib/less/mark.c A contrib/less/mkfuncs.pl A contrib/less/mkhelp.pl A contrib/less/mkinstalldirs A contrib/less/mkutable A contrib/less/optfunc.c A contrib/less/option.c A contrib/less/option.h A contrib/less/opttbl.c A contrib/less/os.c A contrib/less/output.c A contrib/less/pattern.c A contrib/less/pattern.h A contrib/less/pckeys.h A contrib/less/position.c A contrib/less/position.h A contrib/less/prompt.c A contrib/less/regexp.c A contrib/less/regexp.h A contrib/less/screen.c A contrib/less/scrsize.c A contrib/less/search.c A contrib/less/signal.c A contrib/less/tags.c A contrib/less/ttyin.c A contrib/less/ubin.uni A contrib/less/version.c A contrib/less/wide.uni Log Message: ----------- Add 'contrib/less/' from commit '39a6edcdea46cdf8686e6f747e099d6cedb1c67e' git-subtree-dir: contrib/less git-subtree-mainline: bd1725f18eac05ee236297fe5583190a4e424ada git-subtree-split: 39a6edcdea46cdf8686e6f747e099d6cedb1c67e Commit: 8a778e898ac680a841a2b47906f5d91e17f085a7 https://github.com/MidnightBSD/src/commit/8a778e898ac680a841a2b47906f5d91e17f085a7 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- less 551 Compare: https://github.com/MidnightBSD/src/compare/36adc2feb149...8a778e898ac6 From noreply at github.com Sun Feb 12 14:23:38 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:23:38 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/subversion/1.14.2 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 14:23:39 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:23:39 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 32bf7d: Subversion 1.14.2 Message-ID: Branch: refs/heads/vendor/subversion Home: https://github.com/MidnightBSD/src Commit: 32bf7da034f23147037b2c8880a31c5e39dff0f1 https://github.com/MidnightBSD/src/commit/32bf7da034f23147037b2c8880a31c5e39dff0f1 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M INSTALL M Makefile.in M NOTICE M README M build/ac-macros/macosx.m4 M build/run_tests.py M configure M subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java M subversion/bindings/swig/include/proxy_apr.swg M subversion/bindings/swig/perl/native/core.c M subversion/bindings/swig/perl/native/svn_client.c M subversion/bindings/swig/perl/native/svn_delta.c M subversion/bindings/swig/perl/native/svn_fs.c M subversion/bindings/swig/perl/native/svn_ra.c M subversion/bindings/swig/perl/native/svn_repos.c M subversion/bindings/swig/perl/native/svn_wc.c M subversion/bindings/swig/python/core.c M subversion/bindings/swig/python/core.py M subversion/bindings/swig/python/tests/client.py M subversion/bindings/swig/python/tests/core.py M subversion/bindings/swig/python/tests/pool.py M subversion/bindings/swig/python/tests/typemap.py M subversion/bindings/swig/python/tests/utils.py M subversion/bindings/swig/ruby/core.c M subversion/bindings/swig/ruby/svn_client.c M subversion/bindings/swig/ruby/svn_delta.c M subversion/bindings/swig/ruby/svn_fs.c M subversion/bindings/swig/ruby/svn_ra.c M subversion/bindings/swig/ruby/svn_repos.c M subversion/bindings/swig/ruby/svn_wc.c M subversion/include/svn_version.h M subversion/libsvn_client/conflicts.c M subversion/libsvn_fs_fs/verify.c M subversion/libsvn_repos/authz.c M subversion/libsvn_repos/log.c M subversion/libsvn_subr/cmdline.c M subversion/libsvn_subr/config_file.c M subversion/libsvn_subr/config_keys.inc M subversion/libsvn_subr/io.c M subversion/libsvn_subr/version.c M subversion/libsvn_wc/wc_db.c M subversion/po/de.po M subversion/po/subversion.pot M subversion/po/sv.po M subversion/svnadmin/svnadmin.c M subversion/tests/cmdline/authz_tests.py M subversion/tests/cmdline/davautocheck.sh M subversion/tests/cmdline/merge_tree_conflict_tests.py M subversion/tests/cmdline/mod_authz_svn_tests.py M win-tests.py Log Message: ----------- Subversion 1.14.2 From noreply at github.com Sun Feb 12 14:25:21 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:25:21 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 32bf7d: Subversion 1.14.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 32bf7da034f23147037b2c8880a31c5e39dff0f1 https://github.com/MidnightBSD/src/commit/32bf7da034f23147037b2c8880a31c5e39dff0f1 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M INSTALL M Makefile.in M NOTICE M README M build/ac-macros/macosx.m4 M build/run_tests.py M configure M subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java M subversion/bindings/swig/include/proxy_apr.swg M subversion/bindings/swig/perl/native/core.c M subversion/bindings/swig/perl/native/svn_client.c M subversion/bindings/swig/perl/native/svn_delta.c M subversion/bindings/swig/perl/native/svn_fs.c M subversion/bindings/swig/perl/native/svn_ra.c M subversion/bindings/swig/perl/native/svn_repos.c M subversion/bindings/swig/perl/native/svn_wc.c M subversion/bindings/swig/python/core.c M subversion/bindings/swig/python/core.py M subversion/bindings/swig/python/tests/client.py M subversion/bindings/swig/python/tests/core.py M subversion/bindings/swig/python/tests/pool.py M subversion/bindings/swig/python/tests/typemap.py M subversion/bindings/swig/python/tests/utils.py M subversion/bindings/swig/ruby/core.c M subversion/bindings/swig/ruby/svn_client.c M subversion/bindings/swig/ruby/svn_delta.c M subversion/bindings/swig/ruby/svn_fs.c M subversion/bindings/swig/ruby/svn_ra.c M subversion/bindings/swig/ruby/svn_repos.c M subversion/bindings/swig/ruby/svn_wc.c M subversion/include/svn_version.h M subversion/libsvn_client/conflicts.c M subversion/libsvn_fs_fs/verify.c M subversion/libsvn_repos/authz.c M subversion/libsvn_repos/log.c M subversion/libsvn_subr/cmdline.c M subversion/libsvn_subr/config_file.c M subversion/libsvn_subr/config_keys.inc M subversion/libsvn_subr/io.c M subversion/libsvn_subr/version.c M subversion/libsvn_wc/wc_db.c M subversion/po/de.po M subversion/po/subversion.pot M subversion/po/sv.po M subversion/svnadmin/svnadmin.c M subversion/tests/cmdline/authz_tests.py M subversion/tests/cmdline/davautocheck.sh M subversion/tests/cmdline/merge_tree_conflict_tests.py M subversion/tests/cmdline/mod_authz_svn_tests.py M win-tests.py Log Message: ----------- Subversion 1.14.2 Commit: bf1f5b4653e076c3dc98f38535d88c867ee12318 https://github.com/MidnightBSD/src/commit/bf1f5b4653e076c3dc98f38535d88c867ee12318 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/subversion/CHANGES M contrib/subversion/INSTALL M contrib/subversion/Makefile.in M contrib/subversion/NOTICE M contrib/subversion/README M contrib/subversion/build/ac-macros/macosx.m4 M contrib/subversion/build/run_tests.py M contrib/subversion/configure M contrib/subversion/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java M contrib/subversion/subversion/bindings/swig/include/proxy_apr.swg M contrib/subversion/subversion/bindings/swig/perl/native/core.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_client.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_delta.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_fs.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_ra.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_repos.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_wc.c M contrib/subversion/subversion/bindings/swig/python/core.c M contrib/subversion/subversion/bindings/swig/python/core.py M contrib/subversion/subversion/bindings/swig/python/tests/client.py M contrib/subversion/subversion/bindings/swig/python/tests/core.py M contrib/subversion/subversion/bindings/swig/python/tests/pool.py M contrib/subversion/subversion/bindings/swig/python/tests/typemap.py M contrib/subversion/subversion/bindings/swig/python/tests/utils.py M contrib/subversion/subversion/bindings/swig/ruby/core.c M contrib/subversion/subversion/bindings/swig/ruby/svn_client.c M contrib/subversion/subversion/bindings/swig/ruby/svn_delta.c M contrib/subversion/subversion/bindings/swig/ruby/svn_fs.c M contrib/subversion/subversion/bindings/swig/ruby/svn_ra.c M contrib/subversion/subversion/bindings/swig/ruby/svn_repos.c M contrib/subversion/subversion/bindings/swig/ruby/svn_wc.c M contrib/subversion/subversion/include/svn_version.h M contrib/subversion/subversion/libsvn_client/conflicts.c M contrib/subversion/subversion/libsvn_fs_fs/verify.c M contrib/subversion/subversion/libsvn_repos/authz.c M contrib/subversion/subversion/libsvn_repos/log.c M contrib/subversion/subversion/libsvn_subr/cmdline.c M contrib/subversion/subversion/libsvn_subr/config_file.c M contrib/subversion/subversion/libsvn_subr/config_keys.inc M contrib/subversion/subversion/libsvn_subr/io.c M contrib/subversion/subversion/libsvn_subr/version.c M contrib/subversion/subversion/libsvn_wc/wc_db.c M contrib/subversion/subversion/po/de.po M contrib/subversion/subversion/po/subversion.pot M contrib/subversion/subversion/po/sv.po M contrib/subversion/subversion/svnadmin/svnadmin.c M contrib/subversion/subversion/tests/cmdline/authz_tests.py M contrib/subversion/subversion/tests/cmdline/davautocheck.sh M contrib/subversion/subversion/tests/cmdline/merge_tree_conflict_tests.py M contrib/subversion/subversion/tests/cmdline/mod_authz_svn_tests.py M contrib/subversion/win-tests.py Log Message: ----------- Subversion 1.14.2 Merge commit '32bf7da034f23147037b2c8880a31c5e39dff0f1' Commit: 64277c002712455e13c109d74a26540de1326013 https://github.com/MidnightBSD/src/commit/64277c002712455e13c109d74a26540de1326013 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- subversion 1.14.2 Compare: https://github.com/MidnightBSD/src/compare/39a63ffb82d4...64277c002712 From noreply at github.com Sun Feb 12 14:25:52 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:25:52 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 32bf7d: Subversion 1.14.2 Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 32bf7da034f23147037b2c8880a31c5e39dff0f1 https://github.com/MidnightBSD/src/commit/32bf7da034f23147037b2c8880a31c5e39dff0f1 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M INSTALL M Makefile.in M NOTICE M README M build/ac-macros/macosx.m4 M build/run_tests.py M configure M subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java M subversion/bindings/swig/include/proxy_apr.swg M subversion/bindings/swig/perl/native/core.c M subversion/bindings/swig/perl/native/svn_client.c M subversion/bindings/swig/perl/native/svn_delta.c M subversion/bindings/swig/perl/native/svn_fs.c M subversion/bindings/swig/perl/native/svn_ra.c M subversion/bindings/swig/perl/native/svn_repos.c M subversion/bindings/swig/perl/native/svn_wc.c M subversion/bindings/swig/python/core.c M subversion/bindings/swig/python/core.py M subversion/bindings/swig/python/tests/client.py M subversion/bindings/swig/python/tests/core.py M subversion/bindings/swig/python/tests/pool.py M subversion/bindings/swig/python/tests/typemap.py M subversion/bindings/swig/python/tests/utils.py M subversion/bindings/swig/ruby/core.c M subversion/bindings/swig/ruby/svn_client.c M subversion/bindings/swig/ruby/svn_delta.c M subversion/bindings/swig/ruby/svn_fs.c M subversion/bindings/swig/ruby/svn_ra.c M subversion/bindings/swig/ruby/svn_repos.c M subversion/bindings/swig/ruby/svn_wc.c M subversion/include/svn_version.h M subversion/libsvn_client/conflicts.c M subversion/libsvn_fs_fs/verify.c M subversion/libsvn_repos/authz.c M subversion/libsvn_repos/log.c M subversion/libsvn_subr/cmdline.c M subversion/libsvn_subr/config_file.c M subversion/libsvn_subr/config_keys.inc M subversion/libsvn_subr/io.c M subversion/libsvn_subr/version.c M subversion/libsvn_wc/wc_db.c M subversion/po/de.po M subversion/po/subversion.pot M subversion/po/sv.po M subversion/svnadmin/svnadmin.c M subversion/tests/cmdline/authz_tests.py M subversion/tests/cmdline/davautocheck.sh M subversion/tests/cmdline/merge_tree_conflict_tests.py M subversion/tests/cmdline/mod_authz_svn_tests.py M win-tests.py Log Message: ----------- Subversion 1.14.2 Commit: 0e05d58c7f799de1a99cdf7357cf16827e4ebd11 https://github.com/MidnightBSD/src/commit/0e05d58c7f799de1a99cdf7357cf16827e4ebd11 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M contrib/subversion/CHANGES M contrib/subversion/INSTALL M contrib/subversion/Makefile.in M contrib/subversion/NOTICE M contrib/subversion/README M contrib/subversion/build/ac-macros/macosx.m4 M contrib/subversion/build/run_tests.py M contrib/subversion/configure M contrib/subversion/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java M contrib/subversion/subversion/bindings/swig/include/proxy_apr.swg M contrib/subversion/subversion/bindings/swig/perl/native/core.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_client.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_delta.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_fs.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_ra.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_repos.c M contrib/subversion/subversion/bindings/swig/perl/native/svn_wc.c M contrib/subversion/subversion/bindings/swig/python/core.c M contrib/subversion/subversion/bindings/swig/python/core.py M contrib/subversion/subversion/bindings/swig/python/tests/client.py M contrib/subversion/subversion/bindings/swig/python/tests/core.py M contrib/subversion/subversion/bindings/swig/python/tests/pool.py M contrib/subversion/subversion/bindings/swig/python/tests/typemap.py M contrib/subversion/subversion/bindings/swig/python/tests/utils.py M contrib/subversion/subversion/bindings/swig/ruby/core.c M contrib/subversion/subversion/bindings/swig/ruby/svn_client.c M contrib/subversion/subversion/bindings/swig/ruby/svn_delta.c M contrib/subversion/subversion/bindings/swig/ruby/svn_fs.c M contrib/subversion/subversion/bindings/swig/ruby/svn_ra.c M contrib/subversion/subversion/bindings/swig/ruby/svn_repos.c M contrib/subversion/subversion/bindings/swig/ruby/svn_wc.c M contrib/subversion/subversion/include/svn_version.h M contrib/subversion/subversion/libsvn_client/conflicts.c M contrib/subversion/subversion/libsvn_fs_fs/verify.c M contrib/subversion/subversion/libsvn_repos/authz.c M contrib/subversion/subversion/libsvn_repos/log.c M contrib/subversion/subversion/libsvn_subr/cmdline.c M contrib/subversion/subversion/libsvn_subr/config_file.c M contrib/subversion/subversion/libsvn_subr/config_keys.inc M contrib/subversion/subversion/libsvn_subr/io.c M contrib/subversion/subversion/libsvn_subr/version.c M contrib/subversion/subversion/libsvn_wc/wc_db.c M contrib/subversion/subversion/po/de.po M contrib/subversion/subversion/po/subversion.pot M contrib/subversion/subversion/po/sv.po M contrib/subversion/subversion/svnadmin/svnadmin.c M contrib/subversion/subversion/tests/cmdline/authz_tests.py M contrib/subversion/subversion/tests/cmdline/davautocheck.sh M contrib/subversion/subversion/tests/cmdline/merge_tree_conflict_tests.py M contrib/subversion/subversion/tests/cmdline/mod_authz_svn_tests.py M contrib/subversion/win-tests.py Log Message: ----------- Subversion 1.14.2 Merge commit '32bf7da034f23147037b2c8880a31c5e39dff0f1' into stable/3.0 Compare: https://github.com/MidnightBSD/src/compare/c7689309b7ed...0e05d58c7f79 From noreply at github.com Sun Feb 12 14:26:14 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:26:14 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 4ad7fc: 1.14.2 Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 4ad7fcb48053fb2e2e2ec57f951a54d3418e4462 https://github.com/MidnightBSD/src/commit/4ad7fcb48053fb2e2e2ec57f951a54d3418e4462 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- 1.14.2 From noreply at github.com Sun Feb 12 14:27:52 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:27:52 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 3d2ee4: ver Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: 3d2ee4d086246fa72737b6fd822b02c8dc933dad https://github.com/MidnightBSD/src/commit/3d2ee4d086246fa72737b6fd822b02c8dc933dad Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M usr.bin/svn/svn_private_config.h Log Message: ----------- ver From noreply at github.com Sun Feb 12 14:28:19 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 11:28:19 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8de1b7: ver Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8de1b7c9e1fa4bbdeb34188534d00b43403b6a68 https://github.com/MidnightBSD/src/commit/8de1b7c9e1fa4bbdeb34188534d00b43403b6a68 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M usr.bin/svn/svn_private_config.h Log Message: ----------- ver From noreply at github.com Sun Feb 12 15:07:22 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 12:07:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] ab68cb: Vendor import of OpenSSL 1.1.1s Message-ID: Branch: refs/heads/vendor/openssl Home: https://github.com/MidnightBSD/src Commit: ab68cb02720e0b3e81afbde101909f01ff4a7c87 https://github.com/MidnightBSD/src/commit/ab68cb02720e0b3e81afbde101909f01ff4a7c87 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M Configurations/10-main.conf M NEWS M README M apps/apps.c M apps/apps.h M apps/ca.c M apps/ocsp.c M apps/s_cb.c M apps/x509.c M crypto/aes/asm/aesv8-armx.pl M crypto/asn1/charmap.pl M crypto/bn/bn_nist.c M crypto/bn/bn_prime.pl M crypto/conf/keysets.pl M crypto/ec/ec_key.c M crypto/objects/obj_dat.pl M crypto/objects/objects.pl M crypto/objects/objxref.pl M crypto/pem/pem_lib.c M crypto/rand/drbg_lib.c M crypto/rand/rand_lib.c M crypto/rand/rand_vms.c M crypto/rand/rand_win.c M crypto/x509/x509_req.c M crypto/x509/x509_vfy.c M crypto/x509/x_all.c M crypto/x509v3/v3_addr.c M crypto/x509v3/v3_lib.c M crypto/x509v3/v3_utl.c M doc/man1/x509.pod M doc/man3/CMS_add0_cert.pod M doc/man3/CMS_verify.pod M doc/man3/EC_KEY_new.pod M doc/man3/EVP_EncryptInit.pod M doc/man3/OPENSSL_LH_COMPFUNC.pod M doc/man3/OPENSSL_init_crypto.pod M doc/man3/PKCS7_sign.pod M doc/man3/PKCS7_sign_add_signer.pod M doc/man3/PKCS7_verify.pod M doc/man3/X509_STORE_CTX_new.pod M include/openssl/opensslv.h M ssl/packet.c M ssl/packet_local.h M ssl/record/rec_layer_s3.c M ssl/ssl_ciph.c M ssl/ssl_lib.c M ssl/ssl_rsa.c M ssl/statem/extensions_clnt.c M ssl/statem/extensions_srvr.c M ssl/tls13_enc.c M test/dtlstest.c M test/ec_internal_test.c M test/recipes/25-test_x509.t M test/sslapitest.c M test/ssltestlib.c M test/ssltestlib.h M test/v3ext.c M test/x509_internal_test.c A util/perl/OpenSSL/copyright.pm Log Message: ----------- Vendor import of OpenSSL 1.1.1s From noreply at github.com Sun Feb 12 15:07:23 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 12:07:23 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/openssl/1.1.1s Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Feb 12 15:17:59 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 12:17:59 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] ab68cb: Vendor import of OpenSSL 1.1.1s Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: ab68cb02720e0b3e81afbde101909f01ff4a7c87 https://github.com/MidnightBSD/src/commit/ab68cb02720e0b3e81afbde101909f01ff4a7c87 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M Configurations/10-main.conf M NEWS M README M apps/apps.c M apps/apps.h M apps/ca.c M apps/ocsp.c M apps/s_cb.c M apps/x509.c M crypto/aes/asm/aesv8-armx.pl M crypto/asn1/charmap.pl M crypto/bn/bn_nist.c M crypto/bn/bn_prime.pl M crypto/conf/keysets.pl M crypto/ec/ec_key.c M crypto/objects/obj_dat.pl M crypto/objects/objects.pl M crypto/objects/objxref.pl M crypto/pem/pem_lib.c M crypto/rand/drbg_lib.c M crypto/rand/rand_lib.c M crypto/rand/rand_vms.c M crypto/rand/rand_win.c M crypto/x509/x509_req.c M crypto/x509/x509_vfy.c M crypto/x509/x_all.c M crypto/x509v3/v3_addr.c M crypto/x509v3/v3_lib.c M crypto/x509v3/v3_utl.c M doc/man1/x509.pod M doc/man3/CMS_add0_cert.pod M doc/man3/CMS_verify.pod M doc/man3/EC_KEY_new.pod M doc/man3/EVP_EncryptInit.pod M doc/man3/OPENSSL_LH_COMPFUNC.pod M doc/man3/OPENSSL_init_crypto.pod M doc/man3/PKCS7_sign.pod M doc/man3/PKCS7_sign_add_signer.pod M doc/man3/PKCS7_verify.pod M doc/man3/X509_STORE_CTX_new.pod M include/openssl/opensslv.h M ssl/packet.c M ssl/packet_local.h M ssl/record/rec_layer_s3.c M ssl/ssl_ciph.c M ssl/ssl_lib.c M ssl/ssl_rsa.c M ssl/statem/extensions_clnt.c M ssl/statem/extensions_srvr.c M ssl/tls13_enc.c M test/dtlstest.c M test/ec_internal_test.c M test/recipes/25-test_x509.t M test/sslapitest.c M test/ssltestlib.c M test/ssltestlib.h M test/v3ext.c M test/x509_internal_test.c A util/perl/OpenSSL/copyright.pm Log Message: ----------- Vendor import of OpenSSL 1.1.1s Commit: 43bb6bcf2ab1a82789492a4a2461a8ee3ec3092d https://github.com/MidnightBSD/src/commit/43bb6bcf2ab1a82789492a4a2461a8ee3ec3092d Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M crypto/openssl/CHANGES M crypto/openssl/NEWS M crypto/openssl/README M crypto/openssl/apps/apps.c M crypto/openssl/apps/apps.h M crypto/openssl/apps/ca.c M crypto/openssl/apps/ocsp.c M crypto/openssl/apps/s_cb.c M crypto/openssl/apps/x509.c M crypto/openssl/crypto/aes/asm/aesv8-armx.pl M crypto/openssl/crypto/asn1/charmap.pl M crypto/openssl/crypto/bn/bn_nist.c M crypto/openssl/crypto/bn/bn_prime.pl M crypto/openssl/crypto/conf/keysets.pl M crypto/openssl/crypto/ec/ec_key.c M crypto/openssl/crypto/objects/obj_dat.pl M crypto/openssl/crypto/objects/objects.pl M crypto/openssl/crypto/objects/objxref.pl M crypto/openssl/crypto/pem/pem_lib.c M crypto/openssl/crypto/rand/drbg_lib.c M crypto/openssl/crypto/rand/rand_lib.c M crypto/openssl/crypto/x509/x509_req.c M crypto/openssl/crypto/x509/x509_vfy.c M crypto/openssl/crypto/x509/x_all.c M crypto/openssl/crypto/x509v3/v3_addr.c M crypto/openssl/crypto/x509v3/v3_lib.c M crypto/openssl/crypto/x509v3/v3_utl.c M crypto/openssl/doc/man1/x509.pod M crypto/openssl/doc/man3/CMS_add0_cert.pod M crypto/openssl/doc/man3/CMS_verify.pod M crypto/openssl/doc/man3/EC_KEY_new.pod M crypto/openssl/doc/man3/EVP_EncryptInit.pod M crypto/openssl/doc/man3/OPENSSL_LH_COMPFUNC.pod M crypto/openssl/doc/man3/OPENSSL_init_crypto.pod M crypto/openssl/doc/man3/PKCS7_sign.pod M crypto/openssl/doc/man3/PKCS7_sign_add_signer.pod M crypto/openssl/doc/man3/PKCS7_verify.pod M crypto/openssl/doc/man3/X509_STORE_CTX_new.pod M crypto/openssl/include/openssl/opensslv.h M crypto/openssl/ssl/packet.c M crypto/openssl/ssl/packet_local.h M crypto/openssl/ssl/record/rec_layer_s3.c M crypto/openssl/ssl/ssl_ciph.c M crypto/openssl/ssl/ssl_lib.c M crypto/openssl/ssl/ssl_rsa.c M crypto/openssl/ssl/statem/extensions_clnt.c M crypto/openssl/ssl/statem/extensions_srvr.c M crypto/openssl/ssl/tls13_enc.c A crypto/openssl/util/perl/OpenSSL/copyright.pm Log Message: ----------- Merge commit 'ab68cb02720e0b3e81afbde101909f01ff4a7c87' Commit: 08a74aa11e937a41a61814d49ad2153e486528c6 https://github.com/MidnightBSD/src/commit/08a74aa11e937a41a61814d49ad2153e486528c6 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: R crypto/openssl/util/perl/OpenSSL/copyright.pm Log Message: ----------- not needed. Commit: 212ab23d19916db63127357dd4c96e3175a63649 https://github.com/MidnightBSD/src/commit/212ab23d19916db63127357dd4c96e3175a63649 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING M secure/lib/libcrypto/Makefile M secure/lib/libcrypto/Makefile.inc M secure/lib/libcrypto/aarch64/aesv8-armx.S A secure/lib/libcrypto/libcrypto.pc.in M secure/lib/libcrypto/man/man3/ADMISSIONS.3 M secure/lib/libcrypto/man/man3/ASN1_INTEGER_get_int64.3 M secure/lib/libcrypto/man/man3/ASN1_ITEM_lookup.3 M secure/lib/libcrypto/man/man3/ASN1_OBJECT_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_TABLE_add.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_length.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_print_ex.3 M secure/lib/libcrypto/man/man3/ASN1_TIME_set.3 M secure/lib/libcrypto/man/man3/ASN1_TYPE_get.3 M secure/lib/libcrypto/man/man3/ASN1_generate_nconf.3 M secure/lib/libcrypto/man/man3/ASYNC_WAIT_CTX_new.3 M secure/lib/libcrypto/man/man3/ASYNC_start_job.3 M secure/lib/libcrypto/man/man3/BF_encrypt.3 M secure/lib/libcrypto/man/man3/BIO_ADDR.3 M secure/lib/libcrypto/man/man3/BIO_ADDRINFO.3 M secure/lib/libcrypto/man/man3/BIO_connect.3 M secure/lib/libcrypto/man/man3/BIO_ctrl.3 M secure/lib/libcrypto/man/man3/BIO_f_base64.3 M secure/lib/libcrypto/man/man3/BIO_f_buffer.3 M secure/lib/libcrypto/man/man3/BIO_f_cipher.3 M secure/lib/libcrypto/man/man3/BIO_f_md.3 M secure/lib/libcrypto/man/man3/BIO_f_null.3 M secure/lib/libcrypto/man/man3/BIO_f_ssl.3 M secure/lib/libcrypto/man/man3/BIO_find_type.3 M secure/lib/libcrypto/man/man3/BIO_get_data.3 M secure/lib/libcrypto/man/man3/BIO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/BIO_meth_new.3 M secure/lib/libcrypto/man/man3/BIO_new.3 M secure/lib/libcrypto/man/man3/BIO_new_CMS.3 M secure/lib/libcrypto/man/man3/BIO_parse_hostserv.3 M secure/lib/libcrypto/man/man3/BIO_printf.3 M secure/lib/libcrypto/man/man3/BIO_push.3 M secure/lib/libcrypto/man/man3/BIO_read.3 M secure/lib/libcrypto/man/man3/BIO_s_accept.3 M secure/lib/libcrypto/man/man3/BIO_s_bio.3 M secure/lib/libcrypto/man/man3/BIO_s_connect.3 M secure/lib/libcrypto/man/man3/BIO_s_fd.3 M secure/lib/libcrypto/man/man3/BIO_s_file.3 M secure/lib/libcrypto/man/man3/BIO_s_mem.3 M secure/lib/libcrypto/man/man3/BIO_s_null.3 M secure/lib/libcrypto/man/man3/BIO_s_socket.3 M secure/lib/libcrypto/man/man3/BIO_set_callback.3 M secure/lib/libcrypto/man/man3/BIO_should_retry.3 M secure/lib/libcrypto/man/man3/BN_BLINDING_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_start.3 M secure/lib/libcrypto/man/man3/BN_add.3 M secure/lib/libcrypto/man/man3/BN_add_word.3 M secure/lib/libcrypto/man/man3/BN_bn2bin.3 M secure/lib/libcrypto/man/man3/BN_cmp.3 M secure/lib/libcrypto/man/man3/BN_copy.3 M secure/lib/libcrypto/man/man3/BN_generate_prime.3 M secure/lib/libcrypto/man/man3/BN_mod_inverse.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_montgomery.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_reciprocal.3 M secure/lib/libcrypto/man/man3/BN_new.3 M secure/lib/libcrypto/man/man3/BN_num_bytes.3 M secure/lib/libcrypto/man/man3/BN_rand.3 M secure/lib/libcrypto/man/man3/BN_security_bits.3 M secure/lib/libcrypto/man/man3/BN_set_bit.3 M secure/lib/libcrypto/man/man3/BN_swap.3 M secure/lib/libcrypto/man/man3/BN_zero.3 M secure/lib/libcrypto/man/man3/BUF_MEM_new.3 M secure/lib/libcrypto/man/man3/CMS_add0_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_recipient_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_signer.3 M secure/lib/libcrypto/man/man3/CMS_compress.3 M secure/lib/libcrypto/man/man3/CMS_decrypt.3 M secure/lib/libcrypto/man/man3/CMS_encrypt.3 M secure/lib/libcrypto/man/man3/CMS_final.3 M secure/lib/libcrypto/man/man3/CMS_get0_RecipientInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_SignerInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_type.3 M secure/lib/libcrypto/man/man3/CMS_get1_ReceiptRequest.3 M secure/lib/libcrypto/man/man3/CMS_sign.3 M secure/lib/libcrypto/man/man3/CMS_sign_receipt.3 M secure/lib/libcrypto/man/man3/CMS_uncompress.3 M secure/lib/libcrypto/man/man3/CMS_verify.3 M secure/lib/libcrypto/man/man3/CMS_verify_receipt.3 M secure/lib/libcrypto/man/man3/CONF_modules_free.3 M secure/lib/libcrypto/man/man3/CONF_modules_load_file.3 M secure/lib/libcrypto/man/man3/CRYPTO_THREAD_run_once.3 M secure/lib/libcrypto/man/man3/CRYPTO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/CRYPTO_memcmp.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_get0_log_by_id.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_new.3 M secure/lib/libcrypto/man/man3/CTLOG_new.3 M secure/lib/libcrypto/man/man3/CT_POLICY_EVAL_CTX_new.3 M secure/lib/libcrypto/man/man3/DEFINE_STACK_OF.3 M secure/lib/libcrypto/man/man3/DES_random_key.3 M secure/lib/libcrypto/man/man3/DH_generate_key.3 M secure/lib/libcrypto/man/man3/DH_generate_parameters.3 M secure/lib/libcrypto/man/man3/DH_get0_pqg.3 M secure/lib/libcrypto/man/man3/DH_get_1024_160.3 M secure/lib/libcrypto/man/man3/DH_meth_new.3 M secure/lib/libcrypto/man/man3/DH_new.3 M secure/lib/libcrypto/man/man3/DH_new_by_nid.3 M secure/lib/libcrypto/man/man3/DH_set_method.3 M secure/lib/libcrypto/man/man3/DH_size.3 M secure/lib/libcrypto/man/man3/DSA_SIG_new.3 M secure/lib/libcrypto/man/man3/DSA_do_sign.3 M secure/lib/libcrypto/man/man3/DSA_dup_DH.3 M secure/lib/libcrypto/man/man3/DSA_generate_key.3 M secure/lib/libcrypto/man/man3/DSA_generate_parameters.3 M secure/lib/libcrypto/man/man3/DSA_get0_pqg.3 M secure/lib/libcrypto/man/man3/DSA_meth_new.3 M secure/lib/libcrypto/man/man3/DSA_new.3 M secure/lib/libcrypto/man/man3/DSA_set_method.3 M secure/lib/libcrypto/man/man3/DSA_sign.3 M secure/lib/libcrypto/man/man3/DSA_size.3 M secure/lib/libcrypto/man/man3/DTLS_get_data_mtu.3 M secure/lib/libcrypto/man/man3/DTLS_set_timer_cb.3 M secure/lib/libcrypto/man/man3/DTLSv1_listen.3 M secure/lib/libcrypto/man/man3/ECDSA_SIG_new.3 M secure/lib/libcrypto/man/man3/ECPKParameters_print.3 M secure/lib/libcrypto/man/man3/EC_GFp_simple_method.3 M secure/lib/libcrypto/man/man3/EC_GROUP_copy.3 M secure/lib/libcrypto/man/man3/EC_GROUP_new.3 M secure/lib/libcrypto/man/man3/EC_KEY_get_enc_flags.3 M secure/lib/libcrypto/man/man3/EC_KEY_new.3 M secure/lib/libcrypto/man/man3/EC_POINT_add.3 M secure/lib/libcrypto/man/man3/EC_POINT_new.3 M secure/lib/libcrypto/man/man3/ENGINE_add.3 M secure/lib/libcrypto/man/man3/ERR_GET_LIB.3 M secure/lib/libcrypto/man/man3/ERR_clear_error.3 M secure/lib/libcrypto/man/man3/ERR_error_string.3 M secure/lib/libcrypto/man/man3/ERR_get_error.3 M secure/lib/libcrypto/man/man3/ERR_load_crypto_strings.3 M secure/lib/libcrypto/man/man3/ERR_load_strings.3 M secure/lib/libcrypto/man/man3/ERR_print_errors.3 M secure/lib/libcrypto/man/man3/ERR_put_error.3 M secure/lib/libcrypto/man/man3/ERR_remove_state.3 M secure/lib/libcrypto/man/man3/ERR_set_mark.3 M secure/lib/libcrypto/man/man3/EVP_BytesToKey.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_CTX_get_cipher_data.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_DigestInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestSignInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestVerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_EncodeInit.3 M secure/lib/libcrypto/man/man3/EVP_EncryptInit.3 M secure/lib/libcrypto/man/man3/EVP_MD_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_OpenInit.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_ASN1_METHOD.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_hkdf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_scrypt_N.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_asn1_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_cmp.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_decrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_derive.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_encrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_get_default_digest_nid.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_keygen.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_print_private.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_set1_RSA.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_sign.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_size.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify_recover.3 M secure/lib/libcrypto/man/man3/EVP_SealInit.3 M secure/lib/libcrypto/man/man3/EVP_SignInit.3 M secure/lib/libcrypto/man/man3/EVP_VerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_aes.3 M secure/lib/libcrypto/man/man3/EVP_aria.3 M secure/lib/libcrypto/man/man3/EVP_bf_cbc.3 M secure/lib/libcrypto/man/man3/EVP_blake2b512.3 M secure/lib/libcrypto/man/man3/EVP_camellia.3 M secure/lib/libcrypto/man/man3/EVP_cast5_cbc.3 M secure/lib/libcrypto/man/man3/EVP_chacha20.3 M secure/lib/libcrypto/man/man3/EVP_des.3 M secure/lib/libcrypto/man/man3/EVP_desx_cbc.3 M secure/lib/libcrypto/man/man3/EVP_idea_cbc.3 M secure/lib/libcrypto/man/man3/EVP_md2.3 M secure/lib/libcrypto/man/man3/EVP_md4.3 M secure/lib/libcrypto/man/man3/EVP_md5.3 M secure/lib/libcrypto/man/man3/EVP_mdc2.3 M secure/lib/libcrypto/man/man3/EVP_rc2_cbc.3 M secure/lib/libcrypto/man/man3/EVP_rc4.3 M secure/lib/libcrypto/man/man3/EVP_rc5_32_12_16_cbc.3 M secure/lib/libcrypto/man/man3/EVP_ripemd160.3 M secure/lib/libcrypto/man/man3/EVP_seed_cbc.3 M secure/lib/libcrypto/man/man3/EVP_sha1.3 M secure/lib/libcrypto/man/man3/EVP_sha224.3 M secure/lib/libcrypto/man/man3/EVP_sha3_224.3 M secure/lib/libcrypto/man/man3/EVP_sm3.3 M secure/lib/libcrypto/man/man3/EVP_sm4_cbc.3 M secure/lib/libcrypto/man/man3/EVP_whirlpool.3 M secure/lib/libcrypto/man/man3/HMAC.3 M secure/lib/libcrypto/man/man3/MD5.3 M secure/lib/libcrypto/man/man3/MDC2_Init.3 M secure/lib/libcrypto/man/man3/Makefile M secure/lib/libcrypto/man/man3/OBJ_nid2obj.3 M secure/lib/libcrypto/man/man3/OCSP_REQUEST_new.3 M secure/lib/libcrypto/man/man3/OCSP_cert_to_id.3 M secure/lib/libcrypto/man/man3/OCSP_request_add1_nonce.3 M secure/lib/libcrypto/man/man3/OCSP_resp_find_status.3 M secure/lib/libcrypto/man/man3/OCSP_response_status.3 M secure/lib/libcrypto/man/man3/OCSP_sendreq_new.3 M secure/lib/libcrypto/man/man3/OPENSSL_Applink.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_COMPFUNC.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_stats.3 M secure/lib/libcrypto/man/man3/OPENSSL_VERSION_NUMBER.3 M secure/lib/libcrypto/man/man3/OPENSSL_config.3 M secure/lib/libcrypto/man/man3/OPENSSL_fork_prepare.3 M secure/lib/libcrypto/man/man3/OPENSSL_ia32cap.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_crypto.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_ssl.3 M secure/lib/libcrypto/man/man3/OPENSSL_instrument_bus.3 M secure/lib/libcrypto/man/man3/OPENSSL_load_builtin_modules.3 M secure/lib/libcrypto/man/man3/OPENSSL_malloc.3 M secure/lib/libcrypto/man/man3/OPENSSL_secure_malloc.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_INFO.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_LOADER.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_SEARCH.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_expect.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_open.3 M secure/lib/libcrypto/man/man3/OpenSSL_add_all_algorithms.3 M secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3 M secure/lib/libcrypto/man/man3/PEM_read.3 M secure/lib/libcrypto/man/man3/PEM_read_CMS.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_PrivateKey.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_ex.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_CMS_stream.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_PKCS7_stream.3 M secure/lib/libcrypto/man/man3/PKCS12_create.3 M secure/lib/libcrypto/man/man3/PKCS12_newpass.3 M secure/lib/libcrypto/man/man3/PKCS12_parse.3 M secure/lib/libcrypto/man/man3/PKCS5_PBKDF2_HMAC.3 M secure/lib/libcrypto/man/man3/PKCS7_decrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_encrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_sign.3 M secure/lib/libcrypto/man/man3/PKCS7_sign_add_signer.3 M secure/lib/libcrypto/man/man3/PKCS7_verify.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_generate.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_get0_master.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_new.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_reseed.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_callbacks.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_ex_data.3 M secure/lib/libcrypto/man/man3/RAND_add.3 M secure/lib/libcrypto/man/man3/RAND_bytes.3 M secure/lib/libcrypto/man/man3/RAND_cleanup.3 M secure/lib/libcrypto/man/man3/RAND_egd.3 M secure/lib/libcrypto/man/man3/RAND_load_file.3 M secure/lib/libcrypto/man/man3/RAND_set_rand_method.3 M secure/lib/libcrypto/man/man3/RC4_set_key.3 M secure/lib/libcrypto/man/man3/RIPEMD160_Init.3 M secure/lib/libcrypto/man/man3/RSA_blinding_on.3 M secure/lib/libcrypto/man/man3/RSA_check_key.3 M secure/lib/libcrypto/man/man3/RSA_generate_key.3 M secure/lib/libcrypto/man/man3/RSA_get0_key.3 M secure/lib/libcrypto/man/man3/RSA_meth_new.3 M secure/lib/libcrypto/man/man3/RSA_new.3 M secure/lib/libcrypto/man/man3/RSA_padding_add_PKCS1_type_1.3 M secure/lib/libcrypto/man/man3/RSA_print.3 M secure/lib/libcrypto/man/man3/RSA_private_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_public_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_set_method.3 M secure/lib/libcrypto/man/man3/RSA_sign.3 M secure/lib/libcrypto/man/man3/RSA_sign_ASN1_OCTET_STRING.3 M secure/lib/libcrypto/man/man3/RSA_size.3 M secure/lib/libcrypto/man/man3/SCT_new.3 M secure/lib/libcrypto/man/man3/SCT_print.3 M secure/lib/libcrypto/man/man3/SCT_validate.3 M secure/lib/libcrypto/man/man3/SHA256_Init.3 M secure/lib/libcrypto/man/man3/SMIME_read_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_read_PKCS7.3 M secure/lib/libcrypto/man/man3/SMIME_write_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_write_PKCS7.3 M secure/lib/libcrypto/man/man3/SSL_CIPHER_get_name.3 M secure/lib/libcrypto/man/man3/SSL_COMP_add_compression_method.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set1_prefix.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_flags.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_ssl_ctx.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd_argv.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add1_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_extra_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_session.3 M secure/lib/libcrypto/man/man3/SSL_CTX_config.3 M secure/lib/libcrypto/man/man3/SSL_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/SSL_CTX_dane_enable.3 M secure/lib/libcrypto/man/man3/SSL_CTX_flush_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_free.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get0_param.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get_verify_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_has_client_custom_ext.3 M secure/lib/libcrypto/man/man3/SSL_CTX_load_verify_locations.3 M secure/lib/libcrypto/man/man3/SSL_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_number.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_cache_size.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_get_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set0_CA_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_curves.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_verify_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_alpn_select_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_verify_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cipher_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_hello_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ct_validation_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ctlog_list_file.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_default_passwd_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_generate_session_id.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_info_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_keylog_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_max_cert_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_min_proto_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_msg_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_num_tickets.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_options.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_psk_client_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_quiet_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_read_ahead.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_record_padding_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_security_level.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_cache_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_ticket_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_split_send_fragment.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ssl_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_timeout.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_servername_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_status_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_use_srtp.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tmp_dh_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_verify.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_certificate.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_psk_identity_hint.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_serverinfo.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_free.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_cipher.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_hostname.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_id_context.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_peer.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_compress_id.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_protocol_version.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_time.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_has_ticket.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_is_resumable.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_print.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_set1_id.3 M secure/lib/libcrypto/man/man3/SSL_accept.3 M secure/lib/libcrypto/man/man3/SSL_alert_type_string.3 M secure/lib/libcrypto/man/man3/SSL_alloc_buffers.3 M secure/lib/libcrypto/man/man3/SSL_check_chain.3 M secure/lib/libcrypto/man/man3/SSL_clear.3 M secure/lib/libcrypto/man/man3/SSL_connect.3 M secure/lib/libcrypto/man/man3/SSL_do_handshake.3 M secure/lib/libcrypto/man/man3/SSL_export_keying_material.3 M secure/lib/libcrypto/man/man3/SSL_extension_supported.3 M secure/lib/libcrypto/man/man3/SSL_free.3 M secure/lib/libcrypto/man/man3/SSL_get0_peer_scts.3 M secure/lib/libcrypto/man/man3/SSL_get_SSL_CTX.3 M secure/lib/libcrypto/man/man3/SSL_get_all_async_fds.3 M secure/lib/libcrypto/man/man3/SSL_get_ciphers.3 M secure/lib/libcrypto/man/man3/SSL_get_client_random.3 M secure/lib/libcrypto/man/man3/SSL_get_current_cipher.3 M secure/lib/libcrypto/man/man3/SSL_get_default_timeout.3 M secure/lib/libcrypto/man/man3/SSL_get_error.3 M secure/lib/libcrypto/man/man3/SSL_get_extms_support.3 M secure/lib/libcrypto/man/man3/SSL_get_fd.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_cert_chain.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_certificate.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_signature_nid.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_tmp_key.3 M secure/lib/libcrypto/man/man3/SSL_get_psk_identity.3 M secure/lib/libcrypto/man/man3/SSL_get_rbio.3 M secure/lib/libcrypto/man/man3/SSL_get_session.3 M secure/lib/libcrypto/man/man3/SSL_get_shared_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_get_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_get_version.3 M secure/lib/libcrypto/man/man3/SSL_in_init.3 M secure/lib/libcrypto/man/man3/SSL_key_update.3 M secure/lib/libcrypto/man/man3/SSL_library_init.3 M secure/lib/libcrypto/man/man3/SSL_load_client_CA_file.3 M secure/lib/libcrypto/man/man3/SSL_new.3 M secure/lib/libcrypto/man/man3/SSL_pending.3 M secure/lib/libcrypto/man/man3/SSL_read.3 M secure/lib/libcrypto/man/man3/SSL_read_early_data.3 M secure/lib/libcrypto/man/man3/SSL_rstate_string.3 M secure/lib/libcrypto/man/man3/SSL_session_reused.3 M secure/lib/libcrypto/man/man3/SSL_set1_host.3 M secure/lib/libcrypto/man/man3/SSL_set_bio.3 M secure/lib/libcrypto/man/man3/SSL_set_connect_state.3 M secure/lib/libcrypto/man/man3/SSL_set_fd.3 M secure/lib/libcrypto/man/man3/SSL_set_session.3 M secure/lib/libcrypto/man/man3/SSL_set_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_set_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_state_string.3 M secure/lib/libcrypto/man/man3/SSL_want.3 M secure/lib/libcrypto/man/man3/SSL_write.3 M secure/lib/libcrypto/man/man3/UI_STRING.3 M secure/lib/libcrypto/man/man3/UI_UTIL_read_pw.3 M secure/lib/libcrypto/man/man3/UI_create_method.3 M secure/lib/libcrypto/man/man3/UI_new.3 M secure/lib/libcrypto/man/man3/X509V3_get_d2i.3 M secure/lib/libcrypto/man/man3/X509_ALGOR_dup.3 M secure/lib/libcrypto/man/man3/X509_CRL_get0_by_serial.3 M secure/lib/libcrypto/man/man3/X509_EXTENSION_set_object.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_hash_dir.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_meth_new.3 M secure/lib/libcrypto/man/man3/X509_NAME_ENTRY_get_object.3 M secure/lib/libcrypto/man/man3/X509_NAME_add_entry_by_txt.3 M secure/lib/libcrypto/man/man3/X509_NAME_get0_der.3 M secure/lib/libcrypto/man/man3/X509_NAME_get_index_by_NID.3 M secure/lib/libcrypto/man/man3/X509_NAME_print_ex.3 M secure/lib/libcrypto/man/man3/X509_PUBKEY_new.3 M secure/lib/libcrypto/man/man3/X509_SIG_get0.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_get_error.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_set_verify_cb.3 M secure/lib/libcrypto/man/man3/X509_STORE_add_cert.3 M secure/lib/libcrypto/man/man3/X509_STORE_get0_param.3 M secure/lib/libcrypto/man/man3/X509_STORE_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_set_verify_cb_func.3 M secure/lib/libcrypto/man/man3/X509_VERIFY_PARAM_set_flags.3 M secure/lib/libcrypto/man/man3/X509_check_ca.3 M secure/lib/libcrypto/man/man3/X509_check_host.3 M secure/lib/libcrypto/man/man3/X509_check_issued.3 M secure/lib/libcrypto/man/man3/X509_check_private_key.3 M secure/lib/libcrypto/man/man3/X509_check_purpose.3 M secure/lib/libcrypto/man/man3/X509_cmp.3 M secure/lib/libcrypto/man/man3/X509_cmp_time.3 M secure/lib/libcrypto/man/man3/X509_digest.3 M secure/lib/libcrypto/man/man3/X509_dup.3 M secure/lib/libcrypto/man/man3/X509_get0_notBefore.3 M secure/lib/libcrypto/man/man3/X509_get0_signature.3 M secure/lib/libcrypto/man/man3/X509_get0_uids.3 M secure/lib/libcrypto/man/man3/X509_get_extension_flags.3 M secure/lib/libcrypto/man/man3/X509_get_pubkey.3 M secure/lib/libcrypto/man/man3/X509_get_serialNumber.3 M secure/lib/libcrypto/man/man3/X509_get_subject_name.3 M secure/lib/libcrypto/man/man3/X509_get_version.3 M secure/lib/libcrypto/man/man3/X509_new.3 M secure/lib/libcrypto/man/man3/X509_sign.3 M secure/lib/libcrypto/man/man3/X509_verify_cert.3 M secure/lib/libcrypto/man/man3/X509v3_get_ext_by_NID.3 M secure/lib/libcrypto/man/man3/d2i_DHparams.3 M secure/lib/libcrypto/man/man3/d2i_PKCS8PrivateKey_bio.3 M secure/lib/libcrypto/man/man3/d2i_PrivateKey.3 M secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3 M secure/lib/libcrypto/man/man3/d2i_X509.3 M secure/lib/libcrypto/man/man3/i2d_CMS_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_PKCS7_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_re_X509_tbs.3 M secure/lib/libcrypto/man/man3/o2i_SCT_LIST.3 M secure/lib/libcrypto/man/man5/x509v3_config.5 M secure/lib/libcrypto/man/man7/Ed25519.7 M secure/lib/libcrypto/man/man7/RAND.7 M secure/lib/libcrypto/man/man7/RAND_DRBG.7 M secure/lib/libcrypto/man/man7/RSA-PSS.7 M secure/lib/libcrypto/man/man7/SM2.7 M secure/lib/libcrypto/man/man7/X25519.7 M secure/lib/libcrypto/man/man7/bio.7 M secure/lib/libcrypto/man/man7/ct.7 M secure/lib/libcrypto/man/man7/des_modes.7 M secure/lib/libcrypto/man/man7/evp.7 M secure/lib/libcrypto/man/man7/ossl_store-file.7 M secure/lib/libcrypto/man/man7/ossl_store.7 M secure/lib/libcrypto/man/man7/passphrase-encoding.7 M secure/lib/libcrypto/man/man7/proxy-certificates.7 M secure/lib/libcrypto/man/man7/scrypt.7 M secure/lib/libcrypto/man/man7/ssl.7 M secure/lib/libcrypto/man/man7/x509.7 M secure/lib/libssl/Makefile A secure/lib/libssl/libssl.pc.in A secure/lib/libssl/openssl.pc.in M secure/usr.bin/openssl/man/CA.pl.1 M secure/usr.bin/openssl/man/asn1parse.1 M secure/usr.bin/openssl/man/ca.1 M secure/usr.bin/openssl/man/ciphers.1 M secure/usr.bin/openssl/man/cms.1 M secure/usr.bin/openssl/man/crl.1 M secure/usr.bin/openssl/man/crl2pkcs7.1 M secure/usr.bin/openssl/man/dgst.1 M secure/usr.bin/openssl/man/dhparam.1 M secure/usr.bin/openssl/man/dsa.1 M secure/usr.bin/openssl/man/dsaparam.1 M secure/usr.bin/openssl/man/ec.1 M secure/usr.bin/openssl/man/ecparam.1 M secure/usr.bin/openssl/man/enc.1 M secure/usr.bin/openssl/man/engine.1 M secure/usr.bin/openssl/man/errstr.1 M secure/usr.bin/openssl/man/gendsa.1 M secure/usr.bin/openssl/man/genpkey.1 M secure/usr.bin/openssl/man/genrsa.1 M secure/usr.bin/openssl/man/list.1 M secure/usr.bin/openssl/man/nseq.1 M secure/usr.bin/openssl/man/ocsp.1 M secure/usr.bin/openssl/man/openssl.1 M secure/usr.bin/openssl/man/passwd.1 M secure/usr.bin/openssl/man/pkcs12.1 M secure/usr.bin/openssl/man/pkcs7.1 M secure/usr.bin/openssl/man/pkcs8.1 M secure/usr.bin/openssl/man/pkey.1 M secure/usr.bin/openssl/man/pkeyparam.1 M secure/usr.bin/openssl/man/pkeyutl.1 M secure/usr.bin/openssl/man/prime.1 M secure/usr.bin/openssl/man/rand.1 M secure/usr.bin/openssl/man/req.1 M secure/usr.bin/openssl/man/rsa.1 M secure/usr.bin/openssl/man/rsautl.1 M secure/usr.bin/openssl/man/s_client.1 M secure/usr.bin/openssl/man/s_server.1 M secure/usr.bin/openssl/man/s_time.1 M secure/usr.bin/openssl/man/sess_id.1 M secure/usr.bin/openssl/man/smime.1 M secure/usr.bin/openssl/man/speed.1 M secure/usr.bin/openssl/man/spkac.1 M secure/usr.bin/openssl/man/srp.1 M secure/usr.bin/openssl/man/storeutl.1 M secure/usr.bin/openssl/man/ts.1 M secure/usr.bin/openssl/man/tsget.1 M secure/usr.bin/openssl/man/verify.1 M secure/usr.bin/openssl/man/version.1 M secure/usr.bin/openssl/man/x509.1 Log Message: ----------- regen for openssl 1.1.1s Compare: https://github.com/MidnightBSD/src/compare/8de1b7c9e1fa...212ab23d1991 From noreply at github.com Sun Feb 12 15:21:47 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 12:21:47 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] ab68cb: Vendor import of OpenSSL 1.1.1s Message-ID: Branch: refs/heads/stable/3.0 Home: https://github.com/MidnightBSD/src Commit: ab68cb02720e0b3e81afbde101909f01ff4a7c87 https://github.com/MidnightBSD/src/commit/ab68cb02720e0b3e81afbde101909f01ff4a7c87 Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M CHANGES M Configurations/10-main.conf M NEWS M README M apps/apps.c M apps/apps.h M apps/ca.c M apps/ocsp.c M apps/s_cb.c M apps/x509.c M crypto/aes/asm/aesv8-armx.pl M crypto/asn1/charmap.pl M crypto/bn/bn_nist.c M crypto/bn/bn_prime.pl M crypto/conf/keysets.pl M crypto/ec/ec_key.c M crypto/objects/obj_dat.pl M crypto/objects/objects.pl M crypto/objects/objxref.pl M crypto/pem/pem_lib.c M crypto/rand/drbg_lib.c M crypto/rand/rand_lib.c M crypto/rand/rand_vms.c M crypto/rand/rand_win.c M crypto/x509/x509_req.c M crypto/x509/x509_vfy.c M crypto/x509/x_all.c M crypto/x509v3/v3_addr.c M crypto/x509v3/v3_lib.c M crypto/x509v3/v3_utl.c M doc/man1/x509.pod M doc/man3/CMS_add0_cert.pod M doc/man3/CMS_verify.pod M doc/man3/EC_KEY_new.pod M doc/man3/EVP_EncryptInit.pod M doc/man3/OPENSSL_LH_COMPFUNC.pod M doc/man3/OPENSSL_init_crypto.pod M doc/man3/PKCS7_sign.pod M doc/man3/PKCS7_sign_add_signer.pod M doc/man3/PKCS7_verify.pod M doc/man3/X509_STORE_CTX_new.pod M include/openssl/opensslv.h M ssl/packet.c M ssl/packet_local.h M ssl/record/rec_layer_s3.c M ssl/ssl_ciph.c M ssl/ssl_lib.c M ssl/ssl_rsa.c M ssl/statem/extensions_clnt.c M ssl/statem/extensions_srvr.c M ssl/tls13_enc.c M test/dtlstest.c M test/ec_internal_test.c M test/recipes/25-test_x509.t M test/sslapitest.c M test/ssltestlib.c M test/ssltestlib.h M test/v3ext.c M test/x509_internal_test.c A util/perl/OpenSSL/copyright.pm Log Message: ----------- Vendor import of OpenSSL 1.1.1s Commit: fa71bead6ead82629abec0ec2d91c8828ff1883e https://github.com/MidnightBSD/src/commit/fa71bead6ead82629abec0ec2d91c8828ff1883e Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M crypto/openssl/CHANGES M crypto/openssl/NEWS M crypto/openssl/README M crypto/openssl/apps/apps.c M crypto/openssl/apps/apps.h M crypto/openssl/apps/ca.c M crypto/openssl/apps/ocsp.c M crypto/openssl/apps/s_cb.c M crypto/openssl/apps/x509.c M crypto/openssl/crypto/aes/asm/aesv8-armx.pl M crypto/openssl/crypto/asn1/charmap.pl M crypto/openssl/crypto/bn/bn_nist.c M crypto/openssl/crypto/bn/bn_prime.pl M crypto/openssl/crypto/conf/keysets.pl M crypto/openssl/crypto/ec/ec_key.c M crypto/openssl/crypto/objects/obj_dat.pl M crypto/openssl/crypto/objects/objects.pl M crypto/openssl/crypto/objects/objxref.pl M crypto/openssl/crypto/pem/pem_lib.c M crypto/openssl/crypto/rand/drbg_lib.c M crypto/openssl/crypto/rand/rand_lib.c M crypto/openssl/crypto/x509/x509_req.c M crypto/openssl/crypto/x509/x509_vfy.c M crypto/openssl/crypto/x509/x_all.c M crypto/openssl/crypto/x509v3/v3_addr.c M crypto/openssl/crypto/x509v3/v3_lib.c M crypto/openssl/crypto/x509v3/v3_utl.c M crypto/openssl/doc/man1/x509.pod M crypto/openssl/doc/man3/CMS_add0_cert.pod M crypto/openssl/doc/man3/CMS_verify.pod M crypto/openssl/doc/man3/EC_KEY_new.pod M crypto/openssl/doc/man3/EVP_EncryptInit.pod M crypto/openssl/doc/man3/OPENSSL_LH_COMPFUNC.pod M crypto/openssl/doc/man3/OPENSSL_init_crypto.pod M crypto/openssl/doc/man3/PKCS7_sign.pod M crypto/openssl/doc/man3/PKCS7_sign_add_signer.pod M crypto/openssl/doc/man3/PKCS7_verify.pod M crypto/openssl/doc/man3/X509_STORE_CTX_new.pod M crypto/openssl/include/openssl/opensslv.h M crypto/openssl/ssl/packet.c M crypto/openssl/ssl/packet_local.h M crypto/openssl/ssl/record/rec_layer_s3.c M crypto/openssl/ssl/ssl_ciph.c M crypto/openssl/ssl/ssl_lib.c M crypto/openssl/ssl/ssl_rsa.c M crypto/openssl/ssl/statem/extensions_clnt.c M crypto/openssl/ssl/statem/extensions_srvr.c M crypto/openssl/ssl/tls13_enc.c Log Message: ----------- Merge commit 'ab68cb02720e0b3e81afbde101909f01ff4a7c87' into stable/3.0 Commit: 363c9b153e8275b9d5bb1ce61adc725555b5bbef https://github.com/MidnightBSD/src/commit/363c9b153e8275b9d5bb1ce61adc725555b5bbef Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING M secure/lib/libcrypto/Makefile M secure/lib/libcrypto/Makefile.inc M secure/lib/libcrypto/aarch64/aesv8-armx.S A secure/lib/libcrypto/libcrypto.pc.in M secure/lib/libcrypto/man/man3/ADMISSIONS.3 M secure/lib/libcrypto/man/man3/ASN1_INTEGER_get_int64.3 M secure/lib/libcrypto/man/man3/ASN1_ITEM_lookup.3 M secure/lib/libcrypto/man/man3/ASN1_OBJECT_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_TABLE_add.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_length.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_new.3 M secure/lib/libcrypto/man/man3/ASN1_STRING_print_ex.3 M secure/lib/libcrypto/man/man3/ASN1_TIME_set.3 M secure/lib/libcrypto/man/man3/ASN1_TYPE_get.3 M secure/lib/libcrypto/man/man3/ASN1_generate_nconf.3 M secure/lib/libcrypto/man/man3/ASYNC_WAIT_CTX_new.3 M secure/lib/libcrypto/man/man3/ASYNC_start_job.3 M secure/lib/libcrypto/man/man3/BF_encrypt.3 M secure/lib/libcrypto/man/man3/BIO_ADDR.3 M secure/lib/libcrypto/man/man3/BIO_ADDRINFO.3 M secure/lib/libcrypto/man/man3/BIO_connect.3 M secure/lib/libcrypto/man/man3/BIO_ctrl.3 M secure/lib/libcrypto/man/man3/BIO_f_base64.3 M secure/lib/libcrypto/man/man3/BIO_f_buffer.3 M secure/lib/libcrypto/man/man3/BIO_f_cipher.3 M secure/lib/libcrypto/man/man3/BIO_f_md.3 M secure/lib/libcrypto/man/man3/BIO_f_null.3 M secure/lib/libcrypto/man/man3/BIO_f_ssl.3 M secure/lib/libcrypto/man/man3/BIO_find_type.3 M secure/lib/libcrypto/man/man3/BIO_get_data.3 M secure/lib/libcrypto/man/man3/BIO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/BIO_meth_new.3 M secure/lib/libcrypto/man/man3/BIO_new.3 M secure/lib/libcrypto/man/man3/BIO_new_CMS.3 M secure/lib/libcrypto/man/man3/BIO_parse_hostserv.3 M secure/lib/libcrypto/man/man3/BIO_printf.3 M secure/lib/libcrypto/man/man3/BIO_push.3 M secure/lib/libcrypto/man/man3/BIO_read.3 M secure/lib/libcrypto/man/man3/BIO_s_accept.3 M secure/lib/libcrypto/man/man3/BIO_s_bio.3 M secure/lib/libcrypto/man/man3/BIO_s_connect.3 M secure/lib/libcrypto/man/man3/BIO_s_fd.3 M secure/lib/libcrypto/man/man3/BIO_s_file.3 M secure/lib/libcrypto/man/man3/BIO_s_mem.3 M secure/lib/libcrypto/man/man3/BIO_s_null.3 M secure/lib/libcrypto/man/man3/BIO_s_socket.3 M secure/lib/libcrypto/man/man3/BIO_set_callback.3 M secure/lib/libcrypto/man/man3/BIO_should_retry.3 M secure/lib/libcrypto/man/man3/BN_BLINDING_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_new.3 M secure/lib/libcrypto/man/man3/BN_CTX_start.3 M secure/lib/libcrypto/man/man3/BN_add.3 M secure/lib/libcrypto/man/man3/BN_add_word.3 M secure/lib/libcrypto/man/man3/BN_bn2bin.3 M secure/lib/libcrypto/man/man3/BN_cmp.3 M secure/lib/libcrypto/man/man3/BN_copy.3 M secure/lib/libcrypto/man/man3/BN_generate_prime.3 M secure/lib/libcrypto/man/man3/BN_mod_inverse.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_montgomery.3 M secure/lib/libcrypto/man/man3/BN_mod_mul_reciprocal.3 M secure/lib/libcrypto/man/man3/BN_new.3 M secure/lib/libcrypto/man/man3/BN_num_bytes.3 M secure/lib/libcrypto/man/man3/BN_rand.3 M secure/lib/libcrypto/man/man3/BN_security_bits.3 M secure/lib/libcrypto/man/man3/BN_set_bit.3 M secure/lib/libcrypto/man/man3/BN_swap.3 M secure/lib/libcrypto/man/man3/BN_zero.3 M secure/lib/libcrypto/man/man3/BUF_MEM_new.3 M secure/lib/libcrypto/man/man3/CMS_add0_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_recipient_cert.3 M secure/lib/libcrypto/man/man3/CMS_add1_signer.3 M secure/lib/libcrypto/man/man3/CMS_compress.3 M secure/lib/libcrypto/man/man3/CMS_decrypt.3 M secure/lib/libcrypto/man/man3/CMS_encrypt.3 M secure/lib/libcrypto/man/man3/CMS_final.3 M secure/lib/libcrypto/man/man3/CMS_get0_RecipientInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_SignerInfos.3 M secure/lib/libcrypto/man/man3/CMS_get0_type.3 M secure/lib/libcrypto/man/man3/CMS_get1_ReceiptRequest.3 M secure/lib/libcrypto/man/man3/CMS_sign.3 M secure/lib/libcrypto/man/man3/CMS_sign_receipt.3 M secure/lib/libcrypto/man/man3/CMS_uncompress.3 M secure/lib/libcrypto/man/man3/CMS_verify.3 M secure/lib/libcrypto/man/man3/CMS_verify_receipt.3 M secure/lib/libcrypto/man/man3/CONF_modules_free.3 M secure/lib/libcrypto/man/man3/CONF_modules_load_file.3 M secure/lib/libcrypto/man/man3/CRYPTO_THREAD_run_once.3 M secure/lib/libcrypto/man/man3/CRYPTO_get_ex_new_index.3 M secure/lib/libcrypto/man/man3/CRYPTO_memcmp.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_get0_log_by_id.3 M secure/lib/libcrypto/man/man3/CTLOG_STORE_new.3 M secure/lib/libcrypto/man/man3/CTLOG_new.3 M secure/lib/libcrypto/man/man3/CT_POLICY_EVAL_CTX_new.3 M secure/lib/libcrypto/man/man3/DEFINE_STACK_OF.3 M secure/lib/libcrypto/man/man3/DES_random_key.3 M secure/lib/libcrypto/man/man3/DH_generate_key.3 M secure/lib/libcrypto/man/man3/DH_generate_parameters.3 M secure/lib/libcrypto/man/man3/DH_get0_pqg.3 M secure/lib/libcrypto/man/man3/DH_get_1024_160.3 M secure/lib/libcrypto/man/man3/DH_meth_new.3 M secure/lib/libcrypto/man/man3/DH_new.3 M secure/lib/libcrypto/man/man3/DH_new_by_nid.3 M secure/lib/libcrypto/man/man3/DH_set_method.3 M secure/lib/libcrypto/man/man3/DH_size.3 M secure/lib/libcrypto/man/man3/DSA_SIG_new.3 M secure/lib/libcrypto/man/man3/DSA_do_sign.3 M secure/lib/libcrypto/man/man3/DSA_dup_DH.3 M secure/lib/libcrypto/man/man3/DSA_generate_key.3 M secure/lib/libcrypto/man/man3/DSA_generate_parameters.3 M secure/lib/libcrypto/man/man3/DSA_get0_pqg.3 M secure/lib/libcrypto/man/man3/DSA_meth_new.3 M secure/lib/libcrypto/man/man3/DSA_new.3 M secure/lib/libcrypto/man/man3/DSA_set_method.3 M secure/lib/libcrypto/man/man3/DSA_sign.3 M secure/lib/libcrypto/man/man3/DSA_size.3 M secure/lib/libcrypto/man/man3/DTLS_get_data_mtu.3 M secure/lib/libcrypto/man/man3/DTLS_set_timer_cb.3 M secure/lib/libcrypto/man/man3/DTLSv1_listen.3 M secure/lib/libcrypto/man/man3/ECDSA_SIG_new.3 M secure/lib/libcrypto/man/man3/ECPKParameters_print.3 M secure/lib/libcrypto/man/man3/EC_GFp_simple_method.3 M secure/lib/libcrypto/man/man3/EC_GROUP_copy.3 M secure/lib/libcrypto/man/man3/EC_GROUP_new.3 M secure/lib/libcrypto/man/man3/EC_KEY_get_enc_flags.3 M secure/lib/libcrypto/man/man3/EC_KEY_new.3 M secure/lib/libcrypto/man/man3/EC_POINT_add.3 M secure/lib/libcrypto/man/man3/EC_POINT_new.3 M secure/lib/libcrypto/man/man3/ENGINE_add.3 M secure/lib/libcrypto/man/man3/ERR_GET_LIB.3 M secure/lib/libcrypto/man/man3/ERR_clear_error.3 M secure/lib/libcrypto/man/man3/ERR_error_string.3 M secure/lib/libcrypto/man/man3/ERR_get_error.3 M secure/lib/libcrypto/man/man3/ERR_load_crypto_strings.3 M secure/lib/libcrypto/man/man3/ERR_load_strings.3 M secure/lib/libcrypto/man/man3/ERR_print_errors.3 M secure/lib/libcrypto/man/man3/ERR_put_error.3 M secure/lib/libcrypto/man/man3/ERR_remove_state.3 M secure/lib/libcrypto/man/man3/ERR_set_mark.3 M secure/lib/libcrypto/man/man3/EVP_BytesToKey.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_CTX_get_cipher_data.3 M secure/lib/libcrypto/man/man3/EVP_CIPHER_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_DigestInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestSignInit.3 M secure/lib/libcrypto/man/man3/EVP_DigestVerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_EncodeInit.3 M secure/lib/libcrypto/man/man3/EVP_EncryptInit.3 M secure/lib/libcrypto/man/man3/EVP_MD_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_OpenInit.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_ASN1_METHOD.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set1_pbe_pass.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_hkdf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_scrypt_N.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_CTX_set_tls1_prf_md.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_asn1_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_cmp.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_decrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_derive.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_encrypt.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_get_default_digest_nid.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_keygen.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_get_count.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_meth_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_new.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_print_private.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_set1_RSA.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_sign.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_size.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify.3 M secure/lib/libcrypto/man/man3/EVP_PKEY_verify_recover.3 M secure/lib/libcrypto/man/man3/EVP_SealInit.3 M secure/lib/libcrypto/man/man3/EVP_SignInit.3 M secure/lib/libcrypto/man/man3/EVP_VerifyInit.3 M secure/lib/libcrypto/man/man3/EVP_aes.3 M secure/lib/libcrypto/man/man3/EVP_aria.3 M secure/lib/libcrypto/man/man3/EVP_bf_cbc.3 M secure/lib/libcrypto/man/man3/EVP_blake2b512.3 M secure/lib/libcrypto/man/man3/EVP_camellia.3 M secure/lib/libcrypto/man/man3/EVP_cast5_cbc.3 M secure/lib/libcrypto/man/man3/EVP_chacha20.3 M secure/lib/libcrypto/man/man3/EVP_des.3 M secure/lib/libcrypto/man/man3/EVP_desx_cbc.3 M secure/lib/libcrypto/man/man3/EVP_idea_cbc.3 M secure/lib/libcrypto/man/man3/EVP_md2.3 M secure/lib/libcrypto/man/man3/EVP_md4.3 M secure/lib/libcrypto/man/man3/EVP_md5.3 M secure/lib/libcrypto/man/man3/EVP_mdc2.3 M secure/lib/libcrypto/man/man3/EVP_rc2_cbc.3 M secure/lib/libcrypto/man/man3/EVP_rc4.3 M secure/lib/libcrypto/man/man3/EVP_rc5_32_12_16_cbc.3 M secure/lib/libcrypto/man/man3/EVP_ripemd160.3 M secure/lib/libcrypto/man/man3/EVP_seed_cbc.3 M secure/lib/libcrypto/man/man3/EVP_sha1.3 M secure/lib/libcrypto/man/man3/EVP_sha224.3 M secure/lib/libcrypto/man/man3/EVP_sha3_224.3 M secure/lib/libcrypto/man/man3/EVP_sm3.3 M secure/lib/libcrypto/man/man3/EVP_sm4_cbc.3 M secure/lib/libcrypto/man/man3/EVP_whirlpool.3 M secure/lib/libcrypto/man/man3/HMAC.3 M secure/lib/libcrypto/man/man3/MD5.3 M secure/lib/libcrypto/man/man3/MDC2_Init.3 M secure/lib/libcrypto/man/man3/Makefile M secure/lib/libcrypto/man/man3/OBJ_nid2obj.3 M secure/lib/libcrypto/man/man3/OCSP_REQUEST_new.3 M secure/lib/libcrypto/man/man3/OCSP_cert_to_id.3 M secure/lib/libcrypto/man/man3/OCSP_request_add1_nonce.3 M secure/lib/libcrypto/man/man3/OCSP_resp_find_status.3 M secure/lib/libcrypto/man/man3/OCSP_response_status.3 M secure/lib/libcrypto/man/man3/OCSP_sendreq_new.3 M secure/lib/libcrypto/man/man3/OPENSSL_Applink.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_COMPFUNC.3 M secure/lib/libcrypto/man/man3/OPENSSL_LH_stats.3 M secure/lib/libcrypto/man/man3/OPENSSL_VERSION_NUMBER.3 M secure/lib/libcrypto/man/man3/OPENSSL_config.3 M secure/lib/libcrypto/man/man3/OPENSSL_fork_prepare.3 M secure/lib/libcrypto/man/man3/OPENSSL_ia32cap.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_crypto.3 M secure/lib/libcrypto/man/man3/OPENSSL_init_ssl.3 M secure/lib/libcrypto/man/man3/OPENSSL_instrument_bus.3 M secure/lib/libcrypto/man/man3/OPENSSL_load_builtin_modules.3 M secure/lib/libcrypto/man/man3/OPENSSL_malloc.3 M secure/lib/libcrypto/man/man3/OPENSSL_secure_malloc.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_INFO.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_LOADER.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_SEARCH.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_expect.3 M secure/lib/libcrypto/man/man3/OSSL_STORE_open.3 M secure/lib/libcrypto/man/man3/OpenSSL_add_all_algorithms.3 M secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3 M secure/lib/libcrypto/man/man3/PEM_read.3 M secure/lib/libcrypto/man/man3/PEM_read_CMS.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_PrivateKey.3 M secure/lib/libcrypto/man/man3/PEM_read_bio_ex.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_CMS_stream.3 M secure/lib/libcrypto/man/man3/PEM_write_bio_PKCS7_stream.3 M secure/lib/libcrypto/man/man3/PKCS12_create.3 M secure/lib/libcrypto/man/man3/PKCS12_newpass.3 M secure/lib/libcrypto/man/man3/PKCS12_parse.3 M secure/lib/libcrypto/man/man3/PKCS5_PBKDF2_HMAC.3 M secure/lib/libcrypto/man/man3/PKCS7_decrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_encrypt.3 M secure/lib/libcrypto/man/man3/PKCS7_sign.3 M secure/lib/libcrypto/man/man3/PKCS7_sign_add_signer.3 M secure/lib/libcrypto/man/man3/PKCS7_verify.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_generate.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_get0_master.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_new.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_reseed.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_callbacks.3 M secure/lib/libcrypto/man/man3/RAND_DRBG_set_ex_data.3 M secure/lib/libcrypto/man/man3/RAND_add.3 M secure/lib/libcrypto/man/man3/RAND_bytes.3 M secure/lib/libcrypto/man/man3/RAND_cleanup.3 M secure/lib/libcrypto/man/man3/RAND_egd.3 M secure/lib/libcrypto/man/man3/RAND_load_file.3 M secure/lib/libcrypto/man/man3/RAND_set_rand_method.3 M secure/lib/libcrypto/man/man3/RC4_set_key.3 M secure/lib/libcrypto/man/man3/RIPEMD160_Init.3 M secure/lib/libcrypto/man/man3/RSA_blinding_on.3 M secure/lib/libcrypto/man/man3/RSA_check_key.3 M secure/lib/libcrypto/man/man3/RSA_generate_key.3 M secure/lib/libcrypto/man/man3/RSA_get0_key.3 M secure/lib/libcrypto/man/man3/RSA_meth_new.3 M secure/lib/libcrypto/man/man3/RSA_new.3 M secure/lib/libcrypto/man/man3/RSA_padding_add_PKCS1_type_1.3 M secure/lib/libcrypto/man/man3/RSA_print.3 M secure/lib/libcrypto/man/man3/RSA_private_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_public_encrypt.3 M secure/lib/libcrypto/man/man3/RSA_set_method.3 M secure/lib/libcrypto/man/man3/RSA_sign.3 M secure/lib/libcrypto/man/man3/RSA_sign_ASN1_OCTET_STRING.3 M secure/lib/libcrypto/man/man3/RSA_size.3 M secure/lib/libcrypto/man/man3/SCT_new.3 M secure/lib/libcrypto/man/man3/SCT_print.3 M secure/lib/libcrypto/man/man3/SCT_validate.3 M secure/lib/libcrypto/man/man3/SHA256_Init.3 M secure/lib/libcrypto/man/man3/SMIME_read_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_read_PKCS7.3 M secure/lib/libcrypto/man/man3/SMIME_write_CMS.3 M secure/lib/libcrypto/man/man3/SMIME_write_PKCS7.3 M secure/lib/libcrypto/man/man3/SSL_CIPHER_get_name.3 M secure/lib/libcrypto/man/man3/SSL_COMP_add_compression_method.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set1_prefix.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_flags.3 M secure/lib/libcrypto/man/man3/SSL_CONF_CTX_set_ssl_ctx.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd.3 M secure/lib/libcrypto/man/man3/SSL_CONF_cmd_argv.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add1_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_extra_chain_cert.3 M secure/lib/libcrypto/man/man3/SSL_CTX_add_session.3 M secure/lib/libcrypto/man/man3/SSL_CTX_config.3 M secure/lib/libcrypto/man/man3/SSL_CTX_ctrl.3 M secure/lib/libcrypto/man/man3/SSL_CTX_dane_enable.3 M secure/lib/libcrypto/man/man3/SSL_CTX_flush_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_free.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get0_param.3 M secure/lib/libcrypto/man/man3/SSL_CTX_get_verify_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_has_client_custom_ext.3 M secure/lib/libcrypto/man/man3/SSL_CTX_load_verify_locations.3 M secure/lib/libcrypto/man/man3/SSL_CTX_new.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_number.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_cache_size.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sess_set_get_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_sessions.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set0_CA_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_curves.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set1_verify_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_alpn_select_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_store.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cert_verify_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_cipher_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_cert_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_client_hello_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ct_validation_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ctlog_list_file.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_default_passwd_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_generate_session_id.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_info_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_keylog_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_max_cert_list.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_min_proto_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_msg_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_num_tickets.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_options.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_psk_client_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_quiet_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_read_ahead.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_record_padding_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_security_level.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_cache_mode.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_id_context.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_session_ticket_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_split_send_fragment.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_ssl_version.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_stateless_cookie_generate_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_timeout.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_servername_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_status_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tlsext_use_srtp.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_tmp_dh_callback.3 M secure/lib/libcrypto/man/man3/SSL_CTX_set_verify.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_certificate.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_psk_identity_hint.3 M secure/lib/libcrypto/man/man3/SSL_CTX_use_serverinfo.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_free.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_cipher.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_hostname.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_id_context.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get0_peer.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_compress_id.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_ex_data.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_protocol_version.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_get_time.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_has_ticket.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_is_resumable.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_print.3 M secure/lib/libcrypto/man/man3/SSL_SESSION_set1_id.3 M secure/lib/libcrypto/man/man3/SSL_accept.3 M secure/lib/libcrypto/man/man3/SSL_alert_type_string.3 M secure/lib/libcrypto/man/man3/SSL_alloc_buffers.3 M secure/lib/libcrypto/man/man3/SSL_check_chain.3 M secure/lib/libcrypto/man/man3/SSL_clear.3 M secure/lib/libcrypto/man/man3/SSL_connect.3 M secure/lib/libcrypto/man/man3/SSL_do_handshake.3 M secure/lib/libcrypto/man/man3/SSL_export_keying_material.3 M secure/lib/libcrypto/man/man3/SSL_extension_supported.3 M secure/lib/libcrypto/man/man3/SSL_free.3 M secure/lib/libcrypto/man/man3/SSL_get0_peer_scts.3 M secure/lib/libcrypto/man/man3/SSL_get_SSL_CTX.3 M secure/lib/libcrypto/man/man3/SSL_get_all_async_fds.3 M secure/lib/libcrypto/man/man3/SSL_get_ciphers.3 M secure/lib/libcrypto/man/man3/SSL_get_client_random.3 M secure/lib/libcrypto/man/man3/SSL_get_current_cipher.3 M secure/lib/libcrypto/man/man3/SSL_get_default_timeout.3 M secure/lib/libcrypto/man/man3/SSL_get_error.3 M secure/lib/libcrypto/man/man3/SSL_get_extms_support.3 M secure/lib/libcrypto/man/man3/SSL_get_fd.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_cert_chain.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_certificate.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_signature_nid.3 M secure/lib/libcrypto/man/man3/SSL_get_peer_tmp_key.3 M secure/lib/libcrypto/man/man3/SSL_get_psk_identity.3 M secure/lib/libcrypto/man/man3/SSL_get_rbio.3 M secure/lib/libcrypto/man/man3/SSL_get_session.3 M secure/lib/libcrypto/man/man3/SSL_get_shared_sigalgs.3 M secure/lib/libcrypto/man/man3/SSL_get_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_get_version.3 M secure/lib/libcrypto/man/man3/SSL_in_init.3 M secure/lib/libcrypto/man/man3/SSL_key_update.3 M secure/lib/libcrypto/man/man3/SSL_library_init.3 M secure/lib/libcrypto/man/man3/SSL_load_client_CA_file.3 M secure/lib/libcrypto/man/man3/SSL_new.3 M secure/lib/libcrypto/man/man3/SSL_pending.3 M secure/lib/libcrypto/man/man3/SSL_read.3 M secure/lib/libcrypto/man/man3/SSL_read_early_data.3 M secure/lib/libcrypto/man/man3/SSL_rstate_string.3 M secure/lib/libcrypto/man/man3/SSL_session_reused.3 M secure/lib/libcrypto/man/man3/SSL_set1_host.3 M secure/lib/libcrypto/man/man3/SSL_set_bio.3 M secure/lib/libcrypto/man/man3/SSL_set_connect_state.3 M secure/lib/libcrypto/man/man3/SSL_set_fd.3 M secure/lib/libcrypto/man/man3/SSL_set_session.3 M secure/lib/libcrypto/man/man3/SSL_set_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_set_verify_result.3 M secure/lib/libcrypto/man/man3/SSL_shutdown.3 M secure/lib/libcrypto/man/man3/SSL_state_string.3 M secure/lib/libcrypto/man/man3/SSL_want.3 M secure/lib/libcrypto/man/man3/SSL_write.3 M secure/lib/libcrypto/man/man3/UI_STRING.3 M secure/lib/libcrypto/man/man3/UI_UTIL_read_pw.3 M secure/lib/libcrypto/man/man3/UI_create_method.3 M secure/lib/libcrypto/man/man3/UI_new.3 M secure/lib/libcrypto/man/man3/X509V3_get_d2i.3 M secure/lib/libcrypto/man/man3/X509_ALGOR_dup.3 M secure/lib/libcrypto/man/man3/X509_CRL_get0_by_serial.3 M secure/lib/libcrypto/man/man3/X509_EXTENSION_set_object.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_hash_dir.3 M secure/lib/libcrypto/man/man3/X509_LOOKUP_meth_new.3 M secure/lib/libcrypto/man/man3/X509_NAME_ENTRY_get_object.3 M secure/lib/libcrypto/man/man3/X509_NAME_add_entry_by_txt.3 M secure/lib/libcrypto/man/man3/X509_NAME_get0_der.3 M secure/lib/libcrypto/man/man3/X509_NAME_get_index_by_NID.3 M secure/lib/libcrypto/man/man3/X509_NAME_print_ex.3 M secure/lib/libcrypto/man/man3/X509_PUBKEY_new.3 M secure/lib/libcrypto/man/man3/X509_SIG_get0.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_get_error.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_CTX_set_verify_cb.3 M secure/lib/libcrypto/man/man3/X509_STORE_add_cert.3 M secure/lib/libcrypto/man/man3/X509_STORE_get0_param.3 M secure/lib/libcrypto/man/man3/X509_STORE_new.3 M secure/lib/libcrypto/man/man3/X509_STORE_set_verify_cb_func.3 M secure/lib/libcrypto/man/man3/X509_VERIFY_PARAM_set_flags.3 M secure/lib/libcrypto/man/man3/X509_check_ca.3 M secure/lib/libcrypto/man/man3/X509_check_host.3 M secure/lib/libcrypto/man/man3/X509_check_issued.3 M secure/lib/libcrypto/man/man3/X509_check_private_key.3 M secure/lib/libcrypto/man/man3/X509_check_purpose.3 M secure/lib/libcrypto/man/man3/X509_cmp.3 M secure/lib/libcrypto/man/man3/X509_cmp_time.3 M secure/lib/libcrypto/man/man3/X509_digest.3 M secure/lib/libcrypto/man/man3/X509_dup.3 M secure/lib/libcrypto/man/man3/X509_get0_notBefore.3 M secure/lib/libcrypto/man/man3/X509_get0_signature.3 M secure/lib/libcrypto/man/man3/X509_get0_uids.3 M secure/lib/libcrypto/man/man3/X509_get_extension_flags.3 M secure/lib/libcrypto/man/man3/X509_get_pubkey.3 M secure/lib/libcrypto/man/man3/X509_get_serialNumber.3 M secure/lib/libcrypto/man/man3/X509_get_subject_name.3 M secure/lib/libcrypto/man/man3/X509_get_version.3 M secure/lib/libcrypto/man/man3/X509_new.3 M secure/lib/libcrypto/man/man3/X509_sign.3 M secure/lib/libcrypto/man/man3/X509_verify_cert.3 M secure/lib/libcrypto/man/man3/X509v3_get_ext_by_NID.3 M secure/lib/libcrypto/man/man3/d2i_DHparams.3 M secure/lib/libcrypto/man/man3/d2i_PKCS8PrivateKey_bio.3 M secure/lib/libcrypto/man/man3/d2i_PrivateKey.3 M secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3 M secure/lib/libcrypto/man/man3/d2i_X509.3 M secure/lib/libcrypto/man/man3/i2d_CMS_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_PKCS7_bio_stream.3 M secure/lib/libcrypto/man/man3/i2d_re_X509_tbs.3 M secure/lib/libcrypto/man/man3/o2i_SCT_LIST.3 M secure/lib/libcrypto/man/man5/x509v3_config.5 M secure/lib/libcrypto/man/man7/Ed25519.7 M secure/lib/libcrypto/man/man7/RAND.7 M secure/lib/libcrypto/man/man7/RAND_DRBG.7 M secure/lib/libcrypto/man/man7/RSA-PSS.7 M secure/lib/libcrypto/man/man7/SM2.7 M secure/lib/libcrypto/man/man7/X25519.7 M secure/lib/libcrypto/man/man7/bio.7 M secure/lib/libcrypto/man/man7/ct.7 M secure/lib/libcrypto/man/man7/des_modes.7 M secure/lib/libcrypto/man/man7/evp.7 M secure/lib/libcrypto/man/man7/ossl_store-file.7 M secure/lib/libcrypto/man/man7/ossl_store.7 M secure/lib/libcrypto/man/man7/passphrase-encoding.7 M secure/lib/libcrypto/man/man7/proxy-certificates.7 M secure/lib/libcrypto/man/man7/scrypt.7 M secure/lib/libcrypto/man/man7/ssl.7 M secure/lib/libcrypto/man/man7/x509.7 M secure/lib/libssl/Makefile A secure/lib/libssl/libssl.pc.in A secure/lib/libssl/openssl.pc.in M secure/usr.bin/openssl/man/CA.pl.1 M secure/usr.bin/openssl/man/asn1parse.1 M secure/usr.bin/openssl/man/ca.1 M secure/usr.bin/openssl/man/ciphers.1 M secure/usr.bin/openssl/man/cms.1 M secure/usr.bin/openssl/man/crl.1 M secure/usr.bin/openssl/man/crl2pkcs7.1 M secure/usr.bin/openssl/man/dgst.1 M secure/usr.bin/openssl/man/dhparam.1 M secure/usr.bin/openssl/man/dsa.1 M secure/usr.bin/openssl/man/dsaparam.1 M secure/usr.bin/openssl/man/ec.1 M secure/usr.bin/openssl/man/ecparam.1 M secure/usr.bin/openssl/man/enc.1 M secure/usr.bin/openssl/man/engine.1 M secure/usr.bin/openssl/man/errstr.1 M secure/usr.bin/openssl/man/gendsa.1 M secure/usr.bin/openssl/man/genpkey.1 M secure/usr.bin/openssl/man/genrsa.1 M secure/usr.bin/openssl/man/list.1 M secure/usr.bin/openssl/man/nseq.1 M secure/usr.bin/openssl/man/ocsp.1 M secure/usr.bin/openssl/man/openssl.1 M secure/usr.bin/openssl/man/passwd.1 M secure/usr.bin/openssl/man/pkcs12.1 M secure/usr.bin/openssl/man/pkcs7.1 M secure/usr.bin/openssl/man/pkcs8.1 M secure/usr.bin/openssl/man/pkey.1 M secure/usr.bin/openssl/man/pkeyparam.1 M secure/usr.bin/openssl/man/pkeyutl.1 M secure/usr.bin/openssl/man/prime.1 M secure/usr.bin/openssl/man/rand.1 M secure/usr.bin/openssl/man/req.1 M secure/usr.bin/openssl/man/rsa.1 M secure/usr.bin/openssl/man/rsautl.1 M secure/usr.bin/openssl/man/s_client.1 M secure/usr.bin/openssl/man/s_server.1 M secure/usr.bin/openssl/man/s_time.1 M secure/usr.bin/openssl/man/sess_id.1 M secure/usr.bin/openssl/man/smime.1 M secure/usr.bin/openssl/man/speed.1 M secure/usr.bin/openssl/man/spkac.1 M secure/usr.bin/openssl/man/srp.1 M secure/usr.bin/openssl/man/storeutl.1 M secure/usr.bin/openssl/man/ts.1 M secure/usr.bin/openssl/man/tsget.1 M secure/usr.bin/openssl/man/verify.1 M secure/usr.bin/openssl/man/version.1 M secure/usr.bin/openssl/man/x509.1 Log Message: ----------- regen for openssl 1.1.1s Compare: https://github.com/MidnightBSD/src/compare/3d2ee4d08624...363c9b153e82 From noreply at github.com Sun Feb 12 15:37:05 2023 From: noreply at github.com (Lucas Holt) Date: Sun, 12 Feb 2023 12:37:05 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1cccc4: Update UPDATING Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 1cccc4496e64c6614208d0aa8a5b95f2e40cf70d https://github.com/MidnightBSD/src/commit/1cccc4496e64c6614208d0aa8a5b95f2e40cf70d Author: Lucas Holt Date: 2023-02-12 (Sun, 12 Feb 2023) Changed paths: M UPDATING Log Message: ----------- Update UPDATING