[openssh-commits] [openssh] branch master updated (857568d -> a396271)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 23 17:00:08 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  857568d   removing UseLogin bits from configure.ac
       new  114efe2   upstream commit
       new  6ee4f1c   hook match and utf8 unittests up to Makefile
       new  a396271   upstream commit

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit a39627134f6d90e7009eeb14e9582ecbc7a99192
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Aug 23 06:36:23 2016 +0000

    upstream commit
    
    remove Protocol directive from client/server configs that
    causes spammy deprecation warnings
    
    hardcode SSH_PROTOCOLS=2, since that's all we support on the server
    now (the client still may support both, so it could get confused)
    
    Upstream-Regress-ID: c16662c631af51633f9fd06aca552a70535de181

commit 6ee4f1c01ee31e65245881d49d4bccf014956066
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Aug 23 16:33:48 2016 +1000

    hook match and utf8 unittests up to Makefile

commit 114efe2bc0dd2842d997940a833f115e6fc04854
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Aug 19 06:44:13 2016 +0000

    upstream commit
    
    add tests for matching functions
    
    Upstream-Regress-ID: 0869d4f5c5d627c583c6a929d69c17d5dd65882c

Summary of changes:
 Makefile.in                                  | 34 +++++++++++
 regress/Makefile                             |  2 +
 regress/test-exec.sh                         |  7 +--
 regress/unittests/Makefile                   |  4 +-
 regress/unittests/{bitmap => match}/Makefile |  4 +-
 regress/unittests/match/tests.c              | 86 ++++++++++++++++++++++++++++
 regress/unittests/utf8/tests.c               |  4 +-
 7 files changed, 132 insertions(+), 9 deletions(-)
 copy regress/unittests/{bitmap => match}/Makefile (70%)
 create mode 100644 regress/unittests/match/tests.c

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list