summaryrefslogtreecommitdiffstats
path: root/source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-06 00:29:25 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-06 08:59:42 +0100
commit05538a2b6dae06b52a4533f94999286b4c89a916 (patch)
tree3d459fe6cf48cbda01f31597eaf1ccd8a8ca4678 /source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples
parentd2c74e4a2e54d27d10eded3c422abf233dafdab8 (diff)
downloadcurrent-05538a2b6dae06b52a4533f94999286b4c89a916.tar.gz
current-05538a2b6dae06b52a4533f94999286b4c89a916.tar.xz
Wed Feb 6 00:29:25 UTC 201920190206002925
ap/linuxdoc-tools-0.9.73-x86_64-1.txz: Upgraded. Upgraded to gtk-doc-1.29. Upgraded to asciidoc-8.6.10. Upgraded to perl-XML-SAX-1.00. Thanks to Stuart Winter. d/meson-0.49.2-x86_64-1.txz: Upgraded. d/python-setuptools-40.8.0-x86_64-1.txz: Upgraded. d/slacktrack-2.19-x86_64-1.txz: Upgraded. Thanks to Stuart Winter. l/imagemagick-6.9.10_26-x86_64-1.txz: Upgraded. n/dovecot-2.3.4.1-x86_64-1.txz: Upgraded. This update addresses security issues: CVE-2019-3814: If imap/pop3/managesieve/submission client has trusted certificate with missing username field (ssl_cert_username_field), under some configurations Dovecot mistakenly trusts the username provided via authentication instead of failing. ssl_cert_username_field setting was ignored with external SMTP AUTH, because none of the MTAs (Postfix, Exim) currently send the cert_username field. This may have allowed users with trusted certificate to specify any username in the authentication. This bug didn't affect Dovecot's Submission service. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3814 (* Security fix *)
Diffstat (limited to 'source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples')
-rw-r--r--source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples103
1 files changed, 0 insertions, 103 deletions
diff --git a/source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples b/source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples
deleted file mode 100644
index 9a57620a7..000000000
--- a/source/d/slacktrack/slacktrack-project/docs/SLACKDTXT.examples
+++ /dev/null
@@ -1,103 +0,0 @@
-##########################################################################
-# Document: SLACKDTXT.examples
-# Purpose : Provide examples of how one may use slackdtxt
-# Author..: Stuart Winter <mozes@slackware.com>
-# Version : 1.00
-# Date....: 02-Mar-2003
-###########################################################################
-
-1.0 Building ProFTPD from Slackware's source directory
- --------------------------------------------------
-
-In this example, I have my slackware-current source tree
-stored in the directory ' /data2 '
-
-I want to compile ProFTPD using Slackware's SlackBuild script, but I want
-to move the package from /tmp (where SlackBuild stores it)
-into my Slackware binary directory
- /data2/slackware-current/slackware/n/
-and I also want to create a .txt description file in the same binary directory.
-
- 1. Enter the slackware-current source directory
- --------------------------------------------
-
- meths [proftpd] # pwd
- /data2/slackware-current/source/n/proftpd
- meths [proftpd] # ls
- _proftpd.tar.gz etc proftpd-1.2.7.tar.bz2 proftpd-1.2.7.tar.bz2.asc proftpd.SlackBuild slack-desc
-
-
- 2. Compile ProFTPd using the supplied SlackBuild script.
- -----------------------------------------------------
-
- meths [proftpd] # ./proftpd.SlackBuild
-
- [ .. snip lots of text as the package is compiled and built .. ]
-
- Our proftpd package is built in /tmp as this is where SlackBuild stores it.
-
- meths [proftpd] # ls -l /tmp/proftpd-1.2.7-i386-1.tgz
- -rw-r--r-- 1 root root 503169 Mar 3 00:43 /tmp/proftpd-1.2.7-i386-1.tgz
- meths [proftpd] #
-
-
- 3. Create the .txt file and move the package into the binary distribution directory
- ---------------------------------------------------------------------------------
- meths [proftpd] # slackdtxt -d /data2/slackware-current/slackware/n/ /tmp/proftpd-1.2.7-i386-1.tgz
- slackdtxt: Copying package to destination directory ....done
- slackdtxt: Verifying the version of the package in the destination directory ....done
- slackdtxt: Attempting to extract install/slack-desc from the package ....done
- slackdtxt: proftpd-1.2.7-i386-1.txt created
- slackdtxt: Deleting the original package ....done
- meths [proftpd] #
-
- In this instance I have extracted the slack-desc file from the /tmp/proftpd-1.2.7-i386-1.tgz
- package. Because I was in the source directory, I could have used the local slack-desc
- file and saved the overhead of having to untar. In order to do this I could have done:
-
- # slackdtxt -d /data2/slackware-current/slackware/n/ -s slack-desc /tmp/proftpd-1.2.7-i386-1.tgz
-
-
-Example 2: Creating .txt files from a bunch of packages
- --------------------------------------------
-
-In this example, I have built a number of packages already. They are
-stored in my binary distribution directory (/data2/slackware-current/slackware)
-but the packages do not have corresponding .txt files.
-
-I will use slackdtxt to create .txt files in the same directory as the package files.
-
-
- 1. Enter the slackware-current binary distribution directory
- ==========================================================
-
- meths [n] # pwd
- /data2/slackware-current/slackware/n
-
- These are the packages I have built previously.
-
- meths [n] # ls
- htdig-3.1.6-i386-2.tgz mod_ssl-2.8.12_1.3.27-i386-1.tgz mutt-1.4i-i386-1.tgz wget-1.8.2-i386-2.tgz
- meths [n] #
-
- 2. Create .txt files for all corresponding package files
- =====================================================
-
- meths [n] # slackdtxt *.tgz
- slackdtxt: Attempting to extract install/slack-desc from the package ....done
- slackdtxt: htdig-3.1.6-i386-2.txt created
- slackdtxt: Attempting to extract install/slack-desc from the package ....done
- slackdtxt: mod_ssl-2.8.12_1.3.27-i386-1.txt created
- slackdtxt: Attempting to extract install/slack-desc from the package ....done
- slackdtxt: mutt-1.4i-i386-1.txt created
- slackdtxt: Attempting to extract install/slack-desc from the package ....done
- slackdtxt: wget-1.8.2-i386-2.txt created
-
- meths [n] # ls
- htdig-3.1.6-i386-2.tgz mod_ssl-2.8.12_1.3.27-i386-1.tgz mutt-1.4i-i386-1.tgz wget-1.8.2-i386-2.tgz
- htdig-3.1.6-i386-2.txt mod_ssl-2.8.12_1.3.27-i386-1.txt mutt-1.4i-i386-1.txt wget-1.8.2-i386-2.txt
- meths [n] #
-
- All .txt files are now created.
-
-