summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcap
Commit message (Collapse)AuthorAge
* treewide: installFlags is a listRobin Gloster2019-12-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libcap: 2.26 -> 2.27Will Dietz2019-04-18
| | | | https://sites.google.com/site/fullycapable/release-notes-for-libcap/releasenotesfor227
* libcap: 2.25 -> 2.26R. RyanTM2018-12-18
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libcap/versions
* libcap: add licensePascal Wittmann2018-08-08
| | | | see issue #43716
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* libcap: depsBuildBuild, don't set CC/BUILD_CCWill Dietz2018-02-13
|
* libcap: Fix cross-compilationBen Gamari2018-02-13
|
* libcap: already patch Make.Rules in prePatchFlorian Klink2017-10-22
| | | | | Make.Rules gets already included during compilation, so set paths before invoking make. This fixes wrong paths in libcap.pc.
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* libcap: replace old split with multi-outputAlexander Ried2016-05-03
|
* libcap: 2.24 -> 2.25Alexander Ried2016-05-03
|
* libcap*: fix with multiple outputsVladimír Čunát2015-10-04
| | | | | I don't think we need the license file in each of these, so I only left it with the library (it isn't big).
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * Remove isLinux assertion from libcapJoel Taylor2015-05-15
| | | | | | | | | | Heimdal evaluates libcap's meta.platforms to determine if it should be pulled in or not, and that fails if the stdenv.isLinux assertion fails.
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * libcap: 2.22 -> 2.24William A. Kennington III2015-03-26
| |
| * libcap_progs: fix bash pathj-keck2015-02-03
| | | | | | | | | | * in progs/capsh.c is the bash path hardcoded to '/bin/bash'. * this fix removes the absolute path und use 'execvpe' to call 'bash'.
| * libcap_progs: fix bash pathj-keck2015-02-03
| | | | | | | | | | * in progs/capsh.c is the bash path hardcoded to '/bin/bash'. * this fix set's the bash path from PATH.
| * libcap_progs: fix bash pathj-keck2015-02-02
| | | | | | | | | | * in progs/capsh.c is the bash path hardcoded to '/bin/bash' * this fix set's the path to '/var/run/current-system/sw/bin/bash'
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP: getting goodVladimír Čunát2014-08-27
| |
* | CleanupEelco Dolstra2013-08-23
|/
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* libcap: Update to 2.22Eelco Dolstra2012-07-19
| | | | Systemd requires the recent CAP_SYSLOG capability.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Split libcap packageYury G. Kudryashov2010-09-27
| | | | | | | libcap can be splitted for free (just cd subdir; make install). So I've decided not to raise up disscussions "should we build cap_pam.so?" etc. svn path=/nixpkgs/branches/stdenv-updates/; revision=23967
* libcap: with pam, just set prefix and libYury G. Kudryashov2010-09-27
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23960
* Updating libcap (i686-linux kde programs failed because libcap did not build ↵Lluís Batlle i Rossell2010-09-03
| | | | | | there) svn path=/nixpkgs/branches/stdenv-updates/; revision=23615
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * * Latest version.Eelco Dolstra2008-05-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
* | * Fixed an impurity in libcap that causes it to fail on non-NixOSEelco Dolstra2008-03-26
|/ | | | | | | | | | systems: the makefile determines whether to build with PAM support by doing PAM_CAP ?= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi) svn path=/nixpkgs/trunk/; revision=11285
* * Use kernel 2.6 libcap.Eelco Dolstra2008-02-29
| | | | svn path=/nixpkgs/trunk/; revision=10895
* * Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9202
* * Fix Darwin evaluation errors.Eelco Dolstra2007-05-16
| | | | svn path=/nixpkgs/trunk/; revision=8709
* * Pass makeFlags to `make install' as well. This is because quiteEelco Dolstra2006-12-27
| | | | | | | | often the same flags need to be passed to both `make' and `make install'. Added a variable buildFlags for flags that should only be passed to `make'. svn path=/nixpkgs/trunk/; revision=7491
* * Use substituteInPlace.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7489
* * Build ntpd with capabilities support.Eelco Dolstra2006-12-22
svn path=/nixpkgs/trunk/; revision=7462