44 Commits

Author SHA256 Message Date
f3a39e3fc5 Accepting request 1242290 from home:jfkw:branches:devel:languages:go
- Update to version 0.75.0:
  * Added DNSContext.QueryStatistics method that returns the DNS
    query statistics for both the upstream and fallback DNS servers
  * Positional (non-flag) arguments now cause an error instead of
    beingignored
  * The upstream.ExchangeParallel function now consistently returns
    a nil upstream in case of a DNS lookup error
  * Removed DNSContext.CachedUpstreamAddr and
    DNSContext.QueryDuration properties
- Packaging improvements:
  * Drop autosetup -p 1 arg only needed when package has patches
  * Use BuildRequires: golang(API) >= 1.23 rather than 1.23.5
    (three digit) as per go.mod. Currently the Provides:
    golang(API) expression is major version (two-digit) only.
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Remove go build -x output build command verbosity. Use go
    default arguments absent a clear need.
  * Remove go build -v output line per package verbosity. Use go
    default arguments absent a clear need.
  * _service obs_scm remove param match tag not needed
  * %check enable tests excluding tests with network access

OBS-URL: https://build.opensuse.org/request/show/1242290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=77
2025-02-03 05:52:09 +00:00
edcacac6d6 Accepting request 1242197 from home:iDesmI:branches:devel:languages:go
- Enable tests
- Update to version 0.75.0:
  * Added DNSContext.QueryStatistics method that returns the DNS
    query statistics for both the upstream and fallback DNS servers
  * Positional (non-flag) arguments now cause an error instead of
    beingignored
  * The upstream.ExchangeParallel function now consistently returns
    a nil upstream in case of a DNS lookup error
  * Removed DNSContext.CachedUpstreamAddr and
    DNSContext.QueryDuration properties
- Update to version 0.74.1:
  * Fixed issue with locating the system hosts file
  * Fixed everse DNS lookups for records from the hosts file
- Update to version 0.74.0:
  * command-line flag --hosts-files now supports both absolute path
    and relative paths
- Update to version 0.73.5:
  * Fixed race conditions when using fastest_addr and parallel
    upstream modes

OBS-URL: https://build.opensuse.org/request/show/1242197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=76
2025-02-03 00:02:40 +00:00
8cae40ba52 Accepting request 1230950 from home:VaiTon:branches:devel:languages:go
- Update to version 0.73.4:
  * Improved resource consumption
- Update to version 0.73.3:
  * Fixed cache related log messages
  * Updated golibs dependency

OBS-URL: https://build.opensuse.org/request/show/1230950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=74
2024-12-14 05:44:23 +00:00
5c795f2351 Accepting request 1208517 from home:VaiTon:branches:devel:languages:go
- Update to version 0.73.2:

OBS-URL: https://build.opensuse.org/request/show/1208517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=72
2024-10-16 23:14:54 +00:00
b7c2882696 Accepting request 1196363 from home:VaiTon:branches:devel:languages:go
- Update to version 0.73.1:
  * Fixed the hosts-file-enabled field of the YAML configuration 
    could not be parsed
- Update to version 0.73.0:
  * Added the --hosts-file-enabled and the --hosts-files options, 
    which control the preliminary resolving A, AAAA and PTR 
    requests from hosts (5) files before using the upstream servers

- Update to version 0.72.3:
  * Updated golibs dependency

OBS-URL: https://build.opensuse.org/request/show/1196363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=70
2024-08-27 22:42:51 +00:00
5a6b3a965d Accepting request 1190820 from home:VaiTon:branches:devel:languages:go
- Update to version 0.72.2:
  * General memory performance improvements
  
- Update to version 0.72.1:
  * Race conditions on message ID in DNS-over-HTTPS and 
    DNS-over-QUIC upstream implementations

OBS-URL: https://build.opensuse.org/request/show/1190820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=68
2024-07-31 22:04:45 +00:00
4a5ce074f1 Accepting request 1186031 from home:VaiTon:branches:devel:languages:go
- Update to version 0.72.0:
  * Package API changes

OBS-URL: https://build.opensuse.org/request/show/1186031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=66
2024-07-07 19:47:34 +00:00
2dc4c4f8a6 Accepting request 1178187 from home:VaiTon:branches:devel:languages:go
- Update to version 0.71.2:
  * The quic-go dependency has been updated to v0.44.0.

OBS-URL: https://build.opensuse.org/request/show/1178187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=64
2024-06-02 22:48:22 +00:00
2e47ce33f1 Accepting request 1171935 from home:VaiTon:branches:devel:languages:go
- Update to version 0.71.1:
  * Ignored wildcard specifications for top-level domains

OBS-URL: https://build.opensuse.org/request/show/1171935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=62
2024-05-04 23:46:09 +00:00
7a621d388c Accepting request 1170309 from home:VaiTon:branches:devel:languages:go
Update to version 0.71.0:

OBS-URL: https://build.opensuse.org/request/show/1170309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=60
2024-04-26 16:00:57 +00:00
db81144139 Accepting request 1169531 from home:VaiTon:branches:devel:languages:go
- Declare go >= 1.22 in .spec, following upstream go.mod file

OBS-URL: https://build.opensuse.org/request/show/1169531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=58
2024-04-21 16:37:25 +00:00
1065898d4e Accepting request 1169189 from home:jfkw:branches:devel:languages:go
- Update to version 0.70.0:
  * SOA and NS requests containing ARPA domains implying private IP
    addresses are now treated as private requests, as was
    previously the case only for PTR requests.

OBS-URL: https://build.opensuse.org/request/show/1169189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=57
2024-04-19 13:03:12 +00:00
3786d69215 Accepting request 1169085 from home:VaiTon:branches:devel:languages:go
- Update to version 0.70.0:
  * SOA and NS requests containing ARPA domains implying private
  IP addresses are now treated as private requests, as was previously
  the case only for PTR requests.

OBS-URL: https://build.opensuse.org/request/show/1169085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=56
2024-04-19 12:59:17 +00:00
6161884ab3 Accepting request 1167894 from home:VaiTon:branches:devel:languages:go
- Update to version 0.69.2:
  * API changes: Error-prone proxy.BeforeRequestError
- Update to version 0.69.1:
  * Validations in proxy.New performed with the default values, not the ones from configuration.
- Update to version 0.69.0:
  * The quic-go dependency has been updated to v0.42.0.i
  * Unspecified IP addresses no more checked when using proxy.UModeFastestAddr
  * API changes

- Update to version 0.68.0:
  * PTR requests for domains containing DNS64 prefixes are now
    answered with NXDOMAIN if proxy.Config.UseDNS64 is set to 
    true, but proxy.Config.UsePrivateRDNS is not.
  * Fallback servers aren't used for the aforementioned requests,
    as well as for all private RDNS requests.
  * All the private RDNS requests coming from external 
    (non-private) client are now answered with NXDOMAIN 
    before proxy.RequestHandler.
- Update to version 0.67.0
  * No relevant changes

OBS-URL: https://build.opensuse.org/request/show/1167894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=55
2024-04-16 02:54:52 +00:00
1a72674339 Accepting request 1164159 from home:VaiTon:branches:devel:languages:go
- Update to version 0.66.1:
  * DNS64-mapped PTR requests now checked for possible resolving recursion.
  
- Update to version 0.66.0:
  * API Changes

OBS-URL: https://build.opensuse.org/request/show/1164159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=53
2024-04-02 16:50:56 +00:00
b7ad20bd82 Accepting request 1145320 from home:VaiTon:branches:devel:languages:go
- Update to version 0.65.0:
  * Pull request 321: all: upd go, deps

OBS-URL: https://build.opensuse.org/request/show/1145320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=51
2024-02-09 04:42:57 +00:00
76eb5b3ab5 Accepting request 1143050 from home:VaiTon:branches:devel:languages:go
- Update to version 0.64.1:
  * Pull request 317: 379 fix ipv6 upstream
- Update to version 0.64.0
  * Pull request 307: AG-28327-upstream-config-parser

OBS-URL: https://build.opensuse.org/request/show/1143050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=49
2024-01-31 16:52:02 +00:00
10803837fb Accepting request 1141074 from home:VaiTon:branches:devel:languages:go
- Update to version 0.63.1:
  * Pull request 315: 373 fix goroutines leak

OBS-URL: https://build.opensuse.org/request/show/1141074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=47
2024-01-24 11:31:46 +00:00
1bb56c7348 Accepting request 1139608 from home:jfkw:branches:devel:languages:go
- Update to version 0.63.0:
  * Pull request: AG-28961-upd-golibs

OBS-URL: https://build.opensuse.org/request/show/1139608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=45
2024-01-18 03:18:13 +00:00
21a650dfdd Accepting request 1138879 from home:VaiTon:branches:devel:languages:go
- Update to version 0.62.0:
  * Pull request 314: 6321 boot ttl vol.2
  * Pull request 312: 6321 boot ttl vol.1

OBS-URL: https://build.opensuse.org/request/show/1138879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=43
2024-01-15 14:43:42 +00:00
317840b47e Accepting request 1136210 from home:jfkw:branches:devel:languages:go
- Update to version 0.61.1:
  * Pull request 311: 6574 timeout log level

OBS-URL: https://build.opensuse.org/request/show/1136210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=41
2024-01-02 14:51:20 +00:00
9854151ef7 Accepting request 1133919 from home:VaiTon:branches:devel:languages:go
- Update to version 0.61.0:
  * Pull request 309: 6480 imp load balance
  * Pull request: all: upd golibs

OBS-URL: https://build.opensuse.org/request/show/1133919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=39
2023-12-19 06:30:17 +00:00
598bd2b371 Accepting request 1132512 from home:VaiTon:branches:devel:languages:go
- Update to version 0.60.1:
  * Fixed: Incorrect handling of IPv4-in-IPv6 addresses when
    listening to an unspecified address.

OBS-URL: https://build.opensuse.org/request/show/1132512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=37
2023-12-11 20:24:34 +00:00
abafeb0a38 Accepting request 1132169 from home:VaiTon:branches:devel:languages:go
- Update to version 0.60.0:
  * Pull request 302: AG-27796 upd golibs
  * Pull request: imp code: net.IP to netip.Addr
  * Pull request 300: AG-27616-ratelimit-whitelist-netip-addr

OBS-URL: https://build.opensuse.org/request/show/1132169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=35
2023-12-08 23:43:30 +00:00
0fd1a0c731 Accepting request 1128750 from home:VaiTon:branches:devel:languages:go
- Update to version 0.59.1:
  * Pull request 301: 6438-fix-leak

OBS-URL: https://build.opensuse.org/request/show/1128750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=33
2023-11-25 19:14:24 +00:00
b44ede873c Accepting request 1127474 from home:jfkw:branches:devel:languages:go
Update to version 0.59.0. Revise recent changelog entries per Factory review comments.

OBS-URL: https://build.opensuse.org/request/show/1127474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=31
2023-11-18 21:22:48 +00:00
f625f78734 Accepting request 1127276 from home:VaiTon:branches:devel:languages:go
- Update to version 0.59.0:
  * Fixed
    ~ proxy: custom upstream cache
- Update to version 0.58.0
  * API
    ~ API changes
  * Added
    The upstream.StaticResolver, upstream.ConsequentResolver, and 
    upstream.ParallelResolver implementations of upstream.Resolver.
- Update to version 0.57.3
  * Fixed
    ~ IP version check for rate limiting.
- Update to version 0.57.1:
  * Fixed
    ~ The names of ratelimit-subnet-len-ipv4 and
      ratelimit-subnet-len-ipv6 fields in the YAML configuration
      file now reflect the names of the corresponding command-line
      options.
- Update to version 0.57.0:
  * Added:
    ~ CIDR-based ratelimiting configurable via
      RatelimitSubnetMaskIPv4 and RatelimitSubnetMaskIPv4 fields
      of proxy.Config, and the --ratelimit-subnet-len-ipv4 and
      --ratelimit-subnet-len-ipv6 command-line options.
    ~ The QueryDuration field of the proxy.DNSContext which
      contains the  duration of an actual exchange either with an
      upstream server,  or with the fallback one.
    ~ Basic Auth for DNS-over-HTTPS.
- Update to version 0.56.3:
  * Pull request 287: 4977-proxy-multiple-reserved-upstreams
- Update to version 0.56.2:
  * Fixed: quic-go has been updated to fix QUIC issues on FreeBSD.
    (Pull request 291)
  * Pull request 289: updated dependencies
  * Pull request 288: close bootstraps
- Update to version 0.56.1:
  * Fixed:
    Queries of DS type incorrectly routed to the exactly matched
    domain-specific upstream as opposed to RFC 4035 Section 2.4 
    recommendations.
- Update to version 0.56.0:
  * Updated quic-go@v0.37.4 dependency to quic-go@v0.38.1.
- Update to version 0.55.0:
  * Pull request 283: upd quic-go and golibs
  * Pull request 281: use hostsfile
  * Pull request 282: 350 fix dns64 validation
  * Pull request: AG-24891: lint code imp
  * Pull request: AG-24891: skel-scripts
  * Pull request 278: Log upstream error
  * Pull request 277: upd quic-go
- Revert Use make for building as specified in the upstream
  README.md. Go applications typically need only a few lines for
  their go build command. Keeping that listing in the .spec makes
  it easier for mainainers to review relevant changes and normalize
  to our build conventions. Makefiles for Go applications are often
  building docker images and other steps not relevant to distro
  packaging, or that may not work inside OBS e.g. network access.
- Update to version 0.54.0:
  * all: update quic-go with version compatible with go1.21
- Use make for building, as specified in the upstream README.md
- Update to version 0.53.1:
  * Pull request 276: Sort hotfix
  * Pull request 275: Upd Go
  * Fix review comments
  * Update Dockerfile: fix wrong path
  * Update Dockerfile: fix wrong path
  * Update Docker README.md
  * Update Dockerfile
  * Pull request 272: AG-24087-global-root-cas
  * Pull request 271: Fix 208
- Update to version 0.52.0:
  * Pull request 269: Retry request for stale H3 clients.
  * Pull request 268: AG-23887-upd-quic-go
  * all: imp header setting
  * add https-server-name option to usage output
  * change default Server header of HTTPS server to 'dnsproxy'
  * make Server header for DoH server configurable
  * Pull request 266: fix-golangci-lint
  * Pull request 265: upd-specs
- Update to version 0.51.0:
  * Pull request 264: AGDNS-1528 fallback ups conf
  * Pull request: 5285-doq-errors
  * Pull request 261: 333-opt-timeout
- Update to version 0.50.2:
  * Pull request 260: 5872-fix-dnscrypt-reset
  * Pull request 259: 5874-fix-fallback
  * Pull request 258: 5874-openwrt-setsockopt
- Allow ppc64 to compile by not using pie
- Remove %{go_nostrip} macro which is no longer recommended
- Drop Requires: golang-packaging. The original macros for file
  movements into GOPATH are obsolete with Go modules. Macro
  go_nostrip is no longer needed with current binutils and Go.
- Add BuildRequires: golang(API) >= 1.19 (min version per go.mod)
  This or metapackage BuildRequires: go are recommended to pull in
  the Go toolchain.
- Update to version 0.50.0:
  * Pull request 257: 331-upd-quic-go
  * Pull request 256: fix-poisoning
  * Pull request: proxy: fix edns cache
  * Pull request 254: depr-more-util
- Trim filler and time-sensitive wording
- Update to version 0.49.1:
  * Pull request 253: 324 refactor upstream
  * Pull request 252: AGDNS-1433-reuseport
  * Pull request 251: 324-refactor-bootstrap
  * Pull request 250: 4262-ipv6-pref
  * Pull request 249: 5631-lookup-panic
  * proxy: imp fmt
  * Prevent reading from a nil response in DNS64
  * Pull request 247: upd-all

OBS-URL: https://build.opensuse.org/request/show/1127276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=30
2023-11-17 14:19:19 +00:00
939d98c702 Accepting request 1125119 from home:VaiTon:branches:devel:languages:go
- Update to version 0.58.0
- Update to version 0.57.3
  * Fixed
    ~ IP version check for rate limiting.

OBS-URL: https://build.opensuse.org/request/show/1125119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=29
2023-11-10 21:44:56 +00:00
c6a6ce0266 Accepting request 1123981 from home:VaiTon:branches:devel:languages:go
- Update to version 0.57.1:
  * Fixed
    ~ The names of ratelimit-subnet-len-ipv4 and
      ratelimit-subnet-len-ipv6 fields in the YAML configuration
      file now reflect the names of the corresponding command-line
      options.
- Update to version 0.57.0:
  * Added:
    ~ CIDR-based ratelimiting configurable via
      RatelimitSubnetMaskIPv4 and RatelimitSubnetMaskIPv4 fields
      of proxy.Config, and the --ratelimit-subnet-len-ipv4 and
      --ratelimit-subnet-len-ipv6 command-line options.
    ~ The QueryDuration field of the proxy.DNSContext which
      contains the  duration of an actual exchange either with an
      upstream server,  or with the fallback one.
    ~ Basic Auth for DNS-over-HTTPS.

  * Fixed: quic-go has been updated to fix QUIC issues on FreeBSD.
    (Pull request 291)

OBS-URL: https://build.opensuse.org/request/show/1123981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=28
2023-11-07 23:51:39 +00:00
ec266a779e Accepting request 1119705 from home:VaiTon:branches:devel:languages:go
- Update to version 0.56.3:
  * Pull request 287: 4977-proxy-multiple-reserved-upstreams

OBS-URL: https://build.opensuse.org/request/show/1119705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=26
2023-10-23 16:45:54 +00:00
b15b7a09b1 Accepting request 1118628 from home:VaiTon:branches:devel:languages:go
- Update to version 0.56.2:
  * Fixed: quic-go has been updated to fix QUIC issues on FreeBSD. (Pull request 291)
  * Pull request 289: updated dependencies
  * Pull request 288: close bootstraps

OBS-URL: https://build.opensuse.org/request/show/1118628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=24
2023-10-18 18:44:27 +00:00
af0fae2da5 Accepting request 1117814 from home:VaiTon:branches:devel:languages:go
- Update to version 0.56.1
- Update to version 0.56.0

OBS-URL: https://build.opensuse.org/request/show/1117814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=22
2023-10-14 21:54:57 +00:00
67a875114f Accepting request 1112876 from home:VaiTon:branches:devel:languages:go
- Update to version 0.55.0:
  * Pull request 283: upd quic-go and golibs
  * Pull request 281: use hostsfile
  * Pull request 282: 350 fix dns64 validation
  * Pull request: AG-24891: lint code imp
  * Pull request: AG-24891: skel-scripts
  * Pull request 278: Log upstream error
  * Pull request 277: upd quic-go

OBS-URL: https://build.opensuse.org/request/show/1112876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=20
2023-09-27 03:42:09 +00:00
29a7f641d6 Accepting request 1104486 from home:jfkw:branches:devel:languages:go
- Revert Use make for building as specified in the upstream
  README.md. Go applications typically need only a few lines for
  their go build command. Keeping that listing in the .spec makes
  it easier for mainainers to review relevant changes and normalize
  to our build conventions. Makefiles for Go applications are often
  building docker images and other steps not relevant to distro
  packaging, or that may not work inside OBS e.g. network access.

OBS-URL: https://build.opensuse.org/request/show/1104486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=18
2023-08-17 22:23:24 +00:00
f57f58f699 Accepting request 1104484 from home:jfkw:branches:devel:languages:go
Fix changelog formatting for missing separator.

OBS-URL: https://build.opensuse.org/request/show/1104484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=17
2023-08-17 21:58:35 +00:00
7bf9f9b3e7 Accepting request 1104481 from home:VaiTon:branches:devel:languages:go
- Update to version 0.54.0:
  * all: upd quic-go
  
  Note: before this version quic-go did not support go1.21
- Use make for building, as specified in the upstream README.md

OBS-URL: https://build.opensuse.org/request/show/1104481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=16
2023-08-17 21:34:28 +00:00
414f2a5e6b Accepting request 1103169 from home:VaiTon:branches:devel:languages:go
- Update to version 0.53.1:
  * Pull request 276: Sort hotfix
  * Pull request 275: Upd Go
  * Fix review comments
  * Update Dockerfile: fix wrong path
  * Update Dockerfile: fix wrong path
  * Update Docker README.md
  * Update Dockerfile
  * Pull request 272: AG-24087-global-root-cas
  * Pull request 271: Fix 208

OBS-URL: https://build.opensuse.org/request/show/1103169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=14
2023-08-09 16:06:30 +00:00
167a063e14 Accepting request 1099324 from home:VaiTon:branches:devel:languages:go
- Update to version 0.52.0:
  * Pull request 269: Retry request for stale H3 clients.
  * Pull request 268: AG-23887-upd-quic-go
  * all: imp header setting
  * add https-server-name option to usage output
  * change default Server header of HTTPS server to 'dnsproxy'
  * make Server header for DoH server configurable
  * Pull request 266: fix-golangci-lint
  * Pull request 265: upd-specs

OBS-URL: https://build.opensuse.org/request/show/1099324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=12
2023-07-18 18:29:18 +00:00
32e4c701dd Accepting request 1098450 from home:jfkw:branches:home:VaiTon:branches:devel:languages:go
- Update to version 0.51.0:
  * Pull request 264: AGDNS-1528 fallback ups conf
  * Pull request: 5285-doq-errors
  * Pull request 261: 333-opt-timeout
- Allow ppc64 to compile by not using pie
- Remove %{go_nostrip} macro which is no longer recommended
- Drop Requires: golang-packaging. The original macros for file
  movements into GOPATH are obsolete with Go modules. Macro
  go_nostrip is no longer needed with current binutils and Go.
- Add BuildRequires: golang(API) >= 1.19 (min version per go.mod)
  This or metapackage BuildRequires: go are recommended to pull in
  the Go toolchain.

OBS-URL: https://build.opensuse.org/request/show/1098450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=10
2023-07-13 05:33:42 +00:00
0ed399fc0c Accepting request 1093508 from home:VaiTon:branches:devel:languages:go
- Allow ppc64 to compile by not using pie
- Removed %{go_nostrip} macro as it is not recommended (https://en.opensuse.org/openSUSE:Packaging_Go#%go_nostrip)
- Added versions to changelog

OBS-URL: https://build.opensuse.org/request/show/1093508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=9
2023-06-18 04:25:38 +00:00
6422a786b3 Accepting request 1093386 from home:VaiTon:branches:devel:languages:go
- Update to version 0.50.2:
  * Pull request 260: 5872-fix-dnscrypt-reset
  * Pull request 259: 5874-fix-fallback
  * Pull request 258: 5874-openwrt-setsockopt

- Use zstd for vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1093386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=7
2023-06-16 00:57:14 +00:00
279f4e5718 Accepting request 1091165 from home:VaiTon:branches:devel:languages:go
- Update to version 0.50.0:
  * Pull request 257: 331-upd-quic-go
  * Pull request 256: fix-poisoning
  * Pull request: proxy: fix edns cache
  * Pull request 254: depr-more-util

OBS-URL: https://build.opensuse.org/request/show/1091165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=5
2023-06-06 23:32:06 +00:00
815854e406 Accepting request 1087715 from home:jengelh:branches:devel:languages:go
The moment someone invents a new DNS protocol/transport
your description is out of date. Let's better fix that before it happens.

OBS-URL: https://build.opensuse.org/request/show/1087715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=3
2023-05-17 22:33:53 +00:00
3be45a7c9e Accepting request 1087249 from home:VaiTon
It's one of the most straightforward way to use DoH

OBS-URL: https://build.opensuse.org/request/show/1087249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/dnsproxy?expand=0&rev=1
2023-05-17 11:32:53 +00:00