@@ -54,20 +54,20 @@ to be used with NSS.
54
54
55
55
** AMD64 deb:**
56
56
```
57
- curl -sLo libnss_shim.deb https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim_1.2.0_amd64 .deb
57
+ curl -sLo libnss_shim.deb https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim_1.2.1-1_amd64 .deb
58
58
```
59
59
**AMD64 RPM:**
60
60
```
61
- curl -sLo libnss_shim.rpm https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim-1.2.0 -1.x86_64.rpm
61
+ curl -sLo libnss_shim.rpm https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim-1.2.1 -1.x86_64.rpm
62
62
```
63
63
**Full table:**
64
64
65
65
| Architecture | Package | Link |
66
66
|--------------|---------|------------------------------------------------------------------------------------------------------------------------------------|
67
- | `amd64` | `deb` | [`libnss_shim_1.2.0_amd64 .deb`](https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim_1.2.0_amd64 .deb) |
68
- | `amd64` | `RPM` | [`libnss_shim-1.2.0 -1.x86_64.rpm`](https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim-1.2.0 -1.x86_64.rpm) |
69
- | `aarch64` | `deb` | [`libnss_shim_1.2.0_arm64 .deb`](https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim_1.2.0_arm64 .deb) |
70
- | `aarch64` | `RPM` | [`libnss_shim-1.2.0 -1.aarch64.rpm`](https://github.com/xenago/libnss_shim/releases/download/1.2.0 /libnss_shim-1.2.0 -1.aarch64.rpm) |
67
+ | `amd64` | `deb` | [`libnss_shim_1.2.1-1_amd64 .deb`](https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim_1.2.1-_amd64 .deb) |
68
+ | `amd64` | `RPM` | [`libnss_shim-1.2.1 -1.x86_64.rpm`](https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim-1.2.1 -1.x86_64.rpm) |
69
+ | `aarch64` | `deb` | [`libnss_shim_1.2.1-1_arm64 .deb`](https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim_1.2.1-1_arm64 .deb) |
70
+ | `aarch64` | `RPM` | [`libnss_shim-1.2.1 -1.aarch64.rpm`](https://github.com/xenago/libnss_shim/releases/download/1.2.1 /libnss_shim-1.2.1 -1.aarch64.rpm) |
71
71
72
72
3. Install or upgrade it directly with `dpkg` or `rpm`.
73
73
@@ -390,8 +390,6 @@ can be used (available for versions `>=1.2.1`). Example command:
390
390
391
391
gh attestation verify /path/to/libnss_shim.deb -R xenago/libnss_shim
392
392
393
- SBOM artifacts are produced in CI for each build.
394
-
395
393
Please report problems by creating GitHub Issues or [private advisories](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability).
396
394
397
395
## Development
0 commit comments