[arch-commits] Commit in tinc/trunk (2 files)

Timothy Redaelli tredaelli at archlinux.org
Tue Jan 17 11:20:37 UTC 2017


    Date: Tuesday, January 17, 2017 @ 11:20:36
  Author: tredaelli
Revision: 207725

upgpkg: tinc 1.0.31-1

Modified:
  tinc/trunk/PKGBUILD
Deleted:
  tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch

---------------------------------------------+
 0001-Remove-ExecStop-in-tinc-.service.patch |   26 --------------------------
 PKGBUILD                                    |   18 +++++-------------
 2 files changed, 5 insertions(+), 39 deletions(-)

Deleted: 0001-Remove-ExecStop-in-tinc-.service.patch
===================================================================
--- 0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 10:42:18 UTC (rev 207724)
+++ 0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 11:20:36 UTC (rev 207725)
@@ -1,26 +0,0 @@
-From c443a1c5d64d4827e12bd914b3925150fc202692 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=89lie=20Bouttier?= <elie at bouttier.eu>
-Date: Mon, 31 Oct 2016 21:06:32 +0100
-Subject: [PATCH] Remove ExecStop in tinc at .service
-
-This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
-directly) which prevented tinc-down script to be executed.
----
- distro/tinc at .service | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/distro/tinc at .service b/distro/tinc at .service
-index 4bb4d2dd..c823fa5a 100644
---- a/distro/tinc at .service
-+++ b/distro/tinc at .service
-@@ -8,7 +8,6 @@ Type=simple
- WorkingDirectory=/etc/tinc/%i
- ExecStart=/usr/sbin/tincd -n %i -D
- ExecReload=/usr/sbin/tincd -n %i -kHUP
--ExecStop=/usr/sbin/tincd -n %i -k
- TimeoutStopSec=5
- Restart=always
- RestartSec=60
--- 
-2.10.2
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 10:42:18 UTC (rev 207724)
+++ PKGBUILD	2017-01-17 11:20:36 UTC (rev 207725)
@@ -5,26 +5,18 @@
 # Contributor: Dominik George <nik at naturalnet.de>
 
 pkgname=tinc
-pkgver=1.0.30
-pkgrel=2
+pkgver=1.0.31
+pkgrel=1
 pkgdesc="VPN (Virtual Private Network) daemon"
 arch=('i686' 'x86_64')
 url="http://www.tinc-vpn.org/"
 license=('GPL')
 depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-        0001-Remove-ExecStop-in-tinc-.service.patch)
-md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
-         'SKIP'
-         'eb61a50de5125a39ac47c29b450210a4')
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+md5sums=('7a96f7eb12dfd43b21852b4207d860f2'
+         'SKIP')
 validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 



More information about the arch-commits mailing list