78 Commits

Author SHA256 Message Date
cbd295b7b5 Accepting request 1242291 from 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 (forwarded request 1242290 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1242291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=33
2025-02-03 20:44:29 +00:00
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
4354a2cf21 Accepting request 1230995 from 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 (forwarded request 1230950 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1230995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=32
2024-12-16 18:09:39 +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
2397991a36 Accepting request 1208519 from devel:languages:go
- Update to version 0.73.2: (forwarded request 1208517 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1208519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=31
2024-10-17 16:39:26 +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
32871b888c Accepting request 1196364 from 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 (forwarded request 1196363 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1196364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=30
2024-08-28 19:30:15 +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
133ab6fbc2 Accepting request 1190826 from 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 (forwarded request 1190820 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1190826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=29
2024-08-01 20:04:41 +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
b3d52b7ab9 Accepting request 1186035 from devel:languages:go
- Update to version 0.72.0:
  * Package API changes (forwarded request 1186031 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1186035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=28
2024-07-08 17:08:23 +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
ba15ad17f7 Accepting request 1178200 from devel:languages:go
- Update to version 0.71.2:
  * The quic-go dependency has been updated to v0.44.0. (forwarded request 1178187 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1178200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=27
2024-06-03 15:44:13 +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
8ec071608a Accepting request 1171936 from devel:languages:go
- Update to version 0.71.1:
  * Ignored wildcard specifications for top-level domains (forwarded request 1171935 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1171936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=26
2024-05-05 10:11:05 +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
719888d312 Accepting request 1170310 from devel:languages:go
Update to version 0.71.0: (forwarded request 1170309 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1170310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=25
2024-04-28 19:48:48 +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
72701e42fe Accepting request 1169559 from devel:languages:go
- Declare go >= 1.22 in .spec, following upstream go.mod file (forwarded request 1169531 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1169559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=24
2024-04-23 16:55:29 +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
68a01bd571 Accepting request 1164182 from 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 (forwarded request 1164159 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1164182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=23
2024-04-03 15:20:06 +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
f151ddb445 Accepting request 1145323 from devel:languages:go
- Update to version 0.65.0:
  * Pull request 321: all: upd go, deps (forwarded request 1145320 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1145323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=22
2024-02-09 22:53:42 +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
17274e8c53 Accepting request 1143084 from 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 (forwarded request 1143050 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1143084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=21
2024-01-31 22:55:55 +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
a8a829865a Accepting request 1141229 from devel:languages:go
- Update to version 0.63.1:
  * Pull request 315: 373 fix goroutines leak (forwarded request 1141074 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1141229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=20
2024-01-25 17:40:56 +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
b57982bd2b Accepting request 1139609 from devel:languages:go
- Update to version 0.63.0:
  * Pull request: AG-28961-upd-golibs (forwarded request 1139608 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1139609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=19
2024-01-18 20:53:29 +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
11cab2c4b7 Accepting request 1138973 from 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 (forwarded request 1138879 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1138973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=18
2024-01-15 21:21:25 +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
a604d9da51 Accepting request 1136211 from devel:languages:go
- Update to version 0.61.1:
  * Pull request 311: 6574 timeout log level (forwarded request 1136210 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1136211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=17
2024-01-03 11:30:24 +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
2fb1cde718 Accepting request 1133950 from devel:languages:go
- Update to version 0.61.0:
  * Pull request 309: 6480 imp load balance
  * Pull request: all: upd golibs (forwarded request 1133919 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1133950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=16
2023-12-20 20:01:22 +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
72e36eb6e4 Accepting request 1132561 from devel:languages:go
- Update to version 0.60.1:
  * Fixed: Incorrect handling of IPv4-in-IPv6 addresses when
    listening to an unspecified address. (forwarded request 1132512 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1132561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=15
2023-12-12 18:32:01 +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
d3dcd34629 Accepting request 1132180 from 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 (forwarded request 1132169 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1132180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=14
2023-12-09 21:53:47 +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
965be132ea Accepting request 1128783 from devel:languages:go
- Update to version 0.59.1:
  * Pull request 301: 6438-fix-leak (forwarded request 1128750 from VaiTon)

OBS-URL: https://build.opensuse.org/request/show/1128783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=13
2023-11-26 18:37:26 +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
67c525b15e Accepting request 1127475 from devel:languages:go
Update to version 0.59.0. Revise recent changelog entries per Factory review comments. (forwarded request 1127474 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1127475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsproxy?expand=0&rev=12
2023-11-19 19:16:44 +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