Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07: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
Martin Milata
b64d1c286e
openconnect: 8.05 -> 8.10
...
Also update vpnc script.
Fixes:
- https://nvd.nist.gov/vuln/detail/CVE-2019-16239
- https://nvd.nist.gov/vuln/detail/CVE-2020-12105
- https://nvd.nist.gov/vuln/detail/CVE-2020-12823
2020-05-19 00:09:40 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Thibault Gagnaux
c12850a74c
Removes vpnc from propagated build inputs
2019-11-08 13:54:39 +01:00
Thibault Gagnaux
43a761da72
openconnect: Add darwin support
...
The old build was failing on darwin because yubikey needs the PCSC framework dependency. I also upgraded to the latest vpnc-script as recommended on the openconnect homepage (see: https://www.infradead.org/openconnect/platforms.html ). Lastly, I moved all dependencies which are not used at runtime from propagatedBuildInputs to buildInputs (Please correct me if that is wrong).
2019-10-18 10:16:31 +02:00
worldofpeace
76b7dd1ba9
Merge #68739 : openconnect: 8.04 -> 8.05 (security!)
...
(cherry picked from commit 253f714f6b
)
Forward-pick from staging to staging-next. It's quite small rebuild,
compared to what's caused by the parent commit.
2019-09-22 09:57:28 +02:00
R. RyanTM
ed2bbb7bf9
openconnect: 8.03 -> 8.04
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openconnect/versions
2019-08-19 20:55:28 -07:00
R. RyanTM
9b775bcdcf
openconnect: 8.02 -> 8.03
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openconnect/versions
2019-06-18 11:20:56 +02:00
Will Dietz
1610427425
openconnect: 7.08 -> 8.02
2019-01-31 12:34:09 -06:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Eelco Dolstra
60aaced9a0
Add some dev outputs
2017-09-25 16:05:10 +02:00
John Ericson
fd9c7eb2e8
misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs
2017-09-21 15:49:53 -04:00
Willi Butz
b13378c479
openconnect_openssl: added missing dependecy gmp
2017-02-28 17:57:21 +01:00
Cillian de Roiste
868d30f975
openconnect: add support for stoken
...
Tested with a Juniper Network Connect VPN
2017-02-14 09:29:57 +01:00
Pradeep Chhetri
56ed9f8b94
openconnect: 7.06 -> 7.08
2017-01-29 02:46:19 +05:30