Commit Graph

17 Commits

Author SHA1 Message Date
Tianling Shen 5ba2fed358
dnslookup: Update to 1.10.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-14 17:01:05 +08:00
Tianling Shen eb711e2eb2
dnslookup: Update to 1.10.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-09-23 22:48:27 +08:00
Tianling Shen eb2fe11957
dnslookup: Update to 1.9.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-08-16 17:22:46 +08:00
Andre Heider 565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
Tianling Shen 65c9414e16 dnslookup: Update to 1.9.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-23 01:24:19 +08:00
Tianling Shen 62cc9d2a39
dnslookup: Update to 1.8.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-12-25 14:59:13 +08:00
Tianling Shen 671e794db1 dnslookup: Update to 1.8.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-23 09:39:25 +02:00
Tianling Shen 982903e0a3 dnslookup: Update to 1.7.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-03 14:06:06 -07:00
Tianling Shen 798cf62bd8 dnslookup: Update to 1.7.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-07 07:45:06 +02:00
Tianling Shen 202f0007d6 dnslookup: Update to 1.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-05-25 17:00:34 -07:00
Tianling Shen b6a86a2b63
dnslookup: Update to 1.6.0
Fixed typo error: `AUTORELESE` > `AUTORELEASE`.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-06 22:26:00 +08:00
Tianling Shen ae7c97f616 dnslookup: Update to 1.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-11 03:46:38 -08:00
Tianling Shen 797c8b6c47 dnslookup: Update to 1.5.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-05 07:17:26 +01:00
Rosen Penev 862ff880a8
Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflags
treewide: Remove GO_PKG_LDFLAGS for stripping binaries
2021-09-01 17:16:07 -07:00
Tianling Shen 974f6f0923
dnslookup: Update to 1.4.9
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-02 07:32:55 +08:00
Jeffery To 8a6def501a
treewide: Remove GO_PKG_LDFLAGS for stripping binaries
The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.

When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.

This removes these flags for all relevant packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-09-02 05:31:15 +08:00
Tianling Shen 49ecba18df
dnslookup: add new package
A simple command line utility to make DNS lookups. Supports all known
DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt.

For documents, see https://github.com/ameshkov/dnslookup.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-15 19:38:47 +08:00