Commit graph

289142 commits

Author SHA1 Message Date
adam
18e8639c52 py-djangocms-text-ckeditor: updated to 3.6.1
3.6.1:
Added Django 2.0 & 2.1 support
Updated setup.py to use html5lib>=0.999999999
Fixed ValueError on static file resolution at import time

3.6.0:
Changed the way ckeditor widget is initialized

3.5.3:
Updated CKEditor to 4.7.3
Added context to translation payload when dealing with TextPlugin instances

3.5.1:
Introduced support for django CMS 3.5.0
Fixed a regression which prevented multiple HTMLFields from having different configurations.
Fixed a bug where text coming from HtmlField was escaped when using it with other third party apps like django-parler.
Fixed a bug where dialog backdrop would've been incorrectly removed allowing for disallowed actions.
Fixed a bug when a dialog would open underneath maximized editor.

3.5.0:
Fixed an issue where the rendered HTML of plugins nested in text plugins leaked and became editable in some cases.
Updated CKEditor to 4.6.2

3.4.0:
Introduced support for the djangocms-history app.
Fixed an issue when CKEditor was triggering unnecessary delete-on-cancel requests after editing a plugin.
Fixed a bug which raised an exception when using a lazy object on the plugin configuration.
2018-11-20 18:40:17 +00:00
adam
e626ab1409 py-djangocms-attributes-field: added version 0.4.0
This project aims to provide a sensible means of storing and managing arbitrary
HTML element attributes for later emitting them into templates.

There are a wide variety of types of attributes and using the "normal" Django
method of adding ModelFields for each on a business model is cumbersome at best
and moreover may require related tables to allow cases where any number of the
same type of attribute should be supported (i.e., data-attributes). This can
contribute to performance problems.

To avoid these pitfalls, this package allows all of these attributes to be
stored together in a single text field in the database as a JSON blob, but
provides a nice widget to provide an intuitive, key/value pair interface and
provide sensible validation of the keys used.
2018-11-20 18:38:34 +00:00
gdt
95bd46d7cb doc: Updated databases/postgresql-postgis2 to 2.5.1 2018-11-20 18:16:22 +00:00
gdt
93b88b0440 postgresql-postgis2: update to 2.5.1
upstream NEWS is: bug fixes
2018-11-20 18:16:15 +00:00
maya
097afea4b4 angband-tty: Drop old GCC logic 2018-11-20 18:09:46 +00:00
adam
ac0016f7d7 py-django-filer: updated to 1.4.0
1.4.0:
* Added support for Django 2.0 and 2.1
* Enabled django-mptt 0.9
* Converted QueryDict to dict before manipulating in admin
* Hide 'Save as new' button in file admin
* Fixed history link for folder and image object
* Fixed rendering canonical URL in change form
2018-11-20 17:56:12 +00:00
maya
efb2a5371f lua-posix: Only use CLOCK_{PROCESS,THREAD}_CPUTIME_ID if defined
This is needed for netbsd<8.

From Edgar Fuß in PR pkg/53600
2018-11-20 17:45:38 +00:00
maya
67f261194e lua stuff, from edgar. 2018-11-20 17:34:46 +00:00
maya
86d8174ed3 lua-posix: missing and wrong dependencies, missing packages
From Edgar Fuß in PR pkg/53600.
Bump PKGREVISION.
2018-11-20 17:30:47 +00:00
maya
9c87014cd6 Add lua-std-normalize version 2.0.2
This is a collection of normalized lua functions for Lua 5.1
(including LuaJIT), 5.2 and 5.3.

It can inject deterministic versions of core Lua functions that do not
behave identically across all supported Lua implementations into your
module's lexical environment.  Each function is as thin and fast a
version as is possible in each Lua implementation, evaluating to the
Lua C implementation with no overhead when semantics allow.

From Edgar Fuß in PR pkg/53600
2018-11-20 17:29:24 +00:00
adam
55f0db794d Updated www/py-djangocms-admin-style, www/py-django-cms, graphics/libwebp 2018-11-20 17:28:43 +00:00
maya
5c9f4c254b Add lua-std-_debug
This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.

From Edgar Fuß in PR pkg/53600
2018-11-20 17:28:10 +00:00
maya
29f3c1c7c6 Add lua-bitlib
bit32 is the native Lua 5.2 bit manipulation library, in the version
from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3.

From Edgar Fuß in PR pkg/53600
2018-11-20 17:26:20 +00:00
adam
6bca81982d libwebp: updated to 1.0.1
version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding
* gif2webp fix for loop count=65535 transcode
* further security related hardening in libwebp & libwebpmux
* miscellaneous bug & build fixes
2018-11-20 17:26:19 +00:00
adam
4f8a857a06 py-django-cms: updated to 3.5.3
3.5.3:
* Fixed TreeNode.DoesNotExist exception raised when exporting
  and loading database contents via dumpdata and loaddata.
* Fixed a bug where request.current_page would always be the public page,
  regardless of the toolbar status (draft / live). This only affected custom
  urls from an apphook.
* Removed extra quotation mark from the sideframe button template
* Fixed a bug where structureboard tried to preload markup when using legacy
  renderer
* Fixed a bug where updates on other tab are not correctly propagated if the
  operation was to move a plugin in the top level of same placeholder
* Fixed a bug where xframe options were processed by clickjacking middleware
  when page was served from cache, rather then get this value from cache
* Fixed a bug where cached page permissions overrides global permissions
* Fixed a bug where plugins that are not rendered in content wouldn't be
  editable in structure board
* Fixed a bug with expanding static placeholder by clicking on "Expand All" button
* Fixed a bug where descendant pages with a custom url would lose the overwritten
  url on save.
* Fixed a bug where setting the on_delete option on PlaceholderField
  and PageField fields would be ignored.
* Fixed a bug when deleting a modal from changelist inside a modal
2018-11-20 17:13:32 +00:00
adam
66437af6ee py-djangocms-admin-style: updated to 1.2.9
1.2.9:
Fixed a bug where it was possible to submit the same form multiple times
2018-11-20 17:08:28 +00:00
adam
769052cbd0 Added textproc/py-eradicate; Updated devel/py-lama 2018-11-20 14:14:44 +00:00
adam
03040523f4 py-lama: updated to 7.6.6
7.6.6:
Unknown changes
2018-11-20 14:14:16 +00:00
adam
42bb60439e py-eradicate: added ALTERNATIVES 2018-11-20 14:11:09 +00:00
adam
9f5e8746ea py-eradicate: added version 0.2.1
With modern revision control available, there is no reason to save
commented-out code to your repository. eradicate helps cleans up existing junk
comments. It does this by detecting block comments that contain valid Python
syntax that are likely to be commented out code. (It avoids false positives
like the sentence this is not good, which is valid Python syntax, but is
probably not code.)
2018-11-20 14:09:58 +00:00
adam
38c5893d57 Updated textproc/py-pyaml, math/py-patsy 2018-11-20 13:31:24 +00:00
adam
f8effe0811 py-patsy: updated to 0.5.1
v0.5.1
* The Python 3.6.7 and 3.7.1 point releases changed the standard
  tokenizer module in a way that broke patsy. Updated patsy to work
  with these point releases.
2018-11-20 13:31:03 +00:00
adam
723a4daae3 py-pyaml: updated to 18.11.0
18.11.0:
Unknown changes
2018-11-20 13:27:04 +00:00
leot
f0a85c3267 cairo-gobject: Bump PKGREVISION
Bump PKGREVISION to nb3.  Despite only 35 minutes passed between the
PKGREVISION++ and PKGREVISION-- at least a bulk builder catched it leading to
failures of building x11/gtk3.  Bump it to nb3 in order to be on the safest
side.

Thanks to <jperkin> and <joerg>! (Possible further regressions are mine though!)
2018-11-20 13:20:42 +00:00
adam
1b5d2e2a03 Updated cad/py-simpy, textproc/py-jsonref 2018-11-20 11:53:02 +00:00
adam
98bc165b7f py-jsonref: updated to 0.2
0.2:
Unknown changes
2018-11-20 11:52:43 +00:00
adam
d0a7b5f7f9 py-simpy: updated to 3.0.11
3.0.11:
- [FIX] Repair Environment.exit() to support PEP-479 and Python 3.7.
- [FIX] Fix wrong usage_since calculation in preemptions
- [NEW] Add "Time and Scheduling" section to docs
- [CHANGE] Move Interrupt from events to exceptions
- [FIX] Various minor documentation improvements
2018-11-20 11:49:38 +00:00
adam
81762cc79a Updated databases/py-apsw, databases/py-multidict 2018-11-20 10:53:04 +00:00
adam
934ba9306c py-multidict: updated to 4.5.0
4.5.0:
Multidict views ported from Cython to C extension
2018-11-20 10:52:40 +00:00
adam
027bd9a4b8 py-apsw: updated to 3.25.1
3.25.1:
Added constants:
SQLITE_INDEX_CONSTRAINT_FUNCTION, SQLITE_CANTOPEN_DIRTYWAL, SQLITE_ERROR_SNAPSHOT, SQLITE_FCNTL_DATA_VERSION
Shell output mode now has lines and columns for compatibility (APSW issue 214)
Example now runs under both Python 2 and 3.
2018-11-20 10:46:38 +00:00
adam
9f94dbc6bd Updated graphics/GraphicsMagick, graphics/p5-GraphicsMagick 2018-11-20 10:32:45 +00:00
adam
0dae54bcae GraphicsMagick: updated to 1.3.31
1.3.31:

Special Issues:
Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this.
Security Fixes:

GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 292 issues have been opened by oss-fuzz and 279 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details.

Bug fixes:
See above note about oss-fuzz fixes.
CINEON: Fix unexpected hang on a crafted Cineon image. SourceForge issue 571.
Drawing recursion is limited to 100 and may be tuned via the MAX_DRAWIMAGE_RECURSION pre-processor definition.
Fix reading MIFF files using legacy keyword 'color-profile' for ICC color profile as was used by ImageMagick 4.2.9.
Fix reading/writing files when 'magick' is specified in lower case. This bug was a regression in 1.3.30.

New Features:
TIFF: Support Zstd compression in TIFF. This requires libtiff 4.0.10 or later.
TIFF: Support WebP compression in TIFF. This requires libtiff 4.0.10 or later.

API Updates:
MagickMonitor() is marked as deprecated. Code should not be using this function any more.

Feature improvements:
The progress monitor callbacks (registered using MagickMonitor() or MagickMonitorFormatted()) are serialized via a common semaphore rather than via critical sections in OpenMP loops. OpenMP loops are updated to use OpenMP 'atomic' and 'flush' to update shared loop variables rather than using a OpenMP 'critical' construct, reducing contention. Performance on some targets is observed to have been improved by this change.

Build Changes:
There was already a 'compare' command installed with the '--enable-magick-compat' configure option was used but it did not function. Now it functions. There was no compare command in ImageMagick 5.5.2 and this compare command is only roughly similar to a compare command in some subsequent ImageMagick release.
Removed Remove Ghostscript library support (--with-gslib) from configure script. The 'HasGS' pre-processor defines which were enabled by this remain in the source code so it is still possible to use this library if absolutely necessary (e.g. CPPFLAGS=-DHasGS LIBS=-lgs).
No longer explicitly link with the OpenMP library when it will be supplied already due to CFLAGS.

Behavior Changes:
JPEG: Libjpeg-turbo is allowed 1/5th the memory resource limit provided for Graphicsmagick via the cinfo->mem->max_memory_to_use option, which is part of the IJG JPEG API/ABI, but usually not supported there. This feature works for libjpeg-turbo 1.5.2 and later. Limiting the memory usage is useful since libjpeg-turbo may otherwise consume arbitrary amounts of memory even before Graphicsmagick is informed of the image dimensions.
JPEG: The maximum number of JPEG progressive scans is limited to 50. Otherwise some technically valid files could be read for almost forever.
2018-11-20 10:19:29 +00:00
maya
ac48cbbfb7 f2c: strip -Werror for everyone. It's unsuitable for a release, and it
isn't an upstream choice, but is likely a result of using bsd.prog.mk in
files/

At least one person had an issue with it, although it (mysteriously) builds
fine with GCC 6.5 and -Werror, even now.

PR pkg/48482
2018-11-20 09:38:26 +00:00
maya
57cf3373cf mpop: add libidn support
From Leonard Schmidt in PR pkg/48470
2018-11-20 09:29:24 +00:00
maya
564fff3c8e doc: Updated www/adzap to 20110915nb5 2018-11-20 09:26:26 +00:00
maya
2ea12b8b83 adzap: depend on p5-Perl4-CoreLibs.
This is needed for flush.pl.

Suggested by obache as a fix to PR pkg/48456
2018-11-20 09:26:11 +00:00
maya
373c79fede Add a rule for -Wp,-MD, which isn't provided by MIPSPro.
MDupdate is the equivalent.

From duck in PR pkg/48424.
2018-11-20 09:21:23 +00:00
maya
01f818d1b2 perl5: remove workarounds for very old versions of netbsd+GCC 2018-11-20 09:07:06 +00:00
maya
2c618f3954 ilmbase, openexr: require GCC 6.x
This needs a C++14 compiler.

From Greg Oster in PR pkg/53665
2018-11-20 08:59:29 +00:00
maya
e6c9c21c88 doc: Updated devel/pango to 1.42.4nb3 2018-11-20 08:34:57 +00:00
maya
5873d803a5 pango: backport upstream commit (revert) to fix font scaling
with (Apple's) CoreText fonts.

Bump PKGREVISION.

From Jonathan Schleifer in PR pkg/53730
2018-11-20 08:34:43 +00:00
maya
c86bcbd679 doc: Updated x11/gtk3 to 3.24.1nb3 2018-11-20 08:14:16 +00:00
maya
e66af057a4 gtk3: backport upstream commit to fix crashes on macOS
From Jonathan Schleifer in PR pkg/53729
2018-11-20 08:13:56 +00:00
maya
c2a143daef mc: force fail utimensat configure test for Darwin.
Apparently it's mis-detected on (newer) macOS.

From Jonathan Schleifer in PR pkg/53732
2018-11-20 08:04:59 +00:00
markd
4af4956baf update py-h5py 2018-11-20 05:40:57 +00:00
markd
c4e4e6ca89 py-h5py: update to 2.8.0
Features
 - allow registration of new drivers
 - add option to track object creation order

Bug fixes
 - allow slices with stop < start as empty
 - improve building with custom hdf5 installation
 - ensure libver defaults to LIBVER_EARLIEST
 - improve handling of float types
 - support non-ascii external paths on py2
 - avoid crashing IPython auto-completer

API changes
 - deprecate ``h5t.available_ftypes``.  This is no longer
   used internally and will be removed in the future.  There is
   no replacement public API.
 - Do not sort fields in compound types.  This is account for changes
   in numpy 1.14.
 - Minimum version of cython is now 0.23
2018-11-20 05:39:28 +00:00
jperkin
ae0652be36 sonnet: Needs pkg-config to find hunspell correctly. 2018-11-19 19:28:30 +00:00
nia
c24fd2fd59 doc: Added graphics/papirus-icon-theme version 20181007 2018-11-19 17:01:07 +00:00
nia
7ce8e9b172 graphics/papirus-icon-theme: import version 20181007
Papirus is a free and open source SVG icon theme, based on Paper Icon
Set with a lot of new icons and a few extras, like Hardcode-Tray support,
KDE colorscheme support, Folder Color support, and others.

The Papirus icon theme is available in four variants:

* Papirus
* Papirus Dark
* Papirus Light
* ePapirus (for elementary OS and Pantheon Desktop)
2018-11-19 16:55:35 +00:00
adam
593be97afd Updated databases/sqlite3-docs 2018-11-19 16:21:51 +00:00