2013-12-09 19:18:45 +04:00
|
|
|
SBOPKG NEWS
|
|
|
|
|
2022-03-10 19:41:19 +03:00
|
|
|
sbopkg 0.38.2 (2022-03-10 16:29 UTC)
|
2016-11-19 19:39:30 +03:00
|
|
|
FEATURES
|
2017-06-15 12:14:59 +03:00
|
|
|
* sqg: Parallelize building of single and all packages by option -j.
|
2016-11-19 19:39:30 +03:00
|
|
|
Patch by Marcel Saegebarth.
|
2017-03-10 20:14:05 +03:00
|
|
|
* sqg: Introduced new simple filesystem cache.
|
|
|
|
This will reduce queue generation time significantly when
|
|
|
|
invoked with -j N+1 (N: Number of cores)
|
|
|
|
Patch by Marcel Saegebarth.
|
2017-06-17 17:15:47 +03:00
|
|
|
* sqg: Generate one queue file for multiple programs by option -o.
|
2017-06-19 12:33:29 +03:00
|
|
|
The output queue filename is user-defined.
|
|
|
|
You can then run sbopkg -i <queue-name> to install all packages+deps.
|
2017-06-17 17:15:47 +03:00
|
|
|
Feature Request by Jeremy/bassmadrigal (Fixed #13).
|
2017-06-19 12:33:29 +03:00
|
|
|
Implement contributions from Marcel Saegebarth.
|
2017-06-25 11:58:26 +03:00
|
|
|
* sqg: Added manual page for sqg.
|
2017-07-23 18:21:01 +03:00
|
|
|
* sbopkg: No need to do complete check for old sources if no sources available
|
|
|
|
Initial patch by Loki Harfagr
|
2018-01-14 13:43:03 +03:00
|
|
|
* sbopkg: Added support for Slackware 15.0
|
|
|
|
* sbopkg: Added new option in sbopkg.conf: BLACKLISTFILE
|
|
|
|
This is used to define blacklisted package(s)
|
|
|
|
Feature Request by khronosschoty
|
2018-05-28 02:39:45 +03:00
|
|
|
* sbopkg: Show version when using -g in command line
|
|
|
|
Patch by Yaroslav Shmelev.
|
2018-08-13 06:36:47 +03:00
|
|
|
* sbopkg: Add optional sandbox support.
|
|
|
|
Initial patch by Orbea (#49).
|
2018-08-20 03:10:25 +03:00
|
|
|
* sbopkg: Add logrotate support.
|
|
|
|
Feature Request by wronguser (#50).
|
2019-03-13 05:56:02 +03:00
|
|
|
* sbokg: Add better non-interactive/cron run support
|
|
|
|
Initial patch by smallid (#56).
|
2019-12-26 08:16:28 +03:00
|
|
|
* sbopkg: Add more detection to local repository
|
|
|
|
Initial patch by arcctgx (#58)
|
2020-05-21 05:33:55 +03:00
|
|
|
* sbopkg: Show new version in view queue in GUI
|
|
|
|
Patch by Geremia (#62)
|
2020-10-06 20:22:27 +03:00
|
|
|
* sbopkg: Faster clone on SBo-git configuration
|
|
|
|
Patch by djunzu (#67)
|
2021-05-17 20:08:07 +03:00
|
|
|
* sbopkg: Checking for updates is now twice faster.
|
|
|
|
Patch by Benjamin Trigona-Harany (#68)
|
2016-11-19 19:39:30 +03:00
|
|
|
|
|
|
|
MODIFICATIONS
|
|
|
|
* bash-completion: Complete -i and -b when git repo is used
|
|
|
|
Patch by Sergey V.
|
2017-03-10 20:06:25 +03:00
|
|
|
* move sqg functions to /usr/libexec
|
|
|
|
Patch by Marcel Saegebarth
|
2017-04-08 02:36:04 +03:00
|
|
|
* use exit 1 when rsync failed instead of 0
|
2017-05-15 18:43:08 +03:00
|
|
|
* Fix 90-SBo-master.repo to accomodate SBo's new server
|
|
|
|
Patch by Matteo Bernardini
|
2017-06-19 14:16:01 +03:00
|
|
|
* Remove SKIP_EMPTY option.
|
2018-01-08 23:39:56 +03:00
|
|
|
* Fix wrong glob expansion
|
|
|
|
Patch by Alan
|
2018-01-10 21:59:03 +03:00
|
|
|
* Use correct SlackBuild file name to build package
|
|
|
|
Patch by Erich Ritz
|
2018-04-25 21:16:03 +03:00
|
|
|
* Fix bug in updates_compare_versions()
|
|
|
|
Patch by arcctgx (#41)
|
2018-04-27 07:55:15 +03:00
|
|
|
* Fix parsing errors with shellcheck.
|
|
|
|
Patch by orbea (#42)
|
2018-05-22 14:51:52 +03:00
|
|
|
* Increase timeout on update detection (#43)
|
2018-06-07 17:00:15 +03:00
|
|
|
* sqg: Check for invalid .info files before processing.
|
2018-08-29 05:13:40 +03:00
|
|
|
* Support update ability for -current repo
|
2019-03-16 16:29:09 +03:00
|
|
|
Patch by JK Wood, reviewed by Matteo Bernardini (#51)
|
|
|
|
* Fix file ownership changes when unpacking tarball
|
|
|
|
Patch by pv4 (#54)
|
2019-11-10 12:48:08 +03:00
|
|
|
* Handle upper case value for MD5SUMS
|
2020-01-16 08:56:48 +03:00
|
|
|
* Better handling at git repository during bad network connection.
|
|
|
|
Patch by Urchlay
|
2020-03-21 16:26:08 +03:00
|
|
|
* sqg: Use /root/.sbopkg.conf if it exists.
|
2020-03-22 13:20:20 +03:00
|
|
|
* Set the tag for SBo-git to _SBo to match the rest of the packages.
|
2020-04-07 17:51:55 +03:00
|
|
|
* By default, sbopkg will not ask for directory creation for initial startup.
|
2021-03-13 05:55:20 +03:00
|
|
|
* Fix sbopkg SlackBuild to reflect latest changes (nobodino)
|
2016-11-19 19:39:30 +03:00
|
|
|
|
2016-09-01 16:57:11 +03:00
|
|
|
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
|
2015-10-30 03:24:29 +03:00
|
|
|
FEATURES
|
|
|
|
* Added option to download from third party source repository
|
|
|
|
in case the one mentioned in .info failed or having bad checksums.
|
|
|
|
* Added new option in sbopkg.conf: SRC_REPO
|
|
|
|
This is used to define third party source repository
|
|
|
|
sbopkg: Added option to download from third party source.
|
|
|
|
|
2016-08-30 02:11:29 +03:00
|
|
|
MODIFICATIONS
|
|
|
|
* Do not use wildcard for GPG checking (Fix #19)
|
|
|
|
|
2016-07-02 03:37:50 +03:00
|
|
|
sbopkg-0.38.0 (2016-07-01 16:52:27 UTC)
|
2016-02-11 20:38:38 +03:00
|
|
|
FEATURES
|
|
|
|
* Add --no-group to rsync so files are owned by root:root
|
|
|
|
Patch by pyllyukko
|
|
|
|
* Updated es translations (Dhaby Xiloj)
|
|
|
|
* Moved sqg to /usr/sbin
|
2016-02-11 20:45:24 +03:00
|
|
|
* Added support for Slackware 14.2.
|
2016-07-01 20:10:10 +03:00
|
|
|
* Update queue sample files
|
2016-02-11 20:38:38 +03:00
|
|
|
|
2015-10-27 06:06:15 +03:00
|
|
|
sbopkg-0.37.1 (2015-10-27 03:02:59 UTC)
|
2015-10-26 19:49:40 +03:00
|
|
|
|
2015-10-25 05:08:34 +03:00
|
|
|
FEATURES
|
|
|
|
* Add --visit-items option in certain part of dialog to help
|
|
|
|
disabled people
|
2015-10-26 19:49:40 +03:00
|
|
|
* Added SBo master branch repo (git)
|
|
|
|
|
|
|
|
MODIFICATIONS
|
|
|
|
|
|
|
|
* Move PIDFILE to global variable
|
|
|
|
* Update copyright
|
|
|
|
* Transitions from code.google.com to github.com
|
|
|
|
* Remove SVN-stuff
|
|
|
|
* Fix sqg branch to 14.1 by default.
|
2015-10-25 05:08:34 +03:00
|
|
|
|
2013-12-09 19:18:45 +04:00
|
|
|
sbopkg 0.37.0 (2013-12-09 15:10 UTC)
|
2011-02-05 07:34:55 +03:00
|
|
|
|
|
|
|
FEATURES
|
|
|
|
|
2013-12-09 19:18:45 +04:00
|
|
|
* This release of sbopkg is Slackware 14.1-ready. Congrats to
|
|
|
|
the entire Slackware team for another great release!
|
|
|
|
* Sbopkg now has a -B flag which will allow the user to
|
|
|
|
process the queue from the command line in 'bulk' without
|
|
|
|
confirmation first.
|
2011-02-05 07:34:55 +03:00
|
|
|
|
|
|
|
MODIFICATIONS
|
|
|
|
|
2013-12-09 19:18:45 +04:00
|
|
|
* No other modifications have been made.
|