Commit a9db6e9
committed
yash: recover the pre-2.10 band (1.2..2.9)
The whole 1.2..2.9 line was excluded on the belief that only 2.5..2.9 carry a
./configure and the rest predate it. In fact every tag down to 1.2 ships a
hand-written ./configure and builds unchanged. Upstream just stopped publishing
release tarballs at/below 2.40 (releases/download 404s, and never existed for
the 1.x line), so shvr_download_yash now fetches the github archive tag tarball
for < 2.41 (2.41+ keep their release asset and committed source checksums).
One build quirk: 2.7's default `all: yash depends` reruns the freshly-linked
binary's makedepend builtin, which exits non-zero and aborts make; building the
`yash` target directly skips that dev-only step (byte-identical result), gated
to 2.7. All 14 build static against musl on both arches and reproduce
byte-for-byte. 1.0, 1.1 and 0.11 stay excluded -- they predate ./configure
(plain Makefile) and need a separate build path.1 parent d0df2c2 commit a9db6e9
47 files changed
Lines changed: 191 additions & 33 deletions
File tree
- .github
- actions/downloads
- workflows
- checksums
- build
- amd64
- yash_1.2/bin
- yash_1.3.1/bin
- yash_1.4.1/bin
- yash_1.5/bin
- yash_2.0/bin
- yash_2.1.1/bin
- yash_2.2.2/bin
- yash_2.3/bin
- yash_2.4/bin
- yash_2.5/bin
- yash_2.6/bin
- yash_2.7/bin
- yash_2.8/bin
- yash_2.9/bin
- arm64
- yash_1.2/bin
- yash_1.3.1/bin
- yash_1.4.1/bin
- yash_1.5/bin
- yash_2.0/bin
- yash_2.1.1/bin
- yash_2.2.2/bin
- yash_2.3/bin
- yash_2.4/bin
- yash_2.5/bin
- yash_2.6/bin
- yash_2.7/bin
- yash_2.8/bin
- yash_2.9/bin
- sources/yash
- variants
- versions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1290 | 1360 | | |
1291 | 1361 | | |
1292 | 1362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
706 | 720 | | |
707 | 721 | | |
708 | 722 | | |
| |||
1023 | 1037 | | |
1024 | 1038 | | |
1025 | 1039 | | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
1026 | 1054 | | |
1027 | 1055 | | |
1028 | 1056 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments