| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Joomla 3.8.11 addresses several bugs and improvements, including:
Fix for the Missing "Select Type" field in the Extensions Manager #20881
Replace the URL parameter "limitstart=0" by "start=0" when SEF is enabled #19452
Remove non callable array items from field categories #20093
Articles - Category Module: New showon attribute for form fields #20950
Fix OpenSearch implementation #20937
Fix for tag filtering in Featured Articles view in administrator #21138
Fix for filtering Featured Articles by access level in administrator #21168
Media manager: relative paths for video files #21156
Com_menus: removal of useglobal attribute #21095
Multilingual Associations Component: fix associations in sidebyside view for contact and newsfeeds #21180
|
|
|
|
|
|
|
| |
PR: 230481
Submitted by: sa.inbox@gmail.com
Approved by: maintainer
Sponsored by: iXsystems Inc.
|
|
|
|
|
|
|
| |
PR: 230255
Submitted by: ndowens@yahoo.com
Approved by: maintainer
Sponsored by: iXsystems Inc.
|
|
|
|
|
|
| |
- Add x11/xclip as run dependency (x11/xsel does not work)
Changes: https://github.com/jarun/googler/releases/tag/v3.6
|
|
|
|
|
|
|
|
|
|
| |
- Update amount of free disk space required to build chromium
- Implement GPU access set up for FreeBSD [1]
- Remove the incorrect sugestion in pkg-message and remove the fix-hanging-tabs.sh script because the bug of hanging tabs has been fixed in r337328 improving the chromium stability. Thanks to markj@ [2]
PR: 230450 [1], 212812 [2]
Reported by: Oleh Hushchenkov <gor@clogic.com.ua>
MFH: 2018Q3
|
|
|
|
| |
Changes: https://github.com/heroku/kensa/commits/master
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-GZip
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CGI
|
|
|
|
|
|
|
|
| |
$ make test
[...]
=============================== warnings summary ===============================
<undetermined location>
pytest-capturelog plugin has been merged into the core, please remove it from your requirements.
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.14...2.14.15
|
|
|
|
| |
Changes: https://github.com/mps-youtube/pafy/releases/tag/v0.5.4
|
|
|
|
|
|
|
| |
PR: 230595
Submitted by: Piotr Kubaj
MFH: 2018Q3
Security: https://www.lighttpd.net/2018/8/13/1.4.50/
|
| |
|
|
|
|
| |
Suggested by: mat
|
|
|
|
|
|
| |
PR: 224192
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16672
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
matching the requirements.
This should make it easier to see gem updates that are breaking the gitlab-ce port.
Approved by: mentors (implicit)
|
| |
|
|
|
|
|
|
|
| |
Changelog: https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.32_(markt)
PR: 230546
Submitted by: VVD <vvd@unislabs.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from src/ttrss_api.cpp:1:
In file included from include/ttrss_api.h:4:
./3rd-party/json.hpp:1201:9: error: static_assert failed "could not find from_json() method in T's namespace"
static_assert(sizeof(BasicJsonType) == 0,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./3rd-party/json.hpp:1216:16: note: in instantiation of function template specialization 'nlohmann::detail::from_json_fn::call<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here
return call(j, val, priority_tag<1> {});
^
./3rd-party/json.hpp:9660:9: note: in instantiation of function template specialization 'nlohmann::detail::from_json_fn::operator()<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here
::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
^
./3rd-party/json.hpp:12181:36: note: in instantiation of function template specialization 'nlohmann::adl_serializer<std::__1::basic_string_view<char, std::__1::char_traits<char> >, void>::from_json<const nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer> &, std::__1::basic_string_view<char, std::__1::char_traits<char> > >' requested here
JSONSerializer<ValueType>::from_json(*this, ret);
^
./3rd-party/json.hpp:12443:16: note: in instantiation of function template specialization 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>::get<std::__1::basic_string_view<char, std::__1::char_traits<char> >, std::__1::basic_string_view<char, std::__1::char_traits<char> >, 0>' requested here
return get<ValueType>();
^
/usr/include/c++/v1/string:875:29: note: in instantiation of function template specialization 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>::operator basic_string_view<std::__1::basic_string_view<char, std::__1::char_traits<char> >, 0>' requested here
{__self_view __sv = __t; return assign(__sv);}
^
src/ttrss_api.cpp:69:7: note: in instantiation of function template specialization 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=<nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>, void>' requested here
sid = content["session_id"];
^
PR: 230631
Reported by: antoine (via exp-run)
Obtained from: upstream (json)
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from src/agent/Watchdog/WatchdogMain.cpp:68:
In file included from src/agent/Watchdog/Config.h:32:
In file included from src/agent/Core/Config.h:47:
In file included from src/agent/Core/AdminPanelConnector.h:43:
In file included from src/cxx_supportlib/WebSocketCommandReverseServer.h:29:
In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_no_tls_client.hpp:32:
In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/endpoint.hpp:32:
In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/connection.hpp:31:
In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/base.hpp:31:
In file included from src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/asio.hpp:65:
In file included from src/cxx_supportlib/vendor-modified/boost/asio.hpp:23:
In file included from src/cxx_supportlib/vendor-modified/boost/asio/basic_datagram_socket.hpp:20:
In file included from src/cxx_supportlib/vendor-modified/boost/asio/basic_socket.hpp:40:
In file included from src/cxx_supportlib/vendor-modified/boost/asio/detail/reactive_socket_service.hpp:22:
In file included from src/cxx_supportlib/vendor-modified/boost/asio/buffer.hpp:27:
In file included from src/cxx_supportlib/vendor-modified/boost/asio/detail/string_view.hpp:25:
/usr/include/c++/v1/experimental/string_view:11:2: error: "<experimental/string_view> has been removed. Use <string_view> instead."
PR: 230401
Reported by: antoine (via exp-run)
|
|
|
|
| |
https://helpx.adobe.com/security/products/flash-player/apsb18-25.html
|
|
|
|
|
| |
PR: 230335
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CGI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update URL in pkg-descr to avoid a redirection
- Add a patch and a post-extract-* target to fix a couple of Sphinx exceptions during the build
process:
1)
WARNING: autodoc: failed to import module u'webob.client'; the following exception was raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 658, in import_object
__import__(self.modname)
ImportError: No module named webob.client
2)
Exception occurred:
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
raise DistributionNotFound(req, requirers)
DistributionNotFound: The 'webob' distribution was not found and is required by the application
The full traceback has been saved in /tmp/sphinx-err-Kjn2DB.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
*** Error code 1
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html
|
|
|
|
| |
This is a Haml renderer backend for Mojolicious.
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.24.0
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Changes: https://github.com/python-visualization/folium/releases
|
|
|
|
| |
PR: 229982
|
|
|
|
|
|
| |
Changes: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
PR: 230545
Submitted by: <vvd@unislabs.com> (maintainer)
|
|
|
|
| |
Changes: https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md
|
| |
|
|
|
|
|
|
| |
PR: 230381
Approved by: douglas@douglasthrift.net (maintainer)
Relnotes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
|
| |
|
|
|
|
|
|
| |
PR: 230512
Submitted by: stb@lassitu.de (maintainer)
Security: bcf56a42-9df8-11e8-afb0-589cfc0f81b0
|
| |
|
|
|
|
| |
vulnerabilities in them
|
|
|
|
|
|
|
|
|
| |
a newer snapshot that supports this.
PR: 230532
Submitted by: rene
Approved by: maintainer (jpaetzel)
Sponsored by: Essen Hackathon
|
|
|
|
|
|
|
|
|
|
| |
Since this port depends on www/py-django-keyedcache which has been removed,
expire this port in one month.
PR: 230526
Submitted by: rene
Approved by: maintainer (ports@caomhin.org)
Sponsored by: Essen Hackathon
|
|
|
|
|
|
|
| |
PR: 230529
Submitted by: rene
Approved by: maintainer (jpaetzel)
Sponsored by: Essen Hackathon
|
|
|
|
|
|
|
| |
PR: 230525
Submitted by: rene
Approved by: maintainer (ports@caomhin.org)
Sponsored by: Essen Hackathon
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/npm/cli/releases
|
| |
|
|
|
|
|
|
|
| |
PR: 230522
Submitted by: rene
Approved by: maintainer (wg)
Sponsored by: Essen Hackathon
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
|
|
|
|
|
|
|
|
|
|
|
| |
While committing, the rc.d script got word wrapped and simply doesn't work
as intended when creating the log files directory if not already
present.
Reported by: Pierre Guinoiseau <pierre@guinoiseau.nz>
Approved by: jrm
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16550
|
|
|
|
|
|
|
|
|
| |
This release reverts the addition of stream classes (added in 7.83), which have
unfortunately resulted in many Mojolicious applications becoming unstable.
While there are no known exploits yet, we've chosen to err on the side of
cautiousness and will classify this as a security issue.
MFH: 2018Q3
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
|
| |
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
%%DATADIR%% is not being expanded in pkg-message, and it shows up like this:
--II--
Chromium has a known problem of hanging tabs. The workaround
for this problem is to mount ~/.cache/chromium as memory-fs.
In order to do this, before you run Chromium, please run the
following script as root once for each user who uses Chromium
(replace {user}/{group} with your user/group names):
# %%DATADIR%%/fix-hanging-tabs.sh {user} {group}
- Add DATADIR to SUB_LIST to correctly be replaced with its value and move pkg-message to FILESDIR.
- Bump PORTREVISION
Reported by: olgeni via mail
|
|
|
|
|
| |
PR: 228577
Submitted by: Waitman Gobble
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Changes: https://www.mozilla.org/firefox/61.0.2/releasenotes/
PR: 227850
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://chromium.googlesource.com/chromium/src/+log/67.0.3396.87..68.0.3440.84?pretty=fuller&n=10000
At the moment pkg-message says that in order to work around the hanging tabs problem the user may wish to run the following commands:
# [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium
# echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab
# mount ~{user}/.cache/chromium
Add fix-hanging-tabs.sh script to the DATADIR [1], which simplifies the process to just running
/usr/local/share/chromium/fix-hanging-tabs.sh $user $group
PR: 230264 [1]
Submitted by: 0mp [1]
MFH: 2018Q3
Security: http://vuxml.freebsd.org/freebsd/b9c525d9-9198-11e8-beba-080027ef1a23.html
|
|
|
|
|
| |
PR: 230372
Submitted by: farrokhi
|
|
|
|
|
| |
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592
|
|
|
|
|
|
|
| |
Changelog:
- https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/
- https://make.wordpress.org/core/tag/4-9-8/
- https://codex.wordpress.org/Version_4.9.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
py-idna was updated to 2.7 in ports r476560. py-requests had its idna dependency
pinned to <2.7.
That broke all py-requests dependents.
This change backports part of an upstream commit [1] that bumped the dependency.
Whisper of a dream: It would be really cool if *_DEPENDS could declare multiple
versions in its scheme. We'd pick up these issues much earlier, and be able to
declare dependencies more accurately.</pony>
[1] https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc
PR: 230430
Reported by: <Trond Endrestol ximalas info>
|
|
|
|
|
|
| |
Changelog:
https://github.com/Gandi/gandi.cli/blob/1.2/CHANGES.rst
|
|
|
|
|
|
| |
Changelog:
* fixed deprecated escape sequence
|
|
|
|
|
|
| |
Changelog:
https://github.com/tardyp/txrequests/blob/v0.9.6/CHANGES
|
|
|
|
| |
Changes: https://github.com/alberanid/imdbpy/blob/master/docs/Changelog.rst
|
|
|
|
|
| |
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Protocol-HTTP2
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/HTTP-Tiny
|
|
|
|
|
| |
PR: 230126
Submitted by: Derek Schrock
|
|
|
|
| |
Drop maintainership
|
| |
|
|
|
|
|
|
| |
the previous dependency update
Approved by: portmgr
|
| |
|
|
|
|
|
| |
PR: 229973
Submitted by: VVD <vvd@unislabs.com> (maintainer)
|
|
|
|
|
| |
PR: 229102
Submitted by: VVD <vvd@unislabs.com> (maintainer)
|
|
|
|
|
| |
Changes: https://github.com/SeleniumHQ/selenium/releases
https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
|
|
|
|
| |
Changes: https://redmine.org/projects/redmine/wiki/Changelog
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/nginx-devel from 5.3.3 to 5.3.4.
PR: 229392
<ChangeLog>
* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
combination with `PassengerBufferUploads off`. Closes GH-2102.
</ChangeLog>
|
| |
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixed dependency problem for security/doorkeeper.
The currently used doorkeeper43 version has a security vulnerability, this problem was reported upstream to gitlab here:
https://gitlab.com/gitlab-org/gitlab-ce/issues/49940
PR: 230306
Approved by: mentors (implicit)
|
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.12...2.14.14
MFH: 2018Q3 (bugfixes)
|
|
|
|
|
| |
PR: 230294
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
|
|
|
|
|
| |
PR: 230329
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
| |
|
|
|
|
|
| |
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/HTTP-Tiny
|
|
|
|
|
|
|
| |
dependencies' version.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16546
|
|
|
|
|
|
| |
2018-07-31 databases/rubygem-redis-namespace15: Obsoleted by update of www/gitlab-ce. Please use databases/rubygem-redis-namespace instead.
2018-08-01 security/py-python-social-auth: Upstream Deprecated
2018-08-01 www/py-django-social-auth: no support for new django
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2018-07-31 net/rubygem-gitaly-proto096: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 security/tripwire12: unfetchable
2018-07-31 security/rubygem-rbnacl4: Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead.
2018-07-31 www/rubygem-gon61: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead.
2018-07-31 databases/pgpool-II-33: Will be deprecated by upstream, please switch to newer pgpool versions
2018-07-31 devel/rubygem-grape-entity060: Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead.
2018-07-31 net/rubygem-gitaly-proto099: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 net/rubygem-gitaly-proto095: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 net/rubygem-omniauth-github11: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead.
2018-07-31 net/rubygem-asset_sync220: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead.
2018-07-31 www/rubygem-gollum-lib-gitlab: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead.
2018-08-01 www/py-django-threaded-multihost: Project development unmaintained
2018-08-01 www/py-django-keyedcache: Project development abandoned
2018-08-01 www/py-django-signals-ahoy: Project development unmaintained
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change log:
- Resources fetched via resources.Get and similar are now considered global
across languages. If you need, as an example, to create a CSS per language,
you need to set the path yourself.
- Add templates.Exists template function. This can be used to check if
a template, e.g. a partial, exists in the project or any of the themes
in use.
- Remove superflous loop
- Update Chroma
- Make resources fetched via resources.Get and similar language agnostic
- Improve SCSS project vs themes import resolution
- Improve _ prefix handling in SCSS imports
- Fix file paths for uncached transformed images
- Fix image cache eviction for sites with subdir in baseURL
PR: 230268
Submitted by: ben.lavery@hashbang0.com (maintainer)
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16545
|
|
|
|
| |
- Update CONFLICTS_INSTALL
|
| |
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.10...2.14.12
|
|
|
|
|
| |
fix a couple of issues.
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
<ChangeLog>
nginx modules:
*) Bugfix: making a subrequest from a Reply object caused
a segmentation fault.
*) Bugfix: getting the parent property of the main Request
object caused a segmentation fault.
Core:
*) Feature: added the pretty string representation for values.
*) Feature: correctly printing floating point numbers.
*) Feature: correctly parsing floating point numbers.
*) Feature: String.bytesFrom() method (decoding hex, base64,
base64url into a byte string).
*) Feature: String.padStart() and String.padEnd() methods.
*) Feature: added support of binary literals.
*) Improvement: added information about illegal token in number parsing.
*) Improvement: allowed uppercased O in octal literal values.
*) Improvement: added support for multiple arguments in console.log().
*) Bugfix: fixed applying call() to methods of external values.
*) Bugfix: fixed addition operator applied to an object.
*) Bugfix: fixed exception handling in njs_vm_value_to_ext_string().
*) Bugfix: fixed Number() with boolean, null and undefined arguments.
*) Bugfix: fixed error handling of setting non-numeric Array.length.
*) Bugfix: fixed autocompletion for global objects.
*) Bugfix: miscellaneous additional bugs have been fixed.
</ChangeLog>
|
|
|
|
|
|
|
|
|
|
|
| |
Grip (GitHub Readme Instant Preview) is a command-line server
application written in Python that uses the GitHub markdown API to
render a local readme file. The styles come directly from GitHub,
so you'll know exactly how it will appear. Changes you make to the
Readme will be instantly reflected in the browser without requiring
a page refresh.
WWW: https://github.com/joeyespo/grip
|
|
|
|
|
|
|
|
|
|
|
|
| |
Path-and-address resolves ambiguities for command-line interface
applications with the following pattern:
$ your_app [<path>] [<address>]
The library applies the principal of least surprise to command-line
interfaces.
WWW: https://github.com/joeyespo/path-and-address
|
|
|
|
|
|
| |
rubygem-gitlab_omniauth-ldap20
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
|
|
|
|
|
|
|
| |
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/master
Security: ca05d9da-ac1d-4113-8a05-ffe9cd0d6160
MFH: 2018Q3
|
|
|
|
|
| |
Changes: https://github.com/SeleniumHQ/selenium/releases
https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md
|
|
|
|
|
| |
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/master/rack-protection
|
|
|
|
|
| |
Changes: https://github.com/rtomayko/rack-cache/blob/master/CHANGES
https://github.com/rtomayko/rack-cache/commits/master
|
|
|
|
| |
Changes: https://github.com/kickstarter/rack-attack/releases
|
|
|
|
|
| |
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md
|
|
|
|
| |
Changes: https://github.com/jekyll/jekyll/releases
|
|
|
|
| |
Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
|
|
|
|
|
|
| |
Looks like there is more elegant way to conditionally depend on ipaddress.
Use it. No PORTREVISION bump - no deps are changed.
With hat: python
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix runtime by adding missing dependencies: prometheus-client is required for
all versions and ipaddress is required for python 2.7. Bump PORTREVISION to
chase a dependency change.
With hat: python
MFH: 2018Q3
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Fix WWW
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 229962
Submitted by: Maxim Filimonov <che@bein.link>
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: https://bogomips.org/unicorn/NEWS.html
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.9...2.14.10
MFH: 2018Q3 (mostly bug fixes, see also previous 2.4.* updates)
|
|
|
|
|
|
|
| |
Changelog: https://github.com/mozilla/geckodriver/releases/tag/v0.21.0
PR: 230165
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add patches to include:
- reCAPTCHA v2 support [1]
- Email verification for new account creation [2]
Both patches are OPTION'al, both OPTIONS are enabled by default. Both features
require additional configuration (within moinmoin) to enable them within wiki
instances.
While I'm here:
- Use TLS for MASTER_SITES and pkg-descr WWW: URLs
- Update COMMENT to match setup.py description
- Enable NO_ARCH
- Sort sections
PR: 227394 [1]
Submitted by: <daz hackerspace pl> [1]
Reviewed by: 0mp
Tested by: 0mp (upgrade process)
Approved by: koobs (python, maintainer)
Obtained from: clusteradm (sbruno, custom patch to port) [2]
Differential Revision: D16315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
- Change RUN_DEPENDS from rubygem-fog-aliyun to rubygem-fog-aliyun02
- Change RUN_DEPENDS from rubygem-fog-google to rubygem-fog-google13
- Change RUN_DEPENDS from rubygem-sidekiq-cron to rubygem-sidekiq-cron0
- Bump PORTREVISION for dependency change
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CGI-Ex
|
|
|
|
|
| |
Changes: https://github.com/abenari/rbovirt/releases
https://github.com/abenari/rbovirt/commits/master
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: https://github.com/jamielennox/requests-mock/commits/master
|
|
|
|
| |
Changes: https://github.com/GoogleCloudPlatform/google-cloud-python/releases
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
|
|
|
|
| |
Changes: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
|
|
|
|
|
|
|
| |
Changelog: https://github.com/gobuffalo/buffalo/releases/tag/v0.12.4
PR: 230149
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
|
|
|
|
|
|
|
| |
This is not being used, users can use $tomcat85_env to pass variables.
PR: 228418
Submitted by: VVD <vvd@unislabs.com> (maintainer)
Reported by: Michael Osipov <1983-01-06@gmx.net>
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16308
|
|
|
|
|
| |
PR: 229916
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
|
| |
This includes support for escaping, unescaping, punycoding, unpunycoding,
cleaning parameter and query strings and a little more sanitization.
WWW: https://github.com/seomoz/url-py
PR: 229440
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
|
|
|
|
|
| |
PR: 230087
Submitted by: VVD <vvd@unislabs.com> (maintainer)
|
|
|
|
|
|
|
|
| |
Changelog: https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG
PR: 230016
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
option_stream.c:272:14: error: assigning to 'char *' from incompatible type 'char'
o.arg_ = '\0';
^~~~
option_stream.c:286:30: warning: '/*' within block comment [-Wcomment]
/*#define TEST_OPTION_STREAM /**/
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/swish++-6.1.5_3.log
- While here deprecate it. Upstream development seems to be pretty dead.
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 226121
Submitted by: ken@pcbsd.org
Approved by: tcberner(kde)
Sponsored by: iXsystems Inc.
|
|
|
|
|
| |
PR: 227611
Sponsored by: iXsystems Inc.
|
|
|
|
|
| |
PR: 230069
Submitted by: ben.lavery@hashbang0.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
For more info see here:
https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/
Approved by: mentors (implicit)
MFH: 2018Q3
Security: 2da838f9-9168-11e8-8c75-d8cb8abf62dd
|
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Dancer
PR: 229755
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >= 14 days)
|
| |
|
|
|
|
|
|
|
| |
While here, modernize and pet portlint
PR: 229973
Submitted by: VVD <vvd@unislabs.com> (maintainer)
|
|
|
|
|
|
| |
PR: 229102
Submitted by: VVD <vvd@unislabs.com> (maintainer)
Reported by: Michael Osipov <1983-01-06@gmx.net>
|
|
|
|
|
|
|
| |
https://about.gitlab.com/2018/07/22/gitlab-11-1-released/
- Fixed a typo in config/gitlab.yml.example that was introduced by the prefix update.
Approved by: mentors (implicit)
|
|
|
|
| |
Approved by: mentors (implicit)
|
|
|
|
| |
Approved by: mentors (implicit)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CGI-Simple
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) Feature: the $ssl_preread_protocol variable in the
ngx_stream_ssl_preread_module.
*) Feature: now when using the "reset_timedout_connection" directive
nginx will reset connections being closed with the 444 code.
*) Change: a logging level of the "http request", "https proxy request",
"unsupported protocol", and "version too low" SSL errors has been
lowered from "crit" to "info".
*) Bugfix: DNS requests were not resent if initial sending of a request
failed.
*) Bugfix: the "reuseport" parameter of the "listen" directive was
ignored if the number of worker processes was specified after the
"listen" directive.
*) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
switch off "ssl_prefer_server_ciphers" in a virtual server if it was
switched on in the default server.
*) Bugfix: SSL session reuse with upstream servers did not work with the
TLS 1.3 protocol.
</ChangeLog>
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
| |
dependency at build time.
Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.
Reported by: Claude Buisson <clbuisson@orange.fr>
MFH: 2018Q3 (blanket)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.7...2.14.9
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=pecl_http
|
|
|
|
| |
Changes: https://hg.mozilla.org/releases/comm-esr52/rev/8a9f075930d3
|
|
|
|
|
| |
PR: 229984
Submitted by: jrm
|
|
|
|
| |
Approved by: antoine (implicit)
|
| |
|
|
|
|
| |
- Remove the lines about apache-2.2 from pkg-message
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://chromium.googlesource.com/chromium/src/+log/65.0.3325.181..67.0.3396.87?pretty=fuller&n=10000
MFH: 2018Q3
Security: https://vuxml.freebsd.org/freebsd/36ff7a74-47b1-11e8-a7d6-54e1ad544088.html
Security: https://vuxml.freebsd.org/freebsd/006bee4e-4c49-11e8-9c32-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/e457978b-5484-11e8-9b85-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/427b0f58-644c-11e8-9e1b-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/4cb49a23-6c89-11e8-8b33-e8e0b747a45a.html
|
|
|
|
|
|
|
|
| |
- ngx-fancyindex to 0.4.3
- lua-nginx-module to 0.10.13
- ModSecurity-nginx to e4df1aa
- naxsi to 0.56
- njs to e6fed58
|
|
|
|
|
|
|
|
|
|
| |
While here fix ALSA and PULSEAUDIO options
- With alsa-lib installed in the build environment ALSA=off did not
previously disable ALSA support
- PulseAudio support was always disabled regardless of option state
Approved by: kde (tcberner)
Differential Revision: https://reviews.freebsd.org/D16383
|
|
|
|
|
|
| |
https://nodejs.org/en/blog/release/v10.7.0/
Sponsored by: Miles AS
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/App-Nopaste
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-GZip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fixes vulns in mod_http2 and mod_md
- include SSL_* options in alphabetic ordering
- Remove unneeded SSL_CFLAGS and _LDFLAGS
- Remove WITH_HTTP_PORT and WITH_SSL_PORT
- Remove trailing whitespace
- Fix build with HTTP2 but without SSL [1]
PR: 229802, 227944 [1]
With hat: apache
Approved by: brnrd (apache)
MFH: 2018Q3
Security: 8b1a50ab-8a8e-11e8-add2-b499baebfeaf
Differential Revision: https://reviews.freebsd.org/D16294
|
|
|
|
|
|
|
| |
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.44
PR: 229847
Submitted by: ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- security fixes,
- bug fixes,
- compatibility with PHP 7.2 (also no longer compatible with PHP 5.2) and
- language updates
PR: 229843
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2018Q3
|
|
|
|
|
| |
Exp-run by: antoine
PR: 229769
|
|
|
|
|
|
|
|
| |
- echo-nginx-module to c65f5c6
- fastdfs-nginx-module to 8796a7d
- nginx-http-auth-digest to cd86418
-remove needless patch
|
|
|
|
|
| |
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D16310
|
|
|
|
|
|
|
|
| |
- Add LICENSE and LICENSE_FILE
- Add do-test
PR: 229870
Approved by: lichray <at> gmail <dot> com (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
https://about.gitlab.com/2018/07/17/critical-security-release-gitlab-11-dot-0-dot-4-released/
Reviewed by: swills (mentor)
Approved by: swills (mentor)
MFH: 2018Q3
Security: 8fc615cc-8a66-11e8-8c75-d8cb8abf62dd
Differential Revision: https://reviews.freebsd.org/D16318
|
|
|
|
|
|
|
| |
Changes: http://www.palemoon.org/releasenotes.shtml
PR: 229879
Submitted by: tobik
Approved by: lichray@gmail.com (maintainer)
|
| |
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.14.6...2.14.7
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp
Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08
The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
|
|
|
|
|
|
| |
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16266
|
|
|
|
|
| |
PR: 229868
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
|
|
|
|
|
| |
PR: 229828
Submitted by: mikael.urankar@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
| |
PR: 224364
Submitted by: leeb@ratnaling.org
Reported by: dasti <stievenard.david@gmail.com>
Approved by: maintainer timeout (mathias@monnerville.com, > 6 months)
|
|
|
|
|
| |
PR: 229862
Reported by: meta@FreeBSD.org
|
| |
|
|
|
|
|
|
|
| |
- modsecurity from 2.9.1 to 2.9.2
- remove needless patch
Update LOCAL Mastersite
|