aboutsummaryrefslogtreecommitdiff
path: root/libs/libsearpc/patches
Commit message (Collapse)AuthorAge
* libsearpc: Update to 3.2.0, add Python 3 bindings packageJeffery To2020-03-14
This also moves the Python dependency from libsearpc to python3-searpc, and adds myself as a maintainer. Patches: * 001-fix-memory-leak-GH-48.patch: This is (at this time) the only difference between the tags v3.2.0 and v3.2-latest. * 002-no-future-import.patch: The future package is only needed for Python 2 compatibility; all of the functions/symbols it provides are available in Python 3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>