forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mailman: classic and larry skins vanished at 1.6.0 #343
Comments
Not quite putting it in the package, but I did find that for our installation, we could use composer to load the larry plugin without trouble:
Hope this is of use to somebody. |
jperkin
pushed a commit
that referenced
this issue
Mar 12, 2023
# htmltools 0.5.4 ## New Features * Added a new `bindFillRole()` function for modifying `tag()` object(s) into tags that are allowed to grow and shrink when their parent is opinionated about their height. See `help(bindFillRole, "htmltools")` for documentation and examples. Note the primary motivation for adding these functions is to power `{bslib}`'s new `card()` API (in particular, [responsive sizing](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing)) as well as the new `fill` arguments in `shiny::plotOutput()`, `shiny::imageOutput()`, `shiny::uiOutput()`, `htmlwidgets::sizingPolicy()`, and `htmlwidgets::shinyWidgetOutput()`. (#343) ## Bug fixes * Closed #331: `copyDependencyToDir()` creates `outputDir` recursively, which happens in Quarto or when `lib_dir` points to a nested directory. (@gadenbuie, #332) * Closed #346: `tagQuery()`'s `$remove()`, `$after()`, `$before()`, `$replaceWith()` had a bug that prevented expected behavior when sibling children values where not tag elements. (#348) # htmltools 0.5.3 ## Breaking changes * Closed #305: `htmlPreserve()` no longer uses _inline_ code blocks for Pandoc's raw attribute feature when used inside a _non_-inline knitr/rmarkdown code chunk, and as a result, in this case, an additional `<p>` tag is no longer wrapped around the HTML content. (#306) ## Bug fixes * Closed #301: `tagQuery()` was failing to copy all `tagList()` html dependencies within nest child tag lists. `tagQuery()` will now relocate html dependencies as child objects. (#302) * Closed #290: htmltools previously did not specify which version of fastmap to use, and would fail to install with an old version of fastmap. (#291) * `copyDependencyToDir()` no longer creates empty directories for dependencies that do not have any files. (@gadenbuie, #276) * Closed #320: `copyDependencyToDir()` now works with dependencies with specified attributes. (@dmurdoch, #321)
jperkin
pushed a commit
that referenced
this issue
Mar 12, 2023
# httpuv 1.6.9 * Fixed #354: The incorrect method was called to clear a `vector`. (#355) * The `src/Makevars` file no longer sets `CXX_STD=CXX11`, and the `DESCRIPTION` file no longer lists `SystemRequirements: C++11`, because newer R versions always support C++11. (#356, #357) # httpuv 1.6.8 * Fixed #351: A race condition could cause httpuv to crash when starting the background thread for I/O. (#352) # httpuv 1.6.7 * Fixed rstudio/shiny#3741: The `TZ` environment variable could get unset in some cases. (#346) * Closed #302: Fixed potential thread-safety issues with `timegm2` implementation. (#346) # httpuv 1.6.6 * Update docs for CRAN (#343) * Updated to libuv 1.43.0. (#328) * Fixed #336: `encodeURI()` and `encodeURIComponent()` printed a space instead of a leading zero, as in `"% A"` instead of `"%0A"`. (#337)
jperkin
pushed a commit
that referenced
this issue
Jun 2, 2023
# version 0.8-2 * Names are preserved when doing unit conversions; #305 @billdenney * Identical units will always divide (`/`) and allow integer division (`%/%`). And, inverse units will always be able to multiply; #310 @billdenney * Compare units via `ud_compare()`, fixing inconsistent results for aliases and symbols; #339, #346, #347 * Fix `units<-()` to treat an empty unit the same as `NULL`; #332 * New `as.data.frame()` method for `mixed_units`; #309 * Use short paths for database loading on Windows to fix UTF-16 issues; #342 * Add example in the docs about reversing a ggplot2 units scale; #343 * Force storage mode to double; #344 addressing #324 * Fix units in transformed axis; #323 * Consider unitless as radians in trigonometric functions; #328
jperkin
pushed a commit
that referenced
this issue
Oct 30, 2023
Version 1.5 - 2023-09-10 * Progress reporting is no longer ignored. PrintTest constructor of TestOutput now has an extra field used to report progress. Supply const (pure ()) as this extra field value if you want to skip progress reporting (#311). * foldGroup now takes [b] instead of b as its last argument to allow for custom fold strategies. This is a backwards incompatible change, but you can get the old behavior by applying mconcat (#364). * Dependency loop error now lists all test cases that formed a cycle (#340). * Dependencies can now be defined pattern-free with sequentialTestGroup (#343). * Added --min-duration-to-report flag that specifies the time a test must take before tasty outputs timing information (#341). * When a test failed with an exception, print it using displayException instead of show (#330). * The -p / --pattern option can be specified multiple times; only tests that match all patterns are run (#380). * Fix color scheme to make info messages visible in terminals with white background (#369). * When parsing of a command-line option failed, report received option (#368). * Support WASM (#365). * Tested with GHC 8.0 - 9.8.
jperkin
pushed a commit
that referenced
this issue
Feb 7, 2024
Includes a patch for security issue CVE-2022-22995. What's Changed FIX: CVE-2022-22995: Harden create_appledesktop_folder(), GitHub #480 FIX: Correct syntax for libwrap check in tcp-wrappers.m4, GitHub #500 FIX: Correct syntax for libiconv check in iconv.m4, GitHub #491 FIX: quota is not supported on macOS, GitHub #492 FIX: dtrace is not supported on FreeBSD aarch64, GitHub #498 3.1.17 - What's Changed FIX: CVE-2023-42464: Validate data type in dalloc_value_for_key(), GitHub #486 FIX: Declare a variable before using it in a loop, which was throwing off the default compiler on RHEL7, GitHub #481 UPD: Distribute tarballs with xz compression by default, instead of gzip, GitHub #478 UPD: Add AUTHOR sections to all man pages with a reference to CONTRIBUTORS, and standardize headers and footers, GitHub #462 3.1.16 - What's Changed FIX: libatalk: Fix CVE-2022-23121, CVE-2022-23123 regression Added guard check before access ad_entry(), GitHub #357 Allow zero length entry, for AppleDouble specification, GitHub #368 Remove special handling for COMMENT entries, GitHub #236 The assertion for invalid entires is still enabled, so please report any future "Invalid metadata EA" errors! FIX: build system: Fix autoconf warnings and modernize bootstrap and configure.ac, GitHub #331 FIX: build system: Correct syntax in libevent search macro, summary macro and netatalk executable makefile, GitHub #342 FIX: build system: Fix native libiconv detection on macOS, GitHub #343 FIX: build system: Use non-interactive PAM session when available, GitHub #361 FIX: build system: Fix detection of Berkeley DB installed in multiarch location, GitHub #380 FIX: build system: Fix support for cross-compilation with mysql_config and dtrace, GitHub #384 FIX: build system: Support building quota against libtirpc, GitHub #385 FIX: build system: Fix variable substitution in configure summary, GitHub #443 UPD: build system: Remove ABI checks and the --enable-developer option, GitHub #262 FIX: initscript: Improvements to Debian SysV init script Source init-functions, GitHub #386 Add a Description and Short-Description, GitHub #428 FIX: docs: Clarify localstate dir configurability in manual, GitHub #401 UPD: docs: Make BerkeleyDB 5.3.x the recommended version, GitHub #8 FIX: docs: Update SourceForge URLs to fix CSS styles and download links FIX: docs: Remove obsoleted bug reporting sections, GitHub #455 FIX: Sundry typo fixes in user visible strings and docs, GitHub #381, GitHub #382 UPD: Rename asip-status.pl as asip-status to make naming implementation-agnostic, GitHub #379 UPD: Remove redundant uid.c|h files in etc/afpd UPD: Don't build and distribute deprecated cnid2_create tool, GitHub #412 UPD: Remove deprecated megatron code and man page, GitHub #456 UPD: Remove deprecated uniconv code and man page, GitHub #457 UPD: Improvements to the GitHub CI workflow
jperkin
pushed a commit
that referenced
this issue
Feb 7, 2024
# rio 1.0.1 * POTENTIALLY BREAKING: Due to compiling time concerns, roll back the decision to move `arrow` to `Imports`. It is now `Suggests`. `setclass = "arrow"` works if `arrow` is installed. #315 #376 # rio 1.0.0 * Stop loading the entire namespace of a suggested package when it is available #296 * Unexport objects: `.import`, `.export`, `is_file_text`; remove documentation for `arg_reconcile` #321 * Update Examples to make them more realistic #327 * Add support for `qs` #275 h/t David Schoch * Use `arrow` to import / export `feather` #340 * `export_list` can write multiple data frames to a single archive file (e.g. zip, tar) or a directory #346 h/t David Schoch * `get_info` is added #350 * POTENTIALLY BREAKING: `setclass` parameter is now authoritative. Therefore: `import("starwars.csv", data.table = TRUE, setclass = "tibble")` will return a tibble (unlike previous versions where a data.table is returned). The default class is data frame. You can either explicitly use the `setclass` parameter; or set the option: `options(rio.import.class = "data.table")`. h/t David Schoch #336 * Parquet and feather are now formats supported out of the box; Possible to setclass to `arrow` / `arrow_table`; ArrowTabular class can be exported #315 * Add "extension", "labelled" vignettes * Support readODS 2.1.0 features such as reading and writing Flat ODS; export Multiple data frames #358 * POTENTIALLY BREAKING: Use `writexl` instead of `openxlsx`. Option to read xlsx with `openxlsx` (i.e. `import("starwars.xlsx", readxl = FALSE)`) is always `TRUE`. The ability to overwrite an existing sheet in an existing xlsx file is also removed. It is against the design principle of `rio`. * POTENTIALLY BREAKING: The following options are deprecated: `import(fread)`, `import(readr = TRUE)`, `import(haven)`, `import(readxl)` and `export(fwrite)`. import will almost use `data.table`, `haven`, `readxl`, and internal function (for fwf) to import and export data. Currently, those options stay for backward compatibility but will be removed in v2.0.0. #343 h/t David Schoch * POTENTIALLY BREAKING: `...` is handled differently. Underlying functions using "Tidy" convention (e.g. `readxl::read_xlsx()`) can use "Base Convention" (See the new vignette: `remap`). Unused arguments passed to the underlying function as `...` are silently ignored by default. A new option `rio.ignoreunusedargs` is added to control this behavior. #326 * Bug fixes - ... is correctly passed for exporting ODS and feather #318 - POTENTIALLY BREAKING: JSON are exported in UTF-8 by default; solved encoding issues on Windows R < 4.2. This won't affect any modern R installation where UTF-8 is the default. #318 - POTENTIALLY BREAKING: YAML are exported using yaml::write_yaml(). But it can't pass the UTF-8 check on older systems. Disclaimer added. #318 - More check for the `file` argument #301 - `import_list` works with single Excel/HTML/Zip online #294 - Correct XML/HTML escaping #303 - Create directory if it doesn't exist #347 * Declutter - remove the obsolete data.table option #323 - write all documentation blocks in markdown #311 - remove all @importFrom #325 h/t David Schoch - rearrange "Package Philosophy" as a Vignette #320 - Create a single source of truth about all import and export functions #313 - Clarify all concepts: now there is only `format` #351 * New authors - David Schoch @schochastics # rio 0.5.30 * Maintenance release: new maintainer * Mark `.sas7bdat` as deprecated * Change the minimum R version to 3.6 # rio 0.5.29 * fixes for CRAN # rio 0.5.28 * Various fixes to tests, examples, and documentation for CRAN. * Temporarily disabled some tests that failed on Mac M1s. # rio 0.5.27 * Documentation fixes for CRAN.
jperkin
pushed a commit
that referenced
this issue
Feb 23, 2024
✨ Read the highlights of this release: https://git-cliff.org/blog/2.0.0 ⛰️ Features (args) Add --no-exec flag for skipping command execution (#458) - (7ae77ff) (args) Add -x short argument for --context - (327512a) (args) Support initialization with built-in templates (#370) - (4bee628) (args) Allow returning the bumped version (#362) - (5e01e4c) (args) Set CHANGELOG.md as default missing value for output option (#354) - (04d149e) (changelog) Set the timestamp of the previous release - (d408e63) (changelog) Improve skipping via .cliffignore and --skip-commit (#413) - (faa00c6) (changelog) Support tag prefixes with --bump (#347) - (2399e57) (changelog) [breaking] Set tag to 0.0.1 via --bump if no tags exist - (3291eb9) (changelog) [breaking] Support templating in the footer (#369) - (0945fa8) (commit) Add merge_commit flag to the context (#389) - (dd27a9a) (github) [breaking] Support integration with GitHub repos (#363) - (5238326) (parser) Support using SHA1 of the commit (#385) - (1039f85) (parser) Support using regex scope values (#372) - (19e65c2) (template) Support using PR labels in the GitHub template (#467) - (30d15bb) (template) Support using PR title in the GitHub template (#418) - (6f32f33) (website) Add search bar to the website - (2d30491) 🐛 Bug Fixes (cd) Use workaround for linux-arm64-glibc maturin builds - (dc79ed5) (cd) Disable PyPI publish for linux-arm64-glibc - (e24af12) (cd) Avoid creating artifacts with the same name - (1647fd8) (cd) Fix embedding examples for crates.io release - (46b7d88) (changelog) Fix previous version links (#364) - (44c93b7) (changelog) Set the correct previous tag when a custom tag is given - (6203f77) (ci) Update cargo-msrv arguments - (131dd10) (cli) Fix broken pipe when stdout is interrupted (#407) - (bdce4b5) (commit) Trim the trailing newline from message (#403) - (514ca4b) (git) Sort commits in topological order (#415) - (29bf355) (links) Skip checking the GitHub commit URLs - (273d6dc) (website) Use node version 18 - (46dcce3) (website) Use prism-react-renderer v2 with docusaurus - (664ff9b) Allow version bump with a single previous release - (d65aec9) 🚜 Refactor (changelog) Support --bump for processed releases (#408) - (89e4c72) (ci) Use hardcoded workspace members for cargo-msrv command - (ec6035a) (ci) Simplify cargo-msrv installation - (f04bf6e) (clippy) Apply clippy suggestions - (b23dd3e) (clippy) Apply clippy suggestions - (a38c3fa) (config) Use postprocessors for checking the typos - (764e858) (config) Remove unnecessary newline from configs - (8edec7f) 📚 Documentation (configuration) Fix typo (#466) - (34a58e6) (fixtures) Add instructions for adding new fixtures - (8290769) (readme) Mention RustLab 2023 talk - (668a957) (readme) Use the raw link for the animation - (2c524b8) (security) Update security policy - (fcaa502) (website) Add highlights for 2.0.0 (#504) - (49684d0) (website) Improve matching gitmoji tip (#486) - (0731646) (website) Add tips and tricks section - (82e93c2) (website) Add tip about link parsers - (4bd47a6) (website) Add git-cliff animation to the website (#404) - (0561124) (website) Split the configuration section - (67486cc) (website) Add installation instructions for Homebrew (#357) - (b2f8091) 🎨 Styling (website) Add GitHub logo to the header - (1da7cac) (website) [breaking] Use dark theme as default - (dcc5116) 🧪 Testing (changelog) Use the correct version for missing tags - (0ca4cdb) (fixture) Update the date for example test fixture - (991a035) (fixture) Add test fixture for bumping version - (c94cb6a) (fixtures) Update the bumped value output to add prefix - (f635bae) ⚙️ Miscellaneous Tasks (changelog) Disable the default behavior of next-version (#343) - (4eef684) (changelog) Use 0.1.0 as default next release if no tag is found - (3123fd2) (command) Explicitly set the directory of command to current dir - (722efd6) (config) Skip dependabot commits for dev updates - (7f89160) (config) Revamp the configuration files - (9500bf8) (config) Use postprocessors for checking the typos - (5212cc9) (dependabot) Group the dependency updates for creating less PRs - (c6a92bf) (docker) Update versions in Dockerfile - (51198a5) (embed) Do not allow missing docs - (7754cab) (example) Use full links in GitHub templates (#503) - (a521891) (example) Remove limited commits example - (8e1e0d7) (github) Update templates about GitHub integration - (3f5107a) (mergify) Don't update PRs for the main branch - (96a220c) (project) Add readme to core package - (9e6bad2) (project) Bump MSRV to 1.74.1 - (bd5e4d2) (project) Update copyright years - (edc6bc0) (website) Fix URLs in navigation bar (#438) - (70cab99) (website) Rename the header for GitHub integration - (3fd9476) (website) Fix broken anchors - (34593dd) (website) Bump docusaurus to 3.1.0 - (af4482b) (website) Update the titles for distro installations - (ff2881b) (website) Add Mastodon link to the website - (2e761c9)
jperkin
pushed a commit
that referenced
this issue
Mar 4, 2024
v0.17.0 is a new release with a lot of features, bug fixes, and specifically a patch fixing a very annoying Spotify API bug. This release also marks a big milestone for the project: 1k ⭐ 🥳🥳🥳 . Thanks everyone for contributing, using, and starring the project! What's Changed Add custom text input widget with cursor, to use in search page by @micleo2 in #329 chore: update github actions by @LucasFA in #339 reset buffered playback upon handling GetCurrentPlayback request by @aome510 in #341 docs: fixes keymap command name by @massivebird in #342 chore(docs): Remove unneeded explicit link by @LucasFA in #344 Wait for the copy command to exit. by @Fuyukai in #346 build: use cross for cross-compilation, locally and in CD by @LucasFA in #343 feat: Souvlaki 0.7.0 and Linux Dbus volume control support by @LucasFA in #348 extend capabilities for ShowActionsOn* commands by @aome510 in #352 handle title padding with hidden borders by @aome510 in #351 update dependencies, bump lyric_finder to v0.1.5 by @aome510 in #353 Add miscellaneous UI code changes by @aome510 in #354 update issue templates by @aome510 in #366 fix clippy warning by @aome510 in #367 re-create a new session when restarting the integrated client by @aome510 in #370 Don't create streaming connections for non-streaming instances by @Schnouki in #371 Remove winit from compilation on Linux by @LucasFA in #372 Explicit cargo-binstall support by @LucasFA in #377 Add popup for creating new playlist by @aome510 in #379 Make Daemon feature imply streaming feature by @LucasFA in #376 use liked icon's length to configure the column's width by @aome510 in #380 Patch spotify API bugs by @aome510 in #386
jperkin
pushed a commit
that referenced
this issue
Apr 9, 2024
[1.3.0] - 2024-04-08 - Introduced thumbnail mode, enabling users to keep an eye on Sniffnet while doing other tasks (#484) - Added support for ICMP connections and messages (#417 — fixes #288) - Added capability to identify 6000+ upper layer services, protocols, trojans, and worms (#450 — fixes #374) - Added feature to optionally export the analysis as a PCAP file with a custom path (#473 — fixes #162 and #291) - Introduced new filtering capabilities to allow users specify custom values of ports and IP addresses (#414) - The size of text and widgets can now be customised by setting a proper zoom value (fixes #202 and #344) - Added possibility to totally customize the app's theme via styles defined in TOML files (#286 and #419) - Upgraded inspect page table: multiple new search filters, additional sorting options, and always keep a correct fields alignment (#442 — fixes #63) - Added support for more link types in addition to Ethernet: raw IP packets and null/loopback packets are now correctly parsed (#421) - Support changing sort strategy for network hosts and services in overview page, showing most recent items by default (#452) - IP addresses can now be copied to clipboard from the popup related to a given entry of the connections table, and a new search parameter has been introduced in Inspect page to allow users filter their connections based on IP address values (#409) - Traffic chart is now smoother and overall better-looking thanks to the new spline-based interpolation (#461) - Added Japanese translation 🇯🇵 (#343) - Added Uzbek translation 🇺🇿 (#385) - Window size and position are now remembered, so that Sniffnet can reopen with the same window properties - Users can now provide custom paths for MMDB files to allow using the commercial versions of the country and ASN databases (fixes #243) - Added new command line option --restore-default to restore the default configurations of the app (settings, window properties, and device selected at startup) - The app's configurations are now stored only on application close, instead of needlessly store them each time the settings popup is closed (#420) - The textual output report is not generated anymore - Settings "Language" tab has been removed. Language selection and other options are now included in a new settings tab "General" (#365) - Updated Portuguese translation to v1.2 (#398) - Cleaned code implementing the concept of first class theming (#339) - Migrate to Iced 0.12 (#470) - Added documentation about Sniffnet installation on Nix and Tiny Core Linux (respectively #394 and #341) - General aesthetic improvements - Fixed bug about not delivered favorite notifications in presence of old outgoing connections - Fixed bug causing the application's icon not to be visible in some Linux environments - Fixed a build failure on powerpc64 (#356 — fixes #353) - Fixed a typo in Russian translation (#389) - Fixed icon inconsistency in case of directed broadcast traffic - Made byte strings consistent across the app, and added support for Terabytes and Petabytes representations - Fixed hosts and services data bar lengths inconsistencies in overview page - Minor improvements to Spanish translation (#454)
jperkin
pushed a commit
that referenced
this issue
Jul 1, 2024
2.3.7 (2024-06-27) What's Changed * Add ruby-3.1 test by @skeshari12 in #332 * move from travis to GH actions and test ruby 3.1 by @mwrock in #335 * Add rexml as an explicit dependency for Ruby 3.x by @postmodern in #334 * Adding user-agent option by @laxa in #337 * Update CI to use ruby 3.X by @fwininger in #343 * Create thread in shell finalizer by @akihikodaki in #339 New Contributors * @skeshari12 made their first contribution in #332 * @postmodern made their first contribution in #334 * @laxa made their first contribution in #337 * @akihikodaki made their first contribution in #339
jperkin
pushed a commit
that referenced
this issue
Sep 14, 2024
ContourPy 1.3.0 adds new ContourGenerator functions multi_lines and multi_filled to calculate contour lines and filled contours over a sequence of levels in a single function call. There are also new functions to render, convert and dechunk the returns from multi_lines and multi_filled. This release adds support for Python 3.13, including free-threaded. The latter should be considered experimental. The use of np.nan as the lower_level or upper_level of ContourGenerator.filled() is no longer permitted. Enhancements: multi_lines and multi_filled: ContourGenerator.multi_lines and multi_filled (#338, #340, #342, #343) Renderer.multi_lines and multi_filled (#341) convert_multi_lines and convert_multi_filled (#348) dechunk_multi_lines and dechunk_multi_filled (#345) Prevent use of np.nanas lower or upper level in filled (#339) Compatibility: Support CPython 3.13 including free-threaded (#382, #384, #388, #408, #410, #411, #412, #423) Support PyPy 3.10 (#404) Code improvements: Support improved typing in NumPy 2.1.0 (#422) Documentation improvements: Simpler sphinx cross-references (#361) Add more doc cross-references to explain returned data formats (#366) Remove download numbers for conda packages (#428) Documentation for multi_lines and multi_filled (#390, #431) Document possibility of duplicate contour points (#432) Build, testing and CI improvements: Add pytest option to log image differences to CSV file (#335) Label flaky test (#385) MSVC linking and std::mutex compiler flag (#391, #395, #414, #419, #427) Add minimal test script (#399) Bump minimum supported NumPy to 1.23 (#403) Build and publish nightly wheels (#413, #425) Bump default python version in CI to 3.12 (#430)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per the changelog, these two skins were moved to a separate repo (roundcube/roundcubemail#8271)
https://github.com/roundcube/classic
https://github.com/roundcube/larry
Any chance these could be added to the roundcube package?
The text was updated successfully, but these errors were encountered: