Changeset 8857a6c
- Timestamp:
- 09/28/2018 03:09:55 AM (6 years ago)
- Branches:
- perl-modules
- Children:
- c93f431
- Parents:
- 67a158e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r67a158e r8857a6c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 6th, &year;">9 <!ENTITY releasedate "September 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-modules.xml
r67a158e r8857a6c 55 55 <!ENTITY Error-md5sum "0dcd94640f617df02b6d6c1e4e92018c"> 56 56 57 58 <!ENTITY File-BaseDir-md5sum "667a7faa144c0c9a22b4421ed395fe89"> 57 <!-- <!ENTITY File-BaseDir-download-http "&perl_authors;/id/K/KI/KIMRYAN/File-BaseDir-&File-BaseDir-version;.tar.gz"> 58 <!ENTITY File-BaseDir-md5sum "667a7faa144c0c9a22b4421ed395fe89"> --> 59 59 60 60 <!ENTITY File-Slurper-download-http "&perl_authors;/id/L/LE/LEONT/File-Slurper-&File-Slurper-version;.tar.gz"> … … 1095 1095 1096 1096 <!-- File::BaseDir --> 1097 1097 <!--<bridgehead renderas="sect3" id="perl-file-basedir" 1098 1098 xreflabel="File::BaseDir-&File-BaseDir-version;"> 1099 1099 File::BaseDir-&File-BaseDir-version;</bridgehead> … … 1108 1108 One set of tests (03_userdirs.t) may fail if 1109 1109 <xref linkend="xdg-user-dirs"/> is installed and 1110 <envar>XDG_CONFIG_HOME</envar> is set.</para> 1110 <envar>XDG_CONFIG_HOME</envar> is set.</para>--> 1111 1111 1112 1112 <!-- File-BaseDir --> 1113 1113 <!--&lfs83_checked; 1114 1114 1115 1115 <itemizedlist> … … 1136 1136 </itemizedlist> 1137 1137 </listitem> 1138 </itemizedlist> 1138 </itemizedlist>--> 1139 1139 1140 1140 <!-- File::Slurper --> … … 2442 2442 <para> 2443 2443 Unicode::Collate provides a Unicode collation algorithm. 2444 This module uses the 'unsafe' variant of the standard 2445 <xref linkend="perl-standard-install"/>. 2444 This module uses the standard <xref linkend="perl-standard-install"/>. 2446 2445 </para> 2447 2446 -
general/prog/pygobject3.xml
r67a158e r8857a6c 6 6 7 7 <!ENTITY pygobject3-download-http 8 "&gnome-download-http;/pygobject/&gnome-minor- 28;/pygobject-&pygobject3-version;.tar.xz">8 "&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz"> 9 9 <!ENTITY pygobject3-download-ftp 10 "&gnome-download-ftp;/pygobject/&gnome-minor- 28;/pygobject-&pygobject3-version;.tar.xz">11 <!ENTITY pygobject3-md5sum " 3bac63c86bb963aa401f97859464aa90">12 <!ENTITY pygobject3-size " 984KB">13 <!ENTITY pygobject3-buildsize "2 3MB (both modules, with tests)">10 "&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz"> 11 <!ENTITY pygobject3-md5sum "77ba5f41a00d5c0cc22962a475f8de67"> 12 <!ENTITY pygobject3-size "540 KB"> 13 <!ENTITY pygobject3-buildsize "26 MB (both modules, with tests)"> 14 14 <!ENTITY pygobject3-time "0.3 SBU (both modules, with tests)"> 15 15 ]> … … 109 109 <screen><userinput>mkdir python2 && 110 110 pushd python2 && 111 ../configure --prefix=/usr --with-python=/usr/bin/python&&112 make&&111 meson --prefix=/usr -Dpython=python2 .. && 112 ninja && 113 113 popd</userinput></screen> 114 114 115 115 <para> 116 To test the results, issue: <command> make -C python2 check</command>.116 To test the results, issue: <command>ninja -C python2 test</command>. 117 117 An already active graphical session with bus address is necessary to 118 118 run the tests. … … 127 127 <screen><userinput>mkdir python3 && 128 128 pushd python3 && 129 ../configure --prefix=/usr --with-python=/usr/bin/python3 &&130 make&&129 meson --prefix=/usr -Dpython=python3 && 130 ninja && 131 131 popd</userinput></screen> 132 132 133 133 <para> 134 To test the results, issue: <command> make -C python3 check</command>.134 To test the results, issue: <command>ninja -C python3 test</command>. 135 135 An already active graphical session with bus address is necessary to 136 136 run the tests. … … 143 143 </para> 144 144 145 <screen role="root"><userinput> make-C python2 install</userinput></screen>145 <screen role="root"><userinput>ninja -C python2 install</userinput></screen> 146 146 147 147 <para> … … 151 151 </para> 152 152 153 <screen role="root"><userinput> make-C python3 install</userinput></screen>153 <screen role="root"><userinput>ninja -C python3 install</userinput></screen> 154 154 155 155 </sect3> -
introduction/welcome/changelog.xml
r67a158e r8857a6c 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>September 29th, 2018</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to pygobject-3.30.1. Partially fixes 50 <ulink url="&blfs-ticket-root;11090">#11090</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to samba-4.9.1. Fixes 54 <ulink url="&blfs-ticket-root;11144">#11144</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 44 59 <listitem> 45 60 <para>September 26th, 2018</para> -
networking/netprogs/samba.xml
r67a158e r8857a6c 7 7 <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " b3dc5d6fbe35dcfdc490a608704d572e">9 <!ENTITY samba-md5sum "22f9201d1a7033ada4302b4e82d36516"> 10 10 <!ENTITY samba-size "17 MB"> 11 <!ENTITY samba-buildsize "5 88 MB (add 373MB for quicktest)">12 <!ENTITY samba-time "4. 5 SBU (add 4.1SBU for quicktest)">11 <!ENTITY samba-buildsize "596 MB (add 640 MB for quicktest)"> 12 <!ENTITY samba-time "4.6 SBU (add 4.5 SBU for quicktest)"> 13 13 ]> 14 14 … … 65 65 <bridgehead renderas="sect4">Required</bridgehead> 66 66 <para role="required"> 67 <xref linkend="jansson"/>, 67 68 <xref linkend="libtirpc"/>, 69 <xref linkend="lmdb"/>, 68 70 <xref linkend="python2"/>, and 69 71 <xref linkend="rpcsvc-proto"/> … … 568 570 mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif, 569 571 pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree, 570 rpcclient, samba, samba_dnsupdate, samba_kcc, samba- regedit,572 rpcclient, samba, samba_dnsupdate, samba_kcc, samba-gpupdate, samba-regedit, 571 573 samba_spnupdate, samba-tool, samba_upgradedns, sharesec, 572 574 smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget, … … 940 942 </varlistentry> 941 943 944 <varlistentry id="samba-gpupdate"> 945 <term><command>samba-gpupdate</command></term> 946 <listitem> 947 <para>allows you to edit Microsoft Group Policy Objects (GPOs).</para> 948 <indexterm zone="samba samba-gpupdate"> 949 <primary sortas="b-samba-gpupdate">samba-gpupdate</primary> 950 </indexterm> 951 </listitem> 952 </varlistentry> 953 942 954 <varlistentry id="samba-regedit"> 943 955 <term><command>samba-regedit</command></term> -
packages.ent
r67a158e r8857a6c 377 377 <!ENTITY Encode-HanExtra-version "0.23"> 378 378 <!ENTITY Error-version "0.17026"> 379 <! ENTITY File-BaseDir-version "0.08">379 <!--<!ENTITY File-BaseDir-version "0.08">--> 380 380 <!ENTITY File-Slurper-version "0.012"> 381 381 <!ENTITY File-Which-version "1.22"> … … 455 455 <!ENTITY pycrypto-version "2.6.1"> 456 456 <!ENTITY pygobject2-version "2.28.7"> 457 <!ENTITY pygobject3-version "3. 28.3">457 <!ENTITY pygobject3-version "3.30.1"> 458 458 <!ENTITY pygtk-version "2.24.0"> 459 459 <!ENTITY pyxdg-version "0.25"> … … 478 478 <!ENTITY rpcbind-version "1.2.5"> 479 479 <!ENTITY rsync-version "3.1.3"> 480 <!ENTITY samba-version "4. 8.5">480 <!ENTITY samba-version "4.9.1"> 481 481 <!ENTITY wget-version "1.19.5"> 482 482 <!ENTITY wireless-tools-version "29">
Note:
See TracChangeset
for help on using the changeset viewer.