Commit Graph

  • bbf113c492
    README.md: add LGTM project badges Juan RP 2020-02-08 13:39:43 +0100
  • 66bea965dc
    xbps_register_pkg: switch to localtime_r(3). Juan RP 2020-02-08 13:34:57 +0100
  • 7d934c9290
    xbps-create: fix two issues detected by lgtm Juan RP 2020-02-07 17:16:47 +0100
  • 6ff9422134
    configure: bump to 0.59 Juan RP 2020-02-07 10:11:11 +0100
  • 397f2b86e1
    tests: new alternatives test case by @CameronNemo. Juan RP 2020-02-07 09:55:36 +0100
  • 732a0e6bdf
    alternatives: fixed replace_alternative_with_symlink test case. Juan RP 2020-02-07 09:43:47 +0100
  • 94b56d7539
    alternatives: do not remove symlinks if provider != target pkg. Juan RP 2020-02-07 09:16:57 +0100
  • 86ce5a2084
    tests: new test case for alternatives by @st3r4g. Juan RP 2020-02-07 07:51:01 +0100
  • 8d2aaff3e1
    mk/prog.mk: fix warning with clang; use PROG_CFLAGS. Juan RP 2020-02-06 09:48:43 +0100
  • 4c22511d17
    configure: simplify Juan RP 2020-02-06 09:48:30 +0100
  • 3a0ca77264
    xbps-uchroot: stop remounting / unnecessarily. Juan RP 2020-02-06 08:50:12 +0100
  • f6a6385b42
    xbps-uchroot: make sure to cleanup tempdir with overlayfs. Juan RP 2020-02-04 13:17:26 +0100
  • adebbf71e2
    tests: add 3 new test cases for obsolete files with alternatives Duncan Overbruck 2020-02-03 15:33:55 +0100
  • 749bdabc83
    tests/alternatives: set atf_expect_fail for unfixed issue. Juan RP 2020-02-03 09:58:57 +0100
  • 354d45fca1 add test which replaces an alternative group with a symlink Johannes Brechtmann 2019-11-24 02:29:49 +0100
  • 5b43614e80
    libxbps: fixed regression introduced in 0.58. Juan RP 2020-02-03 09:19:54 +0100
  • 2612cb9bbe
    Makefile: add target deps Juan RP 2020-02-03 08:14:10 +0100
  • 8637269b38
    lib/transaction_revdeps.c: fix provides/replaces #218 Duncan Overbruck 2020-01-31 16:32:38 +0100
  • 8698735939
    tests: add testcase for libglnvd replaces/provides from issue #218 Duncan Overbruck 2020-01-31 16:28:37 +0100
  • d86e8dde47
    NEWS: correct date for 0.58. Juan RP 2020-01-30 17:51:57 +0100
  • 9b476bf081
    NEWS: 0.58: mention Mohamad Barbar. Juan RP 2020-01-30 09:52:23 +0100
  • 96be14937b
    NEWS: 17 new test cases since 0.57.1; list contributors. Juan RP 2020-01-30 09:51:02 +0100
  • 1fce2f7c1d
    NEWS: prepare for 0.58 (v2). Juan RP 2020-01-30 09:37:36 +0100
  • ecc8e41dd6
    NEWS: document 0.57.1; prepare for 0.58. Juan RP 2020-01-30 09:12:34 +0100
  • 4a06cb41b1 bin/xbps-checkvers: mistake in manpage Piotr Wójcik 2020-01-27 21:38:30 +0100
  • 57675c7dfc
    lib/fetch: fix CVE-2020-7450 Duncan Overbruck 2020-01-28 20:03:56 +0100
  • 40dd4deb4d
    unpack: really skip current data on archive with noextract. Juan RP 2020-01-26 10:35:40 +0100
  • 8a0c3032b7
    xbps_find_pkg_orphans: improvements. Juan RP 2020-01-26 07:40:25 +0100
  • ead62bdc7c
    xbps_remove_pkg: make sure pkgver is valid before use. Juan RP 2020-01-25 13:58:00 +0100
  • 6e6a9294a7
    xbps-install: fix for -D foo (anything else than xbps). Juan RP 2020-01-25 13:44:46 +0100
  • 2d3ed8db19 bin/xbps-checkvers: align help text with spaces Piotr Wójcik 2020-01-18 18:48:07 +0100
  • cd0f81d68c bin/xbps-checkvers: list removed templates Piotr Wójcik 2020-01-18 18:48:07 +0100
  • bda4452016
    xbps-install: improved -D,--download-only support. Juan RP 2020-01-25 13:05:46 +0100
  • ed5e481e77
    xbps_transaction_package_replace: fix condition Juan RP 2020-01-25 11:21:37 +0100
  • a29f4709d0
    xbps_transaction_package_replace: ignore pkgs on hold. Juan RP 2020-01-25 11:19:54 +0100
  • 31a8dd15d0
    xbps_transaction_revdeps: simplify Juan RP 2020-01-25 11:09:03 +0100
  • c6e0af44e8 xbps_transaction_shlibs: better interaction with on hold pkgs. Juan RP 2020-01-25 10:17:37 +0100
  • 26b7864973 tests/hold: update hold_shlibs test case with exp behaviour. Juan RP 2020-01-25 10:15:35 +0100
  • 76f8ca595b tests: rename downgrade_hold_test.sh to hold_test.sh. Juan RP 2020-01-25 09:53:17 +0100
  • c98d732d9c
    bin/xbps-fetch: add a mode that prints sha256sums of downloaded files Duncan Overbruck 2020-01-18 16:36:12 +0100
  • 013177cec3
    lib/download.c: fix digest for continued downloads Duncan Overbruck 2020-01-18 16:33:58 +0100
  • 7493b06cbb
    NEWS: add noextract Duncan Overbruck 2020-01-18 15:55:53 +0100
  • 6794077efd
    Add noextract configuration option Duncan Overbruck 2020-01-18 14:49:59 +0100
  • ef9260a16e
    libxbps: fix for vpkg providers in multiple repos. Juan RP 2020-01-18 12:50:59 +0100
  • 5ff3ab5c60
    transaction_revdeps: do not skip pkgs that are being updated. Juan RP 2020-01-18 08:58:54 +0100
  • 7ff9041f2a
    tests: improved tests case for #205. Juan RP 2020-01-12 05:03:54 +0100
  • cb5b80711c
    tests/install_test.sh: new test case by @duncaen via #205. Juan RP 2020-01-11 15:25:16 +0100
  • feece576b3
    xbps_dbg_printf{,_append}: return if xhp is NULL. Juan RP 2020-01-11 09:48:38 +0100
  • 6cf1555398 Revert "libxbps: verify repodata signatures even if rootdir is unset." Piotr Wójcik 2020-01-06 15:22:36 +0100
  • 615b6ce7e9
    xbps_repo_fetch_remote: use XBPS_REPOIDX_META. Juan RP 2020-01-06 15:09:16 +0100
  • 0abfe44954
    xbps.h: XBPS_REPOIDX_SIG is gone Juan RP 2020-01-06 15:02:25 +0100
  • 850ba2d416
    Revert the repodata signature stuff. Juan RP 2020-01-06 14:56:01 +0100
  • 4ddb335c8e
    Revert "Tests for signing metadata" Juan RP 2020-01-06 14:52:39 +0100
  • 79321f3ff0
    Revert "Verify index-meta for in-memory sync" Juan RP 2020-01-06 14:52:06 +0100
  • e04cb2fa24
    Revert "Read also unsigned index-meta" Juan RP 2020-01-06 14:50:32 +0100
  • 8b2c62adfc
    Revert "Verify index-meta" Juan RP 2020-01-06 14:48:39 +0100
  • 10b2f7b425
    Revert "Preserve meta-index data on change of signing key" Juan RP 2020-01-06 14:46:12 +0100
  • 2884fc3ab7
    Revert "Don't assume repodata is signed when has index-meta.plist" Juan RP 2020-01-06 14:45:57 +0100
  • 68113a8fc0
    Revert "Sign index-meta" Juan RP 2020-01-06 14:44:22 +0100
  • 5f1f87eeb8
    Revert "Use predefined constant in place of magic string" Juan RP 2020-01-06 14:34:22 +0100
  • d2208f91e0
    Revert "Verify repodata signature" Juan RP 2020-01-06 14:33:49 +0100
  • b4fdc39e67
    Revert "Sign repodata" Juan RP 2020-01-06 14:31:40 +0100
  • 9c61e341b1
    configure: added --enable-lto (default disabled). Juan RP 2020-01-06 12:47:50 +0100
  • d5e91cb7d8
    xbps_transaction_store: fix memleak. Juan RP 2020-01-06 12:47:13 +0100
  • 802a6eae09
    xbps_dbg_printf{,_append}: add assertion Juan RP 2020-01-06 12:10:47 +0100
  • 9be9679b5d
    configure: re-add --enable-debug (enabled by default). Juan RP 2020-01-06 12:09:28 +0100
  • fabe148261
    LICENSE: hi 2020 Juan RP 2020-01-05 10:56:19 +0100
  • e2050269b0
    .travis.yml: switch to pkgconf Juan RP 2020-01-05 09:58:25 +0100
  • 1f1f7e31e7
    tests: improve update_xbps_with_indirect_revdeps test case. Juan RP 2020-01-05 09:26:38 +0100
  • 10075c28e5
    libxbps: ignore indirect broken revdeps while updating xbps. Juan RP 2020-01-04 13:01:28 +0100
  • d68ff7ebf0
    xbps-install: fix --reproducable. Juan RP 2019-12-29 16:31:23 +0100
  • 2c7c4e1bf0
    tests/xbps-create: fix the rejectfifo test. Juan RP 2019-12-29 16:24:33 +0100
  • b05f4b4db5 xbps-install: added --reproducible long option. Juan RP 2019-12-29 10:38:55 +0100
  • 95a3ba651f libxbps: added XBPS_FLAG_INSTALL_REPRO for xbps_handle::flags. Juan RP 2019-12-29 10:37:17 +0100
  • d1c93bed52
    xbps-rindex: stop adding the "build-date" pkg obj. Juan RP 2019-12-29 09:57:54 +0100
  • 2e08cbef7a
    tests: fixed tests to not use host's xbps.d confdir. Juan RP 2019-12-28 13:42:30 +0100
  • 34471902ed
    README.md: update requirements; prefer pkgconf. Juan RP 2019-12-28 11:55:11 +0100
  • 6210955010 xbps-create: fix memleak introduced in 0f3ed2067c Juan RP 2019-12-27 23:09:24 +0100
  • 67707657a4 xbps-create: always sanitize gathered symlinks. Juan RP 2019-12-27 23:05:07 +0100
  • 166caab986 Do not silently update xbps on any install/update transaction. Juan RP 2019-12-27 14:33:53 +0100
  • c81a2806ff xbps_transaction_prepare: optimize a bit. Juan RP 2019-12-27 21:11:29 +0100
  • 73e0668840 libxbps: fix issue found by the recent glvnd switch. Juan RP 2019-12-27 20:19:25 +0100
  • 34a1ab51d0
    xbps-checkvers: version cache file. Juan RP 2019-12-27 18:23:46 +0100
  • 64aeabf3f6
    xbps-checkvers: restore previous behaviour after 7a220b37db. Juan RP 2019-12-27 18:04:53 +0100
  • 90c040f37f
    configure: bump version to 0.58. Juan RP 2019-12-27 16:35:03 +0100
  • 2f51b4c0bc xbps_init: fix warning on glibc. Juan RP 2019-12-27 16:19:37 +0100
  • 7f75fd840a xbps_init: autodetect musl libc variant at compile time. Juan RP 2019-12-27 16:14:07 +0100
  • 66b07bb795
    xbps_array_foreach_cb_multi: fix previous. Juan RP 2019-12-27 16:22:40 +0100
  • f5d93caf15
    xbps_array_foreach_cb_multi: improve previous (v2). Juan RP 2019-12-27 15:47:43 +0100
  • a3a1c372cb
    xbps_array_foreach_cb_multi: improve previous. Juan RP 2019-12-27 15:19:22 +0100
  • 08a1c61a4d
    xbps_array_foreach_cb_multi: error out if pthread_create(3) fails. Juan RP 2019-12-27 14:27:51 +0100
  • 7a220b37db xbps-checkvers: use binpkg's pkgname rather than srcpkgs. Juan RP 2019-12-27 12:18:30 +0100
  • 0e1482917a
    Fix maybe-uninitialized warnings detected by LTO. Juan RP 2019-12-27 10:53:10 +0100
  • 9775a20dbc
    configure: use pkg-config found via PATH. Juan RP 2019-12-26 15:29:03 +0100
  • 66b856fa77 xbps-install: don't prompt when all pkgs on hold. Mohamad Barbar 2019-12-10 21:26:26 +1100
  • 26d853751e lib/util.c: relax revision check to match existing data Piotr Wójcik 2019-12-14 11:43:29 +0100
  • be05118aa8
    libxbps: verify repodata signatures even if rootdir is unset. Juan RP 2019-11-24 12:52:50 +0100
  • 36a7ddd4ae xbps-uchroot: document end of options argument Doan Tran Cong Danh 2019-11-05 22:30:39 +0700
  • be06a3b578 xbps-uunshare: document end of options argument Doan Tran Cong Danh 2019-11-05 22:30:39 +0700
  • f723edbca1
    trans/revdeps: ignore pkgs on hold. Juan RP 2019-11-24 11:44:21 +0100