[Git][pacman/pacman][master] makepkg: Implement the verify function
Allan McRae pushed to branch master at Pacman / Pacman Commits: 331b277e by Morten Linderud at 2023-10-02T05:12:12+00:00 makepkg: Implement the verify function This patch implements a new verify function in makepkg. It allows us to do arbitrary authentication on sources before extraction. There are several new signing and validation methods being implemented and it would be hard to have `makepkg` implement support for things such as sequoia, cosign or minisign. This would allow us to distribute generic validation functions. Signed-off-by: Morten Linderud <morten@linderud.pw> - - - - - 4 changed files: - doc/PKGBUILD.5.asciidoc - doc/makepkg.8.asciidoc - scripts/libmakepkg/integrity.sh.in - scripts/makepkg.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/331b277eea9cf1be8928986d... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit/331b277eea9cf1be8928986d... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)