[openssh-commits] [openssh] branch master updated (7cdf9fdc -> 4317b2a0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 23 23:25:35 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 7cdf9fdc upstream: Skip DH group generation test if binaries don't support
new e0055af2 Split regress-binaries into two targets.
new 4317b2a0 upstream rev 1.28: fix comment typo.
The 2 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 4317b2a0480e293e58ba115e47b49d3a384b6568
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 23:24:47 2019 +1000
upstream rev 1.28: fix comment typo.
commit e0055af2bd39fdb44566ff6594147664e1fac8b8
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 23 23:06:22 2019 +1000
Split regress-binaries into two targets.
Split the binaries for the unit tests out into a regress-unit-binaries
target, and add a dependency on it for only the unit tests. This allows
us to run the integration tests only ("make t-exec") without building
the unit tests, which allows us to run a subset of the tests when
building --without-openssl without trying (and failing) to build the
unit tests.
This means there are two targets for "unit" which I *think* is valid
(it works in testing, and makedepend will generate Makefiles of this
form)a but I could be wrong.
Summary of changes:
Makefile.in | 6 +++++-
openbsd-compat/sha2.c | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list