This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: kisslinux/kiss
Releases · kisslinux/kiss
0.60.0
- Fixed
kiss update
not using any pre-built tarballs from cache if valid. - Improved performance of dependency detector.
- Improved performance of conflict detector.
- Added ability to greatly speed up the package manager by using
gnugrep
if installed.- TIP: Install
gnugrep
and the package manager will automatically use it.
- TIP: Install
- Added
doas
support (opendoas
in community). @ioraff - Added git support to the package format.
Git support
Source format:
# git+URL
git+https://github.com/dylanaraps/eiwd
# git+URL#hash
git+https://github.com/dylanaraps/eiwd#4a2d30bd1b053a9f1e4373d17c2ae6f3ccbc4148
Version:
# Simply use git.
git
# Or use a hash if supplied to the source.
4a2d30bd1b053a9f1e4373d17c2ae6f3ccbc4148
- Checksums are skipped over for git sources.
- Checksums work as normal for non-git sources in the same package.
- No caching support (for obvious reasons)
0.57.0
- Man page fixes.
- Fix curl not exiting with error on 404.
0.56.0
- Fix curl not following redirects.
0.55.0
- Swap from
wget
tocurl
. - Fix
KISS_RM
bug.
0.54.0
- Fixed bug when looping over a list of files.
- Package conflict checks now additionally resolve symlinks (
/bin/cmd
==/usr/bin/cmd
). - Added
kiss-reset
to revert to the core installation. - kiss-chroot:
/etc/resolv.conf
is only copied from host if it doesn't exist. - kiss-maintainers: Fixed bug with package in multiple repositories.
- Build total is now counted.
- Fixed bugs in package conflict checking.
0.53.6
- Stricter package find.
0.53.5
- The
nostrip
file has been moved to the build directory.
New usage:
# Disable stripping of binaries.
# This breaks Go.
:> nostrip
The file need only exist in the build directory.
0.53.4
0.53.3
- Fixed
charset.alias
issue with specificKISS_RM
configuration.
0.53.2
- Stricter matching of tarballs in sources.