summary refs log tree commit diff
path: root/pkgs/servers/irc
Commit message (Collapse)AuthorAge
* charybdis: 3.5.1 -> 3.5.3 (security)Franz Pletz2016-09-07
| | | | | Fixes CVE-2016-7143 (certificate fingerprint spoofing through crafted SASL messages).
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-30
|\|
| * treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * chaybdis: 3.5.0-rc1 -> 3.5.1Franz Pletz2016-04-12
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | charybdis: turn off format hardeningRobin Gloster2016-02-10
|/
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* pkgs charybdis: change platforms to linux onlylassulus2015-05-18
|
* add charybdis to nixpkgslassulus2015-05-11
|
* kill libiconvOr*Eric Seidel2015-02-07
| | | | | | | | | | | Conflicts: pkgs/applications/networking/mailreaders/sup/default.nix pkgs/development/compilers/ghc/7.8.3-binary.nix pkgs/development/interpreters/php/5.3.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/poppler/default.nix pkgs/top-level/all-packages.nix
* ircdHybrid: update from 7.2.3 to 8.2.2Edward O'Callaghan2015-01-29
| | | | | | Potentially fixes CVE-2013-0238. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
* ircdHybrid: update from 7.2.2 to 7.2.3, potentially fixes CVE-2013-0238Rob Vermaas2014-09-11
|
* Add ngircd IRC serverShea Levy2014-03-19
|
* create logs symlink later so that builder doesn't stumble on itMichael Raskin2010-11-11
| | | | svn path=/nixpkgs/trunk/; revision=24665
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* Nix-expr style reviewYury G. Kudryashov2008-01-30
| | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* Various.. Added ircd-hybrid. Added USB support in SANE. Added Xsane. Added ↵Michael Raskin2007-08-08
gt68xx firmware support. svn path=/nixpkgs/trunk/; revision=9070