Commit graph

273665 commits

Author SHA1 Message Date
Sandro 84ffcd2b5b
Merge pull request #114444 from fortuneteller2k/update-mpd
mpd: 0.22.5 -> 0.22.6
2021-02-26 18:01:14 +01:00
Patryk Wychowaniec 336ef2de99
nixos/containers: allow containers with long names to create private networks
Launching a container with a private network requires creating a
dedicated networking interface for it; name of that interface is derived
from the container name itself - e.g. a container named `foo` gets
attached to an interface named `ve-foo`.

An interface name can span up to IFNAMSIZ characters, which means that a
container name must contain at most IFNAMSIZ - 3 - 1 = 11 characters;
it's a limit that we validate using a build-time assertion.

This limit has been upgraded with Linux 5.8, as it allows for an
interface to contain a so-called altname, which can be much longer,
while remaining treated as a first-class citizen.

Since altnames have been supported natively by systemd for a while now,
due diligence on our side ends with dropping the name-assertion on newer
kernels.

This commit closes #38509.

systemd/systemd#14467
systemd/systemd#17220
https://lwn.net/Articles/794289/
2021-02-26 17:48:49 +01:00
Patryk Wychowaniec 5f1345a303
nixos/containers: styling improvements 2021-02-26 17:44:14 +01:00
benneti 8e5a172d0c
git-credential-gopass: init at 1.12.0 (#114457)
* maintainers: add benneti

* git-credential-gopass: init at 1.12.0

* Update pkgs/tools/security/gopass/git-credential.nix

* Update pkgs/tools/security/gopass/git-credential.nix

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-26 11:37:34 -05:00
R. RyanTM a45a1b2318 nats-streaming-server: 0.19.0 -> 0.20.0 2021-02-26 11:18:32 -05:00
Peter Simons ecda7a86e7 Merge origin/master into haskell-updates. 2021-02-26 16:59:40 +01:00
sohalt 455cb9f913 FreeCAD: add spacenav support 2021-02-26 16:58:00 +01:00
Fabian Affolter 19fac4d078 home-assistant: update component-packages 2021-02-26 16:28:21 +01:00
Fabian Affolter 8bdca7d22d python3Packages.simplehound: init at 0.6 2021-02-26 16:26:31 +01:00
Fabian Affolter 9625b922a3 home-assistant: update component-packages 2021-02-26 16:12:00 +01:00
Fabian Affolter f8645e3b4a python3Packages.python-awair: init at 0.2.1 2021-02-26 16:11:42 +01:00
Eelco Dolstra 9c8fcd6146
Merge pull request #111955 from armijnhemel/e2tools-0.1.0
e2tools: 0.0.16 -> 0.1.0
2021-02-26 16:05:28 +01:00
Thiago Kenji Okada 19fca6f483 babashka: sync native-image arguments with upstream
This commit syncs the arguments passed to the babashka with upstream:
77daea7362/script/compile (L41-L74)

The idea here is to enable more features and reduce the number of issues
compared to upstream.

Also add some tests to ensure everything is working.
2021-02-26 11:47:23 -03:00
adisbladis 2986cad998
Merge pull request #114463 from adisbladis/telega-bin-paths-patch
emacs.pkgs.telega: Apply patch to always prefer fixed store path to server
2021-02-26 16:19:11 +02:00
Malte Brandy 1444504e4b
haskellPackages.cabal-install: Fix build for 3.4.0.0
We can‘t use overrideScope with random because that would touch a lot of
tests and cause build failures.  So I try to do the overrides manually.
2021-02-26 14:55:22 +01:00
midchildan 78e3596121
sourcetrail: fix darwin build (#112795) 2021-02-26 13:52:07 +00:00
Timo Kaufmann be504fc82a
Merge pull request #113603 from collares/sage-test-fixes
sage: disable intermittent test and fix threejs breakage
2021-02-26 13:27:44 +00:00
Malte Brandy 75da00cacd
haskellPackages.haskell-language-server: Fix build 2021-02-26 14:20:34 +01:00
Michael Weiss ed113c9bd5
tdesktop: 2.6.0 -> 2.6.1 2021-02-26 13:43:29 +01:00
Thomas Bereknyei 525811c181 pytest-timeout: remove test 2021-02-26 13:35:29 +01:00
rnhmjoj ed0a29c88d
nixos/test/ksm: add simple test 2021-02-26 13:06:18 +01:00
adisbladis 5a2bb448e1
emacs.pkgs.telega: Apply patch to always prefer fixed store path to server 2021-02-26 14:03:45 +02:00
Martin Weinelt 3389b87674
salt: 3002.2 -> 3002.5
https://saltproject.io/security_announcements/active-saltstack-cve-release-2021-feb-25/

Fixes: CVE-2021-3197, CVE-2021-25281, CVE-2021-25282, CVE-2021-25283,
CVE-2021-25284, CVE-2021-3148, CVE-2020-35662, CVE-2021-3144,
CVE-2020-28972, CVE-2020-28243
2021-02-26 12:57:37 +01:00
R. RyanTM 7c2dcbc467 lazarus: 2.0.10-2 -> 2.0.12 2021-02-26 11:45:51 +00:00
Michael Weiss c6f1dc2320
libglvnd: Switch to the new official repository
"The official repository for libglvnd is hosted on FreeDesktop.org's
GitLab: https://gitlab.freedesktop.org/glvnd/libglvnd" [0]

[0]: https://github.com/NVIDIA/libglvnd/tree/master#introduction
2021-02-26 12:40:17 +01:00
Michael Weiss 8066dd61a3
libglvnd: Add myself as maintainer
The package lacked a maintainer and since I already maintain Mesa it
makes sense to look after libglvnd as well.
2021-02-26 12:30:42 +01:00
Dennis Gosnell 81e50c8d04
Merge pull request #114435 from cdepillabout/purescript-0.14
purescript: 0.13.8 -> 0.14.0
2021-02-26 19:55:17 +09:00
Markus Hauck 596bcdaf93 anki-bin: 2.1.38 -> 2.1.40 2021-02-26 11:53:18 +01:00
adisbladis a2040f58f3
Merge pull request #114451 from adisbladis/libgccjit-darwin
gcc10: Pass langJit to preConfigure
2021-02-26 12:45:32 +02:00
Vincent Laporte 02b4f95f78
ocamlPackages.stdlib-shims: 0.1.0 → 0.3.0 2021-02-26 11:40:38 +01:00
MayNiklas f6ec987dd3 plexRaw: 1.21.4.4054-bab510e86 -> 1.21.4.4079-1b7748a7b 2021-02-26 11:22:46 +01:00
adisbladis a439e0ef6e
gcc10: Pass langJit to preConfigure
This should fix libgccjit on darwin.
2021-02-26 12:10:44 +02:00
Frederik Rietdijk fdc872fa20 Merge staging-next into master 2021-02-26 11:07:01 +01:00
Jörg Thalheim 1d467840d2
Merge pull request #114319 from bobrik/ivan/aws-c-static
aws-c-common: fix build on clang 11
2021-02-26 09:49:08 +00:00
Maximilian Bosch 84ed14ac60
vorta: 0.7.3 -> 0.7.4
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.4
2021-02-26 10:26:02 +01:00
Jan Tojnar 5e1f82cc4b
Merge pull request #114416 from sternenseemann/licenses-shortNames
lib/licenses: fix regression removing shortName for some licenses
2021-02-26 10:25:34 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Robert Schütz 6d7128414c python3Packages.adblock: use meta instead of passthru.meta 2021-02-26 10:21:13 +01:00
Sandro 4a89c87410
Merge pull request #114284 from maxeaubrey/nomad_1_0_4
nomad_1_0: 1.0.3 -> 1.0.4
2021-02-26 09:36:38 +01:00
fortuneteller2k 966e16c005 mpd: 0.22.5 -> 0.22.6 2021-02-26 16:30:46 +08:00
Fabian Affolter 287ef70bb3 python3Packages.praw: 7.1.4 -> 7.2.0 2021-02-26 09:14:09 +01:00
Fabian Affolter d4acd16abc python3Packages.prawcore: 1.5.0 -> 2.0.0 2021-02-26 09:13:47 +01:00
Daniël de Kok ee58d52b8c
Merge pull request #114338 from Flakebi/amdvlk
amdvlk: 2021.Q1.3 -> 2020.Q1.4
2021-02-26 09:12:59 +01:00
Sandro 5d5d968679
Merge pull request #114340 from mcmtroffaes/feature/wolfssl-reproducible-build
wolfssl: use --enable-reproducible-build in favour of configure.ac hack
2021-02-26 09:11:48 +01:00
R. RyanTM 868a23baeb ortp: 4.4.9 -> 4.4.24 2021-02-26 03:01:14 -05:00
Jörg Thalheim 5963fa6c58
Merge pull request #114358 from AndersonTorres/new-dwl
dwl: 0.1 -> 0.2
2021-02-26 07:55:48 +00:00
Jörg Thalheim a80b1b8ef0
Merge pull request #114441 from zowoq/sql-sha
sqldiff, sqlite-analyzer: fix sha256
2021-02-26 07:50:02 +00:00
adisbladis b50cdc0803
Merge pull request #114213 from danieldk/teensyduino-missing-libs
teensyduino: fix missing library paths
2021-02-26 09:49:05 +02:00
Jan Tojnar aedef77f10 fprintd: 1.90.1 → 1.90.9
https://gitlab.freedesktop.org/libfprint/fprintd/-/blob/v1.90.9/NEWS#L1-73
2021-02-26 02:47:10 -05:00
Jan Tojnar 032ed6ca4b libfprintd: enable tests
virtual-image driver is needed for fprintd tests and enabling it
required patching shebangs of test-related scripts so I have enabled
tests here as well.
2021-02-26 02:47:10 -05:00