From owner-freebsd-doc@FreeBSD.ORG Tue Sep 23 03:57:08 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B291916A4BF; Tue, 23 Sep 2003 03:57:08 -0700 (PDT) Received: from delta.allbsd.org (p61064-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.143.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6584343FF2; Tue, 23 Sep 2003 03:57:01 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9/8.12.6) with ESMTP id h8NAuI9q086451; Tue, 23 Sep 2003 19:56:19 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Tue, 23 Sep 2003 19:46:39 +0900 (JST) Message-Id: <20030923.194639.16489841.hrs@eos.ocn.ne.jp> To: security-officer@FreeBSD.org From: Hiroki Sato In-Reply-To: References: X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart0(Tue_Sep_23_19:46:39_2003_459)--" Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org cc: www@FreeBSD.org Subject: Re: Latest security advisory not visible on front page (FreeBSD-SA-03:13.sendmail) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 10:57:08 -0000 ----Security_Multipart0(Tue_Sep_23_19:46:39_2003_459)-- Content-Type: Multipart/Mixed; boundary="--Next_Part(Tue_Sep_23_19:46:39_2003_273)--" Content-Transfer-Encoding: 7bit ----Next_Part(Tue_Sep_23_19:46:39_2003_273)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I would like to commit the attached patch. With this patch, a list of the advisories in security.sgml is generated from advisories.xml, and the security officer no longer needs to change the list; only needs to change advisories.xml. Comments or objections? -- | Hiroki SATO ----Next_Part(Tue_Sep_23_19:46:39_2003_273)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="www.en.security.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/security/Makefile,v retrieving revision 1.7 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.7 Makefile --- Makefile 7 Nov 2000 04:05:36 -0000 1.7 +++ Makefile 23 Sep 2003 10:30:02 -0000 @@ -14,3 +14,10 @@ .include "${WEB_PREFIX}/share/mk/web.site.mk" +CLEANFILES+= advisories.html.inc + +security.html: advisories.html.inc + +advisories.html.inc: mkindex.xsl advisories.xml + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + ${.CURDIR}/mkindex.xsl ${.CURDIR}/advisories.xml Index: mkindex.xsl =================================================================== RCS file: mkindex.xsl diff -N mkindex.xsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mkindex.xsl 23 Sep 2003 10:31:34 -0000 @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • .asc.asc
  • +
    + +
    + + + + +

    + +
    + +
    Index: security.sgml =================================================================== RCS file: /home/ncvs/www/en/security/security.sgml,v retrieving revision 1.142 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.142 security.sgml --- security.sgml 23 Sep 2003 09:14:52 -0000 1.142 +++ security.sgml 23 Sep 2003 09:50:01 -0000 @@ -3,6 +3,7 @@ %includes; + ]> @@ -301,283 +302,7 @@ for the very latest advisories please check the FTP site):

    - -FreeBSD 5.1-RELEASE released. - -FreeBSD 4.8-RELEASE released. - -FreeBSD 5.0-RELEASE released. - -FreeBSD 4.7-RELEASE released. - -FreeBSD 4.6.2-RELEASE released. - -FreeBSD 4.6-RELEASE released. - -FreeBSD 4.5-RELEASE released. - -FreeBSD 4.4-RELEASE released. - -FreeBSD 4.3-RELEASE released. - +&advisories.html.inc;

    FreeBSD Security Mailing Lists Information

    ----Next_Part(Tue_Sep_23_19:46:39_2003_273)---- ----Security_Multipart0(Tue_Sep_23_19:46:39_2003_459)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/cCSPTyzT2CeTzy0RAgCyAJ0QofYSGG8sjCwub0D7f0qn9MjklgCgzcQM M5CGWBjl1alBZ5ZaOXAcCTw= =3LW0 -----END PGP SIGNATURE----- ----Security_Multipart0(Tue_Sep_23_19:46:39_2003_459)----