Skip to content

Releases: playfairs/ripnet

ripnet-dev.26

ripnet-dev.26 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Sep 12:24

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.25

ripnet-dev.25 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Sep 09:48

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.24

ripnet-dev.24 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Sep 03:53

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.23

ripnet-dev.23 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Sep 19:20

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

v1.1.5-stable

Choose a tag to compare

@playfairs playfairs released this 08 Sep 12:59

This release does not introduce anything new to Ripnet, this release is mostly tailored to Nox v1.1.1 and how it now builds projects.

ripnet-dev.22

ripnet-dev.22 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:06

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.21

ripnet-dev.21 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 14:25

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.20

ripnet-dev.20 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:58

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

ripnet-dev.19

ripnet-dev.19 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:55

Download the executable for your platform, then run:

chmod +x ripnet-v1.1.4-linux-x86_64
sudo install -m 755 ripnet-v1.1.4-linux-x86_64 /usr/local/bin/ripnet

or for macOS:

chmod +x ripnet-v1.1.4-macos-arm64
sudo install -m 755 ripnet-v1.1.4-macos-arm64 /usr/local/bin/ripnet

v1.1.4-stable

Choose a tag to compare

@playfairs playfairs released this 07 Sep 18:45

This release moves ripnet from using meson to Nox,
a build project made for ripnet and similar D projects.

Highlights

  • Replaced the Meson build definition with a dedicated nox.build project file.
  • Added Nox-based setup, compilation, installation, and release builds.
  • Integrated Nox into the Nix flake package and development shell.
  • Updated GitHub Actions release workflows to build Linux x86_64 and macOS
    arm64 binaries with Nox.
  • Added generated build information so the executable reports its ripnet
    version consistently.

Developer Impact

Nox is now the primary build system. Existing development environments should
use the following commands:

nox setup build
nox build build -j8
nox install

or

nox install --prefix "$HOME/.local"

The Nix development shell includes the D compiler, Nox, libpcap, and the
debugging tools used by the project:

nix develop