2008-12-28 10:38:40 +00:00
|
|
|
xbps-src:
|
2008-12-16 23:53:12 +00:00
|
|
|
* Personalized scripts per template to unpack distfiles.
|
|
|
|
* Multiple URLs to download source distribution files, aliases, etc.
|
|
|
|
Something like ${sourceforge} to pick up any specified mirror on the list.
|
|
|
|
* More robust and fast dependency checking.
|
|
|
|
* $version needs to have a dot to be found by xbps.sh.
|
|
|
|
Some packages do not have a dot on its version, like udev-130.
|
2009-02-03 16:32:51 +00:00
|
|
|
* Add support to run the prepost-* scripts, so that the same actions are
|
2009-01-27 18:41:11 +00:00
|
|
|
performed in source/bin packages.
|
2008-12-28 10:38:40 +00:00
|
|
|
|
|
|
|
xbps-cmpver:
|
|
|
|
* It fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
|
2008-12-16 23:53:12 +00:00
|
|
|
|
|
|
|
Packages:
|
|
|
|
* fix mpfr hardcoded rpath for gmp.
|
|
|
|
* Fix sudo permissions for /etc/sudoers. This must be 644 to be able to
|
|
|
|
build the binary package.
|
2008-12-27 05:10:26 +00:00
|
|
|
|
|
|
|
xbps-bin:
|
|
|
|
* Add support to handle conf_files and keep_dirs from package metadata.
|
2009-02-03 22:55:15 +00:00
|
|
|
* Add support to remove recursively all deps of a package.
|
2008-12-28 10:38:40 +00:00
|
|
|
* Add support to detect orphaned packages.
|
|
|
|
* Add support to check sha512 hashes of all installed files, as well as
|
|
|
|
hashes for binary packages before installation happens.
|
|
|
|
* Add support to use the show target with no repositories.
|
2009-01-28 15:26:42 +00:00
|
|
|
* Some problems when installing binpkgs with repos:
|
|
|
|
- If first repo is valid but second is not, will fail.
|