Commit graph

26 commits

Author SHA1 Message Date
R. RyanTM 15af55ebe3 caf: 0.18.1 -> 0.18.3 2021-05-22 07:53:59 +00:00
R. RyanTM 8651109424 caf: 0.18.0 -> 0.18.1 2021-04-20 01:00:18 -04:00
Mario Rodas 4d6fe8fb17 caf: 0.17.6 -> 0.18.0
https://github.com/actor-framework/actor-framework/releases/tag/0.18.0
2021-03-01 04:20:00 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM 6b637050d4 caf: 0.17.5 -> 0.17.6 2020-07-28 03:51:48 +00:00
Tobias Mayer 99f3fee199
caf: 0.17.4 -> 0.17.5 2020-05-19 09:38:24 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 5b174837fa caf: 0.17.3 -> 0.17.4 2020-02-12 01:28:09 +00: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
Mario Rodas d0f6b1f5a3
caf: fix build on darwin 2019-12-25 12:00:00 -05:00
R. RyanTM 3537767db8
caf: 0.17.2 -> 0.17.3 2019-12-25 12:02:24 -05:00
Tobias Mayer f5d99970d0 caf: enable checks 2019-10-21 11:40:55 +02:00
Tobias Mayer afcf63bc74 caf: disable examples 2019-10-21 11:39:34 +02:00
Tobias Mayer 53bd4ebd17 caf: enable openssl support 2019-10-21 11:39:34 +02:00
Tobias Mayer dc1e9ee48d caf: 0.17.1 -> 0.17.2 2019-10-21 11:39:34 +02:00
R. RyanTM c9f7f8718c caf: 0.17.0 -> 0.17.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/actor-framework/versions
2019-09-25 22:18:02 -07:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +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
R. RyanTM 0808cedaa6 caf: 0.16.3 -> 0.17.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/actor-framework/versions
2019-08-03 14:07:06 -07:00
R. RyanTM a452a8b103 caf: 0.16.2 -> 0.16.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/actor-framework/versions
2019-01-03 18:27:58 -08:00
R. RyanTM cb96801d70 caf: 0.16.0 -> 0.16.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/actor-framework/versions
2018-11-10 07:51:41 -08:00
R. RyanTM db7637377b caf: 0.15.7 -> 0.16.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/actor-framework/versions
2018-10-16 04:30:20 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Andreas Rammhold a415a95e7c
caf: 0.15.3 -> 0.15.7 2018-04-13 21:29:47 +02:00
Dan Peebles 8636ce283f caf: fix on clang4
Also, enable parallel builds because I got sick of waiting :)
2017-03-30 11:36:30 -04:00
Bo Bakker 1d948ddc01
caf: init at 0.15.3
fixes #23772
2017-03-12 21:53:49 +01:00