about summary refs log tree commit diff
path: root/pkgs/tools/networking/pptp
AgeCommit message (Collapse)AuthorFilesLines
2023-03-30pptp: rework packaging, fix cross compilationNick Cao1-9/+17
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-04-04iproute: deprecate aliasSandro Jäckel1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-11pptp: Fix shebangsDaniel Schaefer1-14/+17
- Remove `which` as build-time input - Use substituteInPlace instead of sed (warns if it fails to replace) - Use perl in buildInputs as it's a run-time dependency - Patch shebangs manually, not sure why fixupPhase doesn't do it
2018-08-18pptp: add licenseMarkus Kowalewski1-3/+3
2018-03-04pptp: 1.9.0 -> 1.10.0Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptp --version` and found version 1.10.0 - ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptpsetup -h` got 0 exit code - ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptpsetup --help` got 0 exit code - found 1.10.0 with grep in /nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0 - found 1.10.0 in filename of file in /nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0 cc ""
2017-10-24pptp: correct reference to ${iproute}/bin/ipFlorent Becker1-3/+3
A reference to /bin/ip was left hanging, causing failure when establishing a connection caused pptp to try and manipulate roots.
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2017-03-01pptp: 1.8.0 -> 1.9.0ndowens1-2/+3
2016-03-23pptp: 1.7.2 -> 1.8.0Tim Steinbach1-4/+4
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-08-08pptp: Fix path to `ip`Yury G. Kudryashov1-1/+2
routing.c has hardcoded /bin/ip. Use ${iproute2}/sbin/ip instead.
2011-09-14Add pptp clientYury G. Kudryashov1-0/+29
svn path=/nixpkgs/trunk/; revision=29267