Hello Jonathan,

Jonathan Gray wrote on Mon, Oct 06, 2025 at 04:05:57PM +1100:

> A diff for those files and a few more:

OK for immediate commit in spite of the lock and without bothering Theo,
but please down't forget to regen after commit by saying

cd build/
make ftp
cd ../openssh/
cvs diff -u portable.html
cvs commit -m sync portable.html

It appears no other generated file needs to be synched.

Alternatively, it appears to also be correct to regen before commit
and simply include portable.html in the commit itself, i don't see
dates or RCS tags in portable.html.

Optionally, feel free to also fix this HTML syntax error in one of the 
files you are touching:

> Index: build/mirrors/openssh-portable.html.head

- <a href="report.html"</a>Problem reports</a>.
+ <a href="report.html">Problem reports</a>.

Yours,
  Ingo


> Index: 70.html
> ===================================================================
> RCS file: /cvs/www/70.html,v
> diff -u -p -r1.95 70.html
> --- 70.html   30 Nov 2021 10:30:51 -0000      1.95
> +++ 70.html   6 Oct 2025 04:48:27 -0000
> @@ -692,7 +692,7 @@ to 7.0.
>  
>      <li>Portable Improvements
>      <ul>
> -      <li>Ported continuous integration and test infrastructure to Github 
> actions.</li>
> +      <li>Ported continuous integration and test infrastructure to GitHub 
> actions.</li>
>        <li>Added Universal Windows Platform (UWP) build support.</li>
>        <li>Fixed mingw-w64 builds on newer versions with missing SSP 
> support.</li>
>        <li>Added non-executable stack annotations for CMake builds.</li>
> Index: openbgpd/mail.html
> ===================================================================
> RCS file: /cvs/www/openbgpd/mail.html,v
> diff -u -p -r1.4 mail.html
> --- openbgpd/mail.html        13 Jun 2019 07:34:36 -0000      1.4
> +++ openbgpd/mail.html        6 Oct 2025 04:56:18 -0000
> @@ -28,10 +28,10 @@ with "subscribe users" as the message bo
>  
>  <p>
>  Most development will be done either on
> -<a href="https://github.com/openbgpd-portable/openbgpd-portable";>Github</a>
> +<a href="https://github.com/openbgpd-portable/openbgpd-portable";>GitHub</a>
>  for the portable branch, or on the
>  <a 
> href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?func=lists-long-full&extra=tech";>OpenBSD
>  tech</a> mailing list.
> -Bugs should be submitted to either Github or the
> +Bugs should be submitted to either GitHub or the
>  <a 
> href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?func=lists-long-full&extra=bugs";>OpenBSD
>  bugs</a> mailing list.
>  
>  <p>
> Index: faq/ports/guide.html
> ===================================================================
> RCS file: /cvs/www/faq/ports/guide.html,v
> diff -u -p -r1.111 guide.html
> --- faq/ports/guide.html      23 Jul 2024 08:11:54 -0000      1.111
> +++ faq/ports/guide.html      6 Oct 2025 04:49:19 -0000
> @@ -212,7 +212,7 @@ often missing from "tagged" releases.
>  Specify as normal, using something like
>  <code>SITES=https://github.com/acct/project/releases/download/relname/</code>
>  
> -<li>In other cases, files have been tagged but they rely on github's
> +<li>In other cases, files have been tagged but they rely on GitHub's
>  on-the-fly archive creation.
>  These can be specified using the following
>  <a href="https://man.openbsd.org/bsd.port.mk";>bsd.port.mk(5)</a> variables:
> Index: build/mirrors/openssh-portable.html.head
> ===================================================================
> RCS file: /cvs/www/build/mirrors/openssh-portable.html.head,v
> diff -u -p -r1.38 openssh-portable.html.head
> --- build/mirrors/openssh-portable.html.head  4 Jun 2025 09:53:40 -0000       
> 1.38
> +++ build/mirrors/openssh-portable.html.head  6 Oct 2025 04:53:46 -0000
> @@ -98,7 +98,7 @@ Portable OpenSSH's source tree is also a
>  <p>
>  This repository is provided and maintained
>  by <a href="mailto:[email protected]";>Damien Miller</a>. It is also mirrored 
> at
> -<a href="https://github.com/openssh/openssh-portable";>Github</a>.
> +<a href="https://github.com/openssh/openssh-portable";>GitHub</a>.
>  
>  <h2 id="building">Building</h2>
>  <p>

Reply via email to