Ignore:
Timestamp:
10/01/2024 05:02:45 PM (7 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
51d2a43
Parents:
f67824e
Message:

Fix patches xsl for nss-standalone patch.
The first try just looked for nss, but that also matched
openssl which is part of the patch names for dovecot and
liboauth. This change makes the check for nss-standalone
explicit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/patcheslist.xsl

    rf67824e rb084804  
    9696        </xsl:when>
    9797          <!-- nss -->
    98         <xsl:when test="contains($patch.name, 'nss')">
     98        <xsl:when test="contains($patch.name, 'nss-standalone')">
    9999          <xsl:text>/nss</xsl:text>
    100100        </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.