Changeset 60a2f00


Ignore:
Timestamp:
01/21/2023 08:29:08 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4d91a5b0
Parents:
f151662
Message:

Use an entity for md5sums that are used more than once

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js102.xml

    rf151662 r60a2f00  
    1414  <!ENTITY js102-download-http "&mozilla-http;/firefox/releases/&JS102-version;esr/source/firefox-&JS102-version;esr.source.tar.xz">
    1515  <!ENTITY js102-download-ftp  " ">
    16   <!ENTITY js102-md5sum        "8cb5c0ef68fa0f93138a6196b1d5f153">
     16  <!ENTITY js102-md5sum        "&firefox-md5;">
    1717  <!ENTITY js102-size          "458 MB">
    1818  <!ENTITY js102-buildsize     "3.3 GB (38 MB installed after removing 34MB static lib)">
  • networking/netutils/bind-utils.xml

    rf151662 r60a2f00  
    77  <!ENTITY bind-download-http   "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum          "6586d9c376e7ee9674767e1d79d63382">
     9  <!ENTITY bind-md5sum          "&bind-md5;">
    1010  <!ENTITY bind-size            "5.0 MB">
    1111  <!ENTITY bind-utils-buildsize "102 MB">
  • packages.ent

    rf151662 r60a2f00  
    598598<!ENTITY bind-minor-version           "9.18">
    599599<!ENTITY bind-version                 "&bind-minor-version;.10">
     600<!ENTITY bind-md5                     "6586d9c376e7ee9674767e1d79d63382">
    600601<!ENTITY NetworkManager-minor         "1.40">
    601602<!ENTITY NetworkManager-version       "&NetworkManager-minor;.10">
     
    890891<!-- falkon version is the same as KDE applications -->
    891892<!ENTITY firefox-version              "102.7.0">
     893<!ENTITY firefox-md5                  "8cb5c0ef68fa0f93138a6196b1d5f153">
    892894<!ENTITY seamonkey-version            "2.53.14">
    893895
  • server/major/bind.xml

    rf151662 r60a2f00  
    77  <!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "6586d9c376e7ee9674767e1d79d63382">
     9  <!ENTITY bind-md5sum        "&bind-md5;">
    1010  <!ENTITY bind-size          "5.0 MB">
    1111  <!ENTITY bind-buildsize     "139 MB (26 MB installed)"><!-- differs much from prev maybe because of docs? -->
  • xsoft/graphweb/firefox.xml

    rf151662 r60a2f00  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "8cb5c0ef68fa0f93138a6196b1d5f153">
     9  <!ENTITY firefox-md5sum        "&firefox-md5;">
    1010  <!ENTITY firefox-size          "458 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
Note: See TracChangeset for help on using the changeset viewer.