about summary refs log tree commit diff
path: root/pkgs/applications/networking/pjsip
AgeCommit message (Collapse)AuthorFilesLines
2020-04-30pjsip: enable and fix darwin buildDaiderd Jordan1-7/+14
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23pjsip: 2.9 → 2.10Vincent Laporte1-5/+7
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-06pjsip: Fix compilation on aarch64Daniel Schaefer2-0/+15
2019-07-06pjsip: 2.8 -> 2.9Daniel Schaefer1-2/+2
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-2/+2
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
2018-10-12pjsip: 2.7.2 -> 2.8 (#47735)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pjsip/versions
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-02-28pjsip: 2.7.1 -> 2.7.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua -h` got 0 exit code - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua --help` got 0 exit code - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua help` got 0 exit code - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua -V` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua -v` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua --version` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua version` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua -h` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua --help` and found version 2.7.2 - ran `/nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2/bin/pjsua help` and found version 2.7.2 - found 2.7.2 with grep in /nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2 - found 2.7.2 in filename of file in /nix/store/3wqj8kyahgi1r25wp8vfhhsg0m1mzpkx-pjsip-2.7.2 cc "@viric @olynch"
2017-12-29pjsip: 2.6 -> 2.7.1Owen Lynch1-3/+7
2017-07-09pjsip: 2.5.5 -> 2.6Taeer Bar-Yam1-2/+2
2016-08-29pjsip: 2.1 -> 2.5.5Adolfo E. García Castro1-6/+7
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-06-29Updating pjsip to 2.1Lluís Batlle i Rossell1-3/+3
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-01-19pjsua needs the libgccLluís Batlle i Rossell1-0/+3
svn path=/nixpkgs/trunk/; revision=25633
2011-01-16Making pjsip install the console User Agent (pjsua), that helps a lot ↵Lluís Batlle i Rossell1-1/+10
testing SIP. svn path=/nixpkgs/trunk/; revision=25587
2011-01-13Adding pjsip (pjproject-1.8)Lluís Batlle i Rossell1-0/+18
svn path=/nixpkgs/trunk/; revision=25531