Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: kisslinux/kiss

0.60.0

18 Jan 09:12
5a73b17
Compare
Choose a tag to compare
  • 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.
  • 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

10 Jan 16:20
e6613bc
Compare
Choose a tag to compare
  • Man page fixes.
  • Fix curl not exiting with error on 404.

0.56.0

09 Jan 21:17
b9a6855
Compare
Choose a tag to compare
  • Fix curl not following redirects.

0.55.0

09 Jan 21:10
4973cc0
Compare
Choose a tag to compare
  • Swap from wget to curl.
  • Fix KISS_RM bug.

0.54.0

06 Jan 06:30
e7d397b
Compare
Choose a tag to compare
  • 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

12 Nov 23:05
a81c461
Compare
Choose a tag to compare
  • Stricter package find.

0.53.5

09 Nov 07:48
2f88c47
Compare
Choose a tag to compare
  • 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

24 Oct 10:44
2347c22
Compare
Choose a tag to compare
  • Added another junk directory.
  • Symlinks between package files are now de-referenced.
    • This allows for "soft" forks of packages.
    • See: #65

0.53.3

15 Oct 08:57
99daf1e
Compare
Choose a tag to compare
  • Fixed charset.alias issue with specific KISS_RM configuration.

0.53.2

14 Oct 20:53
66c363a
Compare
Choose a tag to compare
  • Stricter matching of tarballs in sources.