[40983] trunk/dports/net/openssh/Portfile

wsiegrist at apple.com wsiegrist at apple.com
Sun Oct 19 23:33:05 PDT 2008


Revision: 40983
          http://trac.macports.org/changeset/40983
Author:   wsiegrist at apple.com
Date:     2008-10-19 23:33:05 -0700 (Sun, 19 Oct 2008)
Log Message:
-----------
Update OpenSSH to v5.1p1. Closes #16419. Also drop maintainership due to time constraints.

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2008-10-20 06:26:26 UTC (rev 40982)
+++ trunk/dports/net/openssh/Portfile	2008-10-20 06:33:05 UTC (rev 40983)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name            openssh
-version         5.0p1
+version         5.1p1
 categories      net
-maintainers     wms openmaintainer
+maintainers     nomaintainer 
 description     OpenSSH secure login server
 long_description  OpenSSH is a FREE version of the SSH protocol suite of \
           network connectivity tools that increasing numbers of people on the \
@@ -20,9 +20,9 @@
 homepage        http://www.openssh.com/
 platforms       darwin
 checksums       ${distfiles} \
-		md5 1f1dfaa775f33dd3328169de9bdc292a \
-		sha1 121cea3a730c0b0353334b6f46f438de30ab4928 \
-		rmd160 b813234014e339fe2d9d10a5adad9f8e065918fc
+		md5 03f2d0c1b5ec60d4ac9997a146d2faec                               \
+		sha1 877ea5b283060fe0160e376ea645e8e168047ff5	\
+		rmd160 24293ad89633cfd4791f08eb3442becb7e5788ca
 
 master_sites    openbsd:OpenSSH/portable \
 	http://mirror.mcs.anl.gov/openssh/portable/ \
@@ -62,11 +62,12 @@
 # For high-performance patch
 variant hpn description "apply high performance patch" {
   patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/
-  patchfiles-append     ${distname}-hpn13v3.diff.gz
-  checksums-append      ${distname}-hpn13v3.diff.gz \
-  			md5 95e7f78d63b419babd820c0653aa47ef \
-                        sha1 688265249dfaa449283ddfae2f81a9b6e3507f86 \
-			rmd160 d4baca41f6212036b513173835de6e1081d49ac8
+  patchfiles-append     ${distname}-hpn13v5.diff.gz
+  checksums-append      ${distname}-hpn13v5.diff.gz \
+			md5 614f2cc34817bb9460e3b700be21b94b	\
+			sha1 c2911f04f8d46a28afa9f9cbb7ec226cb2c893d1	\
+			rmd160 6466cd0825e80366adc1978069e3c61255e0bde7
+
   patch.pre_args
   post-patch {
     reinplace "s|TMP_SSH_VERSION SSH_PORTABLE|TMP_SSH_VERSION SSH_PORTABLE SSH_HPN|" ${worksrcpath}/version.h
@@ -114,3 +115,4 @@
     "if \[ -r ${prefix}/var/run/sshd.pid \]; then
         kill `cat ${prefix}/var/run/sshd.pid`
         fi"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081019/4a2d61bf/attachment-0001.html 


More information about the macports-changes mailing list