K 10 svn:author V 4 bapt K 8 svn:date V 27 2021-05-05T08:26:52.957288Z K 7 svn:log V 493 pkg(7): replace usage of sbuf(9) with open_memstream(3) open_memstream(3) is a standard way to obtain the same feature we do get by using sbuf(9) (aka dynamic size buffer), switching to using it makes pkg(7) more portable, and reduces its number of dependencies. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D30005 (cherry picked from commit cc9a8a116d19daf224222506441e91a3d329160e) Git Hash: 527a1eda9db8fada53b1434f71f12546fbaf16a4 Git Author: bapt@FreeBSD.org END