aboutsummaryrefslogtreecommitdiff
path: root/net/uanytun
Commit message (Collapse)AuthorAge
* uanytun: bump to v. 0.3.7Christian Pointner2018-06-08
| | | | | | | | | Adds support for openssl 1.1.0. Removed all patches as they are now integrated into upstream. Thanks to: Eneas U de Queiroz <cote2004-github@yahoo.com> for his OpenSSL patch Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* uanytun: remove build time/host to fix reproducible buildsAlexander Couzens2017-12-06
| | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* uanytun: Pass down TARGET_CPPFLAGSFlorian Fainelli2017-04-02
| | | | | | | | | | | | | | | | | | | | Fixes build errors with toolchains that don't automatically search for headers in STAGING_DIR (such as external toolchains) resulting in the following build failures: mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DUSE_SSL_CRYPTO -c options.c In file included from options.c:62:0: auth_algo.h:53:26: fatal error: openssl/hmac.h: No such file or directory #include <openssl/hmac.h> ^ compilation terminated. Makefile:95: recipe for target 'options.o' failed make[4]: *** [options.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* uanytun: added License InformationChristian Pointner2014-09-25
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* reenabled libgcrypt and make it the default againChristian Pointner2014-07-22
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* dropped gcrypt variant for nowChristian Pointner2014-06-22
| | | | | | now using libnettle for the default crypto library Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* fixed typo in descriptionChristian Pointner2014-06-21
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* upgrade uanytun to newest release 0.3.4Christian Pointner2014-06-20
| | | | | | the new package now makes use of build variants Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* import package uanytunChristian Pointner2014-06-20
Signed-off-by: Christian Pointner <equinox@spreadspace.org>