Skip to content
Snippets Groups Projects
  1. May 31, 2018
  2. May 29, 2018
  3. May 16, 2018
  4. May 13, 2018
  5. May 12, 2018
  6. Mar 24, 2018
    • Eli Schwartz's avatar
      makechrootpkg: fix verifysource with pacman-git · 40f0179a
      Eli Schwartz authored and Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski committed
      
      In pacman-git commit d8717a6a9666ec80c8645d190d6f9c7ab73084ac makepkg
      started checking that the setuid/setgid bit could be removed on the
      $BUILDDIR in order to prevent this propagating to the packages
      themselves.  Unfortunately, this requires the temporary builddir used
      during the --verifysource stage of makepkg, to be owned by $makepkg_user
      which was not the case as it is created as root using mktemp (and given
      world rwx in addition to the restricted deletion bit.)
      
      Obviously makepkg cannot chmod a directory that it does not own. Fix
      this by making $makepkg_user the owner of that directory, as should have
      been the case all along.
      
      (Giving world rwx is illogical on general principle. The fact that this
      is a workaround for makepkg demanding these directories be writable even
      when they are not going to be used for the makepkg options in question,
      is not justification for being careless.)
      
      Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
      40f0179a
    • Emiel Wiedijk's avatar
      makechrootpkg: respect GNUPGHOME · ffb5003f
      Emiel Wiedijk authored and Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski committed
      
      Previously, makechrootpkg hardcoded ~/.gnupg. Therefore, if a user
      uses a custom GPG home directory, the siganture checking would fail.
      Now makechrootpkg uses $GNUPGHOME, with a fallback to ~/.gnupg.
      
      Signed-off-by: default avatarEmiel Wiedijk <me@aimileus.nl>
      ffb5003f
    • Bartłomiej Piotrowski's avatar
      Remove corepkg symlink · ab3368f0
      Bartłomiej Piotrowski authored
      While still possible with 'commitpkg core', there is a chance it will
      prevent accidental pushes straight to [core].
      ab3368f0
  7. Jan 21, 2018
  8. Dec 27, 2017
  9. Nov 22, 2017
  10. Nov 08, 2017
  11. Oct 30, 2017
  12. Sep 14, 2017
  13. Sep 12, 2017
  14. Sep 11, 2017
  15. Aug 24, 2017
  16. Aug 12, 2017
  17. Jul 13, 2017
  18. Jul 05, 2017
Loading