summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge release-22.05 into staging-next-22.05origin/staging-next-22.05github-actions[bot]2023-01-012-8/+10
|\
| * Merge pull request #208423 from NixOS/backport-207278-to-release-22.05•••[Backport release-22.05] pacparser: 1.3.7 -> 1.4.0Robert Scott2022-12-311-6/+8
| |\
| | * pacparser: 1.3.7 -> 1.4.0•••Fixes CVE-2019-25078 (and possibly other security related issues without CVE ID). https://github.com/manugarg/pacparser/releases/tag/v1.4.0 https://github.com/manugarg/pacparser/releases/tag/v1.3.9 https://github.com/manugarg/pacparser/releases/tag/v1.3.8 (cherry picked from commit d6e3f5491b55c91c86e46b916416d074e6a5624f) Thomas Gerbet2022-12-301-6/+8
| * | Merge pull request #208503 from NixOS/backport-208419-to-release-22.05•••[Backport release-22.05] imagemagick: 7.1.0-55 -> 7.1.0-56Kerstin2022-12-311-2/+2
| |\ \
| | * | imagemagick: 7.1.0-55 -> 7.1.0-56•••(cherry picked from commit 21c2734135ec88e347ad6b5ef58bc768177bf7aa) R. Ryantm2022-12-311-2/+2
| |/ /
* | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-311-2/+2
|\| |
| * | Merge pull request #207310 from NixOS/backport-207264-to-release-22.05Naïm Favier2022-12-311-2/+2
| |\ \ | | |/ | |/|
| | * libvncserver: 0.9.13 -> 0.9.14•••Fixes CVE-2020-29260. https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.14 (cherry picked from commit 0dc0b93db1ec3c59a5259213df06572d9625ee01) Thomas Gerbet2022-12-221-2/+2
* | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-302-9/+3
|\| |
| * | Merge pull request #208134 from NixOS/backport-208014-to-release-22.05•••[Backport release-22.05] trafficserver: 9.1.3 -> 9.1.4Thomas Gerbet2022-12-292-9/+3
| |\ \
| | * | trafficserver: 9.1.3 -> 9.1.4•••Fixes CVE-2022-32749 and CVE-2022-40743. https://raw.githubusercontent.com/apache/trafficserver/9.1.x/CHANGELOG-9.1.4 (cherry picked from commit ede90bb8e12e26702efec3cc0e6f67745b6df67d) Thomas Gerbet2022-12-282-9/+3
* | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-293-3/+375
|\| | |
| * | | Merge pull request #207589 from NixOS/staging-next-22.05Martin Weinelt2022-12-2816-15/+2337
| |\ \ \ | |/ / / |/| / / | |/ /
* | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-271-0/+25
|\ \ \
* \ \ \ Merge #207827: systemd: 250.8 -> 250.9•••...into staging-next-22.05 Vladimír Čunát2022-12-261-2/+3
|\ \ \ \
| * | | | systemd: 250.8 -> 250.9•••https://github.com/systemd/systemd-stable/compare/v250.8...v250.9 also fixes an security issue with systemd-coredump: https://www.openwall.com/lists/oss-security/2022/12/21/3 250.9 added optional support for `libqrencode.so.3` too, so handle that too. Дамјан Георгиевски2022-12-261-2/+3
|/ / / /
* | | | Merge pull request #205068 from NixOS/backport-204902-to-staging-22.05Martin Weinelt2022-12-243-5/+615
|\ \ \ \
| * | | | python311: revert asyncio changes done in 3.11.1•••Almost same as in the parent commit. (cherry picked from commit 1a5af953677c61b4724b2d3843f4650c00688fd8) origin/backport-204902-to-staging-22.05Vladimír Čunát2022-12-121-0/+9
| * | | | python310: revert asyncio changes done in 3.10.9•••They brought significant regressions. Upstream is now discussing what to do, but we still want the security fixes from 3.10.9. (cherry picked from commit 9ee1d16c36b8bdca9fa5ac3a0d701a8c6d1f9dc3) Vladimír Čunát2022-12-122-1/+602
| * | | | python310: 3.10.8 -> 3.10.9•••https://docs.python.org/release/3.10.9/whatsnew/changelog.html https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html Fixes: CVE-2022-37454, CVE-2022-45061, CVE-2022-42919 (cherry picked from commit e824b21ba79789daf8cb8bc3e84f42b1f62078fb) Martin Weinelt2022-12-081-2/+2
| * | | | python39: 3.9.15 -> 3.9.16•••https://docs.python.org/release/3.9.16/whatsnew/changelog.html https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html Fixes: CVE-2022-37454, CVE-2022-42919, CVE-2022-45061, CVE-2015-20107 (cherry picked from commit 2fce48831cbaa39699bb81e1efee772c75dff14e) Martin Weinelt2022-12-081-2/+2
* | | | | Merge pull request #206597 from risicle/ris-sqlite-CVE-2022-46908-r22.05Martin Weinelt2022-12-242-1/+29
|\ \ \ \ \
| * | | | | sqlite: add patch for CVE-2022-46908•••(cherry picked from commit a7a2489afd1a5d30a33d5673bcc46d700b224f32) Robert Scott2022-12-172-1/+29
* | | | | | Merge pull request #207165 from mweinelt/22.05/curl-7.87.0-fixesMartin Weinelt2022-12-243-0/+112
|\ \ \ \ \ \
| * | | | | | curl: backport 7.87.0 security fixes•••https://curl.se/docs/CVE-2022-43551.html https://curl.se/docs/CVE-2022-43552.html Fixes: CVE-2022-43551, CVE-2022-43552 Martin Weinelt2022-12-213-0/+112
* | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-247-35/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-247-35/+35
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge pull request #207173 from NixOS/backport-207151-to-staging-22.05Martin Weinelt2022-12-231-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libksba: 1.6.2 -> 1.6.3•••https://gnupg.org/blog/20221017-pepe-left-the-ksba.html Fixes: CVE-2022-3515 (cherry picked from commit bae75df20ec7f187b9995f4f27016de54f3ca02b) Martin Weinelt2022-12-211-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-231-0/+5
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-231-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-222-2/+5
|\| | | | | | | | | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-222-2/+5
| |\ \ \ \ \ \ \
* | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-216-132/+134
|\| | | | | | | |
| * | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-216-132/+134
| |\ \ \ \ \ \ \ \
* | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-203-269/+269
|\| | | | | | | | |
| * | | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-203-269/+269
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-191-2/+2
|\| | | | | | | | | |
| * | | | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-191-2/+2
| |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-1812-54/+67
|\| | | | | | | | | | | | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-1812-54/+67
| |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-165-1/+111
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-168-13/+123
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge pull request #205391 from helsinki-systems/bkp/22.05/nss_latest_cacertMartin Weinelt2022-12-154-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cacert: 3.83 -> 3.86•••https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/NqCkaX216zY/m/QAUPTaBWCgAJ (cherry picked from commit e5212aaa67b7ac0bf70714efbe7309800f565b9b) ajs1242022-12-101-2/+2
| * | | | | | | | | | | | | nss_latest: 3.85 -> 3.86•••https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/NqCkaX216zY/m/QAUPTaBWCgAJ (cherry picked from commit c13ed541dbd016b9132de3ba55f88b5b1b626d3b) ajs1242022-12-101-2/+2
| * | | | | | | | | | | | | nss_latest: 3.84 -> 3.85•••https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_85.rst (cherry picked from commit 9930d3512987cd2c76b9937dc50acaec5335a7d9) ajs1242022-12-103-12/+12
* | | | | | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-157-1189/+1189
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge release-22.05 into staging-next-22.05github-actions[bot]2022-12-157-1189/+1189
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Merge staging-next-22.05 into staging-22.05github-actions[bot]2022-12-144-9/+12
|\| | | | | | | | | | | | | |