summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #85757 from mweinelt/20.03/babeld-1.9.2•••[20.03] babeld: 1.9.1 → 1.9.2github/nixos-20.03Graham Christensen2020-04-281-2/+2
|\
| * babeld: 1.9.1 → 1.9.2•••Dear all, Babeld-1.9.2 is available from https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz.asc For more information about the Babel routing protocol, please see https://www.irif.fr/~jch/software/babel/ This is a bug fix release. It fixes two bugs where IPv4 prefixes could be represented incorrectly, with a range of confusing symptoms ; many thanks to Faban Bläse for diagnosing the issue. In addition, it fixes incorrect parsing of unknown address encodings, thanks to Théo Bastian for the fix. 21 April 2020: babeld-1.9.2 * Fixed two issues that could cause IPv4 routes to be represented incorrectly, with a range of confusing symptoms. Thanks to Fabian Bläse. * Fixed incorrect parsing of TLVs with an unknown Address Encoding. Thanks to Théophile Bastian. * Fixed access to mis-aligned data structure. Thanks to Antonin Décimo. -- Juliusz Chroboczek _______________________________________________ Babel-users mailing list Babel-users@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users (cherry picked from commit 34c230ad12ef4542c088964e2a450fba6a87ad65) Martin Weinelt2020-04-221-2/+2
* | kde/{kate,konqueror,okular}: decrease text mimetype preference•••These .desktop files set InitialPreference>1 which will override other associations even the .desktop appears first in XDG_DATA_DIRS. This applies to: - org.kde.kate.desktop - org.kde.kwrite.desktop - kfmclient_html.desktop - okularApplication_txt.desktop Fixes #86137 (cherry picked from commit b3f812688c6c30a2a02f6047523ef51afb40df7d) Matthew Bauer2020-04-283-1/+28
* | pantheon.gala: 3.3.0 -> 3.3.1•••https://github.com/elementary/gala/releases/tag/3.3.1 (cherry picked from commit f5ddad7d5eec46c4bb9a70c13be283483eccd85b) worldofpeace2020-04-281-2/+2
* | pantheon.switchboard-plug-pantheon-shell: 2.8.3 -> 2.8.4•••(cherry picked from commit 9d73d285802b08b0c0082d8b9a91ad27613547aa) worldofpeace2020-04-281-2/+2
* | gitlab: update.py: invoke bundle lock manually•••`bundix -l` doesn't work, as it treats bundler's warning about upgrading the lockfile version as an error, so invoke `bundle lock` manually. (cherry picked from commit c7d47ce06fba88341e2d072379013414be4ee2e1) Michael Fellinger2020-04-281-1/+3
* | gitaly: 12.8.8 -> 12.8.9•••(cherry picked from commit c86c77be0cf45023586e7252bfb05238ae6d38db) Florian Klink2020-04-282-3/+3
* | gitlab-workhorse: 8.21.1 -> 8.21.2•••(cherry picked from commit f7ddd30bef15238d6d9a12f48408d38571944d85) Florian Klink2020-04-281-2/+2
* | gitlab: support passing --rev to the `update-all` script•••While it's already possible to invoke `update-data` with the `--rev` argument, one still needs to run all later phases manually. Fix this, by having `update-all` also accept a `--rev` argument, and pass it down to `update-data`. Also, make the help text a bit more usable, by suggesting the usual versioning scheme used these times. (cherry picked from commit 191c2c67a409ae8cf3d3bee7811a7b10397efe81) Florian Klink2020-04-281-3/+4
* | Merge pull request #86213 from afrepues/build-melpa-stable-with-no-null-pkgs•••emacs-modes: build MELPA package sets without null packagesadisbladis2020-04-282-12/+19
|\ \
| * | emacs-modes: build MELPA package sets without null packages•••The current algorithm creates attributes with null values for packages with no source in a variant of MELPA. Though will satify dependencies they produce no files, and though a build that transitively depends on one them will be successful, Emacs won't find them and any code depending on them won't work. The solution with minimal code change would have been filtering the list of results from melpaDerivation by comparing the value against null, but that leads to an infinite recursion. This commit also moves legacy renames from the shared to the unstable set, as the corresponding null value elements won't exist in the stable set anymore. The test used for the problem was: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: expression does not evaluate to a derivation (or a set or list of those) The expected output, obtained with this commit is: $ nix-build --show-trace ./default.nix -A emacs26Packages.melpaStablePackages.findr error: attribute 'findr' in selection path 'emacs26Packages.melpaStablePackages.findr' not found Servilio Afre Puentes2020-03-262-12/+19
* | | libmicrodns: 0.1.0 -> 0.1.2•••- CVE-2020-6071 - CVE-2020-6072 - CVE-2020-6073 - CVE-2020-6077 - CVE-2020-6078 - CVE-2020-6079 Buildsystem switched to Meson+Ninja. (cherry picked from commit 18f3661f929809bb1071bf4ad03add5e73f60e08) Martin Milata2020-04-281-5/+7
* | | gitlab: 12.8.8 -> 12.8.9•••See https://about.gitlab.com/releases/2020/04/14/critical-security-release-gitlab-12-dot-9-dot-3-released/ for details. (cherry-picked from commit d1902923fae5e0056ef69de5e6cf52b1573de225) Florian Klink2020-04-284-22/+22
* | | Merge pull request #86199 from primeos/signal-desktop-backport•••[20.03] signal-desktop: 1.33.3 -> 1.33.4 (backport)Michael Weiss2020-04-281-2/+2
|\ \ \
| * | | signal-desktop: 1.33.3 -> 1.33.4•••(cherry picked from commit 660d2841372733dfb3424270b1a866e6479ba3b5) Michael Weiss2020-04-281-2/+2
* | | | Merge pull request #86190 from talyz/release-20.03•••[20.03] nixos/gitlab: Fix services.gitlab.enableStartTLSAutoKim Lindberger2020-04-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | nixos/gitlab: Fix services.gitlab.enableStartTLSAuto•••'toString false' results in an empty string, which, in this context, is a syntax error. Use boolToString instead. Fixes #86160 (cherry picked from commit c0a838df38c03cb269061905510c33dd071b517a) talyz2020-04-281-1/+1
|/ / /
* | | Merge pull request #86154 from bhipple/bp/grpcio•••[20.03] python.pkgs.grpcio: use system openssl, zlib, and c-aresMatthew Bauer2020-04-271-1/+6
|\ \ \
| * | | python.pkgs.grpcio: use system openssl, zlib, and c-ares•••(cherry picked from commit 849f26d61cb4fcacb74de3c4d907688b85624f4f) Matthew Bauer2020-04-271-1/+6
* | | | Merge pull request #86118 from xaverdh/options-types-backport•••[20.03] treewide: add types to boolean / enable optionsworldofpeace2020-04-2719-31/+31
|\ \ \ \
| * | | | treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl2020-04-2719-31/+31
* | | | | Merge pull request #86155 from kevinastock/ftp.gnu.org•••[20.03] aspell, tla: use HTTPS instead of FTPBenjamin Hipple2020-04-272-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | aspell, tla: use HTTPS instead of FTP•••ftp.gnu.org intends to disable the FTP protocol for downloads on this server, and strongly recommends using https instead. (cherry picked from commit 295475a378a58d4ac344944b470eab2d3f97866e) Kevin Stock2020-04-272-2/+2
|/ / / /
* | | | mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1•••(cherry picked from commit 1066f11e4b9171b52f543f94d1c945c828543732) Maximilian Bosch2020-04-281-4/+4
* | | | Merge pull request #86108 from knl/security-fix-oauth2_proxyJörg Thalheim2020-04-271-1/+9
|\ \ \ \
| * | | | oauth2_proxy: Backport security fix (CVE-2017-1000070)•••Since 20.03 still uses old oauth2_proxy (3.2.0), which is not compatible with the newest one (5.1.0), this change backports an important security fix to 3.2.0: https://github.com/oauth2-proxy/oauth2-proxy/commit/a316f8a06f3c0ca2b5fc5fa18a91781b313607b2 The vulnerability is an open redirect, where a bad actor can redirect a session to another domain using `/\` in redirect URIs. Nikola Knezevic2020-04-271-1/+9
* | | | | teams: fixing pulseaudio access•••(cherry picked from commit 73e46470852753b3f3e22bf79bd4230ff0e1cdc2) Elyhaka2020-04-271-0/+22
|/ / / /
* / / / wireguard-compat: 1.0.20200413 -> 1.0.20200426•••https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html (cherry picked from commit e9c44e8956968685360fc5922f47a8b209220a72) David Terry2020-04-271-2/+2
|/ / /
* | | coqPackages.coqhammer: 1.1.1 → 1.2•••Add support for Coq 8.11 (cherry picked from commit ef964a801ebe3d5e4ccaf682aa4adb5ee4d4e933) Vincent Laporte2020-04-271-2/+6
* | | coqPackages.equations: 1.2 → 1.2.1•••(cherry picked from commit a4adb1f75b5ee41e8efcf0e2401aaee0aadbc4b9) Vincent Laporte2020-04-271-6/+12
* | | Merge pull request #86071 from NinjaTrappeur/luaexpat-remove-broken•••lua51Packages.luaexpat: Removing broken meta attribute.worldofpeace2020-04-261-1/+0
|\ \ \
| * | | lua51Packages.luaexpat: Removing broken meta attribute.•••It seems like luaexpat as been mistakenly marked as broken during a 20.03 a zero hydra failures tree-wide commit. Removing the broken meta attribute. Discovered this problem when trying to rebuild the prosody XMPP server. Félix Baylac-Jacqué2020-04-261-2/+0
* | | | Merge pull request #86066 from davidak/backport-commit-policy•••[20.03] Update commit policy for stable release branchesworldofpeace2020-04-261-12/+36
|\ \ \ \
| * | | | Update commit policy for stable release branches•••only very few people followed the strict policy in the last 5 years. the maintainers accept backports without reason when it's obvious, so i updated the policy to reflect that (cherry picked from commit bcc269e6c87a4f445a7ede5207fe3537b0ce7648) davidak2020-04-261-12/+36
* | | | | linux: 4.9.219 -> 4.9.220•••(cherry picked from commit 4883dde6b7d6660ad83e9ef7e1fdee073023b43e) Tim Steinbach2020-04-261-2/+2
* | | | | linux: 4.4.219 -> 4.4.220•••(cherry picked from commit 6efb2ba2bf6ad5b80e934934bec53ad37fa0f06c) Tim Steinbach2020-04-261-2/+2
* | | | | linux: 4.14.176 -> 4.14.177•••(cherry picked from commit 6617a79ba320b6e47abfd05416a237ec557ae15c) Tim Steinbach2020-04-261-2/+2
|/ / / /
* | | | Merge pull request #86060 from AmineChikhaoui/20.03-amis-backport•••[20.03] ec2-amis.nix: add NixOS 20.03 imagesGraham Christensen2020-04-261-1/+20
|\ \ \ \
| * | | | ec2-amis.nix: add NixOS 20.03 images•••Fixes #85857. (cherry picked from commit 9cf9e66e6ffb3b3d489ae481ef7aabe86de3a671) AmineChikhaoui2020-04-261-1/+20
|/ / / /
* | | | zulip: 4.0.0 -> 5.0.0 (#85770)•••Zulip 5.0 fixes multiple security issues. See: https://blog.zulip.org/2020/04/01/zulip-desktop-5-0-0-security-release/ (cherry picked from commit 1586f2851e32834bf7033cb4bd30f6e5bcbfc356) Reason: Zulip < 5.0.0 no longer works with the Zulip server---if you run it with an up to date Zulip server you get an error message requesting you upgrade to 5.0 and the app will otherwise not be functional.Amit Levy2020-04-261-2/+2
* | | | wireguard: 1.0.20200401 -> 1.0.20200413•••(cherry picked from commit 21ec1f5eadc5f6ca8b0b6599eda3dcf59629f1f0) Jörg Thalheim2020-04-261-13/+15
* | | | wireguard-tools: reference tests•••(cherry picked from commit 77dc7ef908142a11d507c034e33edc1112be7187) Jörg Thalheim2020-04-261-10/+15
* | | | Merge pull request #86023 from knedlsepp/fix-ncview•••ncview: Unmark as broken on 20.03Benjamin Hipple2020-04-251-1/+0
|\ \ \ \
| * | | | ncview: Unmark as broken•••Tested that the GUI works using an example netCDF file. Josef Kemetmüller2020-04-251-1/+0
* | | | | nixos/documentation: Allow specifying extraSources•••Because there was absolutely no way of setting this without rewriting parts of the module otherwise. (cherry picked from commit 34dd64b0cc145533a935c798d5a3347d07d5d0aa) bb010g2020-04-261-0/+14
* | | | | Merge pull request #85908 from paumr/release-20.03-alacritty•••[20.03] alacritty: backport 0.4.2worldofpeace2020-04-252-51/+70
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | alacritty: fixed cargo hash•••The cargo hash differed from the cherry-picked one due to changes to fetchCargoTarball on the master branch #79975 On the master this happened here: eb11feaa0b7971687d8004896df4f9618cf1dafe 1f03a3434f5781ea198b9e8852edbb784be76ca0 This should not effect the actual build result. paumr2020-04-251-1/+1
| * | | | alacritty: 0.4.1 -> 0.4.2•••* alacritty now has its own org, so I changed the URLs to point there * updated the description to match upstream's description * formatted with nixpkgs-format (cherry picked from commit 45f53ccd8bc02282cc0db03bb271143c2d826d45) Reason: Fixes some bugs on X11, namely: - Crash when starting on some X11 systems - Alacritty not ignoring keyboard events for changing WM focus on X11 - Incorrect modifiers tracking on X11 and macOS, leading to 'sticky' modifiers Cole Helbling2020-04-251-51/+60
| * | | | maintainers: add cole-h•••(cherry picked from commit ecf79a07e1cf1d895b058d33def554ae7c35283d) Cole Helbling2020-04-251-0/+10
* | | | | Merge pull request #86008 from ryneeverett/python-stem-unbroken2•••[20.03] pythonPackages.stem: unbrokenworldofpeace2020-04-251-3/+2
|\ \ \ \ \