Date: Saturday, January 28, 2023 @ 10:03:51
  Author: felixonmars
Revision: 1389304

archrelease: copy trunk to community-x86_64

Added:
  iodine/repos/community-x86_64/PKGBUILD
    (from rev 1389303, iodine/trunk/PKGBUILD)
  iodine/repos/community-x86_64/iodined.conf.d
    (from rev 1389303, iodine/trunk/iodined.conf.d)
  iodine/repos/community-x86_64/iodined.service
    (from rev 1389303, 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        |   84 +++++++++++++++++++++++++++---------------------------
 iodined.conf.d  |   42 +++++++++++++--------------
 iodined.service |   22 +++++++-------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 10:03:34 UTC (rev 1389303)
+++ PKGBUILD    2023-01-28 10:03:51 UTC (rev 1389304)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: nofxx <[email protected]>
-
-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"
-}

Copied: iodine/repos/community-x86_64/PKGBUILD (from rev 1389303, 
iodine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-28 10:03:51 UTC (rev 1389304)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: nofxx <[email protected]>
+
+pkgname=iodine
+pkgver=0.7.0
+pkgrel=6
+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'
+            
'cf5838994a677afa04c638d64a0c1bb87c085a690d3c7cf845944a85f9f3c7aceb7a56ddef71abc73f03b1c7ceccca279ef7d784e4988d295958be104da4aa48'
+            
'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      2023-01-28 10:03:34 UTC (rev 1389303)
+++ iodined.conf.d      2023-01-28 10:03:51 UTC (rev 1389304)
@@ -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 1389303, 
iodine/trunk/iodined.conf.d)
===================================================================
--- iodined.conf.d                              (rev 0)
+++ iodined.conf.d      2023-01-28 10:03:51 UTC (rev 1389304)
@@ -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     2023-01-28 10:03:34 UTC (rev 1389303)
+++ iodined.service     2023-01-28 10:03:51 UTC (rev 1389304)
@@ -1,11 +0,0 @@
-[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

Copied: iodine/repos/community-x86_64/iodined.service (from rev 1389303, 
iodine/trunk/iodined.service)
===================================================================
--- iodined.service                             (rev 0)
+++ iodined.service     2023-01-28 10:03:51 UTC (rev 1389304)
@@ -0,0 +1,11 @@
+[Unit]
+After=network.target
+Requires=network.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/iodined
+ExecStart=/usr/bin/iodined -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

Reply via email to