[arch-commits] Commit in iodine/repos/community-x86_64 (6 files)
Jelle van der Waa
jelle at archlinux.org
Wed May 12 22:34:08 UTC 2021
Date: Wednesday, May 12, 2021 @ 22:34:08
Author: jelle
Revision: 932787
archrelease: copy trunk to community-x86_64
Added:
iodine/repos/community-x86_64/PKGBUILD
(from rev 932786, iodine/trunk/PKGBUILD)
iodine/repos/community-x86_64/iodined.conf.d
(from rev 932786, iodine/trunk/iodined.conf.d)
iodine/repos/community-x86_64/iodined.service
(from rev 932786, iodine/trunk/iodined.service)
Deleted:
iodine/repos/community-x86_64/PKGBUILD
iodine/repos/community-x86_64/iodined.conf.d
iodine/repos/community-x86_64/iodined.service
-----------------+
PKGBUILD | 85 ++++++++++++++++++++++++++----------------------------
iodined.conf.d | 42 +++++++++++++-------------
iodined.service | 21 ++++++-------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 22:34:03 UTC (rev 932786)
+++ PKGBUILD 2021-05-12 22:34:08 UTC (rev 932787)
@@ -1,43 +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=4
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('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')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e 's/-lsystemd-daemon/-lsystemd/' -i src/osflags
-}
-
-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 932786, iodine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-12 22:34:08 UTC (rev 932787)
@@ -0,0 +1,42 @@
+# 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=5
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('x86_64')
+url='https://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib' 'net-tools')
+backup=('etc/conf.d/iodined')
+source=("https://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'iodined.service'
+ 'iodined.conf.d')
+sha512sums=('49fe4f0cf614d3400cbfdade84eb4f50430f8f92004f663a08acc1514e8ff342443a8c3f855828bbca1864a3fafe419b5256f8a80fc4024b364d4c8c953fc0ec'
+ '4d5314362a81a52e727e7234a4c45109cce8afd596c76157f00a57260cf381f56dfc53481d923137ecd6b8b0e6ef2e5490d3bc2e1e2fb7515ef07f9d3d90c5b7'
+ '07c4733b98287672fe98bdb8d666672994aa675d1bbde58d342471e318f1a7b5fc2f66cb8d068a1a4ef5697647608a217eb1949dfbd5b672b4d8982f09e902aa')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e 's/-lsystemd-daemon/-lsystemd/' -i src/osflags
+}
+
+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: iodined.conf.d
===================================================================
--- iodined.conf.d 2021-05-12 22:34:03 UTC (rev 932786)
+++ iodined.conf.d 2021-05-12 22:34:08 UTC (rev 932787)
@@ -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 932786, iodine/trunk/iodined.conf.d)
===================================================================
--- iodined.conf.d (rev 0)
+++ iodined.conf.d 2021-05-12 22:34:08 UTC (rev 932787)
@@ -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: iodined.service
===================================================================
--- iodined.service 2021-05-12 22:34:03 UTC (rev 932786)
+++ iodined.service 2021-05-12 22:34:08 UTC (rev 932787)
@@ -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 932786, iodine/trunk/iodined.service)
===================================================================
--- iodined.service (rev 0)
+++ iodined.service 2021-05-12 22:34:08 UTC (rev 932787)
@@ -0,0 +1,11 @@
+[Unit]
+After=network.target
+Requires=network.target
+
+[Service]
+Type=forking
+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