Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
annotate uwsginl-plugin-lang-pypy3/pkg-descr @ 86:419d764a16b8
plugins/logsocket: always initialize ul->count.
Otherwise in case there's no ul->data we segfault.
Fix #2010
commit d642e635b3d558ce91e80442c74f4d16b9d81146
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jun 2020 23:23:47 +0200 |
| parents | 278470dc420d |
| children | 0ce5411a47ef |
| rev | line source |
|---|---|
|
77
278470dc420d
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 PyPy3 language plugin for uwsginl. |
|
278470dc420d
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 Dynymically Links to the default PyPy version on the system by default. |
|
278470dc420d
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 Use --pypy-lib to link to libpypy3-c.so. |
|
278470dc420d
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
278470dc420d
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 WWW: https://projects.unbit.it/uwsgi/ |
