summaryrefslogtreecommitdiff
path: root/net/vtun
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02Buildlink against solaris-tap on SunOS.hans1-1/+6
2011-03-18Changes 3.0.2:adam6-73/+49
* vtun3 client should parse vtun2 server encr directives * cfg_file.y bugs * build on c5 still fails Changes 3.0.1: * fix build for lzo2 * new debian rc scripts Changes 3.0.0: * Configure looks for liblzo2 when available
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-02-19Fix ownership. Bump revision.joerg1-3/+3
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-06-20Add DESTDIR support.joerg1-13/+13
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-6/+6
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-05-12Fix build with newer OpenSSL.joerg2-6/+14
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+3
2005-02-22Take over as maintainer of this.cjs1-2/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-12-29Use VARBASE.minskim1-2/+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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-06Bugfix: a sprintf format string in the distribution patches was incorrect.cjs3-3/+17
2004-04-11Convert to buildlink3.snj1-5/+5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-10-29Also install README.Crypto to inform people about protocolhubertf2-3/+7
changes in the security patch. Bump version to 2.6nb2.
2003-10-27Update to 2.6nb1. Fixes a few security bugs. Patch contributed viahubertf2-2/+9
the OpenFortress project by Rick van Rein <rick@openfortress.nl> in private mail.
2003-09-24Add notice about the weak encryption.cjs1-0/+3
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+4
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-28/+2
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-12Update vtun package to 2.6.taca3-11/+23
ver 2.6: No changes; just renumber. ver 2.5.3: $DESTDIR in makefile for packaging glee (PLD) Tighter code in generic/pty_dev.c where available (PLD) Various spec file improvements from (PLD) ver 2.5.2: Configure fixes, to ensure vtun will build under Mac OS/X (Kurt Werle) exclude <rand.h> #inclusion under OS/X ver 2.5.1: Cleanups, reformat code, Automake improvements (Greg) Improvement of Special SuSE init files (Willems Luc) Spec file improvements and testing under SuSE (Willems Luc) PLD build patch from Arkadiusz Miskiewicz re-execute up-commands on re-up under persist-keep (David Kimdon, Leo Bergolth) prevent reentering syslog in signal handlers (Leo Bergolth) fd leak in tunnel.c (David Kimdon, Leo Bergolth) fix configure wrt openSSL and SASL to pick correct MD5.h (Leo Bergolth) prevent closing non-existant stat file (Edan Ayal) minor packaging improvements (Bishop Clark)
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-06Remove setting PKGNAME and STAGE from position parameters ($1 and $2).taca2-8/+2
We don't need them any more under current bsd.pkg.install.mk.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-10/+11
have been converted to USE_BUILDLINK2.
2002-07-23Update vtun package to 2.5. Changes from 2.4:taca2-5/+6
ver 2.5: New config option to keep tun device always open iproute support Fixes to support both Linux TUN/TAP drivers. ver 2.5b1: Encryption fixes: improved challenge generation, padding check. Config parser fixes. Don't allow empty passwords. New config option to specify syslog logging facility. Support for new Linux TUN/TAP driver. IO (read_n/write_n) cancellation. Signal handling and other minor fixes. Makefile improvement. Documentation update.
2001-12-21Buildlink'ify and use the generic INSTALL scripts. Also move the lockjlam5-62/+90
directory to /var/run/vtund. This mirrors where samba installs its lock files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where everything is really located.
2001-11-25VTUN_SYSCONFDIR is obsolete...use PKG_SYSCONFDIR instead.jlam3-9/+7
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-15/+17
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-05-13The config file for vtun is machine specific, so make it possible tokim4-4/+201
place it in /etc using VTUN_SYSCONFDIR.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-08Remove trailing . from COMMENT.wiz1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-31Fix ELF run time library path.tron1-3/+5
2001-01-30Update to vtun-2.4; changes since 2.3 include:kleink2-4/+4
ver 2.4: Configurable keep-alive. Fix for 0 compression level. RPM package and documentation update. ver 2.4b2: TCP driver fixes. Modules and frame handling optimizations. Configure options to disable LZO, ZLIB, OpenSSL and Shaper support. Cleanups. Documentation update. ver 2.4b1: Numerous stability fixes. TCP driver fixes. Improved TUN driver support for Solaris 8. Fixed incorrect error handling in read_n/write_n. Signal handling fix. Persist mode fixes. Memory handling fixes. New config options. Command path parsing fix. Documentation update and spelling fixes.