Skip to content

Releases: jiphex/network-prefix-cli

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:42
7cc8af8

prefixtool 1.1.0 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v1.1.0-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v1.1.0-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v1.1.0

Binaries

  • prefixtool-v1.1.0-aarch64-apple-darwin.tar.gz
  • prefixtool-v1.1.0-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v1.1.0-x86_64-apple-darwin.tar.gz
  • prefixtool-v1.1.0-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v1.1.0-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v1.1.0-x86_64-pc-windows-msvc.zip

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:21
39f4c55

prefixtool 1.0.0 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v1.0.0-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v1.0.0-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v1.0.0

Binaries

  • prefixtool-v1.0.0-aarch64-apple-darwin.tar.gz
  • prefixtool-v1.0.0-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v1.0.0-x86_64-apple-darwin.tar.gz
  • prefixtool-v1.0.0-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v1.0.0-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v1.0.0-x86_64-pc-windows-msvc.zip

v0.0.9

v0.0.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:22
ba0adab

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.9 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.9-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.9-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.9

Binaries

  • prefixtool-v0.0.9-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.9-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.9-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.9-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.9-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.9-x86_64-pc-windows-msvc.zip

v0.0.8

v0.0.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:52
24b52f0

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.8 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.8-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.8-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.8

Binaries

  • prefixtool-v0.0.8-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.8-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.8-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.8-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.8-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.8-x86_64-pc-windows-msvc.zip

v0.0.7

v0.0.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:13
92eddfa

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.7 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.7-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.7-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.7

Binaries

  • prefixtool-v0.0.7-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.7-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.7-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.7-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.7-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.7-x86_64-pc-windows-msvc.zip

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:40
7e5097f

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.6 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.6-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.6-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.6

Binaries

  • prefixtool-v0.0.6-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.6-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.6-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.6-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.6-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.6-x86_64-pc-windows-msvc.zip

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:06
1bd6f5c

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.5 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.5-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.5-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.5

Binaries

  • prefixtool-v0.0.5-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.5-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.5-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.5-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.5-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.5-x86_64-pc-windows-msvc.zip

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:50
c6cdd1f

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.4 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.4-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.4-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.4

Binaries

  • prefixtool-v0.0.4-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.4-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.4-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.4-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.4-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.4-x86_64-pc-windows-msvc.zip

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:36
776bc70

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.3 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.3-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.3-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.3

Binaries

  • prefixtool-v0.0.3-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.3-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.3-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.3-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.3-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.3-x86_64-pc-windows-msvc.zip