summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2020-06-20py-mod_wsgi: updated to 4.7.1adam2-8/+8
Version 4.7.1 Bugs Fixed Fix up installation on Windows into a virtual environment when using latest virtualenv version, or recent Python versions with the bundled venv module for creating virtual environments. Version 4.7.0 New Features Now releasing parallel mod_wsgi-standalone package to PyPi. This is the same as the mod_wsgi package, except that by installing the mod_wsgi-standalone package, it will automatically trigger the mod_wsgi-httpd package to install the Apache HTTPD server as part of your Python installation. When you run mod_wsgi-express it will use that Apache HTTPD server installation. The mod_wsgi-standalone package is required where you need to install mod_wsgi-express using its own Apache HTTPD installation due to no system Apache HTTPD server package being available, and the installation needs to be done using a requirements.txt file for pip or other package install manager. Using mod_wsgi-standalone will ensure that the mod_wsgi-httpd package is installed first before attempting to build and install mod_wsgi. This guarantee is not provided by pip if you list mod_wsgi-httpd and mod_wsgi packages as two entries. The version numbering of the mod_wsgi-standalone package will follow the mod_wsgi versioning.
2020-06-20py-asgiref: updated to 3.2.10adam2-7/+7
3.2.10: * Fixed bugs due to bad WeakRef handling introduced in 3.2.8
2020-06-20www: Add felinks.nia7-1/+146
ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via scripts. It is very portable and runs on a variety of platforms. felinks is a fork of elinks.
2020-06-19www/squid4: update to 4.12taca5-132/+17
Update squid4 to 4.12 (Squid 4.12). This release includes fix for CVE-2020-14058: <http://www.squid-cache.org/Advisories/SQUID-2020_6.txt>. Changes to squid-4.12 (05 Jun 2020): - Regression Fix: Revert to slow search for new SMP shm pages - Bug 5045: ext_edirectory_userip_acl is missing include files - Bug 5041: Missing Debug::Extra breaks build on hosts with systemd - Bug 5030: Negative responses are never cached - HTTP: validate Content-Length value prefix - HTTP: add flexible RFC 3986 URI encoder - SslBump: disable OpenSSL TLSv1.3 support for older TLS traffic - Tests: Support passing a custom config.cache to test builds - Fix IPFilter IPv6 detection, especially on NetBSD - Fix stall if transaction overwrites a recently active cache entry - ... and some compile fixes
2020-06-19py-django-filer: updated to 1.7.1adam2-7/+7
1.7.1: Fix problem with loading jquery.js after jquery.min.js had been loaded. Fix usability: Upload files into most recently used folder, instead of root folder.
2020-06-19py-django-polymorphic: updated to 2.1.2adam3-8/+11
2.1.2: Fix admin 2.1.1: Fix import 2.1: Django 2.2 support
2020-06-18www/ruby-jekyll-seo-tag: trivial fixestaca1-2/+4
* Add "USE_LANGUAGES= # none". * Update dependency in comment.
2020-06-18Add "USE_LANGUAGES= # none".taca3-3/+8
2020-06-18www/ruby-loofah: update to 2.6.0taca2-8/+8
Update ruby-loofah to 2.6.0. 2.6.0 / 2020-06-16 Features * Allow CSS border-style keywords. [#188] (Thanks, @tarcisiozf!)
2020-06-18www/drupal7: update to 7.72taca3-11/+11
Update durpal7 to 7.72 (Drupal 7.72). Drupal 7.72, 2020-06-17 ----------------------- - Fixed security issues: - SA-CORE-2020-004 Drupal 7.71, 2020-06-03 ----------------------- - Fix for jQuery Form bug in Chromium-based browsers - Full support for PHP 7.4
2020-06-18lang/rails60: update to 6.0.3.2taca4-20/+20
Update Ruby on Rails to 6.0.3.2. www/ruby-actionpack60 is the really updated package and other packages have no change except version. CHANGELOG of www/ruby-actionpack60 is here: ## Rails 6.0.3.2 (June 17, 2020) ## * [CVE-2020-8185] Only allow ActionableErrors if show_detailed_exceptions is enabled
2020-06-17firefox68: Update distinfonia1-3/+1
2020-06-17firefox68: Remove patches for NetBSD 7, rust dropped support for NetBSD 7nia4-64/+3
2020-06-17firefox: Remove patches for NetBSD 7, rust dropped support for NetBSD 7nia5-67/+4
2020-06-17www/ruby-rack: update to 2.2.3taca2-7/+7
Update ruby-rack to 2.2.3. ## [2.2.3] - 2020-02-11 - [CVE-2020-8184] Only decode cookie values
2020-06-17Revbump Go packages after Go 1.14.4 update.bsiegert21-38/+42
2020-06-17py-asgiref: updated to 3.2.9adam2-7/+7
3.2.9: * Fixed regression with exception handling in 3.2.8 related to the contextvars fix. 3.2.8: * Fixed small memory leak in local.Local * contextvars are now persisted through AsyncToSync
2020-06-16py-livereload: updated to 2.6.2adam2-7/+7
Version 2.6.2 Support for Python 2.8 Enable adding custom headers to response. Updates for Python 2.7 support. Support for use with a reverse proxy. Other bug fixes.
2020-06-16www/zola: sandboxed build wants gmake to build sass-sys.nikita1-1/+3
2020-06-16midori: Fix typing / and backspace in the URL bar.nia3-3/+38
Noticed by benny on twitter PKGREVISION++
2020-06-16www/qutebrowser: Fix PLISTpin1-337/+337
2020-06-16Import: www/qutebrowserpin1-1/+2
qutebrowser is a keyboard-focused browser with a minimal GUI. Its based on Python and PyQt5 and free software, licensed under the GPL. It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
2020-06-16seamonkey: Remove hacks to disable multiprocess mode and remains of OSSnia10-271/+35
2020-06-16Import: www/qutebrowserpin4-0/+617
qutebrowser is a keyboard-focused browser with a minimal GUI. Its based on Python and PyQt5 and free software, licensed under the GPL. It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
2020-06-15firefox68: Remove hack to disable multiprocess modenia6-216/+36
This was working around the lack of pshared semaphores on older NetBSD releases, and restrictions on which process can destroy semaphores on newer NetBSD releases. However, we've switched to a new NetBSD-exclusive hack in www/firefox where we force the use of the tiled rendering mode. This copies what Firefox does on macOS, which has similar limitations on cross-process semaphores. The discovery of this was a joint effort between maya and me. This avoids several bugs: 1) Multiprocess mode being outright broken on older NetBSD releases 2) Multiprocess mode leaking semaphores and eventually hitting open file limits on newer NetBSD releases Bump PKGREVISION
2020-06-15firefox: sync cargo checksum bits with lang/rustnia1-21/+39
2020-06-14firefox68: Clean up checksum SUBSTs, following lang/rustnia1-19/+36
2020-06-14firefox: different way of avoiding pshared semaphores for NetBSDmaya5-231/+32
NetBSD has slightly (NetBSD>=9.x) or very (NetBSD<8) broken pshared semaphores. Fortunately, so does macOS, so there's an easy way to avoid reaching the code relying on it which works better. Do so for NetBSD unconditionally, and enable multiprocess unconditionally. Avoids PR kern/55386 for NetBSD>9.0 Avoids corrupt output on major websites, webGL bugs, etc. for NetBSD<=9.0
2020-06-14www/ruby-faraday_middleware: update to 1.0.0taca3-10/+12
Update ruby-faraday_middleware to 1.0.0. pkgsrc change: add "USE_LANGUAGES= # none". 1.0.0 (2020-03-29) This is FaradayMiddleware 1.0 official release! This release officially supports Faraday 1.0. It contains all changes included in the 1.0.0.rc1 release, plus: * Increase minimum rake version to 12.3.3 for security reasons Special thanks to contributors who helped us push this over the line: @BobbyMcWho, @onk and @d-m-u 1.0.0.rc1 (2020-02-28) This is a prerelease. See #200 for details on the shipping plans for 1.0.0. Changes * Support Ruby 2.3+. * Drop support for Faraday v0.7 Bugs fixed * #198 Autoload an exception class correctly Chores and misc * Lint the codebase with RuboCop * Closed the Wiki and turned it into Markdown files in docs/ 0.14.0 (2020-01-10) NOTE: This is the last minor release in the v0.x series, next release will be 1.0 to match Faraday v1.0 release and from then on only fixes will be applied to v0.14.x! * Fix support for empty bodies having Content-Encoding Gzip (#192) * RSpec: disable_monkey_patching (#191) * Add ResponseMiddleware.define_parser unit test (#190) * Use full URL (url.host + url.request_uri) as cache key (#195) 0.13.1 (2019-02-04) * Clear Authorization header when redirecting cross-site (#183) * Brotli is an optional dependency for Gzip (#186) 0.13.0 (2019-01-22) * Adds support for Brotli decompression of responses (#134) * Adds support for JSON 2 (#169) * Hash request URIs before using them as a cache key (#181) * Remove Addressable::URI query hack (#184)
2020-06-14www/ruby-faraday: update to 1.0.1taca3-40/+67
Update ruby-faraday to 1.0.1. ## v1.0 Features: * Add #trace support to Faraday::Connection #861 (@technoweenie) * Add the log formatter that is easy to override and safe to inherit #889 (@prikha) * Support standalone adapters #941 (@iMacTia) * Introduce Faraday::ConflictError for 409 response code #979 (@lucasmoreno) * Add support for setting `read_timeout` option separately #1003 (@springerigor) * Refactor and cleanup timeout settings across adapters #1022 (@technoweenie) * Create ParamPart class to allow multipart posts with JSON content and file upload at the same time #1017 (@jeremy-israel) * Copy UploadIO const -> FilePart for consistency with ParamPart #1018, #1021 (@technoweenie) * Implement streaming responses in the Excon adapter #1026 (@technoweenie) * Add default implementation of `Middleware#close`. #1069 (@ioquatix) * Add `Adapter#close` so that derived classes can call super. #1091 (@ioquatix) * Add log_level option to logger default formatter #1079 (@amrrbakry) * Fix empty array for FlatParamsEncoder `{key: []} -> "key="` #1084 (@mrexox) Bugs: * Explicitly require date for DateTime library in Retry middleware #844 (@nickpresta) * Refactor Adapter as final endpoints #846 (@iMacTia) * Separate Request and Response bodies in Faraday::Env #847 (@iMacTia) * Implement Faraday::Connection#options to make HTTP requests with the OPTIONS verb. #857 (@technoweenie) * Multipart: Drop Ruby 1.8 String behavior compat #892 (@olleolleolle) * Fix Ruby warnings in Faraday::Options.memoized #962 (@technoweenie) * Allow setting min/max SSL version for a Net::HTTP::Persistent connection #972, #973 (@bdewater, @olleolleolle) * Fix instances of frozen empty string literals #1040 (@BobbyMcWho) * remove temp_proxy and improve proxy tests #1063 (@technoweenie) * improve error initializer consistency #1095 (@technoweenie) Misc: * Convert minitest suite to RSpec #832 (@iMacTia, with help from @gaynetdinov, @Insti, @technoweenie) * Major effort to update code to RuboCop standards. #854 (@olleolleolle, @iMacTia, @technoweenie, @htwroclau, @jherdman, @Drenmi, @Insti) * Rubocop #1044, #1047 (@BobbyMcWho, @olleolleolle) * Documentation tweaks (@adsteel, @Hubro, @iMacTia, @olleolleolle, @technoweenie) * Update license year #981 (@Kevin-Kawai) * Configure Jekyll plugin jekyll-remote-theme to support Docker usage #999 (@Lewiscowles1986) * Fix Ruby 2.7 warnings #1009 (@tenderlove) * Cleanup adapter connections #1023 (@technoweenie) * Describe clearing cached stubs #1045 (@viraptor) * Add project metadata to the gemspec #1046 (@orien)
2020-06-14www/ruby-faye-websocket: update to 0.10.9taca2-8/+10
Update ruby-faye-websocket to 0.10.9. pkgsrc changes: * Add "USE_LANGUAGES= # none". * Update LICENSE to apache-2.0. ### 0.10.9 / 2019-06-13 - Use the EventMachine API rather than `IO#write` to write data; this uses the event loop and avoids getting blocked by slow clients ### 0.10.8 / 2019-06-10 - In the case of a close timeout, don't block on waiting for writing to the socket to complete - Fix a race condition that caused a timeout not to be cancelled immediately when the WebSocket is closed - Change license from MIT to Apache 2.0
2020-06-14devel/ruby-websocket-extensions: update to 0.1.5taca2-8/+10
Update ruby-websocket-extensions to 0.1.5. pkgsrc change: * Add "USE_LANGUAGES= # none". * Change LICENSE to apache-2.0. ### 0.1.5 / 2020-06-02 - Remove a ReDoS vulnerability in the header parser (CVE-2020-7663) ### 0.1.4 / 2019-06-10 - Fix a deprecation warning for using the `=~` operator on `true` - Change license from MIT to Apache 2.0
2020-06-14devel/ruby-websocket-driver: update to 0.7.2taca2-7/+7
Update ruby-websocket-driver to 0.7.2. 0.7.2 / 2020-05-22 * Emit ping and pong events from the Server driver * Handle draft-76 handshakes correctly if the request's body is a frozen string
2020-06-14Rename rust-bin's PKGNAME to rust-bin. Add rust.mk for rust packages.nia6-20/+14
This allows rust-bin and rust to coexist in bulk builds (for testing, etc), but the packages still may not be installed at the same time. rust.mk as a solution for picking the correct rust variant was suggested by gdt@. It is intended to be included directly by packages that do not use cargo.mk, and indirectly by packages that do use cargo.mk. rust.mk provides one user-settable variable: RUST_TYPE as before, whether to bootstrap rust from source or use official binaries. may be "src" or "bin" And two package-settable variables: RUST_REQ the minimum version of Rust required by the package. defaults to "1.20.0" RUST_RUNTIME whether Rust is a runtime dependency, may be "yes" or "no"
2020-06-12logswan: update to 2.1.5.fcambus2-7/+7
Logswan 2.1.5 (2020-06-12) - Switch the GEOIP2DIR example to point to '/var/db/dbip' - Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available - Remove unneeded <sys/select.h> and <sys/types.h> includes - Add missing <stddef.h> include - Remove useless _POSIX_SOURCE define - Remove useless _POSIX_C_SOURCE 199309L define - Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files - No need to set HAVE_SECCOMP to 1, defining it is enough - Remove some unneeded seccomp related includes
2020-06-12py-google-api-python-client: updated to 1.9.3adam2-10/+10
1.9.3: Bug Fixes update GOOGLE_API_USE_MTLS values 1.9.2: Bug Fixes bump api-core version 1.9.1: Bug Fixes fix python-api-core dependency issue 1.9.0: Features add mtls feature add templates for python samples projects 1.8.4: Bug Fixes don't try to import GAE API in other environments the turn down date for global batch uri
2020-06-10epiphany: Update to 3.36.2nia5-27/+74
3.36.2 - May 29, 2020 ===================== * Fix non-default search engines appearing in search provider (#923) * Set reasonable limit on address bar autocompletions (#1096, #1155) * Invert back/forward shortcuts in keyboard shortcuts dialog in RTL locales (#1145) * Fix crash in web app creation dialog (#1151) * Fix two windows opened by new window action (#1152) * Restore bookmark tag search in URL entry (#1177) * Fix bookmark lockdown enabled when current page cannot be bookmarked (#1196) * Fix crash loading about:applications (!636) 3.36.1 - March 27, 2020 ======================= * Fix bookmarks lockdown (#339) * Fix endless Epiphany launch loop loading ftp:// URIs (#1053) * Fix tab name on detached tabs (#1113) * Fix extra blank space in bookmarks popover (#1119) * Fix some downloads not working (#1127) * Use full width address bar dropdown in narrow mode (!611) 3.36.0 - March 7, 2020 ====================== * Fix crash when closing passwords dialog (#1120) 3.35.92 - February 27, 2020 =========================== * Remove custom reader mode fonts (#1002) * Go to homepage when opening a new window (#1090, Andrei Lisita) * Remember maximize/fullscreen window state (#1091) * Fix memory leaks (#1098, #1099, #1101, #1102, #1103, #1104) * Fix extra strings marked for translation (#1106) * Fix crash on about:memory (#1115) 3.35.91 - February 14, 2020 =========================== * Allow bookmarks files to be symbolic links (#198) * Fix new tab page with few items in history (#986) * Fix password manager user account selector (#1018) * Fix extra page when starting browser during background download (#1058, Andrei Lisita) * Reenable web process sandbox (#1060) * Remove extra PDF.js files (#1074) * Fix tab title after Alt+Home (#1082, Andrei Lisita) * "Switch to tab" should not switch tabs if URL is edited (#1085) * Fix crash when parsing session state (#1092) * Fix improper warning when closing multiple tabs (#1093) * Disallow top-level navigation to data:// URLs (!577, Adrian Perez) * Update Epiphany icon in user help 3.35.90 - February 1, 2020 ========================== - Update design of bookmark dialogs (#371) - Disable new tab page when homepage is about:blank (#393, ignapk) - Tab now autocompletes URL in address bar (#705) - Reorganize the preferences dialog (#803, #1055) - Changing web app icon in preferences dialog should copy icon (#810, ignapk) - Update design of data management dialogs (#832, Adrien Plazas) - Add placeholder text to address bar (#852) - Add address bar dropdown icons for jump-to-tab and for bookmarks (#861, #895) - Fix history dialog claiming history is empty until history has loaded (#992, Adrien Plazas) - Fix Favorites and Mobile bookmarks not tagged correctly when localized (#1015, Jonathan Kang) - Fix crash when loading empty sessions (#1043) - Hide view source context menu item when on view source page (#1046) - Use page URI as tab title in view source mode (#1048) - Allow Ctrl+Tab in address bar (#1051) - Fix inconsistent capitalization in preferences dialog (#1054, Devesh Vijaywargiya) - Fix padding on incognito mode welcome page (#1056) - Fix problems with the new PDF support (#1059, !548) - Temporarily disable web process sandbox due to WebKit #206533 problems (#1060) - Fix password saving, likely broken in 3.35.3 (#1064) - Fix memory corruption in view source mode (#1065) - Allow opening PDFs with file chooser (#1073) - Fix view source mode for URIs with non-default port numbers (#1076) - Fix occasional failure to start up (!537) - Fix download time remaining "jumping around" (!553, Alexander Mikhaylenko) - Avoid theoretical bookmark ID collisions (!555, Andrei Lisita) - Standardize keyboard shortcuts and improve keyboard shortcuts dialog (!556, Sabri Ünal) - Fix web background color to allow dark mode to work (!558, !559) - Fix sides cropped off of new tab page snapshots (!563) - Fix memory corruption when loading adblock filters - Fix display of script dialogs, broken in 3.35.3 - Fix various scan-build warnings 3.35.3 - January 3, 2020 ======================== Big stuff: - View source mode now uses highlight.js syntax highlighting (!506) - Now displays PDFs with PDF.js (!508) The usual: - Add Open Link context menu option for selected text (#349) - Fix crash when bookmark time is invalid (#454) - Remove support for external view source (#819) - Try harder to avoid session data loss (#887) - Remember page zoom levels during incognito session (#891) - Always show overview close button (#906) - Fix middle click on back button when titlebar action is configured (#919) - Add lockdown setting to disable context menu (#921) - Disable Send Link context menu option in application mode (#926) - Reenable on-demand hardware acceleration (#932) - Fix profile migrator error message (#944) - Fix localization of reader mode preferences (#994) - Fix crash on shutdown regression (#1004) - Redesigned the downloads button (#947, #1005) - Improve design of web process crash error page (#1013) - Fix regressions with user style sheet monitor (#1026) - Major refactor of IPC to web extension (!448) - Enable process swap on navigation (site isolation) (!448) - Security popover's per-website adblocker preference now actually works (!471) - Improve reader mode icon on elementary (!490) - Fix search provider crash when there are no bookmarks (!510) - Fix crashes on web app creation dialog and theoretical crashes elsewhere (!511) - Remove do-not-track setting, obsolete (!514) - Remove enable-plugins setting (NPAPI plugins), now always off (!514) - Remove enable-webaudio and enable-webgl settings, now always on (!514) - Fix issues detected by cppcheck and scan-build - Disable Search the Web in application mode - Temporarily disable address bar DNS prefetch due to WebKit crash - Require libhandy as system dependency 3.35.2 - November 22, 2019 ========================== - Open bookmarks in new tab with middle button (#86) - Accept partial URLs with port but no protocol (#329) - Remove custom FTP handling (#517) - Fix anchors for local files when opened via command line (#550) - Fix crash browsing to file under snap (#888) - Show bookmarked URLs only once in search results dropdown (#897, Dimitrios Christidis) - Use destructive style on close multiple tabs dialog (#950) - Fix bookmarks import error handling (#965) - Prevent detaching pinned tabs (#969) - Exclude pinned tabs from "close other tabs" and "close tabs to left/right" (#975) - Adjust icon to not use clipping masks for compatibility with KDE (#979, Jakub Steiner) - Correctly handle zero matches in find toolbar (#984, Dimitrios Christidis) - Fix remember passwords setting (#993) - Enhance password manager to use secrets portal (!359, Daiki Ueno) - Use two-line display format for address bar dropdown (!441) - Treat localhost as secure origin (!457) - Expose webkit://gpu (!458, Adrian Perez) - Fix per-site adblock permission (!471) - Add responsive layout for error pages (!477) - Fix linked zoom menu buttons in right-to-left locales (!481) 3.35.1 - October 11, 2019 ========================= - Reenable on-demand accelerated compositing (#932) - Many theme improvements specific to elementary OS (#2, #4, #69, #935, #936, #938, #940, #941, #956, Alexander Mikhaylenko)
2020-06-10ruby-rouge: update to 3.20.0.fcambus3-8/+20
ChangeLog: We've got some new lexers again! This release includes lexers for Augeas, BibTeX, HLSL, LiveScript, Velocity and Zig. On top of that, we have fixes for the C++, Diff, Haskell, HTML, JavaScript, JSX, OpenType Feature File, PowerShell, TSX and TypeScript lexers.
2020-06-08php-nextcloud: Clarify update version rulegdt1-6/+10
Be more explicit and give examples. (This rule is a workaroudn for an upstream decision, and would not be expected.) Based on discussion on pkgsrc-changes with ryoon@.
2020-06-08zola: Update to version 0.11.0nikita2-559/+674
Changelog taken from https://github.com/getzola/zola/releases/tag/v0.11.0: - Merge pull request #976 from getzola/next - Prepare for release - Fix panic in load_data(url=%s) (#1036) - Update deps - Update Cargo.lock (#1034) - Make path to config.toml independent from root dir (#1023) [ #1022 ] - Update changelog - Change get_url(cachebust=true) to use a hash (#1032) [ #519 ] - Consistent path for defult index section [ #995 ] - Wrap highlight code blocks with (#1026) - Use {{ page.permalink | safe }} in tutorial (#1024) [ #129 ] - Update syntect, using rust-onig with bindgen temporarily - Update syntaxes and syntect - Access heading level in anchor-link.html (#1008) - Remove implicit dependency on openssl-sys (#1001) (#1005) - Fix path of generated page (#1011) - Typos (#1010) - Fix tests + rustfmt - Rewrite link_checker to use a Result internally (#928) - Theme docs: actually edit the config (#996) - Some tweaks - Update pinned version in CI - Merge pull request #994 from chris-morgan/misc - Update themes - Fix tests - Add lang, taxonomy and term to feed template - WIP: add an 'updated' field to pages - Make config.description optional in atom.xml - Rename last_build_date to latest_date - Support and default to generating Atom feeds - Normalise built-in templates - Make live reload work with missing </body> - Fix documentation of TaxonomyConfig fields - Fix a broken Markdown link in the docs - Fix obsolete slugify_paths documentation - chmod -x a couple of files that needed it - Fix sass documentation error in example path name (#991) - Add an optionnal lang parameter to get_url (#982) - Ensure lang is always set on default sections - Mention how to get config variables in templates - Update docs on markdown filter [ #989 ] - Update deps + fix some misleading doc - Preserve timestamps when copying files (#974) (#983) - Merge pull request #981 from GaaH/fail-if-lang-set-twice - Fail if a language is set both in config.default_languages and config.languages - Pass lang to taxonomy list template [ #963 ] - Fix link checker not checking for capital id/name [ #948 ] - 0.10.2
2020-06-08php-nextcloud: Add not for updatersryoon1-1/+6
Please do not ignore stable pkgsrc branch users.
2020-06-08py-paste: updated to 3.4.1adam2-7/+7
3.4.1 Fix next in iterators in wsgilib.py.
2020-06-08py-zope.proxy: updated to 4.3.5adam2-7/+10
4.3.5: - Stop installing C header files on PyPy (which is what zope.proxy before 4.3.4 used to do) 4.3.4: - Fix a compilation warning on Python 3.8. The slot ``tp_print`` changed to ``tp_vectorcall_offset`` in 3.8 and must not be set. Prior to 3.8, it was reserved and ignored in all Python 3 versions. - Remove deprecated use of setuptools features. 4.3.3: - Add support for Python 3.8. - Drop support for Python 3.4. 4.3.2: - Fix error handling in ``ProxyBase.__setattr__``: any the exception raised by ``PyString_AsString``/``PyUnicode_AsUTF8`` would be silently swallowed up and ignored.
2020-06-08seamonkey: Fix comment for inclusion.ryoon1-2/+2
2020-06-07seamonkey: use correct mozilla-common, missed commit...nia1-2/+3
2020-06-07www/ruby-rack-cache: update to 1.12.0taca2-7/+7
Update ruby-rack-cache to 1.12.0. ## 1.12.0 * Add a fault_tolerant flag to fail-over to stale cache
2020-06-07www/ruby-unicorn: update to 5.5.5taca2-7/+7
Update ruby-unicorn to 5.5.5. 5.5.5 (2020-04-27) This release fixes a bug for users of multiple listeners setups where a busy listen socket could starve other listeners. Thanks to Stan Hu for reporting and testing. No need to upgrade if you're using a single listen socket. 5.5.4 (2020-03-24) One change to improve RFC 7230 conformance in the HTTP parser:
2020-06-07www/ruby-sassc: update to 2.4.0taca3-11/+20
Update ruby-sassc to 2.4.0. **2.4.0** - [Update libsass to 3.6.4](https://github.com/sass/sassc-ruby/pull/199) - [Use FFI::MemoryPointer instead of libc's malloc()](https://github.com/sass/sassc-ruby/pull/205) - [Test against Ruby 2.7.0](https://github.com/sass/sassc-ruby/pull/193)
2020-06-07www/ruby-jekyll-watch: update to 2.2.1taca2-7/+9
Update ruby-jekyll-watch to 2.2.1. pkgsrc change: add "USE_LANGUAGES= # none". 2.2.1 / 2019-03-22 Bug Fixes * Fix encoding discrepancy in excluded Windows paths (#76) * Ignore directories rather than all similar paths (#65) Development Fixes * Test against Ruby 2.6 * Relax version constraint on bundler to allow using 1.x or 2.x * dependencies: rubocop-jekyll 0.5 * style: target Ruby 2.4 2.1.2 / 2018-10-17 Development Fixes * Initialize AppVeyor CI to test plugin on Windows (#77) Bug Fixes * Fix watcher failure due to incorrect file name encoding (#78) 2.1.1 / 2018-10-10 Bug Fixes * Replace non-existent local variable (#73) 2.1.0 / 2018-10-09 Bug Fixes * Normalize watched-path encoding (#69) Development Fixes * Test against Ruby 2.5 (#62) * Drop support for Ruby 2.2 (EOL) * Style: lint with rubocop-jekyll
2020-06-07www/ruby-jekyll-sass-converter: update to 2.1.0taca2-7/+9
Update ruby-jekyll-sass-converter to 2.1.0. pkgsrc change: add "USE_LANGUAGES= # none". 2.1.0 / 2020-02-05 Development Fixes * chore(ci): use Ubuntu 18.04 (bionic) (#100) Minor Enhancements * Fix Scss#sass_dir_relative_to_site_source logic (#99)