aboutsummaryrefslogtreecommitdiff
path: root/net/dnscrypt-proxy
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* dnscrypt-proxy: update maintainer email addressDamiano Renfer2021-10-08
| | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* net/dnscrypt-proxy: update the CSV list of resolversFrank Denis2021-02-15
| | | | | | | | | | | | The previous list was very out of date. An always up-to-date v1-compatible list is available at: https://download.dnscrypt.info/dnscrypt-resolvers/v1/ Also use different default resolvers since the previous ones don't exist any longer. Signed-off-by: Frank Denis <github@pureftpd.org>
* dnscrypt-proxy: Changed 'Provider Key' for securedns to current valueChris E2020-04-05
| | | | Signed-off-by: Chris E <cbz@pobox.com>
* dnscrypt-proxy: Update to latest git version.Ted Hess2019-09-13
| | | | | | Revise dnscrypt-resolvers.csv with new dnscrypt-ca info. Signed-off-by: Ted Hess <thess@kitschensync.net>
* dnscrypt-proxy: Update to latest git revisionRosen Penev2019-06-22
| | | | | | | | Includes a security fix. Fixed usage with latest libsodium. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dnscrypt-proxy: Updates for new repository/maintainer (same version)Ted Hess2018-01-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* dnscrypt-proxy: change start priorityDirk Brenken2017-08-12
| | | | | * adapt start priority to the new trigger based setup Signed-off-by: Dirk Brenken <dev@brenken.org>
* dnscrypt-proxy: mute needless warningsDirk Brenken2017-08-08
| | | | | | * print only 'missing plugins support warning' if user really configured 'blacklist' or 'block_ipv6' parameter. Signed-off-by: Dirk Brenken <dev@brenken.org>
* dnscrypt-proxy: start from procd interface trigger, not in initDirk Brenken2017-08-07
| | | | | | | | | | * Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* net/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv,starcms2017-05-30
| | | | | | bump version number. Signed-off-by: Chris Saaidi <starcms@gmail.com>
* net/dnscrypt-proxy: fix block_ipv6 param in init scriptDamiano Renfer2017-05-27
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* net/dnscrypt-proxy: ignore parameters requiring plugins support if not availableDamiano Renfer2017-05-21
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* net/dnscrypt-proxy: update to 1.9.5Damiano Renfer2017-05-14
| | | | | | | | * Update to 1.9.5 * Use PKG_HASH instead of PKG_MD5SUM * Add dnscrypt-proxy github link in PKG_SOURCE_URL Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* dnscrypt-proxy: add optional pluginsTerry Stockert2017-03-25
| | | | | | | | | The init script already supports four plugins: dns cache, dns/ip blocking, ipv6 blocking and dns logging. If enabled this option installs these four plugins and also adds libldns as a dependency. If enabled the total size increase is around 125 kB. Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
* dnscrypt-proxy: Add custom resolver config supportDaniel2017-03-20
| | | | | | | | | | | | | | | | | | | | | This commit modifies the dnscrypt-proxy plugin's `dnscrypt-proxy.init` script to allow specifying a custom dnscrypt resolver. Prior to this commit users of the dnscrypt-proxy plugin are only able to choose from a dnscrypt resolver that is present in the packaged `ResolversList` CSV file. To specify a custom resolver three new configuration parameters are required[0]: `ProviderName`, `ProviderKey` and `ResolverAddress`. The `dnscrypt-proxy.init` script now maps `providername`, `providerkey`, and `resolveraddress` values (if present) from a `dnscrypt-proxy.config` file into the generated DNSCrypt configuration file. `PKG_RELEASE` is increased from 1 to 2 to reflect the new functionality. [0]: https://github.com/jedisct1/dnscrypt-proxy/blob/9eee47477031ad0ffef94160d7370d4dec6f2c3a/dnscrypt-proxy.conf#L28:L32 Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
* net/dnscrypt-proxy: update to 1.9.4Damiano Renfer2017-01-29
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* net/dnscrypt-proxy: update to 1.9.1. Change config system, use config file ↵Damiano Renfer2017-01-02
| | | | | | instead of command line args, no changes made to existing UCI part. Add blacklists support Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* net/dnscrypt-proxy: Use bz2 tarballDaniel Engberg2016-12-19
| | | | | | Use bz2 tarball, saves space and bandwidth. Use SHA256 checksum instead of MD5. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* net/dnscrypt-proxy: update to 1.8.0Damiano Renfer2016-12-19
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* dnscrypt-proxy: Updated resolvers listBlack Roland2016-11-30
| | | | Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, ↵Black Roland2016-09-03
| | | | | | added separated package for resolvers list Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* Remove whitespace from conffiles definition in MakefileHannu Nyman2016-05-03
| | | | | | | | | The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* net/dnscrypt-proxy: update 1.6.1, security update see ↵Damiano Renfer2016-02-07
| | | | | | https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.6.1 Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* net/dnscrypt-proxy: Set default provider to cisco, add client key support in ↵Damiano Renfer2015-07-22
| | | | | | config Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* net/dnscrypt-proxy: update to 1.6.0Damiano Renfer2015-07-19
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* dnscrypt-proxy: add support for -E/--ephemeral-keys option.Adam Gensler2015-07-07
| | | | Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
* net/dnscrypt-proxy: update to 1.5.0Damiano Renfer2015-06-21
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* net/dnscrypt-proxy: update to 1.4.3Damiano Renfer2015-01-11
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* dnscrypt-proxy: update to 1.4.1Damiano Renfer2014-09-20
| | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* dnscrypt-proxy: add package with config files, version 1.4.0Damiano Renfer2014-09-02
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>