Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/p7zip.xml

    rc8293ea r78af2ee  
    55  %general-entities;
    66
    7   <!ENTITY p7zip-download-http "https://github.com/jinfeihan57/p7zip/archive/v&p7zip-version;/p7zip-&p7zip-version;.tar.gz">
     7  <!ENTITY p7zip-download-http "&sourceforge-dl;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2">
    88  <!ENTITY p7zip-download-ftp  " ">
    9   <!ENTITY p7zip-md5sum        "00acfd6be87848231722d2d53f89e4a5">
    10   <!ENTITY p7zip-size          "6.5 MB">
    11   <!ENTITY p7zip-buildsize     "55 MB">
    12   <!ENTITY p7zip-time          "2.3 SBU (with tests)">
     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)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3233      <application>p7zip</application> is the Unix command-line port of 7-Zip, a
    3334      file archiver that archives with high compression ratios. It handles 7z,
    34       ZIP, GZIP, Brotli,  BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB,
    35       DMG, FAT, HFS, ISO, Lizard, LZ5, LZFSE, LZH, LZMA, LZMA2, MBR, MSI, MSLZ,
    36       NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR, Z, and Zstd formats.
    37     </para>
    38 
    39     &lfs110a_checked;
     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.
     38    </para>
     39
     40    &lfs10_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374    </itemizedlist>
    7475
    75 <!-- Applied in 17.03
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing='compact'>
     
    8181      </listitem>
    8282    </itemizedlist>
    83 -->
     83
    8484
    8585    <bridgehead renderas="sect3">p7zip Dependencies</bridgehead>
     
    9999    <title>Installation of p7zip</title>
    100100
    101 <!-- Applied in 17.03
    102101    <para>
    103102      First, update the package for gcc10 and some security issues:
     
    105104
    106105<screen><userinput>patch -Np1 -i ../p7zip-&p7zip-version;-consolidated_fixes-1.patch</userinput></screen>
    107 -->
    108 
    109     <para>
    110       First, prevent <application>p7zip</application> from installing
    111       compressed manual pages:
    112     </para>
    113 
    114 <screen><userinput remap="pre">sed '/^gzip/d' -i install.sh</userinput></screen>
    115 
    116     <para>
    117       Next, fix a security vulnerability:
    118     </para>
    119 
    120 <screen><userinput remap="pre">sed -i '160a if(_buffer == nullptr || _size == _pos) return E_FAIL;' CPP/7zip/Common/StreamObjects.cpp</userinput></screen>
    121106
    122107    <para>
     
    179164        <listitem>
    180165          <para>
    181             is a file archiver utility
     166            is a file archiver utility.
    182167          </para>
    183168          <indexterm zone="p7zip Sevenz">
     
    192177          <para>
    193178            is a stand-alone executable handling less archive formats than
    194             <command>7z</command>
     179            <command>7z</command>.
    195180          </para>
    196181          <indexterm zone="p7zip Sevenza">
     
    205190          <para>
    206191            is a minimal version of <command>7za</command> that handles only
    207             7z archives
     192            7z archives.
    208193          </para>
    209194          <indexterm zone="p7zip Sevenzr">
Note: See TracChangeset for help on using the changeset viewer.