Skip to content

Add ports of wget, curl and patch; fix ncurses #35

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

Merged
merged 2 commits into from
May 23, 2020

Conversation

Dennisbonke
Copy link
Member

@Dennisbonke Dennisbonke commented May 22, 2020

This PR adds the following ports:

  • wget, seems to work with direct ip's, barring improvements to the experimental tcp implementation, doesn't correctly work with hostnames.
  • curl, builds, when given an ip or hostname, dies on inet_pton
  • patch, should work out of the box

Furthermore, the following port has been updated

  • ncurses, the source is now a git repo, and with a nice little patch ncurses is now able to produce shared libraries, satisfying various other packages, notably the curses module of python

This PR is part of #33

Signed-off-by: Dennisbonke <admin@dennisbonke.com>
curl: Add port
wget: Add port

Signed-off-by: Dennisbonke <admin@dennisbonke.com>
Copy link
Member

@avdgrinten avdgrinten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@avdgrinten avdgrinten changed the title Add various ports Add ports of wget, curl and patch; fix ncurses May 23, 2020
@avdgrinten avdgrinten merged commit 9e1bac5 into managarm:master May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants