Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Nov 21, 2016
  3. Oct 25, 2016
  4. Aug 23, 2016
    • Timo Teräs's avatar
      pkg: reset umask for package scripts · 0545fa0d
      Timo Teräs authored
      It is unreasonable to assume that all package writers would except
      to reset umask themselves. It's done currently in most packages,
      but we had first issue of this kind recently, so better just reset
      umask.
      0545fa0d
  5. Jul 22, 2016
  6. Jul 08, 2016
  7. Jul 06, 2016
  8. Jun 13, 2016
  9. May 31, 2016
  10. May 27, 2016
  11. Apr 19, 2016
  12. Apr 03, 2016
  13. Feb 16, 2016
  14. Feb 09, 2016
  15. Dec 10, 2015
  16. Dec 07, 2015
  17. Nov 12, 2015
  18. Nov 09, 2015
    • Timo Teräs's avatar
      io, database: preserve [am]time for cached and fetched files · cce4cff5
      Timo Teräs authored
      preserve [am]time for all packages and indexes. this fixes the caching
      error that 'apk update' is after new index is generated, but before
      the used mirror is synchronized. this caused local apkindex timestamp
      to be newer than file in mirror, when in fact it was outdated index.
      
      this also fixes fetched files to have build timestamp so that files
      going to .iso or custom images have proper timestamps (rsync with
      appropriate --modify-window now works)
      cce4cff5
    • Timo Teräs's avatar
      search: match packages only once · 7501f601
      Timo Teräs authored
      fixes #4770
      
      apk_name_foreach_matching() can matches each package via it's
      main name and all it's provides. Print matched packages only once.
      7501f601
  19. Oct 08, 2015
  20. Sep 11, 2015
  21. Sep 03, 2015
  22. Jul 03, 2015
  23. Jul 02, 2015
    • Timo Teräs's avatar
      relocate lock file to /lib/apk/db · 57de8d0c
      Timo Teräs authored
      the problem is that var/lock is on root installs symlink to /run/lock
      (on tmpfs) and does not exist if doing chroot() to that root. fixes
      apk to work when chrooted to existing rootfs install.
      57de8d0c
  24. Jun 26, 2015
  25. Jun 12, 2015
Loading