Allan McRae pushed to branch master at Pacman / Pacman
Commits: e7806a43 by Allan McRae at 2022-12-04T20:11:43+10:00 pacman.conf.in: adjust example custom repo path for consistency
The example makepkg.conf.in suggests using "PKGDEST=/home/packages". It makes sense to use the same path for the custom repo example in pacman.conf.in.
Fixes FS#48497.
Signed-off-by: Allan McRae <allan@archlinux.org>
- - - - - 4f43ce3e by Allan McRae at 2022-12-04T20:14:32+10:00 repo-add: use parseopts from libmakepkg
Signed-off-by: Allan McRae <allan@archlinux.org>
- - - - - 310bf878 by Allan McRae at 2022-12-04T20:15:33+10:00 repo-add: do not add md5sums to the repo dbs
Keeping md5sums in the repo databases no longer serves a real purpose. md5sums are no longer considered secure, and we already have sha256sums in the repos (along with PGP verification).
Signed-off-by: Allan McRae <allan@archlinux.org>
- - - - - 1327ce7b by Allan McRae at 2022-12-04T20:15:33+10:00 makepkg: remove md5sums from generated mtree file
md5sums are cryptographically broken and we supply sha256sums to verify files on a users system have not been modified from the packaged version.
Signed-off-by: Allan McRae <allan@archlinux.org>
- - - - -
3 changed files:
- etc/pacman.conf.in - scripts/makepkg.sh.in - scripts/repo-add.sh.in
View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/23aa82812e6831313e3490f...
pacman-dev@lists.archlinux.org