Skip to content

Bump github.com/c-robinson/iplib from 0.3.1 to 1.0.6#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/c-robinson/iplib-1.0.6
Open

Bump github.com/c-robinson/iplib from 0.3.1 to 1.0.6#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/c-robinson/iplib-1.0.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 2, 2023

Bumps github.com/c-robinson/iplib from 0.3.1 to 1.0.6.

Release notes

Sourced from github.com/c-robinson/iplib's releases.

1.0.6

c-robinson/iplib@v1.0.5...v1.0.6

  • exported previously internal function CopyIP() which will create a copy of an IP address
  • Net4 and Net6 now have RandomIP() functions that will return a random address within the given netblock

1.0.5

c-robinson/iplib@v1.0.4...v1.0.5

  • fix IPv4 NextNext returning the wrong value if the supplied netmask is lower than the current one, by @​luisdavim

1.0.4

c-robinson/iplib@v1.0.3...v1.0.4

  • fix an integer overflow on 32bit CPU's caused by MaxIPv4 being an int instead of uint32 found by @​CyrilBrulebois

1.0.3

c-robinson/iplib@v1.0.2...v1.0.3

  • fix an integer overflow on 32bit CPU's caused by using int, discovered and remediated by @​0xd61
  • fix two typos in the README found by @​ikanders

Thanks to both for the discovery, and thanks @​0xd61 for the fix!

1.0.2

c-robinson/iplib@v1.0.1...v1.0.2

Small improvement to NewNetBetween()

1.0.1

c-robinson/iplib@v1.0.0...v1.0.1

Small documentation fix, plus avoid problems caused by a poorly-thought-out git force push.

1.0.0

c-robinson/iplib@v0.3.1...v1.0.0

Many, many changes

  • iplib.Net is now an interface
  • the original iplib.Net is now iplib.Net4
  • new v6-centric iplib.Net6
  • introducing HostMask for v6 networks, which is like a netmask except it masks bits from the right of the address, excluding them from methods like NextIP, PreviousIP, Enumerate, etc
  • Enumerate now parallelized
  • updated README
  • updated documentation
  • now includes example-tests
  • much fuller test coverage
Commits
  • 85813ef tests for CopyIP() and RandomIP()
  • f9d8083 add RandomIP() functions to Net4 and Net6
  • 5165d35 export utility function to make copy of net.IP
  • de5f50e fix: NextNet with mask length lower than current one (#13)
  • b203a7a cast MaxIPv4 to uint32, fixes #11
  • ea866a9 fix readme issues from issue #7 (#10)
  • 97259e6 Change int to uint32 to prevent overflow issues (#9)
  • d4ce4cb small improvement to NewNetBetween (#6)
  • 0fd801a fix typos, change branch references master -> main
  • 11f662b small doc fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/c-robinson/iplib](https://github.com/c-robinson/iplib) from 0.3.1 to 1.0.6.
- [Release notes](https://github.com/c-robinson/iplib/releases)
- [Commits](c-robinson/iplib@v0.3.1...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/c-robinson/iplib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants