Commit Graph

46 Commits

Author SHA1 Message Date
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
R. RyanTM
91bad1d222 asterisk-module-sccp: 4.3.2-epsilon -> 4.3.4 2021-05-17 13:24:51 -07:00
Yorick van Pelt
4f8cfd1c2e asterisk: clarify license 2021-04-21 01:00:40 +02:00
Yorick van Pelt
ae79547cf2 asterisk: 13.38.0 -> 13.38.2, 16.15.0 -> 16.17.0, 17.9.0 -> 17.9.3, 18.1.0 -> 18.3.0
Security fixes
2021-04-21 01:00:40 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Janne Heß
1027c0635d
asterisk: Bump all packages 2020-11-19 17:13:38 +01:00
Janne Heß
523debafc4
asterisk: Bump all packages 2020-11-09 12:36:03 +01:00
ajs124
bf4f302804
Merge pull request #101761 from helsinki-systems/init/asterisk18
asterisk_18: Init at 18.0.0
2020-11-08 17:31:37 +01:00
Janne Heß
038793bd1e
asterisk_18: Init at 18.0.0
I hope I bumped all attributes correctly.
2020-10-26 14:10:29 +01:00
Janne Heß
722c94310c
asterisk: Bump all packages 2020-10-26 13:58:41 +01:00
Janne Heß
c5e8dbc4f1
asterisk: Bump all packages
All packages were outdated.
Asterisk 15 is not supported anymore, but there is 17 now.

All versions bumped pjproject to 2.10 which requires overriding the
prefix.

Since Asterisk 17, `make install-headers` seems to be needed.
2020-10-07 18:02:37 +02:00
Janne Heß
a059f0785e
asterisk-module-sccp: Init at 4.3.2-epsilon 2020-08-21 22:14:32 +02:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Bob van der Linden
65710feb5c
asterisk: /var/run -> /run 2019-04-11 20:05:37 +02:00
Guillaume Maudoux
acc86c8944 asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x 2019-02-07 07:55:46 +01:00
Jan Malakhovski
67a5c0da41 tree-wide: fix all revs of fetchsvn 2018-11-08 05:29:47 +00:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Samuel Leathers
561bd16d01
asterisk: add xmpp/motif support 2018-07-04 00:17:52 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Tim Digel
b4ac50a816 asterisk: 14.6.1 -> 15.3.0, 13.17.1 -> 13.20.0 2018-04-13 08:02:00 +02:00
John Ericson
70d91badf5 treewide: Depend on stdenv.cc.bintools instead of binutils directly
One should do this when needed executables at build time. It is more
honest and cross-friendly than refering to binutils directly.
2017-11-05 17:10:53 -05:00
Franz Pletz
9d7425052b
asterisk-lts: 13.15.0 -> 13.17.1 2017-09-05 13:10:13 +02:00
Franz Pletz
abba0b15d8
asterisk-stble: 14.6.0 -> 14.6.1 2017-09-05 13:10:13 +02:00
Franz Pletz
6b3760d9f2
asterisk: 14.4.0 -> 14.6.0 2017-08-01 08:36:37 +02:00
Kranium Gikos Mendoza
03fde7a34d asterisk-lts: 13.13.1 -> 13.15.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza
718c3e8d97 asterisk-stable: 14.2.1 -> 14.4.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza
b3a6d1f990 asterisk: patch to remove unresolved symbol warnings 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza
ac61ddef8f
asterisk: use fetchsvn for vendored library 2017-03-06 08:41:23 -05:00
Tim Digel
d8da56984b asterisk: 14.1.2 -> 14.2.1 2017-02-09 08:29:09 +01:00
Tim Digel
3053e07caa asterisk: add speex codec 2017-02-09 08:29:09 +01:00
Yorick van Pelt
59fd1c802e asterisk: add maintainer 2017-02-02 15:15:53 +01:00
Yorick van Pelt
529853b5e1 asterisk: add lts version, fix impurity 2017-02-02 15:15:37 +01:00
Tim Digel
81d8a457ed Fix asterisk & asterisk: 13.6.0 -> 14.1.2 (#20788)
* fix/asterisk-module: use unix-group for asterisk-files
* fix/asterisk-module: add configOption to use some default config-files
* fix/asterisk-module: correction of skel copy
* fix/asterisk-module: use /etc/asterisk as configDir
* fix/asterisk-module: add reload; do not restart unit
* asterisk: 13.6.0 -> 14.1.2
* fix/asterisk: compile with lua, pjsip, format_mp3
* fix/asterisk: fix indentation
* fix/asterisk: remove broken flag
2016-12-28 23:04:58 +01:00
Graham Christensen
990c2be008
asterisk: mark as broken
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-28 08:52:17 -04:00
Franz Pletz
53c660dbc8
asterisk: fix source url 2016-09-24 02:51:00 +02:00
Hajo Möller
0baef5b806 asterisk: 13.3.2 -> 13.6.0 2015-10-19 19:05:41 +02:00
Jonathan Glines
c1b5287193 Added Asterisk telephony server 2015-04-16 17:40:28 -06:00