2013-03-14 02:38:13 +05:30
|
|
|
xbps-0.22 (???):
|
|
|
|
|
2013-03-17 15:29:40 +05:30
|
|
|
* xbps-query(8): make -o (ownedby) follow symlinks. Fix issue #4 from github.
|
|
|
|
This works in local and repository mode.
|
|
|
|
|
2013-03-15 14:01:15 +05:30
|
|
|
* xbps-create(8): if effective user/group is the same than files being
|
|
|
|
packaged in a package, set user/group to root:root. This way we don't
|
|
|
|
have to depend in an external tool to assume proper permissions (fakeroot).
|
|
|
|
|
2013-03-14 03:45:42 +05:30
|
|
|
* xbps-query(8): fix segfault when showing unexistent package files.
|
|
|
|
|
2013-03-14 02:38:13 +05:30
|
|
|
* When checking for obsolete files in upgrades, ignore unexistent files in
|
|
|
|
current package; this was hitting an assertion due to this.
|
|
|
|
|
|
|
|
xbps-0.21 (2013-03-11):
|
2013-01-31 15:14:33 +05:30
|
|
|
|
2013-03-11 20:21:58 +05:30
|
|
|
* libxbps: improved code to find obsolete pkg files in upgrades. Now the code
|
|
|
|
compares the whole file list between current and new package. A test has been
|
|
|
|
added to the kyua testsuite to test its correctness.
|
|
|
|
|
2013-03-09 21:11:40 +05:30
|
|
|
* Imported Portable proplib 0.6.3 from http://code.google.com/p/portableproplib.
|
|
|
|
|
2013-03-05 08:38:42 +05:30
|
|
|
* xbps-query(8): a full dependency tree can now be shown in the
|
|
|
|
show-deps mode, by specifying -x twice (--show-deps), e.g:
|
|
|
|
|
|
|
|
$ xbps-query -xx perl
|
|
|
|
glibc>=2.8_1
|
|
|
|
gdbm>=1.10_1_1
|
|
|
|
glibc>=2.8_1
|
|
|
|
libdb>=4.8.24_1
|
|
|
|
glibc>=2.8_1
|
|
|
|
$
|
|
|
|
|
|
|
|
* New repository index format (1.7): unnecessary and redundant objects
|
|
|
|
have been removed that are already stored in package metadata files.
|
|
|
|
This means that xbps-query(8) in repository mode will now fetch package
|
|
|
|
metadata from the binary package and not from index. Only necessary objects
|
|
|
|
for the transaction and searching are kept.
|
|
|
|
|
|
|
|
* xbps-pkgdb(8): new option -u --update to update the pkgdb format to
|
|
|
|
the latest available. Do not forget to run it after updating xbps to 0.21.
|
|
|
|
|
|
|
|
* New pkgdb format: redundant objects have been removed (empty run_depends,
|
|
|
|
pkgname, version) and it is now a dictionary. The pkgdb file has been
|
|
|
|
renamed to "pkgdb-0.21.plist" to make future upgrades easier to
|
|
|
|
handle/update.
|
|
|
|
|
2013-03-03 15:52:20 +05:30
|
|
|
* configure: misc tweaks to allow building with the musl C library.
|
|
|
|
|
2013-03-02 23:40:13 +05:30
|
|
|
* xbps-query(8): packages can be matched by using virtual package
|
|
|
|
names in repository mode, i.e:
|
|
|
|
|
|
|
|
$ xbps-query -Rp pkgver ntp-daemon
|
|
|
|
ntp-4.2.6p5_7
|
|
|
|
$
|
|
|
|
|
2013-02-20 15:05:55 +05:30
|
|
|
* xbps-pkgdb(8): new option -m --mode to change package installation
|
|
|
|
mode to auto (might be detected as orphan) or manual
|
|
|
|
(explicitly installed).
|
|
|
|
|
2013-02-15 13:00:11 +05:30
|
|
|
* xbps-query(8): the search mode (-s, --search) now is able to find
|
|
|
|
packages by matching virtual package strings, i.e:
|
|
|
|
|
|
|
|
$ xbps-query -s cron-daemon
|
2013-02-19 19:27:57 +05:30
|
|
|
[-] cronie-1.4.9_1 Runs specified programs at scheduled times
|
|
|
|
[-] dcron-4.5_18 Dillon's lightweight cron daemon
|
2013-02-15 13:00:11 +05:30
|
|
|
$
|
|
|
|
|
2013-02-13 20:17:46 +05:30
|
|
|
* xbps-query(8): changed short option -M (--list-orphans) to -O; which
|
|
|
|
seems more appropiate to use.
|
|
|
|
|
2013-02-07 23:20:55 +05:30
|
|
|
* libxbps: when resolving deps in transaction, ignore incorrect ones;
|
|
|
|
for example a package might be depending on itself thru virtual packages.
|
|
|
|
|
2013-02-05 16:40:24 +05:30
|
|
|
* libxbps: workaround a bug (found by pancake) when updating a package
|
|
|
|
that is being replaced by a virtual package.
|
|
|
|
|
2013-02-04 21:12:55 +05:30
|
|
|
* libxbps: fully remove packages with broken symlinks; previously if a
|
|
|
|
broken symlink was there (readlink returning ELOOP), package wasn't
|
|
|
|
removed.
|
|
|
|
|
2013-02-02 19:04:55 +05:30
|
|
|
* libxbps: ignore packages conflicting themselves, which can happen with
|
|
|
|
virtual packages.
|
|
|
|
|
2013-02-02 16:32:10 +05:30
|
|
|
* xbps-query(8): fix issue #3 from github
|
|
|
|
"xbps-query -o only works for installed packages".
|
|
|
|
|
|
|
|
The behaviour has been changed for all modes and to explicitly get
|
|
|
|
info from repositories the -R flag must be used; otherwise it will
|
|
|
|
use local packages.
|
|
|
|
|
2013-02-02 16:00:42 +05:30
|
|
|
* xbps-install(8): the -f, --force flag will now preserve configuration
|
|
|
|
files if they were modified, and only unpack files that have been
|
|
|
|
modified when re-installing packages. If -f is specified twice (-ff)
|
|
|
|
all package files will be overwritten from new package.
|
|
|
|
|
2013-02-01 18:10:27 +05:30
|
|
|
* Fix regression in xbps_fetch_file() when fetching files from HTTP
|
|
|
|
servers that don't provide us enough details (file length, mtime, etc).
|
|
|
|
|
2013-02-01 17:11:27 +05:30
|
|
|
* Fix regression introduced in b9136c61c95698a5dafbc69ee9cd873110c68e45,
|
|
|
|
breaking package conflicts detection.
|
|
|
|
|
2013-01-31 15:14:33 +05:30
|
|
|
* xbps-install(8): removed the -s,--skip-sync option; the new -S,--sync
|
|
|
|
option makes this redundant and useless.
|
|
|
|
|
|
|
|
* xbps-install(8): added -S,--sync option to synchronize remote repository index
|
|
|
|
files; can be combined with -u or used exclusively.
|
|
|
|
|
2013-01-24 14:09:16 +05:30
|
|
|
xbps-0.20 (2013-01-24):
|
2012-12-24 15:25:17 +05:30
|
|
|
|
2013-01-16 20:55:29 +05:30
|
|
|
* xbps-rindex(8): fix crash in -r (remove-obsoletes mode) if pkg cannot
|
|
|
|
be removed (permissions or file disappeared).
|
|
|
|
|
|
|
|
* xbps-install(8): don't treat EEXIST as an error when installing
|
2013-01-16 16:17:52 +05:30
|
|
|
new packages; technically it's not an error.
|
|
|
|
|
2013-01-14 01:41:33 +05:30
|
|
|
* libfetch: added a patch to fix select(2) timing out when fetching
|
|
|
|
from some https servers.
|
|
|
|
|
|
|
|
* libfetch: merged version 2.34 from NetBSD/pkgsrc.
|
|
|
|
|
2012-12-29 12:14:10 +05:30
|
|
|
* configure: changed some options to '--enable-foo':
|
|
|
|
|
|
|
|
--enable-static
|
|
|
|
--enable-api-docs
|
|
|
|
--enable-debug
|
|
|
|
--enable-tests
|
|
|
|
|
2012-12-28 15:12:13 +05:30
|
|
|
* libxbps: fixed a stupid typo that made it to skip executing the
|
|
|
|
"pre-remove" action in installed packages.
|
|
|
|
|
2012-12-24 15:25:17 +05:30
|
|
|
* xbps-create(8): new long options: --shlib-provides and --shlib-requires,
|
|
|
|
to add list of required and provided shared libraries in a package.
|
|
|
|
|
|
|
|
xbps-0.19.1 (2012-12-22):
|
2012-12-20 10:34:28 +05:30
|
|
|
|
2012-12-20 16:38:55 +05:30
|
|
|
* libxbps: when a package has not been configured and there's an update
|
|
|
|
in transaction, libxbps incorrectly tried to ignore the update and
|
|
|
|
configure this package. Fix this by not ignoring the update even if
|
|
|
|
package has any state.
|
|
|
|
|
2012-12-20 10:45:56 +05:30
|
|
|
* xbps-query(8): -l, --list-packages option now prints pkg state as follows:
|
|
|
|
|
|
|
|
STATE PKGVER DESCRIPTION
|
|
|
|
|
|
|
|
Where STATE can be any of the following package states:
|
|
|
|
|
|
|
|
ii = installed
|
|
|
|
uu = unpacked
|
|
|
|
hr = half-removed
|
|
|
|
?? = unknown
|
|
|
|
|
2012-12-20 10:34:28 +05:30
|
|
|
* xbps-reconfigure(8): fixed regression introduced in 0.19 when processing
|
|
|
|
all packages with '-a, --all'. Found by pancake.
|
|
|
|
|
2012-12-16 03:51:30 +05:30
|
|
|
xbps-0.19 (2012-12-15):
|
2012-11-30 22:10:52 +05:30
|
|
|
|
2012-12-15 15:43:32 +05:30
|
|
|
* xbps-rindex(8): add mode (-a) does not remove old binary packages
|
|
|
|
in repository anymore, only its entry in index is replaced. To remove
|
|
|
|
outdated packages use -r/--remove-obsoletes.
|
|
|
|
|
2012-12-14 14:17:47 +05:30
|
|
|
* xbps-rindex(8): clean (-c) and remove obsoletes mode (-r) are
|
|
|
|
now multithreaded and will spawn a thread per core to speed up
|
|
|
|
the process considerably.
|
2012-12-14 09:29:47 +05:30
|
|
|
|
2012-12-14 08:01:24 +05:30
|
|
|
* xbps-pkgdb(8): -a, --all mode is now multithreaded and will
|
|
|
|
spawn a thread per core to process a fraction of pkgdb.
|
|
|
|
|
2012-12-12 08:18:27 +05:30
|
|
|
* xbps-create(8): hardlinks can be added and archived correctly.
|
|
|
|
|
2012-12-03 15:35:37 +05:30
|
|
|
* xbps-rindex(8): in clean mode (-c), entries with unmatched hashes
|
|
|
|
are now removed from index.
|
|
|
|
|
2012-11-30 22:10:52 +05:30
|
|
|
* Added support for dynamic generation of reverse dependencies for
|
|
|
|
installed packages. pkgdb no longer keeps track of them statically.
|
|
|
|
A new object must be present in pkgdb for this to work in fast mode,
|
|
|
|
which is available if 'xbps-pkgdb(8) -a' is run; otherwise the
|
|
|
|
fallback mode will be used which is a bit slower.
|
|
|
|
|
|
|
|
* xbps-query(8): added support to specify any of the three supported
|
|
|
|
methods to match package expressions:
|
|
|
|
|
|
|
|
- by package name (foo)
|
|
|
|
- by exact package version (foo-2.0_1)
|
|
|
|
- by package version comparators (foo>2.1<2.5)
|
|
|
|
|
|
|
|
* Multiple API/ABI changes to improve performance; The libxbps SONAME
|
|
|
|
major has been bumped to 1. This helped to fix some regressions
|
|
|
|
introduced in 0.18 and really simplifies the API.
|
|
|
|
|
|
|
|
* New repository index format (1.6). The index files are now dictionaries
|
|
|
|
that won't allow to add duplicate entries; also the files are now
|
|
|
|
"architecture" dependent and only packages for target arch and
|
|
|
|
noarch will be registered on it.
|
|
|
|
|
2012-11-27 04:04:41 +05:30
|
|
|
xbps-0.18.1 (2012-11-26):
|
2012-11-27 04:02:58 +05:30
|
|
|
|
|
|
|
* Fixed execution of pre/post install/remove scripts due to using old
|
|
|
|
package version after unpacking a package being updated.
|
|
|
|
|
|
|
|
* xbps-query(8): fixed catching reverse dependencies in some packages
|
|
|
|
that used version comparators such as "foo<X" or "foo>X<Y".
|
|
|
|
|
|
|
|
xbps-0.18 (2012-11-23):
|
2012-10-04 13:39:49 +05:30
|
|
|
|
2012-11-21 07:22:36 +05:30
|
|
|
* xbps-query(8): implemented support to know reverse dependencies
|
|
|
|
in repository mode; that means you can now exactly what packages
|
|
|
|
require the target package from all registered repositories.
|
|
|
|
|
2012-11-19 20:12:24 +05:30
|
|
|
* The virtual package configuration files are now read dynamically
|
|
|
|
by libxbps at initialization time from default configuration directory:
|
|
|
|
<rootdir>/etc/xbps/virtualpkg.d. Only files that end in ".conf" will
|
|
|
|
be processed by libxbps.
|
|
|
|
|
|
|
|
* The rootdir (with -r, --rootdir) can now be specified as relative path.
|
|
|
|
|
2012-11-16 21:25:35 +05:30
|
|
|
* Structured pkg metadata stored on disk, and added new functionality:
|
|
|
|
|
|
|
|
- A single plist containing pkg properties, files and
|
|
|
|
INSTALL/REMOVE scripts added as prop_data(3) objects.
|
|
|
|
|
|
|
|
- pkgdb's pkg dictionary now contains a sha256 hash to know if the
|
|
|
|
plist from metadir has been modified.
|
|
|
|
|
|
|
|
- prop_data(3) objects can be seen with xbps-query(8) --property.
|
|
|
|
|
|
|
|
- pkg plists are now kept in <metadir>/.<pkgname>.plist.
|
|
|
|
|
|
|
|
- In a future revision libxbps could make a backup of pkgdb and
|
|
|
|
plist files in metadir before a transaction is committed.
|
|
|
|
|
|
|
|
Users must run 'xbps-pkgdb [-r <rootdir>] -a' to upgrade pkg metadata
|
|
|
|
to the 0.18 format.
|
|
|
|
|
2012-11-11 20:41:40 +05:30
|
|
|
* Shell wildcard patterns (fnmatch(3)) can now be used in the
|
|
|
|
PackagesOnHold configuration option.
|
|
|
|
|
2012-11-06 15:41:13 +05:30
|
|
|
* New utilities replacing xbps-bin(8) and xbps-repo(8):
|
|
|
|
|
|
|
|
- xbps-install(8): to install and update packages.
|
2012-11-12 21:39:29 +05:30
|
|
|
- xbps-pkgdb(8): to report and fix errors in pkgdb.
|
2012-11-06 15:41:13 +05:30
|
|
|
- xbps-query(8): to query packages and/or repositories.
|
|
|
|
- xbps-reconfigure(8): to (re)configure packages.
|
|
|
|
- xbps-remove(8): to remove packages.
|
|
|
|
- xbps-rindex(8): to handle local repositories.
|
|
|
|
|
2012-10-26 15:04:47 +05:30
|
|
|
* While reconfiguring packages do not flush pkgdb unless it's necessary.
|
|
|
|
|
|
|
|
* While unpacking files from binpkg also check if any symlink has been
|
|
|
|
modified, if true unpack it. If an entry has no changes and file mode
|
|
|
|
or uid/gid differs apply new perms and mode from new pkg.
|
|
|
|
|
2012-10-25 12:59:56 +05:30
|
|
|
* When registering a pkg to pkgdb make sure to remove unneeded meta objs
|
|
|
|
from its pkg dictionary. Also add a check to xbps-bin(8) to remove those
|
|
|
|
objects if found.
|
|
|
|
|
2012-10-24 11:15:00 +05:30
|
|
|
* Improved finding and removing obsolete files after upgrading a package
|
|
|
|
in a transaction. Any obsolete link (not just dangling links) and
|
|
|
|
configuration files are now removed if they are obsoletes.
|
|
|
|
|
2012-10-09 13:37:47 +05:30
|
|
|
* Add support to resolve exact dependencies such as "foo-1.0_1".
|
|
|
|
|
|
|
|
* Fixed a bug in the dependency sort code that in some cases and due to
|
|
|
|
virtual packages added duplicate matches and broke the dependency order.
|
|
|
|
|
2012-10-04 15:35:04 +05:30
|
|
|
* xbps-bin(8): the 'check' target now checks the target file in relative
|
|
|
|
symlinks, or multiple levels of symlinks.
|
|
|
|
|
2012-10-04 13:39:49 +05:30
|
|
|
* xbps-create(8): fixed an assertion that happened when resolving the
|
|
|
|
target file of a symlink, which was unexistent because the real file was
|
|
|
|
provided by another pkg. In this case just keep the target file as is.
|
|
|
|
|
2012-10-02 14:39:16 +05:30
|
|
|
xbps-0.17 (2012-10-02):
|
2012-08-10 12:13:51 +05:30
|
|
|
|
2012-10-02 13:18:49 +05:30
|
|
|
* Package metadata files and pkgdb plist are now stored uncompressed.
|
|
|
|
This improves performance when those files store large chunks of data.
|
|
|
|
|
2012-10-01 18:46:34 +05:30
|
|
|
* Fixed "packages on hold". Regression added in 0.16.2.
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed crash in the 'search' target when the terminal has
|
|
|
|
been resized, reported by pancake.
|
|
|
|
|
2012-09-24 15:33:47 +05:30
|
|
|
* xbps-bin(8), xbps-repo(8): added a new flag -B to set default repository
|
|
|
|
to install packages, in case xbps.conf couldn't be found.
|
|
|
|
|
2012-09-24 15:32:32 +05:30
|
|
|
* xbps-create(8): a new utility to create XBPS binary packages; package
|
|
|
|
files must be installed to a directory prior to executing this utility.
|
|
|
|
|
2012-09-04 15:01:48 +05:30
|
|
|
* configure: if compiler supports PIE and RELRO, enable them by default.
|
|
|
|
|
2012-08-10 12:13:51 +05:30
|
|
|
* xbps-repo(8): the 'show-deps' target does not show the repository from
|
|
|
|
the matching target package, just the list of dependencies.
|
2012-07-17 16:01:04 +05:30
|
|
|
|
2012-07-31 14:04:10 +05:30
|
|
|
* xbps-repo(8): the 'search' target now shows which packages are currently
|
2012-08-10 12:13:51 +05:30
|
|
|
installed "[*]" or not installed "[-]".
|
2012-07-31 14:04:10 +05:30
|
|
|
|
2012-07-22 14:18:29 +05:30
|
|
|
* xbps-repo(8): a new target has been added: 'remove-obsoletes'. This removes
|
|
|
|
obsolete packages found in a local repository; obsoletes are packages not
|
|
|
|
registered in repository's index.
|
|
|
|
|
2012-07-19 21:37:22 +05:30
|
|
|
* configure: fixes for Ubuntu, which uses ld(1) --as-needed by default and
|
|
|
|
some function tests were failiing due to this.
|
|
|
|
|
2012-07-19 19:31:12 +05:30
|
|
|
* configure: added "--with-static" and if enabled, the static executables
|
|
|
|
will also be built and installed. By default it's disabled.
|
|
|
|
|
2012-07-17 16:01:04 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target has been replaced by the 'index-add' and
|
|
|
|
'index-clean' targets. The 'index-add' expects a list of binary packages to
|
|
|
|
be added to repository's index:
|
|
|
|
|
|
|
|
$ xbps-repo index-add /path/to/repo/*.xbps
|
|
|
|
|
|
|
|
The 'index-clean' removes obsolete entries in repository's index:
|
|
|
|
|
|
|
|
$ xbps-repo index-clean /path/to/repo
|
|
|
|
|
2012-07-14 15:41:55 +05:30
|
|
|
xbps-0.16.5 (2012-07-14):
|
|
|
|
|
|
|
|
* xbps.conf: remove obsolete remote repositories.
|
|
|
|
|
|
|
|
* libxbps: extend the list of ignored symlinks in rootfs if they were found
|
|
|
|
as obsoletes at package upgrade time.
|
2012-07-11 15:49:39 +05:30
|
|
|
|
|
|
|
* libxbps: at package register time a new string object in pkgdb is added
|
|
|
|
"install-date" that records the package installation date with the following
|
|
|
|
strftime(3) format: "%F %R %Z".
|
|
|
|
|
|
|
|
* xbps-bin(8): the 'show' target now prints some objects from pkgdb if found:
|
|
|
|
"install-date" and "automatic-install".
|
|
|
|
|
2012-07-11 03:14:47 +05:30
|
|
|
xbps-0.16.4 (2012-07-10):
|
2012-07-11 02:52:25 +05:30
|
|
|
|
2012-07-11 03:03:19 +05:30
|
|
|
* Imported proplib 0.6.1 from http://code.google.com/p/portableproplib.
|
|
|
|
|
2012-07-11 02:52:25 +05:30
|
|
|
* libxbps: when finding obsolete files also match against sha256, not
|
|
|
|
just the filename. Also ignore symlinks found in rootfs to make
|
|
|
|
the system transition to /usr fully work.
|
|
|
|
|
2012-07-04 16:29:40 +05:30
|
|
|
xbps-0.16.3 (2012-07-04):
|
|
|
|
|
|
|
|
* libxbps: fixed a regression in 0.16.2.
|
|
|
|
|
2012-07-04 15:28:03 +05:30
|
|
|
xbps-0.16.2 (2012-07-04):
|
|
|
|
|
|
|
|
* libxbps: fixed 2 bugs while updating packages.
|
2012-07-04 13:22:51 +05:30
|
|
|
|
|
|
|
* libxbps: after removing a pkg the state cb was passing dangling pointers in
|
|
|
|
its pkgname and version members.
|
|
|
|
|
2012-06-30 14:40:00 +05:30
|
|
|
xbps-0.16.1 (2012-06-30):
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed a regression in the 'genindex' target. It was looking
|
|
|
|
at wrong repository subdirectory when removing obsolete files.
|
|
|
|
This also fixes issue 24 from googlecode.
|
|
|
|
|
|
|
|
xbps-0.16 (2012-06-20):
|
2012-05-05 13:37:47 +05:30
|
|
|
|
2012-06-11 19:44:03 +05:30
|
|
|
* Added support for package conflicts. If any conflicting pkg has been found
|
|
|
|
in a transaction, xbps_transaction_prepare() will return EAGAIN and
|
|
|
|
the array object "conflicts" in transaction dictionary must be inspected
|
|
|
|
to know what conflicts have been found.
|
|
|
|
|
2012-06-05 14:28:39 +05:30
|
|
|
* Always require an underscore at package versions, if any provided
|
|
|
|
pkgver (i.e 'foo-1.0_1') does not contain an underscore the name/version
|
|
|
|
won't be detected for a string. That means that now any package can contain
|
2012-06-05 15:04:35 +05:30
|
|
|
any character in pkgname and all characters in version except hyphens ('-'),
|
|
|
|
and as bonus there's no need to make some tricks to perform installation
|
|
|
|
of exact package versions.
|
2012-06-05 14:28:39 +05:30
|
|
|
|
2012-06-02 21:05:21 +05:30
|
|
|
* xbps-bin(8): the 'install' target now can (re)install an exact package
|
|
|
|
version as specified on its arguments, i.e:
|
|
|
|
|
2012-06-05 14:28:39 +05:30
|
|
|
$ xbps-bin install foo-1.0_1
|
2012-06-02 21:05:21 +05:30
|
|
|
|
|
|
|
If that version is not available no other version will be installed.
|
|
|
|
|
2012-06-01 20:07:44 +05:30
|
|
|
* xbps-repo(8): 'genindex' target is now able to remove binary packages
|
|
|
|
when a greater version exists on the index.
|
|
|
|
|
2012-06-01 18:32:06 +05:30
|
|
|
* xbps-repo(8): 'sync' target now is able to sync just a single repository
|
|
|
|
by passing the repository URI as argument, i.e:
|
|
|
|
|
|
|
|
$ xbps-repo sync http://xbps.mirror.org/repo
|
|
|
|
|
|
|
|
* xbps-repo(8): 'pkg-list' target now expects the repository URI than
|
|
|
|
the index number, i.e:
|
|
|
|
|
|
|
|
$ xbps-repo pkg-list http://xbps.mirror.org/repo
|
|
|
|
|
2012-06-01 14:58:30 +05:30
|
|
|
* xbps-bin(8): -n flag (dry-run mode) now also prints the pkg architecture
|
|
|
|
as last component and if the transaction reason supports it.
|
|
|
|
|
2012-05-31 19:59:56 +05:30
|
|
|
* Repository index format 1.5. The files are now named properly:
|
|
|
|
index.plist for XBPS_PKGINDEX and index-files.plist for XBPS_PKGINDEX_FILES.
|
|
|
|
The difference in XBPS_PKGINDEX is that now a single plist file can store
|
|
|
|
all metadata from any package with any architecture. XBPS_PKGINDEX_FILES
|
|
|
|
has been modified to speed up 'xbps-repo find-files'. That means
|
|
|
|
that in xbps.conf now you'd only have to use the directory where the
|
|
|
|
index.plist is stored, i.e:
|
|
|
|
|
|
|
|
/path/to/my/repo <- 1st repository
|
|
|
|
|-- i686
|
|
|
|
|-- index-files.plist
|
|
|
|
|-- index.plist
|
|
|
|
|-- noarch
|
|
|
|
|-- nonfree <- 2nd repository
|
|
|
|
| |-- i686
|
2012-06-01 14:35:08 +05:30
|
|
|
| |-- index-files.plist
|
|
|
|
| |-- index.plist
|
2012-05-31 19:59:56 +05:30
|
|
|
| |-- noarch
|
|
|
|
| `-- x86_64
|
|
|
|
`-- x86_64
|
|
|
|
|
|
|
|
Any other directory not named "noarch" or "$(uname -m)" must be specified
|
|
|
|
as another different repository, such case is "nonfree" or any other with
|
|
|
|
unmatched names.
|
|
|
|
|
2012-05-31 11:38:32 +05:30
|
|
|
* xbps-bin(8): new flag: -S which syncs rpool indexes before executing
|
|
|
|
the "dist-upgrade", "install" or "update" targets.
|
|
|
|
|
2012-05-30 14:33:13 +05:30
|
|
|
* libxbps: renamed xbps_repository_pool_xxx to xbps_rpool_xxx
|
|
|
|
(API/ABI incompat changes).
|
|
|
|
|
2012-05-30 13:52:53 +05:30
|
|
|
* libxbps: extended rpool with a new function:
|
|
|
|
xbps_repository_pool_find_virtualpkg_conf. This function will match
|
|
|
|
a virtual package as was specified in configuration file. That means
|
|
|
|
that the find_xxx functions now do exactly what the API documents.
|
|
|
|
While resolving packages, the order to look for them is the following:
|
|
|
|
|
|
|
|
find_virtualpkg_conf -> find_pkg -> find_virtualpkg
|
|
|
|
|
|
|
|
If no virtual pkg from conf matched, look for a real pkg, otherwise
|
|
|
|
use the first virtual package from rpool that matches our pattern.
|
|
|
|
|
2012-05-25 20:54:36 +05:30
|
|
|
* libxbps: introduce the concept of "soft replace". When a package
|
|
|
|
contains that boolean object set in pkg's metadata props.plist,
|
|
|
|
some steps will be skipped at remove time for the package being
|
|
|
|
replaced: its files won't be removed and the post action in REMOVE
|
|
|
|
file won't be executed.
|
|
|
|
|
2012-05-25 18:01:42 +05:30
|
|
|
* libxbps: change the order in which package files are removed:
|
|
|
|
|
|
|
|
current: files, conf_files, links, directories.
|
|
|
|
previous: links, files, conf_files, directories.
|
|
|
|
|
|
|
|
This is required to avoid removing working symlinks, which could be
|
|
|
|
owned by another installed package. Now only dangling symlinks are now
|
|
|
|
removed.
|
|
|
|
|
2012-05-22 02:33:29 +05:30
|
|
|
* libxbps: when removing package files and if metadata files.plist wasn't
|
|
|
|
found, do not error out and rather just continue until the package is
|
|
|
|
fully removed.
|
|
|
|
|
2012-05-08 13:28:56 +05:30
|
|
|
* xbps-bin(8): renamed "autoupdate" target to "dist-upgrade" and
|
2012-05-08 13:39:01 +05:30
|
|
|
"autoremove" to "remove-orphans". For compatibility with previous
|
|
|
|
versions the old targets are still kept, but will be removed in future
|
|
|
|
releases.
|
2012-05-08 13:24:06 +05:30
|
|
|
|
2012-05-08 12:49:43 +05:30
|
|
|
* Added support to put packages "on hold". Packages on hold
|
|
|
|
won't be updated by system upgrades even if there is a newer version.
|
|
|
|
The configuration string list "PackagesOnHold" in xbps.conf expects
|
|
|
|
a list of package names.
|
|
|
|
|
2012-05-08 15:26:37 +05:30
|
|
|
* xbps-bin(8): miscellaneous cosmetic improvements while unpacking
|
|
|
|
package files and add a counter for the 'check all' target.
|
2012-05-08 15:19:50 +05:30
|
|
|
|
2012-05-05 13:37:47 +05:30
|
|
|
* xbps-repo(8): new target: 'clean'. This removes obsolete binpkgs
|
|
|
|
from cachedir, either because the binpkg is not available in repository
|
2012-05-08 15:26:37 +05:30
|
|
|
pool anymore or because its sha256 hash doesn't match with the
|
2012-05-05 13:37:47 +05:30
|
|
|
one matched in repository index file.
|
|
|
|
|
|
|
|
* Miscellanous API cleanups (API/ABI incompat changes).
|
|
|
|
|
2012-04-06 13:13:14 +05:30
|
|
|
xbps-0.15 (2012-04-06):
|
2012-03-07 16:30:08 +05:30
|
|
|
|
2012-04-05 14:28:52 +05:30
|
|
|
* xbps-bin(8): a new test for the 'check' target to find stale entries
|
|
|
|
in 'requiredby' package metadata object from pkgdb.
|
|
|
|
|
2012-04-04 13:50:29 +05:30
|
|
|
* When reinstalling existing packages (xbps-bin -f install), make sure
|
|
|
|
to remove previous entry in the "requiredby" pkgdb's array object.
|
|
|
|
|
2012-03-30 05:09:13 +05:30
|
|
|
* When sorting required dependencies make sure that a pkg with
|
|
|
|
required version is taken into account, not just the first
|
|
|
|
one matching its pkgname.
|
|
|
|
|
2012-03-28 15:31:59 +05:30
|
|
|
* When resolving required dependencies also find the best pkg
|
|
|
|
available in repository pool. Thanks to dave for testing!
|
|
|
|
|
2012-03-12 20:02:13 +05:30
|
|
|
* Started a test suite for libxbps. Tests are written for Kyua
|
2012-04-06 13:13:14 +05:30
|
|
|
(http://code.google.com/p/kyua) and can be built and installed
|
|
|
|
with the --with-tests configure option, by default will be installed
|
|
|
|
to EPREFIX/tests but can be overriden with --testsdir. ATF 0.15
|
|
|
|
(part of Kyua) is required to build the test suite.
|
2012-03-12 20:02:13 +05:30
|
|
|
|
|
|
|
* Enabled assertions by default even if --debug not enabled. We want
|
2012-04-06 13:13:14 +05:30
|
|
|
to enforce correct behaviour even in release builds.
|
2012-03-12 20:02:13 +05:30
|
|
|
|
2012-03-07 16:30:08 +05:30
|
|
|
* Fixed issue 22: "Updating a package doesn't set correct perms when
|
2012-04-06 13:13:14 +05:30
|
|
|
file not modified". When extracting package files, always set
|
|
|
|
permissions from binary package, even if file has not been modified.
|
2012-03-12 15:52:18 +05:30
|
|
|
|
2012-02-29 01:51:37 +05:30
|
|
|
xbps-0.14 (2012-02-28):
|
2012-02-29 01:11:13 +05:30
|
|
|
|
2012-02-29 01:46:41 +05:30
|
|
|
* Fixed 'xbps-bin reconfigure all' (regression added in 0.13).
|
|
|
|
|
2012-02-29 01:11:13 +05:30
|
|
|
* While resolving dependencies check if required dependency is matched
|
2012-03-31 13:38:52 +05:30
|
|
|
with any virtual package already added in transaction, on match use it.
|
2012-02-29 01:11:13 +05:30
|
|
|
|
|
|
|
* Only accept binary packages compressed in gzip, bzip2 and xz formats.
|
|
|
|
Profiling tests showed that libarchive wasted a considerable amount of
|
|
|
|
time checking if archive was compressed in zip format.
|
|
|
|
|
|
|
|
* xbps-bin(8)/xbps-repo(8): redirect some more warnings/errors to stderr.
|
|
|
|
|
2012-02-21 01:31:57 +05:30
|
|
|
xbps-0.13.0 (2012-02-20):
|
2012-02-21 00:53:33 +05:30
|
|
|
|
|
|
|
* libxbps: skip checking for obsolete files if a package in a transaction
|
|
|
|
replaces another one that is going to be updated. In such cases that means
|
|
|
|
new package now owns some files previously owned by the package to be
|
|
|
|
updated, therefore the updated package must not check for obsolete files.
|
2012-02-16 13:25:41 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): the `show', `show-deps' and `show-files' targets now accept
|
|
|
|
package patterns, i.e "xbps-repo show 'foo>=2.0'". If only a `pkgname`
|
|
|
|
has been specified, the newest package available in repositories will be
|
|
|
|
shown.
|
|
|
|
|
|
|
|
* xbps-repo(8): print meaningful help usage, added -h option.
|
|
|
|
|
|
|
|
* xbps-bin(8): print a meaningful help usage, added -h option.
|
|
|
|
|
|
|
|
* libxbps: fixed xbps_transaction_install_pkg return value if package
|
|
|
|
is already installed: this must be EEXIST not ENODEV.
|
|
|
|
|
2012-02-06 18:23:13 +05:30
|
|
|
xbps-0.12.0 (2012-02-06):
|
2011-12-24 05:35:26 +05:30
|
|
|
|
2012-02-03 19:23:28 +05:30
|
|
|
* xbps-bin: new dry-run mode (-n) to show the actions that would
|
|
|
|
be executed in a transaction. This mode takes effect in the
|
|
|
|
autoremove, autoupdate, install, remove and update targets. Example:
|
|
|
|
|
|
|
|
$ xbps-bin -n install kernel-snapshot
|
2012-02-05 19:26:18 +05:30
|
|
|
<pkgname> <install|remove|update|configure> <version> <repository> <filename>
|
2012-02-03 19:23:28 +05:30
|
|
|
$
|
|
|
|
|
2012-02-06 17:20:45 +05:30
|
|
|
The format is "%s %s %s[ %s %s]\n" for `pkgname', `action', `version',
|
|
|
|
`repository' and `filename' (optional).
|
2012-02-03 19:23:28 +05:30
|
|
|
|
2012-01-25 06:44:04 +05:30
|
|
|
* xbps-bin: the install target will now install the best package
|
|
|
|
version available in repository pool if just package name has
|
|
|
|
been specified, otherwise the first repository matching the
|
|
|
|
specified pattern wins, i.e:
|
|
|
|
|
|
|
|
$ xbps-bin install foo 'blah>=1.2<2.0'
|
|
|
|
|
2012-01-20 23:15:47 +05:30
|
|
|
* Massive pkgdb API rototill. The xbps-uhelper command gained support
|
|
|
|
for the 'updatepkgdb' target which will migrate old pkgdb
|
|
|
|
format to the new 0.12 format. ALERT: make sure to execute
|
|
|
|
"xbps-uhelper -r <rootdir> updatepkgdb" to update to the new 0.12
|
|
|
|
pkgdb format before installing/removing/updating any package.
|
|
|
|
|
2012-01-19 16:56:40 +05:30
|
|
|
* Repository index 1.4: the file is now externalized to a proplib array
|
|
|
|
and has been renamed to "rindex.plist" to not break compatibility
|
|
|
|
with previous XBPS versions. This helps in simplifying the API
|
|
|
|
implementation substantially.
|
|
|
|
|
2012-01-17 21:56:18 +05:30
|
|
|
* Added a pkg-config file to simplify writing code with libxbps.
|
|
|
|
|
|
|
|
* libxbps: improved support for finding newest package versions available
|
|
|
|
in repository pool.
|
|
|
|
|
|
|
|
* libxbps: added support for finding exact package name/version matches
|
|
|
|
in repository pool.
|
|
|
|
|
2012-01-16 12:40:47 +05:30
|
|
|
* Fixed registering repositories with trailing '/' chars in
|
2012-01-15 21:53:50 +05:30
|
|
|
configuration file: xbps.conf.
|
|
|
|
|
2012-01-15 18:54:44 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target now creates a plist file to cache
|
|
|
|
all files provided by binary packages in a repository. This makes
|
|
|
|
the 'find-files' target marginally faster, because this avoids having
|
|
|
|
to fetch data from network in remote repositories. The new file
|
|
|
|
'index-files.plist' will be downloaded every time the 'sync' target
|
|
|
|
is issued but only iff the file has been modified.
|
|
|
|
This fixes Issue 21 "`xbps-repo find-files` is awfully slow".
|
|
|
|
|
2012-01-05 16:56:57 +05:30
|
|
|
* It's now possible to fetch files thru xbps_fetch_file() from HTTP
|
|
|
|
servers that don't set the Content-Length header. This fixes issue 19:
|
|
|
|
"xbps-src cannot fetch source with unknown Content-Length" reported
|
|
|
|
by ojab.
|
|
|
|
|
2011-12-24 05:35:26 +05:30
|
|
|
* Renamed some options in xbps.conf to not have dashes, such as:
|
|
|
|
fetch-timeout-connection -> FetchTimeoutConnection
|
|
|
|
fetch-cache-connections-host -> FetchCacheConnections
|
|
|
|
fetch-cache-connections-per-host -> FetchCacheConnectionsPerHost
|
|
|
|
|
2012-01-16 12:40:47 +05:30
|
|
|
* Implemented memory caching for regpkgdb and configurable transaction
|
2011-12-24 05:35:26 +05:30
|
|
|
flushing. Can be changed in xbps.conf with "TransactionFrequencyFlusing".
|
|
|
|
By default set to 5. That means that every 5 packages processed in
|
|
|
|
a transaction there will be a regpkgdb plist flush to disk.
|
|
|
|
|
|
|
|
Setting it to 0 enables automatic mode which will only flush in
|
|
|
|
two required points. Setting it to 1 makes the behaviour used in XBPS<=0.11,
|
|
|
|
which flushed it on every package.
|
|
|
|
|
|
|
|
That feature provides a 25% (and in some cases even more!) of performance
|
|
|
|
when executing a transaction.
|
|
|
|
|
|
|
|
* Merged purge code into remove. It wasn't necessary to have this splitted,
|
|
|
|
so it now has been merged into xbps_remove_pkg(). That also means that
|
|
|
|
'-p' flag in xbps-bin(8) and xbps-repo(8) doesn't exist anymore.
|
2011-12-22 14:03:54 +05:30
|
|
|
|
2011-12-22 15:31:28 +05:30
|
|
|
* xbps-repo(8): the 'find-files' target accepts multiple patterns, such as:
|
|
|
|
$ xbps-repo find-files /bin/cat '/bin/f*' ...
|
|
|
|
|
2011-12-22 15:15:13 +05:30
|
|
|
* xbps-bin(8): the 'find-files' target accepts multiple patterns, such as:
|
|
|
|
$ xbps-bin find-files /bin/cat '/bin/f*' ...
|
2011-12-22 14:03:54 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): the 'search' target accepts multiple patterns, such as:
|
|
|
|
$ xbps-repo search 'foo-[0-9]*' '*blah*' ...
|
|
|
|
|
2011-12-22 15:15:13 +05:30
|
|
|
* libxbps: more paranoid type checking and allocation results, to make
|
|
|
|
sure that out of memory conditions are handled gracefully.
|
|
|
|
|
2011-12-20 20:56:26 +05:30
|
|
|
xbps-0.11.0 (2011-12-20):
|
2011-10-29 11:47:54 +05:30
|
|
|
|
2011-12-20 20:38:23 +05:30
|
|
|
* xbps-bin(8): it is possible now to reinstall a package even if it's
|
|
|
|
installed with the '-f' option. If reinstalling the same package version,
|
|
|
|
only unexistent files or files not matching its hash will be extracted.
|
|
|
|
|
2011-12-19 15:50:27 +05:30
|
|
|
* While unpacking a binary package, always check that file to be extracted
|
|
|
|
exists on filesystem, if true and its hash is matched, skip extraction.
|
|
|
|
|
|
|
|
* While installing a package always preserve configuration files if they
|
|
|
|
exist, but if hash don't match rename configuration files to
|
|
|
|
<filename>.old.
|
|
|
|
|
2011-12-15 15:49:20 +05:30
|
|
|
* New shared configuration file via libconfuse that replaces the
|
|
|
|
plist configuration files: xbps.conf. That means that libxbps
|
|
|
|
now requires confuse >= 2.7 available at
|
|
|
|
http://www.nongnu.org/confuse/.
|
|
|
|
|
2011-12-06 17:32:49 +05:30
|
|
|
* Support for syslog logging common operations, such as install, update,
|
|
|
|
remove and purge via LOG_NOTICE, and errors with LOG_ERR.
|
2011-12-15 15:49:20 +05:30
|
|
|
By default it's always enabled, can be disabled thru the conf file.
|
2011-12-06 17:32:49 +05:30
|
|
|
|
2011-12-03 15:07:31 +05:30
|
|
|
* xbps-repo(8): new target: pkg-list [index]. This target will list all
|
|
|
|
packages from repository with index [index]. If optional argument
|
|
|
|
[index] (decimal) not set, all repositories will be used.
|
|
|
|
|
2011-11-21 16:14:27 +05:30
|
|
|
* libxbps: when registering new packages, existing entries in
|
|
|
|
requiredby matching the same pkgname/version touple are now
|
|
|
|
simply skipped.
|
|
|
|
|
|
|
|
* Repositories with missing index file are now simply ignored.
|
|
|
|
It's expected that user executes 'xbps-repo sync' to fetch the
|
|
|
|
index for all remote repositories specified in configuration file.
|
|
|
|
|
2011-11-10 01:31:25 +05:30
|
|
|
* Faster binary package unpacking. Only files and symlinks are now
|
|
|
|
extracted from binary packages, thus directories are not extracted
|
|
|
|
anymore. The package builder is responsible to create required
|
|
|
|
directories where appropiate and set correct permissions.
|
|
|
|
While being here, some stuff is skipped now if a package uses the
|
|
|
|
"preserve" keyword or package is being installed, resulting in a
|
|
|
|
faster operation.
|
|
|
|
|
2011-11-08 00:58:35 +05:30
|
|
|
* Implemented "New repository scheme and configuration file" from issue 16.
|
|
|
|
The plist index file has been renamed to "index.plist", version bumped
|
|
|
|
to 1.3. The configuration file (repositories.plist) now expect the full
|
|
|
|
path to the directory storing the index.plist file. This will allow us
|
|
|
|
to use other directories (such as non-free, or alike) for such purpose.
|
|
|
|
|
2011-10-30 15:42:03 +05:30
|
|
|
* libxbps: improve xbps_purge_pkg() in case that the process was
|
|
|
|
unexpectedly interrupted, do not error out unless the unregister
|
2011-11-08 01:02:05 +05:30
|
|
|
phase returns an error value.
|
2011-10-30 15:42:03 +05:30
|
|
|
|
2011-10-30 15:02:56 +05:30
|
|
|
* libxbps: when unpacking a package that replaced another package
|
|
|
|
due to virtual packages, preserve its configuration files if
|
|
|
|
they already existed.
|
|
|
|
|
2011-10-29 11:47:54 +05:30
|
|
|
* xbps-bin(8)/xbps-repo(8): new flag '-o' (option). This can be used
|
|
|
|
in the 'show' target to print only a set of objects stored in package's
|
|
|
|
properties dictionary, example:
|
|
|
|
|
|
|
|
$ xbps-bin -olicense show xbps
|
|
|
|
Simplified BSD
|
|
|
|
$ xbps-bin -oversion,build_date show xbps
|
|
|
|
0.10.1
|
|
|
|
Wednesday 26 October, 2011, 14:37:31 UTC
|
|
|
|
$
|
2011-10-27 14:24:28 +05:30
|
|
|
|
2011-10-28 12:59:37 +05:30
|
|
|
* libxbpps: when fetching new pkg-index.plist from a repository,
|
|
|
|
make sure that it's a plist file and can be internalized; otherwise
|
|
|
|
remove downloaded file and return error.
|
|
|
|
|
2011-10-28 04:27:16 +05:30
|
|
|
* xbps-bin(8): new test for the 'check' target to fix missing
|
|
|
|
entries in requiredby array, i.e reverse dependencies in
|
|
|
|
the package database plist.
|
|
|
|
|
2011-10-27 14:32:55 +05:30
|
|
|
* xbps-bin(8): the 'check' target now works virtual packages.
|
|
|
|
|
2011-10-27 14:24:28 +05:30
|
|
|
* libxbps: failed to properly match installed virtualpkgs that were
|
|
|
|
dependencies in a transaction, therefore resulting in real packages
|
|
|
|
being reinstalled and replacing installed virtual packages.
|
|
|
|
|
2011-10-26 19:58:45 +05:30
|
|
|
xbps-0.10.1 (2011-10-26):
|
2011-10-24 13:05:03 +05:30
|
|
|
|
2011-10-26 19:58:45 +05:30
|
|
|
* libxbps: fixed multiple free(3) calls in error paths (via closedir(3))
|
2011-10-26 19:46:09 +05:30
|
|
|
when some virtualpkg plist file couldn't be internalized.
|
|
|
|
|
2011-10-24 13:57:46 +05:30
|
|
|
* xbps-bin(8): 'remove' with recursive flag (-R) now removes first
|
|
|
|
the specified packages and puts its automatic dependencies at the
|
|
|
|
tail of the array.
|
|
|
|
|
2011-10-24 13:05:03 +05:30
|
|
|
* libxbps: xbps_pkgpattern_{name,version} now return expected
|
2011-10-26 19:58:45 +05:30
|
|
|
pkgname/version if pattern is a shell wildcard pattern (fnmatch(3)).
|
2011-10-24 13:05:03 +05:30
|
|
|
|
|
|
|
* libxbps: removed csh alternate code from the NetBSD's match code.
|
|
|
|
We weren't using this code anyway and this only slowed down
|
|
|
|
xbps_pkgpattern_match().
|
|
|
|
|
2011-10-21 13:45:47 +05:30
|
|
|
xbps-0.10.0 (2011-10-21):
|
2011-10-16 16:55:33 +05:30
|
|
|
|
2011-10-20 19:48:02 +05:30
|
|
|
* Fixed issue 11 "xbps-bin fails to update properly some pkgs".
|
|
|
|
http://code.google.com/p/xbps/issues/detail?id=11
|
|
|
|
|
2011-10-19 13:14:18 +05:30
|
|
|
* xbps-bin(8): the 'check' target now is able to detect if a package
|
|
|
|
was installed manually and other packages are currently depending
|
|
|
|
on it and change its mode to "automatic", i.e as dependency of those
|
|
|
|
packages.
|
|
|
|
|
2011-10-17 18:41:54 +05:30
|
|
|
* xbps-bin(8), xbps-repo(8): the -C flag now expects a path to a
|
|
|
|
directory where the configuration files (conf.plist and
|
|
|
|
repositories.plist) are stored.
|
|
|
|
|
2011-10-17 17:54:30 +05:30
|
|
|
* New configuration scheme for virtual packages as defined in
|
|
|
|
http://code.google.com/p/xbps/issues/detail?id=12
|
|
|
|
|
|
|
|
XBPS now reads all plist files in PREFIX/etc/xbps/virtualpkg.d.wants
|
|
|
|
directory with settings for the wanted virtual packages.
|
|
|
|
|
|
|
|
* New configuration scheme as defined in
|
|
|
|
http://code.google.com/p/xbps/issues/detail?id=12
|
|
|
|
|
|
|
|
A directory to store XBPS configuration files is now used, by default
|
|
|
|
set to PREFIX/etc/xbps. Configuration options are now set via
|
|
|
|
conf.plist, and repositories in repositories.plist.
|
|
|
|
|
2011-10-16 16:55:33 +05:30
|
|
|
* It is possible now to reinstall packages that provide virtual packages
|
|
|
|
and put it back the original package, such as jpeg <-> libjpeg-turbo
|
|
|
|
multiple times, without loosing important objects set when the
|
|
|
|
original package was installed, i.e reverse dependencies and
|
|
|
|
automatic installation. This is a requisite to really make a system
|
|
|
|
that can be fully customizable and restored back to its original
|
|
|
|
state with the virtual packages feature.
|
2011-10-06 22:35:16 +05:30
|
|
|
|
|
|
|
* Fixed issue 10 "HTTP repositories in non standard HTTP port currently segfault".
|
2011-10-07 00:43:33 +05:30
|
|
|
You can now use any HTTP server in non standard ports, such as:
|
2011-10-06 22:35:16 +05:30
|
|
|
|
|
|
|
http://yourhost:8080/your/repo
|
2011-07-15 21:52:58 +05:30
|
|
|
|
2011-09-28 14:45:57 +05:30
|
|
|
* xbps-bin(8): the 'check' target now detects broken symlinks and marks
|
|
|
|
them as critical errors.
|
|
|
|
|
2011-08-01 16:05:47 +05:30
|
|
|
* libxbps: when updating packages, only files that have been modified
|
|
|
|
(compared to current installed file) are now unpacked. This should
|
|
|
|
save some writes to storage and make the process a bit smoother as well.
|
|
|
|
|
2011-07-27 20:43:54 +05:30
|
|
|
* Moved install transaction code to libxbps. The API has been extended
|
|
|
|
with xbps_transaction_commit() which expects the transaction dictionary
|
|
|
|
as its argument. This function will execute transaction tasks, like
|
|
|
|
removing, updating, installing and configuring packages as defined
|
|
|
|
in the transaction dictionary.
|
|
|
|
|
|
|
|
* The 'cachedir' option in configuration file now can be changed to
|
|
|
|
be relative to the rootdir if the first character is not '/'. The
|
|
|
|
-c flag in xbps-bin(8) still expects a full path and if set, overrides
|
|
|
|
the setting in configuration file.
|
|
|
|
|
2011-07-25 20:10:34 +05:30
|
|
|
* xbps-bin(8): the 'show', 'show-deps' and 'show-revdeps' targets now
|
|
|
|
work with virtual packages.
|
|
|
|
|
2011-07-25 19:39:53 +05:30
|
|
|
* libxbps: fixed NetBSD's dewey matching code to properly identify
|
|
|
|
that a version X.Y.Z should be greater than X.Y_Z.
|
|
|
|
|
2011-07-15 21:52:58 +05:30
|
|
|
* libxbps: revamped virtual package handling. The public API find
|
|
|
|
functions (xbps_find_pkg_*) don't know anything about virtual packages.
|
|
|
|
To find virtual packages the xbps_find_virtualpkg_* functions must be
|
|
|
|
used instead of the "classic" ones.
|
|
|
|
|
|
|
|
* libxbps: the xbps_find_foo_in_array functions have been renamed
|
|
|
|
to xbps_match_foo_in_array because its task is only matching against
|
|
|
|
the provided package name, package pattern or string.
|
|
|
|
|
|
|
|
xbps-0.9.1 (2011-07-15):
|
2011-07-09 14:20:44 +05:30
|
|
|
|
2011-07-14 03:43:25 +05:30
|
|
|
* libxbps: xbps_repository_pool no longer loops forever if a package
|
|
|
|
index plist file cannot be fetched due to network problems, or
|
|
|
|
if the file is not available anymore; the repository will be
|
|
|
|
ignored.
|
|
|
|
|
2011-07-11 13:48:16 +05:30
|
|
|
* xbps-repo(8): the 'genindex' failed to register in pkg-index
|
|
|
|
packages less than on equal than any other package providing the
|
|
|
|
same package name. Ignore packages providing virtual packages.
|
|
|
|
|
2011-07-09 16:48:11 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target now removes entries in existent
|
|
|
|
package index files for unexistent packages that were previously
|
2011-07-17 05:18:38 +05:30
|
|
|
registered (removed, not enough permissions, etc).
|
2011-07-09 16:48:11 +05:30
|
|
|
|
2011-07-09 14:51:17 +05:30
|
|
|
* xbps-repo(8): the 'genindex' target creates required directories
|
2011-07-17 05:18:38 +05:30
|
|
|
in local repositories if it's necessary.
|
2011-07-09 14:51:17 +05:30
|
|
|
|
2011-07-09 14:20:44 +05:30
|
|
|
* xbps-repo(8): the 'search' target now matches patterns in
|
2011-07-17 05:18:38 +05:30
|
|
|
case insensitive mode.
|
2011-07-09 14:20:44 +05:30
|
|
|
|
|
|
|
* A bug has been fixed while updating a package and another package
|
|
|
|
providing a virtual package with a greater version was available
|
|
|
|
in repositories. Only accept this if the virtual package is explicitly
|
|
|
|
enabled in the "virtual-packages" section in the configuration file.
|
|
|
|
|
|
|
|
xbps-0.9.0 (2011-07-08):
|
2011-06-01 13:40:43 +05:30
|
|
|
|
2011-07-05 20:16:34 +05:30
|
|
|
* configure doesn't require a zlib package with a pkg-config file, to
|
|
|
|
workaround some distribution that don't provide it (hi Ubuntu!). Rather
|
|
|
|
it now checks for a required function. Fixes issue 6 in googlecode.
|
|
|
|
|
2011-06-22 13:23:44 +05:30
|
|
|
* The configuration file now accepts a new option "fetch-timeout-connection",
|
|
|
|
to specify the limit to wait (in seconds) of timed out connections when
|
|
|
|
fetching files. It's set to 30 in configuration file, and if not set it
|
|
|
|
also defaults to 30 seconds.
|
|
|
|
|
2011-06-04 21:23:27 +05:30
|
|
|
* The configuration file now accepts new options to change rootdir
|
|
|
|
(same than -r in xbps-bin(8)), cachedir (same than -c in xbps-bin(8))
|
|
|
|
and fetching cache connection limits. If settings are specified via
|
|
|
|
the flags -r and -c in xbps-bin(8)/xbps-repo(8), they are prefered
|
|
|
|
over the ones in the configuration file.
|
|
|
|
|
2011-06-04 17:07:53 +05:30
|
|
|
* Fixed some bugs with virtual packages, to not adding duplicate package
|
|
|
|
dictionaries in the transaction dictionary.
|
|
|
|
|
|
|
|
* xbps-bin(8)/xbps-repo(8): the 'show-files' target now prints the target
|
|
|
|
file on symlinks, i.e: "/sbin/foo -> /sbin/blah".
|
|
|
|
|
|
|
|
* Changed the package pattern match code to the one available on NetBSD.
|
|
|
|
It's much better and provides more alternative pattern matching options.
|
|
|
|
|
|
|
|
* A new configuration file in plist format to specify repositories and
|
|
|
|
virtual packages has been created, defaults to "/etc/xbps-conf.plist".
|
|
|
|
That means that you no longer need to register/unregister repositories;
|
|
|
|
just add your favourite local or remote repository and the first time
|
|
|
|
XBPS needs to access the pkg-index file it will be downloaded.
|
|
|
|
|
|
|
|
More options and properties will be added to the configuration file in
|
|
|
|
the future. By default we use the official public remote repository,
|
|
|
|
and "dcron" package for a cron daemon package.
|
|
|
|
|
|
|
|
The ABI/API is not compatible anymore with previous versions, you've
|
|
|
|
been advised :-)
|
2011-06-01 13:40:43 +05:30
|
|
|
|
|
|
|
* xbps-bin(8): the 'check' target now also checks for modified symlinks,
|
|
|
|
and warns if any of them has been modified. For this to work, the package
|
|
|
|
metadata files.plist should contain the 'target' object in the 'links'
|
|
|
|
array (created automatically by xbps-src since 20110531).
|
2011-05-27 21:02:42 +05:30
|
|
|
|
|
|
|
* Improved repository package index format (v1.2). The index now contains all
|
|
|
|
package objects, so that it's not necessary to fetch info from binpkgs.
|
|
|
|
The file will also be a bit bigger, but not to worry about.
|
|
|
|
|
2011-05-27 13:15:32 +05:30
|
|
|
xbps-0.8.1 (2011-05-27):
|
|
|
|
|
|
|
|
* xbps-bin(8)/xbps-repo(8): more meaningful messages when a package couldn't
|
|
|
|
be found in the show, show-deps and show-files targets, rather than exiting
|
|
|
|
silently with only the error return value.
|
|
|
|
|
|
|
|
* Added three new objects for the package props.plist metadata file to
|
|
|
|
specify homepage, license and build date.
|
|
|
|
|
|
|
|
* Minor improvements to the generation of API documentation.
|
|
|
|
|
2011-05-24 13:15:44 +05:30
|
|
|
xbps-0.8.0 (2011-05-24):
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-02-26 15:44:05 +05:30
|
|
|
* xbps-bin(8): added -A and -M options, for setting package install reason
|
|
|
|
to automatic or manual. Obviously both cannot be used togeter.
|
|
|
|
|
2011-02-21 22:17:01 +05:30
|
|
|
* xbps-{bin,repo}(8): -c (cachedir) argument now is an absolute path and
|
2011-02-21 22:12:47 +05:30
|
|
|
not relative to the root directory.
|
|
|
|
|
2011-02-18 21:09:42 +05:30
|
|
|
* Fixed finally when a package should replace an installed package, but
|
|
|
|
at the same time the package to be replaced also needs to be updated
|
|
|
|
in the transaction. A real example:
|
|
|
|
|
|
|
|
- sg3_utils-1.28 is currently installed.
|
|
|
|
- Installed package udisks-1.0.2_1 depends on sg3_utils-1.28.
|
|
|
|
- sg3_utils-1.28 has been splitted into libsgutils for 1.31,
|
|
|
|
and libsgutils-1.31 has "replaces=sg3_utils<1.31".
|
|
|
|
- udisks-1.0.2_2 depends on libsgutils-1.31.
|
|
|
|
|
|
|
|
So now the old sg3_utils-1.28 package will be marked in its transaction
|
|
|
|
object as "remove" and the new sg3_utils-1.31 package as "update".
|
|
|
|
Therefore both packages (sg3_utils old/new) will be in the transaction
|
|
|
|
but one will be removed and the other one updated.
|
|
|
|
|
2011-02-17 13:56:43 +05:30
|
|
|
* Fixed a bug that made all registered repositories to fail when the first
|
|
|
|
one couldn't be internalized in xbps_repository_pool_init().
|
|
|
|
|
2011-02-05 15:55:04 +05:30
|
|
|
* Added the concept of package properties in the API. At this moment
|
|
|
|
only one property is fully working, "virtual". When xbps-bin(8)
|
|
|
|
sets this property for a package, its virtual package list will be
|
|
|
|
set in the XBPS_REGPKGDB plist in a package dictionary and the matching
|
|
|
|
logic will always prefer its virtual packages over the real ones.
|
|
|
|
You can do wonderful things with this, like always using development
|
|
|
|
package versions, or simply customize what packages you want to
|
|
|
|
install rather than the default ones. As a real example, you can now
|
|
|
|
use the 'xbps-devel' package rather than the stable package version
|
|
|
|
'xbps' before installing the system and package dependencies will
|
|
|
|
still be resolved:
|
|
|
|
|
|
|
|
"$ xbps-bin set-prop virtual xbps-devel"
|
|
|
|
"$ xbps-bin install xbps-base-system"
|
|
|
|
|
|
|
|
Only packages that have the "provides" object are valid for the
|
|
|
|
"virtual" property.
|
|
|
|
|
2011-02-01 05:51:54 +05:30
|
|
|
* Moved the "replaces" handling logic into the API. But instead of
|
|
|
|
removing any package, the packages that should be replaced are
|
|
|
|
added into the transaction dictionary and marked as "remove".
|
|
|
|
The frontend is responsible to install, update, configure and remove
|
|
|
|
all packages by using the properties set in the transaction dictionary.
|
|
|
|
|
2011-01-31 21:10:33 +05:30
|
|
|
* xbps-dgraph: now parses the "provides" object in the package properties
|
|
|
|
metadata plist file for packages providing virtual packages.
|
|
|
|
|
2011-01-30 12:38:34 +05:30
|
|
|
* xbps-bin(8): added -R option for the "remove" target, to recursively
|
|
|
|
remove packages that were installed automatically by the package(s)
|
|
|
|
that we want to remove, and no other package currently depends on.
|
2011-01-30 12:46:36 +05:30
|
|
|
This is much like the remove and autoremove targets together, i.e
|
|
|
|
"xbps-bin -yp remove foo && xbps-bin -yp autoremove".
|
2011-01-30 12:38:34 +05:30
|
|
|
|
2011-01-27 19:06:33 +05:30
|
|
|
* xbps-bin(8): added -D option to only show the URLs to download the binary
|
|
|
|
packages required by the "install", "update" and "autoupdate" targets.
|
|
|
|
|
2011-01-29 21:49:45 +05:30
|
|
|
* xbps-bin(8): make the list target (without arguments) only show
|
|
|
|
packages that are fully installed. Previously packages in unpacked
|
|
|
|
state were also shown.
|
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Added support for virtual packages. A virtual package is one that doesn't
|
|
|
|
exist in the repository, but other packages can provide it. A new array
|
|
|
|
in the package properties dictionary has been added to specify which
|
|
|
|
virtual packages the package supports. As an example, the `rsyslog'
|
|
|
|
package provides the virtual package `syslog-daemon-0'. Other packages
|
|
|
|
can depend in `syslog-daemon>=0' and `rsyslog' will satisfy the dependency.
|
|
|
|
|
2011-01-24 19:14:30 +05:30
|
|
|
* Merged the `progress_callback' branch that makes possible to specify a
|
|
|
|
function callback to update progress while unpacking binary packages
|
2011-02-22 21:03:54 +05:30
|
|
|
and while fetching files. xbps-bin(8) now lists current extract files
|
|
|
|
with its size in bytes if -v flag is set.
|
2011-01-24 19:14:30 +05:30
|
|
|
|
2011-01-19 21:47:39 +05:30
|
|
|
* Improved package dependency resolution in repositories by using a new
|
|
|
|
function, xbps_repository_pool_find_pkg() that returns a package dictionary
|
|
|
|
found in the first repository registered in the pool. It can also be used
|
|
|
|
to find the newest version found in all registered repositories.
|
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Improved package dependency sorting algorithm that uses less memory,
|
2011-01-29 00:26:43 +05:30
|
|
|
it is 60% faster approximately and as bonus sorts all packages in the way
|
2011-01-26 22:35:43 +05:30
|
|
|
they should be (previously the sorting was a bit different for packages
|
|
|
|
with no run-time dependencies).
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-01-26 22:35:43 +05:30
|
|
|
* Many structural changes in the API. Made some stuff private and changed
|
|
|
|
some function arguments in the API, the ABI is not compatible anymore with
|
|
|
|
previous versions... anyway you shouldn't be using libxbps just yet.
|
|
|
|
The API documentation has been modified to stay in sync with reality.
|
2011-01-19 21:47:39 +05:30
|
|
|
|
2011-01-16 21:37:43 +05:30
|
|
|
xbps-0.7.3 (2011-01-16):
|
|
|
|
|
|
|
|
* Fixed a bug that made libxbps fail to detect properly configuration files.
|
|
|
|
This made all updates in configuration files to be lost.
|
|
|
|
|
|
|
|
* It is now possible to properly build against an external portable proplib
|
|
|
|
(with pkg-config support) and libfetch.
|
|
|
|
|
|
|
|
* Enabled a bunch of compiler warnings in the configure script (if supported
|
|
|
|
by the compiler), and made symbol visibility dependent of configure tests.
|
|
|
|
|
|
|
|
* Added --silent argument to the configure script, hiding compilation
|
|
|
|
details in the build process (disabled by default).
|
|
|
|
|
2010-12-28 16:45:11 +05:30
|
|
|
xbps-0.7.2 (2010-12-28):
|
|
|
|
|
|
|
|
* Fixed some memleaks in libxbps and its clients, found by valgrind.
|
|
|
|
|
2010-12-24 00:36:51 +05:30
|
|
|
xbps-0.7.1 (2010-12-23):
|
2010-12-16 04:55:53 +05:30
|
|
|
|
2010-12-24 00:36:51 +05:30
|
|
|
* xbps-dgraph: fixed small build error on x86 shown in buildbot tests.
|
|
|
|
|
|
|
|
* libxbps: xbps_repository_pool_init(): don't loop forever if repository
|
|
|
|
pkg-index.plist files cannot be internalized.
|
|
|
|
|
|
|
|
* libxbps: xbps_fetch_file(): set a 30 seconds timeout for transfers.
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed the 'genindex' target for the API changes in 0.7.0.
|
|
|
|
|
|
|
|
* xbps-uhelper: fixed the 'unregister' target for the API changes in 0.7.0.
|
2010-12-16 04:55:53 +05:30
|
|
|
|
2010-12-15 20:14:42 +05:30
|
|
|
xbps-0.7.0 (2010-12-15):
|
2010-12-15 19:44:44 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): implemented the 'find-files' target to print which packages
|
|
|
|
own a file, link, directory, etc. Analogue to the one implemented in
|
|
|
|
xbps-bin(8). Works for local and remote repository, fetching info on-the-fly.
|
2010-11-24 21:07:30 +05:30
|
|
|
|
2010-12-15 20:17:23 +05:30
|
|
|
* Fixed a typo in the configure script that broke detection of strlcat(),
|
|
|
|
reported and patch provided by Min Sik Kim in issue 2.
|
|
|
|
|
2010-12-03 22:06:07 +05:30
|
|
|
* xbps-bin(8): added -F flag for the remove target. Unless it's set,
|
|
|
|
packages that are dependencies of other installed packages won't be removed.
|
|
|
|
This flag overrides this behaviour and forces the package removal.
|
|
|
|
|
2010-11-24 21:07:30 +05:30
|
|
|
* xbps-{bin,repo}(8): indent uniformly all lines while listing packages
|
|
|
|
in xbps-bin or while searching for packages in xbps-repo.
|
|
|
|
|
|
|
|
* xbps-repo(8): while searching for packages also try to find strings
|
|
|
|
in the short description object.
|
|
|
|
|
|
|
|
* xbps-{bin,repo}(8): added -d arg to enable debugging output to stderr.
|
|
|
|
|
2010-11-24 21:31:55 +05:30
|
|
|
* While updating packages, obsolete directories are also removed when
|
|
|
|
necessary. This helped to remove some empty dirs for python 2.6 > 2.7
|
|
|
|
update, just to mention a real example.
|
|
|
|
|
2010-11-24 21:07:30 +05:30
|
|
|
* Cleaned up the API. Still not finished and there's a long way to have this
|
|
|
|
finished and ready for public consumption.
|
2010-11-09 03:57:15 +05:30
|
|
|
|
|
|
|
* xbps-dgraph: new utility to generate graphviz' dot(1) graphs for package
|
|
|
|
metadata properties, such as dependencies, reverse dependencies, etc.
|
|
|
|
Extracts the info from installed package metadata plist files.
|
|
|
|
|
|
|
|
* Performance improvements in libxbps and all utilities, by avoiding
|
|
|
|
unnecessary access(2) and chdir(2) calls while executing the
|
|
|
|
INSTALL/REMOVE scripts at pre/post (de)install time.
|
|
|
|
|
|
|
|
* Fixed some memleaks on libxbps found while working on the xbps-dgraph
|
|
|
|
utility.
|
|
|
|
|
2010-10-31 04:19:56 +05:30
|
|
|
xbps-0.6.2 (2010-10-31):
|
2010-10-27 03:45:59 +05:30
|
|
|
|
2010-10-29 12:40:41 +05:30
|
|
|
* libxbps: xbps_repository_unregister(): in remote repositories, also
|
|
|
|
remove the pkg index file and its directory.
|
|
|
|
|
|
|
|
* libxbps: xbps_get_pkg_index_plist(): fixed a memleak.
|
|
|
|
|
2010-10-27 16:40:03 +05:30
|
|
|
* xbps-bin(8): modify the 'list' target to accept an optional argument to
|
|
|
|
list packages in the specified state, so that you can list packages that
|
|
|
|
need to be purged, configured and broken (will be used in the future).
|
|
|
|
|
2010-10-27 03:55:02 +05:30
|
|
|
* xbps-bin(8): added a new target 'find-files' to find which installed
|
|
|
|
package(s) own a file. Exact matches "/bin/mount" or patterns
|
|
|
|
"/usr/lib/libb[ao]b\*" can be specified.
|
|
|
|
|
2010-10-27 03:45:59 +05:30
|
|
|
* When updating a package and removing obsolete files, don't forget to
|
|
|
|
remove those directories if they were empty.
|
|
|
|
|
2010-10-23 21:39:35 +05:30
|
|
|
xbps-0.6.1 (2010-10-23):
|
|
|
|
|
|
|
|
* When replacing a package that is going to be updated in the transaction
|
|
|
|
do not remove it, just overwrite its files and continue. The updated
|
|
|
|
package will find that old files didn't match the SHA256 hash and will
|
|
|
|
skip them. This solves the issue of new package updates requiring new
|
|
|
|
dependencies with files that were previously stored in the old version.
|
|
|
|
For example gtk+-2.20 containing gdk-pixbuf, and gtk+-2.22 requiring
|
|
|
|
gdk-pixbuf externally.
|
|
|
|
|
2010-06-03 13:23:03 +05:30
|
|
|
xbps-0.6.0 (2010-06-03):
|
2010-05-20 02:08:27 +05:30
|
|
|
|
2010-06-03 03:18:09 +05:30
|
|
|
* Synced libfetch code with NetBSD pkgsrc, updated to 2.31.
|
|
|
|
|
2010-05-20 06:13:56 +05:30
|
|
|
* libxbps: improved xbps_get_file_hash() to mmap(2) rather than read(2)
|
|
|
|
the file we have to process. With mmap'ed files the hash can be
|
|
|
|
processed 5x faster than before, or even more in some cases.
|
|
|
|
|
|
|
|
* libxbps: switch to OpenSSL SHA256 implementation and remove the one
|
|
|
|
previously used. It's faster and OpenSSL is required for libfetch so
|
|
|
|
there is not point in using it.
|
|
|
|
|
2010-05-20 02:08:27 +05:30
|
|
|
* Added strlcpy() and strlcat() from OpenBSD. Use them if they weren't
|
|
|
|
found by the configure script on the system.
|
|
|
|
|
|
|
|
* Added a configure script that emulates GNU autoconf but simplified, to
|
2010-05-20 06:13:56 +05:30
|
|
|
simplify customization for build options, flags, etc.
|
2010-05-20 02:08:27 +05:30
|
|
|
|
2010-05-18 19:03:27 +05:30
|
|
|
xbps-0.5.2.2 (2010-05-18):
|
|
|
|
|
|
|
|
* libxbps: do not forget to reset a variable to 0 when removing obsolete files
|
|
|
|
that are unexistent or its hash didn't match.
|
|
|
|
|
2010-05-18 17:10:51 +05:30
|
|
|
xbps-0.5.2.1 (2010-05-18):
|
|
|
|
|
|
|
|
* Due to human error, last fix in 0.5.2 was completely wrong and the
|
|
|
|
INSTALL/REMOVE scripts were simply empty so ENOENT was returned, clearly
|
|
|
|
this is expected and shouldn't be ignored.
|
|
|
|
|
2010-05-18 17:11:15 +05:30
|
|
|
xbps-0.5.2 (2010-05-18):
|
2010-05-18 11:16:27 +05:30
|
|
|
|
|
|
|
* libxbps: while running INSTALL/REMOVE scripts, do not fail if a script
|
|
|
|
returns ENOENT but the script exists; that means the script did not match
|
|
|
|
the expected action on its switch statement and the fact can be simply
|
|
|
|
ignored.
|
|
|
|
|
|
|
|
* libxbps: while upgrading packages and searching for obsolete files,
|
|
|
|
do not remove the files that did not match previous SHA256 hash. Also,
|
|
|
|
only remove obsolete dangling symlinks.
|
|
|
|
|
|
|
|
* xbps-repo(8): fixed the 'genindex' target to not return error if any
|
|
|
|
package is already registered in the index.
|
2010-05-12 08:34:35 +05:30
|
|
|
|
|
|
|
* xbps-repo(8): improved the 'search' target to also match substrings in
|
|
|
|
package/version tuples.
|
|
|
|
|
2010-05-11 18:31:44 +05:30
|
|
|
xbps-0.5.1 (2010-05-12):
|
|
|
|
|
|
|
|
* Fixed build issues in RHEL5, Ubuntu and others distributions.
|
|
|
|
|
|
|
|
* libxbps: changed the epoch component in version strings to the ':'
|
|
|
|
character to be differentiated from '-' in pkgname, and '_' in revision.
|
2010-05-04 01:20:34 +05:30
|
|
|
|
2010-05-04 20:34:36 +05:30
|
|
|
* xbps-bin(8): added a new target 'show-orphans' that list all package
|
|
|
|
orphans currently installed.
|
|
|
|
|
2010-05-04 01:20:34 +05:30
|
|
|
* Removed asciidoc build dependency, simply use the troff manpages.
|
|
|
|
|
2010-04-20 17:52:38 +05:30
|
|
|
xbps-0.5.0 (2010-05-01):
|
|
|
|
|
2010-04-29 03:16:59 +05:30
|
|
|
* xbps-repo(8): fixed the 'search' target to also match patterns against
|
2010-05-18 11:16:27 +05:30
|
|
|
its description, and not only from the package/version tuple.
|
2010-04-29 03:16:59 +05:30
|
|
|
|
2010-04-29 03:03:23 +05:30
|
|
|
* Cleaned up the code by using the LLVM's clang static analyzer, found
|
2010-04-29 03:28:55 +05:30
|
|
|
two possible NULL pointer dereferences in error branches and dead code.
|
2010-04-29 03:03:23 +05:30
|
|
|
|
2010-04-28 06:56:13 +05:30
|
|
|
* xbps-bin(8): added new flag '-p' for the 'remove' and 'autoremove'
|
|
|
|
targets, to also purge the package(s) after successful removal.
|
|
|
|
|
2010-04-27 21:34:02 +05:30
|
|
|
* xbps-repo(8): print a warning when registering a repository that has
|
|
|
|
been already added previously.
|
|
|
|
|
2010-04-20 17:52:38 +05:30
|
|
|
* Add proplib-0.4.1 source and use it in XBPS. This is to avoid
|
|
|
|
an external dependency, so that we depend on the features of the
|
|
|
|
internal library. This also means that proplib is not required anymore.
|
|
|
|
|
|
|
|
* Added support to read/write gzip compressed plists by default, thanks
|
|
|
|
to proplib-0.4 that gained new functionality.
|
|
|
|
|
2010-02-26 11:18:47 +05:30
|
|
|
xbps-0.4.1 (2010-02-28):
|
|
|
|
|
|
|
|
* xbps-bin(8): fixed the install target to work with package names containing
|
|
|
|
multiple '-', thus resulting in incorrect package name.
|
|
|
|
[ https://bugs.launchpad.net/bugs/528212 ]
|
|
|
|
|
|
|
|
* xbps-bin(8): fixed printing of incorrect message for packages containing
|
|
|
|
the 'preserve' object in its props dictionary.
|
|
|
|
[ https://bugs.launchpad.net/xbps/bugs/528216 ]
|
|
|
|
|
2010-01-24 22:29:40 +05:30
|
|
|
xbps-0.4 (2010-02-01):
|
2010-01-25 12:39:48 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps, xbps-bin(8), xbps-repo(8): redirect all warning and error
|
|
|
|
messages to stderr.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: changes xbps_yesno() and xbps_noyes() to only accept "yes" or "no"
|
|
|
|
(case insensitive) answers rather than 'y' or 'n', to avoid mistaken answers.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-repo(8): added support to the 'search' target to find exact matches,
|
|
|
|
i.e 'xbps-repo search bash'.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8) added support to the 'install', 'remove' and 'update'
|
|
|
|
targets to accept any arbitrary number of package names, i.e
|
|
|
|
"xbps-bin install foo blah baz".
|
|
|
|
See https://blueprints.launchpad.net/xbps/+spec/arbitrary-pkgname-args
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): added support to the 'install' and 'update' targets to
|
|
|
|
accept package patterns, i.e "xbps-bin install 'foo<=3.0'.
|
|
|
|
See https://blueprints.launchpad.net/xbps/+spec/install-pkg-by-pkgmatch
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: fixed some bugs while upgrading essential packages when new package
|
|
|
|
didn't have an INSTALL or REMOVE script and old package had them.
|
|
|
|
|
|
|
|
* libxbps: fixed some memleaks found by cppcheck and valgrind.
|
|
|
|
|
|
|
|
* Makefiles reworked to support parallel builds.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
|
|
|
* libxbps: many exported functions to the API are now internal and not
|
|
|
|
exported, because they were only used internally. The API is still not
|
|
|
|
finished and may be changed without notice.
|
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: be more strict finding required metadata plist files in binary
|
|
|
|
packages. Now the code checks for the two required plist files to be at
|
|
|
|
index <= 4 and doesn't write any entry to storage until they aren't found.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* Added doxygen documentation for the API, enabled with BUILD_API_DOCS.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* libxbps: synced libfetch code with NetBSD's pkgsrc, updated to 2.30.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): when downloading binary packages, it now sets default
|
|
|
|
libfetch cache connection limits, thus reusing connections to the same host.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-uhelper: the 'fetch' target now accepts an arbitrary number of
|
|
|
|
arguments, and sets default libfetch cache connection limits.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:38:50 +05:30
|
|
|
* xbps-bin(8): enable -f option for the 'purge' and 'remove' targets.
|
|
|
|
If set, files will be removed even if its hash doesn't match for the
|
|
|
|
'remove' target, and configuration files for the 'purge' target.
|
2010-01-24 22:29:40 +05:30
|
|
|
|
2010-01-28 20:51:08 +05:30
|
|
|
* libxbps: if updating a package, always overwrite files while unpacking;
|
|
|
|
compare old and new files to remove obsoletes if necessary. This makes
|
|
|
|
the "essential" object in package dictionary unnecessary, because all
|
|
|
|
packages are treated as they were essential.
|