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

net-vpn/vtun: Fix implicit setproctitle, also libbsd is a runtime dependency #28656

Closed

Conversation

leakingmemory
Copy link
Contributor

Fix implicit setproctitle, also libbsd is a runtime dependencydepencency. Also fix implicit getpt, grantpt, ptsname, by enabling nonstandard (_GNU_SOURCE) gnu extensions and extra open/posix (_XOPEN_SOURCE).
Bug: https://bugs.gentoo.org/875443

depencency. Also fix implicit getpt, grantpt, ptsname, by enabling
nonstandard (_GNU_SOURCE) gnu extensions and extra open/posix
(_XOPEN_SOURCE).
Bug: https://bugs.gentoo.org/875443
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @leakingmemory
Areas affected: ebuilds
Packages affected: net-vpn/vtun

net-vpn/vtun: @gentoo/proxy-maint (maintainer needed)

Linked bugs

Bugs linked: 875443


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added maintainer-needed There is at least one affected package with no maintainer. Review it if you can. assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Dec 13, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-12-13 19:53 UTC
Newest commit scanned: 8c4e7c2
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/b84ba8c847/output.html

@@ -18,7 +18,8 @@ RDEPEND="
lzo? ( dev-libs/lzo:2 )
socks5? ( net-proxy/dante )
ssl? ( dev-libs/openssl:0= )
zlib? ( sys-libs/zlib )"
zlib? ( sys-libs/zlib )
Copy link
Member

Choose a reason for hiding this comment

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

Needs a revbump both for the patch (as it can affect runtime) & the RDEPEND change. I'll do it on merge, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. maintainer-needed There is at least one affected package with no maintainer. Review it if you can.
Projects
None yet
4 participants