GHC 2016-11-29

6 comments.

, https://git.io/v1KUY in Homebrew/homebrew-core
Also resolved: pyqt, imagesnap, libqglviewer.

, https://git.io/v1Kqe in Homebrew/homebrew-core
buku 2.7
========

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
- [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
- [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?

-----

- Respond to structural change in v2.7 (`buku` => `buku.py`);
- Refresh resources, including new deps `requests` and `urllib3`;
- Expand tests a little bit to test the new deps.

Updating resources is hell. I'll try to teach poet to read requirements.txt when I have time.

, https://git.io/v1KUO in Homebrew/homebrew-core
@ilovezfs I sent a bug report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25056. Never enjoy reporting this sort of logistics problems though.

, https://git.io/v1KU3 in Homebrew/homebrew-core
@ilovezfs The official download link (from announcement) is ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.1.90.tar.xz, and I don't think https://alpha.gnu.org/gnu/emacs/pretest/ ever worked. So: it's kinda stupid, but nothing was promised in the first place.

, https://git.io/v1KUs in Homebrew/homebrew-core
ffmpeg.org's cert from StartCom was issued before 10/21/2016, so it isn't affected by Mozilla or Google's plans.

, https://git.io/v1KUG in Homebrew/homebrew-core
What's the current HTTPS problem?

```
$ wget --spider https://ffmpeg.org/releases/ffmpeg-3.2.1.tar.bz2
Spider mode enabled. Check if remote file exists.
--2016-11-28 19:39:19--  https://ffmpeg.org/releases/ffmpeg-3.2.1.tar.bz2
Resolving ffmpeg.org (ffmpeg.org)... 79.124.17.100
Connecting to ffmpeg.org (ffmpeg.org)|79.124.17.100|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9613356 (9.2M) [application/x-bzip2]
Remote file exists.

$ curl -I https://ffmpeg.org/releases/ffmpeg-3.2.1.tar.bz2
HTTP/1.1 200 OK
Date: Tue, 29 Nov 2016 00:39:19 GMT
Server: Apache
X-Frame-Options: SAMEORIGIN
Last-Modified: Sat, 26 Nov 2016 03:08:40 GMT
ETag: "92b02c-5422b8e34fce6"
Accept-Ranges: bytes
Content-Length: 9613356
Content-Type: application/x-bzip2

```

Also, the mirror you added certainly won't have the same checksum.