GNOME Bugzilla – Bug 690021
installer: Separate out drivers cache by arch
Last modified: 2016-03-31 14:02:42 UTC
See patch.
Created attachment 231230 [details] [review] installer: Separate out drivers cache by arch Use driver architecture string as part of driver filenames so that cache is separate for each architecture.
Created attachment 231367 [details] [review] downloader: Add checksum support to download() method If download() is provided a checksum, use it to verify: 1. The file is up2date if already downloaded. 2. integrity of file after downloading it.
Created attachment 231368 [details] [review] configure: Bump libosinfo dependency to >= 0.2.3
Created attachment 231369 [details] [review] installer: Make use of driver file checksums
gvfs-info http://zeenix.fedorapeople.org/drivers/win-tools/preinst/winxp/amd64/viostor.cat gives this in wireshark: HEAD /drivers/win-tools/preinst/winxp/amd64/viostor.cat HTTP/1.1 Host: zeenix.fedorapeople.org Accept-Encoding: gzip, deflate User-Agent: gvfs/1.14.2 Accept-Language: fr-fr, fr;q=0.9 Connection: Keep-Alive HTTP/1.1 200 OK Date: Fri, 14 Dec 2012 23:31:50 GMT Server: Apache/2.2.15 Last-Modified: Mon, 26 Nov 2012 21:55:29 GMT ETag: "1f3c-4cf6cfdddd5bf" Accept-Ranges: bytes Vary: Accept-Encoding,User-Agent Content-Encoding: gzip Content-Length: 4982 Connection: close Content-Type: text/plain; charset=UTF-8
wrong bug
Review of attachment 231230 [details] [review]: ack
Attachment 231230 [details] pushed as b38994b - installer: Separate out drivers cache by arch