]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove fastd and libuecc
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Aug 2018 12:10:55 +0000 (13:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Sep 2018 19:36:08 +0000 (20:36 +0100)
This was added to support VPN peering with Freifunk with which
we have no afiliation any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
fastd/fastd.nm [deleted file]
libuecc/libuecc.nm [deleted file]

diff --git a/fastd/fastd.nm b/fastd/fastd.nm
deleted file mode 100644 (file)
index 80bd695..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = fastd
-version    = 17
-release    = 1
-
-groups     = Networking/VPN
-url        = https://projects.universe-factory.net/projects/fastd/wiki
-license    = BSD
-summary    = Fast and Secure Tunnelling Daemon
-
-description
-       fastd is a fast and secure tunneling daemon that is designed
-       to run on embedded devices.
-end
-
-source_dl  = https://projects.universe-factory.net/attachments/download/81/
-sources    = %{thisapp}.tar.xz
-
-build
-       requires
-               bison >= 2.5
-               cmake >= 3.0
-               doxygen
-               json-c-devel
-               libcap-devel
-               libsodium-devel
-               libuecc >= 5
-               libuecc-devel
-               openssl-devel
-       end
-
-       if "%{DISTRO_ARCH}" == "i686"
-               build_options = \
-                       -DWITH_CIPHER_SALSA2012_XMM=OFF \
-                       -DWITH_CIPHER_SALSA20_XMM=OFF \
-                       -DWITH_MAC_GHASH_PCLMULQDQ=OFF
-       end
-
-       build
-               %{cmake} %{build_options} .
-               make %{PARALLELISMFLAGS}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end
diff --git a/libuecc/libuecc.nm b/libuecc/libuecc.nm
deleted file mode 100644 (file)
index 1d4fa05..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libuecc
-version    = 6
-release    = 1
-
-groups     = Development/Tools
-url        = http://git.universe-factory.net/libuecc
-license    = BSD
-summary    = Very small Elliptic Curve Cryptography library
-
-description
-       %{summary}.
-end
-
-source_dl  = http://git.universe-factory.net/libuecc/snapshot/
-sources    = %{thisapp}.tar.xz
-
-build
-       requires
-               cmake >= 2.8.4-3
-       end
-
-       build
-               %{cmake} .
-               make %{PARALLELISMFLAGS}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end