nandi/frqpublic Fork 0
43ada0baeebdb0aaa22e7659498a9422d3642725
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Pin the jolt the APK needs 2308a7e · on 43ada0baeebdb0aaa22e7659498a9422d3642725 · nandi · 19d ago
jolt · 28 lines · 1.0 KBMySQL Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env dotslash

// jolt with the Bionic `struct addrinfo` fix, from the fork at
// gitlab.com/nandithebull/jolt (commit 2b80d68d). Upstream's own release reads
// `ai_addr` at glibc's offset, which on Android is `ai_canonname`  a null
// pointer  so every TLS connect fails there and reports a refusal the network
// never made. Nothing else differs from v0.7.28.
//
// Linux x86_64 only: it is what the APK is built on. Other platforms fall back
// to whatever `jolt` is on PATH, which is upstream's, which is fine for
// everything but an Android build.
{
  "name": "jolt",
  "platforms": {
    "linux-x86_64": {
      "size": 15782379,
      "hash": "sha256",
      "digest": "aabb71f809aebd9d607b7a5036229f933c733ae90785cb29df899f116be9589f",
      "format": "tar.gz",
      "path": "jolt-v0.7.28-1-g2b80d68d-x86_64-linux/jolt",
      "providers": [
        {
          "url": "https://gitlab.com/nandithebull/jolt/-/releases/v0.7.28-android/downloads/jolt-v0.7.28-1-g2b80d68d-x86_64-linux.tar.gz"
        }
      ]
    }
  }
}