Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Version cut fix | Luca Deri | 2022-05-27 |
| | |||
* | Drop support for non-gcrypt builds. (#1469) | Toni | 2022-03-02 |
| | | | | | | | | * As there is now a builtin, lightweight libgcrypt there is no need to disable tls-clho decryption. * It is still possible to use a host libgcrypt with `--with-local-libgcrypt'. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | build: respect environment options more (#1392) | Sam James | 2022-01-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build: update m4/ax_pthread.m4 from serial 23 -> serial 31 Update ax_pthread.m4 to the latest version from the autoconf-archive project. Signed-off-by: Sam James <sam@gentoo.org> * build: properly detect AR, CC, RANLIB It's necessary to be able to override choice of AR/CC/RANLIB and other toolchain variables/tools for cross-compilation, testing with other toolchains, and to ensure the compiler chosen by the user is actually used for the build. Previously, GNU_PREFIX was kind-of used for this but this isn't a standard variable (at all) and it wasn't applied consistently anyway. We now use the standard autoconf mechanisms for finding these tools. (RANLIB is already covered by LT_INIT.) Signed-off-by: Sam James <sam@gentoo.org> * build: use $(MAKE) This ensures that parallel make works correctly, as otherwise, a fresh make job will be started without the jobserver fd, and hence not know about its parent, forcing -j1. * build: respect CPPFLAGS, LDFLAGS - CPPFLAGS is for the C preprocessor (usually for setting defines) - LDFLAGS should be placed before objects for certain flags to work (e.g. -Wl,--as-needed) Signed-off-by: Sam James <sam@gentoo.org> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | ||
* | Additional fix related to cf931fda6bfb3925555c7bd11d950a886676bcb3. (#1332) | Toni | 2021-10-10 |
| | | | | | * configure.seed references removed Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added nDPI pkg-config file to Debian / Ubuntu ndpi-dev packaging. (#1318) | Toni | 2021-10-03 |
| | | | | | | | * Added nDPI pkg-config file to Debian / Ubuntu ndpi-dev packaging. * fixed missing gcrypt library dependency in libndpi.pc Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | OpenWRT document fix | Luca Deri | 2021-06-08 |
| | |||
* | Updated dependency | Luca Deri | 2021-02-19 |
| | |||
* | Package fix | Luca Deri | 2021-02-18 |
| | |||
* | Initial geoip support | Luca Deri | 2021-02-18 |
| | |||
* | Added Makefile for building the development version of libndpi for OpenWRT | Luca Deri | 2021-02-07 |
| | |||
* | Typo | Luca Deri | 2020-11-22 |
| | |||
* | Install ndpi under /usr | Alfredo Cardigliano | 2020-11-17 |
| | |||
* | Restored Ubuntu/Debian packaging | Luca Deri | 2020-11-03 |
| | |||
* | Fix/packaging (#1047) | Toni | 2020-11-03 |
| | | | | | | | | | | | | | * Fix OpenWrt build. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Fixed Debian/Ubuntu packaging. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Added DPKG package build to a CI job. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Centos8 package fix | Luca Deri | 2020-10-29 |
| | |||
* | Fix libdir on centos8 | Alfredo Cardigliano | 2020-10-29 |
| | |||
* | Removed generation of /usr/lib/.build-id | Alfredo Cardigliano | 2020-10-29 |
| | |||
* | Move libraries from /usr/local to /usr | Alfredo Cardigliano | 2020-10-29 |
| | |||
* | Updated OpenWRT instructions | Luca Deri | 2020-08-17 |
| | |||
* | Added README for building libndpi under OpenWRT | Luca Deri | 2020-08-17 |
| | |||
* | Added missing RPM files | Luca Deri | 2020-01-06 |
| | |||
* | rpm-sign fix for centos8 | Alfredo Cardigliano | 2019-10-21 |
| | |||
* | Disabled debug_package | Alfredo Cardigliano | 2019-10-18 |
| | |||
* | RPM spec cleanup | Alfredo Cardigliano | 2019-07-25 |
| | |||
* | Removed conflict with nprobe-dev | Alfredo Cardigliano | 2019-07-25 |
| | |||
* | Packages fixes | lucaderi | 2019-07-24 |
| | |||
* | Fixed RPM pkgconfig path | Alfredo Cardigliano | 2019-04-19 |
| | |||
* | Deb fix (shared lib links) | Alfredo Cardigliano | 2018-12-10 |
| | |||
* | Creating shared lib with major version | Alfredo Cardigliano | 2018-12-10 |
| | |||
* | RPM fix | Alfredo Cardigliano | 2018-12-10 |
| | |||
* | Added script to get the package version | Alfredo Cardigliano | 2018-12-07 |
| | |||
* | Build fix | Luca Deri | 2018-12-05 |
| | |||
* | Fix for shared library symbolic link | lucaderi | 2018-11-30 |
| | |||
* | Fixed package signing | Luca Deri | 2018-11-30 |
| | |||
* | rpm spec file | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | rpm package | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | settins arch for -dev package as it contains static libs | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | deb dependency fix | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | ubuntu ndpi/ndpi-dev package (testing) | Alfredo Cardigliano | 2018-11-19 |
| | |||
* | Add OpenWrt Makefile | emanuele-f | 2018-11-13 |
| | |||
* | Added HEAD for homebrew. | David Manouchehri | 2017-05-19 |
| | |||
* | spelling: compatibility | Josh Soref | 2017-03-12 |
| | |||
* | Update homebrew 1.8 formula | Luca Deri | 2016-05-28 |
| | |||
* | Updated homebrew formula for 1.7 release | Luca Deri | 2015-08-18 |
| | |||
* | Initial import from SVN | Luca Deri | 2015-04-19 |