Update to 5.5
This commit is contained in:
parent
f7d63b9a05
commit
01e9d8f4f4
@ -1,26 +1,25 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
# It can be used nearly unmodified with many packages
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=openssh
|
topdir=openssh
|
||||||
version=5.1p1
|
version=5.5p1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=ftp://ftp.dkuug.dk/pub/OpenSSH/portable/$topdir-$version.tar.gz
|
source[0]=ftp://ftp.sunet.se/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export LDFLAGS="-R$prefix/lib -L$prefix/lib"
|
export LDFLAGS="-R$prefix/lib -L$prefix/lib"
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
make_check_target="tests"
|
||||||
|
|
||||||
configure_args="--prefix=$prefix --mandir=$prefix/$_mandir --sysconfdir=$prefix/${_sysconfdir}/ssh --datadir=$prefix/${_sharedir}/openssh --with-default-path=/usr/bin:$prefix/${_bindir} --with-mantype=cat --with-pam --disable-suid-ssh --without-rsh --with-privsep-user=sshd --with-privsep-path=/var/empty/sshd --with-superuser-path=/usr/bin:/usr/sbin:$prefix/$_bindir:$prefix/$_sbindir --with-lastlog=/var/adm/lastlog --without-zlib-version-check"
|
configure_args="--prefix=$prefix --mandir=$prefix/$_mandir --sysconfdir=$prefix/${_sysconfdir}/ssh --datadir=$prefix/${_sharedir}/openssh --with-default-path=/usr/bin:$prefix/${_bindir} --with-mantype=cat --with-pam --disable-suid-ssh --without-rsh --with-privsep-user=sshd --with-privsep-path=/var/empty/sshd --with-superuser-path=/usr/bin:/usr/sbin:$prefix/$_bindir:$prefix/$_sbindir --with-lastlog=/var/adm/lastlog --without-zlib-version-check"
|
||||||
|
|
||||||
@ -36,6 +35,12 @@ build()
|
|||||||
generic_build
|
generic_build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reg check
|
||||||
|
check()
|
||||||
|
{
|
||||||
|
generic_check
|
||||||
|
}
|
||||||
|
|
||||||
reg install
|
reg install
|
||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
|
4
openssh/meta/ChangeLog
Normal file
4
openssh/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CHANGELOG
|
||||||
|
---------
|
||||||
|
* Sat May 08 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 5.5p1-1
|
||||||
|
- Update to 5.5p1
|
@ -29,6 +29,6 @@ $lprefix/$_mandir
|
|||||||
$lprefix/$_sysconfdir
|
$lprefix/$_sysconfdir
|
||||||
$lprefix/libexec/ssh-keysign
|
$lprefix/libexec/ssh-keysign
|
||||||
$lprefix/libexec/sftp-server
|
$lprefix/libexec/sftp-server
|
||||||
${lprefix}/${_sharedir}/openssh/Ssh.bin
|
$lprefix/libexec/ssh-pkcs11-helper
|
||||||
default_docs
|
default_docs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user