Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2017 16:08:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199119] libmd conflicts with libcrypto
Message-ID:  <bug-199119-8-HpxXAVkmkB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199119-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199119-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199119

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: avg
Date: Thu Feb 23 16:07:47 UTC 2017
New revision: 314144
URL: https://svnweb.freebsd.org/changeset/base/314144

Log:
  MFC r282726: Ensure libmd symbols do not clash with libcrypto

  Add a prefix to all symbols in libmd to avoid incompatibilites
  with same-named, but not binary compatible, symbols from libcrypto.

  Also introduce Weak aliases to avoid the need to rebuild dependent
  binaries and a major version bump.

  PR:           199119

Changes:
_U  stable/10/
  stable/10/lib/libmd/md4.h
  stable/10/lib/libmd/md4c.c
  stable/10/lib/libmd/md5.h
  stable/10/lib/libmd/md5c.c
  stable/10/lib/libmd/mdXhl.c
  stable/10/lib/libmd/ripemd.h
  stable/10/lib/libmd/rmd160c.c
  stable/10/lib/libmd/sha.h
  stable/10/lib/libmd/sha1c.c
  stable/10/lib/libmd/sha256.h
  stable/10/lib/libmd/sha256c.c
  stable/10/lib/libmd/sha512.h
  stable/10/lib/libmd/sha512c.c
  stable/10/lib/libmd/shadriver.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199119-8-HpxXAVkmkB>