Date: Monday, November 2, 2015 @ 17:11:26
  Author: tredaelli
Revision: 145675

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
    (from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
    (from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
    (from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
    (from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

----------------------------------------------------------+
 /PKGBUILD                                                |   82 +++++++++++++
 /miniupnpd.systemd                                       |   28 ++++
 community-i686/PKGBUILD                                  |   49 -------
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 ------
 community-i686/miniupnpd.systemd                         |   13 --
 community-x86_64/PKGBUILD                                |   49 -------
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 ------
 community-x86_64/miniupnpd.systemd                       |   13 --
 8 files changed, 110 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-11-02 16:11:16 UTC (rev 145674)
+++ community-i686/PKGBUILD     2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: fauno <fa...@parabola.nu>
-pkgname=miniupnpd
-pkgver=1.9.20150721
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr";
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
-        miniupnpd-1.8.20140401-foreground.patch
-        miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-            '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-            '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-          s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=00000000-0000-0000-0000-000000000000/
-             s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 145674, 
miniupnpd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: fauno <fa...@parabola.nu>
+pkgname=miniupnpd
+pkgver=1.9.20150922
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr";
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
+        miniupnpd.systemd)
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+            '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+          s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=00000000-0000-0000-0000-000000000000/
+             s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+}

Deleted: community-i686/miniupnpd-1.8.20140401-foreground.patch
===================================================================
--- community-i686/miniupnpd-1.8.20140401-foreground.patch      2015-11-02 
16:11:16 UTC (rev 145674)
+++ community-i686/miniupnpd-1.8.20140401-foreground.patch      2015-11-02 
16:11:26 UTC (rev 145675)
@@ -1,40 +0,0 @@
---- ./miniupnpd.c.orig 2014-04-23 15:41:11.783562093 +0000
-+++ ./miniupnpd.c      2014-04-23 15:43:19.672842038 +0000
-@@ -797,7 +797,7 @@
- {
-       int i;
-       int pid;
--      int debug_flag = 0;
-+      int debug_flag = 0, foreground_flag = 0;
-       int openlog_option;
-       struct sigaction sa;
-       /*const char * logfilename = 0;*/
-@@ -1159,6 +1159,9 @@
-               case 'd':
-                       debug_flag = 1;
-                       break;
-+              case 'D':
-+                      foreground_flag = 1;
-+                      break;
-               case 'w':
-                       if(i+1 < argc)
-                               presurl = argv[++i];
-@@ -1273,7 +1276,7 @@
-               goto print_usage;
-       }
- 
--      if(debug_flag)
-+      if(debug_flag || foreground_flag)
-       {
-               pid = getpid();
-       }
-@@ -1413,7 +1416,8 @@
-               "\tNotify interval is in seconds. Default is 30 seconds.\n"
-                       "\tDefault pid file is '%s'.\n"
-                       "\tDefault config file is '%s'.\n"
--                      "\tWith -d miniupnpd will run as a standard program.\n"
-+                      "\tWith -D miniupnpd will run as a standard program.\n"
-+                      "\tWith -d miniupnpd will run as a standard program in 
debug mode.\n"
- #if defined(USE_PF) || defined(USE_IPF)
-                       "\t-L sets packet log in pf and ipf on.\n"
- #endif

Deleted: community-i686/miniupnpd.systemd
===================================================================
--- community-i686/miniupnpd.systemd    2015-11-02 16:11:16 UTC (rev 145674)
+++ community-i686/miniupnpd.systemd    2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Lightweight UPnP IGD daemon
-Documentation=man:miniupnpd(8)
-After=network.target
-
-[Service]
-ExecStartPre=/etc/miniupnpd/iptables_init.sh
-ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -D
-ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
-PIDFile=/run/miniupnpd.pid
-
-[Install]
-WantedBy=network.target

Copied: miniupnpd/repos/community-i686/miniupnpd.systemd (from rev 145674, 
miniupnpd/trunk/miniupnpd.systemd)
===================================================================
--- community-i686/miniupnpd.systemd                            (rev 0)
+++ community-i686/miniupnpd.systemd    2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Lightweight UPnP IGD daemon
+Documentation=man:miniupnpd(8)
+After=network.target
+
+[Service]
+Type=forking
+ExecStartPre=/etc/miniupnpd/iptables_init.sh
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf
+ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
+PIDFile=/run/miniupnpd.pid
+
+[Install]
+WantedBy=network.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-11-02 16:11:16 UTC (rev 145674)
+++ community-x86_64/PKGBUILD   2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: fauno <fa...@parabola.nu>
-pkgname=miniupnpd
-pkgver=1.9.20150721
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr";
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
-        miniupnpd-1.8.20140401-foreground.patch
-        miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-            '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-            '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-          s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=00000000-0000-0000-0000-000000000000/
-             s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-x86_64/PKGBUILD (from rev 145674, 
miniupnpd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: fauno <fa...@parabola.nu>
+pkgname=miniupnpd
+pkgver=1.9.20150922
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr";
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
+        miniupnpd.systemd)
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+            '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+          s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=00000000-0000-0000-0000-000000000000/
+             s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
+}

Deleted: community-x86_64/miniupnpd-1.8.20140401-foreground.patch
===================================================================
--- community-x86_64/miniupnpd-1.8.20140401-foreground.patch    2015-11-02 
16:11:16 UTC (rev 145674)
+++ community-x86_64/miniupnpd-1.8.20140401-foreground.patch    2015-11-02 
16:11:26 UTC (rev 145675)
@@ -1,40 +0,0 @@
---- ./miniupnpd.c.orig 2014-04-23 15:41:11.783562093 +0000
-+++ ./miniupnpd.c      2014-04-23 15:43:19.672842038 +0000
-@@ -797,7 +797,7 @@
- {
-       int i;
-       int pid;
--      int debug_flag = 0;
-+      int debug_flag = 0, foreground_flag = 0;
-       int openlog_option;
-       struct sigaction sa;
-       /*const char * logfilename = 0;*/
-@@ -1159,6 +1159,9 @@
-               case 'd':
-                       debug_flag = 1;
-                       break;
-+              case 'D':
-+                      foreground_flag = 1;
-+                      break;
-               case 'w':
-                       if(i+1 < argc)
-                               presurl = argv[++i];
-@@ -1273,7 +1276,7 @@
-               goto print_usage;
-       }
- 
--      if(debug_flag)
-+      if(debug_flag || foreground_flag)
-       {
-               pid = getpid();
-       }
-@@ -1413,7 +1416,8 @@
-               "\tNotify interval is in seconds. Default is 30 seconds.\n"
-                       "\tDefault pid file is '%s'.\n"
-                       "\tDefault config file is '%s'.\n"
--                      "\tWith -d miniupnpd will run as a standard program.\n"
-+                      "\tWith -D miniupnpd will run as a standard program.\n"
-+                      "\tWith -d miniupnpd will run as a standard program in 
debug mode.\n"
- #if defined(USE_PF) || defined(USE_IPF)
-                       "\t-L sets packet log in pf and ipf on.\n"
- #endif

Deleted: community-x86_64/miniupnpd.systemd
===================================================================
--- community-x86_64/miniupnpd.systemd  2015-11-02 16:11:16 UTC (rev 145674)
+++ community-x86_64/miniupnpd.systemd  2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Lightweight UPnP IGD daemon
-Documentation=man:miniupnpd(8)
-After=network.target
-
-[Service]
-ExecStartPre=/etc/miniupnpd/iptables_init.sh
-ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -D
-ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
-PIDFile=/run/miniupnpd.pid
-
-[Install]
-WantedBy=network.target

Copied: miniupnpd/repos/community-x86_64/miniupnpd.systemd (from rev 145674, 
miniupnpd/trunk/miniupnpd.systemd)
===================================================================
--- community-x86_64/miniupnpd.systemd                          (rev 0)
+++ community-x86_64/miniupnpd.systemd  2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Lightweight UPnP IGD daemon
+Documentation=man:miniupnpd(8)
+After=network.target
+
+[Service]
+Type=forking
+ExecStartPre=/etc/miniupnpd/iptables_init.sh
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf
+ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
+PIDFile=/run/miniupnpd.pid
+
+[Install]
+WantedBy=network.target

Reply via email to