mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Mirror of https://github.com/zuno/slackpkgplus
f1626887be
slackpkg-15 non longer use to download ChangeLog.txt to check for updates before print "No changes in ChangeLog.txt between your last update and now." both in 'update' and 'check-updates' commands. It download CHECKSUMS.md5.asc that is smaller. Unfortunately that broke slackpkg+, so as workaround it did force to download both the ChangeLog.txt and CHECKSUMS.md5.asc It did work, but it did force to redownload all other files even if no updates available. slackpkg+ 1.7.3 use the new strategy properly. to do that I needed to change the order of execution of code. Also now it works if you disable the gpg check. Another important backward incompatibility of slackpkg-15 is the output of 'check-updates'. old: "No news is good news" on stdout "News on ChangeLog.txt" on stdout new: "Slackpkg: No updated packages since last check." on stdout "Slackpkg: Updated packages are available since last check." on stderr slackpkg+ 1.7.3 uses the same messages. Since slackpkg+ 1.7.1 and above no longer supports slackware 14 (i.e. slackpkg 2.82.1), some of that fixes could broke the ability to downgrade it and user may need to downgrade manually. |
||
---|---|---|
src | ||
ChangeLog.txt | ||
GPG-KEY | ||
README.TXT | ||
THANKS |
slackpkg+ plugin for third-party repositories Slackpkg is a package manager for Slackware. Slackpkg+ is a plugin for slackpkg. It adds support for third-party repositories. You can install, upgrade and search from multiple repositories.