summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-28(graphics/R-latex2exp) Updated 0.4.0 to 0.5.0mef2-7/+7
# latex2exp 0.5.0 * Update Documentation to use the new raw strings introduced in R 4.0 (which lets one do away with the quoting of the backslash character; e.g. one can use `TeX(r'($\alpha^\beta$)')` rather than `TeX('\\alpha^\\beta)`) * Adds parameters `bold` and `italic` to `TeX()`. These can be used to make the entire expression bold or italic. * Adds `\phantom{}` ([PR](https://github.com/stefano-meschiari/latex2exp/pull/22))
2021-08-28devel/R-R.utils: import R-R.utils-2.10.1mef3-0/+23
Utility functions useful when programming and developing R packages.
2021-08-28devel/R-R.methodsS3: import R-R.methodsS3-1.8.1mef3-0/+28
Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.
2021-08-28math/R-hexbin: import R-hexbin-1.28.2mef3-0/+20
Binning and plotting functions for hexagonal bins.
2021-08-28(www/R-rvest) Add missing DEPEDNDS, update REQ. versionmef1-2/+5
2021-08-27fix build on arm64eb: sha512.c and sha256-armv8.c both provided themrg2-1/+19
same symbols. (sha256-x86.c has the same problem, but that file already requires little endian so is not a big deal.)
2021-08-27doc: Updated news/tin to 2.6.0micha1-1/+2
2021-08-27news/tin: Update to 2.6.0micha8-36/+85
-- 2.6.0 release 20210823 "Coleburn" -- 027) Dennis Preiser <dennis@d--p.de> ADD. allow multibyte chars in art_marked_* ADD. jump to article in posting history screen ADD. untaint variable used for connection info output ADD. skip_scope() to check if the attribute is set ADD. right-justify txt_thread_x_of_n and txt_x_resp in page level ADD. filter update comment to related entry, not the following BUG. spurious newline before signature with sigdashes=OFF BUG. crash when trying to respond to an article with an empty Subject BUG. unfinished rfc2047 encodings may lead to out of bound reads BUG. hypothetic resource leak in lookup_msgid() BUG. swapped check to avoid possible out of bound read in find_first_unread() BUG. aborting jump to n-th article in thread in page level switched to 1st article in thread instead of doing nothing BUG. possible integer overflow if high watermark equals maximal possible article number supporetd FIX. art.c, attrib.c, config.c, filter.c, group.c, help.c, init.c keymap.c, lang.c, misc.c, newsrc.c, nntplib.c, options_menu.c page.c, post.c, prompt.c, rfc2047.c, screen.c, search.c, select.c sigfile.c, signal.c, thread.c, extern.h, keymap.h, proto.h, tin.h tinrc.h 026) Thomas E. Dickey <dickey@invisible-island.net> ADD. update configure macros ADD. lots of casts to silence compiler warnings FIX. art.c, attrib.c, charset.c, color.c, config.c, cook.c, curses.c envarg.c, feed.c, filter.c, getline.c, global.c, group.c, header.c help.c, inews.c, keymap.c, memory.c, misc.c, nntplib.c options_menu.c, page.c, pgp.c, post.c, prompt.c, read.c, refs.c regex.c, rfc1524.c, rfc2045.c, rfc2046.c, rfc2047.c, save.c screen.c, search.c, select.c, sigfile.c, string.c, thread.c, trace.c wildmat.c, parsdate.y, keymap.h, tcurses.h, tin.h, aclocal.m4 configure[.in] 025) Urs Janssen <urs@tin.org> REM. 3rd party tool expand_aliases REM. redundant condition REM. auto_save tinrc and attributes option REM. start_editor_offset tinrc and attributes option BUG. after toggling through thread methods via 'u' go to parent in pager could lead to crash if no more read article in thread were left BUG. hypothetic use of uninitialized variable when saving article without From-header in mbox format BUG. using right-mouse actions (use_mouse=ON) outside the active screen-aerea (clicking below the last group/subject on screen) could lead to a crash BUG. get_initials() may leave initials uninitiaized BUG. detection of idn_decodename() from libidnkit may fail BUG. gnksa parser still prohibited some chars in dqotes which are allowed since RFC 5322 BUG. spin_cursor() was only called for valid entries when parsing the active file ADD. always show full path in upgrade_prompt_quit() ADD. replace elm(1) with mutt(1) in examples ADD. update included libcanlock ADD. config.guess, config.sub update ADD. reorder t_filter to reduce mem usage ADD. quit early if screen is too small, reduce MIN_COLUMNS_ON_TERMINAL from 50 to 40 REM. some unnecessary initializations ADD. suppress some unused-result warnings FIX. active.c, art.c, attrib.c, charset.c, config.c, cook.c, debug.c feed.c, filter.c, global.c, group.c, help.c, inews.c, init.c, lang.c main.c, makecfg.c, memory.c, misc.c, nntplib.c, options_menu.c page.c, pgp.c, post.c, prompt.c, rfc2046.c, rfc2047.c, save.c search.c, sigfile.c, string.c, tcurses.c, thread.c, xface.c extern.h, proto.h tin.h, tinrc.h, trace.h, version.h, tincfg.tbl tin.[15], libcanlock/*, expand_aliases.tgz, config.guess, config.sub configure[.in] 024) Matt Anton <tin@lv223.org> ADD. updated French translation FIX. fr.po 023) Toomas Soome <tsoome@me.com> ADD. updated Estonian translation FIX. et.po
2021-08-27doc: Update mingw-w64 packages to 9.0.0ryoon2-10/+16
2021-08-27mingw-w64: Update to 9.0.0ryoon29-63/+191
* Update binutils to 2.37. * Update gcc to 10.3.0. Changelog: Notable changes: UCRT updates by Biswapriyo Nath Wine updates by Jacek Caban Various new and updated API headers by Biswapriyo Nath and Liu Hao Various UCRT and MSVCRT fixes by Martin Storsjo at_quick_exit implementation by Martin Storsjo dism API by Biswapriyo Nath idl fixes by Steve Lhomme Winpthreads fixes by Liu Hao gettimeofday precision increase by Christian Franke
2021-08-27doc: Updated www/grafana to 8.1.2triaxx1-1/+2
2021-08-27grafana: Update to 8.1.2triaxx4-1096/+2317
upstream changes: ----------------- 8.1.2 (2021-08-19) Features and enhancements o AzureMonitor: Add support for PostgreSQL and MySQL Flexible Servers. #38075, @joshhunt o Datasource: Change HTTP status code for failed datasource health check to 400. #37895, @stephaniehingtgen o Explore: Add span duration to left panel in trace viewer. #37806, @connorlindsey o Plugins: Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. #37688, @wbrowne o Profiling: Add support for binding pprof server to custom network interfaces. #36580, @cinaglia o Search: Make search icon keyboard navigable. #37865, @tskarhed o Template variables: Keyboard navigation improvements. #38001, @tskarhed o Tooltip: Display ms within minute time range. #37569, @nikki-kiga Bug fixes o Alerting: Fix saving LINE contact point. #37744, @xy-man o Alerting: Fix saving LINE contact point. #37718, @xy-man o Annotations: Fix alerting annotation coloring. #37412, @kylebrandt o Annotations: Alert annotations are now visible in the correct Panel. #37959, @hugohaggmark o Auth: Hide SigV4 config UI and disable middleware when its config flag is disabled. #37293, @wbrowne o Dashboard: Prevent incorrect panel layout by comparing window width against theme breakpoints. #37868, @ashharrison90 o Elasticsearch: Fix metric names for alert queries. #37871, @dsotirakis o Explore: Fix showing of full log context. #37442, @ivanahuckova o PanelEdit: Fix 'Actual' size by passing the correct panel size to Das…. #37885, @ashharrison90 o Plugins: Fix TLS datasource settings. #37797, @wbrowne o Variables: Fix issue with empty drop downs on navigation. #37776, @hugohaggmark o Variables: Fix URL util converting false into true. #37402, @simPod Plugin development fixes & changes o Toolkit: Fix matchMedia not found error. #37643, @zoltanbedi 8.1.1 (2021-08-09) Bug fixes o CloudWatch Logs: Fix crash when no region is selected. #37639, @aocenas o Reporting: Fix timezone parsing for scheduler (enterprise) 8.1.0 (2021-08-05) Features and enhancements o Alerting: Deduplicate receivers during migration. #36812, @codesome o ColorPicker: Display colors as RGBA. #37231, @nikki-kiga o Select: Make portalling the menu opt-in, but opt-in everywhere. #37501, @ashharrison90 o TimeRangePicker: Improve accessibility. #36912, @tskarhed Bug fixes o Annotations: Correct annotations that are displayed upon page refresh. #37496, @axelavargas o Annotations: Fix Enabled button that disappeared from Grafana v8.0.6. #37454, @axelavargas o Annotations: Fix data source template variable that was not available for annotations. #37506, @axelavargas o AzureMonitor: Fix annotations query editor that does not load. #37476, @torkelo o Geomap: Fix scale calculations. #37375, @ryantxu o GraphNG: Fix y-axis autosizing. #37464, @leeoniya o Live: Display stream rate and fix duplicate channels in list response. #37365, @FZambia o Loki: Update labels in log browser when time range changes. #37520, @ivanahuckova o Loki: Update labels in log browser when time range changes in dashboard. #37541, @ivanahuckova o NGAlert: Send resolve signal to alertmanager on alerting -> Normal. #37363, @kylebrandt o PasswordField: Prevent a password from being displayed when you click the Enter button. #37444, @tskarhed o Renderer: Remove debug.log file when Grafana is stopped. #37367, @AgnesToulet o Security: Update dependencies to fix CVE-2021-36222. #37546, @ying-jeanne 8.1.0-beta3 (2021-07-29) Features and enhancements o Alerting: Support label matcher syntax in alert rule list filter. #36408, @nathanrodman o IconButton: Put tooltip text as aria-label. #36760, @tskarhed o Live: Experimental HA with Redis. #36787, @FZambia o UI: FileDropzone component. #36646, @zoltanbedi o [v8.1.x] CloudWatch: Add AWS LookoutMetrics. #37329, @ilyastoli Bug fixes o Docker: Fix builds by delaying go mod verify until all required files are copied over. #37246, @wbrowne o Exemplars: Fix disable exemplars only on the query that failed. #37296, @zoltanbedi o SQL: Fix SQL dataframe resampling (fill mode + time intervals). #36937, @idafurjes 8.1.0-beta2 (2021-07-23) Features and enhancements o Alerting: Expand the value string in alert annotations and labels. #37051, @gerobinson o Auth: Add Azure HTTP authentication middleware. #36932, @kostrse o Auth: Auth: Pass user role when using the authentication proxy. #36729, @yuwaMSFT2 o Gazetteer: Update countries.json file to allow for linking to 3-letter country codes. #37129, @bryanuribe Bug fixes o Config: Fix Docker builds by correcting formatting in sample.ini. #37106, @FZambia o Explore: Fix encoding of internal URLs. #36919, @aocenas 8.1.0-beta1 (2021-07-22) Features and enhancements o Alerting: Add Alertmanager notifications tab. #35759, @nathanrodman o Alerting: Add button to deactivate current Alertmanager configuration. #36951, @domasx2 o Alerting: Add toggle in Loki/Prometheus data source configuration to opt out of alerting UI. #36552, @domasx2 o Alerting: Allow any "evaluate for" value >=0 in the alert rule form. #35807, @domasx2 o Alerting: Load default configuration from status endpoint, if Cortex Alertmanager returns empty user configuration. #35769, @domasx2 o Alerting: view to display alert rule and its underlying data. #35546, @mckn o Annotation panel: Release the annotation panel. #36959, @ryantxu o Annotations: Add typeahead support for tags in built-in annotations. #36377, @ashharrison90 o AzureMonitor: Add curated dashboards for Azure services. #35356, @avidhanju o AzureMonitor: Add support for deep links to Microsoft Azure portal for Metrics. #32273, @shuotli o AzureMonitor: Remove support for different credentials for Azure Monitor Logs. #35121, @andresmgot o AzureMonitor: Support querying any Resource for Logs queries. #33879, @joshhunt o Elasticsearch: Add frozen indices search support. #36018, @Elfo404 o Elasticsearch: Name fields after template variables values instead of their name. #36035, @Elfo404 o Elasticsearch: add rate aggregation. #33311, @estermv o Email: Allow configuration of content types for email notifications. #34530, @djairhogeuens o Explore: Add more meta information when line limit is hit. #33069, @ivanahuckova o Explore: UI improvements to trace view. #34276, @aocenas o FieldOverrides: Added support to change display name in an override field and have it be matched by a later rule. #35893, @torkelo o HTTP Client: Introduce dataproxy_max_idle_connections config variable. #35864, @dsotirakis o InfluxDB: InfluxQL: adds tags to timeseries data. #36702, @gabor o InfluxDB: InfluxQL: make measurement search case insensitive. #34563, @gabor o Legacy Alerting: Replace simplejson with a struct in webhook notification channel. #34952, @KEVISONG o Legend: Updates display name for Last (not null) to just Last*. #35633, @torkelo o Logs panel: Add option to show common labels. #36166, @ivanahuckova o Loki: Add $__range variable. #36175, @ivanahuckova o Loki: Add support for "label_values(log stream selector, label)" in templating. #35488, @ivanahuckova o Loki: Add support for ad-hoc filtering in dashboard. #36393, @ivanahuckova o MySQL Datasource: Add timezone parameter. #27535, @andipabst o NodeGraph: Show gradient fields in legend. #34078, @aocenas o PanelOptions: Don't mutate panel options/field config object when updating. #36441, @dprokop o PieChart: Make pie gradient more subtle to match other charts. #36961, @nikki-kiga o Prometheus: Update PromQL typeahead and highlighting. #36730, @ekpdt o Prometheus: interpolate variable for step field. #36437, @zoltanbedi o Provisioning: Improve validation by validating across all dashboard providers. #26742, @nabokihms o SQL Datasources: Allow multiple string/labels columns with time series. #36485, @kylebrandt o Select: Portal select menu to document.body. #36398, @ashharrison90 o Team Sync: Add group mapping to support team sync in the Generic OAuth provider. #36307, @wardbekker o Tooltip: Make active series more noticeable. #36824, @nikki-kiga o Tracing: Add support to configure trace to logs start and end time. #34995, @zoltanbedi o Transformations: Skip merge when there is only a single data frame. #36407, @edgarpoce o ValueMapping: Added support for mapping text to color, boolean values, NaN and Null. Improved UI for value mapping. #33820, @torkelo o Visualizations: Dynamically set any config (min, max, unit, color, thresholds) from query results. #36548, @torkelo o live: Add support to handle origin without a value for the port when matching with root_url. #36834, @FZambia Bug fixes o Alerting: Handle marshaling Inf values. #36947, @kylebrandt o AzureMonitor: Fix macro resolution for template variables. #36944, @andresmgot o AzureMonitor: Fix queries with Microsoft.NetApp/../../volumes resources. #32661, @pckls o AzureMonitor: Request and concat subsequent resource pages. #36958, @andresmgot o Bug: Fix parse duration for day. #36942, @idafurjes o Datasources: Improve error handling for error messages. #35120, @ifrost o Explore: Correct the functionality of shift-enter shortcut across all uses. #36600, @ivanahuckova o Explore: Show all dataFrames in data tab in Inspector. #32161, @ivanahuckova o GraphNG: Fix Tooltip mode 'All' for XYChart. #31260, @Posnet o Loki: Fix highlight of logs when using filter expressions with backticks. #36024, @ivanahuckova o Modal: Force modal content to overflow with scroll. #36754, @ashharrison90 o Plugins: Ignore symlinked folders when verifying plugin signature. #34434, @wbrowne Breaking changes When parsing Elasticsearch query responses using template variables, each field gets named after the variable value instead of the name. For example, executing a terms aggregation on a variable named $groupBy that has @hostname as a value, the resulting column in the table response will be @hostname instead of $groupBy Issue #36035 Azure Monitor data source no longer supports different credentials for Metrics and Logs in existing data sources. To use different credentials for Azure Monitor Logs, create another data source. Issue #35121 Existing Azure Metrics Logs queries for Log Analytics Workspaces should be backward compatible with this change and should not get impacted. Panels will be migrated to use the new resource-centric backend when you first edit and save them. Application Insights and Insights Analytics queries are now read-only and cannot be modified. To update Application Insights queries, users can manually recreate them as Metrics queries, and Insights Analytics are recreated with Logs. Issue #33879 Plugin development fixes & changes o Toolkit: Improve error messages when tasks fail. #36381, @joshhunt 8.0.6 (2021-07-14) Features and enhancements o Alerting: Add annotation upon alert state change. #36535, @davidmparrott o Alerting: Allow space in label and annotation names. #36549, @codesome o InfluxDB: Improve legend labels for InfluxDB query results. #36603, @gabor Bug fixes o Alerting: Fix improper alert by changing the handling of empty labels. #36679, @davidmparrott o CloudWatch/Logs: Reestablish Cloud Watch alert behavior. #36558, @aocenas o Dashboard: Avoid migration breaking on fieldConfig without defaults field in folded panel. #36666, @glindstedt o DashboardList: Fix issue not re-fetching dashboard list after variable change. #36591, @torkelo o Database: Fix incorrect format of isolation level configuration parameter for MySQL. #36565, @marefr o InfluxDB: Correct tag filtering on InfluxDB data. #36570, @gabor o Links: Fix links that caused a full page reload. #36631, @torkelo o Live: Fix HTTP error when InfluxDB metrics have an incomplete or asymmetrical field set. #36664, @FZambia o Postgres/MySQL/MSSQL: Change time field to "Time" for time series queries. #36720, @marefr o Postgres: Fix the handling of a null return value in query results. #36648, @idafurjes o Tempo: Show hex strings instead of uints for IDs. #36471, @zoltanbedi o TimeSeries: Improve tooltip positioning when tooltip overflows. #36440, @ashharrison90 o Transformations: Add 'prepare time series' transformer. #36737, @ryantxu 8.0.5 (2021-07-08) Features and enhancements o Cloudwatch Logs: Send error down to client. #36277, @zoltanbedi o Folders: Return 409 Conflict status when folder already exists. #36429, @dsotirakis o TimeSeries: Do not show series in tooltip if it's hidden in the viz. #36353, @dprokop Bug fixes o AzureMonitor: Fix issue where resource group name is missing on the resource picker button. #36400, @joshhunt o Chore: Fix AWS auth assuming role with workspace IAM. #36430, @wbrowne o DashboardQueryRunner: Fixes unrestrained subscriptions being created. #36371, @hugohaggmark o DateFormats: Fix reading correct setting key for use_browser_locale. #36428, @torkelo o Links: Fix links to other apps outside Grafana when under sub path. #36498, @torkelo o Snapshots: Fix snapshot absolute time range issue. #36350, @torkelo o Table: Fix data link color. #36446, @tharun208 o Time Series: Fix X-axis time format when tick increment is larger than a year. #36335, @torkelo o Tooltip Plugin: Prevent tooltip render if field is undefined. #36260, @ashharrison90 8.0.4 (2021-07-01) Features and enhancements o Live: Rely on app url for origin check. #35983, @FZambia o PieChart: Sort legend descending, update placeholder to show default …. #36062, @ashharrison90 o TimeSeries panel: Do not reinitialize plot when thresholds mode change. #35952, @dprokop Bug fixes o Elasticsearch: Allow case sensitive custom options in date_histogram interval. #36168, @Elfo404 o Elasticsearch: Restore previous field naming strategy when using variables. #35624, @Elfo404 o Explore: Fix import of queries between SQL data sources. #36210, @ivanahuckova o InfluxDB: InfluxQL query editor: fix retention policy handling. #36022, @gabor o Loki: Send correct time range in template variable queries. #36268, @ivanahuckova o TimeSeries: Preserve RegExp series overrides when migrating from old graph panel. #36134, @ashharrison90
2021-08-27games/woof: Update comment section of patches.micha3-5/+8
2021-08-27doc: Updated devel/mob to 1.10.0schmonz1-1/+2
2021-08-27Update to 1.10.0. From the changelog:schmonz2-7/+7
- Print current time after mob start. This helps when scrolling through the terminal to distinguish the mob start calls.
2021-08-27Vault 1.7.1 -> 1.7.4.he1-2/+2
2021-08-27Note update of security/vault to 1.6.6.he1-1/+2
2021-08-27Upgrade security/vault to version 1.6.6.he2-9/+9
Pkgsrc changes: * Note that we need go >= 1.15.15. Upstream changes: 26 August 2021 SECURITY: * UI Secret Caching: The Vault UI erroneously cached and exposed user-viewed secrets between authenticated sessions in a single shared browser, if the browser window / tab was not refreshed or closed between logout and a subsequent login. This vulnerability, CVE-2021-38554, was fixed in Vault 1.8.0 and will be addressed in pending 1.7.4 / 1.6.6 releases. CHANGES: * go: Update go version to 1.15.15 [GH-12423] IMPROVEMENTS: * db/cassandra: Added tls_server_name to specify server name for TLS validation [GH-11820] BUG FIXES: * physical/raft: Fix safeio.Rename error when restoring snapshots on windows [GH-12377] * secret: fix the bug where transit encrypt batch doesn't work with key_version [GH-11628] * secrets/database: Fixed an issue that prevented external database plugin processes from restarting after a shutdown. [GH-12087] * ui: Automatically refresh the page when user logs out [GH-12035] * ui: Fixes metrics page when read on counter config not allowed [GH-12348] * ui: fix oidc login with Safari [GH-11884]
2021-08-27Updated net/unbound, sysutils/ansible-baseadam1-1/+3
2021-08-27ansible-base: updated to 2.10.13adam2-7/+7
v2.10.13 ======== Minor Changes ------------- - Allow unsafe_writes to be set on target via env var, for those targets that need a blanket setting. Bugfixes -------- - Setup virtualization_facts - add RHV and oVirt type. This change will fully work for VMs in clusters at cluster level 4.4 or newer (https://github.com/ansible/ansible/pull/72876). - ansible-test - allow to ignore ``rstcheck`` errors (https://github.com/ansible/ansible/pull/75272). - callback default, now uses task delegate_to instead of delegate vars to display delegate to host - callbacks, restores missing delegate_vars - dnf module - Use all components of a package name to determine if it's installed (https://github.com/ansible/ansible/issues/75311).
2021-08-27unbound: updated to 1.13.2adam5-16/+15
1.13.2 Features Merge 317: ZONEMD Zone Verification, with RFC 8976 support. ZONEMD records are checked for zones loaded as auth-zone, with DNSSEC if available. There is an added option zonemd-permissive-mode that makes it log but not fail wrong zones. With zonemd-reject-absence for an auth-zone the presence of a zonemd can be mandated for specific zones. Fix: Resolve interface names on control-interface too. Merge 470 from edevil: Allow configuration of persistent TCP connections. Fix 474: always_null and others inside view. Add that log-servfail prints an IP address and more information about one of the last failures for that query. Merge 478: Allow configuration of TCP timeout while waiting for response. Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024. Move the NSEC3 max iterations count in line with the 150 value used by BIND, Knot and PowerDNS. This sets the default value for it in the configuration to 150 for all key sizes. zonemd-check: yesno option, default no, enables the processing of ZONEMD records for that zone. Merge 486 by fobster: Make VAL_MAX_RESTART_COUNT configurable. Merge 491: Add SVCB and HTTPS types and handling according to draft-ietf-dnsop-svcb-https. Introduce 'http-user-agent:' and 'hide-http-user-agent:' options. Bug Fixes Fix for Python 3.9, no longer use deprecated functions of PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now none), PyParser_SimpleParseFile (now Py_CompileString). Merge 420 from dyunwei: DOH not responsing with "http2_query_read_done failure" logged. Fix 422: IPv6 fallback issues when IPv6 is not properly enabled/configured. Fix to make tests work with support indicators set for iterator. Fix build on Python 3.10. Fix doxygen and pydoc warnings. Fix 429: rpz: url: with https: broken (regression in 1.13.1). rpz skip nsec3param records, and nicer log for unsupported actions. Fix 431: Squelch permission denied errors for tcp connect and udp connect from the logs, unless at high verbosity. Fix for zonemd, that nxdomain for the chain of trust is allowed for island zones, it is treated as an insecure zone for verification. Fix for zonemd, that domain-insecure zones work without dnssec. Fix for zonemd, do not reject insecure result from trust anchor validation step in dnssec chain of trust. On startup of unbound it checks if rlimits on memory size look sufficient for the configured cache size, and logs warning if not. Fix function documentation. Fix unit test for added ulimit checks. spelling fix in header. Fix 384: (1) A minor request to improve the log (2) A minor bug in one log message. ipsecmod: Better logging for detecting a cycle when attaching the A/AAAA subquery. Merge 367 : DNSTAP log local address. With code from 365 and fixes 368 : dnstap does not log the DNS message ID for FORWARDER_QUERY. Fix to allow rpz with wildcard that applies to all TLDs at once. Fix for 367: rc_ports don't have ub_sock; skip cleaning up. Fix spurious errors about "Could not generate request: out of memory". The mesh detect cycle routine no longer wrongly stops the check when the calling mesh state is unique. Workaround for 439: prevent loops in the reuse rbtree. Debug output for 411 and 439: printout internal error and details. Fix parse of LOC RR type for decimetres. Fix 441: Minimal NSEC range not accepted for top level domains. Fix for 447: squelch connection refused tcp connection failures from the log, unless verbosity is high. Merge 449 from orbea: build: Add missing linker flags. Comment out nonworking OSX and IOS travis tests, vm fails to start. Fix compile error in listen_dnsport on Android. Fix memory leak reported by asan in rpz SOA record query name. Fix unused-function warning when compiling with --enable-dnscrypt. Fix for 367: fix memory leak when cannot bind to listening port. Reformat pythonmod/pythonmod_utils.{c,h}. Travis enable all tests again. Clang analyzer only a couple times, when there is a difference. homebrew updates disabled, so it does not hang. removed trailing slashes from configure paths. Moved iOS tests to allow-failure. travis, analyzer disabled on test without debug, that does not run anway. Turn off failing tests except one. Update iOS test to xcode image 12.2. Fix deprecation test to work for iOS TVOS and WatchOS, it uses CFLAGS and CPPFLAGS and also checks if the item is unavailable. Travis, fix script to fail when tasks fail. Travis, fix warning in ubsan compile. Fix configure Targetconfiditionals.h header check, to use compile. Fix that cachedb does not produce empty object files when disabled. Fix 429: Also fix end of transfer for http download of auth zones. Disable the use of stack-protector for cross compiled 32-bit windows builds; relates to 444. Fix stack-protector change to not override other CFLAGS options. Clean makedist.sh. Merge 460 from orbea: build: Link with the libtool archive. Fix to stop IPv6 PMTU discovery. Fix for 411: Depth protect for crash on deleted element timeout. rebuild configure to set EXTRALINK to libunbound.la for 460. Fix permission denied sendto log, squelch the log messages unless high verbosity is set. Fix (increase) verbosity level for iterator error log in processQueryTargets(). Fix that nxdomain synthesis does not happen above the stub or forward definition. Fix documentation comment for files previously residing in checkconf/. Remove unused functions worker_handle_reply and libworker_handle_reply. Merge 466 from FGasper: Support OpenSSLs that lack SSL_get0_alpn_selected. Fix 468: OpenSSL 1.0.1 can no longer build Unbound. Further fix for 468: detect SSL_CTX_set_alpn_protos for build with OpenSSL 1.0.1. Fix that testcode dohclient has OpenSSL initialisation calls. Fix compiler warning for signed/unsigned comparison for max_reuse_tcp_queries. Fix 481: Fix comment in configuration file. Fix to squelch tcp socket bind failures when the interface is gone. Rerun flex and bison. Fix for 367: only attempt to get the interface for queries that are no longer on the tcp_waiting_list. Add more logging for out-of-memory cases. Fix 485: Unbound occasionally reports broken stats. Remove case fallthrough from deprecate-rsa-1024 code. Merge 487: ifdef RLIMIT_AS in recently added check. Fix that auth-zone zonefiles use last TTL if no TTL is specified. Fix 489: Compile using MSYS2 MinGW 64-bit. Fix for 411, 439, 469: Reset the DNS message ID when moving queries between TCP streams. Refactor for uniform way to produce random DNS message IDs. Test code has -q option for quiet output. Fix 492: module-config respip missing in unbound.conf.5.in man page. Merges 494 from he32. For 492: Fix font highlighting for the man page on emacs. Merge 496 from banburybill: Use build system endianness if available, otherwise try to work it out. Fix test for zonemd-check option. Merge 448 from shoeper: Update unbound-control.8.in, fix rpz_disable typo. Fix 425: Document auth-zone supports communication with DNS primary on nondefault port. Fix unused variable warning when compiling with --enable-dnstap. Generated lexer and parser for 486; updated example.conf. Fix 413 (based on patch by k-ronny): unbound: does not compile on macOS 11.1-x86_64 host. Use host_os instead of target_os in configure for Darwin8 build. Fix 500: SPEC file in version 1.13.1 references version 1.4; unable to build RPM from source. Fix contrib/unbound.spec, fixed url and comment. Fix configure nonblocking test and onmingw test to use host. Merge 440 by kimheino: Various fixes to contrib/unbound_munin_ file. Fix a number of warnings reported by the gcc analyzer. Fix 495: Documentation or implementation of "verbosity" option. Fix 503: DNS over HTTPS response truncated. Fix warnings reported by the gcc analyzer. Add analyzer and port compile github workflow. Fix up permissions on rpl data file in tests. Fix testbound newline treatment in moment_read and tempfile write. Fix configure grep for reuseport default for failure. Fix compat ctime_r return value Fix configure does not require pkg-config if not needed. Fix unit test in the ctime_r calls for autotrust and in testbound. Fix auth zone download on windows to unlink before rename. Fix 506: Python Module Seems to Leak Memory if it Experiences an Unhandled Exception. Fix Wunused-result compile warnings. Fix compiler warnings for 491. Fix clang-analysis warnings for testcode/readzone.c. Merge 510 from ndptech: Don't call a function which hasn't been defined. Fix for 510: in depth, use ifdefs for windows api event calls. Fix spelling in doc/unbound.doxygen comment. Fix spelling in localzone.h comment. Fix unbound-control local_data and local_datas to print detailed syntax errors. review fix to remove duplicate error printout. Insert header into testcode/readzone.c, it was missing. Fix from lint for ignored return value. Fix for older parsers for function call in serve expired get cached. Fix that ldns_zone_new_frm_fp_l counts the line number for an empty line after a comment. Merge 512: unbound.service.in: upgrade hardening to latest standards. Fix readzone unknown type print for memory resize. Merge 513: Stream reuse, attempt to fix 411, 439, 469. This introduces a couple of fixes for the stream reuse functionality that could result in broken internal structures. Fix 515: Compilation against openssl 3.0.0 beta2 is failing to build unbound. For 515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and SSL_get_peer_certificate. Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check. Prepare for OpenSSL 3.0.0 provider API usage, move the sldns keyraw functions to produce EVP_PKEY results. Move RSA and DSA to use OpenSSL 3.0.0 API. Move ECDSA functions to use OpenSSL 3.0.0 API. iana portlist update. Fix verbose printout failure in tcp reuse unit test. Merge 517 from dyunwei: 420 breaks the mesh reply list function that need to reuse the dns answer. Annotate assertion into error printout; we think it may be an error, but the situation looks harmless. Fix sign comparison warning on FreeBSD. Listen to read or write events after the SSL handshake. Sticky events on windows would stick on read when write was needed. Merge 415 from sibeream: Use /proc/sys/net/ipv4/ip_local_port_range to determine available outgoing ports. (New --enable-linux-ip-local-port-range configuration option) Bump MAX_RESTART_COUNT to 11 from 8; in relation to 438. This allows longer CNAME chains in Unbound. In unit test use openssl set security level to allow keys in test. Fix static analysis warnings about localzone locks that are unused. Fix missing locks in zonemd unit test. Fix readzone compile under debug config. Fix out of sourcedir run of zonemd unit tests. Fix libnettle zonemd unit test. Fix unit test zonemd_reload for use in run_vm. Fix 520: Unbound 1.13.2rc1 fails to build python module.
2021-08-27doc: Removed go packagesnia2-4/+5
2021-08-27go-md2man: add missing filenia1-0/+4
2021-08-27go-runewidth: remove, deprecated go-package, no users in pkgsrcnia6-54/+1
2021-08-27go-termbox: remove, deprecated go-package, no users in pkgsrcnia6-88/+1
2021-08-27go-kr-pretty: remove, deprecated go-package, no users in pkgsrcnia6-60/+1
2021-08-27doc: Removed go packagesnia2-3/+4
2021-08-27go-sanitized_anchor_name: Remove, deprecated go-package, no users in pkgsrcnia6-58/+1
2021-08-27go-blackfriday: Remove, deprecated go-package, no users in pkgsrcnia6-117/+1
2021-08-27doc: Updated textproc/go-md2man to 2.0.1nia2-3/+3
2021-08-27go-md2man: Update to 2.0.1. Switch to go-module build.nia5-120/+22
"This release has a number of rendering bugs resolved. I’d hoped to squash a few more but the fixes were a little more tricky and need more time to get right."
2021-08-27security: Spell R-gitcreds correctly.jperkin3-2/+2
Should hopefully unbreak bulk builds.
2021-08-27doc: Updated emulators/xcopilot to 0.6.6nb2ryoon1-1/+2
2021-08-27xcopilot: Workaround for NetBSD/amd64. Bump PKGREVISIONryoon15-29/+202
* Add workaround for NetBSD/amd64. Not tested under other LP64PLATFORMS and OSes. * Include some header files to resolve implicit uses. * Fix some warinigs.
2021-08-27doc: Updated emulators/qemu to 6.1.0ryoon1-1/+2
2021-08-27qemu: Update to 6.1.0ryoon37-4386/+109
* 6.1.0 release has NetBSD NVMM support. * Fix NetBSD NVMM compile errors. * Remove integrated Alpha patches. Changelog: Highlights include: * block: support for changing block node options after creation via 'blockdev-reopen' QMP command * Crypto: more performant backend recommendations and improved documentation * I2C: emulation support for I2C muxes (pca9546, pca9548) and PMBus * TCG Plugins: now enabled by default, with new execlog and cache modelling plugins. * ARM: new board support for Aspeed (rainier-bmc, quanta-q7l1), npcm7xx (quanta-gbs-bmc), and Cortex-M3 (stm32vldiscovery) based machines * ARM: Aspeed support of Hash and Crypto Engine * ARM: emulation support for SVE2 (including bfloat16), integer matrix multiply accumulate operations, TLB invalidate in Outer Shareable domain, TLB range invalidate, and more. * PowerPC: pseries: support for detecting hotplug failures in newer guests * PowerPC: pseries: increased maximum CPU count * PowerPC: pseries: emulation support for some POWER10 prefixed instructions * PowerPC: new board support for Genesi/bPlan Pegasos II (pegasos2) * RISC-V: updates to OpenTitan platform support, including OpenTitan timer * RISC-V: support for virtio-vga * RISC-V: documentation improvements and general code cleanups/fixes * s390: emulation support for the vector-enhancements facility * s390: support for gen16 CPU models * x86: new Intel CPU model versions with support for XSAVES instruction * x86: added ACPI based PCI hotplug support for Q35 machine (now the default) * x86: improvements to emulation of AMD virtualization extensions * and lots more...
2021-08-27Fix line split by a copy/paste, as pointed to wizd(8)manu2-5/+4
2021-08-27Updated www/p5-URI-Fetch to 0.15wen1-1/+2
2021-08-27Update to 0.15wen6-80/+7
Upstream changes: 0.15 2021-05-27 NEILB - Specify min perl as 5.008001 rather than 5.008_001, which was causing problems with some versions of ExtUtils::MakeMaker. RT#133491 0.14 2021-05-26 NEILB - When Benjamin created this, he had a server set up for doing the tests, but that's gone now. So to stop all the fails, I'm skipping the live tests for now. Could do with mocking, but this is a stop-gap. 0.13_01 2021-05-25 NEILB - Changed the test suite to use some online HTTP status code test servers. Let's see how reliable they are.
2021-08-27Updated www/p5-WWW-Mechanize-Cached to 1.55wen1-1/+2
2021-08-27Update to 1.55wen2-8/+7
Upstream changes: Changes for version 1.55 - 2021-02-16 remove plan declared before Test::RequiresInternet (GH#26) (Dan Book)
2021-08-27Updated www/p5-WWW-Mechanize to 2.04wen1-1/+2
2021-08-27Update to 2.04wen2-8/+7
Upstream changes: 2.04 2021-08-06 12:28:31Z [ENHANCEMENTS] - Add a head() method to allow relative URLs (GH#321) (Julien Fiegehenn) [DOCUMENTATION] - Document that form_id() accepts an id, not a name (GH#319) (Olaf Alders)
2021-08-27Updated time/p5-DateTime-Format-Flexible to 0.34wen1-1/+2
2021-08-27Update to 0.34wen2-10/+8
Update DEPENDS Upstream changes: 0.34 - support timezones in parenthesis - Add support for YYYY-MM-DD HH:MM P.M. format - thanks Michael Schout for the patch! 0.33 Wed May 26 2021 - changes to how some days are parsed to fix memory leaks - remove Module::Pluggable as a dependency - thanks BBKR rt #136597
2021-08-27Updated time/p5-DateTime-Locale to 1.32wen1-1/+2
2021-08-27Update to 1.32wen2-8/+7
Upstream changes: Changes for version 1.32 - 2021-04-30 Rebuilt all locale data with the data from CLDR 39.0.0.
2021-08-26bind911: Explicitly disable gssapi.jperkin1-1/+2
At some point it should be a proper option, but until then it needs to be disabled to avoid bad detection (krb5 isn't even buildlinked).
2021-08-26pulseaudio: Fix build on SunOS, and probably others.jperkin2-11/+6
The -Dtests=false is probably required everywhere as they depend on $ORIGIN rpaths for internal libraries, and DATADIRNAME is no longer valid.
2021-08-26Updated audio/mpg123, net/py-prometheus_clientadam1-1/+3