From git+noreply at mindrot.org Sat Nov 1 08:39:21 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:21 +1100 Subject: [openssh-commits] [openssh] branch V_10_2 updated (876a7d2a1 -> 01a5bfdd4) Message-ID: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> This is an automated email from the git hooks/post-receive script. dtucker pushed a change to branch V_10_2 in repository openssh. from 876a7d2a1 check PAM user against previous user, not pw_name new af56d5cf9 Update LibreSSL versions and add 4.2.0. new 6ea3242de Add OpenBSD 7.8 test target. new 01a5bfdd4 Support using git for OpenBSD src tree tests. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 01a5bfdd4183911dbfbce6a00064f089a9835d5a Author: Darren Tucker Date: Sat Nov 1 08:34:15 2025 +1100 Support using git for OpenBSD src tree tests. commit 6ea3242de372db8e1a29502e7010a531b575f022 Author: Darren Tucker Date: Sat Nov 1 08:33:07 2025 +1100 Add OpenBSD 7.8 test target. commit af56d5cf96d87b536fc3ad6b6a6fe5ea3c1c53d0 Author: Darren Tucker Date: Mon Oct 20 18:29:24 2025 +1100 Update LibreSSL versions and add 4.2.0. Summary of changes: .github/workflows/c-cpp.yml | 5 +++-- .github/workflows/selfhosted.yml | 1 + .github/workflows/upstream.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:22 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:22 +1100 Subject: [openssh-commits] [openssh] 01/03: Update LibreSSL versions and add 4.2.0. In-Reply-To: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> References: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> Message-ID: This is an automated email from the git hooks/post-receive script. dtucker pushed a commit to branch V_10_2 in repository openssh. commit af56d5cf96d87b536fc3ad6b6a6fe5ea3c1c53d0 Author: Darren Tucker AuthorDate: Mon Oct 20 18:29:24 2025 +1100 Update LibreSSL versions and add 4.2.0. --- .github/workflows/c-cpp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f7691cb76..a132ed87f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -79,8 +79,9 @@ jobs: - { target: ubuntu-latest, config: libressl-3.7.3 } - { target: ubuntu-latest, config: libressl-3.8.4 } - { target: ubuntu-latest, config: libressl-3.9.2 } - - { target: ubuntu-latest, config: libressl-4.0.0 } - - { target: ubuntu-latest, config: libressl-4.1.0 } + - { target: ubuntu-latest, config: libressl-4.0.1 } + - { target: ubuntu-latest, config: libressl-4.1.1 } + - { target: ubuntu-latest, config: libressl-4.2.0 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.1.1 } -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:23 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:23 +1100 Subject: [openssh-commits] [openssh] 02/03: Add OpenBSD 7.8 test target. In-Reply-To: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> References: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> Message-ID: This is an automated email from the git hooks/post-receive script. dtucker pushed a commit to branch V_10_2 in repository openssh. commit 6ea3242de372db8e1a29502e7010a531b575f022 Author: Darren Tucker AuthorDate: Sat Nov 1 08:33:07 2025 +1100 Add OpenBSD 7.8 test target. --- .github/workflows/selfhosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index a46d8a451..aa01c8b29 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -51,6 +51,7 @@ jobs: - obsd74 - obsd76 - obsd77 + - obsd78 - obsdsnap - obsdsnap-i386 - omnios -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:24 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:24 +1100 Subject: [openssh-commits] [openssh] 03/03: Support using git for OpenBSD src tree tests. In-Reply-To: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> References: <176194676184.15621.15277259707795716597@fuyu.mindrot.org> Message-ID: This is an automated email from the git hooks/post-receive script. dtucker pushed a commit to branch V_10_2 in repository openssh. commit 01a5bfdd4183911dbfbce6a00064f089a9835d5a Author: Darren Tucker AuthorDate: Sat Nov 1 08:34:15 2025 +1100 Support using git for OpenBSD src tree tests. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 6cb08fd41..d055627a8 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -42,7 +42,7 @@ jobs: run: sshfs_mount working-directory: ${{ runner.temp }} - name: update source - run: vmrun "cd /usr/src && cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc" + run: vmrun "cd /usr/src && if [ -d .git ]; then git pull && git log -n1 --pretty=format:"%h %an: %s" ; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi" - name: update netcat run: vmrun "cd /usr/src/usr.bin/nc && make clean all && sudo make install" - name: make clean -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:56 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:56 +1100 Subject: [openssh-commits] [openssh] branch master updated (2425d7faf -> 7e5d404cf) Message-ID: <176194679682.40657.14706029643355268872@fuyu.mindrot.org> This is an automated email from the git hooks/post-receive script. dtucker pushed a change to branch master in repository openssh. from 2425d7faf check PAM user against previous user, not pw_name new d87e7f0be Add OpenBSD 7.8 test target. new 7e5d404cf Support using git for OpenBSD src tree tests. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7e5d404cf73b6762715eec69b67cce2c4801f9e9 Author: Darren Tucker Date: Sat Nov 1 08:34:15 2025 +1100 Support using git for OpenBSD src tree tests. commit d87e7f0bed66fc9f76fe4a2f43390fdc9a664132 Author: Darren Tucker Date: Sat Nov 1 08:33:07 2025 +1100 Add OpenBSD 7.8 test target. Summary of changes: .github/workflows/selfhosted.yml | 1 + .github/workflows/upstream.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:58 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:58 +1100 Subject: [openssh-commits] [openssh] 02/02: Support using git for OpenBSD src tree tests. In-Reply-To: <176194679682.40657.14706029643355268872@fuyu.mindrot.org> References: <176194679682.40657.14706029643355268872@fuyu.mindrot.org> Message-ID: This is an automated email from the git hooks/post-receive script. dtucker pushed a commit to branch master in repository openssh. commit 7e5d404cf73b6762715eec69b67cce2c4801f9e9 Author: Darren Tucker AuthorDate: Sat Nov 1 08:34:15 2025 +1100 Support using git for OpenBSD src tree tests. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 6cb08fd41..d055627a8 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -42,7 +42,7 @@ jobs: run: sshfs_mount working-directory: ${{ runner.temp }} - name: update source - run: vmrun "cd /usr/src && cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc" + run: vmrun "cd /usr/src && if [ -d .git ]; then git pull && git log -n1 --pretty=format:"%h %an: %s" ; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi" - name: update netcat run: vmrun "cd /usr/src/usr.bin/nc && make clean all && sudo make install" - name: make clean -- To stop receiving notification emails like this one, please contact djm at mindrot.org. From git+noreply at mindrot.org Sat Nov 1 08:39:57 2025 From: git+noreply at mindrot.org (git+noreply at mindrot.org) Date: Sat, 01 Nov 2025 08:39:57 +1100 Subject: [openssh-commits] [openssh] 01/02: Add OpenBSD 7.8 test target. In-Reply-To: <176194679682.40657.14706029643355268872@fuyu.mindrot.org> References: <176194679682.40657.14706029643355268872@fuyu.mindrot.org> Message-ID: This is an automated email from the git hooks/post-receive script. dtucker pushed a commit to branch master in repository openssh. commit d87e7f0bed66fc9f76fe4a2f43390fdc9a664132 Author: Darren Tucker AuthorDate: Sat Nov 1 08:33:07 2025 +1100 Add OpenBSD 7.8 test target. --- .github/workflows/selfhosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index a46d8a451..aa01c8b29 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -51,6 +51,7 @@ jobs: - obsd74 - obsd76 - obsd77 + - obsd78 - obsdsnap - obsdsnap-i386 - omnios -- To stop receiving notification emails like this one, please contact djm at mindrot.org.