summaryrefslogtreecommitdiff
path: root/package/lvm/patches/patch-tools_lvmcmdline_c
AgeCommit message (Collapse)Author
2021-11-04lvm: Update to version 2.02.188Phil Sutter
Drop all patches while doing so, seems to work just fine without. New dependency is libaio. Also add a dependency on BLK_DEV_DM kernel symbol. Note the backported patch from upstream fixing for libc implementations without symbol versioning support which caused a segfault in cryptsetup due to recursive calls to dm_task_get_info_base(). Signed-off-by: Phil Sutter <phil@nwl.cc>
2018-06-07lvm: update to 2.02.177Waldemar Brodkorb
2017-03-28lvm: fix cross-compile on DarwinWaldemar Brodkorb
2015-03-01revert this commit, as it breaks with uClibc-ngWaldemar Brodkorb
https://www.redhat.com/archives/lvm-devel/2014-November/msg00132.html uClibc-ng uses simpler malloc as default.
2014-05-29fix musl compile, patch from sabotage linuxWaldemar Brodkorb