forked from marfrit/marfrit-packages
lmcp: bump to v0.5.1 (search_files BSD find symlink fix)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
# Source of truth: git.reauktion.de/marfrit/lmcp
|
||||
|
||||
pkgname=lmcp
|
||||
pkgver=0.5.0
|
||||
pkgver=0.5.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=('916825617efb5054d3e7d3ca7451ce849842054afe7ab18e8a2511aa0a76b9eb')
|
||||
sha256sums=('7c15a00f586c52fc0963334ff86ad6981eb55c6d5211466b069b003dc9434952')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}"
|
||||
|
||||
Vendored
+3
-3
@@ -7,16 +7,16 @@
|
||||
# package (Architecture: all, depends on lua + lua-socket).
|
||||
set -euo pipefail
|
||||
|
||||
PKGVER=0.5.0
|
||||
PKGVER=0.5.1
|
||||
PKGREL=1
|
||||
LMCP_TARBALL_SHA256=916825617efb5054d3e7d3ca7451ce849842054afe7ab18e8a2511aa0a76b9eb
|
||||
LMCP_TARBALL_SHA256=7c15a00f586c52fc0963334ff86ad6981eb55c6d5211466b069b003dc9434952
|
||||
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=1776601803
|
||||
export SOURCE_DATE_EPOCH=1776602907
|
||||
|
||||
work=$(mktemp -d)
|
||||
trap "rm -rf $work" EXIT
|
||||
|
||||
Vendored
+8
@@ -1,3 +1,11 @@
|
||||
lmcp (0.5.1-1) bookworm trixie; urgency=medium
|
||||
|
||||
* server.lua: search_files uses "find -L" so macOS BSD find
|
||||
follows a symlink passed as the starting path (e.g. Homebrew's
|
||||
/usr/local/share/lua -> Cellar/…). Previously returned empty.
|
||||
|
||||
-- Markus Fritsche <mfritsche@reauktion.de> Sun, 19 Apr 2026 12:48:27 +0000
|
||||
|
||||
lmcp (0.5.0-1) bookworm trixie; urgency=medium
|
||||
|
||||
* Add hub — fleet-wide MCP broker (hub.lua). Proxies remote_* tools
|
||||
|
||||
Reference in New Issue
Block a user