Displaying 20 results from an estimated 1000 matches similar to: "[Patch] Makefile.in, new install-nosysconf target"
2003 May 10
0
Small Makefile.in Patch
This is a fairly inconsequential patch, but it comes in handy in a few
instances. The patch simply splits install-files into "install-files"
and "install-sysconf" - taking all of the sysconfdir stuff and putting
in its own target which I then added to 'install' and 'install-nokeys'.
I then added an install-nosysconf to NOT do that stuff.
This helped us
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2004 Jul 22
2
Potential Patch
Hey folks,
Here at USC we have a few changes we make to the source code for various
reasons -- and we have to make them for each new version. I always shrugged
off sending a patch in because the changes felt very internal, but the more I
think about it, the more I think perhaps they would be good for the main tree.
Additionally, the more of this that gets into the main tree the easier
upgrades
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is
listed in teh configure --help output.
The attached patch fixes these issues:
1) program prefix is not substituted in configure
2) program prefix is not present in Makefile
3) scp requires use of a known "scp" program
-- bryan
diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in
***
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
Hello again,
In my constant recompiles of 2.9p1 and 2.9p2, I've noticed that
upgrading a current installation with a test compile leads to tons
of files being updated even when they don't need to be.
The attached patch for Makefile.in splits the install-files target
into a bunch of serparate targets: install-dirs, install-prog,
install-man, install-conf, which are then all called in
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
If for some reason (directory missing or permissions bad), it is
not possible to cd into either the scards or openbsd-compat direcotries, the
make will enter an infinite loop. Correct this by changing the make idiom
(cd directory; $(MAKE))
to the idiom
(cd directory && $(MAKE))
so that a failure to cd into directory will generate an error for make.
The following patch is against the
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
Hello,
There are three small problems with the "slogin" and "slogin.1" symlinks
created upon installation:
1. "./" is included in the target path unnecessarily.
2. Symlinks are assumed to be available, while only hardlinks could.
3. EXEEXT is not respected for slogin.
Here is a fix for both problems -- the "./" is simply removed, EXEEXT is
added, the
2000 Dec 10
2
snapshot: ssh-keyscan problems
Hello all,
Tested the latest snapshot. ssh-keyscan seems to have gone in. :)
Two issues about it (patched):
1) the man pages aren't installed, only uninstalled
2) RH spec file (and the others no doubt..) won't include it.
General observations: for RSA keys only?, kinda obsoletes
contrib/make-ssh-known-hosts*.
--
Pekka Savola "Tell me of difficulties surmounted,
2004 Apr 30
0
buildpkg.sh enhancements
I've made some changes to buildpkg.sh to make it easier for package
builders to add their local changes.
I'd like people that use buildpkg.sh to test and comment on these
changes before I commit them to CVS.
None of the defaults have changed.
Some of the patch is is just moving chunks of code to a different
location to make some of the enhancements work.
Some things you may find
2002 Apr 14
1
"make install" broken in cvs
This applies to all platforms, I think:
$ make install
[snip]
if [ ! -z "yes" ]; then \
./install-sh -c -m 644 ssh-rand-helper.8.out /home/dtucker/openssh/openssh-cvs-test/contrib/aix/package/usr/local/man/man8/ssh-rand-helper.8
/bin/sh: 0403-057 Syntax error at line 1 : `then' is not matched.
make: *** [install-files] Error 2
Looks like missing line continuation in
2009 Nov 14
1
Alternate Install Location Patch Proposal
Hi All,
Below (and attached) is a patch that will allow openssh to be installed in an alternate location. This is essential when cross-compiling. The cross-compile use case is:
configure [bunch-of-options]
make
DESTDIR=<alt-location> make install-nokeys
I believe the patch may also be useful for non-cross-compiling cases.
Regards,
...doug
---8<-----
diff -uraN
2000 Jul 28
0
whoops, revised patch for buildroot in 2.1.1p4
Whoops, missed a ./mkinstalldirs. Correct patch to Makefile.in is
attached.
--
Edward S. Marshall <emarshall at mercantec.com> UNIX Administrator
http://www.nyx.net/~emarshal/ Mercantec, Inc.
-------------- next part --------------
24c24
< CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
2000 Jul 28
0
buildroot patch for 2.1.1p4
Hi,
There's a small problem with 2.1.1p4; you can't build it outside of the
source tree without the small attached patch to Makefile.in. Hope this
helps.
--
Edward S. Marshall <emarshal at logic.net> http://www.nyx.net/~emarshal/
-------------------------------------------------------------------------------
[ Felix qui potuit rerum cognoscere causas.
2004 Feb 09
4
Some GSSAPI/Kerberos Questions
After reading some more from the archives, a private email, and some
general research, I see that KerbV support has been dropped in favor
of GSSAPI.
Which is fine, and wonderful, I support GSSAPI.
But, erm, the announcement says, "This release contains some GSSAPI
user authentication support to replace legacy KerberosV authentication
support. At present this code is still considered
2005 Aug 23
1
openssh-unix-dev Digest, Vol 28, Issue 10
On Tue, Aug 23, 2005 at 03:10:45PM +1000, openssh-unix-dev-request at mindrot.org wrote:
> Date: Fri, 19 Aug 2005 17:56:19 +1000
> From: Darren Tucker <dtucker at zip.com.au>
> Subject: Re: OpenSSH sget/sput suggestion
> To: CRX Driver <crxssi at hotmail.com>
> Cc: openssh-unix-dev at mindrot.org
> Message-ID: <430590A3.1090506 at zip.com.au>
> Content-Type:
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
I am trying to build openssh-4.3p2 portable source under Cygwin running
under Windows XP SP2.
I have installed Cygwin 1.5.19-4 along with these significant packages
(installed using the cygwin setup program):
gcc 3.4.4-1
minires-devel 1.00-1
openssl 0.9.8a-1
openssl-devel 0.9.8a-1
openssl097 0.9.7i-1
tcp_wrappers 7.6-1
zlib 1.2.3-1
I used the instructions in openssh-4.3p2/contrib./cygwin/README
2002 Jun 28
0
[Bug 318] New: Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
Summary: Install failure creating ssh_prng_cmds
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org