diff --git a/src/usr/doc/NEWS b/src/usr/doc/NEWS index 5094927..377bbff 100644 --- a/src/usr/doc/NEWS +++ b/src/usr/doc/NEWS @@ -1,6 +1,6 @@ SBOPKG NEWS -sbopkg-dev (2021-05-18 18:32:02 UTC) +sbopkg 0.38.2 (2022-03-10 16:29 UTC) FEATURES * sqg: Parallelize building of single and all packages by option -j. Patch by Marcel Saegebarth. diff --git a/src/usr/doc/README b/src/usr/doc/README index 06bd78e..e17cf6a 100644 --- a/src/usr/doc/README +++ b/src/usr/doc/README @@ -5,7 +5,7 @@ SBOPKG COPYRIGHT/LICENSE Copyright 2007-2010 Chess Griffin Copyright 2009-2011 Mauro Giachero slakmagik - Copyright 2016-2021 Willy Sudiarto Raharjo + Copyright 2016-2022 Willy Sudiarto Raharjo Sbopkg is released under a one-clause BSD license. See the script itself for the text. diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 6bd19a9..4094cf9 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -6,7 +6,7 @@ # Copyright 2007-2010,2013 Chess Griffin # Copyright 2009-2011 Mauro Giachero # Copyright 2009-2013 slakmagik -# Copyright 2015-2021 Willy Sudiarto Raharjo +# Copyright 2015-2022 Willy Sudiarto Raharjo # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: diff --git a/src/usr/sbin/sqg b/src/usr/sbin/sqg index 2fecad4..c402d97 100755 --- a/src/usr/sbin/sqg +++ b/src/usr/sbin/sqg @@ -8,7 +8,7 @@ # Copyright 2013 Chess Griffin and # slakmagik -# Copyright 2016-2021 Willy Sudiarto Raharjo +# Copyright 2016-2022 Willy Sudiarto Raharjo # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: diff --git a/tools/ChangeLog-latest.txt b/tools/ChangeLog-latest.txt index e3bde49..cfa2b77 100644 --- a/tools/ChangeLog-latest.txt +++ b/tools/ChangeLog-latest.txt @@ -1,6 +1,6 @@ SBOPKG NEWS -sbopkg-dev (2021-05-18 18:32:02 UTC) +sbopkg 0.38.2 (2022-03-10 16:29 UTC) FEATURES * sqg: Parallelize building of single and all packages by option -j. Patch by Marcel Saegebarth. diff --git a/tools/current-download b/tools/current-download index ff1d29e..32db1bb 100644 --- a/tools/current-download +++ b/tools/current-download @@ -1 +1 @@ -https://github.com/sbopkg/sbopkg/releases/download/0.38.1/sbopkg-0.38.1-noarch-1_wsr.tgz +https://github.com/sbopkg/sbopkg/releases/download/0.38.2/sbopkg-0.38.2-noarch-1_wsr.tgz diff --git a/tools/current-package b/tools/current-package index 6d60cfb..94b0948 100644 --- a/tools/current-package +++ b/tools/current-package @@ -1 +1 @@ -sbopkg-0.38.1-noarch-1_wsr.tgz +sbopkg-0.38.2-noarch-1_wsr.tgz diff --git a/tools/current-source b/tools/current-source index 453beca..f4d7022 100644 --- a/tools/current-source +++ b/tools/current-source @@ -1 +1 @@ -sbopkg-0.38.1.tar.gz +sbopkg-0.38.2.tar.gz diff --git a/tools/current-version b/tools/current-version index bb22182..f2e78d4 100644 --- a/tools/current-version +++ b/tools/current-version @@ -1 +1 @@ -0.38.1 +0.38.2 diff --git a/tools/sbopkg-conf5.html b/tools/sbopkg-conf5.html index 28c2982..8cce245 100644 --- a/tools/sbopkg-conf5.html +++ b/tools/sbopkg-conf5.html @@ -1,9 +1,8 @@ -Content-type: text/html - Manpage of SBOPKG.CONF +

SBOPKG.CONF

-Section: (5)
Updated: September 2016
Index +Section: (5)
Updated: March 2022
Index Return to Main Contents
@@ -282,7 +281,7 @@ to
The default assignment is:
-MKDIR_PROMPT=${MKDIR_PROMPT:-YES} +MKDIR_PROMPT=${MKDIR_PROMPT:-NO}
NICE @@ -376,7 +375,7 @@ files and can also be listed by issuing
The default assignment is:
-REPO_BRANCH=${REPO_BRANCH:-14.2} +REPO_BRANCH=${REPO_BRANCH:-15.0}
REPO_NAME @@ -485,6 +484,19 @@ The default assignment is:
SRCDIR=${SRCDIR:-/var/cache/sbopkg} + +
BLACKLISTFILE + +
+Path. +
+This option contains the location of the file that list all blacklisted +package(s). +
+The default assignment is: +
+BLACKLISTFILE=${BLACKLISTFILE:-/etc/sbopkg/blacklist} +
TMP
@@ -575,12 +587,13 @@ WGETFLAGS="${WGETFLAGS:--c --progress=bar:force --timeout=30 --tries=5}&quo
SRC_REPO
-Path. +Path
This option sets the alternative third party source repository that can be used to download the source files for package building.
-The default value is hard-coded to http://slackware.uk/sbosrcarch +The default value is hard-coded to http://slackware.uk/sbosrcarch +  

NOTES

@@ -702,7 +715,7 @@ If the architecture is x86, x86_64, or arm*, then automatically sets ARCH -to i486, x86_64, or arm, respectively. +to i586, x86_64, or arm, respectively. If ARCH @@ -792,18 +805,18 @@ documentation directory for more information.

AUTHORS

Willy Sudiarto Raharjo -<willysr@sbopkg.org> +<willysr@sbopkg.org>

Chess Griffin -<chess@chessgriffin.com> +<chess@chessgriffin.com>

Mauro Giachero -<mauro.giachero@gmail.com> +<mauro.giachero@gmail.com>

slakmagik -<slakmagik@gmail.com> +<slakmagik@gmail.com> @@ -824,7 +837,7 @@ slakmagik wget(1), -/usr/doc/sbopkg-0.38.1/* +/usr/doc/sbopkg-0.38.2/*

@@ -845,8 +858,8 @@ slakmagik


This document was created by -man2html, +man2html, using the manual pages.
-Time: 13:42:15 GMT, September 01, 2016 +Time: 16:29:25 GMT, March 10, 2022 diff --git a/tools/sbopkg-help b/tools/sbopkg-help index 2080067..1a74eaf 100644 --- a/tools/sbopkg-help +++ b/tools/sbopkg-help @@ -25,6 +25,7 @@ Options are: installed packages from the active repo. -r Sync the remote repository with the local mirror and then quit. + -S Use sandbox when building packages. -s package(s) Specific search by specific package and, if found, display package information. -u Check for an update to sbopkg. diff --git a/tools/sbopkg8.html b/tools/sbopkg8.html index 3359aa4..79c8aba 100644 --- a/tools/sbopkg8.html +++ b/tools/sbopkg8.html @@ -1,9 +1,8 @@ -Content-type: text/html - Manpage of SBOPKG +

SBOPKG

-Section: (8)
Updated: September 2016
Index +Section: (8)
Updated: March 2022
Index Return to Main Contents
@@ -40,10 +39,10 @@ packages. usage assumes an understanding of SlackBuilds, generally, and the third-party SBo repository, specifically. A thorough reading of -http://www.slackbuilds.org/howto/ +https://www.slackbuilds.org/howto/ and the pages at -http://www.slackwiki.org +https://www.slackwiki.com about SlackBuilds is strongly advised.

@@ -536,6 +535,13 @@ files of all installed packages from the active repo.

``Rsync'' the local repository with SBo and quit. +
-S + +
+Enable the ``sandbox mode.'' +When this flag is specified packages will be built with sandbox. +This will prevent the build from modifying files it should not. +
-s PACKAGE(s)
@@ -696,18 +702,18 @@ documentation directory for more information.

AUTHORS

Willy Sudiarto Raharjo -<willysr@sbopkg.org> +<willysr@sbopkg.org>

Chess Griffin -<chess@chessgriffin.com> +<chess@chessgriffin.com>

Mauro Giachero -<mauro.giachero@gmail.com> +<mauro.giachero@gmail.com>

slakmagik -<slakmagik@gmail.com> +<slakmagik@gmail.com> @@ -730,7 +736,7 @@ slakmagik vi(1), -/usr/doc/sbopkg-0.38.1/* +/usr/doc/sbopkg-0.38.2/*

@@ -751,8 +757,8 @@ slakmagik


This document was created by -man2html, +man2html, using the manual pages.
-Time: 13:42:15 GMT, September 01, 2016 +Time: 16:29:25 GMT, March 10, 2022 diff --git a/tools/sqg8.html b/tools/sqg8.html index 1e2a0eb..6c9780c 100644 --- a/tools/sqg8.html +++ b/tools/sqg8.html @@ -1,9 +1,8 @@ -Content-type: text/html - Manpage of sqg +

sqg

-Section: (8)
Updated: June 2017
Index +Section: (8)
Updated: March 2022
Index Return to Main Contents
@@ -108,18 +107,18 @@ to have them installed (make sure to pick Queue).

AUTHORS

Willy Sudiarto Raharjo -<willysr@sbopkg.org> +<willysr@sbopkg.org>

Chess Griffin -<chess@chessgriffin.com> +<chess@chessgriffin.com>

Mauro Giachero -<mauro.giachero@gmail.com> +<mauro.giachero@gmail.com>

slakmagik -<slakmagik@gmail.com> +<slakmagik@gmail.com> @@ -144,8 +143,8 @@ slakmagik


This document was created by -man2html, +man2html, using the manual pages.
-Time: 08:55:23 GMT, June 25, 2017 +Time: 16:29:25 GMT, March 10, 2022