Download project files

How do I verify a download?


0.5.0 release from the head series released

Release information
Release notes:

xbps-0.5.0 (2010-05-01):

 * xbps-repo(8): fixed the 'search' target to also match patterns against
   its description, and not only from the package/version touple.

 * Cleaned up the code by using the LLVM's clang static analyzer, found
   two possible NULL pointer dereferences in error branches and dead code.

 * xbps-bin(8): added new flag '-p' for the 'remove' and 'autoremove'
   targets, to also purge the package(s) after successful removal.

 * xbps-repo(8): print a warning when registering a repository that has
   been already added previously.

 * 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/wri...

Changelog:

  297 Juan RP 2010-04-29 {0.5.0}
      Apply the commit from portableproplib's git master:

      commit b2975842aba26df9b9885ff56b2ff182eda06152
      Author: Juan RP <email address hidden>
      Date: Thu Apr 29 18:23:15 2010 +0200

          Remove some dead code found by the LLVM's clang static analyzer.

  296 Juan RP 2010-04-28
      NEWS: improve an entry.

  295 Juan RP 2010-04-28
      xbps-repo(8): fixed the 'search' target to also match patterns against
      its description, and not only from the package/version touple.

  294 Juan RP 2010-04-28
      NEWS: no more warnings now are reported by the LLVM's clang analyzer.

      All possible warnings are only from portableproplib and libfetch.

  293 Juan RP 2010-04-28
      libxbps: fixed all warnings found by clang.

  292 Juan RP 2010-04-28
      xbps-repo/index.c: fix warnings found by clang.

  291 Juan RP 2010-04-28
      xbps-bin/check.c: remove dead code, fix warnings found by clang.

  290 Juan RP 2010-04-28
      xbps-bin/install.c: remove unused vars, found by clang.

  289 Juan RP 2010-04-28
      xbps-bin/main.c: remove unused var found by clang analyzer.

  288 Juan RP 2010-04-28
      xbps-bin/install.c: fix a NULL pointer dereference in error path, found by
      the clang analyzer.

  287 Juan RP 2010-04-28
      Exclude portableproplib code when generating the API docs.

  286 Juan RP 2010-04-28
      LICENSE: remove C comments.

  285 Juan RP 2010-04-28
      xbps-bin(8): added -p flag to also purge packages for the 'remove'
      and 'autoremove' targets, after successful removal.

  284 Juan RP 2010-04-27
      NEWS: update for latest changes.

  283 Juan RP 2010-04-27
      xbps-repo: show a warning when a repository has been already added.

  282 Juan RP 2010-04-27
      xbps_repository_register(): if repository already exists return EEXIST.

      Bump XBPS_RELVER to 20100427.

  281 Juan RP 2010-04-24
      README: zlib is also required now.

  280 Juan RP 2010-04-21
      portableproplib can now be built with -Wextra and -Werror, but still needs
      -Wno-cast-qual and -Wno-unused-parameter.

  279 Juan RP 2010-04-21
      Add change from portableproplib's git master to fix a warning with -Wextra:

      commit 1296cfff2dd84a09f973bd446a75d5b92001506d
      Author: Juan RP <email address hidden>
      Date: Wed Apr 21 05:47:34 2010 +0200

          prop_object: add cast for -Wextra.

  278 Juan RP 2010-04-21
      Incorporate a commit from portableproplib's git master to fix two warnings:

      commit 72e03f757660ed295f81315d871e51abe22df9dd
      Author: Juan RP <email address hidden>
      Date: Wed Apr 21 05:07:53 2010 +0200

          Add a cast that fixes a warning in the new zlib code.

  277 Juan RP 2010-04-21
      xbps_read_dict_from_archive_entry: added support to uncompress plist files in archives.

  276 Juan RP 2010-04-20
      Bump XBPS_RELVER to 20100420 for compressed gzip plist files support.

  275 Juan RP 2010-04-20
      xbps-uhelper: remove unused debug code.

  274 Juan RP 2010-04-20
      Some changes that will appear in 0.5.0:

       * 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.

      That means that from now, XBPS will be able to write compressed gzip
      plist files for all metadata related work. This will vastly reduce
      bandwidth required for fetching remote repo's pkg index file and
      binary packages.

  273 Juan RP 2010-03-31
      Use pkg-config to find out the openssl/libarchive required static libs.

  272 Juan RP 2010-03-13
      lib/register.c: add some DPRINTFs.

File Description Downloads
download icon xbps-0.5.0.tar.gz (md5) 0.5.0 source release 109
last downloaded 48 weeks ago
Total downloads: 109

0.4.1 release from the head series released

Release information
Release notes:

This version contains two stability fixes for the 0.4 version:

 - A fix for xbps-bin(8) to not fail to parse packages containing multiple '-'
   chars on its name.
 - A fix for xbps-bin(8) while upgrading a package with the 'preserve' keyword
   to avoid reusing the same message for the next packages in the transaction.

Changelog:

 * 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 ]

File Description Downloads
download icon xbps-0.4.1.tar.gz (md5) 0.4.1 source release 28
last downloaded 4 days ago
Total downloads: 28

0.4 release from the head series released

Release information
Release notes:

 * libxbps, xbps-bin(8), xbps-repo(8): redirect all warning and error
   messages to stderr.

 * 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.

 * xbps-repo(8): added support to the 'search' target to find exact matches,
   i.e 'xbps-repo search bash'.

 * 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

 * 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/inst...

File Description Downloads
download icon xbps-0.4.tar.gz (md5) 0.4 source release 68
last downloaded 13 weeks ago
Total downloads: 68

0.3 release from the head series released

Release information
Release notes:

This version contains changes developped in almost 2 months. Some highlighted features include:

* Remote repositories support. HTTP/HTTPS/FTP repositories are supported.
* Improved required version matching.
   See https://blueprints.launchpad.net/xbps/+spec/improved-version-matching
   for more information.
* xbps-src code has been removed, and now it's not shipped anymore.
   xbps-src is available from the GIT repository at http://repo.or.cz/w/xbps.git
* Upgrades of essential packages have been improved, and now it will look for obsolete
   files between current and new version to be installed, thus removing obsolete files
   automagically.
* Added manual pages for xbps-bin(8) and xbps-repo(8) commands.
* xbps-repo(8):
   Added new targets: sync, show-deps, show-files.
   Improved th...

Changelog:

See the bzr commits between tags 0.2 and 0.3 to see the complete changelog.

File Description Downloads
download icon xbps-0.3.tar.gz (md5) Release 0.3 29
last downloaded 44 weeks ago
Total downloads: 29

0.2 release from the head series released

Release information
Release notes:

This version has major changes compared to previous version (0.1), the following is
a brief list for the most important changes:

* Added support to replace a package (or packages) providing the same functionality
   by some other new package. A build template can use the "replaces" variable that
   accepts a list of packages.

* The utilities now are also installed statically linked (with .static extension) to avoid
   some chicken-egg problems while building packages in the chroot.

* Fixed a serious bug when an indirect dependency couldn't be found in the repository
   pool, resulting in an endless loop.

* Fixed a serious bug that resulted in unpacked packages with wrong permissions.

* Fixed a bug where updating a package marked as "essential" wasn't removing its
   requiredby entr...

Changelog:

See above, or check out the repository for more detailed info.

File Description Downloads
download icon xbps-0.2.tar.gz (md5) xbps 0.2 source release tarball 820
last downloaded 7 weeks ago
Total downloads: 820

0.1 release from the 0.1 series released

Release information
Release notes:

This is the first stable release of XBPS publicly available.

To handle binary packages: xbps-bin.
To handle repository related stuff: xbps-repo.
To build packages from source: xbps-src and xbps-src.conf.

See the usage of those commands to know how to use them.

Changelog:

Changes made since 1.0rc2:

* Improved performance by a considerable margin for "xbps-bin reconfigure all" and "xbps-bin purge all"
   actions by checking pkg state from master dictionary.
* Other build related misc changes.

File Description Downloads
download icon xbps-0.1.tar.gz (md5) Release 0.1 215
last downloaded 8 days ago
Total downloads: 215

0.1rc2 release from the 0.1 series released

Release information
Release notes:

* After unpacking a package, fsync() is issued rather than fdatasync() to be safe.
* Fixed a bug when configuring a package that sometimes would fail.
* Shell scripts required by xbps-src have been included and removed from the GIT repository.

File Description Downloads
download icon xbps-0.1rc2.tar.gz (md5) Release 0.1rc2 26
last downloaded 44 weeks ago
Total downloads: 26

0.1rc1 release from the 0.1 series released

Release information
Release notes:

- Added support for installing to a DESTDIR.
- Added support to register a single binary package in a local repository.

File Description Downloads
download icon xbps-0.1rc1.tar.gz (md5) Release 0.1rc1. 33
last downloaded 44 weeks ago
Total downloads: 33