summary refs log tree commit diff
path: root/pkgs/os-specific/linux/multipath-tools
Commit message (Collapse)AuthorAge
* multipath-tools: fix the service path to multipathdGraham Christensen2021-03-11
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* multipath-tools: Fix build with multi-output lvm2Anders Kaseorg2020-07-26
| | | | | | | It was broken by commit d3a991d41028c5d2a5af2796c0bb542836457822 (#93024). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* multipath-tools: support json_c-0.14Martin Milata2020-07-02
|
* multipath-tools: Fix build failure due to GZIP make varNeil Mayhew2020-06-02
| | | | | | | | | | | The multipath-tools makefiles use GZIP as a variable name but this is also the name of the environment variable gzip uses to get its default options. Normally, this wouldn't get into the environment but nixpkgs exports GZIP=-n in a setup hook. This in turn causes make to export its own value for this variable. gzip objects to having -c in the environment variable and aborts, causing the build to fail.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* multipath-tools: Fix prefixDaniel Schaefer2019-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | udev rules and manpages in section 8 were installed into $out/usr Results in the following derivation output diff: lib/systemd/system lib/systemd/system/multipathd.service lib/systemd/system/multipathd.socket +lib/udev +lib/udev/kpartx_id +lib/udev/rules.d +lib/udev/rules.d/11-dm-mpath.rules +lib/udev/rules.d/11-dm-parts.rules +lib/udev/rules.d/56-multipath.rules +lib/udev/rules.d/66-kpartx.rules +lib/udev/rules.d/68-del-part-nodes.rules sbin share share/man @@ -79,25 +87,14 @@ share/man/man3/mpath_persistent_reserve_out.3.gz share/man/man5 share/man/man5/multipath.conf.5.gz +share/man/man8 +share/man/man8/kpartx.8.gz +share/man/man8/mpathpersist.8.gz +share/man/man8/multipath.8.gz +share/man/man8/multipathd.8.gz usr usr/include usr/include/libdmmp usr/include/libdmmp/libdmmp.h usr/include/mpath_cmd.h usr/include/mpath_persist.h -usr/lib -usr/lib/udev -usr/lib/udev/kpartx_id -usr/lib/udev/rules.d -usr/lib/udev/rules.d/11-dm-mpath.rules -usr/lib/udev/rules.d/11-dm-parts.rules -usr/lib/udev/rules.d/56-multipath.rules -usr/lib/udev/rules.d/66-kpartx.rules -usr/lib/udev/rules.d/68-del-part-nodes.rules -usr/share -usr/share/man -usr/share/man/man8 -usr/share/man/man8/kpartx.8.gz -usr/share/man/man8/mpathpersist.8.gz -usr/share/man/man8/multipath.8.gz -usr/share/man/man8/multipathd.8.gz
* multipath-tools: 0.8.2 -> 0.8.3R. RyanTM2019-10-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/multipath-tools/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* multipath-tools: 0.8.1 -> 0.8.2R. RyanTM2019-07-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/multipath-tools/versions
* multipath-tools: 0.6.2 -> 0.8.1Franz Pletz2019-06-03
|
* multipath-tools: download URL points to tag for easier package updatesLászló Vaskó2019-05-21
|
* multipath-tools: fix download URLLászló Vaskó2019-05-21
| | | | | The URL was mistakenly truncated in the following commit: 57bccb3cb8f treewide: http -> https sources (#42676)
* multipath-tools: add licenseMarkus Kowalewski2018-08-30
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* multipath-tools: ensure gzip does not capture timestampJoachim Fasting2016-12-20
| | | | | | | | | gzip is originally called as 'gzip -9 -c' This is a port of https://github.com/NixOS/nixpkgs/pull/2281/commits/a8e7ddd1dfaae4b3ce97fdefe4614a3e31c04501 Note that it does not seem to make a difference to `nix-build --check`.
* multipath-tools: 0.5.0 -> 0.6.2, fixes buildFranz Pletz2016-09-09
| | | | Was broken due to 78178d5854901e1b17a14bce3fe43515984b7b91.
* systemd: Separate lib outputEelco Dolstra2016-09-05
| | | | | | | | | This moves libsystemd.so and libudev.so into systemd.lib, and gets rid of libudev (which just contained a copy of libudev.so and the udev headers). It thus reduces the closure size of all packages that (indirectly) depend on libsystemd, of which there are quite a few (for instance, PulseAudio and dbus). For example, it reduces the closure of Blender from 430.8 to 400.8 MiB.
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* multipath-tools: no format hardeningRobin Gloster2016-01-30
|
* multipath_tools: Cleanup and update to v0.5.0aszlig2016-01-21
| | | | | | | | | | | | | | | | | | | Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this fortunately isn't the case anymore so we don't need to set sourceRoot by ourselves. I've also moved the definition of makeFlagsArray to the attribute makeFlags, because we can use $(var) to substitute shell variables within make. The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and it seems that libudev is used directly. Nevertheless, there are still references to FHS paths such as /var/run, /etc/multipath.conf and /etc/multipath but these are only relevant at runtime and can be configured to point to a different path elsewhere. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Eradicate gzip -9 without -nAlexander Kjeldaas2014-12-28
|
* udev-173, patchYury G. Kudryashov2011-08-18
| | | | svn path=/nixpkgs/branches/udev-173/; revision=28660
* * Add the Linux multipath-tools.Eelco Dolstra2011-04-06
svn path=/nixpkgs/trunk/; revision=26719