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

community/tclx: remove use of rresvport #849

Closed
wants to merge 13 commits into from
Closed

community/tclx: remove use of rresvport #849

wants to merge 13 commits into from

Conversation

snoe925
Copy link

@snoe925 snoe925 commented Feb 9, 2017

Remove use of network routines in libc on Debian. In this case rresvport is just a helper to allocate a port < 1024. The user can do that as root.

@jirutka
Copy link
Member

jirutka commented Feb 9, 2017

Remove use of network routines in libc on Debian.

WAT? This is not Debian… o.O

prepare() {
cd "$builddir"
default_prepare
}
Copy link
Member

Choose a reason for hiding this comment

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

Why have you added this? default_prepare is called by default when custom prepare function is not defined.

Copy link
Author

Choose a reason for hiding this comment

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

I used main/openssh as an example. I cut and pasted the prepare, but after removing one line I did not understand to remove the entire block.

Copy link
Author

@snoe925 snoe925 left a comment

Choose a reason for hiding this comment

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

Removed redundant prepare.

@jirutka jirutka changed the title Remove use of rresvport. community/tclx: remove use of rresvport Feb 10, 2017
@fabled
Copy link
Contributor

fabled commented Feb 15, 2017

Applied with pkgrel bump in commit 1ab30ef. I had to merge manually using the diff because this was on top of your earlier tree, and not on top of the aports master. Please submit further changes rebased on top of the aports master branch. Thanks.

@fabled fabled closed this Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants