Commit Graph
32 Commits
Author SHA1 Message Date
obadz a05a340e26 PAM: reorganize the way pam_ecryptfs and pam_mount get their password
Run pam_unix an additional time rather than switching it from sufficient
to required. This fixes a potential security issue for
ecryptfs/pam_mount users as with pam_deny gone, if cfg.unixAuth = False
then it is possible to login without a password.
2015-11-21 21:10:40 +00:00
obadz a7cda4b68a spacefm: 1.0.1 -> 1.0.4 2015-11-21 16:50:56 +00:00
obadz 972381b66a citrix-receiver: init at 13.2.1, fixes #8458 2015-11-11 22:27:15 +01:00
obadz 2b7c156079 Revert "chromium: 45.0.2454.101 -> 46.0.2490.71"
This reverts commit 0ad0fbdf8a.

This upgrade causes "Aw, Snap" crashes on websites that use srtp
such as Google Hangouts.

Details: https://github.com/NixOS/nixpkgs/issues/10555
2015-10-23 17:01:37 +01:00
obadz d90040afd8 chromium: add enable_hangout_services_extension=true to fix screensharing bug
as suggested in: https://code.google.com/p/chromium/issues/detail?id=416856#c53
2015-10-07 20:39:22 +01:00
obadz 31dc4f6c1b google-drive-ocamlfuse: 0.5.12 -> 0.5.18 2015-10-07 17:47:22 +01:00
obadz db31c1c438 orpie: init at 1.5.2
[Bjørn: add meta.platforms]
2015-09-28 21:03:11 +02:00
obadz 9142c02cb9 pithos: 1.0.1 -> 1.1.1 2015-09-25 14:00:29 +01:00
obadz afdfe76bbd nixos: environment.pathsToLink += some desktop dirs
Close #9622.
(adding common desktop locations and locations specified in
http://standards.freedesktop.org/menu-spec/1.1/)
2015-09-07 21:16:23 +02:00
obadz 172522e153 ecryptfs:
- upgrade 106 -> 108
- fix passphrase rewrapper (password changing should now work fine) as
  discussed on https://bugs.launchpad.net/ecryptfs/+bug/1486470
- add lsof dependency so ecryptfs-migrate-home should work out of the
  box
2015-08-19 12:16:57 +01:00
obadz 64befd0cb3 haskell/regex-tdfa-text: add patch to fix build
http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1
2015-08-06 11:14:06 +01:00
obadz 5632ab7b24 haskell: delete unused patches 2015-08-06 11:14:06 +01:00
obadz 3801ef5912 haskell: move patches to patches directory 2015-08-06 11:14:05 +01:00
obadz 23f5a23ec7 haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness 2015-08-06 11:09:47 +01:00
obadz 30bd03a3e2 dotnet: package coreclr (from git) 2015-06-24 15:06:14 +01:00
obadz 33e0dbbc4b dotnet: package Projekt 2015-06-23 23:12:29 +01:00
obadz e45788993b dotnet: FSharp.Compiler.Service 0.0.89 -> 0.0.90 2015-06-23 23:12:29 +01:00
obadz 0092d04d25 dotnet: package Deedle 1.2.0 2015-06-23 23:12:29 +01:00
obadz 3e6d95fc2a dotnet: FSharp.Data 2.2.2 -> 2.2.3 2015-06-23 23:11:50 +01:00
obadz 9c205124e4 dotnet: package ExcelDna 0.32.0 + ExcelDna.Registration 2015-06-23 23:11:50 +01:00
obadz 14dcf50cb1 dotnet: package MathNet.Numerics 3.7.0 2015-06-23 23:11:08 +01:00
obadz 58418eaa67 dotnet: FSharp.AutoComplete 0.16.0 -> 0.18.2 2015-06-23 23:11:08 +01:00
obadz 24bb5d1a94 dotnet: Paket 1.6.2 -> 1.18.2 2015-06-23 23:11:08 +01:00
obadz 3f762e27ec monodevelop: 5.9.0.431 -> 5.9.4.5 2015-06-23 23:11:08 +01:00
obadz d4681bf626 Lay down the foundation for packaging the .NET echosystem
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
  - Places nuget & paket as they would clash with nix
  - Patch project files because F# targets are expected to be found in
    the mono directory (and we know that's not going to happen on nix)
  - Find DLLs that were copied from buildInputs and replace by symlink
    for sharing
  - Export produced DLL via the pkg-config mechanism
  - Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
  bunch more..

This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
obadz d27b8e642e mono 3.12.1 -> 4.0.1
monodevelop 5.7.0.660 -> 5.9.0.431
2015-05-07 12:56:22 +01:00
obadz ac182f0a93 add pithos 1.0.1 2015-04-22 04:32:38 +01:00
obadz 8f7f2feb1d ecryptfs 104 -> 106 2015-04-05 23:55:01 +01:00
obadz be7f104502 sg: add setuid wrapper. (newgrp is a symlink to sg and was already setuid).
sudo: add ability for wheel users to change group (as well as user)
2015-03-30 23:50:45 +01:00
obadz 1129f6b0db mono 3.8.0 -> 3.12.1
monodevelop 5.1.4.0 -> 5.7.0.660
2015-03-30 23:48:25 +01:00
obadz fcd5d8fdc6 ecryptfs: lib.maintainers vs maintainers 2015-03-08 16:03:52 -07:00
obadz e5d4624420 PAM/eCryptfs now able to mount ecryptfs'd home directories on login 2015-03-08 16:03:51 -07:00