summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-06-08 13:07:28 -0500
committerGitHub <noreply@github.com>2026-06-08 13:07:28 -0500
commit0b27f39ae61acc644d31687ffca6ef85f0123c04 (patch)
tree0f9be534fc329bbd9a375db85bfa01d0c0af2a1a /scripts
parent8c7bf1f642cfa74a6c833b09790e358142da4427 (diff)
parent4811386cfb84f26428bac85a166edee105556d66 (diff)
downloadvyos-build-0b27f39ae61acc644d31687ffca6ef85f0123c04.tar.gz
vyos-build-0b27f39ae61acc644d31687ffca6ef85f0123c04.zip
Merge pull request #1220 from asklymenko/rolling
T8969: vyos-build failing to build, missing dependencies
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/libhtp/.gitignore1
l---------scripts/package-build/libhtp/build.py1
-rw-r--r--scripts/package-build/libhtp/package.toml4
3 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/libhtp/.gitignore b/scripts/package-build/libhtp/.gitignore
new file mode 100644
index 00000000..65d738a3
--- /dev/null
+++ b/scripts/package-build/libhtp/.gitignore
@@ -0,0 +1 @@
+/libhtp/
diff --git a/scripts/package-build/libhtp/build.py b/scripts/package-build/libhtp/build.py
new file mode 120000
index 00000000..3c76af73
--- /dev/null
+++ b/scripts/package-build/libhtp/build.py
@@ -0,0 +1 @@
+../build.py \ No newline at end of file
diff --git a/scripts/package-build/libhtp/package.toml b/scripts/package-build/libhtp/package.toml
new file mode 100644
index 00000000..fc1d445e
--- /dev/null
+++ b/scripts/package-build/libhtp/package.toml
@@ -0,0 +1,4 @@
+[[packages]]
+name = "libhtp2"
+commit_id = "e851d98f"
+scm_url = "https://salsa.debian.org/pkg-suricata-team/pkg-libhtp.git"