[lfs] branch trunk updated: general: fix double-slash in advisory URL

git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Thu, 23 Jul 2026 13:51:44 +0000
Newsgroups gmane.linux.lfs.book
Message-ID <178481470407.1647416.5211471378093980224@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1784814709-1024790-5464
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 3498a5bbb general: fix double-slash in advisory URL
3498a5bbb is described below

commit 3498a5bbb56a0e59b61f6e771f1c5f281ae54522
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Jul 23 21:50:48 2026 +0800

    general: fix double-slash in advisory URL
---
 general.ent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/general.ent b/general.ent
index af6dc4c16..360fef6f3 100644
--- a/general.ent
+++ b/general.ent
@@ -93,7 +93,7 @@
 <!ENTITY downloads-root  "&lfs-root;lfs/downloads/&generic-version;/">
 <!ENTITY livecd-root     "&lfs-root;livecd/">
 <!ENTITY test-results    "&lfs-root;lfs/build-logs/&generic-version;/">
-<!ENTITY secadv          "&lfs-root;/advisories/">
+<!ENTITY secadv          "&lfs-root;advisories/">
 
 <!-- 5.10 EOL is Dec 2026
 	 so for LFS 13.2 we may consider moving to 5.15. -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1784814709-1024790-5464
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page

------------=_1784814709-1024790-5464--