Changeset 8ca7994
- Timestamp:
- 08/19/2018 04:17:26 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b79cece1
- Parents:
- 0a30e8ef
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libblockdev.xml
r0a30e8ef r8ca7994 91 91 <xref linkend="gtk-doc"/>, 92 92 <xref linkend="mdadm"/>, 93 <ulink url="http:// dmraid.sourcearchive.com/">dmraid</ulink>, and94 <ulink url="http://bcachefs.org/">bcachefs</ulink> 93 <ulink url="http://people.redhat.com/~heinzm/sw/dmraid/">dmraid</ulink>, 94 <ulink url="http://bcachefs.org/">bcachefs</ulink>, and 95 95 <ulink url="https://github.com/pmem/ndctl">ndctl</ulink> 96 96 </para> -
general/sysutils/udisks2.xml
r0a30e8ef r8ca7994 7 7 <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2"> 8 8 <!ENTITY udisks2-download-ftp " "> 9 <!ENTITY udisks2-md5sum " 9e0fb5766ad542af920435cc5a68a749">9 <!ENTITY udisks2-md5sum "32ae8b6d9aaf71d4609d3fb6b81d56e9"> 10 10 <!ENTITY udisks2-size "1.3 MB"> 11 <!ENTITY udisks2-buildsize " 35MB (with tests)">11 <!ENTITY udisks2-buildsize "50 MB (with tests)"> 12 12 <!ENTITY udisks2-time "0.3 SBU (with tests)"> 13 13 ]> -
gnome/platform/dconf.xml
r0a30e8ef r8ca7994 11 11 <!ENTITY dconf-size "100 KB"> 12 12 <!ENTITY dconf-buildsize "7.1 MB"> 13 <!ENTITY dconf-time "less than 0.1 SBU">13 <!ENTITY dconf-time "less than 0.1 SBU"> 14 14 15 15 <!-- DConf-Editor --> … … 162 162 cd build && 163 163 164 meson --prefix=/usr --sysconfdir=/etc &&164 meson --prefix=/usr --sysconfdir=/etc .. && 165 165 ninja</userinput></screen> 166 166 … … 184 184 cd build && 185 185 186 meson --prefix=/usr --sysconfdir=/etc &&186 meson --prefix=/usr --sysconfdir=/etc .. && 187 187 ninja</userinput></screen> 188 188 -
introduction/welcome/changelog.xml
r0a30e8ef r8ca7994 45 45 <para>August 18th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to udisks-2.8.0. Fixes 49 <ulink url="&blfs-ticket-root;10917">#10917</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to samba-4.8.4. Fixes 53 <ulink url="&blfs-ticket-root;11021">#11021</ulink>. Note that this 54 fixes four critical vulnerabilities, upgrading is suggested.</para> 55 </listitem> 47 56 <listitem> 48 57 <para>[bdubbs] - Update to babl-0.1.56. Fixes -
networking/netlibs/libnsl.xml
r0a30e8ef r8ca7994 5 5 %general-entities; 6 6 7 <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/v&libnsl-version; /libnsl-&libnsl-version;.tar.gz">7 <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/v&libnsl-version;.tar.gz"> 8 8 <!ENTITY libnsl-download-ftp " "> 9 9 <!ENTITY libnsl-md5sum "05222024777e12e2f6d48f2e7d067ac7"> … … 33 33 The <application>libnsl</application> package contains the public client 34 34 interface for NIS(YP) and NIS+. It replaces the NIS library that used to 35 be in GlibC.35 be in glibc. 36 36 </para> 37 37 … … 71 71 </listitem> 72 72 </itemizedlist> 73 74 <note> 75 <para> 76 The <application>libnsl</application> source tarball shown above 77 downloads with the correct name, libnsl-&libnsl-version;.tar.gz, if 78 using a standard web browser. If you prefer to use a command line 79 program such as wget, you normally would obtain &libnsl-version;.tar.gz. 80 To obtain this package with the proper filename, run: 81 82 <screen><userinput>wget -c https://github.com/thkukuk/libnsl/archive/v1.2.0.tar.gz -O libnsl-&libnsl-version;.tar.gz</userinput></screen> 83 </para> 84 </note> 73 85 74 86 <bridgehead renderas="sect3">libnsl Dependencies</bridgehead> -
networking/netlibs/rpcsvc-proto.xml
r0a30e8ef r8ca7994 5 5 %general-entities; 6 6 7 <!ENTITY rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/ archive/v&rpcsvc-proto-version;/rpcsvc-proto-&rpcsvc-proto-version;.tar.gz">7 <!ENTITY rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/releases/download/v&rpcsvc-proto-version;/rpcsvc-proto-&rpcsvc-proto-version;.tar.gz"> 8 8 <!ENTITY rpcsvc-proto-download-ftp " "> 9 9 <!ENTITY rpcsvc-proto-md5sum "3b2724bb7d6560ddcb4dbcdb5465de10"> … … 32 32 <para> 33 33 The <application>rpcsvc-proto</application> package contains the rcpsvc 34 protocol.x files and headers, formerly included with GlibC, that are not34 protocol.x files and headers, formerly included with glibc, that are not 35 35 included in replacement <xref linkend="libtirpc"/>, along with the rpcgen 36 36 program. -
networking/netprogs/samba.xml
r0a30e8ef r8ca7994 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 " 67f271ed6b793c2acfe014b5b8f0cca8">9 <!ENTITY samba-md5sum "ca5bfbebd8d9eb95506e16594b2bbee2"> 10 10 <!ENTITY samba-size "17 MB"> 11 <!ENTITY samba-buildsize " 469 MB (add 15MB for quicktest)">12 <!ENTITY samba-time " 5.4 SBU (add 0.5SBU for quicktest)">11 <!ENTITY samba-buildsize "588 MB (add 373 MB for quicktest)"> 12 <!ENTITY samba-time "4.4 SBU (add 4.4 SBU for quicktest)"> 13 13 ]> 14 14 -
packages.ent
r0a30e8ef r8ca7994 293 293 <!ENTITY systemd-version "239"> 294 294 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 295 <!ENTITY udisks2-version "2. 7.6"> <!-- stable lt .90 micro version -->295 <!ENTITY udisks2-version "2.8.0"> <!-- stable lt .90 micro version --> 296 296 <!ENTITY unrar-version "5.6.5"> 297 297 <!ENTITY unzip-version "6.0"> … … 443 443 <!ENTITY rpcbind-version "0.2.4"> 444 444 <!ENTITY rsync-version "3.1.3"> 445 <!ENTITY samba-version "4.8. 3">445 <!ENTITY samba-version "4.8.4"> 446 446 <!ENTITY wget-version "1.19.5"> 447 447 <!ENTITY wireless-tools-version "29">
Note:
See TracChangeset
for help on using the changeset viewer.