Changeset 201e34f
- Timestamp:
- 12/09/2016 11:07:58 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 5f82ad58
- Parents:
- 3a7f111
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
packages.ent
r3a7f111 r201e34f 459 459 <!ENTITY dovecot-major "2"> 460 460 <!ENTITY dovecot-minor "2"> 461 <!ENTITY dovecot-micro "2 6.0">461 <!ENTITY dovecot-micro "27"> 462 462 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 463 463 … … 709 709 <!ENTITY rox-filer-version "2.11"> 710 710 <!ENTITY rxvt-unicode-version "9.22"> 711 <!ENTITY thunderbird-version "45.5. 0">711 <!ENTITY thunderbird-version "45.5.1"> 712 712 <!ENTITY tigervnc-version "1.7.0"> 713 713 <!ENTITY transmission-version "2.92"> -
server/mail/dovecot.xml
r3a7f111 r201e34f 6 6 7 7 <!ENTITY dovecot-download-http 8 "http ://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " 85bc42328de41d1eb8d6d3f1db666db8">11 <!ENTITY dovecot-size "5. 4MB">12 <!ENTITY dovecot-buildsize "2 86 MB (withtests)">13 <!ENTITY dovecot-time " 2.1 SBU (withtests)">10 <!ENTITY dovecot-md5sum "20133518f5bc0e64dd07ce55b83df2fb"> 11 <!ENTITY dovecot-size "5.5 MB"> 12 <!ENTITY dovecot-buildsize "294 MB (add 16 MB for tests)"> 13 <!ENTITY dovecot-time "1.8 SBU (add 1 SBU for tests)"> 14 14 ]> 15 15 … … 136 136 make</userinput></screen> 137 137 138 <para>To test the results, issue <command>make -k check</command>. One test 139 fails for unknown reason</para> 138 <para> 139 To test the results, issue <command>make -k check</command>. Tests using 140 openssl fail when valgrind is present, because openssl increases entropy 141 by reading uninitialized variables. see <ulink 142 url="https://www.openssl.org/docs/faq.html#PROG14">openssl's FAQ</ulink>. 143 </para> 140 144 141 145 <para> -
xsoft/other/thunderbird.xml
r3a7f111 r201e34f 8 8 <!-- <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">--> 9 9 <!ENTITY thunderbird-download-ftp " "> 10 <!ENTITY thunderbird-md5sum " 39b50c7659fa106eb53e5ea4c8bc7b2a">10 <!ENTITY thunderbird-md5sum "c2bef91b1c1672646b7b21928c9439c4"> 11 11 <!ENTITY thunderbird-size "192 MB"> 12 12 <!ENTITY thunderbird-buildsize "3.6 GB (88 MB installed)">
Note:
See TracChangeset
for help on using the changeset viewer.