Skip to content
Snippets Groups Projects
  1. Mar 11, 2024
  2. Mar 10, 2024
    • Casey's avatar
      support merged /usr systems · f13b73df
      Casey authored
      Alpine does not currently follow the /usr merge standard, however it is
      possible to create a merged /usr Alpine system by adjusting apk to
      correctly rewrite symlinks and avoid installing symlinks where the link
      source and target end up in the same path on a /usr merged system.
      
      Implement special handling when unpacking packages to skip these now
      redundant symlinks, and adjust others to point to the correct paths.
      Unverified
      f13b73df
  3. Mar 09, 2024
  4. Mar 08, 2024
  5. Jan 14, 2024
  6. Nov 15, 2023
  7. May 10, 2023
  8. May 09, 2023
  9. May 03, 2023
  10. May 02, 2023
  11. Apr 26, 2023
    • Timo Teräs's avatar
      db: fix apk_db_foreach_matching_name to match all without args · 06fef8ad
      Timo Teräs authored
      This is a fixup to the backport commit 67f5a753:
        db, apps: sort display results based on package names
      
      This makes apk_db_foreach_matching_name() act consistently on
      between 2.14-stable and master. And updates the call sites where
      differing behaviour is needed, and fixes dot and other call sites
      to work again.
      
      fixes #10893
      06fef8ad
  12. Apr 17, 2023
  13. Apr 12, 2023
Loading