Commit graph

18147 commits

Author SHA1 Message Date
mrg
983545df82 update to bozohttpd 20181125: fix the -X/-x options. 2018-11-25 23:46:37 +00:00
mrg
27a01d7fe7 upgrade to 20181124. fixes -i bug, and minor compile issues. 2018-11-24 18:42:43 +00:00
wen
4320e5de47 Update to 1.90
Upstream changes:
1.90      2018-11-12 18:02:03Z
    [DOCUMENTATION]
    - Pod fixes (GH#261) (Julien Fiegehenn)
    - Fixed pod error as reported by CPANTS. (GH#264) (Mohammad S Anwar)

    [ENHANCEMENTS]
    - Upgrade to HTML::TreeBuilder version 5 to get support for weak references in
      HTML::Element (GH#251) (Julien Fiegehenn)

1.89      2018-10-18 19:13:34Z
    [ENHANCEMENTS]
    - Add support to find_image() and find_all_images() via 'id'
      and 'class' (GH#242) (Julien Fiegehenn)
    - Pass strict/verbose constructor args to HTML::Form (GH#256) (Julien Fiegehenn)
    - Add ability to clear history and tests for history (GH#259) (mschae94)
2018-11-24 09:52:47 +00:00
wen
c4e71472b6 Update to 0.25
Upstream changes:
0.25 2018-09-21T07:45:39Z

   - use JSON::PP for less deps https://github.com/kazeburo/WWW-Form-UrlEncoded/pull/6
2018-11-24 09:39:53 +00:00
wen
f7c46d1cf3 Update to 2.28
Upstream changes:
Version 2.28 - 11th October 2018
#------------------------------------------------------------------------

* Add and enable Travis CI to track GitHub Pull Requests

* Template is now using GitHub as the official Bug Tracker

* Nicolas R. fixed a circular reference in Template::Plugin::Filter
  https://github.com/abw/Template2/issues/152

* Nicolas R. adjusted group regexes to not be greedy
  https://github.com/abw/Template2/issues/94

* Nicolas R. added unit tests to cover regression from RT 91172
  https://github.com/abw/Template2/issues/122

* Nicolas R. added support for template files having mtime=0
  https://github.com/abw/Template2/issues/102

* Todd Rinaldo fixed rand calls with no args in Math plugin
  https://github.com/abw/Template2/issues/155

* Todd Rinaldo corrected ttree 2.22 logic change
  https://github.com/abw/Template2/issues/148

* Todd Rinaldo turned off automated testing for tests using optional modules
  https://github.com/abw/Template2/issues/156

* Nicolas R. adjusted unit tests to not force Stash::XS

* Nicolas R. added a pre allocated buffer in Stash.xs to avoid malloc/free
  https://github.com/abw/Template2/issues/82

* Nicolas R. optmized Template::Parser by avoiding a dummy sub
  https://github.com/abw/Template2/issues/83

* Nicolas R. optimized Template:Directive by using index
  https://github.com/abw/Template2/issues/84

* Nicolas R. adjust _dotop logic in Stash for perl 5.28 and earlier
  https://github.com/abw/Template2/issues/81

* Todd Rinaldo documented VMethod method called 'item'
  https://github.com/abw/Template2/issues/90

* Nicolas R. adjusted t/filter.t after recent switch to RFC3986
  https://github.com/abw/Template2/issues/179

* Nicolas R. fixed warnings from t/cgi.t
  https://github.com/abw/Template2/issues/178

* Ivan Krylov added STRICT option to ttree
  https://github.com/abw/Template2/issues/81

* Kent Fredric fixed relative path handling in templates on Perl 5.26+
  https://github.com/abw/Template2/issues/80

* Tom Delmas fixed some typo from documentation
  https://github.com/abw/Template2/issues/76

* Matthew Somerville switched uri/url to use RFC3986
  updated the documentation to match the history.
  https://github.com/abw/Template2/issues/35

* Sebastien Deseille used remove_tree helper to remove directories
  https://github.com/abw/Template2/issues/67

* Nick Hibma - Add Sortkeys to DUMPER_ARGS
  https://github.com/abw/Template2/issues/64

* E. Choroba added a warn on duplicate block name
  https://github.com/abw/Template2/issues/61

* Jason Lewis fixed some typo in ttree.pod
  https://github.com/abw/Template2/issues/58
2018-11-24 09:27:02 +00:00
wen
d5f8020b2d Update to 0.23
Upstream changes:
0.23    2018-10-30 17:08:06 Europe/Copenhagen
 - Make sure response has a content type before checking (jjatria)
2018-11-24 09:22:25 +00:00
wen
6a5983542a Update to 2.28
Upstream changes:
version 2.28 at 2018-09-17 09:19:09 +0000
-----------------------------------------

  Change: cf677362a133592236f3a438ba339ae0fa030c80
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-09-17 10:19:09 +0000

    Release engineering for 2.28

  Change: d712a41b23990ecbee9050b997532b8c6b4c6065
  Author: Damyan Ivanov <dmn@debian.org>
  Date : 2018-09-16 20:51:07 +0000

    add support for IPv6
2018-11-24 08:21:23 +00:00
wen
cea8b8c4a5 Update to 0.25
Upstream changes:
0.25 2018-11-03
    * Add support for compiling :disabled, :selected, :checked, :text,
      :last-of-type

      I'm not sure whether the Perl XPath libaries support this, but at least
      we can compile it.

      This addresses RT #124406, thanks to Andrew Maguire

0.24 2018-11-02
    * Test stability improvement if HTML::TreeBuilder::XPath is not installed
    * Re-release with properly fixed META.* information
      (RT 127555, reported by Dan Book)
    * No code changes, no need to upgrade
2018-11-24 07:52:02 +00:00
wen
f002b72a27 Update to 0.207000
Upstream changes:
0.207000  2018-11-14 17:24:25-05:00 America/New_York

    [ BUG FIXES ]
    * GH #1427: Allow layout_dir to be configured by set keyword (Russell
      @veryrusty Jenkins)
    * GH #1456: Engine logging respects minimum level filtering (Daniel Perrett)
    * PR #1479: Remove arbitrary Perl 5.10 requirement from tests (Dan Book)
    * PR #1480: Correct dynamic HTTP::XSCookies requirement (Dan Book)
    * PR #1486: Install dzil deps for use by Appveyor (Dan Book)

    [ ENHANCEMENTS ]
    * GH #1418: Send plain text content with send_as() (Steve Dondley)
    * PR #1457: Serializer mutable with custom mapping. Also resolves issues
      #795, #973, and #901 (Russell @veryrusty Jenkins, Yanick Champoux,
      Daniel Böhmer, Steven Humphrey)
    * PR #1459: Add no default middleware feature. Also resolves #1410
      (Russell @veryrusty Jenkins)
    * GH #1469: Code of Conduct enhancements (MaxPerl)

    [ DOCUMENTATION ]
    * GH #1166: Add behind_proxy docs to Deployment manual (Nuno Ramos
      Carvalho)
    * GH #1417: Add "set engines" documentation (Deirdre Moran)
    * PR #1450: Add calculator example (Gabor Szabo)
    * PR #1452: Fix Pod formatting for CPAN (simbaque)
    * PR #1454: Fix typos in docs (Gil Magno)
    * PR #1464: Can't set environment with 'set' keyword (Ben Kaufman)
    * PR #1470: Use session for flash and explain in detail (simbaque)
    * PR #1472: Migration, tutorial, other doc fixes (Jason A. Crome)
    * PR #1473: Show support resources after generating new app (Jason A.
      Crome)
    * PR #1474: Use the correct URL for HAProxy (Jason A. Crome)
    * PR #1475: Add manual section for security concerns (Jason A. Crome)
    * PR #1487: Clarify deprecation of Dancer2::Test (Steve Dondley)
2018-11-24 07:45:39 +00:00
mrg
1e7453b88f fix the PLIST for 'debug' option builds. 2018-11-24 01:53:57 +00:00
markd
41871cf595 py-flask-security: add dependency py-flask-babelex 2018-11-23 22:33:44 +00:00
mrg
f747923054 update to bozohttpd 20181123. changes include:
o  add url remap support via .bzremap file, from martin@netbsd.org
o  handle redirections for any protocol, not just http:
o  fix a denial of service attack against header contents, which
   is now bounded at 16KiB.  reported by JP
o  reduce default timeouts, and add expand timeouts to handle the
   initial line, each header, and the total time spent
o  add -T option to expose new timeout settings
o  minor RFC fixes related to timeout handling
o  fix special file (.htpasswd, .bz*) bypass.  reported by JP.

anyone using .htpasswd files should update ASAP.
2018-11-23 21:30:26 +00:00
adam
bb9c6b35a6 nghttp2: updated to 1.35.0
Nghttp2 v1.35.0

lib
Use __has_declspec_attribute in order to check that dllexport/dllimport can be used.

build
libevent detection with cmake has been improved.

src
C++14 language features are now required.

nghttpx
mruby send_info non-final response is now written early.
Fix assertion failure on mruby send_info with HTTP/1.1 frontend.

h2load
HTTP/1.1 non-final response is now handled correctly.
Clarify that time for connect includes TLS handshake.
2018-11-23 09:22:40 +00:00
adam
eb4c7464cb py-django-extensions: updated to 2.1.4
Changes 2.1.4:
Fix: shell_plus, fix 1261 check for --notebook-dir=... argument style
Fix: graph_models, Excluded models displayed as an underscore
Fix: set_fake_password, requires_model_validation has been replaced with requires_system_checks since 1.9
Docs: admin_generator, new documentation and examples
Improvement: JSONField, use new from_db_value syntax on Django 2 and up
Improvement: EncryptedTextField, use new from_db_value syntax on Django 2 and up
Improvement: graph_models, add --dot option
Improvement: graph_models, allow to redirect (text) output to file
Improvement: sqldiff, better support for indexes, index_together and unique_together
2018-11-23 08:57:48 +00:00
ryoon
f1b968dd47 Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
ryoon
364a10ff5b Remove xpi.mk. There is no consumer 2018-11-22 12:49:29 +00:00
ryoon
590cceec0f Include xpi.mk from firefox52
Because www/firefox no longer uses xpi.mk and I will remove it.
2018-11-22 12:48:49 +00:00
ryoon
79f4cb1ade Include xpi.mk from firefox52 2018-11-22 12:42:26 +00:00
ryoon
4248cd19d7 Update MESSAGE to be required by 14 2018-11-22 12:30:49 +00:00
ryoon
d22fe7e2b4 Update to 14.0.3
Changelog:
Version 14.0.3 October 12 2018
Changes

    Fixes the apps menu scrollbar (server#11662)
    Ignore "session_lifetime" if it can not be converted to a number (server#11761)
    Normalize getUnjailedPath (server#11770)

Version 14.0.2 October 11 2018
Changes

    Fix contacts menu on mentions (server#11350)
    Make the server ready to use global scale with SAML as auth back-end (server#11373)
    Fix default flex shrink on list (server#11374)
    Fixes the logo height (server#11385)
    Do not explode when getting permissions from a FailedStorage (server#11389)
    Do not hide the progress bar while the chunked upload is being assembled (server#11399)
    Fix "checkWellKnownUrl" not being run (server#11418)
    Add back the total used space per user (server#11425)
    Fix invalid inline input confirm border (server#11426)
    Center back the history icon (server#11430)
    AssemblyStream is also eof if we have no more source stream (server#11436)
    Re-enable upload button after updating Avatar (server#11451)
    Fix typo in config.sample.php (server#11488)
    Bugfix 2FA theme: buttons white (server#11489)
    Update config and babel for ie11 (server#11490)
    Only catch QueryException when trying to build class (server#11492)
    Show auth type "None" in email settings (server#11493)
    Fix public page footer link wrap (server#11510)
    Fix share header text on small widths (server#11511)
    Add missing compiled mimetype list (server#11516)
    Fixes the move/copy picker buttons (server#11525)
    Fix breadcrumbs (server#11530)
    Added kinetic scrolling for iOS to apps dropdown menu #10281 (server#11554)
    Throw an error if a node is smaller than expected in assemblystream (server#11555)
    Reduce the min-width of the files table so it works on sharing pages on mobile (server#11556)
    Fix header overflow, fix more apps menu, fix #11552 (server#11558)
    Add new group entry on users list + fixes (server#11575)
    Redirect guests to login if they follow the link of a comment mention-notifications (server#11577)
    Force multiselect max-height to 5.5 items (server#11579)
    Just update password hash without validating (server#11580)
    Fix sticky header on users list (server#11582)
    Fix header border on users list (server#11608)
    Fix call to logger (server#11610)
    Allow the creationg of previews of files stored in appdata (server#11703)
    Update CRL due to changed cert for linkshareex (server#11706)
    Fix a misleading setup check for .well-known/caldav & carddav (server#11738)
    Remove unneeded CSS rule for IE 11 (files_pdfviewer#101)
    Hide footer in public share page (files_pdfviewer#103)
    Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#98)

Version 14.0.1 September 25 2018
Changes

    Fixes the upload progress bar layout - 14 backport (server#11039)
    Fix markup and style of mentions in comments (server#11077)
    Do not invalidate main token on OAuth (server#11090)
    Expire tokens hardening (server#11103)
    fix js files client for user names with spaces (server#11152)
    Fix user and group listing with users that have an integer user id (server#11186)
    Fix exception class (server#11187)
    Remove posix_getpwuid and compare only userid (server#11191)
    Fix check for more users in sharing dialogue (server#11201)
    Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 (server#11237)
    Fixes empty favorite names for trailing slashes (server#11259)
    Fix size of icons in menus inside apps when shown as images (server#11276)
    Prevent comment being composed from overlapping the submit button (server#11277)
    replace setcookie value with '' instead of null. (server#11280)
    Fix the link and anchor for the update notifications (server#11282)
    Include empty directories in the default state of acceptance tests (server#11283)
    Get permission of storage for shares (server#11287)
    Shared by info for room shares without names (server#11288)
    Fix icons cacher regex for compressed output (server#11291)
    Revert "Use APCu caching of composer" (server#11293)
    Use user locale as default in the template (server#11294)
    Fix expiration code of tokens (server#11302)
    Add unit test for findLanguageFromLocale (server#11340)
    14 scroll fix (activity#295)
    Update stable14 target versions (files_texteditor#111)
    Update stable14 target versions (firstrunwizard#80)
    Update stable14 target versions (gallery#467)
    Update stable14 target versions (nextcloud_announcements#32)
    Update stable14 target versions (notifications#158)
    Update config and babel for ie11 (notifications#161)

Version 14.0.0 September 10 2018
Changes

Nextcloud 14 merged nearly 1000 pull requests with improvements and changes, almost 150 more than Nextcloud 13. This only covers the core server, hundreds more changes were made in the apps that make up our release, making this version officially our biggest release ever.

While we can never cover everything that has improved, these are the main feature highlights:

    Video Verification - use a video call with Talk to verify the identity of somebody before granting them access to a share
    Two-factor authentication now with Signal and Telegram as well as NFC and SMS
    Accessibility improvements & dark theme
    Add a note to shares, share files in a Talk chat, new Deck Kanban app and much more

Version 13.0.7 October 11 2018
Changes

    Prefer using dir instead of allinfo for getting smb file info (server#10804)
    [LDAP] The WebUI Wizard also should not assign empty config IDs (server#10824)
    Fix mimetype detection for junked uploads (server#10829)
    Improve performance when dealing with large numbers of shares (server#10884)
    Cast timestamps older than unix epoch to 0 (server#10902)
    Use the same ignored properties list for both CustomerPropertiesBackends (server#10911)
    Do not hide the progress bar while the chunked upload is being assembled (server#11400)
    Fix "checkWellKnownUrl" not being run (server#11419)
    AssemblyStream is also eof if we have no more source stream (server#11437)
    Show auth type "None" in email settings (server#11494)
    Fixes the move/copy picker buttons (server#11524)
    Allow the creationg of previews of files stored in appdata (server#11704)
    Update CRL due to changed cert for linkshareex (server#11707)
    Fix a misleading setup check for .well-known/caldav & carddav (server#11739)

Version 13.0.6 August 30 2018
Changes

    Add sabre plugin to allow anonymous options requests to the dav root (server#10285)
    Do scan the root storage in background scan (server#10376)
    Adding test for table schedulingobjects and fixing postgres LOB (server#10552)
    Fix transfering ownership of a share to user with same id as receiver (server#10565)
    Make file cache updates more robust (server#10581)
    Retry smb stat on timeout (server#10591)
    Use insertIfNotExists to store new mimetypes. (server#10620)
    Only warn about data lose on password reset if per-user keys are used (server#10646)
    Update the scope of the lockdownmanager (server#10682)
    Log entries that are hidden during file listing (server#10698)
    Forgotten pass fix link (server#10735)
    Fix comment style in config sample (server#10759)
    Make sure error_log() always receives a string (server#10760)
    Fix call to OC.generateUrl for caldav birthday calendar on/off (server#10761)
    Use the path_hash instead of the path to query the filecache (server#10762)
    Don't blame random people for background email updates (server#10763)
    Resolve all group memberships properly (server#10783)
    Remove unexecutable code (server#10816)
    Improve URL detection (server#10821)
    MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by default (server#10823)
    Disallow negative mtime in dav search (server#10837)
2018-11-22 12:28:11 +00:00
leot
b0fb651c39 vimb: Take MAINTAINERship 2018-11-22 09:14:42 +00:00
markd
77c3f994d2 py-flask-security: update to 3.0.0
- Fixed a bug when user clicking confirmation link after confirmation
  and expiration causes confirmation email to resend.
- Added support for I18N.
- Added options `SECURITY_EMAIL_PLAINTEXT` and `SECURITY_EMAIL_HTML`
  for sending respecively plaintext and HTML version of email.
- Fixed validation when missing login information.
- Fixed condition for token extraction from JSON body.
- Better support for universal bdist wheel.
- Added port of CLI using Click configurable using options
  `SECURITY_CLI_USERS_NAME` and `SECURITY_CLI_ROLES_NAME`.
- Added new configuration option `SECURITY_DATETIME_FACTORY` which can
  be used to force default timezone for newly created datetimes.
- Better IP tracking if using Flask 0.12.
- Renamed deprecated Flask-WFT base form class.
- Added tests for custom forms configured using app config.
- Added validation and tests for next argument in logout endpoint.
- Bumped minimal required versions of several packages.
- Extended test matric on Travis CI for minimal and released package
  versions.
- Added of .editorconfig and forced tests for code style.
- Fixed a security bug when validating a confirmation token, also checks
  if the email that the token was created with matches the user's current
  email.
- Replaced token loader with request loader.
- Changed trackable behavior of `login_user` when IP can not be detected
  from a request from 'untrackable' to `None` value.
- Use ProxyFix instead of inspecting X-Forwarded-For header.
- Fix identical problem with app as with datastore.
- Removed always-failing assertion.
- Fixed failure of init_app to set self.datastore.
- Changed to new style flask imports.
- Added proper error code when returning JSON response.
- Changed obsolete Required validator from WTForms to DataRequired. Bumped
  Flask-WTF to 0.13.
- Fixed missing `SECURITY_SUBDOMAIN` in config docs.
- Added cascade delete in PeeweeDatastore.
- Added notes to docs about `SECURITY_USER_IDENTITY_ATTRIBUTES`.
- Inspect value of `SECURITY_UNAUTHORIZED_VIEW`.
- Send password reset instructions if an attempt has expired.
- Added "Forgot password?" link to LoginForm description.
- Upgraded passlib, and removed bcrypt version restriction.
- Removed a duplicate line ('retype_password': 'Retype Password') in
  forms.py.
- Various documentation improvement.
2018-11-22 03:16:18 +00:00
leot
6573414ba1 webkit-gtk: Update www/webkit-gtk to 2.22.4
Changes:
=================
WebKitGTK+ 2.22.4
=================

What's new in WebKitGTK+ 2.22.4?

  - Expose ENABLE_MEDIA_SOURCE as a public build option.
  - Fix a crash when using Cairo versions between 1.15 and 1.16.0
  - Fix the build with -DLOG_DISABLED=0.
  - Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
  - Fix debug builds of JavaScriptCore.
  - Fix several crashes and rendering issues.
2018-11-21 20:36:42 +00:00
adam
4ff8d94f0d py-httplib2: updated to 0.12.0
0.12.0

  Drop support for Python 3.3

  ca_certs from environment HTTPLIB2_CA_CERTS or certifi

  PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required

  Revert http:443->https workaround

  eliminate connection pool read race

  cache: stronger safename
2018-11-21 17:21:17 +00:00
adam
68f576777b py-httpie: updated to 1.0.0
1.0.0:
* Added --style=auto which follows the terminal ANSI color styles.
* Added support for selecting TLS 1.3 via --ssl=tls1.3
  (available once implemented in upstream libraries).
* Added true/false as valid values for --verify
  (in addition to yes/no) and the boolean value is case-insensitive.
* Changed the default --style from solarized to auto (on Windows it stays fruity).
* Fixed default headers being incorrectly case-sensitive.
* Removed Python 2.6 support.
2018-11-21 17:18:04 +00:00
adam
0b1ee95e72 py-django-admin-rangefilter: updated to 0.3.9
0.3.9:
- Fix calendar icons displayed for Django 2.1
2018-11-20 21:23:30 +00:00
adam
d61c6352e5 py-djangocms-video: updated to 2.1.0
2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.5:
Deal with missing context from aldryn-search
Add support for newer Django versions
Add parameters for embed_link
Fix swappable filer image model support

2.0.4:
Added URL parsing for the embed url. It now accepts various versions of YouTube urls and converts them to an embed link.
Added the python3.5 test env

2.0.3:
Prevent changes to DJANGOCMS_VIDEO_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Updated translations

2.0.2:
Fixed an issues with migrations where Null values caused IntegrityError

2.0.1:
Removed base.html for performance reasons
Fixed faulty settings parsing in aldryn_config.py
Fixed an issue where ValidationError wasn't imported
Adapted private get_template method
Updated translations

2.0.0:
Dropped flash support
Dropped django CMS <3.3.1 support
Dropped Django <1.8 support
Renamed Video to VideoPlayer
Added Video Source Plugin
Added Video Track Plugin
Adapted files to resemble best practices
Updated translations
2018-11-20 18:54:24 +00:00
adam
49a7d74088 py-djangocms-style: updated to 2.1.0
2.1.0:
Fixed a validation issue with attributes
Added support for Django 1.11, 2.0 and 2.1
Removed support for Django 1.8, 1.9, 1.10
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

2.0.2:
Ensure class ordering is maintained

2.0.1:
Prevent changes to DJANGOCMS_STYLE_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Updated translations
2018-11-20 18:48:56 +00:00
adam
e58c059221 py-djangocms-picture: updated to 2.1.1
2.1.1:
Added reference variables to migrations
Fixed a text typo in models

2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.8:
Fixed an issue where default DJANGOCMS_PICTURE_RESPONSIVE_IMAGES was not in settings

2.0.7:
Add responsive image support
Add support for Django 2.0 and 2.1
Fix swappable filer image model support

2.0.6:
Fixed a misleading link to MDN inside code documentation
Abstract the link model so it can be extended by other addons

2.0.5:
Fixed an issue in DJANGOCMS_PICTURE_ALIGN where "Align center" pointed to the wrong value
Updated translations

2.0.4:
Prevent changes to DJANGOCMS_PICTURE_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Fixed an issue when no image is set after deletion in django-filer (on_delete=SET_NULL)
Updated translations

2.0.3:
Fixed an issue with picture_link not working as expected in the template
Fixed an issue where the alt text was not displayed appropriately
Fixed an issue where placeholder params can be strings

2.0.2:
Fixed an issues with migrations where Null values caused IntegrityError

2.0.1:
Fixes an issue where images throw an AttributeError
2018-11-20 18:47:52 +00:00
adam
7aa63e2aba py-djangocms-inherit: updated to 0.2.2
0.2.2:
Unknown changes
2018-11-20 18:45:35 +00:00
adam
2c7645dc7d py-djangocms-googlemap: updated to 1.2.0
1.2.0:
Fixed an issue with map not always setting correct zoom level
Removed admin url data attribute from the map marker if cms isn't in edit mode
Added support for Django 1.11, 2.0 and 2.1
Removed support for Django 1.8, 1.9, 1.10
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

1.1.1:
Refactored migration 0005 to avoid using the django CMS api because it can lead to database errors when the models on file don't match the ones in the migration.
Moved Google Apps API Key to an environment variable on Divio Cloud

1.1.0:
Added support for customize marker icon
Updated translations

1.0.2:
Fixed an issue where 0005 migration mismatches lat/lng values when creating the new nested structure from older upgrades
Updated translations

1.0.1:
Prevent changes to DJANGOCMS_GOOGLEMAP_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Fixed zoom level not correctly being applied
Fixed latitude/longitude data attribute values being incorrectly parsed for locales not using a period as decimal separator (e.g. german)
2018-11-20 18:44:03 +00:00
adam
cd0ce6ddf5 py-djangocms-file: updated to 2.1.0
2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.3:
Add support for Django 1.10, 1.11, 2.0 and 2.1
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

2.0.2:
Prevent changes to DJANGOCMS_FILE_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Updated translations

2.0.1:
Fixes an issue where images throw an AttributeError

2.0.0:
Added tests
Cleaned up file structure
Removed Django < 1.8 support
Adapted README.txt
Added translations
2018-11-20 18:42:31 +00:00
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
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
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
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
adam
3fd68bab48 nginx-devel: updated to 1.15.6
Changes with nginx 1.15.6:

*) Security: when using HTTP/2 a client might cause excessive memory
   consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).

*) Security: processing of a specially crafted mp4 file with the
   ngx_http_mp4_module might result in worker process memory disclosure
   (CVE-2018-16845).

*) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
   "grpc_socket_keepalive", "memcached_socket_keepalive",
   "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.

*) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
   1.1.1, the TLS 1.3 protocol was always enabled.

*) Bugfix: working with gRPC backends might result in excessive memory
   consumption.
2018-11-19 11:05:14 +00:00
ryoon
e5440568fe Update to 0.51
Changelog:
Many improvements in templating, and so on.
Fix many bugs.
Some directives that are used in templates are deprecated.
2018-11-18 08:58:22 +00:00
ryoon
d8db734f33 Update to 0.3.1
Changelog:
Not available.
2018-11-18 08:52:08 +00:00
ryoon
caaab20107 Enable go-tocss 2018-11-18 08:49:17 +00:00
ryoon
14ee84a87e www/go-tocss: import go-tocss-0.5.0
This is currently a, hopefully, simple to use LibSass Go API. It
uses the C bindings in https://github.com/wellington/go-libsass/libs
to do the heavy lifting.

The primary motivation for this project is to add SCSS support to
Hugo. It is has some generic tocss package names hoping that there
will be a solid native Go implementation that can replace LibSass
in the near future.
2018-11-18 08:48:11 +00:00
ryoon
e2a27b2078 Enable go-spritewell 2018-11-18 08:47:29 +00:00
ryoon
683bb4da07 www/go-spritewell: import go-spritewell-0.5.0
Spritewell performs image composition on a glob of source images.
This is useful for creating spritesheets of images. This is a thread
safe library and is optimized for multicore systems.
2018-11-18 08:46:07 +00:00
ryoon
0e23a5e921 Enable go-parse 2018-11-18 08:43:25 +00:00
ryoon
092b33282c www/go-parse: import go-parse-2.3.5
This package contains several lexers and parsers written in Go.
All subpackages are built to be streaming, high performance and to
be in accordance with the official (latest) specifications.

The lexers are implemented using buffer.Lexer in
https://github.com/tdewolff/parse/buffer and the parsers work on
top of the lexers. Some subpackages have hashes defined (using
Hasher) that speed up common byte-slice comparisons.
2018-11-18 08:42:15 +00:00
ryoon
ec249d2cc6 Enable go-minify 2018-11-18 08:41:34 +00:00
ryoon
62a9571c2c www/go-minify: import go-minify-2.3.8
Minify is a minifier package written in Go. It provides HTML5,
CSS3, JS, JSON, SVG and XML minifiers and an interface to implement
any other minifier. Minification is the process of removing bytes
from a file (such as whitespace) without changing its output and
therefore shrinking its size and speeding up transmission over the
internet and possibly parsing. The implemented minifiers are designed
for high performance.

The core functionality associates mimetypes with minification
functions, allowing embedded resources (like CSS or JS within HTML
files) to be minified as well. Users can add new implementations
that are triggered based on a mimetype (or pattern), or redirect
to an external command (like ClosureCompiler, UglifyCSS, ...).
2018-11-18 08:40:17 +00:00
ryoon
4d2c9ca37b Enable go-libsass 2018-11-18 08:39:04 +00:00