Package Release Info

dnsproxy-0.73.2-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

dnsproxy

Change Logs

* Wed Oct 16 2024 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.73.2:
  * Get rid of github.com/jessevdk/go-flags dependency
* Tue Aug 27 2024 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Thu Aug 15 2024 eyadlorenzo@gmail.com
- Update to version 0.72.3:
  * Updated golibs dependency
* Wed Jul 31 2024 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Sun Jul 07 2024 eyadlorenzo@gmail.com
- Update to version 0.72.0:
  * Package API changes
* Sun Jun 02 2024 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.71.2:
  * The quic-go dependency has been updated to v0.44.0.
* Sat May 04 2024 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.71.1:
  * Ignored wildcard specifications for top-level domains
* Fri Apr 26 2024 Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.71.0:
  * The quic-go dependency has been updated due to issues with
    QUIC and HTTP/3 upstreams on older Linux kernel versions.
  * Domain specifications for top-level domains now considered when
    routing the requests for unqualified names.
* Sun Apr 21 2024 Eyad Issa <eyadlorenzo@gmail.com>
- Declare go >= 1.22 in .spec, following upstream go.mod file
* Fri Apr 19 2024 Eyad Issa <eyadlorenzo@gmail.com>
- 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.
Version: 0.55.0-bp156.1.11
* Thu Sep 21 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Thu Aug 17 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
- 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.
* Thu Aug 17 2023 eyadlorenzo@gmail.com
- 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
* Wed Aug 09 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Tue Jul 18 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Mon Jul 03 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Thu Jun 15 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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.
* Tue Jun 06 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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
* Wed May 17 2023 Jan Engelhardt <jengelh@inai.de>
- Trim filler and time-sensitive wording
* Mon May 15 2023 Eyad Issa <eyadlorenzo@gmail.com>
- 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