- parallel xz compression
- Several fixes and improvements, thanks @faithust
- fix cleaning of fakeroot dir after installing
- use parallel make
- fix missing install prefix
- fix deleting fakroot_dir and build_dir
- fix help message line
- --version flag
- significant performance improvement
- LC_ALL=C for the build process
- fix: bug in dependency handling when multiple versions of a package are installed
- new flag --no-logs ( to fix an issue with the linux package)
- performance improvements ( less forks )
- PKGBUILD format version 5
- "overwrites" with files that a package overwrites
- bashcompletion file
- fix creation of checksums when downloading to other filenames than in the URL
- fix regex
- fix escaping strings
- PKGBUILD format version 4
- Download to other filenames than in the URL.
- Check for file conflicts before installing.
- Backup config files before installing/removing
- New commands
backuplist
andbackupmerge
- New example files
- Packages should now be in conflict with themselves
- several fixes
- some cleanup
- Ignore SSL certificates with
--no-cert-check
- clenup
- fix dependency check
- fix problem with logging
- Therefore new PKGBUILD format version 3
- now logging output of lfs_me_prepare
--no-time
flag- fix a problem with special characters in package names
- Show execution time with
-t
or--show-time
- fix help output
- Support for dependencies
- SHA1 sums for index
- Format version checks for index and PKGBUILD format
- removed the
pkgver_postfix
variable - log directory
lfs_me_preinstall
andlfs_me_preremove
- New commands:
list
,owner
,rebuild
andcheckdeps
- General code cleanup
- fixes
- search function for
indexlist
- changed license to GPLv3 without any later versions
- fixes
This is the last version before breaking the index, package and PKGBUILD format, so use this for older systems and PKGBUILDS!
- Introduced package index
- Remove option checks if a file is still needed before deleting it
- Index support for
remove
andcheck
- File removal is much cleaner
- Various fixes
- Fix potential issue with relative pathnames
- Critical fix: Remove now respects install_prefix
- Config file
~/lfs-me
- Fix checking files when a prefix is enabled
- Introduce
Changelog.md
Inital version with the following features:
- Building packages
- Installing packages
- Checking checksums of installed packages
- Download source files
- Creating checksums for downloaded source files
- Specifying directory to download sources to
- Specifying installation prefix