Commit Graph

34 Commits

Author SHA1 Message Date
Robert Marko 272f55e87f treewide: refresh hashes after move to use ZSTD as default
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>
2024-04-07 12:06:34 +02:00
Andre Heider 35f4ef76e0 treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections
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>
2023-04-08 08:38:54 +02:00
Damiano Renfer ae92cdda13 dnscrypt-proxy: update maintainer email address
Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
2021-10-08 09:44:27 -07:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Frank Denis 58f411c7c1 net/dnscrypt-proxy: update the CSV list of resolvers
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>
2021-02-15 01:18:34 +01:00
Chris E 14bfc7287e dnscrypt-proxy: Changed 'Provider Key' for securedns to current value
Signed-off-by: Chris E <cbz@pobox.com>
2020-04-05 10:26:52 +01:00
Ted Hess 2d49aab04c dnscrypt-proxy: Update to latest git version.
Revise dnscrypt-resolvers.csv with new dnscrypt-ca info.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2019-09-13 14:46:44 -04:00
Rosen Penev 71f9b042d8 dnscrypt-proxy: Update to latest git revision
Includes a security fix.

Fixed usage with latest libsodium.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-22 11:16:48 -07:00
Ted Hess bc80b04a02 dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-01-08 13:55:33 -05:00
Dirk Brenken 25a3014ee2 dnscrypt-proxy: change start priority
* adapt start priority to the new trigger based setup

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-12 20:36:38 +02:00
Dirk Brenken 870f9dae85 dnscrypt-proxy: mute needless warnings
* print only 'missing plugins support warning' if user really configured
'blacklist' or 'block_ipv6' parameter.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-08 09:14:31 +02:00
Dirk Brenken f5d5f5f176 dnscrypt-proxy: start from procd interface trigger, not in init
* 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>
2017-08-07 11:48:17 +02:00
starcms a032c44a50 net/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv,
bump version number.

Signed-off-by: Chris Saaidi <starcms@gmail.com>
2017-05-30 19:56:27 -05:00
Damiano Renfer c3b0a36db4 net/dnscrypt-proxy: fix block_ipv6 param in init script
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2017-05-27 11:12:47 +02:00
Damiano Renfer bfd0ee2418 net/dnscrypt-proxy: ignore parameters requiring plugins support if not available
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2017-05-21 19:55:18 +02:00
Damiano Renfer 1bfb0629a2 net/dnscrypt-proxy: update to 1.9.5
* 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>
2017-05-14 11:29:51 +02:00
Terry Stockert efe6255186 dnscrypt-proxy: add optional plugins
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>
2017-03-25 12:21:18 -05:00
Daniel 1ffd9b0343
dnscrypt-proxy: Add custom resolver config support
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]: 9eee474770/dnscrypt-proxy.conf (L28):L32

Signed-off-by: Daniel McCarney <daniel@binaryparadox.net>
2017-03-20 10:36:27 -04:00
Damiano Renfer 0f9bceea0b net/dnscrypt-proxy: update to 1.9.4
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2017-01-29 17:29:35 +01:00
Damiano Renfer 4174f03b43 net/dnscrypt-proxy: update to 1.9.1. Change config system, use config file instead of command line args, no changes made to existing UCI part. Add blacklists support
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2017-01-02 20:08:43 +01:00
Daniel Engberg 1dd2958ab8 net/dnscrypt-proxy: Use bz2 tarball
Use bz2 tarball, saves space and bandwidth. 
Use SHA256 checksum instead of MD5.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-19 11:14:46 +01:00
Damiano Renfer 96f1cafbaa net/dnscrypt-proxy: update to 1.8.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-12-19 10:27:39 +01:00
Black Roland 4bbec2ff50 dnscrypt-proxy: Updated resolvers list
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-11-30 23:09:46 +09:00
Black Roland 7cb22ef2c2 dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-09-03 16:59:10 +09:00
Hannu Nyman 5a4ffab87b Remove whitespace from conffiles definition in Makefile
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>
2016-05-03 10:52:08 +03:00
Damiano Renfer d3c22bf985 net/dnscrypt-proxy: update 1.6.1, security update see https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.6.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-02-07 18:22:26 +01:00
Damiano Renfer 1163af8bcb net/dnscrypt-proxy: Set default provider to cisco, add client key support in config
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-07-22 18:48:18 +02:00
Damiano Renfer 048d5d661d net/dnscrypt-proxy: update to 1.6.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-07-19 14:03:54 +02:00
Adam Gensler 7a0a4144d8 dnscrypt-proxy: add support for -E/--ephemeral-keys option.
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
2015-07-07 06:42:47 -04:00
Damiano Renfer 7621572e22 net/dnscrypt-proxy: update to 1.5.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-06-21 18:45:30 +02:00
Nicolas Thill e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Damiano Renfer 87d7b3fef2 net/dnscrypt-proxy: update to 1.4.3
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-11 18:55:50 +01:00
Damiano Renfer 07a8772e34 dnscrypt-proxy: update to 1.4.1
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-20 11:00:58 +02:00
Damiano Renfer 3fc82c470a dnscrypt-proxy: add package with config files, version 1.4.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
2014-09-02 22:16:17 +02:00