-
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>