summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21py-Unidecode: updated to 1.0.23adam4-11/+12
unidecode 1.0.23 * Improve transliteration of Hebrew letters * Add transliterations for the phonetic block U+1D00 - U+1D7F * Transliterate SI "micro" prefix as "u" instead of "micro" in the U+33xx block. * Add U+33DE SQUARE V OVER M and U+33DF SQUARE A OVER M. * Drop support for Python 2.6 and 3.3
2018-11-21Updated security/py-cryptography_vectors, security/py-cryptographyadam1-1/+3
2018-11-21py-cryptography[_vectors]: updated to 2.4.2adam4-15/+15
2.4.2: Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0j.
2018-11-21perl5: Add some comments regarding the hack.maya1-4/+7
Requested by leot
2018-11-21perl5: low cost hack for alignment issue on SunOS/sparc.maya1-1/+8
Substitute -O3 with -O2. This is tracked upstream in https://rt.perl.org/Public/Bug/Display.html?id=133495 From Hiroshi Hakoyama in PR pkg/53568
2018-11-21fltk2: don't provide declarations if we know they exist.maya2-1/+36
Fixes build failure: https://mail-index.netbsd.org/pkgsrc-users/2018/11/16/msg027701.html
2018-11-21MesaLib18: depend on zlibmaya1-1/+2
Most people get this through either llvm or libpciaccess, but everyone needs it. PR pkg/52686.
2018-11-21Include bsd.prefs.mk fot OPSYSryoon1-1/+2
2018-11-20doc: Updated net/torsocks to 2.3.0leot1-1/+2
2018-11-20torsocks: Update net/torsocks to 2.3.0leot4-145/+32
pkgsrc changes: - Update MASTER_SITES to avoid MASTER_SITE_DEBIAN Changes: 2018-11-19 torsocks 2.3.0 * Fix a bunch of stuff in the wrapper script, #24967 * gethostbyaddr_r: always assign result * log: Remove log line when logging is stopped * gethostbyaddr_r: Don't put garbage in data->hostname * gethostbyaddr_r: Populate h_addrtype field * log: Avoid crash or file corruption when closing logs * connect: Always pass .onion IP cookie to connection object * Merge remote-tracking branch 'yawning/bug23715' * Make torsocks always connect to the configured Tor port * test: Make getpeername test connect to moria1 * socks5: Always use ATYP 0x03 for CONNECT command * Merge remote-tracking branch 'upstream/master' * doc: Clarify the libc limitation in README * accept4: Initialize libc symbol early * Bug 23715: Support memfd_create(2). * test: Detect if tor is running in test_fd_passing * No tab in the README * Merge remote-tracking branch 'debian/bugfix/typo-subsytem' * Merge remote-tracking branch 'debian/bugfix/typo-catched' * Merge remote-tracking branch 'debian/bugfix/typo-conect' * doc: Add autogen.sh step to README * Add a -q/--quiet to torsocks * tests: Add a check for a running Tor * Make cpp conditional for definition of handle_mmap match use * utils: Add useful function for later use * man: Some words were missing * Remove clang warnings * Add missing quotes to variable in torsocks.in * Fix check_addr() to return either 0 or 1 * Ignore stderr for getcap command * syscall: Add seccomp, gettimeofday, clock_gettime, fork * Fix typo: conect -> connect. * Fix typo: subsytem -> subsystem. * Fix typo: catched -> caught.
2018-11-20doc: Updated devel/gradle to 4.10.2schmonz1-1/+2
2018-11-20Update to 4.10.2. From the changelog:schmonz2-7/+7
- [#6750] Gradle fails to resolve project dependencies against Scala projects - [#6747] Candidate set provided to `AttributeDisambiguationRule` contains null entry - [#6735] Dependent module Scala compilation in test context fails for 4.10.1
2018-11-20arm-none-eabi-gcc: Remove hack for building with clang.maya1-9/+1
GCC no longer generates super deeply nested code requiring this workaround as of upstream revision 235536
2018-11-20Updated devel/py-test-localserver, www/py-django-admin-rangefilteradam1-1/+3
2018-11-20py-django-admin-rangefilter: updated to 0.3.9adam2-7/+7
0.3.9: - Fix calendar icons displayed for Django 2.1
2018-11-20py-test-localserver: updated to 0.5.0adam2-12/+10
0.5.0: New feature: SMTP email message objects now include a details property capturing the envelope details.
2018-11-20Added www/py-djangocms-attributes-field; Updated www/py-django-filer, ↵adam1-1/+10
www/py-djangocms-text-ckeditor, www/py-djangocms-file, www/py-djangocms-googlemap, www/py-djangocms-inherit, www/py-djangocms-picture, www/py-djangocms-style, www/py-djangocms-video
2018-11-20py-djangocms-video: updated to 2.1.0adam4-21/+57
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-20py-djangocms-style: updated to 2.1.0adam4-28/+44
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-20py-djangocms-picture: updated to 2.1.1adam4-22/+52
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-20py-djangocms-inherit: updated to 0.2.2adam3-10/+13
0.2.2: Unknown changes
2018-11-20py-djangocms-googlemap: updated to 1.2.0adam4-21/+57
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-20py-djangocms-file: updated to 2.1.0adam4-24/+50
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-20py-djangocms-text-ckeditor: updated to 3.6.1adam3-50/+74
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-20py-djangocms-attributes-field: added version 0.4.0adam5-1/+58
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-20doc: Updated databases/postgresql-postgis2 to 2.5.1gdt1-1/+2
2018-11-20postgresql-postgis2: update to 2.5.1gdt3-12/+14
upstream NEWS is: bug fixes
2018-11-20angband-tty: Drop old GCC logicmaya1-5/+1
2018-11-20py-django-filer: updated to 1.4.0adam3-82/+165
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-20lua-posix: Only use CLOCK_{PROCESS,THREAD}_CPUTIME_ID if definedmaya2-1/+23
This is needed for netbsd<8. From Edgar Fuß in PR pkg/53600
2018-11-20lua stuff, from edgar.maya1-1/+5
2018-11-20lua-posix: missing and wrong dependencies, missing packagesmaya1-2/+5
From Edgar Fuß in PR pkg/53600. Bump PKGREVISION.
2018-11-20Add lua-std-normalize version 2.0.2maya5-1/+59
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-20Updated www/py-djangocms-admin-style, www/py-django-cms, graphics/libwebpadam2-3/+5
2018-11-20Add lua-std-_debugmaya5-1/+48
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-20Add lua-bitlibmaya5-1/+44
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-20libwebp: updated to 1.0.1adam3-22/+21
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-20py-django-cms: updated to 3.5.3adam3-92/+27
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-20py-djangocms-admin-style: updated to 1.2.9adam3-8/+23
1.2.9: Fixed a bug where it was possible to submit the same form multiple times
2018-11-20Added textproc/py-eradicate; Updated devel/py-lamaadam1-1/+3
2018-11-20py-lama: updated to 7.6.6adam8-85/+51
7.6.6: Unknown changes
2018-11-20py-eradicate: added ALTERNATIVESadam1-0/+1
2018-11-20py-eradicate: added version 0.2.1adam5-1/+40
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-20Updated textproc/py-pyaml, math/py-patsyadam1-1/+3
2018-11-20py-patsy: updated to 0.5.1adam2-10/+9
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-20py-pyaml: updated to 18.11.0adam2-7/+7
18.11.0: Unknown changes
2018-11-20cairo-gobject: Bump PKGREVISIONleot1-1/+2
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-20Updated cad/py-simpy, textproc/py-jsonrefadam1-1/+3
2018-11-20py-jsonref: updated to 0.2adam4-12/+15
0.2: Unknown changes
2018-11-20py-simpy: updated to 3.0.11adam3-22/+18
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