Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 11:40:49 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Mark Johnston <markj@freebsd.org>
Cc:        Yuri Pankov <yuri@aetern.org>, src-committers@freebsd.org,  dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: 801c452795ac - main - man9: Really complete the removal of MD5.9
Message-ID:  <CANCZdfreRtEpAn8s-Zj-VsNvArmVz7hMaLwTFbZsvrtRj40PjA@mail.gmail.com>
In-Reply-To: <ZqfFpMXKXIZUjBdX@nuc>
References:  <202407291431.46TEVQow094080@gitrepo.freebsd.org> <63334eb1-7af6-439a-89a0-ba379428c5a6@aetern.org> <ZqfFpMXKXIZUjBdX@nuc>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000492a89061e665daf
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 29, 2024 at 10:39=E2=80=AFAM Mark Johnston <markj@freebsd.org> =
wrote:

> On Mon, Jul 29, 2024 at 11:31:19PM +0700, Yuri Pankov wrote:
> > Mark Johnston wrote:
> > > The branch main has been updated by markj:
> > >
> > > URL:
> https://cgit.FreeBSD.org/src/commit/?id=3D801c452795ac441523655eb3277051b=
7b034becf
> > >
> > > commit 801c452795ac441523655eb3277051b7b034becf
> > > Author:     Mark Johnston <markj@FreeBSD.org>
> > > AuthorDate: 2024-07-29 14:12:40 +0000
> > > Commit:     Mark Johnston <markj@FreeBSD.org>
> > > CommitDate: 2024-07-29 14:17:04 +0000
> > >
> > >     man9: Really complete the removal of MD5.9
> > >
> > >     Fixes:  46b0db2dbe9f ("Remove unnecessary and now inaccurate
> kernel side manual page.")
> > >     Fixes:  36d68cb2ddd2 ("Complete the removal of the MD5 manual pag=
e
> from section 9.")
> > > ---
> > >  ObsoleteFiles.inc       | 2 ++
> > >  share/man/man9/Makefile | 2 --
> > >  2 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
> > > index b21778466800..01b4824e8692 100644
> > > --- a/ObsoleteFiles.inc
> > > +++ b/ObsoleteFiles.inc
> > > @@ -56,6 +56,8 @@ OLD_FILES+=3Dusr/share/man/man9/ifaddr_byindex.9.gz
> > >
> > >  # 20240729: remove MD5(9)
> > >  OLD_FILES+=3Dusr/share/man/man9/MD5.9.gz
> > > +OLD_FILES+=3Dusr/share/man/man9/MD5Init.9
> > > +OLD_FILES+=3Dusr/share/man/man9/MD5Transform.9
> >
> > This really needs to be smarter, but you have to specify .gz suffix for
> > man entries as we have compression enabled by default.
>
> Sigh, who knew it was so difficult to remove a man page.
>

There is a pull request being worked on that will be smarter about what's
removed since we have compress (UFS) and uncompress (ZFS) setups
now.

Warner


> Thanks, this is fixed now.
>
> > >  # 20240726: deprecate contigfree(9)
> > >  OLD_FILES+=3Dusr/share/man/man9/contigfree.9.gz
> > > diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
> > > index 593bbd068790..60f994edfd9f 100644
> > > --- a/share/man/man9/Makefile
> > > +++ b/share/man/man9/Makefile
> > > @@ -1544,8 +1544,6 @@ MLINKS+=3D\
> > >     mbuf_tags.9 m_tag_next.9 \
> > >     mbuf_tags.9 m_tag_prepend.9 \
> > >     mbuf_tags.9 m_tag_unlink.9
> > > -MLINKS+=3DMD5.9 MD5Init.9 \
> > > -   MD5.9 MD5Transform.9
> > >  MLINKS+=3Dmdchain.9 md_append_record.9 \
> > >     mdchain.9 md_done.9 \
> > >     mdchain.9 md_get_int64.9 \
> > >
> >
>

--000000000000492a89061e665daf
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><br></div><br><div class=3D"gmail_quote">=
<div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 29, 2024 at 10:39=E2=80=
=AFAM Mark Johnston &lt;<a href=3D"mailto:markj@freebsd.org">markj@freebsd.=
org</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"marg=
in:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1e=
x">On Mon, Jul 29, 2024 at 11:31:19PM +0700, Yuri Pankov wrote:<br>
&gt; Mark Johnston wrote:<br>
&gt; &gt; The branch main has been updated by markj:<br>
&gt; &gt; <br>
&gt; &gt; URL: <a href=3D"https://cgit.FreeBSD.org/src/commit/?id=3D801c452=
795ac441523655eb3277051b7b034becf" rel=3D"noreferrer" target=3D"_blank">htt=
ps://cgit.FreeBSD.org/src/commit/?id=3D801c452795ac441523655eb3277051b7b034=
becf</a><br>
&gt; &gt; <br>
&gt; &gt; commit 801c452795ac441523655eb3277051b7b034becf<br>
&gt; &gt; Author:=C2=A0 =C2=A0 =C2=A0Mark Johnston &lt;markj@FreeBSD.org&gt=
;<br>
&gt; &gt; AuthorDate: 2024-07-29 14:12:40 +0000<br>
&gt; &gt; Commit:=C2=A0 =C2=A0 =C2=A0Mark Johnston &lt;markj@FreeBSD.org&gt=
;<br>
&gt; &gt; CommitDate: 2024-07-29 14:17:04 +0000<br>
&gt; &gt; <br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0man9: Really complete the removal of MD5.9<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0Fixes:=C2=A0 46b0db2dbe9f (&quot;Remove unnece=
ssary and now inaccurate kernel side manual page.&quot;)<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0Fixes:=C2=A0 36d68cb2ddd2 (&quot;Complete the =
removal of the MD5 manual page from section 9.&quot;)<br>
&gt; &gt; ---<br>
&gt; &gt;=C2=A0 ObsoleteFiles.inc=C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 ++<br>
&gt; &gt;=C2=A0 share/man/man9/Makefile | 2 --<br>
&gt; &gt;=C2=A0 2 files changed, 2 insertions(+), 2 deletions(-)<br>
&gt; &gt; <br>
&gt; &gt; diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc<br>
&gt; &gt; index b21778466800..01b4824e8692 100644<br>
&gt; &gt; --- a/ObsoleteFiles.inc<br>
&gt; &gt; +++ b/ObsoleteFiles.inc<br>
&gt; &gt; @@ -56,6 +56,8 @@ OLD_FILES+=3Dusr/share/man/man9/ifaddr_byindex.=
9.gz<br>
&gt; &gt;=C2=A0 <br>
&gt; &gt;=C2=A0 # 20240729: remove MD5(9)<br>
&gt; &gt;=C2=A0 OLD_FILES+=3Dusr/share/man/man9/MD5.9.gz<br>
&gt; &gt; +OLD_FILES+=3Dusr/share/man/man9/MD5Init.9<br>
&gt; &gt; +OLD_FILES+=3Dusr/share/man/man9/MD5Transform.9<br>
&gt; <br>
&gt; This really needs to be smarter, but you have to specify .gz suffix fo=
r<br>
&gt; man entries as we have compression enabled by default.<br>
<br>
Sigh, who knew it was so difficult to remove a man page.<br></blockquote><d=
iv><br></div><div>There is a pull request being worked on that will be smar=
ter about what&#39;s</div><div>removed since we have compress (UFS) and unc=
ompress (ZFS) setups</div><div>now.</div><div><br></div><div>Warner</div><d=
iv>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0p=
x 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks, this is fixed now.<br>
<br>
&gt; &gt;=C2=A0 # 20240726: deprecate contigfree(9)<br>
&gt; &gt;=C2=A0 OLD_FILES+=3Dusr/share/man/man9/contigfree.9.gz<br>
&gt; &gt; diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile<br=
>
&gt; &gt; index 593bbd068790..60f994edfd9f 100644<br>
&gt; &gt; --- a/share/man/man9/Makefile<br>
&gt; &gt; +++ b/share/man/man9/Makefile<br>
&gt; &gt; @@ -1544,8 +1544,6 @@ MLINKS+=3D\<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0mbuf_tags.9 m_tag_next.9 \<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0mbuf_tags.9 m_tag_prepend.9 \<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0mbuf_tags.9 m_tag_unlink.9<br>
&gt; &gt; -MLINKS+=3DMD5.9 MD5Init.9 \<br>
&gt; &gt; -=C2=A0 =C2=A0MD5.9 MD5Transform.9<br>
&gt; &gt;=C2=A0 MLINKS+=3Dmdchain.9 md_append_record.9 \<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0mdchain.9 md_done.9 \<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0mdchain.9 md_get_int64.9 \<br>
&gt; &gt; <br>
&gt; <br>
</blockquote></div></div>

--000000000000492a89061e665daf--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfreRtEpAn8s-Zj-VsNvArmVz7hMaLwTFbZsvrtRj40PjA>