summaryrefslogtreecommitdiff
path: root/package/lvm/patches
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
2017-03-26lvm: update to 2.02.168Waldemar Brodkorb
2015-05-16update lvm to latestWaldemar 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
2014-05-24fix lvm package compileWaldemar Brodkorb
2014-05-23update to latest upstreamWaldemar Brodkorb
2011-01-11fix misusage of CFLAGS, found via -fhonour-coptsWaldemar Brodkorb
2011-01-07do not install docsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-07-30update and fix build on OpenBSD hostWaldemar Brodkorb
2010-03-11fix install of filesWaldemar Brodkorb
2010-03-06update to latest upstream version, make a new subpackage for libdevmapperWaldemar Brodkorb
2010-02-16fix OpenBSD compileWaldemar Brodkorb
2009-08-22update to latest upstreamWaldemar Brodkorb
- force building of static libdevmapper library via patch
2009-06-13FreeBSD compatibility patchesWaldemar Brodkorb
- update ipset and libpri to latest upstream
2009-05-17Initial importwbx