| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Jan 2013 23:09:37
2.0.9_3  |
mandree  |
OpenVPN changes, upgrades and fixes:
- Upgrade security/openvpn to v2.3.0 (changes installed layout a bit),
splitting and re-diffing patches.
- Retain v2.2.2 as security/openvpn22
- Mark security/openvpn20 as deprecated and to expire 6 months from now
- Fix TCP_NODELAY option (openvpn 2.3, 2.2), see
<http://community.openvpn.net/openvpn/ticket/158>
- Fix PassTOS option (openvpn 2.2, 2.0), see
http://community.openvpn.net/openvpn/ticket/135 |
06 Jan 2013 11:29:44
2.0.9_2  |
mandree  |
- Convert to OptionsNG
- Strip Makefile header
- Drop LIB_DEPENDS ABI versions |
05 Aug 2012 23:19:40
2.0.9_2  |
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
2.0.9_2  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
24 Oct 2011 04:17:38
2.0.9_2  |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
04 Oct 2011 21:58:09
2.0.9_2  |
mandree  |
Update and demote CONFLICTS to CONFLICTS_INSTALL. |
30 Aug 2011 17:12:31
2.0.9_2  |
mandree  |
Use recently bugfixed rc script from ../openvpn port. |
07 Aug 2011 17:23:40
2.0.9_1  |
pav  |
- Turn off self-tests on pointyhat, they fail
Reported by: pointyhat |
25 Jul 2011 19:47:12
2.0.9_1  |
mandree  |
archivers/lzo was removed, remove support for it. |
25 Jul 2011 19:45:11
2.0.9_1  |
mandree  |
Fix Pointyhat build failures by skipping (not failing) network-based tests. |
20 Jun 2011 21:44:47
2.0.9_1  |
mandree  |
Clang fixes:- patch plugin Makefiles to use ${CC} rather than gcc (found by -exp
run);
- silence non-literal format string warnings (non-fix, adds patch-options.c)
- fix missing prototype warning (adds patch-route.c, bumps PORTREVISION)
- Use full ${MAKE} environment from do-build, for consistency.
While here, remove MD5 checksum. |
15 May 2011 02:49:17
2.0.9  |
dougb  |
Remove painful examples of foo="", with particular prejudice against
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 |
08 Jan 2011 10:07:21
2.0.9  |
mandree  |
Add a note about skipping the self-test. |
08 Jan 2011 10:07:00
2.0.9  |
mandree  |
Streamline a bit:
- remove subshell to use basename, and use ## substitution [1]
- remove FreeBSD 5.X compatibility comment [1]
- remove FreeBSD 5.X compatibility code
The parts marked with [1] above were
Submitted by: dougb (Doug Barton) |
13 Jun 2010 11:57:36
2.0.9  |
mandree  |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit) |
27 Mar 2010 06:14:03
2.0.9  |
dougb  |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name. |
27 Mar 2010 00:15:24
2.0.9  |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
07 Jan 2010 16:42:25
2.0.9  |
mandree  |
repocopy was obtained from ports/security/openvpn as of 2009-12-25 16:13Z
Requested by: mandree@
PR: ports/141921
Approved by: garga@ (mentor) |
07 Jan 2010 16:28:57
2.0.9  |
mandree  |
Move security/openvpn to security/openvpn20 (after previous repocopy).
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) |
07 Jan 2010 16:07:16
2.0.6_9  |
mandree  |
repocopy obtained from ports/security/openvpn as of 2009-12-25 16:13Z
Requested by: mandree@
PR: ports/141921
Approved by: garga@ (mentor) |