Commit Graph

  • 0fbab93383 xbps-query/search.c: simplify regex matching code. Juan RP 2014-05-26 08:36:33 +02:00
  • 1f0605810c xbps-query: added -S, --search-regex to match EREs against pkg props in repos. Juan RP 2014-05-25 11:03:31 +02:00
  • 1c26b2ef95 tests: new tests to verify pkg install order with real and virtual pkgs. Juan RP 2014-05-22 13:44:35 +02:00
  • 889e5d665e Improve 869466278b even more; it detects installs/updates correctly now. Juan RP 2014-05-22 12:19:35 +02:00
  • ac5aa94e58 lib/package_config_files.c: avoid many small heap allocs and simplify. Juan RP 2014-05-22 10:52:57 +02:00
  • e2b0de8859 tests/xbps/libxbps/shell/remove_test.sh: use -d arg to see what's going on. Juan RP 2014-05-22 10:49:17 +02:00
  • 0e7e2c0148 lib/package_remove.c: typo fix. Juan RP 2014-05-22 10:49:01 +02:00
  • 350852bf76 lib/package_remove.c: avoid many small heap allocs and simplify. Juan RP 2014-05-22 10:42:27 +02:00
  • 0f95cf4e46 lib/package_find_obsoletes.c: avoid many heap allocs and simplify. Juan RP 2014-05-22 10:41:31 +02:00
  • ea234f095f xbps_transaction_init: small memleaks found by valgrind. Juan RP 2014-05-22 10:41:07 +02:00
  • d94995eb5a Improve 869466278b for non virtual packages. Juan RP 2014-05-18 14:24:59 +02:00
  • cafbca06e7 Imported portableproplib-0.6.4. Juan RP 2014-05-17 20:25:14 +02:00
  • a3f2898ea6 Explicitly set errno to ENOENT when a pkg hasn't been found in array/dictionaries. Juan RP 2014-05-17 12:36:02 +02:00
  • db0b69b397 tests/xbps/libxbps/config: fix clang warning: strncat() needs an additional byte for NUL. Juan RP 2014-05-16 09:51:58 +02:00
  • 6b83ec7039 xbps-create: initialize two vars to make gcc-4.9 with -fstack-protector-strong happy. Juan RP 2014-05-16 09:47:35 +02:00
  • 869466278b Fixed a new issue with virtual packages, as reported by Gottox. Juan RP 2014-05-15 22:07:10 +02:00
  • ae70e2c7f4 xbps-uchroot: fixed clang warnings. Juan RP 2014-05-15 17:05:11 +02:00
  • f7d1ed6ae3 lib/initend.c: fix clang warning; no need to initialize partially glob_t. Juan RP 2014-05-15 17:00:29 +02:00
  • ccc5a29a27 xbps-pkgdb/check_pkg_symlinks: avoid many small allocations and fix a small memleak. Juan RP 2014-05-13 22:54:43 +02:00
  • 5879d57c8e Misc tweaks to authors/copyright. Juan RP 2014-05-13 12:22:12 +02:00
  • 7a4e6862cd tests: recurse into the new config tests. Juan RP 2014-05-13 12:14:34 +02:00
  • 8920149a06 Merge pull request #38 from Gottox/master Juan RP 2014-05-13 12:03:27 +02:00
  • 7485659687 libxbps: use strlcpy instead of strncpy Enno Boland 2014-05-13 11:57:51 +02:00
  • 99154d5252 Merge pull request #37 from Gottox/master Juan RP 2014-05-13 11:49:40 +02:00
  • f369c24e90 tests: use right name in copyright. Enno Boland 2014-05-13 11:47:57 +02:00
  • 93e6aada54 tests: remove unneccassary test script Enno Boland 2014-05-13 11:46:47 +02:00
  • 295cfcea76 libxbps: insert space after conditionals Enno Boland 2014-05-13 11:44:49 +02:00
  • f4c0ecdcbf using config_ prefix instead of xbps_conf_ for tests Enno Boland 2014-05-13 11:41:40 +02:00
  • 152ec0354f libxbps: file including in xbps.conf supports relative paths. Enno Boland 2014-05-13 11:37:09 +02:00
  • 4070255529 pkgdb: added "repository-origin" obj to know its origin repository. Juan RP 2014-05-11 10:03:17 +02:00
  • 26c1e80933 xbps-remove(8): -n,--dry-run option does not need pkgdb write perms anymore. Juan RP 2014-05-06 16:25:52 +02:00
  • bbae14f187 xbps-remove(8): -O,--clean-cache is now multithreaded. Juan RP 2014-05-06 12:17:18 +02:00
  • 6c8a073fb2 tests: new test for xbps-query(8) -Rf when binpkg is not available. Juan RP 2014-05-06 11:16:00 +02:00
  • 1e273bf575 lib/initend.c: move prototype to the correct place. Juan RP 2014-05-06 10:21:44 +02:00
  • c119c5e0bb NEWS: mention recent change made by Gottox. Juan RP 2014-05-06 09:29:29 +02:00
  • 42a569b05c lib/initend.c: add Enno Boland to copyright. Juan RP 2014-05-06 09:29:26 +02:00
  • a71b10ed70 Merge pull request #36 from Gottox/master Juan RP 2014-05-06 02:01:30 +02:00
  • e5d64d6319 lib/initend.c: include now supports file globbing. Enno Boland 2014-05-05 23:10:18 +02:00
  • 35de44fcbd xbps-query(8): fix a segfault with -Rf if pkg is in repodata but not its binpkg. Juan RP 2014-05-02 17:23:53 +02:00
  • 89dd57e421 Post release bump. Juan RP 2014-05-02 17:20:36 +02:00
  • 5c8ccf4abb NEWS: prepare 0.36. Juan RP 2014-04-21 11:43:53 +02:00
  • bbc737a3ee xbps-uhelper: apply some indentation to usage(). Juan RP 2014-04-21 11:03:18 +02:00
  • 43090cef2a Xref xbps-uchroot(8) Juan RP 2014-04-21 10:58:09 +02:00
  • c992db2bc0 New test cases to detect pkgs with dependencies on itself. Juan RP 2014-04-20 18:19:12 +02:00
  • 96778da60c libxbps: detect and fix pkgs that depend on itself. Juan RP 2014-04-20 18:17:23 +02:00
  • bb491e2667 libxbps: detect and ignore incorrect deps of a pkg if those are virtual pkgs. Juan RP 2014-04-20 16:54:50 +02:00
  • 119d059c9b bin/xbps-rindex/index-add.c: fix a mistake in previous cleanups. Juan RP 2014-04-20 10:36:17 +02:00
  • dacbb2f22f Fixed some warnings reported by clang. Juan RP 2014-04-20 10:02:54 +02:00
  • ada3483acc lib/repo.c: fix two memleaks in error paths found by clang. Juan RP 2014-04-19 16:07:29 +02:00
  • 4bc6ba2b1c lib/package_configure.c: fix use-after-free reported by clang. Juan RP 2014-04-19 15:49:02 +02:00
  • 5c3c192d16 xbps-uchroot(8): now with a manual page. Juan RP 2014-04-18 09:45:25 +02:00
  • 18880de420 doc/xbps_pkg_props_dictionary.dot: sync with reality. Juan RP 2014-04-18 09:19:40 +02:00
  • 1d74c1c144 xbps-install(8): -n,--dry-run option does not need pkgdb write perms anymore. Juan RP 2014-04-18 09:06:53 +02:00
  • 1fb3c501ed xbps-{install,query}.8: clarify package expression matching. Juan RP 2014-04-18 08:53:14 +02:00
  • 20fcf3ad0a xbps-install: sync usage() with reality. Juan RP 2014-04-17 11:39:47 +02:00
  • f3274fd13a xbps-query: sync usage() with reality. Juan RP 2014-04-17 11:39:36 +02:00
  • 5d0ffd8f03 xbps-checkvers: added -d,--debug and -R,--repository=url options. Juan RP 2014-04-17 10:31:00 +02:00
  • c2c149bd29 xbps-checkvers: use --longopt=FOO in usage(). Juan RP 2014-04-17 10:03:33 +02:00
  • 40f7b1fa2e AUTHORS: xbps-repo-checkvers -> xbps-checkvers. Juan RP 2014-04-17 10:01:35 +02:00
  • ed70fe5009 xbps-query(8): fix a segfault with '-vL' for local unsigned repositories. Juan RP 2014-04-13 12:24:26 +02:00
  • b71bda2ba4 xbps-create(8): new option (--compression) to set compression format. Juan RP 2014-04-11 14:16:58 +02:00
  • 0c3638231c xbps-checkvers: use --distdir option as it is in the original implementation. Juan RP 2014-04-07 14:11:47 +02:00
  • 8244f57320 bin/*: update manpages with Xref xbps-checkvers(8). Juan RP 2014-04-07 12:22:55 +02:00
  • 1800aa3434 xbps-checkvers: added a manpage. Juan RP 2014-04-07 12:20:09 +02:00
  • e559b9ef9e xbps-checkvers: added -V --version flag; update copyright. Juan RP 2014-04-07 12:18:20 +02:00
  • 806bcdfe54 xbps-checkvers: make usage() follow xbps style. Juan RP 2014-04-07 10:53:32 +02:00
  • 1ff1fc90cb Renamed xbps-repo-checkvers -> xbps-checkvers. Juan RP 2014-04-07 10:45:25 +02:00
  • f270e6a025 xbps-repo-checkvers: added support to check for outdated pkgs in a rootdir. Juan RP 2014-04-07 10:39:12 +02:00
  • 0b177029d2 Bump to 0.36. Juan RP 2014-04-06 12:23:33 +02:00
  • a5da20ba2c Update COPYING and add AUTHORS. Juan RP 2014-04-06 12:23:11 +02:00
  • eb1f1d197d Merge xbps-repo-checkvers from https://github.com/xdave/xbps-src-utils Juan RP 2014-04-06 12:21:24 +02:00
  • eeb12a8c9d NEWS: prepare 0.35. Juan RP 2014-04-01 10:50:14 +02:00
  • 9ace61225d xbps-uchroot: new utility merged from xbps-src, must have appropiate permissions to work. Juan RP 2014-04-01 10:26:22 +02:00
  • ace01dca85 Version bump to 0.35. Juan RP 2014-03-31 12:59:05 +02:00
  • ee9479cc57 xbps-rindex: --sign bugfix to avoid garbage in the PEM RSA public key buffer. Juan RP 2014-03-31 12:00:08 +02:00
  • 4530c79bb2 Make sure that root symlinks in void are never removed or detected as obsoletes. Juan RP 2014-03-31 10:16:18 +02:00
  • ab0f928cca NEWS: prepare 0.34. Juan RP 2014-03-26 09:32:43 +01:00
  • 981bff38cf xbps-query.8: sync with reality. Juan RP 2014-03-21 14:15:25 +01:00
  • cb66092fbc xbps-query: added support for -p/--property argument in search mode. Juan RP 2014-03-21 13:19:40 +01:00
  • f2868856ee xbps-query: in local mode print all objs from pkgdb. Juan RP 2014-03-21 11:14:16 +01:00
  • f60501c3f9 COPYING: sync with reality. Juan RP 2014-03-21 09:41:07 +01:00
  • 9eebead5d7 xbps-query: print the 'hold' object on installed packages. Juan RP 2014-03-21 09:33:18 +01:00
  • d0a9bbb912 Fix #34 (make libfetch always add "Accept: */*" in the HTTP header). Juan RP 2014-03-18 14:08:40 +01:00
  • d01d2edf5b Optimize most common path when resolving package dependencies. Juan RP 2014-03-16 18:08:59 +01:00
  • 4b20a6b512 NEWS: mention recent changes. Juan RP 2014-03-16 18:05:42 +01:00
  • cbbdc4c8bc xbps_configure_pkg: try to use pkgname if possible to configure a pkg. Juan RP 2014-03-13 21:28:31 +01:00
  • 56786ed315 xbps_remove_pkg: misc debugging tweaks. Juan RP 2014-03-13 21:07:44 +01:00
  • 67b5ba0dc3 xbps_transaction_commit: add some more debugging. Juan RP 2014-03-13 20:49:54 +01:00
  • 62888d3103 xbps_transaction_commit: add some debugging in error paths. Juan RP 2014-03-13 20:35:26 +01:00
  • ef3b6278a6 Added support to pass native machine architecture to pkg scripts (6th arg). Juan RP 2014-03-12 10:16:37 +01:00
  • 7606691af3 Post-release bump to 0.34. Juan RP 2014-03-11 13:11:41 +01:00
  • 8dbdf77cee NEWS: prepare 0.33. Juan RP 2014-03-11 10:19:25 +01:00
  • 51bdbe41ac lib/initend.c: ignore -Wformat-nonliteral with clang. Juan RP 2014-03-11 09:28:50 +01:00
  • 878d2bf7e2 xbps-dgraph: only set rootdir it was set (fix #33). Juan RP 2014-03-10 10:20:04 +01:00
  • 2bb915c9d5 xbps-uhelper: update usage() for fetch and add Gottox to copyright. Juan RP 2014-03-04 15:08:14 +01:00
  • ed4a33e4d0 xbps_pkgdb_init: initialize xhp->pkgdb_plist if it wasn't before. Juan RP 2014-03-04 14:59:58 +01:00
  • 0416b067d0 Use a POSIX lock for pkgdb and only issue pkgdb writes in exact points. Juan RP 2014-03-04 14:37:10 +01:00
  • 6335573180 NEWS: mention recent change to xbps-uhelper fetch by Gottox. Juan RP 2014-03-04 14:35:05 +01:00
  • 01dfc5b0ac Merge pull request #32 from Gottox/master Juan RP 2014-03-04 14:29:56 +01:00
  • 8cdd242f85 xbps-uhelper fetch supports user defined output file Enno Boland 2014-03-04 14:22:02 +01:00