Changeset e8f2aba0 for general


Ignore:
Timestamp:
02/05/2021 06:41:16 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1f355410
Parents:
81e5e5a
Message:

Update to mercurial-5.7
Update to nghttp2-1.43.0
Update to xterm-365
Update to p7zip-17.03
Update to network-manager-applet-1.20.0
Update to xf86-input-wacom-0.40.0
Update to pipewire-0.3.21

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r81e5e5a re8f2aba0  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "6cd6e5476a1de5701e162aba51534f0b">
     9  <!ENTITY mercurial-md5sum        "d9042ec8778cda1ef14d64fadf8bc0cf">
    1010  <!ENTITY mercurial-size          "7.5 MB">
    11   <!ENTITY mercurial-buildsize     "111 MB (with docs, add 1.3 GB for tests)">
    12   <!ENTITY mercurial-time          "0.4 SBU (with docs, add 19 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "112 MB (with docs, add 1.4 GB for tests)">
     12  <!ENTITY mercurial-time          "0.3 SBU (with docs, add 19 SBU for tests using -j4)">
    1313]>
    1414
  • general/sysutils/p7zip.xml

    r81e5e5a re8f2aba0  
    55  %general-entities;
    66
    7   <!ENTITY p7zip-download-http "&sourceforge-dl;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2">
     7  <!ENTITY p7zip-download-http "https://github.com/jinfeihan57/p7zip/archive/v&p7zip-version;/p7zip-&p7zip-version;.tar.gz">
    88  <!ENTITY p7zip-download-ftp  " ">
    9   <!ENTITY p7zip-md5sum        "a0128d661cfe7cc8c121e73519c54fbf">
    10   <!ENTITY p7zip-size          "4.0 MB">
    11   <!ENTITY p7zip-buildsize     "33 MB">
    12   <!ENTITY p7zip-time          "1.3 SBU (with tests)">
     9  <!ENTITY p7zip-md5sum        "fd7e6b082db89edfc047c1ce2d810850">
     10  <!ENTITY p7zip-size          "6.2 MB">
     11  <!ENTITY p7zip-buildsize     "66 MB">
     12  <!ENTITY p7zip-time          "2.3 SBU (with tests)">
    1313]>
    1414
     
    3333      <application>p7zip</application> is the Unix command-line port of 7-Zip, a
    3434      file archiver that archives with high compression ratios. It handles 7z,
    35       ZIP, GZIP, BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG,
    36       FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR RPM,
    37       SquashFS, UDF, VHD, WIM, XAR and Z formats.
     35      ZIP, GZIP, Brotli,  BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB,
     36      DMG, FAT, HFS, ISO, Lizard, LZ5, LZFSE, LZH, LZMA, LZMA2, MBR, MSI, MSLZ,
     37      NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR, Z, and Zstd formats.
    3838    </para>
    3939
     
    7474    </itemizedlist>
    7575
     76<!-- Applied in 17.03
    7677    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7778    <itemizedlist spacing='compact'>
     
    8182      </listitem>
    8283    </itemizedlist>
    83 
     84-->
    8485
    8586    <bridgehead renderas="sect3">p7zip Dependencies</bridgehead>
     
    99100    <title>Installation of p7zip</title>
    100101
     102<!-- Applied in 17.03
    101103    <para>
    102104      First, update the package for gcc10 and some security issues:
     
    104106
    105107<screen><userinput>patch -Np1 -i ../p7zip-&p7zip-version;-consolidated_fixes-1.patch</userinput></screen>
     108-->
    106109
    107110    <para>
Note: See TracChangeset for help on using the changeset viewer.