Commit graph

261629 commits

Author SHA1 Message Date
gdt
6215c96019 Add gpgme to gimem's bl3
While arguably the real bug is that gmime's pkg-config file libs
includes gpgme's libs, this makes libraries visible to depending
builds that end up on link lines.  Resolves build failure for
totem-pl-parser.

ok wiz@
2017-03-16 00:34:46 +00:00
ryoon
5c4320ff4b Updated www/php-nextcloud to 11.0.2 2017-03-16 00:03:12 +00:00
ryoon
44e6269d55 Update to 11.0.2
Changelog:
Changes
Server

    Use login name to fix password confirm with ldap users (server/2953)
    Change the row-format before changing the collation (server/3063)
    Generate correct path for owner and use the display name (server/3080)
    Markdown support for app descriptions (server/3117)
    Fix style in comment (server/3143)
    Escape the name for the jquery selector (server/3138)
    Define spreed calls (server/3115)
    LDAP Backend OCS Api (server/3213)
    Fix Sharing app description (server/3397)
    Fix shared-as-busy events for owner (server/3363)
    Use correct theming when returning the defaults (server/3399)
    Filter out sensitive appconfig values (server/3400)
    Add transifex config for sharebymail (server/3423)
    Update the email in the accounts table as well (server/3411)
    Don't log the password on confirmPassword when LDAP throws an exception (server/3414)
    Make sure ownCloud 8.2 activities also can get displayed (server/3412)
    Popovermenu backport (server/3286)
    Set vendor during install (server/3426)
    Make sure the file information is available when sending the email (server/3433)
    Add profile data to provisioning api (server/3259)
    Fix detection of the new iOS app (server/3431)
    Add integration tests for legacy DAV endpoints (server/3445)
    Make sure invalid images don't flood the log file (server/3440)
    Fix printing backup code (server/3510)
    Fix cookie name (nctoken instead of octoken) (server/3511)
    LDAP's checkPassword should only catch when a user was not found (server/3493)
    Return unknown free space from nullstorage (server/3508)
    Fix for address book data lost when any user receiving a share is deleted (server/3499)
    Rename database password toggle (server/3500)
    Popovermenu files css fix (server/3494)
    Add screensharing icon (server/3481)
    Fix misleading wording: searching is affected, not user access (server/3560)
    Backport of Fix Broken UUID Attribute Detection (server/3528)

Activity

    Make sure integer like names are still strings (activity/103)
    Fix activities for public uploads (activity/113)
    Show the parent as target when the file was not renamed (activity/114)
    Fix activities for "Files drop" on external storages (activity/118)

SAML & SSO

    Setup account later (user_saml/79)

Serverinfo

    Fix SQL syntax error on MariaDB 10.0.27 and 10.1.19 (serverinfo/77)
    Don't throw an error when /proc/meminfo is not readable (serverinfo/76)

Survey_Client

    Fix problem when checking size with dash in DB name (survey_client/50)
2017-03-16 00:01:54 +00:00
adam
763d8a4995 Updated audio/py-audioread to 2.1.4 2017-03-15 20:26:34 +00:00
adam
2d06973639 Changes 2.1.4:
Fix a bug in the FFmpeg backend where, after closing a file, the program's
standard input stream would be "broken" and wouldn't receive any input.
2017-03-15 20:25:04 +00:00
bsiegert
29a93ae278 Add more ".if !target" guards around targets defined by go-package.mk,
to allow overriding.
2017-03-15 19:48:40 +00:00
bsiegert
093ff2401d go-1.8. 2017-03-15 19:39:57 +00:00
bsiegert
f32935e1b7 Update Go to 1.8.
The compiler back end introduced in Go 1.7 for 64-bit x86 is now used on all
architectures, and those architectures should see significant performance
improvements. For instance, the CPU time required by our benchmark programs was
reduced by 20-30% on 32-bit ARM systems. There are also some modest performance
improvements in this release for 64-bit x86 systems. The compiler and linker
have been made faster. Compile times should be improved by about 15% over Go
1.7. There is still more work to be done in this area: expect faster
compilation speeds in future releases.

Garbage collection pauses should be significantly shorter, usually under 100
microseconds and often as low as 10 microseconds.

The HTTP server adds support for HTTP/2 Push, allowing servers to preemptively
send responses to a client. This is useful for minimizing network latency by
eliminating roundtrips. The HTTP server also adds support for graceful
shutdown, allowing servers to minimize downtime by shutting down only after
serving all requests that are in flight.

Contexts (added to the standard library in Go 1.7) provide a cancelation and
timeout mechanism. Go 1.8 adds support for contexts in more parts of the
standard library, including the database/sql and net packages and
Server.Shutdown in the net/http package.

Go 1.8 includes many more additions, improvements, and fixes. Find the complete
set of changes, and more information about the improvements listed above, in
the Go 1.8 release notes: https://golang.org/doc/go1.8
2017-03-15 19:38:09 +00:00
jperkin
bf9b82d0a1 Updated security/mozilla-rootcerts to 1.0.20170121nb2 2017-03-15 18:53:04 +00:00
jperkin
198d6f9004 Limit broken openssl.cnf handling to NetBSD only after no response from
bsiegert@.  There's no reason to pollute other operating systems.

Bump PKGREVISION.
2017-03-15 18:52:55 +00:00
bsiegert
f0c53ce79b +docbook2odf, PR pkg/51906 2017-03-15 18:45:56 +00:00
darcy
c39e86f00e Added finance/py-quickbooks version 0.6.0. 2017-03-15 18:44:07 +00:00
bsiegert
dabd61ca9f New package for docbook2odf. From D.H. Gutteridge in PR pkg/51906.
docbook2odf is a toolkit that automatically converts DocBook to OASIS
OpenDocument (ODF, the ISO standardized format used for texts,
spreadsheets and presentations). Conversion is based on XSLT which
makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these
documents are XML-based.
2017-03-15 18:43:41 +00:00
darcy
891596615f A Python library for accessing the Quickbooks API. 2017-03-15 18:41:42 +00:00
wiz
6bff54fe2b Remove incorrect patch.
Upstream (Bruno Haible) write:
The comment says that this include of <pthread.h> is there to make sure that
<signal.h> declares pthread_sigmask.

But on DragonFly (I checked versions 3.8, 4.6, and 4.8.0-RC), pthread_sigmask
is already declared in <signal.h>, not in <pthread.h>.
2017-03-15 16:33:07 +00:00
mef
9783f34abe Updated ham/gnuradio-core to 3.7.11 2017-03-15 14:08:10 +00:00
mef
da7acdcae5 Updated ham/gnuradio from 3.7.10.1 to 3.7.11
--------------------------------------------
ChangeLog v3.7.11

This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.

Contributors
    (omitted in this commit log, sorry)

Changes

The GNU Radio project tracks changes via Github pull requests. You can
get details on each of the below by going to:

https://github.com/gnuradio/gnuradio

Note: Please see the release notes for 3.7.10.2 for details on the bug
fixes included in this release.

gnuradio-runtime
    #1077 Support dynamically loaded gnuradio installs (Josh Blum)

gnuradio-companion
    #1118 Support vector types in embedded Python blocks (Clayton Smith)

gr-audio
    #1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
    #1052 Implemented block in Windows audio sink (Geof Gnieboer)

gr-blocks
    #896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
    #900 Exposed non-vector multiply const to GRC (Ron Economos)
    #903 Deprecated old-style message queue blocks (Johnathan Corgan)
    #1067 Deprecated blks2 namespace blocks (Johnathan Corgan)

gr-digital
    #910 Deprecated correlateandsync block 3.8 (Johnathan Corgan)
    #912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
    #1069 Improved build memory usage with swig split (Michael Dickens)
    #1097 Deprecated mpskreceivercc block (Johnathan Corgan)
    #1099 Deprecated old-style OFDM receiver blocks (Martin Braun)

gr-dtv
    #875 Added ability to cross-compile gr-dtv (Ron Economos)
    #876 Improved ATSC transmitter performance (Ron Economos)
    #894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
    #898 Improved error handling and logging (Ron Economos)
    #900 Improved DVB-T performance (Ron Economos)
    #907 Updated examples to use QT (Ron Economos)
    #1025 Refactor DVB-T2 interleaver (Ron Economos)

gr-filter
    #885 Added set parameter msg port to fractional resampler (Sebastian Müller)

gr-trellis
    #908 Updated examples to use QT (Martin Braun)

gr-uhd
    #872 Added relative phase plots to uhd_fft (Martin Braun)
    #1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
    #1053 UHD apps may now specify multiple subdevs (Martin Braun)
    #1101 Support TwinRX LO sharing parameters (Andrej Rode)
    #1139 Use UHD internal normalized gain methods (Martin Braun)

gr-utils
    #897 Improved python docstring generation in gr_modtool
2017-03-15 14:07:12 +00:00
wen
62ff365e7b Updated www/moodle to 3.2.2 2017-03-15 14:02:57 +00:00
wen
255d200ca0 Update to 3.2.2
Upstream changes:
Here is the full list of fixed issues in 3.2.2.

Highlights

    MDL-36233 - Fixed inconsistent "Submissions not graded" link displayed to the teachers on the course overview block
    MDL-48228 - MySQL and MariaDB drivers updated to support full UTF-8 . For sites upgrading to 3.2.2, a CLI script may be used to convert to full UTF-8. See MySQL full unicode support for details.

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements

    MDL-56122 - Force reload/recreation of (unoconv) preview in grading interface
    MDL-51833 - Performance improvement in event monitor preferences loading
    MDL-55859 - Assignment: Delete incomplete files after pdf conversion failure
    MDL-55762 - Better error handling around ghostscript
    MDL-50719 - Long-running scheduled task should not significantly slow down cron processing of other tasks
    MDL-57587 - Quiz: Show feedback images when reviewing a quiz attempt
    MDL-57608 - VideoJS and VideoJs-Youtube javascript modules are no longer loaded when not required on the page
    MDL-50770 - Dashboard should apply customized block positions during dashboard reset
    MDL-57374 - Pasting unformatted non HTML plain text in Atto should not remove all styles and class attributes from all existing content in editor
    MDL-57362 - Assignment list all submissions must respect separate groups mode
    MDL-46782 - When re-entering Multi-SCO SCORM start from the first uncompleted SCO
    MDL-53367 - Importing a forum with auto subscription now automatically subscribes current users
    MDL-50625 - Allow to use LDAP user synchronisation without page control
    MDL-55915 - Respect capability to view full names in assignment grading, grader report and manual user enrolment popup
    MDL-57785 - Don't refresh SCORM navigation when navigation display is disabled
    MDL-57370 - Performance improvement when displaying notifications and messages popups
    MDL-57296 - Fixed bug when teacher without permission to view hidden grades was not able to collapse grade categories in the gradebook
    MDL-55547 - Event monitor: fixed bug preventing to view current subscription after deleting a course with subscriptions

For developers

    MDL-57030 - Add option to behat run tool to automatically rerun failures
    MDL-57940 - Allow behat parallel run to start at different time
2017-03-15 14:00:03 +00:00
wiz
217eb9a556 Fix pkglint warning. 2017-03-15 13:56:22 +00:00
wiz
382bc851f3 Remove patch for the combination of DragonFly + ia64, which does not exist.
Suggested by upstream (Andy Wingo).
2017-03-15 13:55:53 +00:00
sborrill
50a6487e05 Port across commandline, email and clamd options from dansguardian.
Enable NTLM support.
Bump PKGREVISION.
2017-03-15 13:42:03 +00:00
mef
cbe30f3ab9 Remove PKGREVISION as a preparation for upgrade 3.7.10.1 to 3.7.11 2017-03-15 13:42:00 +00:00
maya
cca2e981f2 octave: amend wrapper patches to be netbsd-specific. fix sunOS build
octave is using gnulib for portability, but has an additional wrapper
around it. unfortunately that means that this type signature is no longer
portable. netbsd doesn't have struct tm_zone, others do.

I failed to use gnulib to provide struct tm_zone, using an OS-specific macro
as an ugly hack.

reported by hans
2017-03-15 11:33:03 +00:00
wiz
d71685354e Add upstream bug report URL. 2017-03-15 09:35:19 +00:00
roy
02b408ca42 Updated net/parpd to 1.6 2017-03-14 21:50:25 +00:00
roy
39a3e4896b Import parpd-1.6 with the following changes:
*  Improved BPF ARP filter.
  *  Use inet_pton to convert addresses for better error reporting.
2017-03-14 21:50:00 +00:00
adam
b334126877 Updated net/py-twython to 3.4.0 2017-03-14 19:28:58 +00:00
adam
6664f6e2d1 3.4.0 (2016-30-04)
++++++++++++++++++
- Added `upload_video` endpoint
- Fix quoted status checks in `html_for_tweet`
- Fix `html_for_tweet` method response when hashtag/mention is a substring of another
2017-03-14 19:28:31 +00:00
adam
83580fb7dc Updated audio/eyeD3 to 0.7.11 2017-03-14 19:18:09 +00:00
adam
a7b2108478 0.7.11 - 03.12.2017 (Evergreen)
New Features:
* Repo and issue tracker moved to GitHub: https://github.com/nicfit/eyeD3
Bug Fixes:
[issue 78] - ‘NoneType’ object has no attribute ‘year’
[issue 108] - Multiple date related fixes.
[issue 110] - Allow superfluous –no-tagging-ttme-frame option for backward compatibility.
[issue 111] - The –version option now prints a short, version-only, message.
[issue 116] - Allow –year option for backward compatibility. Converts to –release-year.
[issue 117] - Fixes for –user-text-frame with multiple colons and similar fixes.
[issue 125] - ID3 v1.1 encoding fixes.
2017-03-14 19:17:21 +00:00
sborrill
5d02784a3f Updated www/e2guardian to 3.5.1 2017-03-14 15:38:46 +00:00
sborrill
4d1938fe3d Update to 3.5.1. Changelog:
- Fix bug #181 ERR_RESPONSE_HEADERS with bypass
- Fix bug #183 whitelist and identification
- Fix bug #182 e2guardian systemd service does not support reload
- Fix bug #178 (NTLM Messages)
2017-03-14 15:38:01 +00:00
wiz
75bccc39b2 Add missing '+'.
Noted by Dennis Lindroos in 52071.
Only affected builds with 'x11' option turned off (non-default).
2017-03-14 15:34:56 +00:00
jperkin
af4e67dde0 Use VIM_SUBDIR. Fixes build on systems without /bin/csh. 2017-03-14 15:15:08 +00:00
jperkin
3e3776ae01 Updated shells/bash-completion to 2.1nb1 2017-03-14 14:51:36 +00:00
jperkin
e54f9cbcc4 Pull in upstream fix for bug 1289597. Brought to our attention by Kevin
Neaton in joyent/pkgsrc#471.  Bump PKGREVISION.
2017-03-14 14:51:28 +00:00
kleink
7c4ec2de9e Updated www/py-flask-sqlalchemy to 2.2. 2017-03-14 14:49:51 +00:00
kleink
df85eece19 Update py-flask-sqlalchemy to 2.2.
Version 2.2
-----------

Released on February 27, 2017, codename Dubnium

- Minimum SQLAlchemy version is 0.8 due to use of ``sqlalchemy.inspect``.
- Added support for custom ``query_class`` and ``model_class`` as args
  to the ``SQLAlchemy`` constructor. (`#328`_)
- Allow listening to SQLAlchemy events on ``db.session``. (`#364`_)
- Allow ``__bind_key__`` on abstract models. (`#373`_)
- Allow ``SQLALCHEMY_ECHO`` to be a string. (`#409`_)
- Warn when ``SQLALCHEMY_DATABASE_URI`` is not set. (`#443`_)
- Don't let pagination generate invalid page numbers. (`#460`_)
- Drop support of Flask < 0.10. This means the db session is always tied to
  the app context and its teardown event. (`#461`_)
- Tablename generation logic no longer accesses class properties unless they
  are ``declared_attr``. (`#467`_)

.. _#328: https://github.com/mitsuhiko/flask-sqlalchemy/pull/328
.. _#364: https://github.com/mitsuhiko/flask-sqlalchemy/pull/364
.. _#373: https://github.com/mitsuhiko/flask-sqlalchemy/pull/373
.. _#409: https://github.com/mitsuhiko/flask-sqlalchemy/pull/409
.. _#443: https://github.com/mitsuhiko/flask-sqlalchemy/pull/443
.. _#460: https://github.com/mitsuhiko/flask-sqlalchemy/pull/460
.. _#461: https://github.com/mitsuhiko/flask-sqlalchemy/pull/461
.. _#467: https://github.com/mitsuhiko/flask-sqlalchemy/pull/467
2017-03-14 14:49:01 +00:00
schmonz
03cace6abd Updated textproc/p5-ack to 2.16 2017-03-14 14:41:33 +00:00
schmonz
9c85c87b8d Update to 2.16. From the changelog:
[CONFUSING BEHAVIOR & UPCOMING CHANGES]
The -w has a confusing behavior that it's had since back to ack 1.x
that will be changing in the future.  It's not changing in this
version, but this is a heads-up that it's coming.

ack -w is "match a whole word", and ack does this by putting turning
your PATTERN into \bPATTERN\b.  So "ack -w foo" effectively becomes
"ack \bfoo\b".  Handy.

The problem is that ack doesn't put a \b before PATTERN if it begins
with a non-word character, and won't put a \b after PATTERN if it
ends with a non-word character.

The problem is that if you're searching for "fool" or "foot", but
only as a word, and you do "ack -w foo[lt]" or "ack -w (fool|foot)",
you'll get matches for "football and foolish" which certainly should
not match if you're using -w.

[ENHANCEMENTS]
Include .cljs, .cljc and .edn files with the --clojure filetype.  Thanks,
Austin Chamberlin.

Added .xsd to the --xml filetype.  Thanks, Nick Morrott.

Added support for Swift language.  Thanks, Nikolaj Schumacher. (GH #512)

The MSYS2 project is now seen as Windows.  Thanks, Ray Donnelly. (GH #450)

Expand the definition of OCaml files.  Thanks, Marek Kubica. (GH #511)

Add support for Groovy Server Pages.  Thanks, Ethan Mallove. (GH #469)

The JSP filetype (--jsp) now recognizes .jspf files.  Thanks, Sebastien
Feugere.  (GH #586)

Many optimizations and code cleanups.  Thanks, Stephan Hohe.

Added --hpp option for C++ header files.  Thankis, Steffen Jaeckel.

ack now supports --ignore-dir=match:....  Thanks, Ailin Nemui! (GitHub ticket #42)

ack also supports --ignore-dir=ext:..., and --noignore-dir supports match/ext as well

[INTERNALS]
Added test to test --output. Thanks, Varadinsky! (GH #587, GH #590)

Added test to make sure subdirs of target subdirs are ignored if
--ignore-dir applies to them.  Thanks, Pete Houston. (GH #570)

[DOCUMENTATION]
Expanded the explanation of how the -w flag works.  Thanks, Ed Avis.
(GH #585)

[FIXES]
Reverted an optimization to make \s work properly again. (GH #572,
GH #571, GH #562, GH #491, GH #498)

Fixed an out-of-date FAQ entry.  Thanks, Jakub Wilk.  (GH #580)

The -l and -c flags would sometimes return inaccurate results due to
a bug introduced in 2.14.  Thanks to Elliot Shank for the report! (GH #491)

Behavior when using newlines in a search was inconsistent.  Thanks to
Yves Chevallier for the report! (GH #522)

Add minimal requirement of Getopt::Long 2.38, not 2.35, for GetOptionsFromString.

Don't ignore directories that are specified as command line targets (GH #524)

Fix a bug where a regular expression that matches the empty string could cause ack
to go into an infinite loop (GH #542)
2017-03-14 14:41:27 +00:00
kleink
24286f2cc5 Updated www/py-flask-admin to 1.5.0. 2017-03-14 14:12:26 +00:00
kleink
36f1dfb4e2 Update py-flask-admin to 1.5.0.
1.5.0
-----

* Fixed CSRF generation logic for multi-process deployments
* Added WTForms >= 3.0 support
* Flask-Admin would not recursively save inline models, allowing arbitrary
  nesting
* Added configuration properties that allow injection of additional CSS and
  JS dependencies into templates without overriding them
* SQLAlchemy backend
  - Updated hybrid property detection using new SQLAlchemy APIs
  - Added support for association proxies
  - Added support for remote hybrid properties filters
  - Added support for ARRAY column type
* Localization-related fixes
* MongoEngine backend is now properly formats model labels
* Improved Google App Engine support:
  - Added TextProperty, KeyProperty and SelectField support
  - Added support for form_args, excluded_columns, page_size and
    after_model_update
* Fixed URL generation with localized named filters
* FileAdmin has Bootstrap 2 support now
* Geoalchemy fixes
  - Use Google Places (by default) for place search
* Updated translations
* Bug fixes fixes
2017-03-14 14:11:51 +00:00
kleink
7e49bafdda Updated www/py-werkzeug to 0.12.
Updated www/py-werkzeug-docs to 0.12.
2017-03-14 13:49:44 +00:00
kleink
2c6664f862 Update py-werkzeug and py-werkzeug-docs to 0.12.
Version 0.12
------------

Released on March 10th 2017

- Spit out big deprecation warnings for werkzeug.script
- Use `inspect.getfullargspec` internally when available as
  `inspect.getargspec` is gone in 3.6
- Added support for status code 451 and 423
- Improved the build error suggestions.  In particular only if
  someone stringifies the error will the suggestions be calculated.
- Added support for uWSGI's caching backend.
- Fix a bug where iterating over a `FileStorage` would result in an infinite
  loop.
- Datastructures now inherit from the relevant baseclasses from the
  `collections` module in the stdlib. See #794.
- Add support for recognizing NetBSD, OpenBSD, FreeBSD, DragonFlyBSD platforms
  in the user agent string.
- Recognize SeaMonkey browser name and version correctly
- Recognize Baiduspider, and bingbot user agents
- If `LocalProxy`'s wrapped object is a function, refer to it with __wrapped__
  attribute.
- The defaults of ``generate_password_hash`` have been changed to more secure
  ones, see pull request ``#753``.
- Add support for encoding in options header parsing, see pull request
  ``#933``.
- ``test.Client`` now properly handles Location headers with relative URLs, see
  pull request ``#879``.
- When `HTTPException` is raised, it now prints the description, for easier
  debugging.
- Werkzeug's dict-like datastructures now have ``view``-methods under Python 2,
  see pull request ``#968``.
- Fix a bug in ``MultiPartParser`` when no ``stream_factory`` was provided
  during initialization, see pull request ``#973``.
- Disable autocorrect and spellchecker in the debugger middleware's Python
  prompt, see pull request ``#994``.
- Don't redirect to slash route when method doesn't match, see pull request
  ``#907``.
- Fix a bug when using ``SharedDataMiddleware`` with frozen packages, see pull
  request ``#959``.
- `Range` header parsing function fixed for invalid values ``#974``.
- Add support for byte Range Requests, see pull request ``#978``.
- Use modern cryptographic defaults in the dev servers ``#1004``.
- the post() method of the test client now accept file object through the data
  parameter.
- Color run_simple's terminal output based on HTTP codes ``#1013``.
- Fix self-XSS in debugger console, see ``#1031``.
- Fix IPython 5.x shell support, see ``#1033``.

Version 0.11.16
---------------

- werkzeug.serving: set CONTENT_TYPE / CONTENT_LENGTH if only they're provided by the client
- werkzeug.serving: Fix crash of reloader when using `python -m werkzeug.serving`.
2017-03-14 13:48:22 +00:00
kleink
3fb092c4d1 Updated textproc/py-markupsafe to 1.0. 2017-03-14 13:37:01 +00:00
kleink
d22700def8 Update py-markupsafe to 1.0.
Version 1.0
-----------

- Fixed custom types not invoking `__unicode__` when used
  with `format()`.
- Added `__version__` module attribute
- Improve unescape code to leave lone ampersands alone.
2017-03-14 13:36:16 +00:00
jperkin
5a4f5818e9 Switch SunOS over to x11/xf86-video-ati too. 2017-03-14 13:26:59 +00:00
wiz
04904d1b63 Added databases/leveldb version 1.20 2017-03-14 13:20:27 +00:00
wiz
ba5f9c2b6c + leveldb. 2017-03-14 13:20:14 +00:00