From b1ae52aac6c586ac000eebb2269b99453b0ad99c Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 27 Oct 2020 17:53:02 +0000 Subject: [PATCH] 2.34.0 + enable UPnP support out of box --- snap/snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c97d014..f188b59 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,7 +7,7 @@ ## 5. `snapcraft snap` name: i2pd -version: 2.33.0 +version: 2.34.0 summary: Distributed anonymous networking framework description: | i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. @@ -34,11 +34,12 @@ parts: i2pd: source: https://github.com/PurpleI2P/i2pd.git source-type: git - source-tag: 2.33.0 + source-tag: 2.34.0 plugin: make make-parameters: - USE_AVX=no - USE_AESNI=no + - USE_UPNP=yes - DEBUG=no build-packages: - build-essential @@ -46,6 +47,7 @@ parts: - libboost-filesystem-dev - libboost-program-options-dev - libboost-system-dev + - libminiupnpc-dev - libssl-dev - zlib1g-dev artifacts: