From 6a057506a0500ca3bb0865e4557e9dc5357628ea Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Sun, 3 Apr 2022 23:27:29 +0200 Subject: [PATCH] Sun Apr 3 19:29:38 CEST 2022 pkg/slackpkg+-1.8.0-noarch-3mt.txz: Upgrade - Manage '+' in $TEMP path - Remove obsolete or broken repositories from list - Add SBo 15.0 +-------------------------+ --- ChangeLog.txt | 7 +++ src/CHANGES | 4 ++ src/ChangeLog.txt | 7 +++ src/README | 24 +++----- src/checkrepos.sh | 2 +- src/repositories.lst | 107 +++++++++++---------------------- src/repositories.txt | 39 ++++-------- src/slackpkgplus.conf.5 | 4 +- src/slackpkgplus.conf.5.fr | 4 +- src/slackpkgplus.conf.5.it | 4 +- src/slackpkgplus.sh | 4 +- src/slackpkgplus.x86.sample | 4 +- src/slackpkgplus.x86_64.sample | 4 +- 13 files changed, 86 insertions(+), 128 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index d3c4b38..48e30ad 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +Sun Apr 3 19:29:38 CEST 2022 +pkg/slackpkg+-1.8.0-noarch-3mt.txz: Upgrade + - Manage '+' in $TEMP path + - Remove obsolete or broken repositories from list + - Add SBo 15.0 ++-------------------------+ + Wed Feb 16 15:50:11 CET 2022 pkg/slackpkg+-1.8.0-noarch-2mt.txz: Upgrade - slackpkg update will return exit code 2 on broken slackware mirrors diff --git a/src/CHANGES b/src/CHANGES index fc9245e..9ea5027 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -8,6 +8,10 @@ to read the french manpage be sure to export LANG=fr_FR@euro and use the ISO8859-15 charset in console. +*Bug Fixes: + +- Manage '+' in $TEMP path + == From 1.7 to 1.8 == *Configuration file: diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index d3c4b38..48e30ad 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,3 +1,10 @@ +Sun Apr 3 19:29:38 CEST 2022 +pkg/slackpkg+-1.8.0-noarch-3mt.txz: Upgrade + - Manage '+' in $TEMP path + - Remove obsolete or broken repositories from list + - Add SBo 15.0 ++-------------------------+ + Wed Feb 16 15:50:11 CET 2022 pkg/slackpkg+-1.8.0-noarch-2mt.txz: Upgrade - slackpkg update will return exit code 2 on broken slackware mirrors diff --git a/src/README b/src/README index 78f514c..8988d1e 100644 --- a/src/README +++ b/src/README @@ -60,7 +60,7 @@ The MIRRORPLUS array defines all mirrors. It accepts these protocols: 1) http/ftp/https: for example, - MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/ + MIRRORPLUS['alienbob']=https://slackware.nl/people/alien/sbrepos/15.0/x86_64/ The mirror must contains all metadata files (CHECKSUMS.md5 ...) You must run 'slackpkg update' after adding/removing a repository. @@ -68,7 +68,7 @@ The MIRRORPLUS array defines all mirrors. It accepts these protocols: 2) Local mirror: for example, - MIRRORPLUS['alienlocal']=file://mirrors/alienbob/x86/14.0/ + MIRRORPLUS['alienlocal']=file://mirrors/alienbob/x86_64/15.0/ The directory must contains all metadata files (CHECKSUMS.md5 ...) You must run 'slackpkg update' after adding/removing a repository. @@ -83,7 +83,7 @@ The MIRRORPLUS array defines all mirrors. It accepts these protocols: 4) Remote packages directory httpdir/httpsdir/ftpdir not containing metadata: - MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/ + MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/stable/ All packages must be in a single directory (subdirectory not allowed). 'slackpkg update' get the directory index and put it in slackpkg database. @@ -128,7 +128,7 @@ accepts the following kinds of argument: installs all packages in the multilib repository 5) repository-name:package-name, for example - # slackpkg install slacky:openjdk + # slackpkg install alienbob:openjdk installs openjdk from slacky even if there is another openjdk in another repository @@ -246,13 +246,6 @@ or just re-run ----- -KTOWN (LATEST KDE) - -KDE 5 is now included in slackware current, so you no longer need it - ------ - - PERSONAL PACKAGES If you build some packages yourself, you can install these without @@ -465,7 +458,7 @@ Also it is good when the 'install-new' give you a large list of packages to inst You can set DOWNLOANDONLY=on in slackpkgplus.conf to do that or use it in cmdline. -For example, to upgrading from slackware 14.1 to slackware 14.2: +For example, to upgrading from slackware 15.0 to slackware current: # DOWNLOADONLY=on slackpkg install-new # DOWNLOADONLY=on slackpkg upgrade-all # slackpkg install-new @@ -565,7 +558,7 @@ Note that a short pattern may match many many packages. SBO -'slackpkg search' allow you to search packages in SlackBuilds.org 14.2 and +'slackpkg search' allow you to search packages in SlackBuilds.org 15.0 and current. Note that slackpkg+ does not replace sbopkg or other similar tools. slackpkg+ show you the url of the SlackBuild, then you have to manually @@ -704,8 +697,9 @@ The AlienBOB article about slackpkg+: http://alien.slackbook.org/blog/introducing-slackpkg-an-extension-to-slackpkg-for-3rd-party-repositories/ For questions, suggestions or contributions, you can email me at -zerouno@slacky.it or use the linuxquestions forum: - http://www.linuxquestions.org/questions/showthread.php?p=4940074 +info@slakfinder.org or use the linuxquestions forum: + https://www.linuxquestions.org/questions/showthread.php?p=4940074 + https://www.linuxquestions.org/questions/slackware-14/slackpkg-1-8-a-4175669481/ You can find slackpkg+ on sourceforge: https://sourceforge.net/projects/slackpkgplus diff --git a/src/checkrepos.sh b/src/checkrepos.sh index a85e817..fd8cecc 100755 --- a/src/checkrepos.sh +++ b/src/checkrepos.sh @@ -120,6 +120,7 @@ for R in $REPOS;do fi if grep -q -i Last-Modified: CHECKSUMS.md5.R;then [ $V ]&&echo -n "($(grep -i Last-Modified: CHECKSUMS.md5.R|tail -1|cut -f2- -d:|sed $'s/\r//') ) " + DATE="$(grep -i Last-Modified: CHECKSUMS.md5.R|tail -1|cut -f2- -d:|sed $'s/\r//')" fi [ $V ]&&echo MD5=yes @@ -143,7 +144,6 @@ for R in $REPOS;do fi if grep -q -i Last-Modified: PACKAGES.TXT.R;then [ $V ]&&echo -n "($(grep -i Last-Modified: PACKAGES.TXT.R|tail -1|cut -f2- -d:|sed $'s/\r//') ) " - DATE="$(grep -i Last-Modified: PACKAGES.TXT.R|tail -1|cut -f2- -d:|sed 's/^M//')" fi [ $V ]&&echo PACK=yes diff --git a/src/repositories.lst b/src/repositories.lst index 034b73a..d4005e1 100644 --- a/src/repositories.lst +++ b/src/repositories.lst @@ -1,77 +1,38 @@ -Tue Feb 8 18:14:41 CET 2022 +Sun Apr 3 20:58:50 CEST 2022 url size date gpg -http://www.slackel.gr/repo/i486/current 662975 2022/02/06 23:26:31 Dimitris Tzemos (Slackel Creator) -http://www.slackel.gr/repo/x86_64/current 702551 2022/02/06 23:24:43 Dimitris Tzemos (Slackel Creator) -https://alien.slackbook.org/ktown 5061 2020/12/08 17:59:06 Eric Hameleers (Alien BOB) -https://download.salixos.org/i486/14.2 544904 2022/02/08 09:32:33 Salix Admin (The Bonsai OS) -https://download.salixos.org/i486/15.0 314058 2022/02/08 08:58:47 Salix Admin (The Bonsai OS) -https://download.salixos.org/i486/extra-14.2 1922947 2021/12/19 23:34:08 Salix Admin (The Bonsai OS) -https://download.salixos.org/x86_64/14.2 549967 2022/02/08 09:33:34 Salix Admin (The Bonsai OS) -https://download.salixos.org/x86_64/15.0 317009 2022/02/08 09:01:43 Salix Admin (The Bonsai OS) -https://download.salixos.org/x86_64/extra-14.2 1922817 2021/12/19 23:37:03 Salix Admin (The Bonsai OS) -https://ftp.osuosl.org/pub/slackware/slackware-14.2 702459 2016/06/29 21:42:35 Slackware Linux Project -https://ftp.osuosl.org/pub/slackware/slackware-15.0 861877 2022/02/02 09:23:14 Slackware Linux Project -https://ftp.osuosl.org/pub/slackware/slackware-current 861877 2022/02/02 09:23:14 Slackware Linux Project -https://ftp.osuosl.org/pub/slackware/slackware64-14.2 704195 2016/06/29 21:49:56 Slackware Linux Project -https://ftp.osuosl.org/pub/slackware/slackware64-15.0 864745 2022/02/02 09:25:12 Slackware Linux Project -https://ftp.osuosl.org/pub/slackware/slackware64-current 864745 2022/02/02 09:25:12 Slackware Linux Project -https://packages.slackonly.com/pub/packages/14.2-x86 4525711 2017/08/07 00:38:53 Panagiotis Nikolaou (slackware user) -https://packages.slackonly.com/pub/packages/14.2-x86_64 5078675 2020/04/28 00:56:41 Panagiotis Nikolaou (slackware user) -https://packages.slackonly.com/pub/packages/current-x86 2795351 2017/05/08 05:25:15 Panagiotis Nikolaou (slackware user) -https://packages.slackonly.com/pub/packages/current-x86_64 3215041 2017/09/11 20:00:50 Panagiotis Nikolaou (slackware user) -https://rlworkman.net/pkgs/14.2 53979 2017/12/22 09:39:05 Robby Workman -https://rlworkman.net/pkgs/current 45 2020/12/28 08:05:02 Robby Workman -https://slack.conraid.net/repository/slackware64-current-extra 45 2020/12/07 16:24:07 Corrado Franco (Conraid) -https://slack.conraid.net/repository/slackware64-current-testing 13868 2021/09/09 15:31:03 Corrado Franco (Conraid) -https://slackware.nl/alien-kde/current/5/x86 528 2020/12/27 14:41:14 Eric Hameleers (Alien BOB) -https://slackware.nl/alien-kde/current/5/x86_64 530 2020/12/27 14:41:13 Eric Hameleers (Alien BOB) -https://slackware.nl/people/alien/multilib/14.2 150168 2022/02/06 11:40:03 Eric Hameleers (IBM Linux) -https://slackware.nl/people/alien/multilib/15.0 199677 2022/02/06 11:40:57 Eric Hameleers (IBM Linux) -https://slackware.nl/people/alien/multilib/current 199677 2022/02/06 11:41:51 Eric Hameleers (IBM Linux) -https://slackware.nl/people/alien/restricted_sbrepos/14.2/x86 5291 2022/02/02 23:55:36 Eric Hameleers -https://slackware.nl/people/alien/restricted_sbrepos/14.2/x86_64 5310 2022/02/02 23:55:31 Eric Hameleers +http://www.slackel.gr/repo/i486/current 712824 2022/04/03 18:55:06 Dimitris Tzemos (Slackel Creator) +http://www.slackel.gr/repo/x86_64/current 754115 2022/04/03 18:52:35 Dimitris Tzemos (Slackel Creator) +https://download.salixos.org/i486/15.0 354608 2022/03/31 23:42:08 Salix Admin (The Bonsai OS) +https://download.salixos.org/i486/extra-15.0 609 2022/02/13 09:04:59 Salix Admin (The Bonsai OS) +https://download.salixos.org/x86_64/15.0 357459 2022/03/31 23:42:35 Salix Admin (The Bonsai OS) +https://download.salixos.org/x86_64/extra-15.0 611 2022/02/13 09:05:12 Salix Admin (The Bonsai OS) +https://ftp.osuosl.org/pub/slackware/slackware-15.0 861877 2022/03/31 00:37:36 Slackware Linux Project +https://ftp.osuosl.org/pub/slackware/slackware-current 862484 2022/04/02 20:59:29 Slackware Linux Project +https://ftp.osuosl.org/pub/slackware/slackware64-15.0 864745 2022/03/31 00:39:43 Slackware Linux Project +https://ftp.osuosl.org/pub/slackware/slackware64-current 865358 2022/04/02 21:00:04 Slackware Linux Project +https://packages.slackonly.com/pub/packages/15.0-x86_64 1497358 2022/04/03 01:55:54 Panagiotis Nikolaou (slackware user) +https://slack.conraid.net/repository/slackware64-current 541693 2022/04/02 16:07:00 Corrado Franco (Conraid) +https://slackware.nl/people/alien/multilib/15.0 200478 2022/03/20 12:38:50 Eric Hameleers (IBM Linux) +https://slackware.nl/people/alien/multilib/current 200440 2022/03/20 12:40:25 Eric Hameleers (IBM Linux) https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86 5820 2022/02/02 23:55:26 Eric Hameleers https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64 5841 2022/02/02 23:55:25 Eric Hameleers -https://slackware.nl/people/alien/restricted_sbrepos/current/x86 5820 2022/02/02 23:55:21 Eric Hameleers -https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64 5841 2022/02/02 23:55:19 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/14.2/x86 221400 2022/02/08 09:02:05 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/14.2/x86_64 223356 2022/02/08 09:00:01 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/15.0/x86 305985 2022/02/08 08:58:18 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/15.0/x86_64 310876 2022/02/08 08:56:47 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/current/x86 305985 2022/02/08 08:55:40 Eric Hameleers -https://slackware.nl/people/alien/sbrepos/current/x86_64 310876 2022/02/08 08:54:10 Eric Hameleers -https://slackware.uk/csb/14.2/x86 29003 2017/12/09 20:21:22 Willy Sudiarto Raharjo -https://slackware.uk/csb/14.2/x86_64 28392 2017/12/09 20:21:12 Willy Sudiarto Raharjo -https://slackware.uk/csb/15.0/x86 20098 2022/02/05 16:22:01 Willy Sudiarto Raharjo -https://slackware.uk/csb/15.0/x86_64 20166 2022/02/05 16:22:32 Willy Sudiarto Raharjo -https://slackware.uk/csb/current/x86 20098 2022/02/05 16:22:01 Willy Sudiarto Raharjo -https://slackware.uk/csb/current/x86_64 20166 2022/02/05 16:22:32 Willy Sudiarto Raharjo -https://slackware.uk/microlinux/desktop-14.2-32bit 151132 2017/04/27 16:16:44 Niki Kovacs -https://slackware.uk/microlinux/desktop-14.2-64bit 151985 2017/04/27 16:16:54 Niki Kovacs -https://slackware.uk/microlinux/extras-14.2-32bit 13626 2017/02/20 19:56:17 Niki Kovacs -https://slackware.uk/microlinux/extras-14.2-64bit 13696 2017/02/20 19:56:29 Niki Kovacs -https://slackware.uk/microlinux/server-14.2-32bit 32597 2017/02/03 09:17:01 Niki Kovacs -https://slackware.uk/microlinux/server-14.2-64bit 32787 2017/02/03 09:17:12 Niki Kovacs -https://slackware.uk/msb/14.2/1.18/x86 30258 2018/05/22 17:28:29 MATE SlackBuilds -https://slackware.uk/msb/14.2/1.18/x86_64 30364 2018/05/22 17:28:40 MATE SlackBuilds -https://slackware.uk/msb/14.2/latest/x86 30258 2018/05/22 17:28:29 MATE SlackBuilds -https://slackware.uk/msb/14.2/latest/x86_64 30364 2018/05/22 17:28:40 MATE SlackBuilds -https://slackware.uk/msb/15.0/1.26/x86 27691 2022/02/05 03:39:58 MATE SlackBuilds -https://slackware.uk/msb/15.0/1.26/x86_64 27789 2022/02/05 03:40:09 MATE SlackBuilds -https://slackware.uk/msb/15.0/latest/x86 27691 2022/02/05 03:39:58 MATE SlackBuilds -https://slackware.uk/msb/15.0/latest/x86_64 27789 2022/02/05 03:40:09 MATE SlackBuilds -https://slackware.uk/msb/current/1.26/x86 27691 2022/02/05 03:39:58 MATE SlackBuilds -https://slackware.uk/msb/current/1.26/x86_64 27789 2022/02/05 03:40:09 MATE SlackBuilds -https://slackware.uk/msb/current/latest/x86 27691 2022/02/05 03:39:58 MATE SlackBuilds -https://slackware.uk/msb/current/latest/x86_64 27789 2022/02/05 03:40:09 MATE SlackBuilds -https://slackware.uk/slint/i586/slint-14.2 40483 2022/02/02 19:55:28 Didier Spaier -https://slackware.uk/slint/x86_64/slint-14.2.1 828642 2022/02/02 19:56:27 Didier Spaier -https://slackware.uk/studioware/14.2 112985 2018/01/13 03:11:17 Studioware -https://slacky.eu/repository/slackware-14.2 28134 2020/01/31 01:13:00 Slacky.eu packagers (packages by Slacky.eu) -https://slacky.eu/repository/slackware64-14.2 42698 2020/01/31 05:29:10 Slacky.eu packagers (packages by Slacky.eu) -https://slakfinder.org/slackpkg+ 624 2022/02/03 23:08:27 Matteo Rossini -https://slakfinder.org/slackpkg+1.7 45 2022/01/14 20:00:33 Matteo Rossini -https://slakfinder.org/slackpkg+1.8 624 2022/02/03 23:10:30 Matteo Rossini -https://slakfinder.org/slackpkg+15 624 2022/02/03 23:08:27 Matteo Rossini -https://slakfinder.org/slackpkg+dev 624 2022/02/03 23:06:38 Matteo Rossini +https://slackware.nl/people/alien/restricted_sbrepos/current/x86 5820 2022/02/02 23:55:22 Eric Hameleers +https://slackware.nl/people/alien/restricted_sbrepos/current/x86_64 5841 2022/02/02 23:55:20 Eric Hameleers +https://slackware.nl/people/alien/sbrepos/15.0/x86 305419 2022/04/03 12:26:05 Eric Hameleers +https://slackware.nl/people/alien/sbrepos/15.0/x86_64 310867 2022/04/03 12:24:40 Eric Hameleers +https://slackware.nl/people/alien/sbrepos/current/x86 306369 2022/04/03 12:23:47 Eric Hameleers +https://slackware.nl/people/alien/sbrepos/current/x86_64 311819 2022/04/03 12:22:20 Eric Hameleers +https://slackware.uk/csb/15.0/x86 19160 2022/03/04 08:39:48 Willy Sudiarto Raharjo +https://slackware.uk/csb/15.0/x86_64 19224 2022/03/04 08:39:57 Willy Sudiarto Raharjo +https://slackware.uk/csb/current/x86 19160 2022/03/04 08:39:48 Willy Sudiarto Raharjo +https://slackware.uk/csb/current/x86_64 19224 2022/03/04 08:39:57 Willy Sudiarto Raharjo +https://slackware.uk/msb/15.0/latest/x86 27691 2022/03/26 17:02:25 MATE SlackBuilds +https://slackware.uk/msb/15.0/latest/x86_64 27789 2022/03/26 17:02:37 MATE SlackBuilds +https://slackware.uk/msb/current/latest/x86 27691 2022/03/26 17:02:25 MATE SlackBuilds +https://slackware.uk/msb/current/latest/x86_64 27789 2022/03/26 17:02:37 MATE SlackBuilds +https://slackware.uk/slint/x86_64/slint-15.0 673175 2022/04/03 00:10:59 Didier Spaier +https://slakfinder.org/slackpkg+1.7 625 2022/02/23 23:49:30 Matteo Rossini +https://slakfinder.org/slackpkg+1.8 624 2022/02/16 15:56:46 Matteo Rossini +https://slakfinder.org/slackpkg+15 624 2022/02/16 15:57:54 Matteo Rossini +https://slakfinder.org/slackpkg+dev 624 2022/02/16 15:55:39 Matteo Rossini diff --git a/src/repositories.txt b/src/repositories.txt index 43a67a1..a43aa5c 100644 --- a/src/repositories.txt +++ b/src/repositories.txt @@ -1,24 +1,17 @@ Supported Repositories: -> slackpkgplus: https://slakfinder.org/slackpkg+{,dev,1.7,1.8,15}/ -> multilib: https://slackware.nl/people/alien/multilib/{14.2,15.0,current}/ -> alienbob: https://slackware.nl/people/alien/sbrepos/{14.2,15.0,current}/{x86,x86_64}/ -> ktown: https://slackware.nl/alien-kde/{14.2,15.0,current}/5/{x86,x86_64}/ -> restricted: https://slackware.nl/people/alien/restricted_sbrepos/{14.2,15.0,current}/{x86,x86_64}/ -> slacky: https://slacky.eu/repository/slackware{,64}-{14.2}/ -> mleddesktop: https://slackware.uk/microlinux/desktop-{14.2,15.0}-{32,64}bit/ -> mledextras: https://slackware.uk/microlinux/extras-{14.2,15.0}-{32,64}bit/ -> mles: https://slackware.uk/microlinux/server-{14.2,15.0}-{32,64}bit/ -> msb: https://slackware.uk/msb/{14.2,15.0,current}/{1.18,1.26,latest}/{x86,x86_64}/ -> csb: https://slackware.uk/csb/{14.2,15.0,current}/{x86,x86_64}/ -> slackers: https://slack.conraid.net/repository/slackware64-current{-testing,-extra}/ -> studioware: https://slackware.uk/studioware/{14.2,15.0} -> slackonly: https://packages.slackonly.com/pub/packages/{14.2,15.0,current}-{x86,x86_64}/ -> rlworkman: https://rlworkman.net/pkgs/{14.2,15.0,current}/ +> slackpkgplus: https://slakfinder.org/slackpkg+{dev,1.7,1.8,15}/ +> multilib: https://slackware.nl/people/alien/multilib/{15.0,current}/ +> alienbob: https://slackware.nl/people/alien/sbrepos/{15.0,current}/{x86,x86_64}/ +> restricted: https://slackware.nl/people/alien/restricted_sbrepos/{15.0,current}/{x86,x86_64}/ +> msb: https://slackware.uk/msb/{15.0,current}/latest/{x86,x86_64}/ +> csb: https://slackware.uk/csb/{15.0,current}/{x86,x86_64}/ +> slackers: https://slack.conraid.net/repository/slackware64-current/ +> slackonly: https://packages.slackonly.com/pub/packages/15.0-x86_64/ > slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/ -> slint: https://slackware.uk/slint/{i586,x86_64}/slint-{15.0,14.2,14.2.1,testing,wip}/ -> salixos: https://download.salixos.org/{i486,x86_64}/{14.2,15.0}/ -> salixextra: https://download.salixos.org/{i486,x86_64}/extra-{14.2,15.0}/ +> slint: https://slackware.uk/slint/x86_64/slint-15.0/ +> salixos: https://download.salixos.org/{i486,x86_64}/15.0/ +> salixextra: https://download.salixos.org/{i486,x86_64}/extra-15.0/ salixos partially supports GPG. This repository contains the .asc file for CHECKSUMS.md5, so the 'update' process works with CHECKGPG=on and repository authenticity @@ -49,16 +42,8 @@ Some specific notes: Periodically you should run "slackpkg install multilib" after run "slackpkg upgrade-all" -* ktown: - You no longer need ktown since it was included on slackware current. - However from https://alien.slackbook.org/ktown/ documentation - Here, you will find packages and sources for KDE which are - either meant for beta testing, or have not yet been added to - slackware-current (but could be added in the near future). - So please read official documentation before use it. - Please read /usr/doc/slackpkg+-*/README for more details Slackware repositories: -https://ftp.osuosl.org/pub/slackware/slackware{,64}-{14.2,15.0,current}/ +https://ftp.osuosl.org/pub/slackware/slackware{,64}-{15.0,current}/ diff --git a/src/slackpkgplus.conf.5 b/src/slackpkgplus.conf.5 index 24bc8be..8f0da86 100644 --- a/src/slackpkgplus.conf.5 +++ b/src/slackpkgplus.conf.5 @@ -610,7 +610,7 @@ The third-party packages are not supported by the Slackware team so they do not .TP 5 \fBSupport\fP -If you have questions or you find bugs you can report to the author by writing an email address to \fB\%zerouno@slacky.it\fP. +If you have questions or you find bugs you can report to the author by writing an email address to \fB\%info@slakfinder.eu\fP. You can also follow the official italian discussion in slacky.eu: .br @@ -618,7 +618,7 @@ You can also follow the official italian discussion in slacky.eu: .br or in english in linuxquestions.org: .br -\ \ \%http://www.linuxquestions.org/questions/showthread.php?p=4780861 +\ \ \%https://www.linuxquestions.org/questions/slackware-14/slackpkg-1-8-a-4175669481/ .TP 5 \fBThanks\fP diff --git a/src/slackpkgplus.conf.5.fr b/src/slackpkgplus.conf.5.fr index 6b59243..2a28e68 100644 --- a/src/slackpkgplus.conf.5.fr +++ b/src/slackpkgplus.conf.5.fr @@ -613,7 +613,7 @@ Les paquets tiers ne sont pas pris en charge par l'équipe Slackware qui ne gara .TP 5 \fBSupport\fP -Si vous avez des questions ou si vous trouvez des bogues, vous pouvez les signaler en écrivant à l'auteur : \fB\%zerouno@slacky.it\fP. +Si vous avez des questions ou si vous trouvez des bogues, vous pouvez les signaler en écrivant à l'auteur : \fB\%info@slakfinder.org\fP. Vous pouvez également suivre la discussion officielle en italien sur slacky.eu : .br @@ -621,7 +621,7 @@ Vous pouvez également suivre la discussion officielle en italien sur slacky.eu .br ou en anglais sur linuxquestions.org : .br -\ \ \%http://www.linuxquestions.org/questions/showthread.php?p=4780861 +\ \ \%https://www.linuxquestions.org/questions/slackware-14/slackpkg-1-8-a-4175669481/ .TP 5 \fBRemerciements\fP diff --git a/src/slackpkgplus.conf.5.it b/src/slackpkgplus.conf.5.it index 6178f1f..2cd0c71 100644 --- a/src/slackpkgplus.conf.5.it +++ b/src/slackpkgplus.conf.5.it @@ -606,7 +606,7 @@ I pacchetti di terze parti non sono supportati dal team di slackware che quindi .TP 5 \fBSupporto\fP -Se hai dubbi o hai trovato bug puoi segnalarli all'autore scrivendo all'indirizzo email \fB\%zerouno@slacky.it\fP. +Se hai dubbi o hai trovato bug puoi segnalarli all'autore scrivendo all'indirizzo email \fB\%info@slakfinder.org\fP. Puoi anche seguire la discussione ufficiale in italiano su slacky.eu: .br @@ -614,7 +614,7 @@ Puoi anche seguire la discussione ufficiale in italiano su slacky.eu: .br oppure in inglese su linuxquestions.org: .br -\ \ \%http://www.linuxquestions.org/questions/showthread.php?p=4780861 +\ \ \%https://www.linuxquestions.org/questions/slackware-14/slackpkg-1-8-a-4175669481/ .TP 5 \fBRingraziamenti\fP diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 7461997..65b3003 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -287,7 +287,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then echo "$NEED_RESTART"|sed 's/^/ /' >> $TMPDIR/info.log if [ "$(stat -f -c %T /var/run/)" = "tmpfs" ]; then echo "$NEED_RESTART" >> $ROOT/var/run/needs_restarting - echo "See /var/run/needs_restarting for details" >> $TMPDIR/info.log + echo "See /var/run/needs_restarting for review this list" >> $TMPDIR/info.log fi fi } @@ -1080,7 +1080,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then elif [ ${FILENAME:0:13} == "CHECKSUMS.md5" ];then REPO=$(echo $FILENAME|cut -f2- -d-|sed 's/\.gz$//') else - REPO=$(echo $1|sed -r -e "s,^/*$TEMP,/," -e "s,/\./,/,g" -e "s,//,/,g" -e "s,^/,," -e "s,/.*$,," -e "s,SLACKPKGPLUS_,,") + REPO=$(echo $1|sed -e "s,^/*$TEMP,/," -e "s,/\./,/,g" -e "s,//,/,g" -e "s,^/,," -e "s,/.*$,," -e "s,SLACKPKGPLUS_,,") fi if [ "$STRICTGPG" != "off" ] && ! echo ${MIRRORPLUS[$REPO]}|grep -q ^dir:/;then diff --git a/src/slackpkgplus.x86.sample b/src/slackpkgplus.x86.sample index 1cc80db..04f4f42 100644 --- a/src/slackpkgplus.x86.sample +++ b/src/slackpkgplus.x86.sample @@ -109,7 +109,7 @@ TAG_PRIORITY=off # List repositories you want to use (defined below) # remember to launch 'slackpkg update' if you modify this row. -#REPOPLUS=( slackpkgplus restricted alienbob slacky ) +#REPOPLUS=( slackpkgplus restricted alienbob ) REPOPLUS=( slackpkgplus ) @@ -141,7 +141,7 @@ MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/ # SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org # This does not replace sbopkg; slackpkg just report the package, version and url; you may # download it via 'slackpkg download ' and build it yourself or via sbopkg. -#SBO['14.2']=https://www.slackbuilds.org/slackbuilds/14.2/ +#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/ #SBO['current']=https://cgit.ponce.cc/slackbuilds/ diff --git a/src/slackpkgplus.x86_64.sample b/src/slackpkgplus.x86_64.sample index 3bdaa8b..464eedd 100644 --- a/src/slackpkgplus.x86_64.sample +++ b/src/slackpkgplus.x86_64.sample @@ -122,7 +122,7 @@ TAG_PRIORITY=off # List repositories you want to use (defined below) # remember to launch 'slackpkg update' if you modify this row. -#REPOPLUS=( slackpkgplus restricted alienbob slacky ) +#REPOPLUS=( slackpkgplus restricted alienbob ) REPOPLUS=( slackpkgplus ) @@ -156,7 +156,7 @@ MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/ # SBo SlackBuilds. Uncomment it to allow slackpkg to search SlackBuilds on SlackBuilds.org # This does not replace sbopkg; slackpkg just report the package, version and url; you may # download it via 'slackpkg download ' and build it yourself or via sbopkg. -#SBO['14.2']=https://www.slackbuilds.org/slackbuilds/14.2/ +#SBO['15.0']=https://www.slackbuilds.org/slackbuilds/15.0/ #SBO['current']=https://cgit.ponce.cc/slackbuilds/