Displaying 20 results from an estimated 55 matches for "buildpkg".
2024 Mar 09
2
Call for testing: OpenSSH 9.7
...05/03/2024 01:24, Damien Miller wrote:
>
> Hi,
>
> OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
>
Running the testsuite on Solaris 9 I see this:
set -xe ; if /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q
key | grep -q ^ssh-rsa ; then \
/export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen
-if
/export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2.prv |
diff - /export/home/tgc/buildpkg/openssh/src
/openssh-git/regress/rsa_openssh.prv ; \...
2001 Oct 17
3
Again: bugs in contrib/solaris/opensshd.in and buildpkg.sh
(Shame on me: wrong filename in last posting, now here are correct
diffs)
in contrib/solaris/ (openssh-SNAP-20011017.tar.gz)
1) buildpkg.sh makes wrong link for /etc/init.d/opensshd
2) /etc/init.d/opensshd has not-working killproc
here my version tested on Solaris 2.4 and 8
(no pgrep with solaris 2.4, XARGS was undefined, simpler
syntax)
J?rg
--- contrib/solaris/buildpkg.sh Fri Oct 12 22:30:53 2001
+++ contrib/solaris/buildpkg....
2002 Mar 13
1
Problem with buildpkg.sh
I am attempting to successfully run the buildpkg.sh script which is located
in the contrib/solaris directory. I am receiving the following error:
Building pkginfo file...
Building prototype file...
Building package..
## Building pkgmap from package prototype file.
## Processing pkginfo file.
pkgmk: ERROR: parameter <VERSION> cannot be null...
2006 Feb 13
0
FYI: buildpkg.sh.in
I've just commited the patch below to buildpkg.sh.in to HEAD
Just in case anyone is using "make package" to build a SVR4 style
package, I thought I'd give a heads the default name for
$POST_MAKE_INSTALL_FIXES has changed.
--- buildpkg.sh.in.old 2005-12-28 14:24:55.856729016 -0800
+++ buildpkg.sh.in 2006-02-12 10:04:06.383475017...
2005 May 12
2
[Bug 1038] buildpkg.sh postinstall script does not install RC links using installroot and non-symlinks.
http://bugzilla.mindrot.org/show_bug.cgi?id=1038
Summary: buildpkg.sh postinstall script does not install RC links
using installroot and non-symlinks.
Product: Portable OpenSSH
Version: 4.0p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2...
2002 Nov 28
2
contrib/solaris/buildpkg.sh - use within JumpStart as well?
Hello,
I don't know how off the wall this question will be, but first let me
say that I've found your buildpkg.sh script very useful in creating
an OpenSSH package for use on my Solaris systems. Currently I'm trying
to set up a fully automated JumpStart system at my workplace, and I'm
realizing that the 'postinstall' script (and possibly some of the other
install scripts) won't work cle...
2002 Mar 08
1
buildpkg.sh in OpenSSH_3.1p1
Hi,
version.h in OpenSSH_3.1p1 has an Newline after
#define SSH_VERSION "OpenSSH_3.1p1"
so
tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'
does give back a version number
regards
Oliver
--
Oliver F?nger - Phone +49 201 8501 319
Cityweb Network GmbH & Co. KG
Friedrichstr. 12 - Fax +49 201 8501 104
45128 Essen - email
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
...opy
>> # /usr/local/sbin/prngd /var/run/egd-pool
Below are the options I used configuring openssh-3.1p1
>> # ./configure --prefix=/opt/OBSDssh --with-pam --without-rsh
--disable-suid-ssh --sysconfdir=/etc --with-prngd-socket=/var/run/egd-pool
Then make
>> # make
Then I ran the buildpkg.sh successfully.
And /etc/init.d/opensshd worked fine too on the system that I built the
package.
But when I tried the newly generated package on a new system that did not
already have entropy collected , opensshd fails.
Any ideas on how to overcome this?
Thanks..
MesutPAK
Network Analyst
2002 Jul 18
1
'buildpkg.sh' for OpenSSH - non-interactive install?
I have a minor issue with the 'buildpkg.sh' script in the contrib/solaris
directory for OpenSSH (3.4p1 in my case) that I'm hoping might be solvable.
First off, I'd like to say that I've been quite happy with the script; for
interactive installs, it's worked great.
My problem is occurring due to my attempts to make i...
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 s...
2002 Jul 15
10
Patch: Solaris packages don't create privsep user or group
Hi.
Solaris packages created by buildpkg.sh don't create privsep user or
group and sshd won't start until they are created (or privsep is
disabled):
## Executing postinstall script.
starting /usr/local/sbin/sshd... Privilege separation user sshd does not
exist
/etc/init.d/opensshd: Error 255 starting /usr/local/sbin/sshd...
baili...
2002 Mar 08
0
contrib/solaris/buildpkg.sh buglet
Hi,
The line grabbing the version out of version.h is slightly broken in 3.1p1:
VERSION=`tail -1 ../../version.h | sed [.....]
because there's an extra blank line at the end of version.h. It would be
more robust if the script did something like this instead:
VERSION=`grep SSH_VERSION ../../version.h | sed [....]
Cheers,
Chris
2003 Dec 05
1
OpenSSH Contrib/solaris buildpkg.sh
Hi,
thanks for this great work. Just a minor point - maybe
you should mention the
rm -rf $FAKE_ROOT
command within your README file:
It caught me unexpected and I was looking a couple
of minutes for the package artifact before I actually
read the last line.
Regards,
Burkhard Kohl
Lead Engineer Content Management
burkhard.kohl at intershop.de
INTERSHOP?
http://www.intershop.de
INTERSHOP
2015 Feb 27
3
Call for testing: OpenSSH 6.8
...tems as possible.
> >
>
> I've now tested using revision 1ad3a77 and it passes the testsuite on Solaris
> 2.6, 7, 8 and 9 (using gcc and openssl 1.0.1k).
>
> Only one little nit prevents 'all tests passed':
> gmake[1]: Entering directory
> `/export/home/tgc/buildpkg/openssh/src/openssh-git/regress'
> test "x" != "x" && mkdir -p
> /export/home/tgc/buildpkg/openssh/src/openssh-git/regress//valgrind-out
> gmake[1]: *** [prep] Error 1
>
> Reversing the test to = and || instead will fix it.
committed - thanks for per...
2002 Mar 26
0
openssh-3.1p1, buildpkg.sh on Solaris 8
...pplication SMCosslc openssl
application SMCsudo sudo
$
My path during the build was:
$ echo $PATH
/lhome/cs71/omichael/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin
$
and with no special LD_LIBRARY_PATH or LD_RUN_PATH.
Now, the only problem I had was, that the buildpkg.sh scripts does a
## Extract common info requires for the 'info' part of the package.
VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed
's/\"$//'`
but since there is a blank line at the end of version.h the variable
VERSION is empty and the packag...
2001 Nov 08
1
buildpkg.sh scripts problem
Hello Ben Lindstrom,
I tried your package creation scripts for Solaris which are contributed with
the new OpenSSH Version 3.0.0p1.
Nice that you develop these scripts but I run into a major problem
installing the package which was created by the script.
On our Solaris hosts /usr/local is only a symbolic link to /opt/local. After
installing the OpenSSH package the symbolic link was removed and a
2002 May 24
1
patch for openssh/contrib/solaris/buildpkg.sh
Here is a small patch for OpenSSH 3.2.3p1..
When the package postinstall script runs, it presumes that the package
will be installed relative to the current / directory.. If this package
is installed as part of a Solaris Jumpstart installation, this will not be
the case. Consequentially, the /etc/ssh/sshd_config.default will never
get copied to /etc/ssh/sshd_config on the new operating system.
2002 Mar 02
2
Support for AIX native (.bff) packages: patch available
Hello All,
I've written basic support for creating AIX native packages (ie installp/SMIT installable .bff's) that lives in contrib/aix. It is based on Ben Lindstrom's Solaris buildpkg.sh. It requires no special tools and all code was either written by me or derived from the openssh distribution itself. It is made available under the same terms as buildpkg.sh (ie public domain).
There's still some rough edges but it works for me. The script has been tested on AIX 4.2.1 and...
2002 Mar 18
1
Need help with buildpkg script
Ben,
I am trying to create a package for Openssh.3-1p1, but the
/contrib/solaris/buildpkg.sh script failes with the following errors:
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/b
in
mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/bin
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/s
bin
mkdir /tools/...
2024 Mar 09
1
Call for testing: OpenSSH 9.7
On Sat, 9 Mar 2024, Tom G. Christensen wrote:
[snip]
> Running the testsuite on Solaris 9 I see this:
[snip]
> /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if
> /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_crnl.prv |
> diff - /export/home/tgc/buildpkg/openss
> h/src/openssh-git/regress/rsa_openssh.prv ; \
> fi
> + /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh -Q key
>...