summary refs log tree commit diff
path: root/pkgs/development/libraries/libbsd
AgeCommit message (Collapse)AuthorFilesLines
2022-07-14libbsd: fix build on darwinJiajie Chen1-50/+112
Add libbsd_symver_weak macro Detect and skip group_from_gid & user_from_uid when provided by os. Signed-off-by: Jiajie Chen <c@jia.je>
2022-04-02libbsd: 0.11.5 -> 0.11.6R. Ryantm1-2/+2
2022-02-18libbsd: 0.11.3 -> 0.11.5R. RyanTM1-3/+3
* libbsd: 0.11.3 -> 0.11.5 (#159492) * libbsd: clarify licensing Upstream references: https://gitlab.freedesktop.org/libbsd/libbsd/-/blob/0.11.5/COPYING Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-11-11libbsd: make libmd a propagated build inputCharlotte Van Petegem1-1/+1
Dependencies like `eid-mw` need it to include md5.h.
2021-11-06libbsd: 0.10.0 -> 0.11.3Alyssa Ross2-253/+47
2021-04-14libbsd: Separate `out`, `dev`, and `man` outputsJohn Ericson1-0/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-14libbsd: update darwin.patchMatthew Bauer1-5/+2
fix multiple version map flags
2019-10-13Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""Matthew Bauer3-114/+194
This reverts commit 9e7582c74b1e6785e5517122f4ca2339503e6238. * Updates libbsd along with the darwin.patch. * Upstream PR for darwin.patch can be found at https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/3. * musl.patch is removed.
2019-10-13Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)"c0bw3b1-2/+2
This reverts commit 5a952d08220d4690d2d448e6776ddf5d6ac13e09. Build broken on Darwin because the patch needs a refresh (also the musl patch is not needed anymore) See issue #71081
2019-10-08libbsd: 0.9.1 -> 0.10.0 (#66948)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libbsd/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-13libbsd: fix build w/musl by adding missing includeWill Dietz2-1/+17
Patch from void, with prefix added.
2018-10-13libbsd: update patchesMatthew Bauer5-879/+206
2018-10-08libbsd: 0.8.7 -> 0.9.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libbsd
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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
2018-06-06Revert "libbsd: replace with nbcompat"Orivej Desh5-0/+1059
This reverts commit 480434f7eeefed7026dbbd11a4a0b1e4bfc1f137. netbsd.compat does not provide include files that are provided by libbsd [1], and it encumbers its transitive dependents with an obligatory include file that setups BSD-compatible C environment [2]. [1] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394922277 [2] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394928845
2018-06-06Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"Orivej Desh1-21/+0
This reverts commit 8b5ed12952300846928555b20fc10893f9df3965.
2018-06-02libbsd-freedesktop: re-init at 0.9.1, use for sambaMichael Raskin1-0/+21
a partial rollback of #41320 samba is already Linux-only because of acl, and it is unclear what the problem is with upstream netbsd-compat.
2018-05-31libbsd: replace with nbcompatMatthew Bauer5-1059/+0
2018-03-25libbsd: more upstream patchesWill Dietz3-2/+256
2018-03-25libbsd: apply upstream patch to fix w/muslWill Dietz2-1/+78
2018-02-15libbsd: update darwin patchMatthew Bauer1-31/+56
Fixes #27120 Fixes #34989
2018-01-27libbsd: 0.8.6 -> 0.8.7Tuomas Tynkkynen1-2/+2
2017-11-13libbsd, libtiger: fix meta evaluationVladimír Čunát1-1/+1
I suppose we'll one day transition to forced automatic checks of some basic things before pushing/merging.
2017-11-13libbsd: add myself as maintainerMatthew Bauer1-0/+1
2017-11-13libbsd: update darwin patch for 0.8.6Matthew Bauer1-47/+50
This resolves the patch issues. If someone has time, they should try to get the patched merged upstream.
2017-10-22libbsd: 0.8.5 -> 0.8.6Tuomas Tynkkynen1-2/+2
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-07-04libbsd: 0.8.4 -> 0.8.5Tuomas Tynkkynen1-2/+2
2017-06-20libbsd: 0.8.3 -> 0.8.4Franz Pletz1-2/+2
2017-04-20libbsd: use patch instead of forkMatthew Bauer2-18/+684
2017-04-20libbsd: fixup on darwinMatthew Bauer1-5/+20
This is my attempt to get libbsd workin on Darwin. It's kind of a mess right now with patches. Most of it are ugly hacks but at least it builds!
2017-03-01libbsd: 0.8.2 -> 0.8.3Peter Hoeg1-7/+7
2016-08-14libbsd: remove unnecessary patchPhaseRobin Gloster1-6/+0
`substituteInPlace` was operating on a non-existant file.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-02-27libbsd: 0.7.0 -> 0.8.2 for CVE-2016-2090Graham Christensen1-3/+3
2014-10-08libbsd: update from 0.3.0 to 0.7.0Aristid Breitkreuz1-3/+3
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2012-02-05Added 'bumblebee', a package that facilitates NVidia Optimus graphics with X11.Arie Middelkoop1-0/+24
Note: it relies heavily on 'virtualgl'. This also makes the approach taken by bumblebee not very effective. So, this package is actually mainly useful for shutting down your card so that it does not consume power/produce heat. See the comments in bumblebee/default.nix svn path=/nixpkgs/trunk/; revision=32036