Changeset 479274d
- Timestamp:
- 02/15/2020 04:11:16 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- 20ff9ce
- Parents:
- 12f909b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r12f909b r479274d 45 45 <para>February 14th, 2020</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to openssh-8.2p1. Fixes 49 <ulink url="&blfs-ticket-root;13131">#13131</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to libarchive-3.4.2. Fixes -
packages.ent
r12f909b r479274d 32 32 <!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">--> 33 33 <!ENTITY nss-version "3.&nss-minor-version;"> 34 <!ENTITY openssh-version "8. 1p1">34 <!ENTITY openssh-version "8.2p1"> 35 35 <!-- <!ENTITY openssl-version "1.1.0g"> --> 36 36 <!ENTITY openssl10-version "1.0.2q"> -
postlfs/security/openssh.xml
r12f909b r479274d 10 10 " "> <!-- at the moment, unable to connect via ftp: ken 11 11 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> --> 12 <!ENTITY openssh-md5sum "513694343631a99841e815306806edf0"> 13 <!ENTITY openssh-size "1.5 MB"> 14 <!ENTITY openssh-buildsize "45 MB (add 12 MB for tests)"> 15 <!ENTITY openssh-time "0.4 SBU (running the tests takes 17+ minutes, 12 <!ENTITY openssh-md5sum "3076e6413e8dbe56d33848c1054ac091"> 13 <!ENTITY openssh-size "1.6 MB"> 14 <!ENTITY openssh-buildsize "43 MB (add 17 MB for tests)"> 15 <!ENTITY openssh-time "0.4 SBU (Using parallelism=4; 16 running the tests takes 17+ minutes, 16 17 irrespective of processor speed)"> 17 18 ]> … … 43 44 </para> 44 45 45 &lfs9 0_checked;46 &lfs91_checked; 46 47 47 48 <bridgehead renderas="sect3">Package Information</bridgehead> … … 78 79 </listitem> 79 80 </itemizedlist> 80 81 <!-- 81 82 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 82 83 <itemizedlist spacing="compact"> … … 88 89 </listitem> 89 90 </itemizedlist> 90 91 --> 91 92 <bridgehead renderas="sect3">OpenSSH Dependencies</bridgehead> 92 93 … … 136 137 -s /bin/false \ 137 138 -u 50 sshd</userinput></screen> 138 139 <!-- 139 140 <para> 140 141 Apply a patch to allow OpenSSH to build and function with … … 143 144 144 145 <screen><userinput remap="pre">patch -Np1 -i ../openssh-&openssh-version;-glibc_2.31_fix-1.patch</userinput></screen> 145 146 --> 146 147 <para> 147 148 Install <application>OpenSSH</application> by running the following
Note:
See TracChangeset
for help on using the changeset viewer.