diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-02-17 15:36:40 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-02-17 15:38:16 +0800 |
commit | d94d6060488da23db738078541e4b08a743f763c (patch) | |
tree | f9cc995e3b7e38aa0e1dcb29db0c6188ce9a810e | |
parent | ce779ec8c1b39ea77d819c97d7604eff4f565ca2 (diff) |
packages: Mention Glibc stable branch in its package info
See the discussion at
https://sourceware.org/pipermail/libc-alpha/2023-February/145672.html.
-rw-r--r-- | chapter03/packages.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index d82e0b4c4..92d44afaf 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -270,6 +270,20 @@ <para>Home page: <ulink url="&glibc-home;"/></para> <para>Download: <ulink url="&glibc-url;"/></para> <para>MD5 sum: <literal>&glibc-md5;</literal></para> + + <note> + <para> + The Glibc developers maintain a + <ulink url='https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/release/&glibc-version;/master'>Git + branch</ulink> containing patches considered worthy for + Glibc-&glibc-version; but unfortunately developed after + Glibc-&glibc-version; release. The LFS editors will issue a + security advisory if any security fix is added into the branch, + but no actions will be taken for other newly added patches. You + may review the patches yourself and incorporate some patches if + you consider them important. + </para> + </note> </listitem> </varlistentry> |