Opened 15 years ago

Closed 14 years ago

#21840 closed defect (wontfix)

openssh-5.3p1-hpn13v6.diff.gz is not available from any of the mirrors

Reported by: ksze (Kal Sze) Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: conradwt (Conrad Taylor)
Port: openssh

Description

The Portfile for openssh has been updated to reflect the latest version 5.3. However, the patch for the hpn variant is not available from any of the mirrors, so upgrading an existing installation of the hpn variant would fail.

Change History (9)

comment:1 Changed 15 years ago by ksze (Kal Sze)

I forgot to indicate the affected port, sorry. Obviously, the affected port is openssh. It would be nice if Trac would have validated my submission and pointed out that I had not indicated a port.

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jwa@…
Port: openssh added

comment:3 Changed 15 years ago by jmroot (Joshua Root)

There simply is no HPN patch for 5.3p1 yet. Once there is one, note that the first checksums in the Portfile will need to specify ${distfiles} once again, or the hpn variant will cause different breakage.

comment:4 in reply to:  3 Changed 15 years ago by macports@…

Replying to jmr@…:

There simply is no HPN patch for 5.3p1 yet.

This happened before, and it will happen again. It isn't a good reason to ship a broken variant. The maintainer could use Gentoo's patch, create an openssh-hpn port, wait to update the openssh port, or drop the hpn variant.

comment:5 Changed 14 years ago by jinn.koriech@…

This variant is borked in other ways too.

Here's the diff for the Portfile to build with the hpn patch taken directly from Gentoo. Sub-optimal, yes - but "It Works"(tm), for now.

23,26c22,25
< #checksums       ${distfiles} 
< checksums           md5     13563dbf61f36ca9a1e4254260131041 \
<                     sha1    d411fde2584ef6022187f565360b2c63a05602b5 \
<                     rmd160  f8c98b4b91b7e0e02b33837ef6978e8b7570cf9e
---
> checksums       ${distfiles} \
>                 md5 13563dbf61f36ca9a1e4254260131041 \
>                 sha1 d411fde2584ef6022187f565360b2c63a05602b5 \
>                 rmd160 f8c98b4b91b7e0e02b33837ef6978e8b7570cf9e
66,71c65,76
<   patch_sites-append    http://www.psc.edu/networking/projects/hpn-ssh/:hpn
<   patchfiles-append     ${distname}-hpn13v6.diff.gz:hpn
<   checksums-append      ${distname}-hpn13v6.diff.gz \
<                       md5 910fd1b82ea27ea9913127efae69b90b    \
<                       sha1 9683d5feb3f7e302ef836901af5366df6c425815   \
<                       rmd160 d647d3b0547e4d698c616f5ed6643b3ddbcced95
---
>   patch_sites-append    http://distfiles.gentoo.org/distfiles/:hpn
>   patchfiles-append     ${distname}-hpn13v6-gentoo.diff.gz
>   checksums-append      ${distname}-hpn13v6-gentoo.diff.gz \
>                         md5 5d794ab87e909736142cbae3c2bee128 \
>                         sha1 a30568339458976933e770900a933f013e8ce2c2 \
>                         rmd160 f4a99017f658d5b803b966cb3711f246be6344f9

comment:6 Changed 14 years ago by blb@…

Cc: conradwt@… added

Cc reporter of dup #22633.

comment:7 Changed 14 years ago by jmroot (Joshua Root)

Disabled the broken variant in r60751.

comment:8 Changed 14 years ago by chort@…

They released a patch for 5.3p1. The only problem is that it hangs if a client is forked with -f (how common is that?) http://www.psc.edu/networking/projects/hpn-ssh/

comment:9 Changed 14 years ago by jyrkiwahlstedt

Resolution: wontfix
Status: newclosed

Sorry for the late update, openssh is at 5.5p1 and the corresponding hpn patch is available, too (marking is as wontfix, because the referred version is old)

Note: See TracTickets for help on using tickets.