summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcap
Commit message (Collapse)AuthorAge
* libcap: add some key reverse-dependencies to passthru.testsRobert Scott2023-08-19
|
* libcap: 2.68 -> 2.69Martin Weinelt2023-05-18
| | | | | | | https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.iuvg7sbjg8pe https://www.openwall.com/lists/oss-security/2023/05/16/2 Fixes: CVE-2023-2602, CVE-2023-2603
* libcap: 2.67 -> 2.68R. Ryantm2023-04-27
|
* libcap: 2.66 -> 2.67R. Ryantm2023-03-01
|
* libcap: 2.65 -> 2.66R. Ryantm2022-09-26
|
* libcap: 2.63 -> 2.65R. Ryantm2022-08-02
|
* libcap: fix cross-compilation supportRick van Schijndel2022-04-12
| | | | | | | Between libcap 2.51 and 2.52, the CROSS_COMPILE flag appears in more places. Maybe it was already required before, but now the build fails due to it not being set. Set it unconditionally.
* libcap: 2.49 -> 2.63zowoq2022-03-17
| | | | https://sites.google.com/site/fullycapable/release-notes-for-libcap
* libcap: 2.48 -> 2.49R. RyanTM2021-07-24
|
* libcap: use correct runtime shellMilan Pässler2021-04-11
|
* libcap: fix static buildOrivej Desh2021-04-08
| | | | | | It supports static build with SHARED=no; the patch no longer applies. Tested by building pkgsStatic.libcap.
* libcap: 2.47 -> 2.48R. RyanTM2021-03-20
|
* libcap: 2.46 -> 2.47 (#111014)Yurii Izorkin2021-01-29
|
* Merge pull request #109102 from Izorkin/libcap-updateJörg Thalheim2021-01-18
|\
| * libcap: use full path to bashIzorkin2021-01-12
| |
| * libcap: 2.44 -> 2.46Izorkin2021-01-12
| |
* | pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|/
* treewide: Start to break up static overlayJohn Ericson2021-01-03
| | | | | | | | | We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
* libcap: fix static buildJoe Hermaszewski2020-12-08
| | | | | | This makes the build correct when cap==null It also patches the Makefiles so that shared libraries aren't built during the install phase
* Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-26
| | | | | | | | | This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted).
* Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-25
| | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
* libcap: 2.27 -> 2.44zowoq2020-10-14
|
* 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