Commit Graph

7 Commits (c2ecae9b82e933781b48ea41a2c002e65e8e6a07)

Author SHA1 Message Date
Jason Ish c3b3c11e30 requirements: use libhtp 0.5.x
Move to libhtp to the 0.5.x branch instead of 0.5.45.
9 months ago
Victor Julien ce055111fe requirements: use libhtp 0.5.45 1 year ago
Jason Ish fa8baa35b1 requirements: suricata-update 1.3.0 1 year ago
Shivani Bhardwaj da99a69c5b release: 7.0.0-rc2; update changelog 1 year ago
Jason Ish 79dfbcb788 requirements: use suricata-update 1.3.0rc1 2 years ago
Jason Ish cd42c33195 scripts/bundle: use git instead of tar.gz
To better fit with our current CI processes, use git to clone the
suricata-update and libhtp dependencies.  The requirements.txt file has
been modified to take a repo URL and a `-b` command line option for tag
or branch.

For the master branch we will use the libhtp 0.5.x branch and the
suricata-update master branch.

Also allows for repo and branch names to be overrided with environment
variables:
- SU_REPO
- SU_BRANCH
- LIBHTP_REPO
- LIBHTP_BRANCH
2 years ago
Jason Ish 16a21d7839 scripts: bundle script for requirements
Add a bundle.sh script to bundle the requirements of libhtp
and suricata-update. This uses a Python like requirements.txt
file to specify the URL to download for libhtp and suricata-update.
3 years ago