Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newnode 2.1.5 (new formula) #162683

Closed
wants to merge 23 commits into from
Closed

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    cc01a26 View commit details
    Browse the repository at this point in the history
  2. filled in the license

    theoden8 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9d53b49 View commit details
    Browse the repository at this point in the history
  3. removed extra cloning

    theoden8 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1003532 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. removed wget dependency

    further inspection of https://github.com/clostra/newnode/blob/master/build.sh and subsequent build tests confirm that wget isnt needed on mac os
    theoden8 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4984c90 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fork proxy in test

    instead of assuming that the proxy is already run as a service, run it in a fork and kill at completion
    theoden8 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    669f2db View commit details
    Browse the repository at this point in the history
  2. disable linux builds for now

    linux builds currently rely on a hard-coded wget binary, which needs to change upstream to non-hardcoded binary
    theoden8 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3d132b8 View commit details
    Browse the repository at this point in the history
  3. fix ordering

    fix brew audit fail due to non-alphabetic ordering of dependencies
    theoden8 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3fdbb12 View commit details
    Browse the repository at this point in the history
  4. added build dependencies

    most of the dependencies specified so far are actually build-time only, and pkg-config was not specified at all
    theoden8 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5777bd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. update to 2.1.5, no need for mbedtls

    updated newnode-helper to 2.1.5, with updated dependencies and no dependency on mbedtls
    theoden8 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1ece97d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update Formula/n/newnode-helper.rb

    Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
    theoden8 and SMillerDev authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a726984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    032c4d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. forgot to rename class

    theoden8 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    47a4614 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    92b2426 View commit details
    Browse the repository at this point in the history
  2. fix cache mkpath

    theoden8 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6fd2073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef4833 View commit details
    Browse the repository at this point in the history
  4. fix audit

    theoden8 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    480e96e View commit details
    Browse the repository at this point in the history
  5. fix linux builds

    theoden8 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    83028ed View commit details
    Browse the repository at this point in the history
  6. fix audit

    theoden8 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    69533d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update Formula/n/newnode.rb

    Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
    theoden8 and SMillerDev authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    73f531a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. formatted revision

    theoden8 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f7160d8 View commit details
    Browse the repository at this point in the history
  2. no need to double kill

    theoden8 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b57c191 View commit details
    Browse the repository at this point in the history
  3. fix audit

    theoden8 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d282a5e View commit details
    Browse the repository at this point in the history
  4. fails_with :gcc

    theoden8 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    42a477f View commit details
    Browse the repository at this point in the history