[arch-commits] Commit in iodine/repos (12 files)

Felix Yan fyan at archlinux.org
Mon Dec 15 03:26:50 UTC 2014


    Date: Monday, December 15, 2014 @ 04:26:49
  Author: fyan
Revision: 123896

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

Added:
  iodine/repos/community-i686/PKGBUILD
    (from rev 123895, iodine/trunk/PKGBUILD)
  iodine/repos/community-i686/iodined.conf.d
    (from rev 123895, iodine/trunk/iodined.conf.d)
  iodine/repos/community-i686/iodined.service
    (from rev 123895, iodine/trunk/iodined.service)
  iodine/repos/community-x86_64/PKGBUILD
    (from rev 123895, iodine/trunk/PKGBUILD)
  iodine/repos/community-x86_64/iodined.conf.d
    (from rev 123895, iodine/trunk/iodined.conf.d)
  iodine/repos/community-x86_64/iodined.service
    (from rev 123895, iodine/trunk/iodined.service)
Deleted:
  iodine/repos/community-i686/PKGBUILD
  iodine/repos/community-i686/iodined.conf.d
  iodine/repos/community-i686/iodined.service
  iodine/repos/community-x86_64/PKGBUILD
  iodine/repos/community-x86_64/iodined.conf.d
  iodine/repos/community-x86_64/iodined.service

----------------------------------+
 /PKGBUILD                        |   76 +++++++++++++++++++++++++++++++++++++
 /iodined.conf.d                  |   42 ++++++++++++++++++++
 /iodined.service                 |   20 +++++++++
 community-i686/PKGBUILD          |   37 ------------------
 community-i686/iodined.conf.d    |   21 ----------
 community-i686/iodined.service   |   10 ----
 community-x86_64/PKGBUILD        |   37 ------------------
 community-x86_64/iodined.conf.d  |   21 ----------
 community-x86_64/iodined.service |   10 ----
 9 files changed, 138 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-i686/PKGBUILD	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: nofxx <x at nofxx.com>
-
-pkgname=iodine
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('i686' 'x86_64')
-url='http://code.kryo.se/iodine'
-license=('custom:ISC')
-depends=('zlib' 'net-tools')
-source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'iodined.service'
-        'iodined.conf.d')
-sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
-            '4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
-            '47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix=/usr sbindir=/usr/bin DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/usr/share/licenses/iodine"
-  sed -n '/AUTHORS & LICENSE/,$p' README > "${pkgdir}/usr/share/licenses/iodine/LICENSE"
-
-  install -Dm644 "$srcdir/iodined.service" "$pkgdir/usr/lib/systemd/system/iodined.service"
-  install -Dm644 "$srcdir/iodined.conf.d" "$pkgdir/etc/conf.d/iodined"
-}

Copied: iodine/repos/community-i686/PKGBUILD (from rev 123895, iodine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: nofxx <x at nofxx.com>
+
+pkgname=iodine
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib' 'net-tools')
+backup=('etc/conf.d/iodined')
+source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'iodined.service'
+        'iodined.conf.d')
+sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
+            '4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
+            '47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=/usr sbindir=/usr/bin DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}/usr/share/licenses/iodine"
+  sed -n '/AUTHORS & LICENSE/,$p' README > "${pkgdir}/usr/share/licenses/iodine/LICENSE"
+
+  install -Dm644 "$srcdir/iodined.service" "$pkgdir/usr/lib/systemd/system/iodined.service"
+  install -Dm644 "$srcdir/iodined.conf.d" "$pkgdir/etc/conf.d/iodined"
+}

Deleted: community-i686/iodined.conf.d
===================================================================
--- community-i686/iodined.conf.d	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-i686/iodined.conf.d	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,21 +0,0 @@
-# Address and subnet to use for the tunnel (default mask is /27)
-TUN_IP="172.18.42.1/24" 
-
-# Password (32 characters max)
-IODINE_PASSWORD="mypassword"
-
-# The domain you control, see documentation.
-TOP_DOMAIN="example.com"
-
-# UDP port iodined should listen on.
-IODINE_PORT="53"
-
-# Local IP address iodined should bind to.
-IODINE_BIND_ADDRESS="0.0.0.0"
-
-# External IP of your iodined server, used in DNS answers.
-IODINE_EXT_IP=""
-
-# The user iodined should run as.
-IODINE_USER="nobody"
-

Copied: iodine/repos/community-i686/iodined.conf.d (from rev 123895, iodine/trunk/iodined.conf.d)
===================================================================
--- community-i686/iodined.conf.d	                        (rev 0)
+++ community-i686/iodined.conf.d	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,21 @@
+# Address and subnet to use for the tunnel (default mask is /27)
+TUN_IP="172.18.42.1/24" 
+
+# Password (32 characters max)
+IODINE_PASSWORD="mypassword"
+
+# The domain you control, see documentation.
+TOP_DOMAIN="example.com"
+
+# UDP port iodined should listen on.
+IODINE_PORT="53"
+
+# Local IP address iodined should bind to.
+IODINE_BIND_ADDRESS="0.0.0.0"
+
+# External IP of your iodined server, used in DNS answers.
+IODINE_EXT_IP=""
+
+# The user iodined should run as.
+IODINE_USER="nobody"
+

Deleted: community-i686/iodined.service
===================================================================
--- community-i686/iodined.service	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-i686/iodined.service	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,10 +0,0 @@
-[Unit]
-After=network.target
-Requires=network.target
-
-[Service]
-EnvironmentFile=/etc/conf.d/iodined
-ExecStart=/usr/bin/iodined -f -c -l $IODINE_BIND_ADDRESS -n $IODINE_EXT_IP -p $IODINE_PORT -P $IODINE_PASSWORD -u $IODINE_USER $TUN_IP $TOP_DOMAIN
-
-[Install]
-WantedBy=multi-user.target

Copied: iodine/repos/community-i686/iodined.service (from rev 123895, iodine/trunk/iodined.service)
===================================================================
--- community-i686/iodined.service	                        (rev 0)
+++ community-i686/iodined.service	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,10 @@
+[Unit]
+After=network.target
+Requires=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/iodined
+ExecStart=/usr/bin/iodined -f -c -l $IODINE_BIND_ADDRESS -n $IODINE_EXT_IP -p $IODINE_PORT -P $IODINE_PASSWORD -u $IODINE_USER $TUN_IP $TOP_DOMAIN
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-x86_64/PKGBUILD	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: nofxx <x at nofxx.com>
-
-pkgname=iodine
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('i686' 'x86_64')
-url='http://code.kryo.se/iodine'
-license=('custom:ISC')
-depends=('zlib' 'net-tools')
-source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'iodined.service'
-        'iodined.conf.d')
-sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
-            '4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
-            '47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix=/usr sbindir=/usr/bin DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/usr/share/licenses/iodine"
-  sed -n '/AUTHORS & LICENSE/,$p' README > "${pkgdir}/usr/share/licenses/iodine/LICENSE"
-
-  install -Dm644 "$srcdir/iodined.service" "$pkgdir/usr/lib/systemd/system/iodined.service"
-  install -Dm644 "$srcdir/iodined.conf.d" "$pkgdir/etc/conf.d/iodined"
-}

Copied: iodine/repos/community-x86_64/PKGBUILD (from rev 123895, iodine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: nofxx <x at nofxx.com>
+
+pkgname=iodine
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib' 'net-tools')
+backup=('etc/conf.d/iodined')
+source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        'iodined.service'
+        'iodined.conf.d')
+sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
+            '4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
+            '47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=/usr sbindir=/usr/bin DESTDIR="${pkgdir}" install
+  install -d "${pkgdir}/usr/share/licenses/iodine"
+  sed -n '/AUTHORS & LICENSE/,$p' README > "${pkgdir}/usr/share/licenses/iodine/LICENSE"
+
+  install -Dm644 "$srcdir/iodined.service" "$pkgdir/usr/lib/systemd/system/iodined.service"
+  install -Dm644 "$srcdir/iodined.conf.d" "$pkgdir/etc/conf.d/iodined"
+}

Deleted: community-x86_64/iodined.conf.d
===================================================================
--- community-x86_64/iodined.conf.d	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-x86_64/iodined.conf.d	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,21 +0,0 @@
-# Address and subnet to use for the tunnel (default mask is /27)
-TUN_IP="172.18.42.1/24" 
-
-# Password (32 characters max)
-IODINE_PASSWORD="mypassword"
-
-# The domain you control, see documentation.
-TOP_DOMAIN="example.com"
-
-# UDP port iodined should listen on.
-IODINE_PORT="53"
-
-# Local IP address iodined should bind to.
-IODINE_BIND_ADDRESS="0.0.0.0"
-
-# External IP of your iodined server, used in DNS answers.
-IODINE_EXT_IP=""
-
-# The user iodined should run as.
-IODINE_USER="nobody"
-

Copied: iodine/repos/community-x86_64/iodined.conf.d (from rev 123895, iodine/trunk/iodined.conf.d)
===================================================================
--- community-x86_64/iodined.conf.d	                        (rev 0)
+++ community-x86_64/iodined.conf.d	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,21 @@
+# Address and subnet to use for the tunnel (default mask is /27)
+TUN_IP="172.18.42.1/24" 
+
+# Password (32 characters max)
+IODINE_PASSWORD="mypassword"
+
+# The domain you control, see documentation.
+TOP_DOMAIN="example.com"
+
+# UDP port iodined should listen on.
+IODINE_PORT="53"
+
+# Local IP address iodined should bind to.
+IODINE_BIND_ADDRESS="0.0.0.0"
+
+# External IP of your iodined server, used in DNS answers.
+IODINE_EXT_IP=""
+
+# The user iodined should run as.
+IODINE_USER="nobody"
+

Deleted: community-x86_64/iodined.service
===================================================================
--- community-x86_64/iodined.service	2014-12-15 03:26:05 UTC (rev 123895)
+++ community-x86_64/iodined.service	2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,10 +0,0 @@
-[Unit]
-After=network.target
-Requires=network.target
-
-[Service]
-EnvironmentFile=/etc/conf.d/iodined
-ExecStart=/usr/bin/iodined -f -c -l $IODINE_BIND_ADDRESS -n $IODINE_EXT_IP -p $IODINE_PORT -P $IODINE_PASSWORD -u $IODINE_USER $TUN_IP $TOP_DOMAIN
-
-[Install]
-WantedBy=multi-user.target

Copied: iodine/repos/community-x86_64/iodined.service (from rev 123895, iodine/trunk/iodined.service)
===================================================================
--- community-x86_64/iodined.service	                        (rev 0)
+++ community-x86_64/iodined.service	2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,10 @@
+[Unit]
+After=network.target
+Requires=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/iodined
+ExecStart=/usr/bin/iodined -f -c -l $IODINE_BIND_ADDRESS -n $IODINE_EXT_IP -p $IODINE_PORT -P $IODINE_PASSWORD -u $IODINE_USER $TUN_IP $TOP_DOMAIN
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list