remove sha512_t
commit110755e9d4f26f376548dcf3c8d34db4f96fc66e
authorLauri Tirkkonen <lotheac@iki.fi>
Fri, 10 Nov 2017 09:57:16 +0000 (10 11:57 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Fri, 10 Nov 2017 10:02:25 +0000 (10 12:02 +0200)
treeffeb5cf24e6df85a8a43608b83c3c913efa9d767
parent58db511998465dabc11f9698752e216dcdfe1453
remove sha512_t

our libmd never shipped SHA512_t_*, but pkg build happened to succeed
because -zdefs was not on by default.

fun fact: some of the tests tried to import 'pkg.sha512' which didn't
exist; the module was called 'pkg.sha512_t'.
13 files changed:
src/modules/digest.py
src/modules/sha512_t.c [deleted file]
src/pkg/manifests/package:pkg.p5m
src/setup.py
src/tests/api/t_sha512_t.py [deleted file]
src/tests/cli/t_pkg_install.py
src/tests/cli/t_pkg_revert.py
src/tests/cli/t_pkg_search.py
src/tests/cli/t_pkg_sysrepo.py
src/tests/cli/t_pkgrecv.py
src/tests/cli/t_pkgrepo.py
src/tests/cli/t_pkgsend.py
src/tests/cli/t_pkgsign.py