- 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.
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.
+-------------------------+
pkg/slackpkg+-1.7.0d1-noarch-4mt.txz
- Fix incompatibility with slackpkg-2.83.0-noarch-3
- Fix setupmultilib script. It did use oldstyle 'multilib:'
- Fix a regression in TAG PRIORITY
- Handle the case where /var/log/packages is a symlink
pkg/slackpkg+-1.7.0d1-noarch-2mt.txz
- Add a fatal.log for messages that users should not ignore.
Currently it log if a package fails to install/upgrade/remove.
- slackpkg upgrade did not work with slackpkg-2.83 (development release)
- Fixed checkrepos.sh when server response is 302
- smaller output for slackpkg search
pkg/slackpkg+-1.7.0d1-noarch-1mt.txz
- Added SBo support. This does not replace sbopkg. It just search in
SlackBuilds.org and report the url to download to build and install
packages yourself.
+-------------------------+
pkg/slackpkg+-1.7.0d0-noarch-4mt.txz
- Slackware 14.2 was finally released. Updated repository list.
- Added manpage for the configuration file (man slackpkgplus.conf)
- bash_completion is now enabled by default
- Improved checkrepos.sh (now write PACKAGES.TXT size and last update time)
- Changed some default settings in sample configuration file; also
USEBL accepts on/off instead 0/1
- Fixed some typos and missed SEARCH_CLOG_INPARENT documentation in README
- Suppress wget output in ChangeLog downloading
- Fixed an issue when an invalid repository is configured
This could be the last batch of updates before 1.7.0 stable, so please test!
- dialog did no more trap develop errors (but if occurs please report it)
- givepriority did drop matched package if it is the first in pkglist
- Added /usr/src/slackpkg+-*/slackpkg.bash_completation. Edit it for
instructions.
- ChangeLog did not skipped for dir:/ repositories
- ChangeLog did not show correctly certain slackware changelog
- dir:/ repositories does not need STRICTGPG nor GPG key; however remember
that if .asc file exists a key must be manually imported
- Removed makeinstlog.sh since it was bugged and no longer supported
- Repositories in default configuration file are bumped to 14.2
- Full 1.7.0 changes tracked in CHANGES file
- Added /usr/libexec/slackpkg/zchangelog.sh tool. Edit it to see instructions.
- Improved cached downloader with specifics output for ChangeLogs
- Fixed a bug in TAG_PRIORITY when the package is not installed
- Improved performance in upgrade by skipping priority check for
not installed packages
- slackpkg search now search in dir:// repositories too.
- subdirectory allowed in dir:// repositories.
- slackpkg search honour correctly the '+' character
- Added 'ChangeLog' dialog box to show the changelog of selected packages
(thanks to phenixia2003)
Well, I think that we can mark that version as Beta. It does not contains
new features, but it was done a large work of bugfixes and improvements.
A special thanks is for phenixia2003 and yars068 for code contributing and
for many other for ideas and testing. It's the time for the tests, to find
for bugs or someother improvement.
- 'slackpkg search' if finds more duplicated packages with different
versions from many repository, now show all, marking it as "masked" the
packages that will not be installed due the priority
- Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
- Improved greylist. Also, now it allow to match the name in installed packages
- Fixed download GPG-KEY; it did not show the correct repository for gpg key
- Fixed previous patch for $ROOT problem (did broke 'slackpkg search command')
- Improved performance
- Fixed search that may fails to detect repository in certain conditions
- slackpkg search shows the repository name for the official repository
- Do not show notices when running slackpkg update or slackpkg check-updates
(thanks to yars068)
- Fixed a bug on x86 hosts when a repository contains also x86_64 packages
removed TABs from all files
- Remember user to (re)run 'slackpkg update gpg'
- Fixed Download Only when upgrade base packages (aaa_base, pkgtools...)
- Quick output on Cached Download
- Fixed a missed $ROOT
- Added SHOWORDER option. It's a way to sort packages in dialog box to help
reviewing large upgrade from many repositories. The SHOWORDER option
accepts "package" "repository" "tag" "path" "arch".
- Fixed some repository url. There are already some 14.2 repositories!!!
- slackpkg+ advise you to update the pkglist before use it
- Added a script in /usr/doc/slackpkg+-* to a fast check of repositories
- slackpkg -dialog=off now show repository name as with dialog
- Added SENSITIVE_SEARCH option to search case-insensitive
(thanks to phenixia2003)
- Important fixes in the priority manager. Many thanks to all people that
reported the bugs and a Big thanks to phenixia2003 for the fix. Now we need
your help to test it.
Note for Slackware 14.1 users: slackware-current introduce important bug fix
in slackpkg 2.82.0-14 (see Slackware ChangeLog) not backported in slackware
14.1; it is not mandatory but you are encouraged to upgrade it by download it
manually; be sure to graylist slackpkg to avoid an automatic downgrade.
- The trailing slash in MIRRORPLUS[] is now optional (thanks to phenixia2003
and Didier Spaier)
- Added DOWNLOADCMD option to add a custom downloader
- Fixed a bug that causes that ALL repositories fail if ONE repository fails
(thanks to FR on Alien Pasture for reporting)
- Fixed TAG_PRIORITY to avoid impact in slackpkg install
- Added priority by tag. Setting TAG_PRIORITY to 'yes' slackpkg+
automatically upgrade packages from repository where the tag is the same
of the already installed package.
- Now the official repositories (slackware64, extra, patches...) are treated
as thirdy party repositories, so you can add it in PKGS_PRIORITY
(phenixia2003)
- To put an entire repository in PKGS_PRIORITY, you no more need to add
':.*' after the name (phenixia2003)
- Now ALLOW32BIT also auto-greylist the 32bit packages
- Added an install log in /var/lib/slackpkg/install.log; use
'/usr/libexec/slackpkg/makeinstlog.sh -t' to create a starting
install.log (it TRY to detect the repository)