sysutils/pacman: update to 7.0.0

Changelog: https://gitlab.archlinux.org/pacman/pacman/-/blob/v7.0.0/NEWS
This commit is contained in:
Charlie Li 2025-05-07 13:15:05 -04:00
parent dc04b0fc40
commit a2cd16adc8
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
4 changed files with 7 additions and 17 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pacman
DISTVERSION= 6.1.0
DISTVERSION= 7.0.0
CATEGORIES= sysutils
MASTER_SITES= https://gitlab.archlinux.org/${PORTNAME}/${PORTNAME}/-/releases/v${DISTVERSION}/downloads/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1717093084
SHA256 (pacman-6.1.0.tar.xz) = 5a60ac6e6bf995ba6140c7d038c34448df1f3daa4ae7141d2cad88eeb5f1f9d9
SIZE (pacman-6.1.0.tar.xz) = 895640
TIMESTAMP = 1746376035
SHA256 (pacman-7.0.0.tar.xz) = 61cbd445d1381b4b184bc7c4e2791f07a79f0f2807b7c600399d0d08e8cd28cf
SIZE (pacman-7.0.0.tar.xz) = 903060

View File

@ -1,11 +0,0 @@
--- lib/libalpm/diskspace.c.orig 2020-12-03 11:37:30 UTC
+++ lib/libalpm/diskspace.c
@@ -71,7 +71,7 @@ static void mount_point_list_free(alpm_list_t *mount_p
static int mount_point_load_fsinfo(alpm_handle_t *handle, alpm_mountpoint_t *mountpoint)
{
-#if defined(HAVE_GETMNTENT)
+#if HAVE_GETMNTENT
/* grab the filesystem usage */
if(statvfs(mountpoint->mount_dir, &(mountpoint->fsp)) != 0) {
_alpm_log(handle, ALPM_LOG_WARNING,

View File

@ -17,8 +17,8 @@ bin/vercmp
include/alpm.h
include/alpm_list.h
lib/libalpm.so
lib/libalpm.so.14
lib/libalpm.so.14.0.0
lib/libalpm.so.15
lib/libalpm.so.15.0.0
libdata/pkgconfig/libalpm.pc
libdata/pkgconfig/libmakepkg.pc
share/bash-completion/completions/makepkg
@ -152,6 +152,7 @@ share/makepkg/buildenv.sh
share/makepkg/buildenv/buildflags.sh
share/makepkg/buildenv/compiler.sh
share/makepkg/buildenv/debugflags.sh
share/makepkg/buildenv/fortran.sh
share/makepkg/buildenv/lto.sh
share/makepkg/buildenv/makeflags.sh
share/makepkg/buildenv/rust.sh