mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
(Reluctantly) Update to Samba-4.9.4
There are multiple known issues for this package, but no upstream patches. Still, it's worth updating for security fixes. The next version (4.9.5) that comes out will have to be implemented very soon after it comes out. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20921 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a114fccf65
commit
d38746e86d
@ -44,6 +44,13 @@
|
||||
<listitem>
|
||||
<para>January 3rd, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to samba-4.9.4. Fixes six vulnerabilities.
|
||||
In addition, there is a known issue with CNAME resolution as well as
|
||||
smbclient crashes. The next version will resolve this, but for now,
|
||||
update to this one. Fixes
|
||||
<ulink url="&blfs-ticket-root;11331">#11331</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gdb-8.2.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;11479">#11479</ulink>.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
|
||||
<!ENTITY samba-download-ftp " ">
|
||||
<!ENTITY samba-md5sum "22f9201d1a7033ada4302b4e82d36516">
|
||||
<!ENTITY samba-md5sum "5e94705ae741bc6e4c893cea7b5de0d5">
|
||||
<!ENTITY samba-size "17 MB">
|
||||
<!ENTITY samba-buildsize "596 MB (add 640 MB for quicktest)">
|
||||
<!ENTITY samba-time "4.6 SBU (add 4.5 SBU for quicktest)">
|
||||
<!ENTITY samba-buildsize "595 MB (add 562 MB for quicktest)">
|
||||
<!ENTITY samba-time "5.9 SBU (add 5.6 SBU for quicktest)">
|
||||
]>
|
||||
|
||||
<sect1 id="samba" xreflabel="Samba-&samba-version;">
|
||||
@ -73,6 +73,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="fuse3"/>,
|
||||
<xref linkend="gpgme"/>,
|
||||
<xref linkend="libxslt"/> (for documentation),
|
||||
<xref linkend="perl-parse-yapp"/>,
|
||||
@ -90,6 +91,7 @@
|
||||
<xref linkend="gnupg2"/> (required for ADS and testsuite),
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="jansson"/>,
|
||||
<xref linkend="libaio"/>,
|
||||
<xref linkend="libarchive"/>,
|
||||
<xref linkend="libcap-pam"/>,
|
||||
<xref linkend="libgcrypt"/>,
|
||||
@ -101,13 +103,15 @@
|
||||
<xref linkend="talloc"/> (included),
|
||||
<xref linkend="vala"/>,
|
||||
<xref linkend="valgrind"/> (optionally used by the test suite),
|
||||
<xref linkend="wireshark"/> (module installed),
|
||||
<xref linkend="xfsprogs"/>,
|
||||
<ulink url="https://cmocka.org/">cmocka</ulink>,
|
||||
<ulink url="https://ctdb.samba.org/">ctdb</ulink> (included),
|
||||
<ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
|
||||
<ulink url="https://github.com/gluster/glusterfs/">GlusterFS</ulink>,
|
||||
<ulink url="http://www.h5l.org/">Heimdal</ulink> (included),
|
||||
<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
|
||||
<ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
|
||||
<!-- <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>, -->
|
||||
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
|
||||
<ulink url="https://ldb.samba.org/">ldb</ulink> (included),
|
||||
<ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
|
||||
|
@ -554,7 +554,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY ntp-version "4.2.8p12">
|
||||
<!ENTITY rpcbind-version "1.2.5">
|
||||
<!ENTITY rsync-version "3.1.3">
|
||||
<!ENTITY samba-version "4.9.1">
|
||||
<!ENTITY samba-version "4.9.4">
|
||||
<!ENTITY wget-version "1.20.1">
|
||||
<!ENTITY wireless-tools-version "29">
|
||||
<!ENTITY wpa_supplicant-version "2.7">
|
||||
|
@ -94,6 +94,7 @@
|
||||
-->
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gdb"/> (for tests),
|
||||
<xref linkend="linux-pam"/>,
|
||||
<xref linkend="x-window-system"/>,
|
||||
<xref linkend="mitkrb"/>,
|
||||
|
Loading…
Reference in New Issue
Block a user