- 26 Apr, 2019 25 commits
-
-
koobs authored
-
philip authored
Safe and secure by default chat client CoyIM is a chat client that is safe and secure by default: no settings to change, no plugins to install, no computer configuration to change. WWW: https://coy.im PR: 237542 Submitted by: Santhosh Raju <santhosh.raju@gmail.com>
-
cmt authored
Announcement: https://mail.gnome.org/archives/shotwell-list/2019-April/msg00005.html
-
tz authored
The update of dns/knot2 broke dns/knot2-lib. Fixing the plist in order to unbreak it. PR: 237371 Reported by: antoine
-
philip authored
Add patch-bug1513605 to fix clock_get_time(CLOCK_MONOTONIC) build failures. This mirrors a similar change to www/firefox for a similar build failure. PR: 237580 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
-
dch authored
Reviewed by: matthew Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20024
-
amdmi3 authored
- Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
-
lme authored
Update to 2.6.3 MFH: 2019Q2
-
demon authored
-
amdmi3 authored
Approved by: portmgr blanket
-
antoine authored
With hat: portmgr
-
antoine authored
-
pi authored
- In CegoSelect::evalSelection, optimization provided in a way, that schema is not evaluated explizit anymore. Rather the previous analysed schema ( prepare method, _evalSchema ) is used. Since for dynamic field length, the resulting schema must be estiamated, this approach is ok. - Fix added in CegoFunction::getReturnTypeLen, evalFieldValue for expression values could fail, since FLA ist still not set up. For this case, now the cont value RETVAL_LEN is returned as an estimation. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-
ehaupt authored
-
gerald authored
-
koobs authored
txrequests ships a universal (py2,py3) wheel in PyPI, which means its Python 2/3 compatible and that the maintainer used `bdist_wheel --universal` when uploading the wheel to PyPI. buildbot (2.2.0), which is now Python 3.x only, depends on it for tests. txrequests tests (3/3 of them) pass under Python 3, and buildbots test utilising txrequests don't appear to fail. Enable Python 3.x builds accordingly.
-
koobs authored
Backport upstream pull request #4855 by Charlie Li <ml+freebsd vishwin info> PR: 237487 Submitted by: Maciej Pasternacki <maciej pasternacki. net> (v1) Submitted by: gahr (v2) Reported by: Simeon Simeonov <sgs pichove org> Obtained from: https://github.com/pyca/cryptography/pull/4855 Tested by: gahr (all USES=ssl versions), many
-
tobik authored
Changes: https://codemadness.org/git/stagit/log.html
-
tobik authored
Changes: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc5
-
tobik authored
- Add stdsimd patches from D19940 to attempt to unbreak powerpc64, armv{6,7} [1] Changes: https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html PR: 237507 [1] Submitted by: mikael.urankar@gmail.com [1] Reviewed by: jbeich [1] Tested by: pkubaj (stdsimd patches with 1.34.0 on powerpc64) [1] With hat: rust Differential Revision: https://reviews.freebsd.org/D19940 [1]
-
swills authored
-
cy authored
-
cy authored
-
cy authored
-
- 25 Apr, 2019 15 commits
-
-
kai authored
Changelog: Enhancements: Templates: * Return error on invalid input * Make Pages etc. work with the in func * Make Pages etc. work in uniq Core: * Add some OutputFormats.Get tests * Add some integration tests for in/uniq using Pages Other: * Regenerate docs helper * Replace IsDraft with Draft in list command Fixes: * Fix links for non-HTML output formats * Fix menu URL when multiple permalinkable output formats https://github.com/gohugoio/hugo/releases/tag/v0.55.3 PR: 237446 Submitted by: Ben Lavery <ben.lavery@hashbang0.com> (maintainer) Approved by: mentors (implicit)
-
danilo authored
-
swills authored
This allows use of mlock() when vault is started via rc script. Submitted by: dch Reviewed by: jrm Differential Revision: https://reviews.freebsd.org/D20025
-
bsam authored
PR: 237476 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
-
kai authored
Changelog: * Fixed a regression in FilterView introduced in 2.0. An empty QuerySet was incorrectly used whenever the FilterSet was unbound (i.e. when there were no GET parameters). The correct, pre-2.0 behaviour is now restored. * A workaround was to set strict=False on the FilterSet. This is no longer necessary, so one may restore strict behaviour as desired. * Added IsoDateTimeFromToRangeFilter. Allows From-To filtering using ISO-8601 formatted dates. https://github.com/carltongibson/django-filter/releases/tag/2.1.0 Approved by: mentors (implicit)
-
mfechner authored
For more details please see here: https://about.gitlab.com/2019/04/24/gitlab-11-10-1-released/
-
mfechner authored
-
mfechner authored
-
kai authored
* Remove optional dependencies that are not required for runtime. * Limit the port to Python 3.4 or later because the support for Python 2 was dropped with the 2.0.0 release. Notable changes since 1.1.0: * Fixed a regression in FilterView introduced in 2.0. An empty QuerySet was incorrectly used whenever the FilterSet was unbound (i.e. when there were no GET parameters). The correct, pre-2.0 behaviour is now restored. * Drop Python 2, Django < 1.11 support * Added Django 2.0 support * Many other bugfixes, for a full changelog see: https://github.com/carltongibson/django-filter/blob/2.1.0/CHANGES.rst Approved by: mentors (implicit)
-
kai authored
Changes since 2.0.3: * Add optional 'table' kwarg to row_attrs callables. * Fixed issue with wrong time format for TimeColumn. * The "ValueError" raised if the QuerySet passed to a table instance did not match the value declared in Meta.model is now turned into a warning. * Make sure the templates do not raise errors when thead/tfoot attributes are not defined. https://github.com/jieter/django-tables2/blob/v2.0.6/CHANGELOG.md Approved by: mentors (implicit)
-
kai authored
Notable changes since 1.21.2: * Fixed issue with wrong time format for TimeColumn. * Improvements in packaging and publishing helper scripts reducing the package size considerably. * Appearance of the paginators might be different from the current 1.x templates. * Removed the template argument to the table constructor, use template_name instead. * Stopped adding column names to the class attribute of table cells (<td> tags) by default. * "verbose_names" derived from model fields are not passed through "title()" anymore, only the first character is converted to upper case. This follows Django's convention for verbose field names: "The convention is not to capitalize the first letter of the verbose_name. Django will automatically capitalize the first letter where it needs to." * Many other bugfixes, for a full changelog see here: https://github.com/jieter/django-tables2/blob/v2.0.6/CHANGELOG.md Approved by: mentors (implicit)
-
antoine authored
PR: 236141
-
crees authored
I've had to bump revision for several slaves here, but most will not be rebuilt, except the -client slaves. Apologies for anyone having to rebuild -clients unnecessarily, but it's not a heavy task- better safe than sorry. PR: ports/236156 Reported by: Andrew Dunstan (PostgreSQL), koobs, Dmitri Goutnik
-
sunpoet authored
Extended support of Django 2.0 has expired on April 1, 2019. Reference: https://www.djangoproject.com/download/#supported-versions
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/Devel-Size
-