diff --git a/arch/lmcp/PKGBUILD b/arch/lmcp/PKGBUILD index 7427ccfff..2c890e8cc 100644 --- a/arch/lmcp/PKGBUILD +++ b/arch/lmcp/PKGBUILD @@ -3,7 +3,7 @@ # Source of truth: git.reauktion.de/marfrit/lmcp pkgname=lmcp -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Lightweight MCP (Model Context Protocol) server in pure Lua" arch=('any') @@ -11,7 +11,7 @@ url="https://git.reauktion.de/marfrit/lmcp" license=('MIT') depends=('lua' 'lua-socket') source=("${pkgname}-${pkgver}.tar.gz::https://git.reauktion.de/marfrit/lmcp/archive/v${pkgver}.tar.gz") -sha256sums=('d5312690114ee9ce94fbfb03f21b9b17adf74772f4e34137cbc08e34c270c211') +sha256sums=('f33141f8248c26470e198bb1546f045282689dce041062e6acc5102ac5cdce79') package() { cd "${pkgname}" diff --git a/debian/lmcp/build-deb.sh b/debian/lmcp/build-deb.sh index 379b57a70..0de29e42a 100755 --- a/debian/lmcp/build-deb.sh +++ b/debian/lmcp/build-deb.sh @@ -7,16 +7,16 @@ # package (Architecture: all, depends on lua + lua-socket). set -euo pipefail -PKGVER=0.4.0 +PKGVER=0.4.1 PKGREL=1 -LMCP_TARBALL_SHA256=d5312690114ee9ce94fbfb03f21b9b17adf74772f4e34137cbc08e34c270c211 +LMCP_TARBALL_SHA256=f33141f8248c26470e198bb1546f045282689dce041062e6acc5102ac5cdce79 HERE=$(dirname "$(readlink -f "$0")") # Reproducible build: pin all file mtimes + ar member timestamps to a fixed # epoch tied to this packaging release (lmcp v0.3.0 — 2026-04-14 22:00 UTC). # Without this, repeat builds produce different byte streams and reprepro # refuses re-includes with "size expected: X, got: Y". -export SOURCE_DATE_EPOCH=1776440906 +export SOURCE_DATE_EPOCH=1776509216 work=$(mktemp -d) trap "rm -rf $work" EXIT diff --git a/debian/lmcp/debian/changelog b/debian/lmcp/debian/changelog index e076d7e87..daceffca0 100644 --- a/debian/lmcp/debian/changelog +++ b/debian/lmcp/debian/changelog @@ -1,3 +1,13 @@ +lmcp (0.4.1-1) bookworm trixie; urgency=medium + + * Add LMCP_TOKEN environment-variable fallback for Bearer auth, so + launchd / systemd drop-ins can drop the token in the service env + without a conf file. + * Ship scripts/lmcp-install-macos.sh for Homebrew-based macOS installs + (mints token, writes LaunchAgent, smoke-tests). + + -- Markus Fritsche Sat, 18 Apr 2026 10:46:56 +0000 + lmcp (0.4.0-1) bookworm trixie; urgency=medium * Add edit_file tool (Claude Code Edit semantics: literal match,