Commit Graph

17 Commits (arm-master)

Author SHA1 Message Date
pedro 4c14d53a72 stubby: fix log level
- see: https://www.linksysinfo.org/index.php?threads/stubby-doesnt-log.78729/
8 months ago
pedro cd1d94711b getdns: update to 1.7.3; refresh patches 2 years ago
pedro 9f21ead944 getdns: update to 1.7.2
- fix build break: revert commit "Fix #517 Allow Absolute paths in pkg-config":
  ref: 777e0b245c
  cmake_path is not available in debian 10 (older) cmake

- refresh patches; remove no more needed 104-fix-resolvconf-and-tls_ca_file-config-support patch
- change default log level to 6 (info)
2 years ago
pedro f0b2ba6eca getdns/stubby: add missing define for log_warn (as a patch) 3 years ago
pedro 8b0e8f7550 patches: getnds/stubby: also add tls_ca_file to yml quote check (broken in 0.4.0) 3 years ago
pedro 72a214410a build: getdns: fix problems with absolute/relative path in __FILE__ macro in cmake and use new option FORCE_COMPAT_STRPTIME 3 years ago
pedro e26fc9a47b getdns/stubby: update to 1.7.0/0.4.0 4 years ago
pedro 1af3d6b9cb getdns: remove no more needed patch 4 years ago
pedro 1b6bb3eaae patches: getdns: name patches properly 4 years ago
pedro 6ee943d6af patches: getdns: fix commit 767220d 5 years ago
pedro 767220d55b patches: getdns: rename the patches according to the function 5 years ago
pedro 2fe3c424e1 getdns/stubby: update to 1.6.0/0.3.0 5 years ago
pedro f73715cb2e Revert "getdns: add patch to fix missing define for log_warn"
This reverts commit 9712d83f34.
5 years ago
pedro a9afb39b5e stubby: add syslog support
- Ported from @Merlin, thanks: 9ef7b80958
5 years ago
pedro 9712d83f34 getdns: add patch to fix missing define for log_warn
as per: c34d6723d8
6 years ago
pedro f60bcb9374 getdns: update to 1.5.2
- clean sources 1.5.2
- cosmetic in patch
- add fix from upstream:

Fix build error with gnu99 compilers

Typedefs sha256_pin_t & getdns_log_config multiple declaration in context.h,
tls.h and tls_internal.h causes build error with some gnu99 compilers, even
if the redefinition is identical.
One possible way is to protect each occurence with ifdefs, but it seems too
brute, other one is to keep typedef in context.h only and use struct types
in recently added tls* scope.

Error example:
../libtool --quiet --tag=CC --mode=compile arm-brcm-linux-uclibcgnueabi-gcc
-std=gnu99 -I. -I. -I./util/auxiliary -I./tls -I./openssl -I./../stubby/src
-Wall -Wextra -D_BSD_SOURCE -D_DEFAULT_SOURCE ... -c ./convert.c -o convert.lo
In file included from ./context.h:53:0,
                 from ./util-internal.h:42,
                 from ./convert.c:50:
./tls.h:45:27: error: redefinition of typedef 'sha256_pin_t'
./openssl/tls-internal.h:57:27: note: previous declaration of 'sha256_pin_t' was here
In file included from ./util-internal.h:42:0,
                 from ./convert.c:50:
./context.h:133:3: error: redefinition of typedef 'sha256_pin_t'
./tls.h:45:27: note: previous declaration of 'sha256_pin_t' was here
./context.h:267:3: error: redefinition of typedef 'getdns_log_config'
./openssl/tls-internal.h:58:34: note: previous declaration of 'getdns_log_config' was here

Original commit: 4f4ed98112
6 years ago
pedro 2856cb291a GUI: stubby: add the ability to choose the level of logging
- add proper support for logfile when run as daemon, as per: e6894a58c9
- log located in /var/log
7 years ago