thinkst / opencanary

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

README.md update #324

Closed ranok closed 11 months ago

ranok commented 11 months ago

Proposed changes

This PR contains two modifications to the project README.md:

  1. According to the Python.org page's release notes for Python 3.9, that was the first version that supported native Apple ARM64 silicon. While there may be a way to build previous versions for Apple M[1-3] systems, I was running into a lot of build issues on Python versions 3.7 & 3.8 relating to ctypes and libffi, which posts on Stack Overflow suggested either updating to a new Python minor version, or modifying some system library scripts.
  2. I wrote a package.yml for opencanaryd to run via pkgx, which should allow for install-less use natively on Linux and MacOS targets on both AMD64 and ARM64 (only tested on Linux, but the CI/CD pipeline verified it can at least run the --version option on all platforms). I added the documentation for how to use it into README.md.

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.