[arch-commits] Commit in tinc/repos (6 files)

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


    Date: Tuesday, January 17, 2017 @ 11:20:46
  Author: tredaelli
Revision: 207726

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tinc/repos/community-i686/PKGBUILD
    (from rev 207725, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/PKGBUILD
    (from rev 207725, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-i686/0001-Remove-ExecStop-in-tinc-.service.patch
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch
  tinc/repos/community-x86_64/PKGBUILD

--------------------------------------------------------------+
 /PKGBUILD                                                    |   70 ++++++++++
 community-i686/0001-Remove-ExecStop-in-tinc-.service.patch   |   26 ---
 community-i686/PKGBUILD                                      |   43 ------
 community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch |   26 ---
 community-x86_64/PKGBUILD                                    |   43 ------
 5 files changed, 70 insertions(+), 138 deletions(-)

Deleted: community-i686/0001-Remove-ExecStop-in-tinc-.service.patch
===================================================================
--- community-i686/0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 11:20:36 UTC (rev 207725)
+++ community-i686/0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 11:20:46 UTC (rev 207726)
@@ -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
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-17 11:20:36 UTC (rev 207725)
+++ community-i686/PKGBUILD	2017-01-17 11:20:46 UTC (rev 207726)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.30
-pkgrel=2
-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')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 207725, tinc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-17 11:20:46 UTC (rev 207726)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+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})
+md5sums=('7a96f7eb12dfd43b21852b4207d860f2'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}

Deleted: community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch
===================================================================
--- community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 11:20:36 UTC (rev 207725)
+++ community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch	2017-01-17 11:20:46 UTC (rev 207726)
@@ -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
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-17 11:20:36 UTC (rev 207725)
+++ community-x86_64/PKGBUILD	2017-01-17 11:20:46 UTC (rev 207726)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.30
-pkgrel=2
-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')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 207725, tinc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-17 11:20:46 UTC (rev 207726)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+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})
+md5sums=('7a96f7eb12dfd43b21852b4207d860f2'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}



More information about the arch-commits mailing list