Skip to content

net/https-dns-proxy: Update to 2019-07-21#9562

Closed
ldir-EDB0 wants to merge 1 commit into
openwrt:masterfrom
ldir-EDB0:dnsproxy
Closed

net/https-dns-proxy: Update to 2019-07-21#9562
ldir-EDB0 wants to merge 1 commit into
openwrt:masterfrom
ldir-EDB0:dnsproxy

Conversation

@ldir-EDB0
Copy link
Copy Markdown
Contributor

Maintainer: @aarond10

Description:

4e47de7 Merge pull request #59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request #58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request #56 from tofurky/gtest_fix
680f3c1 Merge pull request #55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request #47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request #45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.

Important fixes: Now drop running as root. Improved bootstrap interval
handling, especially helps Openwrt on boot. Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant ldir@darbyshire-bryant.me.uk

4e47de7 Merge pull request #59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request #58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request #56 from tofurky/gtest_fix
680f3c1 Merge pull request #55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request #47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request #45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple <character-string> components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.

Important fixes: Now drop running as root.  Improved bootstrap interval
handling, especially helps Openwrt on boot.  Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
PKG_VERSION:=2019-07-21
PKG_RELEASE=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove. This is implicit.

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MIRROR_HASH:=24b7e4238c37e646f33eee3a374f6b7beb5c167b9c5008cc13b51e5f1f3a44ea
PKG_MIRROR_HASH:=57e9c655622772fdc4031210fd30bb36faa0a0a253aeb31aac1129c641f07b7f
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove. This is implicit.

PKG_SOURCE_VERSION:=bea68401330e611f6e9b75cec84e2dc4e81e52de
PKG_SOURCE_VERSION:=4e47de7b27bffe153670b7c1c0c29776ea1d6cd6
PKG_MAINTAINER:=Aaron Drew <aarond10@gmail.com>
PKG_LICENSE:=MIT
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add PKG_LICENSE_FILES and rearrange the whole block to be consistent with other packages. For example: https://github.com/neheb/packages/blob/bab985450083e4071d06f1fa26ffa37544a146db/libs/fbthrift/Makefile

@ldir-EDB0 ldir-EDB0 closed this Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants