[arch-commits] Commit in miniupnpd/trunk (PKGBUILD miniupnpd.systemd)

Timothy Redaelli tredaelli at archlinux.org
Thu Apr 2 10:19:56 UTC 2015


    Date: Thursday, April 2, 2015 @ 12:19:56
  Author: tredaelli
Revision: 130521

upgpkg: miniupnpd 1.9.20150307-2

FS#43374 and compile with IGDv2 support

Modified:
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.systemd

-------------------+
 PKGBUILD          |    6 +++---
 miniupnpd.systemd |    2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-02 09:00:59 UTC (rev 130520)
+++ PKGBUILD	2015-04-02 10:19:56 UTC (rev 130521)
@@ -3,7 +3,7 @@
 # Contributor: fauno <fauno at parabola.nu>
 pkgname=miniupnpd
 pkgver=1.9.20150307
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
 url="http://miniupnp.free.fr"
@@ -16,7 +16,7 @@
         miniupnpd.systemd)
 sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409'
             '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-            'baac6223eb35729ea301bd658dc2df6aad5396c7c0b1ec15c8aac1803ef37f6a')
+            '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -27,7 +27,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  CONFIG_OPTIONS="--strict --ipv6 --leasefile" make -f Makefile.linux config.h
+  CONFIG_OPTIONS="--strict --ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
   make -f Makefile.linux
 }
 

Modified: miniupnpd.systemd
===================================================================
--- miniupnpd.systemd	2015-04-02 09:00:59 UTC (rev 130520)
+++ miniupnpd.systemd	2015-04-02 10:19:56 UTC (rev 130521)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Lightweight UPnP IGD daemon
+Documentation=man:miniupnpd(8)
+After=network.target
 
 [Service]
 ExecStartPre=/etc/miniupnpd/iptables_init.sh



More information about the arch-commits mailing list