summaryrefslogtreecommitdiff
path: root/net/vpnc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-01Added a startup script for net/vpnc, as mentioned on tech-pkg@khorben3-3/+23
Set and using $pidfile as suggested by joerg@ ok hubertf@
2012-09-29Set maintainer to pkgsrc-users@NetBSD.orghubertf1-2/+2
Requested by Jukka, supported by me
2012-05-24Do not create diffs after build.hauke2-8/+7
Thanks to Hans Rosenfeld for noticing.
2012-05-23Invoke pkgsrc Perl with absolute path.hauke2-8/+9
2012-02-15buildlink with security/openssl if openssl option is enabled.obache1-1/+2
PR#45825 by Matthias Kretschmer.
2011-05-18-back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSDis4-17/+29
-patch replacement getline() to be of type ssize_t, so that this builds on NetBSD >=5.99 Problem reported by Matthias Kretschmer and Luca Sironi; first part of fix by Matthias, too.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-14Make this work on SunOS.hans4-10/+91
2011-04-14Re-add hunks that got lost in last commit to patch-aa and patch-ac.hans3-9/+63
2011-03-05Apply patches from debian:cegger3-0/+126
- Bug fix: "Disconnect after an hour and loops trying to reconnect" - Additional vpnc functionality (resolvconf, Target Networks, DNSUpdate options) Bump revision Forgot to 'cvs add' the new files before. Sorry.
2011-03-05Apply patches from debian:cegger5-64/+123
- Bug fix: "Disconnect after an hour and loops trying to reconnect" - Additional vpnc functionality (resolvconf, Target Networks, DNSUpdate options) Bump revision
2010-02-19Fix ownership. Bump revision.joerg1-2/+3
2009-11-26fix some printf() format strings on alphadmcmahill3-8/+34
2009-11-23typojnemeth1-1/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-02-04update to 0.5.3, brings some minor fixesdrochner5-25/+45
approved by both MAINTAINERs, +minor cosmetics and a time_t printf format fix on NetBSD-current (tested against a Cisco VPN 3000 Concentrator with psk)
2008-07-13Added option to permit use of ssl with the package. By default, it'ssmb2-1/+19
disabled because of a (perceived?) conflict between the openssl license and the GPL.
2008-05-29Bunch of fixes to get this working for me, including:sketch6-19/+49
- support $VARBASE - vpnc.conf was installed in the wrong place, rather than move it use default.conf instead to mirror what vpnc does natively, and install with secure permissions (as it contains passwords) - shell portability Bump PKGREVISION. Ok'd Jukka/Hubert.
2008-01-09Full DESTDIR support.ghen1-11/+13
2008-01-09Fix a few leftovers from previous update, noted by Jukka Sallmi in private mail:hubertf5-9/+99
* remove RCS ID from patch-ab * remove duplicate line in Makefile * Update checksums
2008-01-09Update to 0.5.1, regard PKG_SYSCONFDIRhubertf6-52/+71
furthermore cisco-decrypt(1) and pcf2vpnc(1) also get installed. Changes in vpnc-0.5.1: * link against -lcrypto instead of -lssl, fix from: Christophe Thil * fixed crashes on 64bit platforms by Tomas Mraz, report by Brian Downing * fixes to keepalive code from Brian Downing * generate options part of the manpage automatically, by Wolfram Sang * fix dead peer detection problems with Sonicwall, by Gerald Hanusch and Wolfgang Astleitner * fix disconnect problems with Sonicwall (please test if it fixes the known problems with Cisco), by Gerald Hanusch and Wolfgang Astleitner * again special thanks Joerg Mayer for handling all patches since the * various other fixes contributed by Scott Rankin, Markus Meschederu Changes in vpnc-0.5.0: * Dead-Peer-Detection support by Kyle McKay * Hybrid-Auth support by Andreas Hoffmann, merged by Chris Walter (depends on OpenSSL, deactivatable at compile-time) * granted Joerg Mayer svn commit privileges, special thanks to him for doing so much work on vpnc during the last month (-: * various other fixes contributed by Kyle McKay, Petr Salinger, Christian Faulhammer, Kyle McKay, Paolo Zarpellon, Joerg Mayer, Marcus Obst, Mika Liljeberg, Eduard Bloch, Wolfram Sang, Jukka Salmi, Gustavo Sverzut Barbieri, Soren Hansen, Mike Javorski. * first round of a general code cleanup (far less global variables / etc) Patch submitted by Jukka Sallmi in PR pkg/37046.
2007-10-09Remove trailing spaces.martti1-1/+1
2007-04-29remove with last update to 0.4.0hubertf1-16/+0
2007-04-28Update vpnc to 0.4.0. Changes:hubertf7-150/+65
* DragonFly BSD support by Hans-Werner Hilse * Solaris 10 fixes by Sunil * support to read obfuscated passwords from .pcf files, based on work from "HAL-9000@evilscientists.de" * granted Dan Villiom Podlaski Christiansen svn commit privileges * Darwin support by Dan Villiom Podlaski Christiansen * UDP IP keepalive support from FreeBSD port * Juniper/ScreenOS support from Marc Huber * replace "--disable-natt --force-natt --udp" with "--natt-mode" * null cipher support from Simon Lipp * Windows/Cygwin and tap support from Paolo Zarpellon * rekeying support * various other fixes contributed by Joerg Mayer, Heiko Stamer, Plamen Todorov, Asgeir, Jukka Salmi, Wolfram Sang, Laurence MOINDROT, Chris Osicki, Anton Altaparmakov, Adam Simpkins, Ken Bell, Hanno Boeck, Kyle McKay, Dennis Schneider Also, the binary is now in .../sbin instead of .../bin. Patch contributed by Jukka Salmi <j+pkgsrc@salmi.ch> in private mail.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-27Fix a problem with ifconfig output on Fedora Core 5, seehubertf3-6/+6
http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2006-September/001006.html. Noted by Jukka Salmi <j+pkgsrc@salmi.ch>, OK'd by wiz@
2006-08-22Bump to revision 3: Don't count the 'link level gateway' (or whateverhubertf3-6/+6
that is(?!) when trying to find the default route: Internet: Destination Gateway Flags Refs Use Mtu Interface default link#2 UC - tlp0 default 132.199.210.131 UGS - tun0
2006-06-14Only vpnc-script has to be executable, not vpnc.conf. Bump PKGREVISION.ghen1-4/+3
2006-03-23Add DragonFly support.joerg3-5/+33
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam1-2/+1
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-20Add Jukka Salmi as co-maintainerhubertf1-2/+2
2006-01-03Update vpnc to 0.3.3. Changes:hubertf5-22/+157
* ignore \r in config files * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown) * added support for "Split-Net" Routing * introduced vpnc-script and removed vpnc-connect * always search for configfiles in /etc/vpnc/ expect if the filename contains at least one "/" * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other configfiles are provided * various other fixes contributed by Anton Altaparmakov, Randy Chou, "krabat", Andre Vanha and Nikolay Sturm
2005-11-01NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-26Update vpnc to 0.3.2.hubertf4-25/+23
Changes: * vpnc-0.3.2.tar.gz Mon Nov 22 01:14:29 CET 2004 * added support for preshared without xauth * fixed NAT-T support with IOS and PIX * fixed IP-Len header (Christian Lackas) * fixed reconnection problems with IOS and PIX * vpnc-0.3.1.tar.gz Sat Nov 13 01:46:42 CET 2004 * fixed segfault in --print-config * vpnc-0.3.tar.gz Sat Nov 13 01:16:37 CET 2004 * included IPSec over UDP and NAT-T support, thanks to Tomas Mraz and Martin von Gagern * added support for interactive authentication (security tokens for example) * fixed IOS support * updated man-page * updated TODO list * fixed byte-order in debug ouput
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-20Initial import of vpnc-0.2.1.wiz6-0/+74
vpnc is a VPN client for the Cisco 3000 VPN Concentrator, creating an IPSec-like connection as a tunneling network device for the local system. This is a slightly changed version of the pkgsrc-wip/vpnc (by me ;)).