From 646a5c1cbfd95873950a87b5f75d52073a967023 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 May 2018 19:12:29 +0000 Subject: Mon May 28 19:12:29 UTC 2018 a/pkgtools-15.0-noarch-13.txz: Rebuilt. installpkg: default line length for --terselength is the number of columns. removepkg: added --terse mode. upgradepkg: default line length for --terselength is the number of columns. upgradepkg: accept -option in addition to --option. ap/vim-8.1.0026-x86_64-1.txz: Upgraded. d/bison-3.0.5-x86_64-1.txz: Upgraded. e/emacs-26.1-x86_64-1.txz: Upgraded. kde/kopete-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against libidn-1.35. n/conntrack-tools-1.4.5-x86_64-1.txz: Upgraded. n/libnetfilter_conntrack-1.0.7-x86_64-1.txz: Upgraded. n/libnftnl-1.1.0-x86_64-1.txz: Upgraded. n/links-2.16-x86_64-2.txz: Rebuilt. Rebuilt to enable X driver for -g mode. n/lynx-2.8.9dev.19-x86_64-1.txz: Upgraded. n/nftables-0.8.5-x86_64-1.txz: Upgraded. n/p11-kit-0.23.11-x86_64-1.txz: Upgraded. n/ulogd-2.0.7-x86_64-1.txz: Upgraded. n/whois-5.3.1-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.8.12-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.0026-x86_64-1.txz: Upgraded. --- slackbook/html/security-current.html | 138 ----------------------------------- 1 file changed, 138 deletions(-) delete mode 100644 slackbook/html/security-current.html (limited to 'slackbook/html/security-current.html') diff --git a/slackbook/html/security-current.html b/slackbook/html/security-current.html deleted file mode 100644 index 12e207167..000000000 --- a/slackbook/html/security-current.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - -Keeping Current - - - - - - - - - - - -
-

14.3 Keeping -Current

- -
-

14.3.1 slackware-security mailing list

- -

Whenever a security problem affects Slackware, an email is sent to all subscribers to -the slackware-security@slackware.com mailing list. Reports are -sent out for vulnerabilities of any part of Slackware, apart from the software in /extra or /pasture. These security -announcement emails include details on obtaining updated versions of Slackware packages -or work-arounds, if any.

- -

Subscribing to Slackware mailing lists is covered in Section 2.2.2.

-
- -
-

14.3.2 -The /patches directory

- -

Whenever updated packages are released for a version of Slackware (usually only to fix -a security problem, in the case of already released Slackware versions), they are placed -in the /patches directory. The full path to these patches will -depend on the mirror you are using, but will take the form /path/to/slackware-x.x/patches/.

- -

Before installing these packages, it is a good idea to verify the md5sum of the package. md5sum(1) is a -commandline utility that creates a “unique” mathematical hash of the file. If -a single bit of the file has been changed, it will generate a different md5sum value.

- - - - - -
-
-% md5sum package-<ver>-<arch>-<rev>.tgz
-6341417aa1c025448b53073a1f1d287d  package-<ver>-<arch>-<rev>.tgz
-
-
- -

You should then check this against the line for the new package in the CHECKSUMS.md5 file in the root of the slackware-$VERSION directory (also -in the /patches directory for patches) or in the email to the -slackware-security mailing list.

- -

If you have a file with the md5sum values in it, you can source it instead with the --c option to md5sum.

- - - - - -
-
-# md5sum -c CHECKSUMS.md5
-./ANNOUNCE.10_0: OK
-./BOOTING.TXT: OK
-./COPYING: OK
-./COPYRIGHT.TXT: OK
-./CRYPTO_NOTICE.TXT: OK
-./ChangeLog.txt: OK
-./FAQ.TXT: FAILED
-
-
- -

As you can see, any files that md5sum evaluates as correct -are listed “OK” while files that fail are labelled -“FAILED”. (Yes, this was an insult to your -intelligence. Why do you put up with me?)

-
-
- - - - - -- cgit v1.2.3