summary refs log tree commit diff
path: root/pkgs/tools/networking/vpnc/default.nix
Commit message (Collapse)AuthorAge
* vpnc: don't produce non-free binaries by defaultAlyssa Ross2022-02-19
| | | | | | | | As explained in vpnc's Makefile, a vpnc with OpenSSL support is non-redistributable. The option to enable OpenSSL support, which is disabled by default, is even called OPENSSL_GPL_VIOLATION — something that was conveniently hidden by the strange way the option was set in the previous version of this package.
* Merge pull request #144541 from alyssais/vpnc-makefile-patchJanne Heß2021-11-07
|\ | | | | vpnc: remove unnecessary patch
| * vpnc: remove unnecessary patchAlyssa Ross2021-11-03
| | | | | | | | | | | | | | | | | | | | | | | | We can make the same changes much less invasively using normal Nixpkgs stuff. This would make it easier to switch to the actively maintained fork[1] in future. The use of $(out)/etc instead of /etc is a bit questionable, but I don't want to change any behaviour in this patch so I'm leaving it alone for now. [1]: https://davidepucci.it/doc/vpnc/
* | vpnc: remove unnecessary substitutionAlyssa Ross2021-11-03
|/ | | | | This will be done automatically in fixupPhase (and that version has the advantage of being cross-aware).
* tools/networking: replace name with pname&versionFelix Buehler2021-08-04
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* vpnc: fix urlJan Malakhovski2018-03-09
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* vpnc: patch to not set a default route when a netmask is givenThomas Strobel2015-09-06
| | | | also, fix the name attribute in the nix expression
* vpnc: revert default local port to 500Thomas Strobel2015-08-05
|
* vpnc: 0.5.3 -> svn-rev-550Thomas Strobel2015-08-05
| | | | | also, change default local port from 500 to random to avoid clashes with other IPSec services like, e.g., strongSwan
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* vpnc: added patch to fix the 'Error: either "to" is duplicate, or "ipid" is ↵Peter Simons2012-02-29
| | | | | | | | | | a garbage' bug Further details are at: http://www.rz.uni-konstanz.de/activekb/questions/250/VPNC+unter+Ubuntu+11.10+%22Error%3A+either+%22to%22+is+duplicate%2C+or+%22ipid%22+is+a+garbage.%22 svn path=/nixpkgs/trunk/; revision=32712
* vpnc: install the README file into $out/share/docPeter Simons2012-02-24
| | | | svn path=/nixpkgs/trunk/; revision=32544
* vpnc 0.5.3.Ludovic Courtès2008-11-27
| | | | svn path=/nixpkgs/trunk/; revision=13457
* vpnc: Fix `pcf2vpnc'.Ludovic Courtès2008-05-09
| | | | svn path=/nixpkgs/trunk/; revision=11791
* VPNC: Clarify run-time dependencies.Ludovic Courtès2008-02-21
| | | | svn path=/nixpkgs/trunk/; revision=10818
* VPNC fix: binary would refer to `/etc/vpnc/vpnc-script'.Ludovic Courtès2008-02-10
| | | | svn path=/nixpkgs/trunk/; revision=10619
* Add VPNC, a Cisco-compatible VPN client.Ludovic Courtès2008-02-10
svn path=/nixpkgs/trunk/; revision=10618