aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to latest snapshot [1]Bryan Drewery2012-10-111-4/+5
| | | | | | | | | | | | | - Properly install symlinks for auth-pam and down-root plugins [1] - Fix pkg-message description of locations of these plugins [1] - Fix plist for nonexistent DOCSDIR/openvpn and DOCSDIRS/sample PR: ports/172587 [1] Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=305741
* - Update to 201237 snapshot [1]Bryan Drewery2012-09-281-3/+13
| | | | | | | | | | | | - Convert to new options framework - Remove ABI versions from LIB_DEPENDS - Update to new header PR: ports/171743 [1] Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1] Notes: svn path=/head/; revision=305007
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to new snapshot 201139, removing files/patch-t_cltsrv.sh [1].Matthias Andree2011-10-042-41/+0
| | | | | | | | | | | | | | | | | | Remove files/pkg-req.in and references in SUB_FILES and pre-install, it was a (now obsolete) workaround to warn users that installed newer 6.X packages on older 6.X systems and ended up with the new rc world order scripts unfound and openvpn not running. [2] Fix version number in CONFLICTS to encompass openvpn (not just openvpn20), and demote to CONFLICTS_INSTALL. Neither port installs headers or libraries that might get in the way. PR: ports/161285 Submitted by: Eric F. Crist (maintainer) [1] Approved by: Eric F. Crist (maintainer) [2] Notes: svn path=/head/; revision=282954
* Fix Pointyhat build failures by skipping (not failing) network-based tests.Matthias Andree2011-07-251-0/+11
| | | | | | | Approved by: ecrist@secure-computing.net (maintainer) Notes: svn path=/head/; revision=278322
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Update to latest weekly snapshot.Josh Paetzel2010-08-041-2/+10
| | | | | | | | | | Add softrestart command to rc script. PR: ports/149272 Submitted by: Eric F Crist <ecrist@secure-computing.net> Notes: svn path=/head/; revision=258782
* Update to latest snapshotJosh Paetzel2010-06-031-1/+2
| | | | | | | | | PR: ports/147330 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=255674
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-271-1/+1
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Revive openvpn-devel port and pass maintainership to Eric F. Christ.Matthias Andree2010-02-233-0/+170
| | | | | | | | | | | | | NOTE that the port is more of a development snapshot than it used to be, so it should be used SOLELY for testing and development, NOT IN PRODUCTION. PR: ports/144115 Approved by: mandree@ (previous maintainer) Approved by: garga@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=250225
* Move security/openvpn to security/openvpn20 (after previous repocopy).Matthias Andree2010-01-074-196/+0
| | | | | | | | | | | | | | | | | | | | | Update security/openvpn20 to 2.0.9, revising pkg-message. Move security/openvpn-devel to security/openvpn and update security/openvpn to 2.1.1. Remove security/openvpn-devel, adding a MOVED entry. Update security/Makefile to remove openvpn-devel and add openvpn20 to SUBDIRS. Add a UPDATING entry for this shuffle. Currently without upgrade instructions since neither portupgrade nor portmaster are up to the task (because of the CONFLICTS). Approved by: garga@ (mentor) Notes: svn path=/head/; revision=247340
* - Update to 2.1_rc20Martin Wilke2009-10-141-43/+0
| | | | | | | | PR: 139584 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=242810
* - Update to 2.1_rc19Dmitry Marakasov2009-08-071-0/+43
| | | | | | | | | | - Fix on FreeBSD 8.x PR: 137516 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=239097
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 2.1-rc13Martin Wilke2008-10-111-5/+0
| | | | | | | | PR: 128007 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=221422
* - Update to 2.1_rc11Martin Wilke2008-09-152-23/+5
| | | | | | | | | | | | | Changelog: This release fixes a serious (though not security-related) bug in the SSL/TLS negotiation over UDP that can cause SSL/TLS handshake failures. PR: 127392 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=220399
* - Add missing patch (forgot in previous commit)Martin Wilke2008-08-101-0/+23
| | | | Notes: svn path=/head/; revision=218370
* - Run opensvn with --daemon ${name} in order to get distinguishable andRong-En Fan2008-02-201-2/+2
| | | | | | | | | | useful syslog tags PR: ports/120863 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=207618
* - Fix build on pointyhat if openvpn and openvpn-devel are built at theRong-En Fan2007-04-041-0/+26
| | | | | | | | | | same time. Rearrange the ports used in self-test to different ones. PR: ports/111207 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=189190
* Remove spurious empty BEFORE: linesDoug Barton2007-03-081-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=186876
* - Update to 2.1 RC2Rong-En Fan2007-03-062-22/+51
| | | | | | | | | | | - Port rc script changes from security/openvpn 2.0.6_7 to support multiple instances PR: ports/109909 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=186669
* - Update to 2.1 beta 16Rong-En Fan2006-10-071-19/+0
| | | | | | | | | | | - Build auth-pam module - Remove patch that got merged upstream PR: ports/103994 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=174712
* - Update to 2.1.beta15Rong-En Fan2006-09-141-0/+19
| | | | | | | | PR: ports/103244 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=173007
* Convert the repocopied security/openvpn into openvpn-devel.Shaun Amott2006-08-191-15/+7
| | | | | | | | | | | | | | OpenVPN is a robust, scalable and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet. It can operate over UDP or TCP, can use SSL or a pre-shared secret to authenticate peers, and in SSL mode, one server can handle many clients. PR: ports/101802 Submitted by: Matthias Andree <matthias.andree@gmx.de> (openvpn maintainer) Notes: svn path=/head/; revision=170987
* 1 - build and install lib/openvpn-down-root.so plugin (see --plugin option inIon-Mihai Tetcu2006-07-282-1/+30
| | | | | | | | | | | | | | | | | | | | the man page) and README.openvpn-down-root 2 - match rc.d filename as printed post install in pkg-message to actual file name on newer systems (which use openvpn rather than openvpn.sh) Reported by: Jean-Baptiste Quenot (Bcc'd) The maintainer wishes to thank Jean-Baptiste for his report and patience. 3 - add a pkg-req script to prevent installation of 6.1 packages on older machines, which is a frequent source of "rc.d script doesn't work" complaints. Added file(s): - files/pkg-req.in PR: ports/100917 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=168953
* - Update to 2.0.6Renato Botelho2006-04-051-67/+0
| | | | | | | | | | | | | | | | * security fix for client LD_PRELOAD code injection vulnerability through compromised upstream servers (FreeBSD VuXML Vuln VID be4ccb7b-c48b-11da-ae12-0002b3b60e4c, filed in separate PR) CVE id not known yet * 2 other changes only relevant for Linux and NetBSD, not detailed here. PR: ports/95345 Submitted by: maintainer Security: VuXML be4ccb7b-c48b-11da-ae12-0002b3b60e4c Notes: svn path=/head/; revision=158868
* Fix FreeBSD 4 jail buildVasil Dimov2006-02-281-1/+1
| | | | | | | | | | PR: ports/93833 Patch by: dinoex Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156895
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - CATEGORY CHANGE: add "net" secondary categoryRenato Botelho2005-11-102-15/+21
| | | | | | | | | | | | | - fix jail build on FreeBSD 4 (no security.jail.jailed oid in sysctl) - catch jail IP misconfiguration and print clear error message - add SHA256 checksum - revise pkg-message and pkg-descr PR: ports/88785 Submitted by: maintainer Notes: svn path=/head/; revision=147838
* Enables self-tests with WITH_JAILMarcus Alves Grando2005-11-051-0/+63
| | | | | | | | | | Bump PORTREVISION PR: 88488 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=147246
* FreeBSD 6 no longer adds debug.if_* sysctl variables in its default kernelVolker Stolz2005-09-181-1/+5
| | | | | | | | | | | (according to the release notes), so our heuristic assumes the module is missing and tries to load it, which fails as the module already exists. PR: ports/86286 Submitted by: maintainer Notes: svn path=/head/; revision=143068
* - Update to 2.0.2 that brings these upstream changes:Renato Botelho2005-08-291-50/+0
| | | | | | | | | | | | | - fix bug that would exhaust file descriptors as the routing table was modified (this had already been part of the port previously) - fix bug that would block the management socket until the peer connected - fix pkitool sh incompatibilities (from NetBSD) PR: ports/85299 Submitted by: maintainer Notes: svn path=/head/; revision=141367
* Fix a typo in the new rc file, where documentation didn't match theRenato Botelho2005-08-221-2/+2
| | | | | | | | | | | | actual variables. PR: ports/85156 Submitted by: maintainer Reported by: Benjamin Lutz <benlutz@datacomm.ch> Approved by: portmgr (krion) Notes: svn path=/head/; revision=140952
* - Security update to version 2.0.1, fixing four denial of service bugs,Renato Botelho2005-08-193-19/+117
| | | | | | | | | | | | | | | | | | | | CAN-2005-2531, CAN-2005-2532, CAN-2005-2533, CAN-2005-2534 - Drop old init script and add a modern rcNG script in its place, requested by Matthias Grimm and Dirk Gouders (although the script below is one I, Matthias Andree, wrote). It can automatically load tun/tap drivers. - move pkg-message to files/pkg-message.in, revise it, list it in SUB_FILES to expand ${PREFIX}. - print pkg-message after installation from port - switch to official "make check" as smoke-test, rather than wiring our own. - prefer LZO2 in most situations, as OpenVPN will pick up LZO2 rather than LZO1 if both are installed. PR: ports/85109 Submitted by: maintainer Approved by: portmgr (krion) Notes: svn path=/head/; revision=140936
* Plug socket (file descriptor) leak.Volker Stolz2005-05-191-0/+50
| | | | | | | | PR: ports/81267 Submitted by: Jaroslav Klaus via maintainer Notes: svn path=/head/; revision=135628
* * Upgrade to 1.3.2.Oliver Braun2002-10-251-0/+19
| | | | | | | | | | * Add init script. PR: 44436 Submitted by: maintainer Notes: svn path=/head/; revision=68821
* upgrade to 1.3.0Ying-Chieh Liao2002-07-112-64/+0
| | | | | | | | PR: 40424 Submitted by: maintainer Notes: svn path=/head/; revision=62820
* Add new port openvpn: Secure IP/Ethernet tunnel daemonPatrick Li2002-06-242-0/+64
PR: ports/39750 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=61883