thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 353 forks source link

Update / fix build scripts #354

Closed michelcrypt4d4mus closed 2 months ago

michelcrypt4d4mus commented 2 months ago

Proposed changes

  1. [bugfix] build_opencanary.sh actually installs the built package instead of a hardcoded old version
  2. [improvement] use importlib instead of the now deprecated pkg_resources in macOS daemon build script
  3. [improvement] better messaging when creating a macOS daemon that has nothing enabled

Types of changes

What types of changes does your code introduce to this repository? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

This is a very minor change to the build scripts; no changes to actual functionality.