Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
    • A. Wilcox's avatar
      libfetch: support OpenSSL · 36f5cf8e
      A. Wilcox authored
      TLS_client_method is a LibreSSL extension.
      SSLv23_client_method is generic, and doesn't mean SSL v2/v3 only.
      36f5cf8e
  2. Jan 29, 2018
  3. Jan 28, 2018
    • Ariadne Conill's avatar
      list: new applet · fff8bfa5
      Ariadne Conill authored
      The list applet provides a convenient way of inspecting both the available
      and installed package databases by listing their contents.  In some ways,
      it is similar to `apk search` but is considered to be a superset of
      `apk search` functionality.
      
      A few `apk list` criterion are not yet ready though, such as `apk list --depends`
      which searches by runtime dependency (replacing `apk info --rdepends`).
      fff8bfa5
  4. Jan 09, 2018
  5. Jan 08, 2018
  6. Jan 04, 2018
    • Timo Teräs's avatar
      d0a25d67
    • Timo Teräs's avatar
      enable automatic update of indexes controlled by --cache-max-age · 8a28c6d0
      Timo Teräs authored
      This modifies apk cache for indexes to be automatically refreshed
      periodically without explicit 'update' or '--update-cache' usage.
      
      The default is to do if-modified-since request if the local copy
      is older than 4 hours. This age can be changed with --cache-max-age.
      Using --update-cache will change this age to 60 seconds to make
      sure the cached copy is relatively new. The small age is in order
      to try to avoid downloading indexes second time when apk-tools is
      upgraded and apk re-execs after self-upgrade.
      
      Accordingly using explicitly 'apk update' will now enforce
      --force-refresh and request the very latest index by requesting
      any potential http proxy to do refresh too.
      8a28c6d0
  7. Jan 03, 2018
  8. Jan 02, 2018
  9. Dec 30, 2017
  10. Dec 15, 2017
  11. Dec 12, 2017
    • Timo Teräs's avatar
      solver: fix potential install_if processing failure, fixes #8237 · 8e7fd3e0
      Timo Teräs authored
      In discovery phase, there was logic to not process packages
      multiple times. However, that logic failed to account the package's
      depth and install_if state for the name being processed. This
      caused install_if processing failure in certain topologies of the
      dependency graph. Adds also a test case that should catch this
      issue reliably.
      8e7fd3e0
  12. Dec 11, 2017
  13. Nov 28, 2017
  14. Nov 02, 2017
  15. Oct 27, 2017
Loading