[Bug 1927877] Re: DoH support is disabled

2022-04-20 Thread Bug Watch Updater
** Changed in: unbound (Debian)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2022-04-19 Thread Bug Watch Updater
** Changed in: unbound (Debian)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2022-04-18 Thread Bug Watch Updater
** Changed in: unbound (Debian)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-07-02 Thread Launchpad Bug Tracker
This bug was fixed in the package unbound - 1.13.1-1ubuntu1

---
unbound (1.13.1-1ubuntu1) impish; urgency=medium

  * Enable DNS-over-HTTPS support (LP: #1927877)
- d/control: add Build-Depends on libnghttp2-dev
- d/rules: compile with libnghttp2

 -- Athos Ribeiro   Thu, 01 Jul 2021
11:16:26 -0300

** Changed in: unbound (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-07-01 Thread Athos Ribeiro
The patch proposed at

https://code.launchpad.net/~athos-
ribeiro/ubuntu/+source/unbound/+git/unbound/+merge/405055

Enables DoH for unbound.

The change can be tested using the upstream test "dohclient". One
possible way of reproducing the bug and verifying the changes follows:

Create the tsting binary:

$ git ubuntu clone unbound
$ cd unbound
$ ./configure --with-libnghttp2
$ make dohclient

Install unbound:

# apt-get install unbound

Configure unbound by appending the following to
/etc/unbound/unbound.conf:

server:
interface: 127.0.0.1@443
tls-service-key: "/etc/unbound/unbound_server.key"
tls-service-pem: "/etc/unbound/unbound_server.pem"
https-port: 443

Restart unbound
$ systemctl restart unbound

test DoH support:
$ ./dohclient -s 127.0.0.1 nlnetlabs.nl  IN

Which outputs:
> nghttp2 session mem_recv failed

Finally, install the fixed package, as proposed in the linked MP, restart 
unbound, and verify DoH support again:
$ ./dohclient -s 127.0.0.1 nlnetlabs.nl  IN

Which outputs a proper response, including
> :status 200

which should confirm the fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-06-23 Thread Sergio Durigan Junior
Thank you for your interest in this feature, Dominic.

There is still some time before Ubuntu's Feature Freeze, but I think we
can consider including this feature in the Ubuntu unbound because of the
radio silence from the Debian side (which is completely understandable,
because Debian is currently in freeze).

Someone from the Ubuntu Server team will start working on this in the
next days.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-06-21 Thread Dominic
The Debian MR has still not been actioned. Can we now consider enabling
DoH support in Ubuntu's Unbound package?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-13 Thread Paride Legovini
For reference, the Debian MR is:

https://salsa.debian.org/dns-team/unbound/-/merge_requests/14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-12 Thread Dominic
I would support this, DNS-over-HTTPS is increasing in usage and its
omission is frustrating. I had to compile from source on Hirsute to
enable it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-12 Thread Athos Ribeiro
In case the MR is not addressed when we approach our feature freeze, we
could consider including it as a delta to enable  DNS-over-HTTPS support
in unbound.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-11 Thread Utkarsh Gupta
Hi Dominic,

I've pinged Robert Edmonds on the MR. Let's see if that works. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-10 Thread Bug Watch Updater
** Changed in: unbound (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-10 Thread Dominic
Thanks, I mostly copied the bug report from the Debian package. Is there
someone here that can nudge the package managers at Debian?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927877] Re: DoH support is disabled

2021-05-10 Thread Paride Legovini
Hello Dominic and thanks for this bug report. I agree it would make
sense to add DoH support in the current Ubuntu development release
(Impish), however I think the required change should ideally be made in
Debian (rationale: avoid adding a delta to a sync and we're early in the
devel cycle). Ubuntu will then inherit DoH support with the next package
sync.

There's an active Debian bug about this: [1]. I'll link it to this
Ubuntu bug to make it easy to follow progress.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973793

** Bug watch added: Debian Bug tracker #973793
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973793

** Also affects: unbound (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973793
   Importance: Unknown
   Status: Unknown

** Changed in: unbound (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927877

Title:
  DoH support is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs