diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/libhtp/.gitignore | 1 | ||||
| l--------- | scripts/package-build/libhtp/build.py | 1 | ||||
| -rw-r--r-- | scripts/package-build/libhtp/package.toml | 4 |
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..17d0b753 --- /dev/null +++ b/scripts/package-build/libhtp/.gitignore @@ -0,0 +1 @@ +/ddclient/ 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" |
