Commit Graph

263391 Commits

Author SHA1 Message Date
Jörg Thalheim
eadffd9154
nixos/wrappers: fix applying capabilities
With libcap 2.41 the output of cap_to_text changed, also the original
author of code hoped that this would never happen.
To counter this now the security-wrapper only relies on the syscall
ABI, which is more stable and robust than string parsing. If new
breakages occur this will be more obvious because version numbers will
be incremented.
Furthermore all errors no make execution explicitly fail instead of
hiding errors behind debug environment variables and the code style was
more consistent with no goto fail; goto fail; vulnerabilities (https://gotofail.com/)
2021-01-14 08:46:57 +01:00
Sandro
8fcb5db84c
Merge pull request #109306 from flokli/dbmate-remove-deps
dbmate: remove deps.nix
2021-01-14 07:48:28 +01:00
Sandro
7ab8f240ba
Merge pull request #109303 from ilian/fix/openldap-maintainers-typo
openldap: fix typo when specifying maintainers list
2021-01-14 07:43:50 +01:00
Sandro
29d0d2faca
Merge pull request #109294 from fabaff/icmplib 2021-01-14 07:37:05 +01:00
Sandro
942f96ac55
Merge pull request #109298 from fabaff/poolsense 2021-01-14 07:34:58 +01:00
Sandro
d9d3cb64ad
Merge pull request #109291 from fabaff/hydrawiser 2021-01-14 07:34:33 +01:00
Sandro
67744a8a40
Merge pull request #109290 from TredwellGit/electron_11
electron_11: 11.1.0 -> 11.2.0
2021-01-14 07:34:05 +01:00
Jörg Thalheim
ff22087bd0
Merge pull request #109304 from Pamplemousse/radare2
radare2: Minor cleaning in expression
2021-01-14 05:47:00 +00:00
Peter Hoeg
a089d80e15 darkhttpd: drive-by cleanup 2021-01-14 12:11:49 +08:00
Mario Rodas
57d324877f
Merge pull request #109297 from archaeron/update-nushell
nushell: 0.24.1 -> 0.25.1
2021-01-13 21:19:01 -05:00
Fabian Affolter
acc4bb890e home-assistant: update component-packages 2021-01-13 17:12:55 -08:00
Fabian Affolter
4cfda18756 python3Packages.pyxeoma: init at 1.4.1 2021-01-13 17:12:55 -08:00
Silvan Mosberger
7ddb89332c
Merge pull request #109293 from ilian/u/reaper
reaper: 6.12c -> 6.19
2021-01-14 01:15:46 +01:00
Silvan Mosberger
ffdefb66c0
Merge pull request #108966 from pstn/murmurPswitch
nixos/murmur: Add overrideable package switch
2021-01-14 01:07:56 +01:00
Cole Helbling
326fc3736c Revert "calibre: 4.23.0 -> 5.9.0" 2021-01-13 15:52:36 -08:00
Artur Cygan
73db86659f pe-parse: init at 1.2.0 2021-01-13 14:18:37 -08:00
Nikolay Korotkiy
6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
ilian
72b730c5e9 reaper: 6.12c -> 6.19 2021-01-13 23:09:02 +01:00
ilian
e05cbb82e1 rpcs3: update maintainers 2021-01-13 23:09:02 +01:00
ilian
e10bf33327 bonzomatic: update maintainers 2021-01-13 23:09:02 +01:00
ilian
696d91d9c6 maintainers: update username nocent -> ilian
My GitHub ID remains 25505957 as confirmed by the GitHub API:
https://api.github.com/users/ilian
2021-01-13 23:07:44 +01:00
sephalon
76fad08473
nixos/matrix-synapse: enable HTTPS in example (#109230)
The /.well-known endpoint must use HTTPS, see specification:
https://matrix.org/docs/spec/server_server/latest#resolving-server-names.
2021-01-13 22:20:17 +01:00
Michael Weiss
69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
adisbladis
b1961de94e
Merge pull request #107152 from adisbladis/emacs-withpackage-refactor
emacsPackages*: Move to emacs*.pkgs
2021-01-13 21:03:43 +01:00
Florian Klink
3dcd713d19 dbmate: remove deps.nix
This file wasn't removed when switching to buildGoModule, but is unused.
2021-01-13 20:21:26 +01:00
kraem
e41f385b1c linux/hardened/patches/5.4: 5.4.88.a -> 5.4.89.a 2021-01-13 14:17:01 -05:00
kraem
e408bd85f0 linux/hardened/patches/5.10: 5.10.6.a -> 5.10.7.a 2021-01-13 14:17:01 -05:00
kraem
2aab392665 linux/hardened/patches/4.19: 4.19.166.a -> 4.19.167.a 2021-01-13 14:17:01 -05:00
kraem
5b687cf099 linux/hardened/patches/4.14: 4.14.214.a -> 4.14.215.a 2021-01-13 14:17:01 -05:00
kraem
305aabb1ac linux: 5.4.88 -> 5.4.89 2021-01-13 14:17:01 -05:00
kraem
146d17dd60 linux: 5.10.6 -> 5.10.7 2021-01-13 14:17:01 -05:00
kraem
a1f3d24a96 linux: 4.9.250 -> 4.9.251 2021-01-13 14:17:01 -05:00
kraem
290dce1c29 linux: 4.4.250 -> 4.4.251 2021-01-13 14:17:01 -05:00
kraem
f462d8aee4 linux: 4.19.166 -> 4.19.167 2021-01-13 14:17:01 -05:00
kraem
4878fcd3c9 linux: 4.14.214 -> 4.14.215 2021-01-13 14:17:01 -05:00
Pamplemousse
25d3912133 radare2: Minor cleaning in expression
Upstream is fixed: Removing this line does not break the build.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-13 11:46:17 -07:00
ilian
52a6cc02c5 openldap: fix typo in maintainers 2021-01-13 19:15:18 +01:00
Sandro
3ef74a3565
Merge pull request #109287 from TredwellGit/element-desktop 2021-01-13 19:05:18 +01:00
Sandro
bed03ad07c
Merge pull request #109285 from fabaff/pyinsteon 2021-01-13 19:04:41 +01:00
Sandro
c99459e02f
Merge pull request #109282 from fabaff/aiokef 2021-01-13 19:04:17 +01:00
Sandro
7f715cbebd
Merge pull request #109281 from CheariX/joplin-desktop-1.6.7
joplin-desktop: 1.4.19 -> 1.6.7
2021-01-13 19:03:51 +01:00
Sandro
ef9b2b9567
Merge pull request #109277 from fabaff/pytest-factory-boy 2021-01-13 19:02:52 +01:00
Sandro
8dab700dad
Merge pull request #109279 from siriobalmelli-foss/nightly/gopass
gopass: 1.10.1 -> 1.11.0
2021-01-13 19:02:20 +01:00
Sandro
1401c0c30f
Merge pull request #109272 from fabaff/pyfnip 2021-01-13 19:01:35 +01:00
Fabian Affolter
6bb763e820 home-assistant: update component-packages 2021-01-13 18:27:18 +01:00
Fabian Affolter
113848213f python3Packages.poolsense: init at 0.0.8 2021-01-13 18:08:46 +01:00
Jörg Thalheim
c8d8d17293
Merge pull request #109278 from fabaff/bump-pyftdi
python3Packages.pyftdi: 0.52.0 -> 0.52.9
2021-01-13 17:06:55 +00:00
archaeron
ab879aa622
nushell: 0.24.1 -> 0.25.1 2021-01-13 17:57:07 +01:00
Fabian Affolter
e8a2613d58 home-assistant: update component-packages 2021-01-13 17:53:00 +01:00
Fabian Affolter
e0dd82d309 python3Packages.icmplib: init at 2.0.1 2021-01-13 17:51:42 +01:00