[openssh-commits] [openssh] annotated tag V_7_5_P1 created (now e72d038)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Mar 29 11:22:36 AEDT 2017


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

djm pushed a change to annotated tag V_7_5_P1
in repository openssh.

        at  e72d038   (tag)
   tagging  d38f05dbdd291212bc95ea80648b72b7177e9f4e (commit)
  replaces  V_7_3_P1
 tagged by  Damien Miller
        on  Mon Mar 20 20:50:22 2017 +1100

- Log -----------------------------------------------------------------
openssh-7.5p1
-----BEGIN PGP SIGNATURE-----

iQGsBAABCgAGBQJYz6XjAAoJENPl9Wttkg0wOtUMf30QyK3LGUMrNn0odTNYBLfA
Lkq3adhVreSoBQxhJz9DJlrRHjl4jCveyvvnwjUwh0rxF/P51L7Vcwza7LBeYndq
I1gyKtxF5swuez4RnqXZs3aEEvzpWNFLqFzx1m5XNtqZ6n7ep4JY/AI8EftYoM1D
2fe+5Yb9CsDiNMH43syNhrC5iwMC747/vDtFNIIBDhzUjNcejtDSY9VPGECryNfD
BVSsv3QYe9AWROdbPoGsFj4ufxpJ/QZL62wq8F7/xGX8mnHizZq1pYX3hqsP/xSD
pVOFDdTgroVd9z9uauUatYo1skOx9v+F7qj43Atbk2ssPOErpa8Sak9tmZA/MbtT
oQL6rymwaFaSVIAylBl4JfwttBFsj/ao34l8xezqGSzvVulmQZZXwVBgcCPwyFNK
Of0BB7N6TbKBXdgz1OtJRLTCKRYUA/wpfirW8PBudOHOFypxVJHf/IqeFnIlIehy
j3UCkn2xNK5DNpLd+R3UrWp9Q5Z2Y2IbCEVqKTBvbN9zAbs8SLt12PtPHPgLRmI=
=mmj+
-----END PGP SIGNATURE-----

Damien Miller (31):
      update config.guess and config.sub to current
      update recommended autoconf version
      fix false positives when compiled with msan
      add --with-pam-service to specify PAM service name
      add a --with-login-program configure argument
      removing UseLogin bits from configure.ac
      hook match and utf8 unittests up to Makefile
      Tighten monitor state-machine flow for PAM calls
      tighten PAM monitor calls
      fix mdoc2man.awk formatting for top-level lists
      Remove portability support for mmap
      unbreak principals-command test
      Unbreak AES-CTR ciphers on old (~0.9.8) OpenSSL
      factor out common PRNG reseed before privdrop
      Make gnome-ssh-askpass2.c GTK+3-friendly
      Add a gnome-ssh-askpass3 target for GTK+3 version
      Force Turkish locales back to C/POSIX; bz#2643
      crank version numbers for release
      prefer to use ldns-config to find libldns
      sync fmt_scaled.c with OpenBSD
      Fix weakness in seccomp-bpf sandbox arg inspection
      support ioctls for ICA crypto card on Linux/s390
      Remove macro trickery; no binary change
      require OpenSSL >=1.0.1
      Make seccomp-bpf sandbox work on Linux/X32
      Adapt Cygwin config script to privsep knob removal
      create test mux socket in /tmp
      Yet another synonym for ASCII: "646"
      on Cygwin, check paths from server for backslashes
      I'm a doofus.
      crank version numbers

Darren Tucker (58):
      Repair $OpenBSD marker.
      Repair $OpenBSD markers.
      Strip trailing whitespace.
      Replace spaces with tabs.
      Explicitly test for broken strnvis.
      Use tabs consistently inside "case $host".
      Import updated moduli.
      Test multiplying two long long ints.
      Add a section for compiler specifics.
      Remove now-obsolete CVS $Id tags from text files.
      Remove obsolete CVS $Id from source files.
      Correct LDFLAGS for clang example.
      Fix typo.
      Only check for prctl once.
      Restore ssh-keygen's -J and -j option handling.
      Move -M handling code to match upstream.
      Move ssh-keygen -T handling code to match upstream.
      Move ssh-keygen -W handling code to match upstream
      Resync ssh-keygen -W error message with upstream.
      Remove no-op brackets to resync with upstream.
      If we don't have TCSASOFT, define it to zero.
      Import rev 1.23 from OpenBSD.  Fixes bz#2619.
      Import rev 1.24 from OpenBSD.
      Remove do_pam_set_tty which is dead code.
      Move DEF_WEAK into defines.h.
      Import readpassphrase.c rev 1.25.
      Import readpassphrase.c rev 1.26.
      Remote channels .orig and .rej files.
      Update links.
      Update host key generation examples.
      Update links to https.
      Fix formatting.
      Wrap stdint.h include in ifdef.
      Use !=NULL instead of >0 for getdefaultproj.
      Skip ssh1 specfic ciphers.
      Check if RIPEMD160 is disabled in OpenSSL.
      Move OPENSSL_NO_RIPEMD160 to compat.
      Use ptrace(PT_DENY_ATTACH, ..) on OS X.
      Use AC_PATH_TOOL for krb5-config.
      Check for utf8 local support before testing it.
      Include <unistd.h> for exit in utf8 locale test.
      exit is in stdlib.h not unistd.h (that's _exit).
      Add strcasestr to compat library.
      Add prototype for strcasestr in compat library.
      Remove commented-out includes.
      Get default of TEST_SSH_UTF8 from environment.
      Add missing monitor.h include.
      Re-add missing "Prerequisites" header and fix typo
      Remove LOGIN_PROGRAM.
      Remove _XOPEN_SOURCE from wide char detection.
      ifdef out EVP_R_PRIVATE_KEY_DECODE_ERROR
      If OSX is using launchd, remove screen no.
      Check for NULL from malloc.
      Add a "unit" target to run only unit tests.
      Plumb conversion test into makefile.
      Wrap stdint.h in #ifdef HAVE_STDINT_H
      Include includes.h for compat bits.
      Add llabs() implementation.

Tim Rice (1):
      modified:   configure.ac opensshd.init.in

bluhm at openbsd.org (3):
      upstream commit
      upstream commit
      upstream commit

deraadt at openbsd.org (2):
      upstream commit
      upstream commit

djm at openbsd.org (104):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

dtucker at openbsd.org (48):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

guenther at openbsd.org (3):
      upstream commit
      upstream commit
      upstream commit

jca at openbsd.org (1):
      upstream commit

jmc at openbsd.org (8):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

jsg at openbsd.org (3):
      upstream commit
      upstream commit
      upstream commit

markus at openbsd.org (9):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

millert at openbsd.org (2):
      upstream commit
      upstream commit

naddy at openbsd.org (2):
      upstream commit
      upstream commit

natano at openbsd.org (2):
      upstream commit
      upstream commit

otto at openbsd.org (1):
      upstream commit

tb at openbsd.org (2):
      upstream commit
      upstream commit

tedu at openbsd.org (1):
      upstream commit

-----------------------------------------------------------------------

No new revisions were added by this update.

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


More information about the openssh-commits mailing list