summary refs log tree commit diff
path: root/pkgs/os-specific/linux/facetimehd
Commit message (Collapse)AuthorAge
* 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
* Merge pull request #90192 from kraem/kraem/pkgs/facetimehd/remove-nixpkgs-patchGraham Christensen2020-06-12
|\ | | | | facetimehd: remove patch in nixpkgs, patched upstream
| * facetimehd: remove patch in nixpkgs, patched upstreamkraem2020-06-12
| |
* | facetimehd: 2019-12-10 -> 2020-04-16kraem2020-06-12
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* facetimehd: update src to build with linux >= 5.6kraem2020-04-05
| | | | also add kraem to maintainers
* facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8kraem2020-01-17
|
* facetimehd: fix build, resolves #33220Yegor Timoshenko2018-01-01
|
* facetimehd: disable aarch64-linux buildsKranium Gikos Mendoza2017-04-26
|
* facetimehd: 2016-05-02 -> 2016-10-09Graham Christensen2016-10-15
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-30
|\
| * facetimehd, facetimehd-firmware: Add grahamc as a maintainerGraham Christensen2016-05-26
| |
| * facetimehd: Document updating the facetimehd-firmwareGraham Christensen2016-05-26
| |
| * facetimehd: git-20160127 -> git-20160503Kranium Gikos Mendoza2016-05-21
| | | | | | | | Fixes issues with kernels newer than 4.4.
* | 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
* | facetimehd: turn off PIC hardeningRobin Gloster2016-02-21
|/
* facetimehd: init at git-20160127Kranium Gikos Mendoza2016-01-28