Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147303803
D5073.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D5073.diff
View Options
Index: head/hu_HU.ISO8859-2/share/xml/libcommon.xsl
===================================================================
--- head/hu_HU.ISO8859-2/share/xml/libcommon.xsl
+++ head/hu_HU.ISO8859-2/share/xml/libcommon.xsl
@@ -311,7 +311,6 @@
<xsl:template name="html-list-advisories-putitems">
<xsl:param name="items" select="''" />
<xsl:param name="prefix" select="''" />
- <xsl:param name="prefixold" select="''" />
<xsl:if test="$items">
<table>
@@ -335,12 +334,6 @@
<xsl:when test="@omithref='yes'">
<xsl:value-of select="name" />
</xsl:when>
- <xsl:when test="name/@role='old'">
- <a><xsl:attribute name="href">
- <xsl:value-of select="concat($prefixold, name, '.asc')" />
- </xsl:attribute>
- <xsl:value-of select="concat(name, '.asc')" /></a>
- </xsl:when>
<xsl:otherwise>
<a><xsl:attribute name="href">
<xsl:value-of select="concat($prefix, name, '.asc')" />
Index: head/nl_NL.ISO8859-1/share/xml/libcommon.xsl
===================================================================
--- head/nl_NL.ISO8859-1/share/xml/libcommon.xsl
+++ head/nl_NL.ISO8859-1/share/xml/libcommon.xsl
@@ -197,7 +197,6 @@
<xsl:param name="itemtype" select="''" />
<xsl:param name="itemtype" select="''" />
<xsl:param name="prefix" select="''" />
- <xsl:param name="prefixold" select="''" />
<xsl:if test="$items">
<table>
@@ -221,12 +220,6 @@
<xsl:when test="@omithref='yes'">
<xsl:value-of select="name" />
</xsl:when>
- <xsl:when test="name/@role='old'">
- <a><xsl:attribute name="href">
- <xsl:value-of select="concat($prefixold, name, '.asc')" />
- </xsl:attribute>
- <xsl:value-of select="concat(name, '.asc')" /></a>
- </xsl:when>
<xsl:otherwise>
<a><xsl:attribute name="href">
<xsl:value-of select="concat($prefix, name, '.asc')" />
Index: head/share/xml/common.ent
===================================================================
--- head/share/xml/common.ent
+++ head/share/xml/common.ent
@@ -36,7 +36,6 @@
<!ENTITY cgibase "//www.FreeBSD.org/cgi">
<!ENTITY ftpbase "//security.FreeBSD.org/advisories/">
-<!ENTITY ftpbaseold "ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/old/">
<!ENTITY ftpbaseerrata "//security.FreeBSD.org/advisories/">
<!ENTITY os 'FreeBSD'>
Index: head/share/xml/libcommon.xsl
===================================================================
--- head/share/xml/libcommon.xsl
+++ head/share/xml/libcommon.xsl
@@ -782,7 +782,6 @@
<xsl:with-param name="items" select="document($advisories.xml)//advisory" />
<xsl:with-param name="itemtype" select="'Advisory'" />
<xsl:with-param name="prefix" select="'&ftpbase;'" />
- <xsl:with-param name="prefixold" select="'&ftpbaseold;'" />
</xsl:call-template>
</xsl:when>
@@ -791,7 +790,6 @@
<xsl:with-param name="items" select="document($advisories.xml)//notice" />
<xsl:with-param name="itemtype" select="'Errata Notice'" />
<xsl:with-param name="prefix" select="'&ftpbaseerrata;'" />
- <xsl:with-param name="prefixold" select="'&ftpbaseerrata;'" />
</xsl:call-template>
</xsl:when>
</xsl:choose>
@@ -828,12 +826,6 @@
<xsl:when test="@omithref='yes'">
<xsl:value-of select="name" />
</xsl:when>
- <xsl:when test="name/@role='old'">
- <a><xsl:attribute name="href">
- <xsl:value-of select="concat($prefixold, name, '.asc')" />
- </xsl:attribute>
- <xsl:value-of select="concat(name, '.asc')" /></a>
- </xsl:when>
<xsl:otherwise>
<a><xsl:attribute name="href">
<xsl:value-of select="concat($prefix, name, '.asc')" />
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 7:48 PM (18 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29509126
Default Alt Text
D5073.diff (3 KB)
Attached To
Mode
D5073: address bug 206271
Attached
Detach File
Event Timeline
Log In to Comment