Released slackpkg+-1.7.0d1-noarch-7mt

- Replace SPINNING with PROGRESS status
  - Small fix the Cached Downloader output
  - Added USETERSE option to enable --terse on pkgtools
  - Added PROXY to use a proxy
  - Fix for servers using HTTP/2 on checkrepos.sh
  - Fix search where there are duplicated packages (thanks phenixia2003)
  - Improved upgrade info on search (thanks phenixia2003)
  - Added Added /usr/libexec/slackpkg/zlookkernel.sh tool. Edit it to see instructions.
This commit is contained in:
Matteo Rossini 2020-02-18 09:09:52 +01:00
parent b7518555d7
commit 0749b5944c
3 changed files with 30 additions and 0 deletions

View file

@ -1,8 +1,22 @@
Tue Feb 18 08:30:10 CET 2020
pkg/slackpkg+-1.7.0d1-noarch-7mt.txz
- Replace SPINNING with PROGRESS status
- Small fix the Cached Downloader output
- Added USETERSE option to enable --terse on pkgtools
- Added PROXY to use a proxy
- Fix for servers using HTTP/2 on checkrepos.sh
- Fix search where there are duplicated packages (thanks phenixia2003)
- Improved upgrade info on search (thanks phenixia2003)
- Added Added /usr/libexec/slackpkg/zlookkernel.sh tool. Edit it to see instructions.
+-------------------------+
Thu Jan 3 12:18:57 CET 2019
pkg/slackpkg+-1.7.0d1-noarch-6mt.txz
- Allow to use the blacklist system from slackpkg 2.84 (still in beta).
Only impact install/upgrade/remove options, and does not impact
greylist.
- Fixed searching groups (a, ap, ...) instead packages
- Fix for servers using HTTP/2 on cached downloader
+-------------------------+
Fri Jun 15 18:25:33 CEST 2018

View file

@ -1,8 +1,22 @@
Tue Feb 18 08:30:10 CET 2020
pkg/slackpkg+-1.7.0d1-noarch-7mt.txz
- Replace SPINNING with PROGRESS status
- Small fix the Cached Downloader output
- Added USETERSE option to enable --terse on pkgtools
- Added PROXY to use a proxy
- Fix for servers using HTTP/2 on checkrepos.sh
- Fix search where there are duplicated packages (thanks phenixia2003)
- Improved upgrade info on search (thanks phenixia2003)
- Added Added /usr/libexec/slackpkg/zlookkernel.sh tool. Edit it to see instructions.
+-------------------------+
Thu Jan 3 12:18:57 CET 2019
pkg/slackpkg+-1.7.0d1-noarch-6mt.txz
- Allow to use the blacklist system from slackpkg 2.84 (still in beta).
Only impact install/upgrade/remove options, and does not impact
greylist.
- Fixed searching groups (a, ap, ...) instead packages
- Fix for servers using HTTP/2 on cached downloader
+-------------------------+
Fri Jun 15 18:25:33 CEST 2018

View file

@ -69,6 +69,7 @@ cp $CWD/repositories.lst usr/doc/slackpkg+-$VERSION/
cp $CWD/setupmultilib.sh usr/doc/slackpkg+-$VERSION/
cp $CWD/checkrepos.sh usr/doc/slackpkg+-$VERSION/
cp $CWD/zchangelog.sh usr/libexec/slackpkg/zchangelog.sh
cp $CWD/zlookkernel.sh usr/libexec/slackpkg/zlookkernel.sh
cp $CWD/slackpkg+.SlackBuild usr/doc/slackpkg+-$VERSION/
cp $CWD/slackpkg.bash_completion etc/bash_completion.d/slackpkg
cp $CWD/slackpkgplus.*.sample usr/doc/slackpkg+-$VERSION/
@ -81,6 +82,7 @@ cat $CWD/notifymsg.conf > etc/slackpkg/notifymsg.conf.new
chmod +x usr/libexec/slackpkg/functions.d/slackpkgplus.sh
chmod +x usr/libexec/slackpkg/zchangelog.sh
chmod +x usr/libexec/slackpkg/zlookkernel.sh
chmod +x usr/doc/slackpkg+-$VERSION/setupmultilib.sh