[Git][ghc/ghc][wip/ghc-9.10] 4 commits: Bump process submodule to 1.6.19.0

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Apr 11 04:07:36 UTC 2024



Ben Gamari pushed to branch wip/ghc-9.10 at Glasgow Haskell Compiler / GHC


Commits:
76a0f8f2 by Ben Gamari at 2024-04-11T00:07:21-04:00
Bump process submodule to 1.6.19.0

Addresses Windows command-line injection vulnerability.

- - - - -
086698ba by Ben Gamari at 2024-04-11T00:07:21-04:00
Bump unix submodule to 2.8.5.1

Closes #24640.

- - - - -
21c9c1bc by Ben Gamari at 2024-04-11T00:07:21-04:00
ghcup-metadata: Use Debian 9 binaries on Ubuntu 16, 17

Closes #24646.

- - - - -
aa5b34e1 by Ben Gamari at 2024-04-11T00:07:21-04:00
Bump stm submodule

Fixing #24643

- - - - -


5 changed files:

- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
- libraries/process
- libraries/stm
- libraries/unix
- testsuite/tests/process/process004.stdout


Changes:

=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -216,7 +216,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
                            , ">= 11": deb11
                            , "unknown_versioning": deb11 }
           , "Linux_Ubuntu" : { "unknown_versioning": ubuntu2004
-                             , "( >= 16 && < 19 )": ubuntu1804
+                             , "( >= 16 && < 18 )": deb9
+                             , "( >= 18 && < 19 )": ubuntu1804
                              }
           , "Linux_Mint"   : { "< 20": ubuntu1804
                              , ">= 20": ubuntu2004 }


=====================================
libraries/process
=====================================
@@ -1 +1 @@
-Subproject commit a53f925e3ee246e2429418b7a088ecaa0976007b
+Subproject commit dfbe62c7d9fc84d2550fc7e7db993dc0aa143ef5


=====================================
libraries/stm
=====================================
@@ -1 +1 @@
-Subproject commit 4e7aa7885b3f9724b19e68d12cbd2774b11b9bd0
+Subproject commit b77afda28b60f526ebb4be436240afd6ca956673


=====================================
libraries/unix
=====================================
@@ -1 +1 @@
-Subproject commit 930a8289f96c5353d120af4fd155446c574709f2
+Subproject commit 69552a5267c7dc5c46a8bceec5ec4b40d26b9463


=====================================
testsuite/tests/process/process004.stdout
=====================================
@@ -1,2 +1,2 @@
-Exc: true: runInteractiveProcess: chdir: invalid argument (Bad file descriptor)
+Exc: true: runInteractiveProcess: chdir: does not exist (No such file or directory)
 Exc: true: runProcess: chdir: does not exist (No such file or directory)



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/872427dfdb62e6f0482c2dfd63b2d212ef3f68f5...aa5b34e1643df9c44eaebea38cb58dafaf60cb4b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/872427dfdb62e6f0482c2dfd63b2d212ef3f68f5...aa5b34e1643df9c44eaebea38cb58dafaf60cb4b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240411/52687e62/attachment-0001.html>


More information about the ghc-commits mailing list