Commit graph

9 commits

Author SHA1 Message Date
Robert Schütz a03847e696 limesurvey: mark as insecure 2021-01-30 11:16:32 +01: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
davidak 98cbf7b90d limesurvey: 3.23.0+200813 -> 3.23.7+201006 2020-10-12 20:39:03 +02:00
davidak de1c05439d limesurvey: 3.17.12+190823 -> 3.23.0+200813
fixes at least 17 CVEs
also adds test to package
2020-09-02 02:32:47 +02:00
Aaron Andersen 0ebe0eaf29 limesurvey: 3.17.1+190408 -> 3.17.12+190823 2019-08-24 08:15:13 -04:00
Aaron Andersen d8fd3cf602 limesurvey: drop php command from package, simplify directory structure 2019-05-23 21:43:08 -04:00
Aaron Andersen fc49f75f63 limesurvey: 2.05_plus_141210 -> 3.17.1+190408 2019-05-23 21:42:51 -04:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Jaka Hudoklin 41ae4d1af9 add limesurvey package and nixos module 2015-02-07 23:18:51 +01:00