Index: www/en/Makefile =================================================================== RCS file: /home/dcvs/www/en/Makefile,v retrieving revision 1.100 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.100 Makefile --- www/en/Makefile 16 Nov 2003 18:56:24 -0000 1.100 +++ www/en/Makefile 21 Nov 2003 17:59:47 -0000 @@ -91,13 +91,6 @@ DATA+= index.html CLEANFILES+= index.html -index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl security/advisories.xml ../../doc/share/sgml/mirrors.xml - ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - WEBCHECK?= ${PREFIX}/bin/webcheck WEBCHECKOPTS?= -ab ${WEBCHECKFLAGS} WEBCHECKDIR?= /webcheck @@ -109,3 +102,13 @@ ${WEBCHECK} ${WEBCHECKOPTS} -o ${WEBCHECKINSTALLDIR} ${WEBCHECKURL} .include "${WEB_PREFIX}/share/mk/web.site.mk" + +index.html: index.xsl ${XML_INCLUDES} ${XML_NEWS} ${XML_MIRRORS} ${XML_ADVISORIES} + ${XSLTPROC} ${XSLTPROCOPTS} \ + -o $@ \ + --param mirrors.xml "'${XML_MIRRORS}'" \ + --param advisories.xml "'${XML_ADVISORIES}'" \ + ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif Index: www/en/includes.xsl =================================================================== RCS file: /home/dcvs/www/en/includes.xsl,v retrieving revision 1.19 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.19 includes.xsl --- www/en/includes.xsl 17 Nov 2003 06:28:19 -0000 1.19 +++ www/en/includes.xsl 17 Nov 2003 09:08:59 -0000 @@ -4,117 +4,10 @@ - - - - - - - - - - - - - [New!] - - - - Copyright © 1995-2003 the FreeBSD Project. All rights reserved. - - - - - - - - - - - - - - - @FreeBSD.org
-
- - - FreeBSD Home Page - - - - - <xsl:value-of select="$title"/> - - - - - - - - #000000 - #FFFFFF - #FFCC33 - - - - Navigation Bar - -

- -
- - - Top - Applications - Support - Documentation - Vendors - Search - Index - Top - Top - -
+ - -
-

-
-
- - - - /releases/R/relnotes.html + - - /releases/R/announce.html - - /releases/R/errata.html - - /releases/R/hardware.html - - /releases/R/early-adopter.html - - - - /releases/R/relnotes.html + - - /releases/R/announce.html - - /releases/R/errata.html - - /releases/R/hardware.html -
Index: www/en/index.xsl =================================================================== RCS file: /home/dcvs/www/en/index.xsl,v retrieving revision 1.82 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.82 index.xsl --- www/en/index.xsl 17 Nov 2003 06:28:19 -0000 1.82 +++ www/en/index.xsl 21 Nov 2003 17:49:26 -0000 @@ -50,42 +50,34 @@ which are not mirrored should be listed in support.sgml. --> - + + + - + + + @@ -418,16 +410,16 @@ Latest update: + select="document($advisories.xml)/descendant::month[position() = 1]/name"/> + select="document($advisories.xml)/descendant::day[position() = 1]/name"/> , + select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
- + · ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/.asc Index: www/en/security/Makefile =================================================================== RCS file: /home/dcvs/www/en/security/Makefile,v retrieving revision 1.8 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.8 Makefile --- www/en/security/Makefile 29 Sep 2003 16:46:32 -0000 1.8 +++ www/en/security/Makefile 22 Nov 2003 10:47:16 -0000 @@ -18,6 +18,6 @@ security.html: advisories.html.inc -advisories.html.inc: mkindex.xsl advisories.xml +advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/mkindex.xsl ${.CURDIR}/advisories.xml + ${.CURDIR}/mkindex.xsl ${XML_ADVISORIES} Index: www/ja/Makefile =================================================================== RCS file: /home/dcvs/www/ja/Makefile,v retrieving revision 1.61 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.61 Makefile --- www/ja/Makefile 18 Nov 2003 22:11:26 -0000 1.61 +++ www/ja/Makefile 22 Nov 2003 11:26:08 -0000 @@ -85,14 +85,17 @@ DATA+= index.html CLEANFILES+= index.html -index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl ../en/security/advisories.xml ../../doc/share/sgml/mirrors.xml ../../doc/ja_JP.eucJP/share/sgml/transtable.xsl ../../doc/ja_JP.eucJP/share/sgml/transtable.xml - ${XSLTPROC} ${XSLTPROCOPTS} -o index.html \ - ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" + +index.html: index.xsl ${XML_INCLUDES} ${XML_NEWS} ${XML_MIRRORS} ${XML_ADVISORIES} + ${XSLTPROC} ${XSLTPROCOPTS} \ + -o index.html \ + --param mirrors.xml "'${XML_MIRRORS}'" \ + --param advisories.xml "'${XML_ADVISORIES}'" \ + ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif Index: www/ja/includes.xsl =================================================================== RCS file: /home/dcvs/www/ja/includes.xsl,v retrieving revision 1.17 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.17 includes.xsl --- www/ja/includes.xsl 17 Nov 2003 06:28:19 -0000 1.17 +++ www/ja/includes.xsl 21 Nov 2003 17:46:09 -0000 @@ -5,57 +5,9 @@ - - - - - - - - - - - - [New!] - - - - Copyright © 1995-2003 the FreeBSD Project. All rights reserved. - - - - - - - - - - - - - - - @FreeBSD.org
-
- - - FreeBSD Home Page - - - - - <xsl:value-of select="$title"/> - - - - - + - - #000000 - #FFFFFF - #FFCC33 - + メニュー - - + + + + + + + + + + + + + /releases/R/hardware.html - Index: www/ja/index.xsl =================================================================== RCS file: /home/dcvs/www/ja/index.xsl,v retrieving revision 1.32 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.32 index.xsl --- www/ja/index.xsl 17 Nov 2003 06:28:19 -0000 1.32 +++ www/ja/index.xsl 21 Nov 2003 17:47:26 -0000 @@ -54,42 +54,34 @@ which are not mirrored should be listed in support.sgml. --> - + + + - + + + @@ -425,16 +417,16 @@ 最終更新: + select="document($advisories.xml)/descendant::month[position() = 1]/name"/> + select="document($advisories.xml)/descendant::day[position() = 1]/name"/> , + select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
- + ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/.asc Index: www/ja/security/Makefile =================================================================== RCS file: /home/dcvs/www/ja/security/Makefile,v retrieving revision 1.14 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.14 Makefile --- www/ja/security/Makefile 11 Oct 2003 07:12:37 -0000 1.14 +++ www/ja/security/Makefile 17 Nov 2003 10:26:34 -0000 @@ -23,6 +23,6 @@ security.html: advisories.html.inc -advisories.html.inc: mkindex.xsl ../../en/security/advisories.xml +advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/mkindex.xsl ${.CURDIR}/../../en/security/advisories.xml + ${.CURDIR}/mkindex.xsl ${XML_ADVISORIES} Index: www/share/mk/web.site.mk =================================================================== RCS file: /home/dcvs/www/share/mk/web.site.mk,v retrieving revision 1.47 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.47 web.site.mk --- www/share/mk/web.site.mk 16 Nov 2003 18:56:24 -0000 1.47 +++ www/share/mk/web.site.mk 22 Nov 2003 12:32:25 -0000 @@ -77,6 +77,31 @@ # NO_SUBDIR= YES +# +# for dependency +# + +XML_NEWS= ${.CURDIR}/news/news.xml +XML_NEWS+= ${.CURDIR}/news/press.xml +XML_NEWS+= ${.CURDIR}/news/includes.xsl + +DOC_PREFIX?= ${WEB_PREFIX}/../doc + +.include "${DOC_PREFIX}/share/mk/doc.common.mk" + +XML_INCLUDES= ${WEB_PREFIX}/${WWW_LANGCODE}/includes.xsl +XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.header.xsl +XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.misc.xsl +XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.release.xsl +XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.xsl + +SGML_INCLUDES= ${WEB_PREFIX}/${WWW_LANGCODE}/includes.sgml +SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.header.sgml +SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.misc.sgml +SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.release.sgml +SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.sgml + + ################################################################## # Transformation rules @@ -118,7 +143,7 @@ @${HTML2TXT} ${HTML2TXTOPTS} ${.CURDIR}/${_entry} | ${ISPELL} ${ISPELLOPTS} .endfor -.sgml.html: +.sgml.html: ${SGML_INCLUDES} ${PREHTML} ${PREHTMLOPTS} ${.IMPSRC} | \ ${SETENV} SGML_CATALOG_FILES= \ ${SGMLNORM} ${SGMLNORMOPTS} > ${.TARGET} || \ Index: www/share/sgml/advisories.xml =================================================================== RCS file: www/share/sgml/advisories.xml diff -N www/share/sgml/advisories.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/share/sgml/advisories.xml 17 Nov 2003 09:25:41 -0000 @@ -0,0 +1,2173 @@ + + + + + $FreeBSD: www/en/security/advisories.xml,v 1.143 2003/11/07 09:32:24 kuriyama Exp $ + + + + + 2003 + + + October + + + 5 + + + FreeBSD-SA-03:15.openssh + + + + + 3 + + + FreeBSD-SA-03:18.openssl + + + FreeBSD-SA-03:17.procfs + + + + + 2 + + + FreeBSD-SA-03:16.filedesc + + + + + + September + + + 23 + + + FreeBSD-SA-03:14.arp + + + + + 17 + + + FreeBSD-SA-03:13.sendmail + + + + + 16 + + + FreeBSD-SA-03:12.openssh + + + + + + August + + + 26 + + + FreeBSD-SA-03:11.sendmail + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1170 + + + + + 10 + + + FreeBSD-SA-03:10.ibcs2 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1164 + + + + FreeBSD-SA-03:09.signal + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1163 + + + + + 3 + + + FreeBSD-SA-03:08.realpath + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1158 + + + + + + June + + + 9 + + + FreeBSD 5.1-RELEASE + + + + + + April + + + 8 + + + FreeBSD-SN-03:02 + + + + + 7 + + + FreeBSD-SN-03:01 + + + + + 3 + + + FreeBSD 4.8-RELEASE + + + + + + March + + + 30 + + + FreeBSD-SA-03:07.sendmail + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1122 + + + + + 21 + + + FreeBSD-SA-03:06.openssl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1118 + + + + + 20 + + + FreeBSD-SA-03:05.xdr + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1117 + + + + + 3 + + + FreeBSD-SA-03:04.sendmail + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1112 + + + + + + February + + + 24 + + + FreeBSD-SA-03:03.syncookies + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1106 + + + + FreeBSD-SA-03:02.openssl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1105 + + + + + 04 + + + FreeBSD-SA-03:01.cvs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1100 + + + + + + + January + + + 19 + + + FreeBSD 5.0-RELEASE + + + + + 07 + + + FreeBSD-SA-02:44.filedesc + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1090 + + + + + + + + + 2002 + + + November + + + 15 + + + FreeBSD-SA-02:43.bind + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1084 + + + + FreeBSD-SA-02:41.smrsh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1082 + + + + + 12 + + + FreeBSD-SA-02:42.resolv + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1083 + + + + FreeBSD-SA-02:40.kadmind + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1081 + + + + + + + October + + + 10 + + + FreeBSD 4.7-RELEASE + + + + FreeBSD-SN-02:06 + + + + + + + September + + + 16 + + + FreeBSD-SA-02:39.libkvm + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1051 + + + + + + + + August + + + 28 + + + FreeBSD-SN-02:05 + + + + + 19 + + + FreeBSD-SA-02:38.signed-error + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1041 + + + + + 15 + + + FreeBSD 4.6.2-RELEASE + + + + + 05 + + + FreeBSD-SA-02:37.kqueue + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1033 + + + + FreeBSD-SA-02:36.nfs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1032 + + + + FreeBSD-SA-02:35.ffs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1031 + + + + FreeBSD-SA-02:33.openssl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1023 + + + + + 01 + + + FreeBSD-SA-02:34.rpc + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1024 + + + + + + + July + + + 31 + + + FreeBSD-SA-02:32.pppd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1022 + + + + + 15 + + + FreeBSD-SA-02:31.openssh + + + + + 12 + + + FreeBSD-SA-02:30.ktrace + + + FreeBSD-SA-02:29.tcpdump + + + + + + + June + + + 26 + + + FreeBSD-SA-02:28.resolv + + + + + 19 + + + FreeBSD-SN-02:04 + + + + + 15 + + + FreeBSD 4.6-RELEASE + + + + + + May + + + 29 + + + FreeBSD-SA-02:27.rc + + + FreeBSD-SA-02:26.accept + + + + + 28 + + + FreeBSD-SN-02:03 + + + + + 20 + + + FreeBSD-SA-02:25.bzip2 + + + FreeBSD-SA-02:24.k5su + + + + + 13 + + + FreeBSD-SN-02:02 + + + + + + + April + + + 22 + + + FreeBSD-SA-02:23.stdio + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1021 + + + + + 18 + + + FreeBSD-SA-02:22.mmap + + + + + 17 + + + FreeBSD-SA-02:21.tcpip + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/980 + + + + + 16 + + + FreeBSD-SA-02:20.syncache + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/979 + + + + + + + March + + + 30 + + + FreeBSD-SN-02:01 + + + + + 26 + + + FreeBSD-SA-02:19.squid + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/960 + + + + + 18 + + + FreeBSD-SA-02:18.zlib.v1.2 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/978 + + + + + 12 + + + FreeBSD-SA-02:17.mod_frontpage + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/954 + + + + FreeBSD-SA-02:16.netscape + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/953 + + + + FreeBSD-SA-02:15.cyrus-sasl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/952 + + + + FreeBSD-SA-02:14.pam-pgsql + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/951 + + + + + 07 + + + FreeBSD-SA-02:13.openssh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/945 + + + + + + + February + + + 21 + + + FreeBSD-SA-02:12.squid + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/938 + + + + + 12 + + + FreeBSD-SA-02:11.snmp + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/936 + + + + + 06 + + + FreeBSD-SA-02:10.rsync + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/928 + + + + FreeBSD-SA-02:09.fstatfs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/927 + + + + + + + January + + + 29 + + + FreeBSD 4.5-RELEASE + + + + + 24 + + + FreeBSD-SA-02:08.exec + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/923 + + + + + 18 + + + FreeBSD-SA-02:07.k5su + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/912 + + + + + 16 + + + FreeBSD-SA-02:06.sudo + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/909 + + + + + 04 + + + FreeBSD-SA-02:05.pine + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/894 + + + + FreeBSD-SA-02:04.mutt + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/893 + + + + FreeBSD-SA-02:03.mod_auth_pgsql + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/892 + + + + FreeBSD-SA-02:02.pw + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/891 + + + + FreeBSD-SA-02:01.pkg_add + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/898 + + + + + + + + + 2001 + + + December + + + 04 + + + FreeBSD-SA-01:64.wu-ftpd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/870 + + + + + 02 + + + FreeBSD-SA-01:63.openssh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/871 + + + + + + + October + + + 08 + + + FreeBSD-SA-01:62.uucp + + + + FreeBSD-SA-01:61.squid + + + + + + + September + + + 24 + + + FreeBSD-SA-01:60.procmail + + + + + 20 + + + FreeBSD 4.4-RELEASE + + + + + 04 + + + FreeBSD-SA-01:59.rmuser.v1.1 + + + + + + + August + + + 30 + + + FreeBSD-SA-01:58.lpd + + + + + 27 + + + FreeBSD-SA-01:57.sendmail.v1.2 + + + + + 23 + + + FreeBSD-SA-01:56.tcp_wrappers + + + + + 21 + + + FreeBSD-SA-01:55.procfs + + + + + 20 + + + FreeBSD-SA-01:54.ports-telnetd + + + + + 17 + + + FreeBSD-SA-01:53.ipfw + + + + + 06 + + + FreeBSD-SA-01:52.fragment + + + + + + + July + + + 30 + + + FreeBSD-SA-01:51.openssl.v1.1 + + + + + 27 + + + FreeBSD-SA-01:50.windowmaker + + + + + 23 + + + FreeBSD-SA-01:49.telnetd.v1.1 + + + + + 17 + + + FreeBSD-SA-01:48.tcpdump + + + + + 10 + + + FreeBSD-SA-01:47.xinetd + + + FreeBSD-SA-01:46.w3m + + + FreeBSD-SA-01:45.samba + + + FreeBSD-SA-01:44.gnupg + + + FreeBSD-SA-01:43.fetchmail + + + FreeBSD-SA-01:42.signal.v1.1 + + + + + 09 + + + FreeBSD-SA-01:41.hanterm + + + + + + + June + + + 04 + + + FreeBSD-SA-01:40.fts.v1.1 + + + + + + + May + + + 02 + + + FreeBSD-SA-01:39.tcp-isn + + + + + + + April + + + 23 + + + FreeBSD-SA-01:38.sudo + + + FreeBSD-SA-01:37.slrn + + + FreeBSD-SA-01:36.samba + + + FreeBSD-SA-01:35.licq + + + FreeBSD-SA-01:34.hylafax + + + + + 20 + + + FreeBSD 4.3-RELEASE + + + + + 17 + + + FreeBSD-SA-01:33.ftpd-glob.v1.1 + + + + + 16 + + + FreeBSD-SA-01:32.ipfilter.v1.1 + + + + + 06 + + + FreeBSD-SA-01:31.ntpd + + + + + + + March + + + 22 + + + FreeBSD-SA-01:30.ufs-ext2fs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/738 + + + + + 12 + + + FreeBSD-SA-01:29.rwhod + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/732 + + + + FreeBSD-SA-01:28.timed + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/731 + + + + FreeBSD-SA-01:27.cfengine + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/730 + + + + FreeBSD-SA-01:26.interbase + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/729 + + + + FreeBSD-SA-01:23.icecast + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/728 + + + + + + + February + + + 14 + + + FreeBSD-SA-01:25.kerberosIV + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/716 + + + + + 12 + + + FreeBSD-SA-01:24.ssh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/715 + + + + + 07 + + + FreeBSD-SA-01:22.dc20ctrl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/714 + + + + FreeBSD-SA-01:21.ja-elvis + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/713 + + + + FreeBSD-SA-01:20.mars_nwe + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/712 + + + + FreeBSD-SA-01:19.ja-klock + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/707 + + + + + + + January + + + 31 + + + FreeBSD-SA-01:18.bind + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/706 + + + + + 29 + + + FreeBSD-SA-01:17.exmh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/705 + + + + FreeBSD-SA-01:16.mysql + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/704 + + + + FreeBSD-SA-01:15.tinyproxy + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/703 + + + + FreeBSD-SA-01:14.micq + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/702 + + + + FreeBSD-SA-01:13.sort + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/701 + + + + FreeBSD-SA-01:12.periodic.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/700 + + + + FreeBSD-SA-01:11.inetd.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/699 + + + + + 23 + + + FreeBSD-SA-01:10.bind + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/698 + + + + FreeBSD-SA-01:09.crontab.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/697 + + + + FreeBSD-SA-01:08.ipfw + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/696 + + + + FreeBSD-SA-01:07.xfree86 + + + + + 15 + + + FreeBSD-SA-01:06.zope + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/669 + + + + FreeBSD-SA-01:05.stunnel + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/668 + + + + FreeBSD-SA-01:04.joe + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/667 + + + + FreeBSD-SA-01:03.bash1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/666 + + + + FreeBSD-SA-01:02.syslog-ng + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/665 + + + + FreeBSD-SA-01:01.openssh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/664 + + + + + + + + + 2000 + + + December + + + 20 + + + FreeBSD-SA-00:81.ethereal + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/651 + + + + FreeBSD-SA-00:80.halflifeserver + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/650 + + + + FreeBSD-SA-00:79.oops + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/649 + + + + FreeBSD-SA-00:78.bitchx.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/648 + + + + + 18 + + + FreeBSD-SA-00:77.procfs.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/647 + + + + + + + November + + + 20 + + + FreeBSD-SA-00:76.tcsh-csh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/628 + + + + FreeBSD-SA-00:75.php + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/627 + + + + FreeBSD-SA-00:74.gaim + + + + FreeBSD-SA-00:73.thttpd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/626 + + + + FreeBSD-SA-00:72.curl + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/625 + + + + FreeBSD-SA-00:71.mgetty + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/624 + + + + + 14 + + + FreeBSD-SA-00:70.ppp-nat + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/623 + + + + FreeBSD-SA-00:69.telnetd.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/622 + + + + + 13 + + + FreeBSD-SA-00:68.ncurses.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/621 + + + + + 10 + + + FreeBSD-SA-00:67.gnupg + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/620 + + + + + 06 + + + FreeBSD-SA-00:66.netscape + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/619 + + + + FreeBSD-SA-00:65.xfce + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/618 + + + + FreeBSD-SA-00:64.global + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/617 + + + + + 01 + + + FreeBSD-SA-00:63.getnameinfo + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/589 + + + + FreeBSD-SA-00:62.top.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/616 + + + + + + + October + + + 31 + + + FreeBSD-SA-00:61.tcpdump.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/615 + + + + + 30 + + + FreeBSD-SA-00:60.boa + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/586 + + + + FreeBSD-SA-00:59.pine + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/585 + + + + FreeBSD-SA-00:58.chpass + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/584 + + + + + 13 + + + FreeBSD-SA-00:57.muh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/570 + + + + FreeBSD-SA-00:56.lprng + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/569 + + + + FreeBSD-SA-00:55.xpdf + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/568 + + + + FreeBSD-SA-00:54.fingerd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/567 + + + + + 06 + + + FreeBSD-SA-00:52.tcp-iss + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/561 + + + + + + + September + + + 27 + + + FreeBSD-SA-00:53.catopen + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/562 + + + + + 13 + + + FreeBSD-SA-00:51.mailman + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/550 + + + + FreeBSD-SA-00:50.listmanager + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/549 + + + + FreeBSD-SA-00:49.eject + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/548 + + + + FreeBSD-SA-00:48.xchat + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/547 + + + + FreeBSD-SA-00:47.pine + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/546 + + + + FreeBSD-SA-00:46.screen + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/545 + + + + + + + August + + + 31 + + + FreeBSD-SA-00:45.esound + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/526 + + + + + 28 + + + FreeBSD-SA-00:44.xlock + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/523 + + + + FreeBSD-SA-00:43.brouted + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/520 + + + + FreeBSD-SA-00:42.linux + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/530 + + + + FreeBSD-SA-00:41.elf + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/527 + + + + FreeBSD-SA-00:40.mopd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/521 + + + + FreeBSD-SA-00:39.netscape + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/528 + + + + + 14 + + + FreeBSD-SA-00:38.zope + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/525 + + + + FreeBSD-SA-00:37.cvsweb + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/524 + + + + FreeBSD-SA-00:36.ntop + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/531 + + + + FreeBSD-SA-00:35.proftpd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/522 + + + + FreeBSD-SA-00:34.dhclient + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/529 + + + + + + + July + + + 12 + + + FreeBSD-SA-00:33.kerberosIV + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/488 + + + + + 05 + + + FreeBSD-SA-00:32.bitchx + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/487 + + + + FreeBSD-SA-00:31.canna.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/486 + + + + FreeBSD-SA-00:30.openssh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/485 + + + + FreeBSD-SA-00:29.wu-ftpd.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/489 + + + + FreeBSD-SA-00:28.majordomo + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/484 + + + + FreeBSD-SA-00:27.XFree86-4 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/483 + + + + FreeBSD-SA-00:26.popper.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/482 + + + + FreeBSD-SA-00:24.libedit + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/481 + + + + + + + June + + + 19 + + + FreeBSD-SA-00:23.ip-options.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/480 + + + + + 12 + + + FreeBSD-SA-00:25.alpha-random + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/473 + + + + + 07 + + + FreeBSD-SA-00:22.apsfilter + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/461 + + + + FreeBSD-SA-00:21.ssh.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/459 + + + + + + + May + + + 26 + + + FreeBSD-SA-00:20.krb5 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/452 + + + + + 23 + + + FreeBSD-SA-00:19.semconfig + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/451 + + + + + 09 + + + FreeBSD-SA-00:18.gnapster.knapster.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/429 + + + + FreeBSD-SA-00:17.libmytinfo + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/442 + + + + FreeBSD-SA-00:16.golddig + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/439 + + + + + + + April + + + 24 + + + FreeBSD-SA-00:15.imap-uw + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/438 + + + + FreeBSD-SA-00:14.imap-uw + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/441 + + + + + 19 + + + FreeBSD-SA-00:13.generic-nqs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/437 + + + + + 10 + + + FreeBSD-SA-00:12.healthd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/436 + + + + FreeBSD-SA-00:11.ircii + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/440 + + + + + + + March + + + 15 + + + FreeBSD-SA-00:10.orville-write + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/408 + + + + FreeBSD-SA-00:09.mtr + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/408 + + + + FreeBSD-SA-00:08.lynx.asc.v1.1 + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/407 + + + + FreeBSD-SA-00:07.mh + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/411 + + + + + 01 + + + FreeBSD-SA-00:06.htdig + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/403 + + + + + + + February + + + 28 + + + FreeBSD-SA-00:05.mysql + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/402 + + + + + 19 + + + FreeBSD-SA-00:04.delegate + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/392 + + + + FreeBSD-SA-00:03.asmon + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/391 + + + + + + + January + + + 24 + + + FreeBSD-SA-00:02.procfs + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/380 + + + + + 19 + + + FreeBSD-SA-00:01.make + + + + + + + + + + 1999 + + + September + + + 16 + + + FreeBSD-SA-99:06.amd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/318 + + + + + 15 + + + FreeBSD-SA-99:05.fts + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/313 + + + + FreeBSD-SA-99:04.core + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/312 + + + + + 05 + + + FreeBSD-SA-99:03.ftpd + http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/311 + + + + + 04 + + + FreeBSD-SA-99:02.profil + + + + FreeBSD-SA-99:01.chflags + + + + + + + + + 1998 + + + November + + + 04 + + + FreeBSD-SA-98:08.fragment + + + + + + October + + + 13 + + + FreeBSD-SA-98:07.rst + + + + + + + June + + + 10 + + + FreeBSD-SA-98:06.icmp + + + + + 04 + + + FreeBSD-SA-98:05.nfs + + + + + 02 + + + FreeBSD-SA-98:04.mmap + + + + + + + May + + + 14 + + + FreeBSD-SA-98:03.ttcp + + + + + + + March + + + 12 + + + FreeBSD-SA-98:02.mmap + + + + + + + + + 1997 + + + December + + + 09 + + + FreeBSD-SA-97:06.f00f + + + + + 01 + + + FreeBSD-SA-98:01.land + + + + + + + October + + + 29 + + + FreeBSD-SA-97:05.open + + + + + + + August + + + 19 + + + FreeBSD-SA-97:04.procfs + + + + + + + April + + + 07 + + + FreeBSD-SA-97:03.sysinstall + + + + + + + March + + + 26 + + + FreeBSD-SA-97:02.lpd + + + + + + + February + + + 05 + + + FreeBSD-SA-97:01.setlocale + + + + + + + + January + + + 18 + + + FreeBSD-SA-96:21.talkd + + + + + + + + + 1996 + + + December + + + 16 + + + FreeBSD-SA-96:20.stack-overflow + + + + + 10 + + + FreeBSD-SA-96:19.modstat + + + + + + + November + + + 25 + + + FreeBSD-SA-96:18.lpr + + + + + + + July + + + 16 + + + FreeBSD-SA-96:17.rzsz + + + + + 12 + + + FreeBSD-SA-96:16.rdist + + + + + 04 + + + FreeBSD-SA-96:15.ppp + + + + + + + June + + + 28 + + + FreeBSD-SA-96:12.perl + + + + + 24 + + + FreeBSD-SA-96:14.ipfw + + + + + 05 + + + FreeBSD-SA-96:13.comsat + + + + + + + May + + + 21 + + + FreeBSD-SA-96:11.man + + + + + 17 + + + FreeBSD-SA-96:10.mount_union + + + FreeBSD-SA-96:09.vfsload + + + + + + + April + + + 22 + + + FreeBSD-SA-96:02.apache + + + + + 21 + + + FreeBSD-SA-96:08.syslog + + + FreeBSD-SA-96:01.sliplogin + + + + + 20 + + + FreeBSD-SA-96:03.sendmail-suggestion + + + + + + + Index: www/share/sgml/includes.header.xsl =================================================================== RCS file: www/share/sgml/includes.header.xsl diff -N www/share/sgml/includes.header.xsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/share/sgml/includes.header.xsl 17 Nov 2003 10:20:11 -0000 @@ -0,0 +1,83 @@ + + + + + + + + + + + + [New!] + + + + Copyright © 1995-2003 the FreeBSD Project. All rights reserved. +
+ + + + + + + + + @FreeBSD.org
+
+ + + FreeBSD Home Page + + + + + <xsl:value-of select="$title"/> + + + + + + + + #000000 + #FFFFFF + #FFCC33 + + + + Navigation Bar + +

+ +
+ + + Top + Applications + Support + Documentation + Vendors + Search + Index + Top + Top + +
+ + +
+

+
+
+ Index: www/share/sgml/includes.misc.xsl =================================================================== RCS file: www/share/sgml/includes.misc.xsl diff -N www/share/sgml/includes.misc.xsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/share/sgml/includes.misc.xsl 17 Nov 2003 09:07:44 -0000 @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + Index: www/share/sgml/includes.release.xsl =================================================================== RCS file: www/share/sgml/includes.release.xsl diff -N www/share/sgml/includes.release.xsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/share/sgml/includes.release.xsl 17 Nov 2003 09:02:18 -0000 @@ -0,0 +1,32 @@ + + + + + + + + + + /releases/R/relnotes.html + + + /releases/R/announce.html + + /releases/R/errata.html + + /releases/R/hardware.html + + /releases/R/early-adopter.html + + + + /releases/R/relnotes.html + + + /releases/R/announce.html + + /releases/R/errata.html + + /releases/R/hardware.html + + Index: www/share/sgml/includes.xsl =================================================================== RCS file: www/share/sgml/includes.xsl diff -N www/share/sgml/includes.xsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/share/sgml/includes.xsl 17 Nov 2003 19:29:42 -0000 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +