File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
3838
3939// Build-time variables set via -ldflags.
4040var (
41- Version = "0.1.0 "
41+ Version = "0.1.1 "
4242 BuildGoVersion = "unknown"
4343)
4444
Original file line number Diff line number Diff line change 1+ gspy (0.1.1-1) unstable; urgency=low
2+
3+ * Hardened for security distribution acceptance (Kali, BlackArch, Parrot).
4+ * Fixed version string reporting in CI to use git describe.
5+ * Hardened binary verification in CI (removed silenced tests).
6+ * Restored gzipped man page to release artifacts.
7+ * Complied with Debian build policy (removed internet access during build).
8+ * Refactored TUI flash messages with timed auto-clear (3s).
9+ * Implemented real-process BPF integration tests in CI.
10+ * Verified all source files contain SPDX-License-Identifier tags.
11+ * Relocated and modernized PKGBUILD for BlackArch compatibility.
12+
13+ -- Mutasem Kharma <mutasem@gspy.dev> Sun, 19 Apr 2026 10:55:00 +0000
14+
115gspy (0.1.0-1) unstable; urgency=medium
216
317 * Initial release.
Original file line number Diff line number Diff line change 11# Maintainer: Mutasem Kharma <mutasem@gspy.dev>
22# SPDX-License-Identifier: GPL-2.0-only
33pkgname=gspy
4- pkgver=0.1.0
4+ pkgver=0.1.1
55pkgrel=1
66pkgdesc=" Forensic goroutine-to-syscall inspector for live Go processes"
77arch=(' x86_64' )
You can’t perform that action at this time.
0 commit comments