diff options
author | Jim P <jim@pingle.org> | 2012-08-28 12:48:55 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-08-28 12:48:55 -0700 |
commit | 9cf3245b7731367aac7ad2146ef9c3940c8b74a5 (patch) | |
tree | 5e3a39d91021fc25bd93e4ee4a766246d2b1f5f5 | |
parent | 5d8da23dc35c936d24a20a7ef3df7fea2a1558f6 (diff) | |
parent | 41b51d888c8864a3515ff07a46664e470791c6bb (diff) | |
download | pfsense-packages-9cf3245b7731367aac7ad2146ef9c3940c8b74a5.tar.gz pfsense-packages-9cf3245b7731367aac7ad2146ef9c3940c8b74a5.tar.bz2 pfsense-packages-9cf3245b7731367aac7ad2146ef9c3940c8b74a5.zip |
Merge pull request #315 from apnar/master
update tinc version from 1.0.18 to 1.0.19 and add 32 bit build
-rw-r--r-- | config/tinc/tinc.xml | 2 | ||||
-rw-r--r-- | config/tinc/tinc_config.xml | 2 | ||||
-rw-r--r-- | config/tinc/tinc_hosts.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 23 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 4 |
5 files changed, 28 insertions, 5 deletions
diff --git a/config/tinc/tinc.xml b/config/tinc/tinc.xml index 6c82529b..7fb756f1 100644 --- a/config/tinc/tinc.xml +++ b/config/tinc/tinc.xml @@ -42,7 +42,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>tinc</name> - <version>1.0.18</version> + <version>1.0.19</version> <title>VPN: tinc</title> <!-- Menu is where this packages menu will appear --> <menu> diff --git a/config/tinc/tinc_config.xml b/config/tinc/tinc_config.xml index 0d9ae2aa..6c3cce71 100644 --- a/config/tinc/tinc_config.xml +++ b/config/tinc/tinc_config.xml @@ -39,7 +39,7 @@ ]]> </copyright> <name>tinc</name> - <version>1.0.18</version> + <version>1.0.19</version> <title>VPN: tinc</title> <!-- configpath gets expanded out automatically and config items will be diff --git a/config/tinc/tinc_hosts.xml b/config/tinc/tinc_hosts.xml index 683d81ac..7741b7be 100644 --- a/config/tinc/tinc_hosts.xml +++ b/config/tinc/tinc_hosts.xml @@ -42,7 +42,7 @@ <requirements></requirements> <faq>Currently there are no FAQ items provided.</faq> <name>tinchosts</name> - <version>1.0.18</version> + <version>1.0.19</version> <title>VPN: tinc - Hosts</title> <!-- configpath gets expanded out automatically and config items will be stored in that location --> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 93fcfa58..3418051e 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1689,5 +1689,28 @@ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package_pbi>iftop-0.17-i386.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/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>tinc-1.0.19-i386.pbi</depends_on_package_pbi> + <build_pbi> + <port>security/tinc</port> + </build_pbi> + <build_options></build_options> + <version>1.0.19</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> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 570ceb47..b378433b 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1682,12 +1682,12 @@ <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> + <depends_on_package_pbi>tinc-1.0.19-amd64.pbi</depends_on_package_pbi> <build_pbi> <port>security/tinc</port> </build_pbi> <build_options></build_options> - <version>1.0.18</version> + <version>1.0.19</version> <status>ALPHA</status> <pkginfolink>http://doc.pfsense.org/index.php/tinc_package</pkginfolink> <required_version>2.1</required_version> |