Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
pacman (6.1.0-4 -> 6.1.0-8)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Nov 13, 2024
1 parent 68f7a40 commit d09b767
Show file tree
Hide file tree
Showing 43 changed files with 29 additions and 20 deletions.
30 changes: 18 additions & 12 deletions etc/makepkg_mingw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ if [[ "$MSYSTEM" == "MINGW64" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-x86_64"
CC="gcc"
CXX="g++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS=""
RUSTFLAGS="-Cforce-frame-pointers=yes"
elif [[ "$MSYSTEM" == "MINGW32" ]]; then
CARCH="i686"
CHOST="i686-w64-mingw32"
Expand All @@ -53,10 +54,11 @@ elif [[ "$MSYSTEM" == "MINGW32" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-i686"
CC="gcc"
CXX="g++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
RUSTFLAGS="-Cforce-frame-pointers=yes"
elif [[ "$MSYSTEM" == "CLANG64" ]]; then
CARCH="x86_64"
CHOST="x86_64-w64-mingw32"
Expand All @@ -65,10 +67,11 @@ elif [[ "$MSYSTEM" == "CLANG64" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-clang-x86_64"
CC="clang"
CXX="clang++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS=""
RUSTFLAGS="-Cforce-frame-pointers=yes"
elif [[ "$MSYSTEM" == "CLANG32" ]]; then
CARCH="i686"
CHOST="i686-w64-mingw32"
Expand All @@ -77,10 +80,11 @@ elif [[ "$MSYSTEM" == "CLANG32" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-clang-i686"
CC="clang"
CXX="clang++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
RUSTFLAGS="-Cforce-frame-pointers=yes"
elif [[ "$MSYSTEM" == "CLANGARM64" ]]; then
CARCH="aarch64"
CHOST="aarch64-w64-mingw32"
Expand All @@ -89,10 +93,11 @@ elif [[ "$MSYSTEM" == "CLANGARM64" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-clang-aarch64"
CC="clang"
CXX="clang++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS=""
RUSTFLAGS="-Cforce-frame-pointers=yes"
elif [[ "$MSYSTEM" == "UCRT64" ]]; then
CARCH="x86_64"
CHOST="x86_64-w64-mingw32"
Expand All @@ -101,10 +106,11 @@ elif [[ "$MSYSTEM" == "UCRT64" ]]; then
MINGW_PACKAGE_PREFIX="mingw-w64-ucrt-x86_64"
CC="gcc"
CXX="g++"
CPPFLAGS="-D__USE_MINGW_ANSI_STDIO=1"
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong"
CPPFLAGS=
CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
CXXFLAGS="$CFLAGS"
LDFLAGS=""
RUSTFLAGS="-Cforce-frame-pointers=yes"
else
echo "Unsupported MSYSTEM: $MSYSTEM"
exit 1
Expand Down
Binary file modified usr/bin/pacman-conf.exe
Binary file not shown.
Binary file modified usr/bin/pacman.exe
Binary file not shown.
Binary file modified usr/bin/testpkg.exe
Binary file not shown.
Binary file modified usr/bin/vercmp.exe
Binary file not shown.
Binary file modified usr/lib/libalpm.a
Binary file not shown.
Binary file modified usr/share/locale/ja/LC_MESSAGES/pacman.mo
Binary file not shown.
Binary file modified usr/share/man/man1/makepkg-template.1.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_cb.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_databases.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_depends.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_errors.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_files.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_groups.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_handle.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_list.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_log.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_misc.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_options.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_packages.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_sig.3.gz
Binary file not shown.
Binary file modified usr/share/man/man3/libalpm_trans.3.gz
Binary file not shown.
Binary file modified usr/share/man/man5/BUILDINFO.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/PKGBUILD.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/alpm-hooks.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/makepkg.conf.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/pacman-hooks.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/pacman.conf.5.gz
Binary file not shown.
Binary file modified usr/share/man/man8/makepkg.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/pacman-conf.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/pacman-db-upgrade.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/pacman-key.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/pacman.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/repo-add.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/repo-remove.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/testpkg.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/vercmp.8.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204686

%INSTALLDATE%
1731468303
1731514032

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file removed var/lib/pacman/local/pacman-6.1.0-4/mtree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pacman

%VERSION%
6.1.0-4
6.1.0-8

%BASE%
pacman
Expand All @@ -17,22 +17,22 @@ https://www.archlinux.org/pacman/
x86_64

%BUILDDATE%
1716404205
1726646867

%INSTALLDATE%
1716414615
1731513993

%PACKAGER%
Unknown Packager
CI (msys2/msys2-autobuild/22f1e5ad/10917972750)

%SIZE%
42128803
42299233

%LICENSE%
spdx:GPL-2.0-or-later

%VALIDATION%
none
pgp

%DEPENDS%
bash>=4.2.045
Expand All @@ -46,3 +46,6 @@ bzip2
xz
zstd

%XDATA%
pkgtype=pkg

Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,5 @@ var/lib/pacman/
%BACKUP%
etc/pacman.conf e37d160042192fbf55e19de408d175d6
etc/makepkg.conf a24fe8f78577fafad94b907e7feb3971
etc/makepkg_mingw.conf 13303067b2404d08c7b96233f99a6f85
etc/makepkg_mingw.conf d6f5a1f1d0ce7fc3a39a956b2501084d

Binary file added var/lib/pacman/local/pacman-6.1.0-8/mtree
Binary file not shown.

0 comments on commit d09b767

Please sign in to comment.