Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508020 - net-misc/openssh: epatch_user should go after the modification of version.h
Summary: net-misc/openssh: epatch_user should go after the modification of version.h
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 15:45 UTC by Agostino Sarubbo
Modified: 2014-04-20 03:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2014-04-18 15:45:41 UTC
Suppose I want to edit version.h to hide my really ssh version, I can't use epatch_user because it is before the modification of version.h
Comment 1 SpanKY gentoo-dev 2014-04-20 03:15:02 UTC
you can't sanely patch out the version value anyways as it'll change between versions and USE settings

if you want to hide the value, patch the place where the version string is used.  that'll be much more portable across versions/etc...