diff options
author | Jim P <jim@pingle.org> | 2012-08-28 12:21:57 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-08-28 12:21:57 -0700 |
commit | 5d8da23dc35c936d24a20a7ef3df7fea2a1558f6 (patch) | |
tree | a00034e110ebd9af8bb6defb9f00048a076a3a76 /pkg_config.8.xml.amd64 | |
parent | b45d015aecc992c5a225118a5101ce7b83752d8e (diff) | |
parent | fd35ae36988a56037634d0c3aea37296260e9b45 (diff) | |
download | pfsense-packages-5d8da23dc35c936d24a20a7ef3df7fea2a1558f6.tar.gz pfsense-packages-5d8da23dc35c936d24a20a7ef3df7fea2a1558f6.tar.bz2 pfsense-packages-5d8da23dc35c936d24a20a7ef3df7fea2a1558f6.zip |
Merge pull request #314 from apnar/master
Added tinc package
Diffstat (limited to 'pkg_config.8.xml.amd64')
-rw-r--r-- | pkg_config.8.xml.amd64 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 8846bc08..570ceb47 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1676,5 +1676,28 @@ <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> <depends_on_package_pbi>iftop-0.17-amd64.pbi</depends_on_package_pbi> </package> + <package> + <name>tinc</name> + <website>http://www.tinc-vpn.org/</website> + <descr>tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private mesh network between hosts on the Internet.</descr> + <category>Network Management</category> + <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>tinc-1.0.18-amd64.pbi</depends_on_package_pbi> + <build_pbi> + <port>security/tinc</port> + </build_pbi> + <build_options></build_options> + <version>1.0.18</version> + <status>ALPHA</status> + <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink> + <required_version>2.1</required_version> + <config_file>http://www.pfsense.com/packages/config/tinc/tinc.xml</config_file> + <configurationfile>tinc.xml</configurationfile> + <logging> + <facilityname>tinc</facilityname> + <logfilename>tinc.log</logfilename> + <logtab>tinc</logtab> + </logging> + </package> </packages> </pfsensepkgs> |