diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-08 13:55:09 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-08 13:55:09 +0900 |
| commit | a079ea31f6eee4b406f3155111201eb3a7309751 (patch) | |
| tree | d1be02f3f136f054f0b2f91afa5356df88aa47d2 | |
| parent | 9ed022da327ef00db9e3786b03dd596cea4bd6f3 (diff) | |
| download | loftix-a079ea31f6eee4b406f3155111201eb3a7309751.tar.gz | |
Proof read
| -rw-r--r-- | REUSE.toml | 2 | ||||
| -rw-r--r-- | loftix/patching.scm | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/REUSE.toml b/REUSE.toml index c67048a..94b324c 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -113,7 +113,7 @@ SPDX-License-Identifier = 'CC0-1.0' [[annotations]] path = 'bugs/cve/2017/15232/*.jpg' SPDX-FileCopyrightText = 'Zhao Liang' -S232PDX-License-Identifier = 'CC0-1.0' +SPDX-License-Identifier = 'CC0-1.0' [[annotations]] path = 'bugs/cve/2018/8806/heap-use-after-free.swf' diff --git a/loftix/patching.scm b/loftix/patching.scm index d638019..8b50e6e 100644 --- a/loftix/patching.scm +++ b/loftix/patching.scm @@ -20,11 +20,11 @@ (package (name "e9patch") (version "1.0.0-rc10") + (home-page "https://github.com/GJDuck/e9patch") (source (origin (method git-fetch) - (uri (git-reference - (url "https://github.com/GJDuck/e9patch") - (commit (string-append "v" version)))) + (uri (git-reference (url home-page) + (commit (string-append "v" version)))) (sha256 (base32 "1l2pjxgr2mckpffvj7hf0sjvv3678138afjb0wc3f6c2zrcpspf8")) @@ -47,7 +47,6 @@ "PREFIX=" #$output)))) (native-inputs (list markdown xxd)) (inputs (list elfutils zycore zydis zlib)) - (home-page "https://github.com/GJDuck/e9patch") (synopsis "Static binary rewriting tool") (description "E9Patch is a static binary rewriting tool for x86-64 ELF binaries. |
