Commit Graph
365055 Commits
Author SHA1 Message Date
SandroandGitHub b5faefa04a Merge pull request #165596 from r-ryantm/auto-update/man-db 2022-03-27 16:17:10 +02:00
SandroandGitHub e0805c9ba9 Merge pull request #165642 from twz123/zlib-z-fixed-patch 2022-03-27 15:53:28 +02:00
SandroandGitHub 043589e411 Merge pull request #165464 from fabaff/bump-regex
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:16:16 +02:00
Alyssa Ross 4345b27ded git: enable debug info 2022-03-27 12:49:22 +00:00
SandroandGitHub efd297a5c0 Merge pull request #165414 from SuperSandro2000/twisted 2022-03-27 13:43:58 +02:00
SandroandGitHub 46d576a08a Merge pull request #165407 from SuperSandro2000/sortedcontainers 2022-03-27 13:41:35 +02:00
SandroandGitHub 930993f510 python3Packages.pycep-parser: remove old patch 2022-03-27 12:26:33 +02:00
SandroandGitHub 5392d8d6d5 Merge pull request #165413 from trofi/fix-audit-for-linux-headers-5.17 2022-03-27 12:13:36 +02:00
github-actions[bot]andGitHub ec92b288e2 Merge staging-next into staging 2022-03-27 06:01:57 +00:00
github-actions[bot]andGitHub aba0b519c5 Merge master into staging-next 2022-03-27 06:01:24 +00:00
Robert SchützandRobert Schütz 12417777b2 deltachat-desktop: 1.26.0 -> 1.28.0
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.0
2022-03-27 03:48:21 +00:00
Anderson TorresandGitHub 06da9e07c3 Merge pull request #165865 from AndersonTorres/new-misc
Misc modifications
2022-03-26 22:58:01 -03:00
Martin Weinelt 7be28200e2 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 01:45:13 +01:00
ArtturiandGitHub 6de161729c Merge pull request #165696 from DeeUnderscore/misc/xh-man 2022-03-27 01:27:47 +02:00
markuskowaandGitHub ac371a2466 Merge pull request #165886 from r-ryantm/auto-update/hwloc
hwloc: 2.7.0 -> 2.7.1
2022-03-27 00:20:37 +01:00
ArtturiandGitHub d4ac7d201d Merge pull request #165769 from maxhbr/maxhbr/bump-freeplane-to-1.9.14 2022-03-27 01:10:30 +02:00
R. RyantmandBjørn Forsman 1a8b5880b0 python310Packages.robotframework: 4.1.3 -> 5.0 2022-03-26 23:42:13 +01:00
ArtturiandGitHub 0446d6eb67 Merge pull request #163575 from yuuyins/nix-tour 2022-03-27 00:38:47 +02:00
R. Ryantm 261aa48221 hwloc: 2.7.0 -> 2.7.1 2022-03-26 22:19:19 +00:00
Fabian AffolterandGitHub a9414de122 Merge pull request #165821 from fabaff/bump-scmrepo
python3Packages.dulwich: 0.20.32 -> 0.20.35, python3Packages.scmrepo: 0.0.8 -> 0.0.13
2022-03-26 23:17:15 +01:00
Robert ScottandGitHub f226c9f546 Merge pull request #165421 from bjornfor/update-cppcheck
cppcheck: 2.7 -> 2.7.3
2022-03-26 22:15:41 +00:00
Michele Guerini RoccoandGitHub 8e911fa04f Merge pull request #165826 from matthiasbeyer/update-mutt
mutt: 2.2.1 -> 2.2.2
2022-03-26 23:02:00 +01:00
yuuandArtturin 1b9bb6909a nix-tour: 0.0.1 -> unstable-2022-01-03 2022-03-26 23:57:59 +02:00
01dd766701 nix-tour: Add XDG desktop entry
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:57:59 +02:00
976de01d44 nix-tour: refactoring
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:51:02 +02:00
ArtturiandGitHub df64c2c722 Merge pull request #165726 from bobby285271/dfeet 2022-03-26 23:44:04 +02:00
Thiago Kenji OkadaandGitHub 214e2d6bee Merge pull request #165870 from r-ryantm/auto-update/clojure
clojure: 1.10.3.1093 -> 1.11.0.1097
2022-03-26 21:26:26 +00:00
Jan Tojnar 7574eb2cba gnome.gpaste: 42.0 → 42.1
https://www.imagination-land.org/posts/2022-03-21-gpaste-42.1-released.html
https://github.com/Keruspe/GPaste/compare/v42.0...v42.1
2022-03-26 22:25:40 +01:00
Ben SiraphobandGitHub ed863440b8 Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Michael WeissandGitHub 4d0adc220d Merge pull request #165867 from primeos/chromium
chromium: 99.0.4844.82 -> 99.0.4844.84
2022-03-26 21:50:17 +01:00
Naïm Favierandsternenseemann 56b755cebf twitter-color-emoji: 13.0.2 -> 14.0.0 2022-03-26 21:38:01 +01:00
linjandCole Helbling 1e32d28824 nixos/dendrite: always substitute environment variables in config
Before this patch, services.dendrite.environmentFile is used for
secrets and environment variable substitution only happens when this
option is used.

systemd-247 provides a mechanism called LoadCredential for secrets and
it is better than environment file. See the section of Environment=
in the manual of systemd.exec for more information.

This patch always substitute environment variables, which enables the
usage of systemd LoadCredential.
2022-03-26 12:54:45 -07:00
ArtturiandGitHub 31747079c1 Merge pull request #165317 from fedeinthemix/xfig-icons 2022-03-26 21:39:28 +02:00
Fabian AffolterandGitHub e9ac4b075c Merge pull request #165859 from fabaff/glean-sdk-fix
python3Packages.glean-sdk: relax glean_parser constraint
2022-03-26 20:36:56 +01:00
R. Ryantm 1da79f049b clojure: 1.10.3.1093 -> 1.11.0.1097 2022-03-26 19:35:14 +00:00
Michael Weiss 89704501dc chromium: 99.0.4844.82 -> 99.0.4844.84
https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_25.html

This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-1096 exists in the wild.

CVEs:
CVE-2022-1096
2022-03-26 20:27:38 +01:00
AndersonTorres a6504af8da wxGTK: remove myself from maintainers 2022-03-26 16:19:00 -03:00
AndersonTorres 0e1ebb957b perlPackages.AudioFLACHeader: init at 2.4 2022-03-26 16:17:20 -03:00
ArtturiandGitHub e6dbd5e07f Merge pull request #158193 from jonringer/nilearn-tests 2022-03-26 20:22:49 +02:00
maxine [they]andGitHub dce766a683 Merge pull request #165850 from LibreCybernetics/update-networkmanager 2022-03-26 19:14:33 +01:00
github-actions[bot]andGitHub 77dc421883 Merge staging-next into staging 2022-03-26 18:01:56 +00:00
github-actions[bot]andGitHub 3b6f03e497 Merge master into staging-next 2022-03-26 18:01:22 +00:00
neirenoirandGitHub e13e37b701 solc: 0.8.2 -> 0.8.13 (#160957) 2022-03-26 20:01:07 +02:00
Jan TojnarandGitHub 2f4d0c8e64 Merge pull request #165856 from LibreCybernetics/remove-exempi-nautilus
gnome.nautilus: remove unused exempi dependency
2022-03-26 18:41:29 +01:00
R. RyanTMandGitHub 972dbe303a prometheus-alertmanager: 0.23.0 -> 0.24.0 (#165813) 2022-03-26 13:40:30 -04:00
Fabian Affolter 5c9a017ee3 python3Packages.scmrepo: 0.0.7 -> 0.0.13 2022-03-26 18:38:01 +01:00
Fabian Affolter 51228022ba python3Packages.dulwich: 0.20.32 -> 0.20.35 2022-03-26 18:37:45 +01:00
Janne HeßandGitHub a34c788e30 Merge pull request #163230 from helsinki-systems/feat/misc-prometheus-varnis
nixos/prometheus/exporters/varnish: improve some defaults
2022-03-26 18:32:30 +01:00
Janne HeßandGitHub fae56a205e Merge pull request #165494 from helsinki-systems/upd/xfsprogs
xfsprogs: 5.13.0 -> 5.14.2
2022-03-26 18:31:11 +01:00
Fabian Affolter 73719073f3 python3Packages.glean-sdk: relax glean_parser constraint
- Fix execution of tests
- Add missing input
2022-03-26 18:26:30 +01:00