Commit Graph

19 Commits

Author SHA1 Message Date
R. RyanTM
1849f2131b cutelyst: 2.14.0 -> 2.14.2 2021-01-21 14:25:34 +00: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
R. RyanTM
933e8c5398 cutelyst: 2.13.0 -> 2.14.0 2021-01-18 14:02:08 +00:00
R. RyanTM
e99270812f cutelyst: 2.12.0 -> 2.13.0 2020-11-02 08:24:57 -08:00
R. RyanTM
e82cdb4575 cutelyst: 2.11.0 -> 2.12.0 2020-09-04 10:14:00 +00:00
R. RyanTM
4682a2ab77 cutelyst: 2.10.0 -> 2.11.0 2020-05-19 03:59:30 +00:00
R. RyanTM
1f034f5853 cutelyst: 2.9.0 -> 2.10.0 2020-05-09 08:59:00 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
R. RyanTM
9d281cc9fe cutelyst: 2.8.0 -> 2.9.0 (#71519) 2019-10-21 12:52:35 +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
Marek Mahut
83bc88f95c
Merge pull request #64003 from r-ryantm/auto-update/cutelyst
cutelyst: 2.7.0 -> 2.8.0
2019-08-05 19:49:06 +02:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
R. RyanTM
00e914cb83 cutelyst: 2.7.0 -> 2.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cutelyst/versions
2019-07-01 03:14:00 -07:00
R. RyanTM
81e8f11da7 cutelyst: 2.6.0 -> 2.7.0 (#56624) 2019-03-02 02:34:10 +00:00
R. RyanTM
51230853c8 cutelyst: 2.5.1 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cutelyst/versions
2019-01-07 23:02:32 -08:00
Maximilian Bosch
46adbcde48 cutelyst: fix build
Cutelyst misses `pcre.h` to compile, adding `pkgs.pcre` as build input
fixes the compilation.

This unbreaks `virtlyst` and the corresponding module as well.

See also https://hydra.nixos.org/build/86293236
2019-01-04 14:16:45 +01:00
R. RyanTM
73d0a140e0 cutelyst: 2.4.1 -> 2.5.1 (#44790) 2018-08-09 07:13:23 +00:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00