aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient
Commit message (Collapse)AuthorAgeFilesLines
* Update manpage location (r523104)Sunpoet Po-Chuan Hsieh2020-01-191-3/+4
| | | | Notes: svn path=/head/; revision=523541
* Implement new virtual category: net-vpn for VPN related portsKoichiro Iwao2019-08-141-1/+1
| | | | | | | | | | | | | | | | based on discussion at ports@ [1]. As VPN softwares are put in different physical category net and security. This is a little bit confusing. Let's give them new virtual category net-vpn. [1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html PR: 239395 Submitted by: myself Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21174 Notes: svn path=/head/; revision=508887
* Convert to options target helperSunpoet Po-Chuan Hsieh2018-02-162-9/+9
| | | | | | | | | | - Sort MAKE_ARGS - Sort PLIST_FILES - Update README: use @FreeBSD.org - Take maintainership Notes: svn path=/head/; revision=462024
* net/pptpclient: Update to 1.10.0Yuri Victorovich2018-02-162-4/+5
| | | | | | | | | | | | Additional port changes: * Replaced with DISTVERSION * Added LICENSE_FILE Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461991
* net/pptpclient: update 1.8.0 -> 1.9.0Kurt Jaeger2017-03-042-5/+5
| | | | | | | | | | | | | | | | | | | | | Released 29th November 2016 - close a memory leak in pqueue, - avoid spurious error about /bin/ip on FreeBSD, - fix compiler warnings, - avoid clobbering heap (RHBZ #1183627), - fix use after free in call close request handler, - make clean to clean pptpsetup.8 (Debian #831032), - add --missing-window option (Debian #680455, Ubuntu #681617), - randomise call-id (Debian #721963), - replace gethostbyname(3) with getaddrinfo(3), - fix typo in pptp_ctrl manpage, - place pptpsetup manpage in correct section, - don't set build flags; use defaults, - remove pptpsetup.8 from source as it is generated, - fix for (null) in "pptp: GRE-to-PPP gateway on (null)". Notes: svn path=/head/; revision=435421
* net/pptpclient: Add pptp service(8) scriptDevin Teske2016-02-093-1/+182
| | | | | | | | Reviewed by: feld Differential Revision: https://reviews.freebsd.org/D5236 Notes: svn path=/head/; revision=408595
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Avoid running /bin/ip which doesn't exist on FreeBSD.Tim Bishop2015-02-051-1/+3
| | | | | | | | | | | | | | | I get the following error every time I run pptp: /bin/ip: not found /bin/ip: not found Since /bin/ip doesn't exist on FreeBSD it doesn't make sense to try and run it, and pptp appears to function without it (this change certainly won't make things any worse). I've done a minimally invasive change which just makes it run /usr/bin/true instead. Notes: svn path=/head/; revision=378485
* - Update to 1.8.0Antoine Brodin2014-01-146-62/+15
| | | | | | | | | | - Stage support PR: ports/185711 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=339704
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Use MAKE_ARGS (CC="${CC}") instead of a patch.Boris Samorodov2013-08-292-9/+4
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=325569
* . fix build with clang (CC=gcc -> CC?=gcc);Boris Samorodov2013-08-282-10/+16
| | | | | | | | | | . add LICENSE (GPLv2); . bump PORTREVISIONr; . group build statements; . mute mkdir. Notes: svn path=/head/; revision=325536
* - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Pkg-plist revertion was missing.Felippe de Meirelles Motta2009-11-222-4/+1
| | | | | | | Point hat: via (miwi@) Notes: svn path=/head/; revision=244652
* - Revert last changes, that cause port broken.Felippe de Meirelles Motta2009-11-201-19/+6
| | | | | | | | PR: ports/140432 Noticed by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=244562
* - Install missing manpages.Felippe de Meirelles Motta2009-11-042-6/+22
| | | | | | | | | | | | - Install custom files and respect PORTDOCS. - Fix pkg-plist. - Fix PREFIX hardcoded in pptp scripts(should fix ports/137115). - Bump PORTREVISION. Submitted by: myself Notes: svn path=/head/; revision=243800
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-282-4/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Add Perl as dependcy for install (pod2man) and perl scripts (ie. pptpsetup).Chin-San Huang2009-03-231-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=230787
* - Remove dependency on Perl.Chin-San Huang2009-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Noticed by: Nicolas Rachinsky <nicolas-2008 at rachinsky.de> Notes: svn path=/head/; revision=230785
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Update to 1.7.2.Chin-San Huang2008-05-184-32/+24
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=213300
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-2/+0
| | | | Notes: svn path=/head/; revision=209420
* Reset thomas@cuivre.fr.eu.org due to maintainer-timeouts and no responseMark Linimon2007-03-141-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=187371
* Update to 1.7.1Martin Wilke2006-06-142-4/+4
| | | | | | | | | PR: ports/98454 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165416
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Update to 1.7.0Marcus Alves Grando2005-10-023-5/+25
| | | | | | | | PR: 86773 Approved by: thomas (maintainer), pav (mentor) Notes: svn path=/head/; revision=144014
* Update to 1.6.0Marcus Alves Grando2005-09-295-22/+11
| | | | | | | | | PR: 85033 Pointed by: Dmitry Nikulenko <dmitry@lime-systems.com> Approved by: pav (mentor), thomas@cuivre.fr.eu.org (maintainer timeout, 43 days) Notes: svn path=/head/; revision=143771
* Update to 1.5.0.Daniel Harris2004-06-303-4/+15
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=112622
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Upgrade net/pptpclient to upstream release 1.3.1.Thomas Quinot2003-08-143-26/+18
| | | | | | | Reviewed by: roberto Notes: svn path=/head/; revision=86923
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-6/+10
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.1.0.Anton Berezin2002-06-135-108/+23
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=61222
* Make libgnugetopt a build and runtime dependency (via LIB_DEPENDS), insteadPete Fritchman2002-02-201-1/+1
| | | | | | | | | | of just a build depend. PR: 34897 Submitted by: Charles Randall <cfr@pobox.com> Notes: svn path=/head/; revision=54949
* Update master site and description.John Polstra2001-10-072-6/+7
| | | | | | | | PR: ports/31100 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=48531
* Upgrade from version 1.0.2 to 1.0.3 and welcome Thomas Quinot asJohn Polstra2001-05-128-134/+74
| | | | | | | | | the new maintainer of this port. Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=42558
* Add a disclaimer hinting that this port sucks beyond measure, andJohn Polstra2001-04-301-0/+6
| | | | | | | that potential users of it should choose mpd-netgraph instead. Notes: svn path=/head/; revision=42090
* We do not need separate `pptp_callmgr' binaryRuslan Ermilov2000-08-112-21/+17
| | | | | | | since it is built directly into `pptp' binary. Notes: svn path=/head/; revision=31515
* Remove extraneous directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30096
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Handle an invalid result code of 0 in Start-Control-Connection-ReplyJohn Polstra2000-01-291-0/+11
| | | | | | | | | | | | packets. A popular ADSL service in Korea sends this result code. It is wrong, but the patch doesn't harm anybody else. PR: ports/16372 Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG> Reviewed by: jdp Notes: svn path=/head/; revision=25230
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* New port for the "pptp-linux" VPN client. It allows a FreeBSD machineJohn Polstra1999-06-1912-0/+266
to connect to a remote NT server, making it behave as if it were on the same LAN. Notes: svn path=/head/; revision=19577