summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2021-05-13Remove mariadb55, EOL since April 2020.nia1-2/+2
2021-05-13webkit-gtk: Update to 2.32.1leot10-183/+38
pkgsrc changes: - Remove patches applied upstream Changes: 2.32.1 ------ - Support building against the Musl C library. - Support building against ICU version 69 or newer. - Improve handling of Media Capture devices. - Improve WebAudio playback. - Improve video orientation handling. - Improve seeking support for MSE playback. - Improve flush support in EME decryptors. - Fix HTTP status codes for requests done through a custom URI handler. - Fix the Bubblewrap sandbox in certain 32-bit systems. - Fix inconsistencies between the WebKitWebView.is-muted property state and values returned by webkit_web_view_is_playing_audio(). - Fix the build with ENABLE_VIDEO=OFF. - Fix wrong timestamps for long-lived cookies. - Fix UI process crash when failing to load favicons. - Fix several crashes and rendering issues. - Translation updates: Swedish.
2021-05-12py-google-api-python-client: updated to 2.4.0adam3-11/+18
2.4.0 (2021-05-11) Features alertcenter: update the api (cbf5364) analyticsadmin: update the api (bfa2f1c) androidenterprise: update the api (44a6719) androidpublisher: update the api (44a6719) artifactregistry: update the api (44a6719) bigquery: update the api (bfa2f1c) chromepolicy: update the api (44a6719) content: update the api (c0b883a) datacatalog: update the api (e58efe8) dataproc: update the api (cbf5364) dialogflow: update the api (44a6719) dns: update the api (c0b883a) documentai: update the api (bfa2f1c) file: update the api (cbf5364) file: update the api (44a6719) firebasestorage: update the api (27f691d) gameservices: update the api (bfa2f1c) gkehub: update the api (44a6719) lifesciences: update the api (44a6719) monitoring: update the api (bfa2f1c) mybusinessaccountmanagement: update the api (bfa2f1c) networkmanagement: update the api (bfa2f1c) oslogin: update the api (bfa2f1c) pubsublite: update the api (bfa2f1c) recommender: update the api (bfa2f1c) retail: update the api (cbf5364) servicedirectory: update the api (44a6719) servicemanagement: update the api (c0b883a) servicenetworking: update the api (bfa2f1c) translate: update the api (c0b883a) Bug Fixes preventing accessing predefined discovery URLs when override is provided
2021-05-12firefox: Update nodejs output to 88.0.1ryoon2-8/+8
2021-05-12php-nextcloud: Update to 21.0.1ryoon3-43/+196
Changelog: Version 21.0.1 April 9 2021 Changes * Always renew apppasswords on login (server#25571) * Improve mention matches (server#25573) * Disable trasbin during the moveFromStorage fallback (server#25877) * Clear multiselect after selection in share panel (server#25918) * Activity: show if files are hidden or not (server#25935) * Sharebymail: set expiration on creation (server#25937) * Catch notfound and forbidden exception in smb::getmetadata (server#25943) * Skip empty obsolete owner when adding to own NC (server#25955) * Fix admin password strengthify tooltip (server#25962) * Add missing waits and asserts in acceptance tests (server#25993) * Hide expiration date field for remote shares (server#26026) * Remove trash items from other trash backends when deleting all (server# 26039) * Fix SCSS compiler deprecated function usages (server#26042) * Provisioning API to IBootstrap (server#26044) * Cache baseurl in url generator (server#26051) * Allow autocomplete based on phone sync (server#26056) * Only clear share password model when actually saved (server#26058) * Add appconfig to always show the unique label of a sharee (server#26062) * Only clear known users when we had at least one phonebook entry (server# 26081) * Chunk the array of phone numbers (server#26084) * Limit constructing of result objects in file search (server#26087) * Apply object store copy optimization when 'cross storage' copy is wit... (server#26090) * Add getID function to the simplefile implementation (server#26119) * Allow overwriting isAuthenticated (server#26122) * Send share notification instead of erroring on duplicate share (server# 26124) * Log exceptions when creating share (server#26128) * Do cachejail search filtering in sql (server#26133) * Return the fileid from `copyFromCache` and use it instead of doing an extra query (server#26146) * Dont allow creating users with __groupfolders as uid (server#26151) * Use correct exception type hint in catch statement (server#26162) * Fix default missing initial state for templates (server#26166) * Remove explicit fclose from S3->writeStream (server#26167) * Adds ldap user:reset command (server#26175) * Improve search results when only phonebook-matches can we autocompleted (server#26177) * Fix valid storages removed when cleaning remote storages (server#26192) * Update user share must use correct expiration validation (server#26204) * Expand 'path is already shared' error message (server#26211) * Add (hidden) option to always show smb root as writable (server#26215) * Removed unnecessary padding (server#26227) * L10n: Add words user and because in ShareByMailProvider.php (server#26238) * Fix non LGC glyphs in avatars and txt file previews (server#26249) * Handle limit offset and sorting in files search (server#26257) * Update icewind/smb to 3.4.0 (server#26263) * Catch invalid cache source storage path (server#26271) * Fix casing of core test folder, bring back missing tests (server#26276) * L10n: Separate ellipsis (server#26279) * Show better error messages when a file with a forbidden path is encountered (server#26291) * Fix l10n (server#26298) * Log when a storage is marked as unavailable (server#26301) * Delete old birthday calendar object when moving contact to another ad... (server#26307) * Add a prefix index to filecache.path (server#26326) * Avatar privacy and new scope (server#26352) * Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs (server#26357) * Update cipher defaults (server#26363) * Fix wording for phone number integration (server#26366) * Remove notifications when retesting profile field input (server#26371) * Do not attempt to read 0 bytes when manually iterating over a non-seekable file (server#26376) * Fix(translation): replace static error message (server#26377) * Only mark migrations as installed after execution (server#26379) * Gracefully handle deleteFromSelf when share is already gone (server#26382) * Also check the default phone region when the number has no country code (server#26391) * Allow apps to write/update account data (server#26398) * Log and continue when failing to update encryption keys during for individual files (server#26400) * Make ILDAPProviderFactory usable when there is no ldap setup (server#26402) * Remove leftover debug @NoCSRFRequired introduced with #26198 (server#26404) * Get the parent directory before creating a file from a template (server# 26406) * Bump y18n from 4.0.0 to 4.0.1 (server#26413) * [3rdparty]phpseclib-2.0.31 (server#26447) * Revert "add a prefix index to filecache.path" (server#26451) * 21.0.1 final (server#26453) * Show icon-phone when setting is set to private instead of local (server# 26459) * Bump phpseclib/phpseclib from 2.0.30 to 2.0.31 (3rdparty#643) * Fix 'Daily activity summary' email subject translation (activity#562) * Fix notifying own activities (activity#566) * Send the footer with the defined language (activity#570) * Make sure we only load the public script on public pages (files_pdfviewer# 340) * Extend reasons for email address (firstrunwizard#503) * Only send desktop notifications in one tab (notifications#911) * Fix Photos not shown in large browser windows #630 (photos#689) * Add vue-virtual-grid to babel (photos#710) * Match any non-whitespace character in filesystem type pattern (serverinfo# 280) * Fix Internal Server Error @ /settings/admin/serverinfo in 21.0.0 (serverinfo#287) * Disable cypress recording for now (text#1504) * Use write permission when possible (text#1512) * Fix clicking links with color annotations (text#1516) * Update CLI tests to PHP 7.4 to 8.0 (updater#346) * Disable UI when web updater is disabled in config.php (updater#351) * Remove obsolete pipeline php72-master (updater#355) * Update used version of box (updater#359) * Do not allow to keep maintenance mode active in web updater (updater#363) * Fix fullscreen (viewer#842)
2021-05-12hugo: Update to 0.83.1.jperkin3-379/+1088
v0.83.1 This is a bug-fix release with one important fix. langs/i18n: Fix warning regression in i18n ececd1b1 @bep #8492 v0.83.0 Templates Remove the FuzzMarkdownify func for now 5656a908 @bep Output Make the shortcode template lookup for output formats stable 0d86a32d @bep #7774 Only output mediaType once in docshelper JSON 7b4ade56 @bep #8379 Other Regenerate docs helper a9b52b41 @bep Regenerate CLI docs b073a1c9 @bep Remove all dates from gendoc 4227cc1b @bep Update getkin/kin-openapi v0.60.0 => v0.61. 3cc4fdd6 @bep Update github.com/evanw/esbuild v0.11.14 => v0.11.16 78c1a6a7 @bep Remove .Site.Authors from embedded templates f6745ad3 @jmooring #4458 Don't treat a NotFound response for Delete as a fatal error. f523e9f0 @vangent Switch to deb packages of nodejs and python3-pygments 63cd05ce @anthonyfok Install bin/node from node/14/stable 902535ef @anthonyfok bump github.com/getkin/kin-openapi from 0.55.0 to 0.60.0 70aebba0 @dependabot[bot] bump github.com/evanw/esbuild from 0.11.13 to 0.11.14 3e3b7d44 @dependabot[bot] Update to Chroma v0.9.1 048418ba @caarlos0 Improve plural handling of floats eebde0c2 @bep #8464 bump github.com/evanw/esbuild from 0.11.12 to 0.11.13 65c502cc @dependabot[bot] Revise the plural implementation 537c905e @bep #8454#7822 Update to "base: core20" 243951eb @anthonyfok bump github.com/frankban/quicktest from 1.11.3 to 1.12.0 fe2ee028 @dependabot[bot] bump google.golang.org/api from 0.44.0 to 0.45.0 316d65cd @dependabot[bot] bump github.com/aws/aws-sdk-go from 1.37.11 to 1.38.23 b95229ab @dependabot[bot] Correct function name in comment 0551df09 @xhit Upgraded github.com/evanw/esbuild v0.11.0 => v0.11.12 057e5a22 @bep Regen docs helper fd96f65a @bep bump github.com/tdewolff/minify/v2 from 2.9.15 to 2.9.16 d3a64708 @dependabot[bot] bump golang.org/x/text from 0.3.5 to 0.3.6 3b56244f @dependabot[bot] Remove some unreachable code f5d3d635 @bep bump github.com/getkin/kin-openapi from 0.39.0 to 0.55.0 0d3c42da @dependabot[bot] Some performance tweaks for the HTML elements collector ef34dd8f @bep Exclude comment and doctype elements from writeStats bc80022e @dirkolbrich #8396#8417 Merge branch 'release-0.82.1' 2bb9496c @bep bump github.com/yuin/goldmark from 1.3.2 to 1.3.5 3ddffd06 @jmooring #8377 Remove duplicate references from release notes 6fc52d18 @jmooring #8360 bump github.com/spf13/afero from 1.5.1 to 1.6.0 73c3ae81 @dependabot[bot] bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 7ca118fd @dependabot[bot] Add webp image encoding support 33d5f805 @bep #5924 bump google.golang.org/api from 0.40.0 to 0.44.0 509d39fa @dependabot[bot] bump github.com/nicksnyder/go-i18n/v2 from 2.1.1 to 2.1.2 7725c41d @dependabot[bot] bump github.com/rogpeppe/go-internal from 1.6.2 to 1.8.0 5d36d801 @dependabot[bot] Remove extraneous space from figure shortcode 9b34d42b @jmooring #8401 bump github.com/magefile/mage from 1.10.0 to 1.11.0 c2d8f87c @dependabot[bot] bump github.com/google/go-cmp from 0.5.4 to 0.5.5 cbc24661 @dependabot[bot] Disable broken pretty relative links feature fa432b17 @niklasfasching Update go-org to v1.5.0 0cd55c66 @niklasfasching bump github.com/jdkato/prose from 1.2.0 to 1.2.1 0d5cf256 @dependabot[bot] bump github.com/spf13/cobra from 1.1.1 to 1.1.3 36527576 @dependabot[bot] Add complete dependency list in "hugo env -v" 9b83f45b @bep #8400 Add hugo.IsExtended 7fdd2b95 @bep #8399 Also test minified HTML in the element collector 3d5dbdcb @bep #7567 Skip script, pre and textarea content when looking for HTML elements 8a308944 @bep #7567 Add slice syntax to sections permalinks config 2dc222ce @bep #8363 Upgrade github.com/evanw/esbuild v0.9.6 => v0.11.0 4d22ad58 @bep Fixes Templates Fix where on type mismatches e4dc9a82 @bep #8353 Output Regression in media type suffix lookup 6e9d2bf0 @bep #8406 Regression in media type suffix lookup e73f7a77 @bep #8406 Other Fix multiple unknown language codes 7eb80a9e @bep #7838 Fix permalinks pattern detection for some of the sections variants c13d3687 @bep #8363 Fix Params case handling in where with slices of structs (e.g. Pages) bca40cf0 @bep #7009 Fix typo in docshelper.go 7c7974b7 @jmooring #8380 Try to fix the fuzz build 5e2f1289 @bep v0.82.1 This is a bug-fix release with one important fix. Regression in media type suffix lookup 6e9d2bf0 @bep #8406 v0.82.0 Enhancements Templates Add method mappings for strings.Contains, strings.ContainsAny 7f853003 @bep Output Make Type comparable ba1d0051 @bep #8317#8324 Add a basic benchmark 4d24e2a3 @bep Other Regenerate docs helper 86b4fd35 @bep Regen CLI docs 195d108d @bep Simplify some config loading code df8bb881 @bep Update github.com/evanw/esbuild v0.9.0 => v0.9.6 57d8d208 @bep Apply OS env overrides twice fc06e850 @bep Attributes for code fences should be placed after the lang indicator only b725253f @bep #8313 Bump github.com/tdewolff/minify/v2 v2.9.15 35dedf15 @bep #8332 More explicit support link to discourse 137d2dab @davidsneighbour Update to esbuild v0.9.0 1b1dcf58 @bep Allow more spacing characters in strings 0a2ab3f8 @moorereason #8079#8079 Rename a test 35bfb662 @bep Add a debug helper 6d21559f @bep Add support for Google Analytics v4 ba16a14c @djatwood Bump go.mod to Go 1.16 782c79ae @bep #8294 #8210 Upgrade golang version for Dockerfile 5afcae7e @systemkern Update CONTRIBUTING.md 60469f42 @bep Handle attribute lists in code fences aed7df62 @bep #8278 Allow markdown attribute lists to be used in title render hooks cd0c5d7e @bep #8270 bump github.com/kyokomi/emoji/v2 from 2.2.7 to 2.2.8 88a85dce @dependabot[bot] Fixes Output Fix output format handling for render hooks 18074d0c @bep #8176 Other Fix OS env override for nested config param only available in theme 7ed56c69 @bep #8346 Fix new theme command description 24c716ca @rootkea Fix handling of utf8 runes in nullString() f6612d8b @moorereason Fixes #7698. 01dd7c16 @gzagatti Fix autocomplete docs c8f45d1d @bep v0.81.0 Make the build green again fe77f743 @bep Regenerate internal templates c6080655 @bep Update date logic of opengraph and schema internal templates ffd9dac4 @djatwood Synch Go templates fork with Go 1.16dev cf3e077d @bep Exclude pages without Permalink from sitemap 4867cd1d @Jaza Add default user-agent header for getJSON requests 35def0ae @peacecwz remove 1mb limit for readFile. ee9c1367 @avdva Do not return errors in substr for out-of-bounds cases 8a26ab0b @moorereason #8113 Add missing test scenario for strings.Substr 788e50ad @moorereason Regen CLI docs 9e99950c @bep Regen docs helper 1b364b00 @bep Run go mod tidy 88b93a09 @bep Add arm64 to Darwinextended build and add vendorInfo 29fb456c @bep #8003 Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only) 718fba7d @bep Pull in latest Go 1.16 template source e77b2e3a @bep Add breaking tests for "map read and map write in templates" b5485aea @bep #7293 Pull in latest Go template source ccb822eb @bep Expand template newline testcase to commands 21e9eb18 @bep Add a test case for Go 1.16 template action newlines ae57ba6a @bep Update github.com/tdewolff/minify/v2 v2.6.2 => v2.9.13 66beac99 @bep #8258 bump github.com/frankban/quicktest from 1.11.2 to 1.11.3 968dd7a7 @dependabot[bot] bump github.com/getkin/kin-openapi from 0.32.0 to 0.39.0 38f29e81 @dependabot[bot] bump github.com/aws/aws-sdk-go from 1.36.33 to 1.37.11 cd87813a @dependabot[bot] bump github.com/sanity-io/litter from 1.3.0 to 1.5.0 4e815b06 @dependabot[bot] bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 652a59d3 @dependabot[bot] Update to esbuild v0.8.46 84f0ec7f @bep Add config option modules.vendorClosest bdfbcf6f @bep #8235#8242 bump google.golang.org/api from 0.26.0 to 0.40.0 a9b0fea6 @dependabot[bot] Change version string format and add VendorInfo to help with issue triaging e8df0977 @anthonyfok Allow absolute paths for any modules resolved via project replacement 3a5ee0d2 @bep #8240 Throw an error running hugo mod vendor on mountless module 4ffaeaf1 @bep Add PowerShell completion support 5f621df2 @anthonyfok #8122 Refer to mage instead of make in comment regarding commitHash 7118f89c @anthonyfok Add attributes support for blocks (tables etc.) 2681633d @bep #7548 Update to Goldmark v1.3.2 1b247282 @bep #8143 Update to Dart Sass Protocol beta6 441b11be @bep Write to stdout by default d36fd5b3 @benmezger Remove powershell support a7c515e1 @benmezger Add zsh, fish and powershell completion support 216b00f3 @benmezger #4296 Enable NPM tests on Windows 14494379 @bep #8196 Update to esbuild v0.8.39 440fdb0e @bep #8189 Trim whitespace in elements written to hugo_stats.json b2a48dce @pmatiash #7958 bump github.com/aws/aws-sdk-go from 1.35.0 to 1.36.33 2f9dadae @dependabot[bot] Remove mention of a file size limit for readFile ed3071b7 @avdva Add Inject config option 32b86076 @bep #8164 Add Shims option e19a046c @bep #8165 bump github.com/spf13/afero from 1.4.1 to 1.5.1 07ad283f @eclipseo Add external source map support to js.Build and Babel 2c8b5d91 @richtera #8132 Run go mod tidy 4d2b6fc4 @bep Update go-org to v1.4.0 212e5e55 @niklasfasching Adjust log level 4fdec67b @bep Add temporary patch to fix template data race 9650e568 @bep #7293 Fix race condition in text template baseof 241b7483 @moorereason Fix metrics hint tracking 0004a733 @moorereason #8125 Fix potential path issue on Windows b60e9279 @bep Fix some humanize issues bf55afd7 @susiwen8 #7912 Fix handling of legacy attribute config e6dd3128 @bep #7548 Support translation files with suffix *.yml 92c6c404 @bep #8212 Fix nilpointer in js.Build error handling a1fe552f @bep #8162
2021-05-12py-priority: added version 1.3.0adam5-1/+45
Priority is a pure-Python implementation of the priority logic for HTTP/2, set out in RFC 7540 Section 5.3 (Stream Priority). This logic allows for clients to express a preference for how the server allocates its (limited) resources to the many outstanding HTTP requests that may be running over a single HTTP/2 connection.
2021-05-10www/squid4: update to 4.15taca2-8/+7
This release fixes these security issues from prior release. * SQUID-2020:11 HTTP Request Smuggling (CVE-2020-25097) * SQUID-2021:1 Denial of Service in URN processing (CVE-2021-28651) * SQUID-2021:2 Denial of Service in HTTP Response Processing (CVE-2021-28662) * SQUID-2021:3 Denial of Service issue in Cache Manager (CVE-2021-28652) * SQUID-2021:4 Multiple issues in HTTP Range header (CVE-2021-31806, CVE-2021-31807, CVE-2021-31808) * SQUID-2021:5 Denial of Service in HTTP Response Processing (CVE pending allocation) Changes in squid-4.15 (10 May 2021): - Bug 5112: Excessively loud chunked reply parsing error reporting - Bug 5106: Broken cache manager URL parsing - Bug 5104: Memory leak in RFC 2169 response parsing - Bug 3556: "FD ... is not an open socket" for accept() problems - Profiling: CPU timing implemented for MAC non-x86 - Fix HttpHeaderStats definition to include hoErrorDetail - Fix Squid-to-client write_timeout triggers client_lifetime timeout - Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs - Handle more Range requests - Handle more partial responses - Stop processing a response if the Store entry is gone - ... and some portability fixes - ... and some documentation updates
2021-05-10py-websockets: updated to 9.0.1adam3-20/+50
9.0.1 Fixed issues with the packaging of the 9.0 release. 9.0 Note Version 9.0 moves or deprecates several APIs. Aliases provide backwards compatibility for all previously public APIs. :class:`~datastructures.Headers` and :exc:`~datastructures.MultipleValuesError` were moved from websockets.http to :mod:`websockets.datastructures`. If you're using them, you should adjust the import path. The client, server, protocol, and auth modules were moved from the websockets package to websockets.legacy sub-package, as part of an upcoming refactoring. Despite the name, they're still fully supported. The refactoring should be a transparent upgrade for most uses when it's available. The legacy implementation will be preserved according to the backwards-compatibility policy. The framing, handshake, headers, http, and uri modules in the websockets package are deprecated. These modules provided low-level APIs for reuse by other WebSocket implementations, but that never happened. Keeping these APIs public makes it more difficult to improve websockets for no actual benefit. Added compatibility with Python 3.9. Added support for IRIs in addition to URIs. Added close codes 1012, 1013, and 1014. Raised an error when passing a :class:`dict` to :meth:`~legacy.protocol.WebSocketCommonProtocol.send`. Fixed sending fragmented, compressed messages. Fixed Host header sent when connecting to an IPv6 address. Fixed creating a client or a server with an existing Unix socket. Aligned maximum cookie size with popular web browsers. Ensured cancellation always propagates, even on Python versions where :exc:`~asyncio.CancelledError` inherits :exc:`Exception`. Improved error reporting.
2021-05-10py-django-countries: updated to 7.2adam3-8/+38
7.2 (10 May 2021) Allow the character field to work with custom country codes that are not 2 characters (such as "GB-WLS"). Fix compatibility with django-migrations-ignore-attrs library. 7.1 (17 March 2021) Allow customising the str_attr of Country objects returned from a CountryField via a new countries_str_attr keyword argument (thanks C. Quentin). Add pyuca as an extra dependency, so that it can be installed like pip install django-countries[pyuca]. Add Django 3.2 support. 7.0 (5 December 2020) Add name_only as an option to the Django Rest Framework serializer field (thanks Miguel Marques). Add in Python typing. Add Python 3.9, Django 3.1, and Django Rest Framework 3.12 support. Drop Python 3.5 support. Improve IOC code functionality, allowing them to be overridden in COUNTRIES_OVERRIDE using the complex dictionary format. 6.1.3 (18 August 2020) Update flag of Mauritania. Add flag for Kosovo (under its temporary code of XK). 6.1.2 (26 March 2020) Fix Python 3.5 syntax error (no f-strings just yet...). 6.1.1 (26 March 2020) Change ISO country import so that "Falkland Islands [Malvinas]" => "Falkland Islands (Malvinas)". 6.1 (20 March 2020) Add a GraphQL object type for a django Country object. 6.0 (28 February 2020) Make DRF CountryField respect blank=False. This is a backwards incompatible change since blank input will now return a validation error (unless blank is explicitly set to True). Fix COUNTRIES_OVERRIDE when using the complex dictionary format and a single name. Add bandit to the test suite for basic security analysis. Drop Python 2.7 and Python 3.4 support. Add Rest Framework 3.10 and 3.11 to the test matrix, remove 3.8. Fix a memory leak when using PyUCA. Thanks Meiyer (aka interDist)! 5.5 (11 September 2019) Django 3.0 compatibility. Plugin system for extending the Country object. 5.4 (11 August 2019) Renamed Macedonia -> North Macedonia. Fix an outlying makemigrations error. Pulled in new translations which were provided but missing from previous version. Fixed Simplified Chinese translation (needed to be locale/zh_Hans). Introduce an optional complex format for COUNTRIES_ONLY and COUNTRIES_OVERRIDE to allow for multiple names for a country, a custom three character code, and a custom numeric country code. 5.3.3 (16 February 2019) Add test coverage for Django Rest Framework 3.9. 5.3.2 (27 August 2018) Tests for Django 2.1 and Django Rest Framework 3.8. 5.3.1 (12 June 2018) Fix dumpdata and loaddata for CountryField(multiple=True). 5.3 (20 April 2018) Iterating a Countries object now returns named tuples. This makes things nicer when using {% get_countries %} or using the country list elsewhere in your code.
2021-05-09davical: fix build when doxygen is already installedkhorben3-2/+545
While there, add the option to generate and include the documentation in the package (disabled by default). No PKGREVISION bump as the build simply broke with doxygen available, and the new option is disabled by default.
2021-05-08Revbump all Go packages after go116 updatebsiegert21-40/+42
2021-05-08www/ruby-rails61: update to 6.1.3.2taca4-20/+20
Real changes are in www/ruby-actionpack61 only. ## Rails 6.1.3.2 (May 05, 2021) ## * Prevent open redirects by correctly escaping the host allow list CVE-2021-22903 * Prevent catastrophic backtracking during mime parsing CVE-2021-22902 * Prevent regex DoS in HTTP token authentication CVE-2021-22904 * Prevent string polymorphic route arguments. `url_for` supports building polymorphic URLs via an array of arguments (usually symbols and records). If a developer passes a user input array, strings can result in unwanted route helper calls. CVE-2021-22885 *Gannon McGibbon*
2021-05-08www/ruby-rails60: update to 6.0.3.7taca4-20/+20
Real changes are in www/ruby-actionpack60 only. ## Rails 6.0.3.7 (May 05, 2021) ## * Prevent catastrophic backtracking during mime parsing CVE-2021-22902 * Prevent regex DoS in HTTP token authentication CVE-2021-22904 * Prevent string polymorphic route arguments. `url_for` supports building polymorphic URLs via an array of arguments (usually symbols and records). If a developer passes a user input array, strings can result in unwanted route helper calls. CVE-2021-22885 *Gannon McGibbon*
2021-05-08py-httpx-socks: updated to 0.4.0adam2-9/+9
v0.4.0 Make it compatible with httpx 0.18.x
2021-05-08py-respx: updated to 0.17.0adam2-8/+8
0.17.0 Changed - Require `HTTPX` 0.18.0 and implement the new transport API. - Removed ASGI and WSGI transports from httpcore patch list. - Don't pre-read mocked async resposne streams. Fixed - Fixed syntax highlighting in docs, thanks @florimondmanca. - Type check `route.return_value`, thanks @tzing. - Fixed a typo in the docs, thanks @lewoudar. Added - Added support for adding/removing patch targets. - Added test session for python 3.10. - Added RESPX Mock Swallowtail to README.
2021-05-08py-httpx: updated to 0.18.1adam3-8/+14
0.18.1 (29th April, 2021) Changed * Update brotli support to use the `brotlicffi` package * Ensure that `Request(..., stream=...)` does not auto-generate any headers on the request instance. Fixed * Pass through `timeout=...` in top-level httpx.stream() function. * Map httpcore transport close exceptions to httpx exceptions. 0.18.0 (27th April, 2021) The 0.18.x release series formalises our low-level Transport API, introducing the base classes `httpx.BaseTransport` and `httpx.AsyncBaseTransport`. See the "[Writing custom transports](https://www.python-httpx.org/advanced/#writing-custom-transports)" documentation and the [`httpx.BaseTransport.handle_request()`](https://github.com/encode/httpx/blob/397aad98fdc8b7580a5fc3e88f1578b4302c6382/httpx/_transports/base.py#L77-L147) docstring for more complete details on implementing custom transports. Pull request 1522 includes a checklist of differences from the previous `httpcore` transport API, for developers implementing custom transports. The following API changes have been issuing deprecation warnings since 0.17.0 onwards, and are now fully deprecated... * You should now use httpx.codes consistently instead of httpx.StatusCodes. * Use limits=... instead of pool_limits=.... * Use proxies={"http://": ...} instead of proxies={"http": ...} for scheme-specific mounting. Changed * Transport instances now inherit from `httpx.BaseTransport` or `httpx.AsyncBaseTransport`, and should implement either the `handle_request` method or `handle_async_request` method. * The `response.ext` property and `Response(ext=...)` argument are now named `extensions`. * The recommendation to not use `data=<bytes|str|bytes (a)iterator>` in favour of `content=<bytes|str|bytes (a)iterator>` has now been escalated to a deprecation warning. * Drop `Response(on_close=...)` from API, since it was a bit of leaking implementation detail. * When using a client instance, cookies should always be set on the client, rather than on a per-request basis. We prefer enforcing a stricter API here because it provides clearer expectations around cookie persistence, particularly when redirects occur. * The runtime exception `httpx.ResponseClosed` is now named `httpx.StreamClosed`. * The `httpx.QueryParams` model now presents an immutable interface. There is a discussion on [the design and motivation here](https://github.com/encode/httpx/discussions/1599). Use `client.params = client.params.merge(...)` instead of `client.params.update(...)`. The basic query manipulation methods are `query.set(...)`, `query.add(...)`, and `query.remove()`. Added * The `Request` and `Response` classes can now be serialized using pickle. * Handle `data={"key": [None|int|float|bool]}` cases. * Support `httpx.URL(**kwargs)`, for example `httpx.URL(scheme="https", host="www.example.com", path="/')`, or `httpx.URL("https://www.example.com/", username="tom@gmail.com", password="123 456")`. * Support `url.copy_with(params=...)`. * Add `url.params` parameter, returning an immutable `QueryParams` instance. * Support query manipulation methods on the URL class. These are `url.copy_set_param()`, `url.copy_add_param()`, `url.copy_remove_param()`, `url.copy_merge_params()`. * The `httpx.URL` class now performs port normalization, so `:80` ports are stripped from `http` URLs and `:443` ports are stripped from `https` URLs. * The `URL.host` property returns unicode strings for internationalized domain names. The `URL.raw_host` property returns byte strings with IDNA escaping applied. Fixed * Fix Content-Length for cases of `files=...` where unicode string is used as the file content. * Fix some cases of merging relative URLs against `Client(base_url=...)`. * The `request.content` attribute is now always available except for streaming content, which requires an explicit `.read()`.
2021-05-08py-httpcore: updated to 0.13.3adam2-7/+7
0.13.3 (May 6th, 2021) Added - Support HTTP/2 prior knowledge, using `httpcore.SyncConnectionPool(http1=False)`. Fixed - Handle cases where environment does not provide `select.poll` support. 0.13.2 (April 29th, 2021) Added - Improve error message for specific case of `RemoteProtocolError` where server disconnects without sending a response. 0.13.1 (April 28th, 2021) Fixed - More resiliant testing for closed connections. - Don't raise exceptions on ungraceful connection closes. 0.13.0 (April 21st, 2021) The 0.13 release updates the core API in order to match the HTTPX Transport API, introduced in HTTPX 0.18 onwards. An example of making requests with the new interface is: ```python with httpcore.SyncConnectionPool() as http: status_code, headers, stream, extensions = http.handle_request( method=b'GET', url=(b'https', b'example.org', 443, b'/'), headers=[(b'host', b'example.org'), (b'user-agent', b'httpcore')] stream=httpcore.ByteStream(b''), extensions={} ) body = stream.read() print(status_code, body) ``` Changed - The `.request()` method is now `handle_request()`. - The `.arequest()` method is now `.handle_async_request()`. - The `headers` argument is no longer optional. - The `stream` argument is no longer optional. - The `ext` argument is now named `extensions`, and is no longer optional. - The `"reason"` extension keyword is now named `"reason_phrase"`. - The `"reason_phrase"` and `"http_version"` extensions now use byte strings for their values. - The `httpcore.PlainByteStream()` class becomes `httpcore.ByteStream()`. Added - Streams now support a `.read()` interface. Fixed - Task cancelation no longer leaks connections from the connection pool.
2021-05-08py-rfc3986: updated to 1.5.0adam2-8/+8
1.5.0 - 2021-05-07 ------------------ - Fix bug where a valid IRI is mishandled by ``urlparse`` and ``ParseResultBytes``. - Add :meth:`~rfc3986.builder.URIBuilder.extend_path`, :meth:`~rfc3986.builder.URIBuilder.extend_query_with`, :meth:`~rfc3986.builder.URIBuilder.geturl` to :class:`~rfc3986.builder.URIBuilder`.
2021-05-08py-django-celery-beat: updated to 2.2.0adam3-13/+37
2.2.0 ===== - Fixed compatibility with django-timezone-field>=4.1.0 - Fixed deprecation warnings: 'assertEquals' in tests. - Fixed SolarSchedule event choices i18n support. - Updated 'es' .po file metadata - Update 'fr' .po file metadata - New schema migrations for SolarSchedule events choices changes in models. 2.1.0 ===== - Fix string representation of CrontabSchedule, so it matches UNIX CRON expression format - If no schedule is selected in PeriodicTask form, raise a non-field error instead of an error bounded to the `interval` field - Fix some Spanish translations - Log "Writing entries..." message as DEBUG instead of INFO - Use CELERY_TIMEZONE setting as `CrontabSchedule.timezone` default instead of UTC - Fix bug in ClockedSchedule that made the schedule stuck after a clocked task was executed. The `enabled` field of ClockedSchedule has been dropped - Drop support for Python < 3.6 - Add support for Celery 5 and Django 3.1 2.0.0 ===== - Added support for Django 3.0 - Dropped support for Django < 2.2 and Python < 3.5 1.6.0 ===== - Fixed invalid long_description - Exposed read-only field PeriodicTask.last_run_at in Django admin - Added docker config to ease development - Added validation schedule validation on save - Added French translation - Fixed case where last_run_at = None and CELERY_TIMEZONE != TIME_ZONE 1.5.0 ===== - Fixed delay returned when a task has a start_time in the future. - PeriodicTaskAdmin: Declare some filtering, for usability - fix _default_now is_aware bug - Adds support for message headers for periodic tasks - make last_run_at tz aware before passing to celery
2021-05-08py-django-timezone-field: updated to 4.1.2adam3-9/+17
4.1.2 (2021-03-17) Avoid NonExistentTimeError during DST transition 4.1.1 (2020-11-28) Don't import rest_framework from package root 4.1 (2020-11-28) Add Django REST Framework serializer field Add new choices_display kwarg with supported values WITH_GMT_OFFSET and STANDARD Deprecate display_GMT_offset kwarg 4.0 (2019-12-03) Add support for django 3.0, python 3.8 Drop support for django 1.11, 2.0, 2.1, python 2.7, 3.4 3.1 (2019-10-02) Officially support django 2.2 (already worked) Add option to display TZ offsets in form field
2021-05-07py-flask-static-digest: Accidentally omitted PYPKGPREFIX.kleink1-2/+2
2021-05-07firefox78-l10n: Update to 78.10.1ryoon2-371/+371
* Sync with www/firefox78-78.10.1.
2021-05-07firefox78: Remove PKGREVISION after updateryoon1-2/+1
2021-05-07firefox78: Update to 78.10.1ryoon2-7/+7
Changelog: Version 78.10.1, first offered to ESR channel users on May 4, 2021 Fixed * Resolved an issue caused by a recent Widevine plugin update which prevented some purchased video content from playing correctly (bug 1705138) * Security fix Security fixes: #CVE-2021-29951: Mozilla Maintenance Service could have been started or stopped by domain users
2021-05-07Update caddy to 2.3.0, from pkgsrc-wip.bsiegert3-16/+7317
This version of caddy was super old, and the 2.x versions from wip are the recommended ones to use.
2021-05-07www: + py-flask-static-digest.kleink1-1/+2
2021-05-07Import Flask-Static-Digest 0.2.1 as www/py-flask-static-digest.kleink4-0/+49
Flask-Static-Digest is a Flask extension that will help make your static files production ready with very minimal effort on your part. It does this by md5 tagging and gzipping your static files after running a `flask digest compile` command that this extension adds to your Flask app.
2021-05-06firefox-l10n: Update to 88.0.1ryoon2-387/+387
* Sync with www/firefox-88.0.1.
2021-05-06firefox: Update to 88.0.1ryoon2-8/+7
Changelog: Version 88.0.1, first offered to Release channel users on May 5, 2021 ------------------------------------------------------------------------------- Fixed * Resolved an issue caused by a recent Widevine plugin update which prevented some purchased video content from playing correctly (bug 1705138) * Fixed corruption of videos playing on Twitter or WebRTC calls on some Gen6 Intel graphics chipsets (bug 1708937) * Fixed menulists in Preferences being unreadable for users with High Contrast Mode enabled (bug 1706496) * Various stability and security fixes. Security fixes: #CVE-2021-29953: Universal Cross-Site Scripting #CVE-2021-29952: Race condition in Web Render Components
2021-05-06py-google-apitools: updated to 0.5.32adam2-8/+7
v0.5.32 * Pin to an old RSA version for Python 2 * Try switching the order or rsa and oauth2client * Revert attempted RSA fix.
2021-05-05www: +hs-warp-tlspho1-1/+2
2021-05-05Import warp-tls-3.3.0pho5-0/+70
warp-tls: HTTP over TLS support for Warp via the TLS package SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN.
2021-05-05www: +hs-warppho1-1/+2
2021-05-05Import warp-3.3.15pho5-0/+211
warp: A fast, light-weight web server for WAI applications. HTTP/1.0, HTTP/1.1 and HTTP/2 are supported. For HTTP/2, Warp supports direct and ALPN (in TLS) but not upgrade.
2021-05-05www: +hs-http2pho1-1/+2
2021-05-05Import http2-3.0.1pho5-0/+271
HTTP/2 library including frames, priority queues, HPACK, client and server.
2021-05-05www: +hs-http-datepho1-1/+2
2021-05-05Import http-date-0.0.11pho5-0/+65
Fast parser and formatter for HTTP Date
2021-05-05www: +hs-bsb-http-chunkedpho1-1/+2
2021-05-05Import bsb-http-chunked-0.0.0.4pho6-0/+69
This library contains functions for encoding bytestring builders for chunked HTTP/1.1 transfer. This functionality was extracted from the blaze-builder package.
2021-05-05www: +hs-wai-loggerpho1-1/+2
2021-05-05Import wai-logger-2.3.6pho5-0/+70
Apache style logger for WAI applications.
2021-05-05www: +hs-waipho1-1/+2
2021-05-05Import wai-3.2.3pho5-0/+62
Provides a common protocol for communication between web applications and web servers.
2021-05-05www: +hs-js-jquerypho1-1/+2
2021-05-05Import js-jquery-3.3.1pho5-0/+59
This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
2021-05-05www: +hs-js-flotpho1-1/+2
2021-05-05Import js-flot-0.8.3pho5-0/+72
This package bundles the minified Flot code (a jQuery plotting library) into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream flot version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
2021-05-05www: +hs-http-conduitpho1-1/+2