Skip to content

Commit a1cdcab

Browse files
author
Git for Windows Build Agent
committed
Update 5 packages
bash-completion (2.17.0-1 -> 2.17.0-2) libsqlite (3.50.4-1 -> 3.51.0-1) libxcrypt (4.4.38-1 -> 4.5.0-1) pacman (6.1.0-19 -> 6.1.0-20) patchutils (0.4.2-3 -> 0.4.3-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent bb5721c commit a1cdcab

File tree

103 files changed

+8765
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+8765
-67
lines changed

etc/makepkg.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ VCSCLIENTS=('bzr::breezy'
3434
#
3535
CARCH="x86_64"
3636
CHOST="x86_64-pc-cygwin"
37+
RUST_CHOST="x86_64-pc-cygwin"
3738

3839
#-- Compiler and Linker Flags
3940
# -march (or -mcpu) builds exclusively for an architecture

etc/makepkg_mingw.d/clang64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -f
1010
CXXFLAGS="$CFLAGS"
1111
LDFLAGS=""
1212
RUSTFLAGS="-Cforce-frame-pointers=yes -Ctarget-feature=+crt-static"
13+
RUST_CHOST="x86_64-pc-windows-gnullvm"

etc/makepkg_mingw.d/clangarm64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CFLAGS="-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_M
1010
CXXFLAGS="$CFLAGS"
1111
LDFLAGS=""
1212
RUSTFLAGS="-Cforce-frame-pointers=yes -Ctarget-feature=+crt-static"
13+
RUST_CHOST="aarch64-pc-windows-gnullvm"

etc/makepkg_mingw.d/mingw32.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack
1010
CXXFLAGS="$CFLAGS"
1111
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
1212
RUSTFLAGS="-Cforce-frame-pointers=yes"
13+
RUST_CHOST="i686-pc-windows-gnu"

etc/makepkg_mingw.d/mingw64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -f
1010
CXXFLAGS="$CFLAGS"
1111
LDFLAGS=""
1212
RUSTFLAGS="-Cforce-frame-pointers=yes"
13+
RUST_CHOST="x86_64-pc-windows-gnu"

etc/makepkg_mingw.d/ucrt64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CFLAGS="-march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -f
1010
CXXFLAGS="$CFLAGS"
1111
LDFLAGS=""
1212
RUSTFLAGS="-Cforce-frame-pointers=yes"
13+
RUST_CHOST="x86_64-pc-windows-gnu"

usr/bin/combinediff.exe

990 Bytes
Binary file not shown.

usr/bin/dehtmldiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919

2020
version() {
21-
echo "dehtmldiff - patchutils version 0.4.2"
21+
echo "dehtmldiff - patchutils version 0.4.3"
2222
}
2323

2424
usage() {

usr/bin/editdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919

2020
version() {
21-
echo "editdiff - patchutils version 0.4.2"
21+
echo "editdiff - patchutils version 0.4.3"
2222
}
2323

2424
usage() {

usr/bin/espdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919

2020
version() {
21-
echo "espdiff - patchutils version 0.4.2"
21+
echo "espdiff - patchutils version 0.4.3"
2222
}
2323

2424
usage() {

0 commit comments

Comments
 (0)