Skip to content

Releases: troglobit/netcalc

netcalc v2.1.6

06 Jun 22:09
Compare
Choose a tag to compare
  • Memory leaks found by Valgrind
  • Use-after-free found by Coverity Scan
  • Misc. fixes to minor issues found by Coverity Scan
  • Check return value of calloc()

Packages for Debian 10, and compatible Ubuntu releases, available at https://deb.troglobit.com/

netcalc v2.1.5

24 May 20:50
Compare
Choose a tag to compare

Changes

  • Add Dockerfile with automatic build on Docker Hub

Fixes

  • Fix GCC 8 warnning, too small destination buffers
  • Issue #21: update debian packaging and disable ipcalc symlink
  • Fix build on Alpine Linux, musl libc

Packages for Debian 10, and compatible Ubuntu releases, available at https://deb.troglobit.com/

netcalc v2.1.4

17 Sep 05:08
Compare
Choose a tag to compare

Changes

  • Synchronize license with official 3-clause BSD, minor changes

Fixes

  • Fix #20: Build issue on macOS, and possibly other UNIX systems that have strlcpy() and strlcat(), with slightly different declarations than the original OpenBSD. Regression introduced in v2.1.3

netcalc v2.1.3

05 Nov 11:54
Compare
Choose a tag to compare

Changes

  • Source code relocated to a src/ sub-directory, supporting API files (strlcpy.c + strlcat.c) moved to lib/
  • Unit test suite now officially BATS tests/, removed testit.sh

Fixes

  • Fix base network calculation to be based on the requested CIDR
  • Fix display IPv4 just past class C private address

netcalc v2.1.2

23 Apr 09:53
Compare
Choose a tag to compare

Fixes

  • Issue #15: Minor spelling fixes, by Phil Davis
  • Issue #16: BATS testing framework, and fix to wrong RFC reference, by Phil Davis

netcalc v2.1.1

28 Mar 21:29
Compare
Choose a tag to compare

Fixes

  • Fix #14: ChangeLog.md missing from release tarball

netcalc v2.1

28 Mar 17:53
Compare
Choose a tag to compare

Changes

  • Added basic Debian packaging, no ext. library dependencies
  • Support for disabling ipcalc symlink in configure script
  • Add Tobias Waldekranz's awesome little AWK script to GIT
  • Add -n command line option to disable colorization of output
  • Add -c command line option to validate IP addresses. Feature courtesy of Lonnie Abelbeck, @abelbeck
  • Auto-disable colorization if run over a pipe, by Lonnie Abelbeck, @abelbeck
  • Add -R MIN:MAX command line option to show an offset IPv4 network range, from MIN to MAX. Feature courtesy of Lonnie Abelbeck, @abelbeck

Fixes

  • Don't prefix "Compressed IPv6" with previous output, by Vincent Bernat
  • Issue #4: Unit test script missing from released tarball
  • Don't enforce automake v1.11, only check >= v1.11
  • Adaptions for musl libc
  • Fix issue #7: not all arguments supported on stdin, too small input buffer(s), by Lonnie Abelbeck, @abelbeck
  • Fix issue #13: Add IPv6 Unique Local Address address types

netcalc v2.0

19 Aug 17:18
Compare
Choose a tag to compare

First release of netcalc, cloned from sipcalc.

Changes

  • Project cloned from sipcalc into netcalc
  • Greatly simplified and reduced feature set, no more interfaces ...
  • Output format changed to that of the famous ipcalc tool
  • File names changed to protect innocent children
  • Coding style changed to pure Linux KNF, to protect
    future generations of programmers
  • Lots of bugs introduced

Download

netcalc-2.0.tar.gz      Distribution tarball
netcalc-2.0.tar.gz.md5  6f6b3069f434287bb6d505fd34914185

sipcalc v1.1.6

19 Aug 16:58
Compare
Choose a tag to compare

Fixes

  • Fix multiple buffer overflows. Patch from Jaromir Capik.
  • Fix multiple spelling errors. Suggestions from Ross Richardson.

Download

http://www.routemeister.net/projects/sipcalc/files/

sipcalc v1.1.5

19 Aug 16:57
Compare
Choose a tag to compare

Fixes

  • Compilation fix for GCC 4.4, patch from Artem Zolochevskiy.
  • Compilation fix Sun Studio 11 on Solaris 8 x86, patch from Ian Dickinson.

Download

http://www.routemeister.net/projects/sipcalc/files/