Changeset 4df25bd0
- Timestamp:
- 05/31/2017 12:07:31 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c51f263
- Parents:
- 421e0cb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r421e0cb r4df25bd0 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 28"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 28th &year;">9 <!ENTITY releasedate "May 30th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r421e0cb r4df25bd0 43 43 --> 44 44 <listitem> 45 <para>May 30th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Patch rpcbind and libtirpc for the so-called rpcbomb 49 vulnerability. Fixes 50 <ulink url="&blfs-ticket-root;9284">#9284</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>May 28th, 2017</para> 46 57 <itemizedlist> -
networking/netlibs/libtirpc.xml
r421e0cb r4df25bd0 73 73 </itemizedlist> 74 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch"/> 81 </para> 82 </listitem> 83 </itemizedlist> 84 75 85 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead> 76 86 … … 96 106 </para> 97 107 98 <screen><userinput>./configure --prefix=/usr \ 99 --sysconfdir=/etc \ 100 --disable-static \ 101 --disable-gssapi && 108 <screen><userinput> 109 patch -Np1 -i ../libtirpc-&libtirpc-version;-vulnerability_fixes-1.patch && 110 ./configure --prefix=/usr \ 111 --sysconfdir=/etc \ 112 --disable-static \ 113 --disable-gssapi && 102 114 make</userinput></screen> 103 115 -
networking/netprogs/rpcbind.xml
r421e0cb r4df25bd0 57 57 </listitem> 58 58 </itemizedlist> 59 <!-- 59 60 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 61 <itemizedlist spacing="compact"> … … 63 63 <para> 64 64 Required patch: 65 <ulink url="&patch-root;/rpcbind-&rpcbind-version;- tirpc_fix-1.patch"/>65 <ulink url="&patch-root;/rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch"/> 66 66 </para> 67 67 </listitem> 68 68 </itemizedlist> 69 --> 69 70 70 <bridgehead renderas="sect3">rpcbind Dependencies</bridgehead> 71 71 … … 103 103 commands:</para> 104 104 105 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 106 --bindir=/sbin \ 107 --with-rpcuser=root \ 108 --enable-warmstarts \ 109 --without-systemdsystemunitdir && 105 <screen revision="sysv"><userinput>patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch && 106 ./configure --prefix=/usr \ 107 --bindir=/sbin \ 108 --with-rpcuser=root \ 109 --enable-warmstarts \ 110 --without-systemdsystemunitdir && 110 111 make</userinput></screen> 111 112 112 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 113 --bindir=/sbin \ 114 --enable-warmstarts \ 115 --with-rpcuser=rpc && 113 <screen revision="systemd"> 114 <userinput> 115 patch -Np1 -i ../rpcbind-&rpcbind-version;-vulnerability_fixes-1.patch && 116 ./configure --prefix=/usr \ 117 --bindir=/sbin \ 118 --enable-warmstarts \ 119 --with-rpcuser=rpc && 116 120 make</userinput></screen> 117 121
Note:
See TracChangeset
for help on using the changeset viewer.