[MacPorts] #56076: wget @1.19.4_2 breaks Digest Authentication

MacPorts noreply at macports.org
Sat Mar 17 04:13:08 UTC 2018


#56076: wget @1.19.4_2 breaks Digest Authentication
---------------------+------------------------
  Reporter:  jak574  |      Owner:  ryandesign
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  wget    |
---------------------+------------------------

Comment (by jak574):

 I tried it with both +ssl and +gnutls and digest authentication doesn't
 work either way with the 1.19.4_2 portfile. Both versions error out with
 "Unknown authentication scheme".

 The git check-in I pointed to above specifically adds the following line
 to the configuration:

 {{{
 --disable-digest
 }}}

 Unsurprisingly, that disables digest authentication support. The old
 portfile didn't have that and digest worked. I modified the port file to
 change this line to

 {{{
 --enable-digest
 }}}

 it fixed the issue.

 So rather than making explicit what was already happening, I believe that
 the update to the port file is explicitly turning off features that would
 otherwise have been on by default.

 I've been using wget in a production system with MacPorts for about 10
 years in this configuration. The upgrade to 1.19.4_2 broke that system.

--
Ticket URL: <https://trac.macports.org/ticket/56076#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list