Skip to content

Commit 2d040bc

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 2ddd3b3 + 73df4cc commit 2d040bc

Some content is hidden

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

59 files changed

+62
-60
lines changed

scripts.d/10-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
4-
SCRIPT_COMMIT="849a151baf187f32eb57b34c00365cbc7d2353a7"
4+
SCRIPT_COMMIT="94a83f88e98f2a51003fd3c478de655408daf34d"
55

66
ffbuild_depends() {
77
return 0

scripts.d/20-libiconv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
SCRIPT_REPO="https://https.git.savannah.gnu.org/git/libiconv.git"
44
SCRIPT_MIRROR="git://git.git.savannah.gnu.org/libiconv.git"
5-
SCRIPT_COMMIT="61fbe742a3702e5030f8258ad130a847d6c3e89a"
5+
SCRIPT_COMMIT="b66b2f548166b667a7c48777ded7506a43971b21"
66

77
SCRIPT_REPO2="https://https.git.savannah.gnu.org/git/gnulib.git"
88
SCRIPT_MIRROR2="https://github.com/coreutils/gnulib.git"
9-
SCRIPT_COMMIT2="ef6d228c7dba8363ce147450c3c2c3ab95642d4c"
9+
SCRIPT_COMMIT2="e1d738170920b51cb0035bf939dd29e4f7c6d6fb"
1010

1111
ffbuild_enabled() {
1212
return 0

scripts.d/25-gmp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/BtbN/gmplib.git"
4-
SCRIPT_COMMIT="ece1292e8282ef2c9ca204d1b510ff2aca04a7a3"
4+
SCRIPT_COMMIT="9994908f090c694f8a152d660dc6852e0c48557a"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/25-libxml2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/GNOME/libxml2.git"
4-
SCRIPT_COMMIT="b9943bcaa35e3ebbd92b0d9374840e6e1c9a6935"
4+
SCRIPT_COMMIT="22f9d730898d2dfcc03a484e65e1f8fc3675225f"
55

66
ffbuild_depends() {
77
echo base

scripts.d/25-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/openssl/openssl.git"
4-
SCRIPT_COMMIT="openssl-3.5.2"
4+
SCRIPT_COMMIT="openssl-3.5.4"
55
SCRIPT_TAGFILTER="openssl-3.5.*"
66

77
ffbuild_depends() {

scripts.d/25-xz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/tukaani-project/xz.git"
4-
SCRIPT_COMMIT="dd4a1b259936880e04669b43e778828b60619860"
4+
SCRIPT_COMMIT="8d26b72915e0d373f898b55935505857c30dbdb3"
55

66
ffbuild_depends() {
77
echo base

scripts.d/45-fonts/25-freetype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
4-
SCRIPT_COMMIT="526ec5c47b9ebccc4754c85ac0c0cdf7c85a5e9b"
4+
SCRIPT_COMMIT="f238830d77d7a42427e5fc9401e2955259afc652"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-fonts/35-fontconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
4-
SCRIPT_COMMIT="417e35575310bea28871f8df09c26b5bc85ee291"
4+
SCRIPT_COMMIT="375e23a307a84a1b376b631038215631b73261b2"
55

66
ffbuild_depends() {
77
echo base

scripts.d/45-fonts/45-harfbuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/harfbuzz/harfbuzz.git"
4-
SCRIPT_COMMIT="0fbbf7491384fe225c0c860e88be38a560df46c2"
4+
SCRIPT_COMMIT="41c8b99beef781f42f7fce7ec75efac80c815b85"
55

66
ffbuild_enabled() {
77
return 0

scripts.d/45-fonts/50-freetype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://gitlab.freedesktop.org/freetype/freetype.git"
4-
SCRIPT_COMMIT="526ec5c47b9ebccc4754c85ac0c0cdf7c85a5e9b"
4+
SCRIPT_COMMIT="f238830d77d7a42427e5fc9401e2955259afc652"
55

66
ffbuild_enabled() {
77
return 0

0 commit comments

Comments
 (0)