yp-tools: Update version from 2.12 to 4.2.3 #2099
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 2.12 no longer compiles because of the removal of rpc code from
glibc. This has been addressed in later releases.
Use release from https://github.com/thkukuk/yp-tools which is referenced
from http://www.linux-nis.org/.
The autogen.sh provided with the package is not prepared for a separate
source tree, so use
build_in_sourcedir
.bees autogen receipt doesn't call configure after autogen.sh. Overwrite
bee_configure to do so,
The patch from yp-tools-2.12.1.bee to let ypppasswd skip the check of
the old password if shadow passwords are enabled, is no longer required
as equivalent code has been integrated into 4.2.3.
Build to revision -1, because a revision -0 already exists as a unmerged
bee package.
Overall the changtes from mTEMPLATE are:
Fixes #2085