* portVersionedName contains the secondary architecture,
so using it means secondary package builds fail.
example: $portVersionedName is libwow_x86-0.0.0 when
doing an x86 build on x86_gcc2
The previously built package was broken (using package links paths for
revision 4). Couldn't determine why -- possibly forgot to remove the
work dir before building the final packages and somehow the revision
increment wasn't picked up.
* Update [BUILD_]REQUIRES.
* Add GLOBAL_WRITABLE_FILES, USER_SETTINGS_FILES, POST_INSTALL_SCRIPTS,
and PACKAGE_USERS attributes.
* Change global settings directory back to $sysconfDir/ssh (as expected
by sshd_keymaker.sh).
* Back-port (and fix) the AuthorizedKeysFile change in sshd_config
from 6.2p1.
* Declare login and passwd as requires and find them via the package
links directory.
* configure.ac: Allow passing the path to passwd via the environment.
* Remove all but the ".ssh" dir related changes from the pathnames.h
patch. The other paths can be specified/overridden via configure, so
we don't need to patch them. Same for LOGIN_PROGRAM in sshd_config.
* Fix sysconfdir and libexecdir paths. The build system doesn't append
a subdir path.