summaryrefslogtreecommitdiff
path: root/package/lvm
AgeCommit message (Collapse)Author
2022-11-28lvm: Add a default config to stop writing cachePhil Sutter
No point in storing the cache in cfgfs. Signed-off-by: Phil Sutter <phil@nwl.cc>
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
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-06-06lvm: update to 2.02.155Waldemar Brodkorb
2016-04-04lvm: update to 2.02.149Waldemar Brodkorb
2016-04-02fix download link for lvmOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-03-13lvm: update to latest versionWaldemar Brodkorb
2015-05-16update lvm to latestWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar 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.
2015-01-09update sha checksumWaldemar Brodkorb
2015-01-03allow static build of nfsroot for lemoteWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-09-25update to latest upstreamWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-29fix musl compile, patch from sabotage linuxWaldemar Brodkorb
2014-05-24fix lvm package compileWaldemar Brodkorb
2014-05-23update to latest upstreamWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2011-07-18add header subpackagesWaldemar Brodkorb
2011-01-19fix dependencyWaldemar 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-11-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-09-30update to latest available upstreamWaldemar Brodkorb
2010-09-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/binutils/Makefile
2010-09-17update some targets to 2.6.35.4Waldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-01always make binary or library writable by the user, before trying to stripWaldemar Brodkorb
2010-07-30update and fix build on OpenBSD hostWaldemar Brodkorb
2010-07-13add PKG_SECTION for libraryWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-04-21update to latest upstreamWaldemar 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
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-11-22add pcengines wrap supportWaldemar Brodkorb
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE
2009-09-02make rescue for x86_64 usable as PXE netboot imageWaldemar Brodkorb
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile..
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