Skip to content

Commit ad5c537

Browse files
committed
fix(libmysqlclient): refresh archive after Windows source repair
1 parent 2088832 commit ad5c537

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/superpowers/plans/2026-08-17-openssl-windows-followups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ Add the repaired archive to the Windows block in
133133
windows = {
134134
["8.4.6"] = {
135135
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
136-
sha256 = "d7c60f6a296a262793ed8517bbfd0b1a32a9456eb1eff6aeb8751c8ae67fe8ba",
136+
sha256 = "0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad",
137137
},
138138
},
139139
```
140140

141141
The SHA is taken from the current `8.4.6` tag, which resolves to source commit
142-
`616b7ba67a9f5a0393cc015923fba68ab50f7b3e`. The superseded `8.4.6.1` tag is
142+
`52a26090e360817850dd41e88056c98599fda6b7`. The superseded `8.4.6.1` tag is
143143
retired rather than retained as a second package revision.
144144

145145
- [x] **Step 3: Enable the Windows consumer dependency.**

docs/superpowers/specs/2026-08-17-openssl-windows-followups-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Selecting a member while compiling a no-op test is not support evidence.
5353
OpenSSL 3.5.1 `ms/applink.c` implementation at `include/openssl/applink.c`,
5454
because the static OpenSSL package does not install that source file.
5555
- The repaired `8.4.6` archive has SHA-256
56-
`d7c60f6a296a262793ed8517bbfd0b1a32a9456eb1eff6aeb8751c8ae67fe8ba` and
57-
resolves to source commit `616b7ba67a9f5a0393cc015923fba68ab50f7b3e`.
56+
`0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad` and
57+
resolves to source commit `52a26090e360817850dd41e88056c98599fda6b7`.
5858

5959
## 4. Design
6060

pkgs/c/compat.libmysqlclient.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ package = {
1212
linux = {
1313
["8.4.6"] = {
1414
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
15-
sha256 = "d7c60f6a296a262793ed8517bbfd0b1a32a9456eb1eff6aeb8751c8ae67fe8ba",
15+
sha256 = "0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad",
1616
},
1717
},
1818
macosx = {
1919
["8.4.6"] = {
2020
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
21-
sha256 = "d7c60f6a296a262793ed8517bbfd0b1a32a9456eb1eff6aeb8751c8ae67fe8ba",
21+
sha256 = "0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad",
2222
},
2323
},
2424
windows = {
2525
["8.4.6"] = {
2626
url = "https://github.com/wellwei/libmysqlclient/archive/refs/tags/8.4.6.tar.gz",
27-
sha256 = "d7c60f6a296a262793ed8517bbfd0b1a32a9456eb1eff6aeb8751c8ae67fe8ba",
27+
sha256 = "0c2d4b1b25d828bc40f760c50f7d49a3b6377073ac352ed5a52c2de45c7a2cad",
2828
},
2929
},
3030
},

0 commit comments

Comments
 (0)