| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: ecrist@secure-computing.net (maintainer)
Notes:
svn path=/head/; revision=278322
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Add softrestart command to rc script.
PR: ports/149272
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Notes:
svn path=/head/; revision=258782
|
|
|
|
|
|
|
|
|
| |
PR: ports/147330
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: itetcu@ (mentor)
Notes:
svn path=/head/; revision=255674
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 139584
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=242810
|
|
|
|
|
|
|
|
|
|
| |
- Fix on FreeBSD 8.x
PR: 137516
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=239097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 128007
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=221422
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=218370
|
|
|
|
|
|
|
|
|
|
| |
useful syslog tags
PR: ports/120863
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=207618
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=186876
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/103244
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=173007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 88488
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=147246
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/81267
Submitted by: Jaroslav Klaus via maintainer
Notes:
svn path=/head/; revision=135628
|
|
|
|
|
|
|
|
|
|
| |
* Add init script.
PR: 44436
Submitted by: maintainer
Notes:
svn path=/head/; revision=68821
|
|
|
|
|
|
|
|
| |
PR: 40424
Submitted by: maintainer
Notes:
svn path=/head/; revision=62820
|
|
PR: ports/39750
Submitted by: Matthias Andree <matthias.andree@web.de>
Notes:
svn path=/head/; revision=61883
|