about summary refs log tree commit diff
path: root/pkgs/servers/xmpp
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14luaPackages: Replace all rockspec packages with generated onesAlexei Robyn1-17/+15
luaPackages replaced by generated ones: - bit32 - compat53 - cqueues - luacyrussasl -> cyrussasl (luarocks name) - luaexpat - luadbi -> luadbi front-end module + separate backend modules luadbi-{mysql,postgresql,sqlite3} - luafilesystem - luaossl - luasec - luasocket - luastdlib -> stdlib (luarocks name) - lrexlib -> lrexlib-pcre (we already have lrexlib-gnu and lrexlib-posix, lrexlib-pcre however appears to be the variant used in mudlet, which is the only current dep in nixpkgs) - luasqlite -> luasql-sqlite3 (luarocks name) - lfs -> luafilesytem (we literally had two manually written luafilesystem expressions, under different names) Changes and additions to overrides to generated luarocks packgaes, including: - busted: Install bash completions along with the zsh ones - cqueues: - Perform minor surgery on the rockspec to allow using a single rockspec to build for all supported Lua versions - Add a patch by @vcunat to work around a build issue - luuid: Wrote a tiny patch to allow for Lua 5.1/Luajit compatibility - General changes: - Sorted the packages - Attempted to make the formatting consistent - Preferenced `.override` instead of `.overrideAttrs` wherever possible Minor changes to other packages to adjust for the Lua package changes: - luakit expression simplified - prosody expression simplified; but users will now need to specify the luadbi backend module they intend to use in withExtraLibs - knot-resolver inputs correctd - mudlet inputs corrected (although this package was and should still be broken)
2019-06-02ejabberd: 19.02 -> 19.05Izorkin1-3/+3
2019-02-27ejabberd: 18.12.1 -> 19.02Izorkin1-3/+3
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2-4/+4
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-04prosody: update communityModulesAndreas Rammhold1-3/+6
After the latest automatic updates of the prosody package the community modules were partially incompatible. The worst effect I suffered was a very high timeout (hours) on reconnects due to the stanza module throwing a runtime error on the server. We should probably try harder to keep them in sync.
2019-01-24Merge pull request #53796 from Izorkin/ejabberdSilvan Mosberger1-3/+3
ejabberd: 18.06 -> 18.12.1
2019-01-16prosody: 0.11.1 -> 0.11.2R. 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/prosody/versions
2019-01-11ejabberd: 18.06 -> 18.12.1Izorkin1-3/+3
2018-12-16prosody: 0.10.2 -> 0.11.1R. 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/prosody/versions
2018-11-15pyIRCt,pyMAILt: add licenseMarkus Kowalewski2-4/+6
2018-08-05ejabberd: 18.01 -> 18.06 (#44158)ajs1241-5/+6
ejabberd switched from imagemagick to eimp, which loads libpng, libjpeg and libwebp at runtime. These were therefore added as dependencies and the relevant binary was wrapped to be able to find them.
2018-07-27biboumi: 7.2 -> 8.3ajs1242-6/+6
also update catch from 1.5.6 to 2.2.1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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-03prosody: 0.10.1 -> 0.10.2Andreas Rammhold1-2/+2
Fixes CVE-2018-10847 [1] and a bunch of minor things [2]. [1] https://prosody.im/security/advisory_20180531/ [2] http://blog.prosody.im/prosody-0-10-2-security-release/
2018-05-17prosody: 0.10.0 -> 0.10.1 (#40645)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/prosody/versions. These checks were done: - built on NixOS - /nix/store/9vcfnh0ghw9qmljbmpb52l5xwq8b8k4i-prosody-0.10.1/bin/prosody passed the binary check. - Warning: no invocation of /nix/store/9vcfnh0ghw9qmljbmpb52l5xwq8b8k4i-prosody-0.10.1/bin/prosodyctl had a zero exit code or showed the expected version - /nix/store/9vcfnh0ghw9qmljbmpb52l5xwq8b8k4i-prosody-0.10.1/bin/.prosody-wrapped passed the binary check. - Warning: no invocation of /nix/store/9vcfnh0ghw9qmljbmpb52l5xwq8b8k4i-prosody-0.10.1/bin/.prosodyctl-wrapped had a zero exit code or showed the expected version - 2 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 0.10.1 with grep in /nix/store/9vcfnh0ghw9qmljbmpb52l5xwq8b8k4i-prosody-0.10.1 - directory tree listing: https://gist.github.com/e1e8caae1a498d8e07f1c35d990846d3 - du listing: https://gist.github.com/9b3a9c7a8711da781e548e894e848cdc
2018-04-30treewide: http to httpsRyan Mulligan1-2/+2
2018-03-26unix-tools: introduce unix-tools.nixMatthew Bauer2-5/+5
unix-tools.nix has a collection of tools that are commonly installed by default in Unix derivatives. This is intended to provide compatibility between macOS and Linux users. Three Linux-only derivations are provided for compatbility: - procps - utillinux - nettools More tools are also provided. Also: treewide: use unixtools Non-comprehensive replace of Linux-only procps and util-linux with 'unixtools'.
2018-03-22Merge pull request #32960 from florianjacob/prosody-0.10Robin Gloster1-11/+12
Prosody 0.10.0
2018-03-22prosody: improve module handlingRobin Gloster1-3/+7
2018-03-12prosody: update community modulesFlorian Jacob1-2/+2
2018-03-12prosody: 0.9.12 -> 0.10.0Florian Jacob1-6/+3
updating config options, removing luazlib as mod_compression was removed for security reasons.
2018-03-07biboumi: 6.1 -> 7.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2/bin/biboumi --help` got 0 exit code - found 7.2 with grep in /nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2 - found 7.2 in filename of file in /nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2
2018-02-25ejabberd: 17.07 -> 18.01Nikolay Amiantov1-9/+9
2018-01-10treewide: Fix deps in a few other fixed output derivationsJohn Ericson1-1/+1
2017-11-06prosody: remove flosse from the list of maintainersMarkus Kohlhase1-1/+1
2017-11-01prosody.communityModules: 590ac12b7671 -> 9a3e51f348feSatoshi Shishiku1-2/+2
2017-11-01prosody: support for DBI, extra community modules and extra Lua librariesSatoshi Shishiku1-10/+18
2017-10-20biboumi: init at 6.1 (#30193)Frank Doepper2-0/+74
* biboumi: init at 6.1 TODO: integrate config in NixOS * biboumi: remove external buildtime dep - fetch catch.hpp in a reproducible way - add maintainer - enable tests - remove git dep - enable parallel building - add pandoc dep for man page - nitpicks * biboumi: refine substitutions - only CMakeLists.txt has to be patched regarding /etc/biboumi - substitute /bin/kill in systemd service file - prepare for configuring policy_directory in a future cfg file
2017-07-27ejabberd: 17.01 -> 17.07Nikolay Amiantov1-3/+3
2017-04-30/bin/sh -> ${stdenv.shell}rht2-2/+2
2017-03-25prosody: 0.9.10 -> 0.9.12 (#24269)uwap1-2/+2
2017-01-31ejabberd: 16.09 -> 17.01Nikolay Amiantov1-3/+3
2017-01-04openfire: mark as broken; its unfriendlyness towards read-only installation ↵Michael Raskin1-0/+4
directory and friendliness towards manual installation by just unpacking only grow with time
2016-11-20ejabberd: 16.08 -> 16.09Nikolay Amiantov1-3/+3
2016-08-23treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen1-1/+1
2016-08-14ejabberd: 16.04 -> 16.08Nikolay Amiantov1-3/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen3-0/+3
Build-tested on x86_64 Linux & Mac.
2016-07-02ejabberd: attempt to fix dependencies' determinismNikolay Amiantov1-6/+4
2016-06-22treewide: remove double quotes from wrappersMarius Bakke1-4/+4
Close #14753; see that for context.
2016-06-07elixir: 1.2.5 -> 1.2.6Andrey Pavlov1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen1-1/+1
2016-04-30ejabberd: cleanup buildNikolay Amiantov1-6/+3
2016-04-30ejabberd: 16.02 -> 16.04Nikolay Amiantov1-213/+41
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov1-1/+1
2016-03-04ejabberd: 16.01 -> 16.02Nikolay Amiantov1-92/+91
2016-02-11ejabberd: 15.11 -> 16.01Nikolay Amiantov1-66/+81
2016-02-10prosody: 0.9.8 -> 0.9.10JC Brand1-2/+2
2016-01-30pyMAILt: use mkDerivationRobin Gloster1-19/+17
2016-01-30pyIRCt: use mkDerivationRobin Gloster1-20/+22