Changeset 5c69a2d
- Timestamp:
- 02/24/2019 09:00:49 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cc2e1ac6
- Parents:
- 106440d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r106440d r5c69a2d 45 45 <para>February 24th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Make libnssckbi.so link unconditionally in p11-kit and 49 NSS instructions.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[dj] - Moved example configuration for make-ca to the -
postlfs/security/nss.xml
r106440d r5c69a2d 224 224 commands:</para> 225 225 226 <screen role="root"><userinput>if [ -e /usr/lib/libp11-kit.so ]; then 227 readlink /usr/lib/libnssckbi.so || 228 rm -v /usr/lib/libnssckbi.so && 229 ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so 230 fi</userinput></screen> 226 <screen role="root"><userinput>ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so</userinput></screen> 231 227 232 228 <para>Additionally, for dependent applications that do not use the internal 233 229 database (<filename>/usr/lib/libnssckbi.so</filename>), the 234 230 <filename>/usr/sbin/make-ca</filename> script, included on the 235 <xref linkend="make-ca"/> page, will generate a system wide NSS DB.</para> 231 <xref linkend="make-ca"/> page can generate a system wide NSS DB with the 232 <parameter>-n</parameter> switch, or by modifying the 233 <filename>/etc/make-ca.conf</filename> file.</para> 236 234 237 235 </sect2> -
postlfs/security/p11-kit.xml
r106440d r5c69a2d 163 163 commands:</para> 164 164 165 <screen role="root"><userinput>if [ -e /usr/lib/libnssckbi.so ]; then 166 readlink /usr/lib/libnssckbi.so || 167 rm -fv /usr/lib/libnssckbi.so && 168 ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so 169 fi</userinput></screen> 165 <screen role="root"><userinput>ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so</userinput></screen> 170 166 171 167 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.