Changeset ee77a2cd
- Timestamp:
- 03/26/2019 07:35:28 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 9d6c260
- Parents:
- 21a30d1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r21a30d1 ree77a2cd 45 45 <para>March 26th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[xry111] - Update to gnupg-2.2.15. Fixes 49 <ulink url="&blfs-ticket-root;11858">#11858</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[timtas] - Update to thunderbird-60.6.1. Fixes -
packages.ent
r21a30d1 ree77a2cd 15 15 <!ENTITY cryptsetup-version "&cryptsetup-minor;.6"> 16 16 <!ENTITY cyrus-sasl-version "2.1.27"> 17 <!ENTITY gnupg2-version "2.2.1 4">17 <!ENTITY gnupg2-version "2.2.15"> 18 18 <!ENTITY gnutls-version "3.6.6"> 19 19 <!ENTITY gpgme-version "1.12.0"> -
postlfs/security/gnupg2.xml
r21a30d1 ree77a2cd 6 6 7 7 <!ENTITY gnupg2-download-http "&gnupg-http;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> 8 <!-- Something is wrong with ftp server and it confuses curl when currency runs it --> 9 <!-- <!ENTITY gnupg2-download-ftp "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> --> 10 <!ENTITY gnupg2-download-ftp " "> 11 <!ENTITY gnupg2-md5sum "96a21c6341b876d13ed66a9f270806bb"> 8 <!ENTITY gnupg2-download-ftp "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> 9 <!ENTITY gnupg2-md5sum "3ab87e377aa0af2f463649515bf66508"> 12 10 <!ENTITY gnupg2-size "6.4 MB"> 13 <!ENTITY gnupg2-buildsize "11 4MB (with all tests; add 24 MB for docs)">11 <!ENTITY gnupg2-buildsize "117 MB (with all tests; add 24 MB for docs)"> 14 12 <!ENTITY gnupg2-time "0.4 SBU (using parallelism=4; add 0.5 SBU for tests)"> 15 13 ]> … … 118 116 </warning> 119 117 120 <para> If the top directory path where the source is unpacked contains121 symbolic links, the openpgp tests may fail. If this is your case and122 you wish to run the test suite, fix that with:</para>118 <para>By default GnuPG doesn't install the deprecated gpg-zip script. 119 But it is still needed by some programs. Make GnuPG install it with: 120 </para> 123 121 124 122 <screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
Note:
See TracChangeset
for help on using the changeset viewer.