Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132972695
D8715.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8715.diff
View Options
Index: head/share/xml/libcommon.xsl
===================================================================
--- head/share/xml/libcommon.xsl
+++ head/share/xml/libcommon.xsl
@@ -1056,10 +1056,10 @@
<link>https://www.FreeBSD.org/security</link>
</xsl:when>
<xsl:otherwise>
- <link><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></link>
+ <link><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></link>
</xsl:otherwise>
</xsl:choose>
- <guid><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></guid>
+ <guid><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></guid>
<pubDate>
<xsl:call-template name="misc-format-date-string">
<xsl:with-param name="year" select="../../../name" />
@@ -1136,10 +1136,10 @@
<link>https://www.FreeBSD.org/security</link>
</xsl:when>
<xsl:otherwise>
- <link><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></link>
+ <link><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></link>
</xsl:otherwise>
</xsl:choose>
- <guid><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></guid>
+ <guid><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></guid>
<pubDate>
<xsl:call-template name="misc-format-date-string">
<xsl:with-param name="year" select="../../../name" />
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 22, 5:14 PM (15 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24061268
Default Alt Text
D8715.diff (1 KB)
Attached To
Mode
D8715: Switch libcommon.xsl used to generate security RSS feed to use HTTPS
Attached
Detach File
Event Timeline
Log In to Comment