Displaying 4 results from an estimated 4 matches for "mirashi".
Did you mean:
hiroshi
2002 Mar 07
0
OpenSSH-3.1p1 AIX packaging bug [patch]
Hello,
The change in release number broke some some assumptions in
buildbff.sh:
* SSH_VERSION was always on the last line of version.h
* The OpenSSH version number would give a valid installp version (which
must have four parts).
Thanks to Mandar Mirashi for pointing this out.
Anyone affected can try the following patch which works for me and
hopefully will behave sanely in future.
-Daz.
diff -c -r openssh-3.1p1/contrib/aix/buildbff.sh openssh-3.1p1-aix/contrib/aix/buildbff.sh
*** openssh-3.1p1/contrib/aix/buildbff.sh Tue Mar 5 13:38:3...
2002 Mar 08
1
--prefix at runtime
...order is
1. Is --prefix defined on the command line? If not,
2. Is prefix defined via an environment variable? If not,
3. Use compiled in --prefix
I was wondering if something similar already exists, or do we need to code
this in...haven't dug through the code to check..thanks :-)
Mandar Mirashi
Maintainer: ftp.undernet.org, Undernet IRC FAQ.
ftp://rtfm.mit.edu/pub/usenet/alt.irc.undernet
For IRC help/Undernet information, check out http://www.undernet.org
2002 Mar 09
0
OpenSSH-3.1p1 AIX buildbff.sh patch
...he following changes to contrib/aix
relative to 3.1p1:
* Gets version number from ssh -V as suggested by Tim Rice.
* Does a better job of generating valid AIX package version numbers
(fixes inutoc "format of the toc file is invalid" and "invalid level"
errors reported by Mandar Mirashi).
* Tests for "make install" failure and doesn't generate empty package
in that case.
* Generate file sizes in inventory file.
Tested and resulting packages installed on AIX 4.2.1 and 4.3.3.
Please review and let me know of problems or apply if OK (and
chmod a+x contrib/aix/*.sh)....
2002 Mar 17
1
[patch] AIX package build fixes, please commit
...It makes the following changes (relative to 3.1p1):
* Gets version number from ssh -V as suggested by Tim Rice.
* Does a better job of generating valid AIX package version numbers
(fixes inutoc "format of the toc file is invalid" and "invalid level"
errors reported by Mandar Mirashi).
* Tests for "make install" failure and doesn't generate empty package
in that case.
* Generate file sizes in inventory file.
Tested and resulting packages installed on AIX 4.2.1 and 4.3.3.
Patch is also available here:
http://www.zip.com.au/~dtucker/openssh-3.1p1-aixbff.pat...