mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/tinc: Updated for version 1.0.33.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7f266f83d3
commit
37826dca33
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue