Changeset f086bcf3


Ignore:
Timestamp:
09/18/2015 01:31:13 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
184f8af
Parents:
21241f9
Message:

Fix NSS version number... again. Hopefully this fixes it!

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16422 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r21241f9 rf086bcf3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 15th, &year;">
     9<!ENTITY releasedate  "September 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r21241f9 rf086bcf3  
    4343    </listitem>
    4444
    45 -->
     45--> <listitem>
     46      <para>September 17th, 2015</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Fix NSS version number... again. Needs to be 3.20.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4653
    4754    <listitem>
  • packages.ent

    r21241f9 rf086bcf3  
    2424<!ENTITY nettle-version               "3.1.1">
    2525<!ENTITY nss-minor-version            "20">
    26 <!ENTITY nss-micro-version            "0">
     26<!ENTITY nss-micro-version            "">
    2727<!-- normal-->
    28 <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    29 <!-- major and minor only
    30 <!ENTITY nss-version                  "3.&nss-minor-version;"> -->
     28<!-- <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;"> -->
     29<!-- major and minor only -->
     30<!ENTITY nss-version                  "3.&nss-minor-version;">
    3131<!ENTITY openssh-version              "7.0p1">
    3232<!ENTITY openssl-version              "1.0.2d">
Note: See TracChangeset for help on using the changeset viewer.