FS#55195 - [curl] 7.55.1 broke GNOME System Tray(Now Shows Question Mark on Wifi icon)

Attached to Project: Arch Linux
Opened by Simon Solinas (ksolsim) - Friday, 18 August 2017, 16:57 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 18 August 2017, 21:53 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 7
Private No

Details

Description:
After ugrading pakage from version 7.54.x to 7.55.x GNOME-shell System Tray Shows Question Mark on Wifi Icon.

If I give the command:
[root@arch cylon-gnome]#nmcli general
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected limited enabled enabled enabled enabled

connectivity is 'limited' but connection works fine.

If I downgrade curl to previous version (curl-7.54.1-2), I get:
[root@arch cylon-gnome]#nmcli general
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled enabled enabled

Additional info:
* package version: curl-7.54

Steps to reproduce:
Install package curl curl-7.55.x
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 18 August 2017, 21:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  curl 7.55.1-2
Comment by loqs (loqs) - Friday, 18 August 2017, 17:25 GMT Comment by bzsurr (bzsurr) - Friday, 18 August 2017, 21:37 GMT
The output of '$ curl -v http://www.archlinux.org/check_network_status.txt'; does not change when updating to curl-7.55.x (despite of the version in the User-Agent field)

* Trying 2a01:4f8:172:1d86::1...
* TCP_NODELAY set
* Connected to www.archlinux.org (2a01:4f8:172:1d86::1) port 80 (#0)
> GET /check_network_status.txt HTTP/1.1
> Host: www.archlinux.org
> User-Agent: curl/7.54.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.12.1
< Date: Fri, 18 Aug 2017 21:37:19 GMT
< Content-Type: text/plain
< Content-Length: 24
< Connection: keep-alive
< Cache-Control: max-age=0, must-revalidate
<
* Connection #0 to host www.archlinux.org left intact
NetworkManager is online
Comment by Doug Newgard (Scimmia) - Friday, 18 August 2017, 21:41 GMT
Fixed in curl 7.55.1-2?
Comment by bzsurr (bzsurr) - Friday, 18 August 2017, 21:47 GMT
Using curl-7.55.1-2 from testing repository fixed the problem for me. Networkmanager reporting full connectivity.

Loading...