Changeset f42fa1eb


Ignore:
Timestamp:
08/28/2009 09:04:12 PM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9c34dc7
Parents:
0dbff5d
Message:

NSPR does not belong in security

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7991 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r0dbff5d rf42fa1eb  
    8888<!ENTITY stunnel-version              "4.21">
    8989<!ENTITY sudo-version                 "1.7.0">
    90 <!ENTITY nspr-version                 "4.8">
    9190<!ENTITY nss-version                  "3.11.7">
    9291<!ENTITY policykit-version            "0.9">
     
    154153<!ENTITY libunique-version            "1.0.8">
    155154<!ENTITY liboil-version               "0.3.16">
     155<!ENTITY nspr-version                 "4.8">
    156156
    157157<!-- Obsolete
  • general/genlib/genlib.xml

    r0dbff5d rf42fa1eb  
    8383  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libunique.xml"/>
    8484  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="liboil.xml"/>
     85  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nspr.xml"/>
    8586
    8687  <!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> -->
  • general/genlib/nspr.xml

    r0dbff5d rf42fa1eb  
    55  %general-entities;
    66
    7   <!ENTITY nspr-download-http " ">
     7  <!ENTITY nspr-download-http "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    88  <!ENTITY nspr-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    99  <!ENTITY nspr-md5sum        "e0916a72bcc6c427551ea262183fdb26">
  • postlfs/security/security.xml

    r0dbff5d rf42fa1eb  
    5555  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="stunnel.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sudo.xml"/>
    57   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nspr.xml"/>
    5857  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nss.xml"/>
    5958  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="policykit.xml"/>
Note: See TracChangeset for help on using the changeset viewer.