diff options
-rwxr-xr-x | pkg_config.7.xml | 13 | ||||
-rw-r--r-- | pkg_config.xml | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 5c1b5270..2d4ccfa1 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -723,4 +723,17 @@ <maintainer>erik@erikkristensen.com</maintainer> <configurationfile>nrpe2.xml</configurationfile> </packages> + <package> + <name>OpenVPN-Enhancements</name> + <maintainer>mfuchs77@googlemail.com</maintainer> + <website>http://pfsense.trendchiller.com</website> + <descr>Enhance OpenVPN with TLS-auth and client/server-options</descr> + <category>Security</category> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2</required_version> + <maximum_version>1.2.9</maximum_version> + <config_file>http://www.pfsense.com/packages/config/ovpnenhance/ovpnenhance.xml</config_file> + <configurationfile>ovpnenhance.xml</configurationfile> + </package> </pfsensepkgs> diff --git a/pkg_config.xml b/pkg_config.xml index ab03cea4..9fd912c6 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -821,6 +821,7 @@ <version>0.1</version> <status>BETA</status> <required_version>1.2</required_version> + <maximum_version>1.2.9</maximum_version> <config_file>http://www.pfsense.com/packages/config/ovpnenhance/ovpnenhance.xml</config_file> <configurationfile>ovpnenhance.xml</configurationfile> </package> |