93 Commits

Author SHA1 Message Date
Yorick van Pelt
e5ddb0213a asterisk: 20.18.1 -> 20.18.2, 21.12.0 -> 21.12.1, 22.8.1 -> 22.8.2, 23.2.1 -> 23.2.2 2026-02-08 12:27:01 +01:00
R. Ryantm
e6b2923a27 asterisk: 22.8.0 -> 22.8.1 2026-02-02 06:07:37 +00:00
R. Ryantm
863e40b7a1 asterisk: 22.7.0 -> 22.8.0 2026-01-26 04:14:02 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
4581acd3f2 asterisk: 22.6.0 -> 22.7.0 2025-11-23 08:31:24 +00:00
Yorick van Pelt
118d43a22a asterisk: drop v18, bump asterisk-lts and asterisk alias 2025-10-19 17:36:14 +02:00
R. Ryantm
7b13a5eadb asterisk: 20.15.2 -> 20.16.0 2025-10-18 10:33:41 +00:00
R. Ryantm
9449ada53e asterisk: 20.15.1 -> 20.15.2
This also updates asterisk 18 (18.26.3 -> 18.26.4).
The new version requires pjproject
to be updated: 2.14.1 -> 2.15.1 .
Luckily, this is the version that is also used by
other asterisk version, so we simply drop the old
pjproject and unconditionally use version 2.15.1 .

Co-authored-by: Yarny0 <41838844+Yarny0@users.noreply.github.com>
2025-09-03 16:37:04 +02:00
R. Ryantm
e066e4eee4 asterisk: 20.15.0 -> 20.15.1 2025-08-05 04:39:23 +00:00
Franz Pletz
1b2c6b9f40 asterisk: update dependencies 2025-07-30 18:08:27 +02:00
Franz Pletz
5a751204bc asterisk: fix regex escapes in update script 2025-07-30 18:01:21 +02:00
Franz Pletz
e583257f16 asterisk: 18.26.1 -> 18.26.2, 20.11.1 -> 20.15.0, 22.1.1 -> 22.5.0 2025-07-30 17:59:51 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
c9eb178b9d asterisk: 20.11.0 -> 20.11.1 2025-01-13 03:33:33 +00:00
R. Ryantm
ca0c858a92 asterisk: 20.9.3 -> 20.11.0 2024-12-11 20:56:13 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
32a1f2f245 asterisk: 20.9.2 -> 20.9.3 2024-09-08 16:14:06 +00:00
R. Ryantm
8a7bbbef57 asterisk: 20.9.1 -> 20.9.2 2024-08-12 17:41:37 +00:00
R. Ryantm
b5412e0b06 asterisk-ldap: 20.9.0 -> 20.9.1 2024-08-05 23:41:59 +00:00
R. Ryantm
65949484a2 asterisk: 20.8.1 -> 20.9.0 2024-07-23 10:27:32 +00:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
Thomas Gerbet
7c5a432dbc asterisk_18: 18.21.0 -> 18.23.1, asterisk_20: 20.6.0 -> 20.8.1
Fixes CVE-2024-35190.

Changelogs:
https://github.com/asterisk/asterisk/releases/tag/20.8.1
https://github.com/asterisk/asterisk/releases/tag/20.8.0
https://github.com/asterisk/asterisk/releases/tag/20.7.0
https://github.com/asterisk/asterisk/releases/tag/18.23.1
https://github.com/asterisk/asterisk/releases/tag/18.23.0
https://github.com/asterisk/asterisk/releases/tag/18.22.0
https://github.com/asterisk/asterisk/releases/tag/18.21.0
2024-05-21 21:02:03 +02:00
R. Ryantm
a197159d90 asterisk: 20.5.2 -> 20.6.0 2024-01-28 02:52:24 +00:00
R. Ryantm
0b92702371 asterisk: 20.5.1 -> 20.5.2 2023-12-25 09:46:57 +00:00
Thomas Gerbet
1137e416f8 asterisk_18: 18.17.1 -> 18.20.1, asterisk_20: 20.2.1 -> 20.5.1
Fixes CVE-2023-49294, CVE-2023-49786,  CVE-2022-23537.

Changelogs:
https://github.com/asterisk/asterisk/releases/tag/18.20.1
https://github.com/asterisk/asterisk/releases/tag/18.20.0
https://github.com/asterisk/asterisk/releases/tag/18.19.0
https://github.com/asterisk/asterisk/releases/tag/18.18.1
https://github.com/asterisk/asterisk/releases/tag/18.18.0
https://github.com/asterisk/asterisk/releases/tag/20.5.0
https://github.com/asterisk/asterisk/releases/tag/20.4.0
https://github.com/asterisk/asterisk/releases/tag/20.3.1
https://github.com/asterisk/asterisk/releases/tag/20.3.0
2023-12-15 16:00:16 +01:00
Yarny0
09ee8956b9 asterisk: add meta.mainProgram 2023-09-05 11:34:04 +02:00
Yorick
fc66814d6f Merge pull request #243563 from tjni/asterisk-update-fix
asterisk: update the update script version regex
2023-07-15 15:54:53 +02:00
Yorick
84a29b4872 Merge pull request #243446 from LeSuisse/asterisk-CVE-2023-27585
asterisk: apply patch for pjsip CVE-2023-27585
2023-07-15 15:53:25 +02:00
Theodore Ni
c5240d9775 asterisk: update the update script version regex 2023-07-14 17:39:02 -07:00
Robert Schütz
2289a489c2 asterisk: use latest python for update script 2023-07-14 07:33:52 -07:00
Thomas Gerbet
2a3d310709 asterisk: apply patch for pjsip CVE-2023-27585
https://github.com/pjsip/pjproject/security/advisories/GHSA-q9cp-8wcq-7pfr
2023-07-14 12:17:43 +02:00
Yorick van Pelt
44a4afba11 asterisk: drop pjsip 2.12 and patches, no longer used 2023-04-23 15:58:39 +02:00
Yorick van Pelt
0a8004f496 asterisk: drop 16 and 19
These will go EOL within the 23.05 support window.
2023-04-23 15:56:57 +02:00
Yorick van Pelt
f51c667a29 asterisk: 18.16.0 -> 18.17.1, 20.1.0 -> 20.2.1
pjsip 2.13.0 and related security patches have been added
2023-04-23 15:55:53 +02:00
Janik H
1bfefc7b43 asterisk: autoformat default.nix 2023-03-14 18:33:33 +01:00
Janik H
3266f88f3d asterisk: add sub-package with ldap support 2023-03-14 18:31:51 +01:00
R. Ryantm
90698f7c70 asterisk-module-sccp: 4.3.4 -> 4.3.5 2023-02-15 20:59:08 +00:00
Thomas Gerbet
1c5020b684 asterisk: 16.29.0 -> 16.30.0, 18.15.0 -> 18.16.0, 19.7.0 -> 19.8.0, 20.0.0 -> 20.1.0
Fixes CVE-2022-37325, CVE-2022-42705 and CVE-2022-42706.

https://downloads.asterisk.org/pub/security/AST-2022-007.html
https://downloads.asterisk.org/pub/security/AST-2022-008.html
https://downloads.asterisk.org/pub/security/AST-2022-009.html

Changelogs:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-20.1.0
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-19.8.0
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-18.16.0
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.30.0

Patches for CVE-2022-31031 and CVE-2022-39244 in pjsip are already been
applied by Asterik upstream so we drop them. pjsip patches for CVE-2022-23537
and CVE-2022-23547 have been added.
2023-01-14 18:11:41 +01:00
Yorick van Pelt
94b4a737bf asterisk: fix comment about version 2022-11-16 11:44:45 +01:00
Yorick van Pelt
de995f3058 asterisk: patch pjsip CVE-2022-31031, CVE-2022-39244, CVE-2022-39269
Also remove pjsip 2.12, which was unused
2022-11-16 11:32:55 +01:00
Yorick van Pelt
f010cdcad3 asterisk: 16.26.1 -> 16.29.0, 18.12.1 -> 18.15.0, 19.4.1 -> 19.7.0, init 20.0.0 2022-11-15 14:52:23 +01:00
Yorick van Pelt
5d62b7f79f asterisk: 16.25.1 -> 16.26.1, 18.11.1 -> 18.12.1, 19.3.1 -> 19.4.1 2022-05-24 14:04:17 +02:00
Yorick van Pelt
237b5838d3 asterisk: update updateScript to include python deps 2022-05-24 13:49:28 +02:00
Lorenz Brun
b71ff4c656 asterisk: add support for open-source opus codec 2022-04-08 13:23:11 +02:00
Lorenz Brun
c7390885a9 asterisk: update all packages 2022-04-08 08:15:42 +00:00
Sandro Jäckel
8547db919a treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)` to lib.importJSON ./file.json 2021-11-03 14:43:52 +01:00
Yorick van Pelt
823ac16450 asterisk: fix missing newline in json 2021-08-07 13:43:15 +02:00
Yorick van Pelt
8d53c9c4e6 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
2021-08-07 13:37:13 +02:00
Yorick van Pelt
ab3980e73a asterisk: add update script 2021-08-07 13:37:01 +02:00