Skip to content

Commit 031a9f4

Browse files
committed
Stop ignoring updates to GCC nor to osslsigncode
The issues with GCC have been resolved: - The bug in GCC v8.x was fixed that prevented `-fstack-protector-strong` to produce valid code: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86832 - The issues were resolved in Git for Windows' source code that triggered build warnings with GCC v8.x (warnings that cause build failures with `DEVELOPER=1`): git-for-windows/git#2149 - The issue preventing Git for Windows to be compiled with GCC v9.x under `DEVELOPER=1` was resolved: git-for-windows/git#2258 - The issues preventing Git's `master` to be compiled with GCC v9.x (rolling up the fixes for GCC v8.x) were resolved: gitgitgadget/git#265 The issue with osslsigncode no longer signing the code after the upgrade to OpenSSL v1.1.1, but pretending to succeed, has been fixed some time recently through a rebuild of mingw-w64-osslsigncode. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4c10e45 commit 031a9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ HoldPkg = pacman
2222
Architecture = auto
2323

2424
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
25-
IgnorePkg = mingw-w64-i686-gcc mingw-w64-i686-gcc-libs mingw-w64-i686-osslsigncode
25+
#IgnorePkg =
2626
#IgnoreGroup =
2727

2828
#NoUpgrade =

0 commit comments

Comments
 (0)