Commit Graph

14542 Commits

Author SHA1 Message Date
talyz cb35abb6c1 discourse.plugins.discourse-math: Update
(cherry picked from commit b1aa7efd36d1e8c9df8f97602038b98533f84cf9)
2021-09-27 13:37:39 +00:00
talyz 9c26876e2b discourse.plugins.discourse-github: Update
(cherry picked from commit 97034cfa1c3b455f1114fea8d302925014dd4bd8)
2021-09-27 13:37:38 +00:00
talyz 125bceeb25 discourse.plugins.discourse-checklist: Update
(cherry picked from commit d583001723e9ad4588c5b54c9f27c111758fe105)
2021-09-27 13:37:38 +00:00
talyz 394d86a424 discourse.plugins.discourse-canned-replies: Update
(cherry picked from commit 1e62b64b9036a3e9332b60c838f658ee35fa0a5a)
2021-09-27 13:37:37 +00:00
talyz 1d1a2bbf2b discourse.plugins.discourse-calendar: Update
(cherry picked from commit d62ea8705b22c8163fcbc6dcb7c70a42e7e745fe)
2021-09-27 13:37:36 +00:00
talyz cb502f9b10 discourse: 2.7.7 -> 2.7.8
(cherry picked from commit 73e8eb91c122699e5ede88980f7c7ef727b29896)
2021-09-27 13:37:35 +00:00
Artturi 8e1306519d
Merge pull request #139490 from NixOS/backport-137563-to-release-21.05
[Backport release-21.05] jitsi-meet: 1.0.5056 -> 1.0.5307
2021-09-27 03:19:19 +03:00
Artturi c02b9cd15e
Merge pull request #139487 from NixOS/backport-137559-to-release-21.05
[Backport release-21.05] jicofo: 1.0-756 -> 1.0-798
2021-09-27 03:18:58 +03:00
R. RyanTM 5b2ff56444 jitsi-meet: 1.0.5056 -> 1.0.5307
(cherry picked from commit f7e646df7f6db413aef1dd1cea9495719b893b63)
2021-09-25 23:14:13 +00:00
Maximilian Bosch 36a3756d71
hedgedoc: fix build by re-running `yarn2nix`
Failing Hydra build: https://hydra.nixos.org/build/154209534

(cherry picked from commit 0a2615fe2f52c5743fd3a6cb3bd40558bdf31ee5)
2021-09-26 01:12:44 +02:00
R. RyanTM 6d6a713644 jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0b
(cherry picked from commit 065abed6de2bef418437a99be9f9232993b8339f)
2021-09-25 22:52:59 +00:00
R. RyanTM 583694193f jicofo: 1.0-756 -> 1.0-798
(cherry picked from commit e35934cc4ff79ce98e3a223feda156795b9485eb)
2021-09-25 22:52:31 +00:00
Ryan Mulligan d3bee2a63a discourse: enable restoring backups bigger than RAM
When restoring a backup, discourse decompresses the backup archive in
the /share/discourse/tmp dir. Before this change, it is linked to /run
which is typically backed by memory, so the backup will fail to
restore if you do not have enough memory on your system to contain the
backup. This has already happened to me on two small forums.

This moves tmp to the StateDirectory /var/lib/discourse/tmp which is
typically backed by disk.

(cherry picked from commit f933c68374b9c6195dc74d26c95fc9bf240fead8)
2021-09-24 12:35:53 +00:00
Maximilian Bosch 4eb0a2b3cb
hedgedoc: 1.8.2 -> 1.9.0, fixes CVE-2021-39175
ChangeLog: https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.0

As documented in the Nix expression, I unfortunately had to patch
`yarn.lock` manually (the `yarn.nix` result isn't affected by this). By
adding a `git+https`-prefix to
`midi "https://github.com/paulrosen/MIDI.js.git#abcjs"` in the lock-file
I ensured that `yarn` actually uses the `MIDI.js` from the offline-cache
from `yarn2nix` rather than trying to download a tarball from GitHub.

Also, this release contains a fix for CVE-2021-39175 which doesn't seem
to be backported to 1.8. To quote NVD[1]:

> In versions prior to 1.9.0, an unauthenticated attacker can inject
> arbitrary JavaScript into the speaker-notes of the slide-mode feature
> by embedding an iframe hosting the malicious code into the slides or by
> embedding the HedgeDoc instance into another page.

Even though it "only" has a medium rating by NVD (6.1), this seems
rather problematic to me (also, GitHub rates this as "High"), so it's
actually a candidate for a backport.

[1] https://nvd.nist.gov/vuln/detail/CVE-2021-39175

(cherry picked from commit 0a10c17c8d01e5f9fefa3d6dbb7802a3cbce7e23)
2021-09-23 23:33:29 +02:00
Artturi 12f3f58f48
Merge pull request #138796 from NixOS/backport-138762-to-release-21.05
[Backport release-21.05] nginx: fix URLs by taking from a specific commit
2021-09-21 23:47:31 +03:00
Sumner Evans 8d6407e5a4 matrix-synapse: 1.42.0 -> 1.43.0
(cherry picked from commit a8fbb745723062d99b64f34292f86e0ef4361921)
2021-09-21 19:46:20 +00:00
pennae 5c7c36a483
matrix-synapse: enable parallel tests
(cherry picked from commit 7574cf28fefffa5b76dba22eb76e03dafd22aaca)
2021-09-21 14:11:37 +02:00
James Kay a53682d9f3 nginx: fix URLs by taking from a specific commit
I'm not sure this is the best way to get these patches, but it's better than `master` (at commit `e9617f553284b170a8b520d051ac1fc1b83cff30` on `nginx` these patches moved into a `nginx` subdirectory, breaking the build unless the patches are cached).

(cherry picked from commit c5d876511301cdcb8a3d4de8c09a681fa128e172)
2021-09-21 11:18:24 +00:00
Aaron Andersen 6fbf63ac60 apacheHttpd: 2.4.48 -> 2.4.49
(cherry picked from commit 0518560cf13e1a08a93de6b562d6326c19a3294f)
2021-09-16 18:34:07 +00:00
github-actions[bot] 0a354b4c0c
Merge release-21.05 into staging-next-21.05 2021-09-13 12:02:22 +00:00
Vladimír Čunát 9a3277af47
Merge #132287: jetty: 9.4.41.v20210516 -> 9.4.43.v20210629
...into release-21.05
2021-09-13 10:53:15 +02:00
github-actions[bot] 6a4d524347
Merge staging-next-21.05 into staging-21.05 2021-09-12 18:02:51 +00:00
Maximilian Bosch caef9da135 wiki-js: 2.5.201 -> 2.5.214
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.214
(cherry picked from commit 75eaccdcbc79f908902638bbea4aef33ebdad712)
2021-09-12 12:51:18 +00:00
github-actions[bot] cc6415fd63
Merge staging-next-21.05 into staging-21.05 2021-09-10 12:03:08 +00:00
Vladimír Čunát 7e6d1241ef
knot-dns: 3.0.8 -> 3.0.9
(NixPkgs master is on 3.1.x already.)
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.9
2021-09-09 19:59:55 +02:00
github-actions[bot] 65cae77e59
Merge staging-next-21.05 into staging-21.05 2021-09-09 00:03:58 +00:00
R. RyanTM 168f530891 grocy: 3.1.0 -> 3.1.1
(cherry picked from commit e52facaf7575ce3e520b8081523cad96e6fd36a1)
2021-09-08 21:51:00 +02:00
github-actions[bot] 7e76877332
Merge staging-next-21.05 into staging-21.05 2021-09-08 18:02:50 +00:00
Sumner Evans 6ec23d9f3e matrix-synapse: 1.41.1 -> 1.42.0
(cherry picked from commit 8c6e887e750ed2c184e6018a8c3504124a09b1b3)
2021-09-08 09:09:35 +00:00
Thomas Gerbet 476832f9ba mosquitto: 2.0.11 -> 2.0.12
https://github.com/eclipse/mosquitto/blob/v2.0.12/ChangeLog.txt
(cherry picked from commit d4c75580c18c78bdf81810dc73aab76e10754190)
2021-09-02 10:56:25 +02:00
Thomas Gerbet 24caf232b7 mosquitto: 2.0.10 -> 2.0.11
Fixes CVE-2021-34431.

https://github.com/eclipse/mosquitto/blob/v2.0.11/ChangeLog.txt
(cherry picked from commit ded0f0ede6c5ebda4eb88e8158a4115b2780a9fe)
2021-09-02 10:56:21 +02:00
Pascal Bach 110a2c9ebb
Merge pull request #136268 from NixOS/backport-135929-to-release-21.05
[Backport release-21.05] nextcloud22: 22.1.0 -> 22.1.1
2021-09-01 09:24:39 +02:00
Mario Rodas 1b7893c31a postgresql_13: 13.3 -> 13.4
https://www.postgresql.org/docs/release/13.4/
(cherry picked from commit 3290dd08a210653cb505de997d244d498ce71178)
2021-09-01 04:20:00 +00:00
Mario Rodas d04c1e30be postgresql_12: 12.7 -> 12.8
https://www.postgresql.org/docs/release/12.8/
(cherry picked from commit 677b27c24ee49f548c5593c7938917824bf1f806)
2021-09-01 04:20:00 +00:00
Mario Rodas 1f3805f7bb postgresql_11: 11.12 -> 11.13
https://www.postgresql.org/docs/release/11.13/
(cherry picked from commit 34418e4c2a23a2a461b0b3666a6088040b5962e8)
2021-09-01 04:20:00 +00:00
Mario Rodas 44a33d44a6 postgresql_10: 10.17 -> 10.18
https://www.postgresql.org/docs/release/10.18/
(cherry picked from commit 4c5bf33b5d01bf3524cd96ddcbe6d40787f66de7)
2021-09-01 04:20:00 +00:00
Mario Rodas 297d8d1547 postgresql_9_6: 9.6.22 -> 9.6.23
https://www.postgresql.org/docs/release/9.6.23/
(cherry picked from commit 957a9bd035a9d1a032a2c881b75b42626e16a0f6)
2021-09-01 04:20:00 +00:00
Robin Townsend 5b68d15c08 matrix-synapse: 1.41.0 -> 1.41.1
https://github.com/matrix-org/synapse/releases/tag/v1.41.1
(cherry picked from commit 5947c5989979c684d97f7154695e77e2000afbb7)
2021-08-31 14:50:37 +00:00
Maximilian Bosch 46d36e4abf nextcloud22: 22.1.0 -> 22.1.1
Changes: https://github.com/nextcloud/server/compare/v22.1.0...v22.1.1
(cherry picked from commit 690712624175de2f5856fcdcf43681792410e609)
2021-08-31 07:34:47 +00:00
Maxine Aubrey 773661d5ea
consul: 1.9.8 -> 1.9.9
- https://github.com/hashicorp/consul/releases/tag/v1.9.9
2021-08-30 19:55:58 +02:00
Robert Scott 6a01d735d9 icinga2: 2.12.4 -> 2.12.6 2021-08-25 21:39:25 +01:00
Maximilian Bosch bc1a0f5681
Merge pull request #135595 from NixOS/backport-134671-to-release-21.05
[Backport release-21.05] matrix-synapse: 1.40.0 -> 1.41.0
2021-08-25 10:28:02 +02:00
Maximilian Bosch ba6124b621
Merge pull request #135591 from Ma27/fix-mautrix-telegram
[21.05] mautrix-telegram: fix crash
2021-08-25 00:22:07 +02:00
Sumner Evans 7da0e25749 matrix-synapse: 1.40.0 -> 1.41.0
(cherry picked from commit 2f1030b3ade598afa5594bb519b49216561bbd10)
2021-08-24 20:36:45 +00:00
Maximilian Bosch 4aa2488fd1
mautrix-telegram: fix crash
The previous backport of `mautrix-telegram`[1] appears to be a mistake
of mine (sorry for that!), unfortunately v0.9 isn't forward-compatible
due to a database migration, so this change can't be reversed.

The primary issue was that `telethon` was too old, so I decided to
upgrade it to 1.21 which is what I had on my 21.05-based tracking
branch while using `mautrix-telegram` anyways, so that's proven to work.

Closes #135583

[1] e1042038ac / cd84b8ad8b
2021-08-24 21:28:15 +02:00
Maximilian Bosch 9001cc3080
Merge pull request #134344 from NixOS/backport-132559-to-release-21.05
[Backport release-21.05] matrix-synapse: 1.39.0 -> 1.40.0
2021-08-24 19:02:50 +02:00
Martin Weinelt a4463ff45c
Merge pull request #134222 from NixOS/backport-117235-to-release-21.05 2021-08-24 15:10:53 +02:00
Maximilian Güntner e9d616380b
matrix-synapse: override twisted 20.3.0 -> 21.7.0
see upstream issues:

https://github.com/twisted/twisted/pull/1225#issuecomment-788560006
https://github.com/matrix-org/synapse/issues/6211
2021-08-22 16:46:45 +02:00
Robert Scott 0be4a28183
Merge pull request #135001 from jasonrm/backport/134767-to-21.05
[21.05] mysql80: fix build on darwin
2021-08-21 23:22:06 +01:00
Maximilian Bosch b86db7692f
Merge pull request #134933 from Ma27/backport-mautrix-telegram
[21.05] mautrix telegram: 0.10.0 -> 0.10.1
2021-08-21 00:06:56 +02:00
Jason R. McNeil 698d69b2f5 mysql80: fix build on darwin
sw_vers is called during build since 8.0.26

- 83b87ae7f8

Fixes #132288

(cherry picked from commit 5c452f15af7d11a1609f25ac14b42b82d0185a37)
2021-08-20 13:59:15 -07:00
Maximilian Bosch 05e5b69ac8
mautrix-telegram: override mautrix to version 0.10.4
This is needed since 0.10.1 of mautrix-telegram, but it'd be a breaking
change of mautrix, which can be used for any kind of matrix client, so I
don't really want to break it.
2021-08-20 11:17:04 +02:00
Maximilian Bosch e1042038ac
mautrix-telegram: 2021-08-12 -> 0.10.1
ChangeLog: https://github.com/mautrix/telegram/releases/tag/v0.10.1
(cherry picked from commit dd39ec87f41db66ae4b9cb68e40cea811f863ebc)
2021-08-20 11:10:53 +02:00
Fabian Affolter cd84b8ad8b
mautrix-telegram: 0.10.0 -> unstable-2021-08-12
(cherry picked from commit 682f35087a1baef814620cfcb9e99b068a5cd65f)
2021-08-20 11:10:49 +02:00
Ryan Mulligan 6feba8ac10 discourseAllPlugins: init discourse-ldap-auth
(cherry picked from commit 70d29c5cf4c0561b22f8934db0c5b2dd1bf6484c)
2021-08-19 13:32:24 +00:00
talyz 18902d1e12
discourse: update.py: Remove native platforms in plugin lock files..
...and add ruby.

(cherry picked from commit 12ff4b79e48d9c4aa5660d2ec7ce52a21806d8e4)
2021-08-17 23:16:54 +02:00
talyz ba5434c984
discourse.mkDiscoursePlugin: Handle repos with `gems` directories
Some plugin repos already have a `gems` directory. This lets the
packager choose whether it should be kept and the nix packaged ruby
gems should be copied into it or if it should be removed in favor of
our ruby gems.

(cherry picked from commit 04e6b03fa91603c7f1961cfcdcf5880c91fe6b05)
2021-08-17 23:16:47 +02:00
talyz fd169abf9b
discourse.plugins: Make the updater able to package plugins
Let the update.py script handle the initial, repetitive task of
packaging new plugins. With this in place, the plugin only needs to be
added to the list in `update-plugins` and most of the work will be
done automatically when the script is run. Metadata still needs to be
filled in manually and some packages may of course require additional
work/patching.

(cherry picked from commit f8096460bd15d4f13a01cfddf0a30798921fdb42)
2021-08-17 23:16:41 +02:00
talyz 08fde82d77
discourse.plugins.discourse-github: Update
(cherry picked from commit 4197b6dd146c395f1caec3b086334a2b0eff623a)
2021-08-17 23:16:34 +02:00
talyz af15cbe6b0
discourse: Change the path to the auto generated plugin assets
Change the path to the auto generated plugin assets, which defaults to
the plugin's directory and isn't writable at the time of asset
generation.

(cherry picked from commit 443b318ee9c614d480a2ecb0120b52806d6fbb3b)
2021-08-17 23:16:28 +02:00
talyz 080e4e43fb
discourse.tests: Test the appropriate discourse package
Perform the tests on the package that the `tests` attribute is a child
of, i.e. if `discourseAllPlugins.tests` is built, the tests will run
with the `discourseAllPlugins` package, not the `discourse` package as
previously.

(cherry picked from commit 6fd5a40ccaf0b4da1362803a387bf46d381dd66a)
2021-08-17 23:16:18 +02:00
talyz 639e1d9639
discourse: Remove leftover link to unused plugins directory
(cherry picked from commit bb14315d51a1c35304dfd82ff5c1faeaaf2c450c)
2021-08-17 23:13:55 +02:00
talyz 202c17a806
discourse.plugins.discourse-data-explorer: Update
(cherry picked from commit 6f2652735817e22c55de3b6e137faf7cdbc3fd2a)
2021-08-17 23:13:49 +02:00
talyz 700cfb0fc3
discourse.plugins.discourse-solved: Update
(cherry picked from commit 92b758266e61b2efe078973a3d020b3d1a2c363d)
2021-08-17 23:13:43 +02:00
talyz fddb277d03
discourse.plugins.discourse-canned-replies: Update
(cherry picked from commit 5d94e3bfc94637f6876b9957471fc571646867b0)
2021-08-17 23:13:36 +02:00
talyz 4a30a10e62
discourse.plugins.discourse-calendar: Update
(cherry picked from commit d1a63bf19c6c75430393dab94f5e939b258ffdb6)
2021-08-17 23:13:30 +02:00
talyz f2533d47c8
discourse: 2.7.5 -> 2.7.7
(cherry picked from commit c97ae4ad8e782765b333840d8d1aa83903f82b7f)
2021-08-17 23:13:23 +02:00
Felix Buehler c193cf6ed9
discourse.mkDiscoursePlugin: remove phases
(cherry picked from commit 4f62b051375b0fdaa01ba37e915cfaaa7de40d80)
2021-08-17 23:12:50 +02:00
Ryan Mulligan 8b8ccc0fd8
discourseAllPlugins: add discourse-calendar
(cherry picked from commit 858b0157e56426ee0d56faae393fc85b361ffd90)
2021-08-17 23:12:44 +02:00
Ryan Mulligan 48f779f37d
discourse/update.py: add missing plugins
(cherry picked from commit 32e24e792caefa1de46bf20da2ba4d8fbbf035dc)
2021-08-17 23:12:39 +02:00
Ryan Mulligan a9358e80fc
discourseAllPlugins: init discourse-migratepassword
(cherry picked from commit 85d7eb75c968421ea233f4c8a5b05886733c2dec)
2021-08-17 23:12:33 +02:00
Ryan Mulligan d0064e3868
discourseAllPlugins: init discourse-data-explorer
(cherry picked from commit 601db31c264f3008c25f3fb13f1968a543a9cfe6)
2021-08-17 23:12:28 +02:00
Ryan Mulligan 3c3cd97025
discourseAllPlugins: init discourse-checklist
(cherry picked from commit eb02dc0c4a14d5a15f3443567bc12abf631c300a)
2021-08-17 23:12:19 +02:00
Robert Scott 6d41a79a0e
Merge pull request #134013 from NixOS/backport-131867-to-release-21.05
[Backport release-21.05] traefik: 2.4.8 -> 2.4.13
2021-08-16 20:40:19 +01:00
Maximilian Bosch 268946d9ca matrix-synapse: fix startup
(cherry picked from commit 5a01d3ac1f1ea31b9b2635eb2ae1d9f6cd860230)
2021-08-16 19:15:37 +00:00
Maximilian Bosch 2a18679767 Revert "matrix-synapse: fix homeserver script"
This reverts commit 4444860f074e4530c25217a528748786f9334308.

(cherry picked from commit 21eb8c5b37c6bcc18ecd2ebaeaf4a4fabe9c0f36)
2021-08-16 19:15:36 +00:00
Sumner Evans 11cb4d0680 matrix-synapse: fix homeserver script
(cherry picked from commit 4444860f074e4530c25217a528748786f9334308)
2021-08-16 19:15:36 +00:00
Sumner Evans 1948243193 matrix-synapse: 1.39.0 -> 1.40.0
(cherry picked from commit 6f434ed48ce3ea9f5458bd58c81c68472a6103fb)
2021-08-16 19:15:35 +00:00
R. RyanTM a49928582f postsrsd: 1.10 -> 1.11
(cherry picked from commit 6c81f568877c7cac80d8b8b168950c42d8fc604b)
2021-08-15 15:03:00 +00:00
Maxine Aubrey 5ae7f11e35 traefik: 2.4.8 -> 2.4.13
(cherry picked from commit 4a97603613ae0c9ef776517f287a45c185eb33c8)
2021-08-14 13:11:54 +00:00
Yorick van Pelt a8a96f20e6 asterisk: fix missing newline in json
(cherry picked from commit 823ac1645025b68cf9a2fcab02c597619efc06bb)
2021-08-14 13:02:03 +00:00
Yorick van Pelt 67ca9c8126 asterisk: 13.38.2 -> 13.38.3, 16.17.0 -> 16.19.1, 17.9.3 -> 17.9.4, 18.3.0 -> 18.5.1
auto-updated using ./update.py

(cherry picked from commit 8d53c9c4e634b4f82cec38256fd01be060ceca87)
2021-08-14 13:02:03 +00:00
Yorick van Pelt 21047ba83f asterisk: add update script
(cherry picked from commit ab3980e73a318c4cdc66001de97073daa8c2aec0)
2021-08-14 13:02:03 +00:00
Aaron Andersen cc07aecb10 apacheHttpdPackages.mod_auth_mellon: 0.17.0 -> 0.18.0
(cherry picked from commit 3f4692120b6b6285f147c6adb431ea39b9020dad)
2021-08-11 13:35:20 +00:00
R. RyanTM bb5548940e gpsd: 3.22 -> 3.23
Clean up unnecessary dependencies, update license. Add todo to generate
asciidoctor documentation.

(cherry picked from commit 65db4268d056afefac988705bae2f65651b1f7c2)
2021-08-10 12:18:35 +00:00
Yuka 3a5ff18d64 mautrix-telegram: add inputs for E2BE support (#132979)
https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html
(cherry picked from commit f1d1ed4f0221d89d5e221c26114a14fe138e8982)
2021-08-08 11:09:23 +02:00
Charlotte Van Petegem a9c04292f2 mautrix-whatsapp: specify agpl3plus license
e.g. f4a7394b67/bridgestate.go
mentions the option of using a later version.

(cherry picked from commit a6692271eb99c51137e8604d4c4a58b2e71bb7d0)
2021-08-07 19:29:15 +00:00
Charlotte Van Petegem 598282f8ed mautrix-whatsapp: update repository location
(cherry picked from commit 57e621437054555b6b1e563208badec390e4efea)
2021-08-07 19:29:15 +00:00
Charlotte Van Petegem 0fe73dc3bb mautrix-whatsapp: 0.1.7 -> 0.1.8
(cherry picked from commit bb550a67d820bc581a58cf96e1e4dff3ad6f4ce9)
2021-08-07 19:29:14 +00:00
Maximilian Bosch 8d3bc3ae55 nextcloud22: 22.0.0 -> 22.1.0
ChangeLog: https://nextcloud.com/changelog/#22-1-0
(cherry picked from commit 985d9f39aeffc4c882417f44f95b468497b98901)
2021-08-07 15:09:49 +00:00
Maximilian Bosch 7c1e6bd61f nextcloud21: 21.0.3 -> 21.0.4
ChangeLog: https://nextcloud.com/changelog/#21-0-4
(cherry picked from commit 20707acda8d7b8491deb35ad7e2b2fa1334d16ce)
2021-08-07 15:09:49 +00:00
Maximilian Bosch 06c9e35f11 nextcloud20: 20.0.11 -> 20.0.12
ChangeLog: https://nextcloud.com/changelog/#20-0-12
(cherry picked from commit be5d310839d72c8a3742ff8e1a9fd30d187ca969)
2021-08-07 15:09:48 +00:00
ajs124 2f5664a9a7 dovecot_pigeonhole: 0.5.15 -> 0.5.16
(cherry picked from commit a161e14867efa9c72bff914536aa7e4c7ad41df7)
2021-08-06 21:38:28 +00:00
ajs124 149e6005de dovecot: 2.3.15 -> 2.3.16
(cherry picked from commit 0184b07908d2cca3476df11a706fd9d4e0d02fa3)
2021-08-06 21:38:27 +00:00
Artturi e95258eaf1
Merge pull request #132748 from NixOS/backport-127986-to-release-21.05
[Backport release-21.05] generate-expr-from-tarballs.pl: use nix-shell as script interpreter
2021-08-07 00:29:31 +03:00
Artturi 10f3dfbfb8
Merge pull request #125017 from NixOS/backport-125005-to-release-21.05
[Backport release-21.05] plex: 1.23.0.4482-62106842a -> 1.23.1.4602-280ab6053
2021-08-07 00:02:00 +03:00
ajs124 bcf6e43b9e prosody: 0.11.9 -> 0.11.10
fix CVE-2021-37601

annoucement: https://blog.prosody.im/prosody-0.11.10-released/
(cherry picked from commit b977d45922c2a64290b62d0725619caf12e00f78)
2021-08-06 13:56:55 +00:00
TredwellGit c8700d7b96 generate-expr-from-tarballs.pl: use nix-shell as script interpreter
(cherry picked from commit f6ea60666cf8b9a8e32b2de8c5c9d1bdcb62990b)
2021-08-05 08:13:35 +00:00
Artturin 508ebecf06 samba4: add wrapPythonPrograms
(cherry picked from commit 507d310cdad329035b5c631bbf806654fe96a0f3)
2021-08-04 15:48:55 +03:00
Robert Scott 3e83eba072 rabbitmq-server: add patches for multiple CVEs
CVE-2021-22116
CVE-2021-32718
CVE-2021-32719
2021-08-04 12:09:05 +09:00