From 37826dca3384c04aa0205a5485dd9a0f944c30cc Mon Sep 17 00:00:00 2001 From: Kevin Scranton Date: Thu, 21 Dec 2017 21:08:41 +0000 Subject: network/tinc: Updated for version 1.0.33. Signed-off-by: David Spencer --- network/tinc/README | 4 ++-- network/tinc/tinc.SlackBuild | 4 ++-- network/tinc/tinc.info | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'network/tinc') diff --git a/network/tinc/README b/network/tinc/README index 62816b3082..2878c5d551 100644 --- a/network/tinc/README +++ b/network/tinc/README @@ -1,5 +1,5 @@ -tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and -encryption to create a secure private network between hosts on the +tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and +encryption to create a secure private network between hosts on the Internet. tinc is Free Software and licensed under the GNU General Public License diff --git a/network/tinc/tinc.SlackBuild b/network/tinc/tinc.SlackBuild index a0b5955ed7..519862eda4 100644 --- a/network/tinc/tinc.SlackBuild +++ b/network/tinc/tinc.SlackBuild @@ -32,7 +32,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tinc -VERSION=${VERSION:-1.0.32} +VERSION=${VERSION:-1.0.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -104,7 +104,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Add an init script mkdir -p $PKG/etc/rc.d cat $CWD/rc.$PRGNAM > $PKG/etc/rc.d/rc.$PRGNAM.new -chmod 0644 $PKG/etc/rc.d/rc.$PRGNAM.new +chmod 0755 $PKG/etc/rc.d/rc.$PRGNAM.new mkdir -p $PKG/etc/logrotate.d cat $CWD/$PRGNAM.logrotate > $PKG/etc/logrotate.d/$PRGNAM.new diff --git a/network/tinc/tinc.info b/network/tinc/tinc.info index 24082d36b2..b3be272801 100644 --- a/network/tinc/tinc.info +++ b/network/tinc/tinc.info @@ -1,8 +1,8 @@ PRGNAM="tinc" -VERSION="1.0.32" +VERSION="1.0.33" HOMEPAGE="https://www.tinc-vpn.org/" -DOWNLOAD="https://www.tinc-vpn.org/packages/tinc-1.0.32.tar.gz" -MD5SUM="f6d1c4d48a38b0f8e0e9629ddd97c425" +DOWNLOAD="https://www.tinc-vpn.org/packages/tinc-1.0.33.tar.gz" +MD5SUM="f9080dc5f8b1c135da43b9533f69a0bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad