@FireFart Thanks for the info.
> After we agree on a final version we might move it to the wpscan repo and move v2 to a seperate branch, but this will not happen in the near future.
That's what I wanted to hear. I'm basically asking from a downstream packaging perspective, and as long as there's no v3 stable I'll keep package v2.x.
@FireFart Thanks! By the way, a slightly related question: will wpscanteam/wpscan-v3 be brought into this repo when it's release time, or will it always be a separate repo?
libpng 1.6.30
=============
Switching to URLs currently listed on the home page
<https://web.archive.org/web/20170707222014/http://www.libpng.org/pub/png/libpng.html>.
doxygen: add mirror
===================
The cert on *.stack.nl just expired. I have emailed the maintainer directly.
<img width="482" alt="screen shot 2017-07-07 at 5 09 58 pm" src="https://user-images.githubusercontent.com/4149852/27977080-36ef2d4c-6337-11e7-881c-f6bb2913e0dd.png">
Meanwhile, I'm adding a mirror from Debian.
https://pypi.python.org/pypi/googler is https://github.com/tfmt/googler. It has absolutely nothing to do with us. To install our googler, see https://github.com/jarun/googler#installation.
git-cinnabar 0.4.0, 0.5.0b1 (devel) (new formula)
=================================================
- [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>`)?
-----
git-cinnabar is another git-remote-hg (i.e., an external hg bridge for git), and almost the only one that's still actively maintained.
There's a 0.5.0b2, but it seems to be [buggy](https://github.com/glandium/git-cinnabar/issues/131), so I'm packaging 0.5.0b1 as devel for now.
🔴
Regression in e1d966b: cannot clone
===================================
- OS: macOS 10.12.5
- Python: 2.7.13
- git: 2.13.2
- hg: 4.2.2
- `git-cinnabar-helper` built from source
Traceback of a failed git-clone:
```python-traceback
$ git clone hg::https://www.mercurial-scm.org/repo/hello
Cloning into 'hello'...
Reading 2 changesets
Reading 2 manifests
Reading and importing 2 files
Importing 2 manifests
Importing 2 changesets
Traceback (most recent call last):
File "/tmp/git-cinnabar/git-remote-hg", line 46, in <module>
run(main)
File "/private/tmp/git-cinnabar/cinnabar/util.py", line 517, in run
retcode = func(sys.argv[1:])
File "/tmp/git-cinnabar/git-remote-hg", line 40, in main
helper.run()
File "/private/tmp/git-cinnabar/cinnabar/remote_helper.py", line 88, in run
func(*args)
File "/private/tmp/git-cinnabar/cinnabar/remote_helper.py", line 337, in import_
self._store.close()
File "/private/tmp/git-cinnabar/cinnabar/githg.py", line 1272, in close
commit.filemodify(sha1, target, 'commit')
File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File "/private/tmp/git-cinnabar/cinnabar/git.py", line 408, in commit
helper.sha1 = self.get_mark(1)
File "/private/tmp/git-cinnabar/cinnabar/git.py", line 351, in get_mark
assert lf == '\n'
AssertionError
fatal: Could not read ref refs/cinnabar/refs/heads/branches/default/tip
```
I did not look into the code, but a quick git-bisect shows that the regression is in e1d966bd8ca61cf6bee799545bfa3495a43c7ffb.
Document Homebrew package in README
===================================
[Homebrew](https://brew.sh/) is arguably the most popular package manager for macOS.