summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-03-31 09:52:59 +0400
committerVlad Glagolev2008-03-31 09:52:59 +0400
commit496e29c6a9106976034a030af5014c17041be521 (patch)
treed594629ccc4277597dc7cce46a8c78f43ed57e00
parentbf97f3280205f2ac9d36ffeff95daa4678cd7a1f (diff)
openssh: => 4.9p1
-rwxr-xr-xcrypto/openssh/DETAILS10
-rw-r--r--crypto/openssh/HISTORY3
2 files changed, 8 insertions, 5 deletions
diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS
index 6cef2c0300..a4764df83d 100755
--- a/crypto/openssh/DETAILS
+++ b/crypto/openssh/DETAILS
@@ -1,18 +1,18 @@
SPELL=openssh
- VERSION=4.7p1
+ VERSION=4.9p1
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=${SOURCE}.asc
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE2
+ SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE2_IGNORE=signature
- SOURCE_GPG="openssh.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE_GPG=openssh.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.openssh.org/
ENTERED=20010922
LICENSE[0]=http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD
KEYWORDS="crypto"
- SHORT="A client and server for encrypted remote logins and file transfers."
+ SHORT="client and server for encrypted remote logins and file transfers"
cat << EOF
This is a Unix/Linux port of OpenBSD's excellent OpenSSH. OpenSSH is a
full implementation of the SSH1 protocol and a 99% implementation of the
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index a4b92866f5..ce9f16b787 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2008-03-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 4.9p1
+
2008-03-22 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on e2fsprogs for libcom_err