Changeset d2812732
- Timestamp:
- 06/27/2019 02:17:33 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 77daa86
- Parents:
- e8f26ef7
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libarchive.xml
re8f26ef7 rd2812732 5 5 %general-entities; 6 6 7 <!ENTITY libarchive-download-http "http ://www.libarchive.org/downloads/libarchive-&libarchive-version;.tar.gz">7 <!ENTITY libarchive-download-http "https//github.com/libarchive/libarchive/releases/download/v&libarchive-version;/libarchive-&libarchive-version;.tar.gz"> 8 8 <!ENTITY libarchive-download-ftp " "> 9 <!ENTITY libarchive-md5sum " 4038e366ca5b659dae3efcc744e72120">10 <!ENTITY libarchive-size "6. 2MB">9 <!ENTITY libarchive-md5sum "6046396255bd7cf6d0f6603a9bda39ac"> 10 <!ENTITY libarchive-size "6.6 MB"> 11 11 <!ENTITY libarchive-buildsize "38 MB (add 28 MB for tests)"> 12 12 <!ENTITY libarchive-time "0.4 SBU (add 1.1 SBU for tests)"> … … 97 97 98 98 <para> 99 To test the results, issue: <command> make check</command>.99 To test the results, issue: <command>LC_ALL=C make check</command>. 100 100 </para> 101 101 -
introduction/welcome/changelog.xml
re8f26ef7 rd2812732 45 45 <para>June 27th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[xry111] - Update to libarchive-3.4.0. Fixes 49 <ulink url="&blfs-ticket-root;12199">#12199</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[xry111] - Update to nettle-3.5. Fixes -
packages.ent
re8f26ef7 rd2812732 123 123 <!ENTITY keyutils-version "1.6"> 124 124 <!ENTITY libaio-version "0.3.112"> 125 <!ENTITY libarchive-version "3. 3.3">125 <!ENTITY libarchive-version "3.4.0"> 126 126 <!ENTITY libassuan-version "2.5.3"> 127 127 <!ENTITY libatasmart-version "0.19"> -
tidy.conf
re8f26ef7 rd2812732 8 8 tab-size: 8 9 9 input-encoding: latin1 10 output-encoding: latin110 output-encoding: utf8 11 11 newline: LF 12 12 write-back: yes
Note:
See TracChangeset
for help on using the changeset viewer.