aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md2
-rw-r--r--SBO-Lib/README4
-rw-r--r--SBO-Lib/lib/SBO/App.pm2
-rw-r--r--SBO-Lib/lib/SBO/App/Remove.pm2
-rw-r--r--SBO-Lib/lib/SBO/App/Snap.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Build.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Cryptography.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Download.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Info.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Pkgs.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Readme.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Repo.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Tree.pm2
-rw-r--r--SBO-Lib/lib/SBO/Lib/Util.pm2
-rw-r--r--man1/sbocheck.12
-rw-r--r--man1/sboclean.12
-rw-r--r--man1/sboconfig.12
-rw-r--r--man1/sbofind.12
-rw-r--r--man1/sboinstall.12
-rw-r--r--man1/sboremove.12
-rw-r--r--man1/sbosnap.12
-rw-r--r--man1/sboupgrade.12
-rw-r--r--man5/sbotools.conf.52
24 files changed, 25 insertions, 25 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 7d6d551..ba7fe16 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [Unreleased]
+## [2.8.0] - 2025-01-28
### Added
diff --git a/SBO-Lib/README b/SBO-Lib/README
index 71691a0..63fd993 100644
--- a/SBO-Lib/README
+++ b/SBO-Lib/README
@@ -1,5 +1,5 @@
-SBO-Lib version 2.7.2
-===================
+SBO-Lib version 2.8.0
+=====================
SBO::Lib is a library for the sbotools scripts.
diff --git a/SBO-Lib/lib/SBO/App.pm b/SBO-Lib/lib/SBO/App.pm
index fe1a1be..d8de5c6 100644
--- a/SBO-Lib/lib/SBO/App.pm
+++ b/SBO-Lib/lib/SBO/App.pm
@@ -12,7 +12,7 @@ use strict;
use warnings FATAL => 'all';
use File::Basename;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
sub new {
my $class = shift;
diff --git a/SBO-Lib/lib/SBO/App/Remove.pm b/SBO-Lib/lib/SBO/App/Remove.pm
index b97cdf8..7b0d27f 100644
--- a/SBO-Lib/lib/SBO/App/Remove.pm
+++ b/SBO-Lib/lib/SBO/App/Remove.pm
@@ -15,7 +15,7 @@ use Getopt::Long qw(GetOptionsFromArray :config bundling);
use parent 'SBO::App';
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
sub _parse_opts {
my $class = shift;
diff --git a/SBO-Lib/lib/SBO/App/Snap.pm b/SBO-Lib/lib/SBO/App/Snap.pm
index f9e44a6..64487d7 100644
--- a/SBO-Lib/lib/SBO/App/Snap.pm
+++ b/SBO-Lib/lib/SBO/App/Snap.pm
@@ -18,7 +18,7 @@ use Getopt::Long qw/ GetOptionsFromArray /;
use parent 'SBO::App';
-our $VERSION = '2.7.4';
+our $VERSION = '2.8.0';
sub _parse_opts {
my $class = shift;
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index fe96cde..b249dc6 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -10,7 +10,7 @@ use strict;
use warnings FATAL => 'all';
package SBO::Lib;
-our $VERSION = '2.7.4';
+our $VERSION = '2.8.0';
=pod
diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm
index ad760b7..4a86e4d 100644
--- a/SBO-Lib/lib/SBO/Lib/Build.pm
+++ b/SBO-Lib/lib/SBO/Lib/Build.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ :const prompt script_error get_sbo_from_loc get_arch check_multilib uniq %config in /;
use SBO::Lib::Tree qw/ get_sbo_location /;
diff --git a/SBO-Lib/lib/SBO/Lib/Cryptography.pm b/SBO-Lib/lib/SBO/Lib/Cryptography.pm
index 0022b8f..7d77332 100644
--- a/SBO-Lib/lib/SBO/Lib/Cryptography.pm
+++ b/SBO-Lib/lib/SBO/Lib/Cryptography.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use Cwd;
use File::Temp "tempdir";
diff --git a/SBO-Lib/lib/SBO/Lib/Download.pm b/SBO-Lib/lib/SBO/Lib/Download.pm
index 38e910a..e574580 100644
--- a/SBO-Lib/lib/SBO/Lib/Download.pm
+++ b/SBO-Lib/lib/SBO/Lib/Download.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ :const script_error get_sbo_from_loc open_read get_arch /;
use SBO::Lib::Repo qw/ $distfiles /;
diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm
index 6b7fc7c..bf47aec 100644
--- a/SBO-Lib/lib/SBO/Lib/Info.pm
+++ b/SBO-Lib/lib/SBO/Lib/Info.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ get_arch get_sbo_from_loc open_read script_error slurp usage_error /;
use SBO::Lib::Tree qw/ get_orig_location get_sbo_location is_local /;
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
index 46a56cc..9e9e029 100644
--- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm
+++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ %config script_error open_read version_cmp /;
use SBO::Lib::Tree qw/ get_sbo_location get_sbo_locations is_local /;
diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm
index c3a51c7..1022c4a 100644
--- a/SBO-Lib/lib/SBO/Lib/Readme.pm
+++ b/SBO-Lib/lib/SBO/Lib/Readme.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ prompt script_error slurp open_read _ERR_OPENFH usage_error /;
use SBO::Lib::Tree qw/ is_local /;
diff --git a/SBO-Lib/lib/SBO/Lib/Repo.pm b/SBO-Lib/lib/SBO/Lib/Repo.pm
index eaf1f2f..7d770c8 100644
--- a/SBO-Lib/lib/SBO/Lib/Repo.pm
+++ b/SBO-Lib/lib/SBO/Lib/Repo.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ %config prompt usage_error get_slack_version get_slack_version_key get_slack_version_url script_error open_fh open_read in _ERR_DOWNLOAD /;
use SBO::Lib::Cryptography qw/ GOODSIG NO_PUBKEY parse_gpg_output verify_gpg_signed_file /;
diff --git a/SBO-Lib/lib/SBO/Lib/Tree.pm b/SBO-Lib/lib/SBO/Lib/Tree.pm
index 533cbed..4353cf6 100644
--- a/SBO-Lib/lib/SBO/Lib/Tree.pm
+++ b/SBO-Lib/lib/SBO/Lib/Tree.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use SBO::Lib::Util qw/ script_error open_read idx %config /;
use SBO::Lib::Repo qw/ $repo_path $slackbuilds_txt /;
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm
index 073ba0a..1598cf1 100644
--- a/SBO-Lib/lib/SBO/Lib/Util.pm
+++ b/SBO-Lib/lib/SBO/Lib/Util.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.7.2';
+our $VERSION = '2.8.0';
use Exporter 'import';
use Sort::Versions;
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1
index e4923b1..c931452 100644
--- a/man1/sbocheck.1
+++ b/man1/sbocheck.1
@@ -1,4 +1,4 @@
-.TH sbocheck 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sbocheck 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sbocheck - update a local slackbuilds.org tree and check for updates.
diff --git a/man1/sboclean.1 b/man1/sboclean.1
index 7344763..83abc5f 100644
--- a/man1/sboclean.1
+++ b/man1/sboclean.1
@@ -1,4 +1,4 @@
-.TH sboclean 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sboclean 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sboclean - clean files left around by sbotools.
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
index f2acc15..e8c9a35 100644
--- a/man1/sboconfig.1
+++ b/man1/sboconfig.1
@@ -1,4 +1,4 @@
-.TH sboconfig 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sboconfig 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sboconfig - set sbotools configuration options.
diff --git a/man1/sbofind.1 b/man1/sbofind.1
index cfe5e38..e5aaace 100644
--- a/man1/sbofind.1
+++ b/man1/sbofind.1
@@ -1,4 +1,4 @@
-.TH sbofind 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sbofind 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sbofind - search slackbuilds.org tree for a given name
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index b50fe97..796d45a 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -1,4 +1,4 @@
-.TH sboinstall 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sboinstall 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sboinstall - install slackbuilds
diff --git a/man1/sboremove.1 b/man1/sboremove.1
index 1b5119c..d57fbdb 100644
--- a/man1/sboremove.1
+++ b/man1/sboremove.1
@@ -1,4 +1,4 @@
-.TH sboremove 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sboremove 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sboremove - remove packages installed from slackbuilds
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1
index ff562cd..5de6bcc 100644
--- a/man1/sbosnap.1
+++ b/man1/sbosnap.1
@@ -1,4 +1,4 @@
-.TH sbosnap 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sbosnap 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sbosnap - slackbuilds.org tree fetch and update command.
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index 84075f2..e96072c 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -1,4 +1,4 @@
-.TH sboupgrade 1 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sboupgrade 1 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.8.0" sbotools2
.SH NAME
.P
sboupgrade - install or upgrade slackbuilds
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index 51e0db4..44765cb 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -1,4 +1,4 @@
-.TH sbotools.conf 5 "Boomtime, The Aftermath 45, 3190 YOLD" "sbotools 2.7.2" sbotools2
+.TH sbotools.conf 5 "Pungenday, Chaos 28, 3191 YOLD" "sbotools 2.7.2" sbotools2
.SH NAME
.P
sbotools.conf - configuration file for sbotools commands.