Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 06, 2017
  3. Feb 28, 2017
  4. Feb 27, 2017
  5. Feb 16, 2017
  6. Feb 15, 2017
  7. Jan 17, 2017
    • Breno Leitao's avatar
      Add ppc64le entry in apk defines. · 28a9dcda
      Breno Leitao authored
      Currently apk only knows about powerpc and ppc64. I am adding support for ppc64le.
      ppc64le is the based on the ABI v2, which defines the endianess as little,
      while ppc64 is based on the first 64-bits ABI.
      28a9dcda
  8. Jan 05, 2017
  9. Nov 21, 2016
  10. Oct 25, 2016
  11. 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
  12. Jul 22, 2016
  13. Jul 08, 2016
  14. Jul 06, 2016
  15. Jun 13, 2016
  16. May 31, 2016
  17. May 27, 2016
  18. Apr 19, 2016
  19. Apr 03, 2016
  20. Feb 16, 2016
  21. Feb 09, 2016
  22. Dec 10, 2015
  23. Dec 07, 2015
  24. Nov 12, 2015
  25. 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
Loading