svn commit: r431441 - in head/security/openssh-portable: . files

Bryan Drewery bdrewery at FreeBSD.org
Fri Jan 13 23:32:01 UTC 2017


On 1/13/17 3:28 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri Jan 13 23:28:54 2017
> New Revision: 431441
> URL: https://svnweb.freebsd.org/changeset/ports/431441
> 
> Log:
>   Add working SCTP patch.
>   
>   This has 2 minor changes from the upstream bug 1604
>   
>   PR:		215632
>   Submitted by:	soralx at cydem.org
> 
> Added:
>   head/security/openssh-portable/files/extra-patch-sctp   (contents, props changed)

The diff is:

> --- openssh-7.2_p1-sctp.patch   2017-01-13 13:35:15.669244000 -0800
> +++ files/extra-patch-sctp      2017-01-13 15:25:44.146106000 -0800
> @@ -135,7 +135,7 @@ index 69d4553..83a2c06 100644
>  @@ -136,6 +136,7 @@ typedef enum {
>         oChallengeResponseAuthentication, oXAuthLocation,
>         oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
> -       oCertificateFile, oAddKeysToAgent,
> +       oCertificateFile, oAddKeysToAgent, oIdentityAgent,
>  +      oTransport,
>         oUser, oEscapeChar, oRhostsRSAAuthentication, oProxyCommand,
>         oGlobalKnownHostsFile, oUserKnownHostsFile, oConnectionAttempts,
> @@ -544,7 +544,7 @@ index f9ff91f..d0d92ce 100644
>    again:
>  -      while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"
>  +      while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx" SCTP_OPT
> -           "ACD:E:F:GI:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) {
> +           "ACD:E:F:GI:J:KL:MNO:PQ:R:S:TVw:W:XYy")) != -1) {
>                 switch (opt) {
>                 case '1':
>  @@ -845,6 +850,11 @@ main(int ac, char **av)



-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170113/f4ac6347/attachment.sig>


More information about the svn-ports-head mailing list