summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-09-10doc: Added time/rusti-cal version 0.4.5pin1-1/+2
2022-09-10Add rusti-calpin1-1/+2
2022-09-10time/rusti-cal: import pkgpin5-0/+160
Lightning-fast and minimal calendar command line, similar to cal.
2022-09-10doc: Updated shells/starship to 1.10.3pin1-1/+2
2022-09-10shells/starship: update to 1.10.3pin3-491/+767
v1.10.3 Performance Improvements - git_commit: only use exact match for tag by default v1.10.2 Bug Fixes - git: upgrade gitoxide to v0.21 v1.10.1 Bug Fixes - Disable multithreading in jwalk (via gitoxide) as workaround for #4251 v1.10.0 Features - add bun module - Add starship preset command - Add support for blink, hidden, and strikethrough styles - Add the ability to have some file extensions prevent a module from triggering #4043 - Enable transience for Cmd and PowerShell - replace git2 with git-repository - Add folder detection to the k8s module - support cargo workspace versions - Add pipestatus_segment_format option to status module Bug Fixes - support official AWS_SHARED_CREDENTIALS_FILE variable - count time spent on custom on 'when' command failure Performance Improvements - pulumi: allow disabling upwards discovery #4159 - rust: avoid calling rustup in more conditions #4174 v1.9.1 Bug Fixes - regenerate changelog v1.9.0 Features - add Raku module - winget: Add support for winget package manager Bug Fixes - character: Standadise Vim config names - install: Have fixed a spacing issue in output v1.8.0 Features - Add support for Daml - kubernetes: add user alias - release: add windows msi installers Bug Fixes - escape text segments in meta variables - fish: add proper vi mode detection for fish shell - install: ignore tarfile ownership values when installing as root - nu: don't use cygpath for starship binary path in init - some typos
2022-09-10doc: Updated misc/wthrr to 0.2.1pin1-1/+2
2022-09-10misc/wthrr: update to 0.2.1pin3-52/+36
v0.2.1 - remove superseded 'method' field in config - use confy upstream crate - add AppImage format for releases - more minor improvements to codebase
2022-09-10doc: Updated www/ruby-rouge to 3.30.0taca1-1/+2
2022-09-10www/ruby-rouge: update to 3.30.0taca3-8/+23
Latest release is 4.0.0, but ruby-redmine50 require before 4.0. So, update to latest 3.x. 3.29.0 (2022-06-01) We bring you 5 new exciting lexers in this release: Idris, Lean, Syzlang and Syzprog lexer. There are also some fixes and improvements on Docker, Matlab and Python lexer. Furthermore, we have made some improvements in Rouge and Rouge CI. We are now running Ruby 3.1 as part of our CI. As part of this release, we also introduced Code of Conduct v2.1. Thank you to all of the amazing contributors for your help and continuous support! 3.30.0 (2022-07-30) We bring you 3 new exciting lexers in this release: Isabelle, Meson and Nial lexer. There are also some fixes and improvements on CPP, Dart, Groovy, JavaScript, Pascal, PHP and TOML lexer. Thank you to all of the amazing contributors for your help and continuous support!
2022-09-10meta-pkgs/ruby-redmine-themes: accept ruby30 and ruby31taca2-4/+4
Now redmine50 supports Ruby 3.0 and later, accept Ruby 3.0 and later.
2022-09-10meta-pkgs/ruby-redmine-plugins: accept ruby30 and ruby31taca2-4/+4
Now redmine50 supports Ruby 3.0 and later, accept Ruby 3.0 and later.
2022-09-10doc: Updated www/php-http4 to 4.2.3taca1-1/+2
2022-09-10www/php-http4: update to 4.2.3taca2-6/+6
4.2.3 (2022-06-10) * Fix http\Client::requeue() not updating response callback
2022-09-10doc: Updated www/php-http3 to 3.3.0taca1-1/+2
2022-09-10www/php-http3: update to 3.3.0taca2-7/+10
3.2.5 (2022-02-25) * Fixed gh-issue #123: Segfault with libcurl 7.81 3.3.0 (2022-06-10) * Fix http\Client::requeue() not updating response callback * Backport bug fixes and features from v4: * Fixed configure reliably finding the right libcurl features available * Fixed cookie handling with libcurl 7.77+ and consistently across all supported libcurl versions (follow-up to gh issue #116) * Fixed cookies failing with libcurl >= 7.77 (see gh issue #116) * Fixed tests using $_ENV instead of getenv() to find executables in PATH (see gh issue #113) * Fixed configure on systems which do not provide icu-config * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 * Added http\Env::reset(): resets internal HTTP request cache (see gh issue #90) * Added request options: * http\Client\Curl::$abstract_unix_socket * http\Client\Curl::$altsvc * http\Client\Curl::$altsvc_ctrl * http\Client\Curl::$aws_sigv4 * http\Client\Curl::$doh_url * http\Client\Curl::$dns_shuffle_addresses * http\Client\Curl::$haproxy_protocol * http\Client\Curl::$hsts * http\Client\Curl::$hsts_ctrl * http\Client\Curl::$http09_allowed * http\Client\Curl::$maxage_conn * http\Client\Curl::$pinned_publickey * http\Client\Curl::$proxy_ssl * http\Client\Curl::$socks5_auth * http\Client\Curl::$tcp_fastopen * http\Client\Curl::$tls13_ciphers * http\Client\Curl::$xoauth2_bearer * Added request option constants: * http\Client\Curl\AUTH_AWS_SIGV4 * http\Client\Curl\AUTH_BEARER * http\Client\Curl\AUTH_NONE * http\Client\Curl\HTTP_VERSION_2_PRIOR_KNOWLEDGE * http\Client\Curl\HTTP_VERSION_3 * http\Client\Curl\SSL_VERSION_MAX_* * http\Client\Curl\SSL_VERSION_TLSv1_3 * Added library version constants: * http\Client\Curl\Versions\BROTLI * http\Client\Curl\Versions\CAINFO * http\Client\Curl\Versions\CAPATH * http\Client\Curl\Versions\HYPER * http\Client\Curl\Versions\ICONV * http\Client\Curl\Versions\NGHTTP2 * http\Client\Curl\Versions\QUIC * http\Client\Curl\Versions\ZSTD
2022-09-10devel/ruby-redmine50: update distinfotaca1-2/+2
Update distinfo which should be updated previous commit.
2022-09-10mold: switch to using CMake to build the project.fcambus3-35/+7
The long term plan for mold is to drop the Makefile and only support CMake in the future. As wiz@ pointed out, CMake is now called from the Makefile anyway and is required, so it makes sense to switch now. Python is now longer required as a build dependency, so clean those bits also.
2022-09-10doc: Updated graphics/gexiv2 to 0.14.0nb1ryoon1-1/+2
2022-09-10gexiv2: Use Python as runtime dependencyryoon1-3/+2
* Adjust for PLIST.
2022-09-10gimp-devel: use upstream patch for linux input detection issuewiz3-9/+44
2022-09-10doc: note revision bump of lang/ruby packagetaca1-1/+5
lang/ruby to 2.7.6nb1 lang/ruby to 2.6.10nb1 lang/ruby to 3.0.4nb1 lang/ruby to 3.1.2nb1
2022-09-10lang/ruby: add support for Ruby 3.1taca1-1/+2
Add support for Ruby 3.1 which was lack. Real change for it was accidently commited in previous update for Ruby on Rails 7.1 Bump PKGREVISION.
2022-09-10doc: Updated devel/ruby-redmine50taca1-1/+2
2022-09-10devel/ruby-redmine50: relax dependency to railstaca2-3/+4
Relax dependency to Ruby on Rails 6.1 and allow depends on 6.1.7. Bump PKGREVISION.
2022-09-10doc/TODO: remove harmbase2-20210110taca1-2/+1
- harmbase2-20210110.
2022-09-10security/ruby-metasploit_payloads-mettle: update to 1.0.20taca2-6/+6
1.0.20 (2022-09-09) * Land #235, Fix file descriptor leak
2022-09-10doc: Updated www/ruby-aws-sdk-core to 3.144.0taca1-1/+2
2022-09-10www/ruby-aws-sdk-core: update to 3.144.0taca2-6/+6
3.144.0 (2022-09-09) * Feature - Updated Aws::SSO::Client with the latest API changes.
2022-09-10doc: Updated www/ruby-aws-partitions to 1.628.0taca1-1/+2
2022-09-10www/ruby-aws-partitions: udpate to 1.628.0taca2-6/+6
1.628.0 (2022-09-09) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
2022-09-10doc: note update of Ruby on Rails 7.0 related package to 7.0.4taca1-1/+14
devel/ruby-activesupport70 devel/ruby-activemodel70 devel/ruby-activejob70 www/ruby-actionview70 www/ruby-actionpack70 databases/ruby-activerecord70 devel/ruby-activestorage70 mail/ruby-actionmailer70 mail/ruby-actionmailbox70 www/ruby-actioncable70 devel/ruby-railties70 textproc/ruby-actiontext70 www/ruby-rails70
2022-09-10www/ruby-rails70: update to 7.0.4taca1-4/+4
Ruby on Rails 7.0.4 is released on 9th September 2022.
2022-09-10textproc/ruby-actiontext70: update to 7.0.4taca1-4/+4
No change except version.
2022-09-10devel/ruby-railties70: update to 7.0.4taca1-4/+4
* config.allow_concurrency = false now use a Monitor instead of a Mutex This allows to enable config.active_support.executor_around_test_case even when config.allow_concurrency is disabled. Jean Boussier * Skip Active Storage and Action Mailer if Active Job is skipped. Étienne Barrié * Correctly check if frameworks are disabled when running app:update. Étienne Barrié and Paulo Barros * Fixed config.active_support.cache_format_version never being applied. Rails 7.0 shipped with a new serializer for Rails.cache, but the associated config wasn't working properly. Note that even after this fix, it can only be applied from the application.rb file. Alex Ghiculescu
2022-09-10www/ruby-actioncable70: update to 7.0.4taca1-4/+4
* The Redis adapter is now compatible with redis-rb 5.0 Compatibility with redis-rb 3.x was dropped. Jean Boussier * The Action Cable server is now mounted with anchor: true. This means that routes that also start with /cable will no longer clash with Action Cable. Alex Ghiculescu
2022-09-10mail/ruby-actionmailbox70: update to 7.0.4taca1-4/+4
No change except version.
2022-09-10mail/ruby-actionmailer70: update to 7.0.4taca1-4/+4
No change except version.
2022-09-10devel/ruby-activestorage70: update to 7.0.4taca1-4/+4
* Fixes proxy downloads of files over 5MiB Previously, trying to view and/or download files larger than 5mb stored in services like S3 via proxy mode could return corrupted files at around 5.2mb or cause random halts in the download. Now, ActiveStorage::Blobs::ProxyController correctly handles streaming these larger files from the service to the client without any issues. Fixes Felipe Raul
2022-09-10databases/ruby-activerecord70: update to 7.0.4taca1-4/+4
* Symbol is allowed by default for YAML columns Étienne Barrié * Fix ActiveRecord::Store to serialize as a regular Hash Previously it would serialize as an ActiveSupport::HashWithIndifferentAccess which is wasteful and cause problem with YAML safe_load. Jean Boussier * Add timestamptz as a time zone aware type for PostgreSQL This is required for correctly parsing timestamp with time zone values in your database. If you don't want this, you can opt out by adding this initializer: ActiveRecord::Base.time_zone_aware_types -= [:timestamptz] Alex Ghiculescu * Fix supporting timezone awareness for tsrange and tstzrange array columns. # In database migrations add_column :shops, :open_hours, :tsrange, array: true # In app config ActiveRecord::Base.time_zone_aware_types += [:tsrange] # In the code times are properly converted to app time zone Shop.create!(open_hours: [Time.current..8.hour.from_now]) Wojciech Wnętrzak * Resolve issue where a relation cache_version could be left stale. Previously, when reset was called on a relation object it did not reset the cache_versions ivar. This led to a confusing situation where despite having the correct data the relation still reported a stale cache_version. Usage: developers = Developer.all developers.cache_version Developer.update_all(updated_at: Time.now.utc + 1.second) developers.cache_version # Stale cache_version developers.reset developers.cache_version # Returns the current correct cache_version Fixes . Austen Madden * Fix load_async when called on an association proxy. Calling load_async directly an association would schedule a query but never use it. comments = post.comments.load_async # schedule a query comments.to_a # perform an entirely new sync query Now it does use the async query, however note that it doesn't cause the association to be loaded. Jean Boussier * Fix eager loading for models without primary keys. Anmol Chopra, Matt Lawrence, and Jonathan Hefner * rails db:schema:{dump,load} now checks ENV["SCHEMA_FORMAT"] before config Since rails db:structure:{dump,load} was deprecated there wasn't a simple way to dump a schema to both SQL and Ruby formats. You can now do this with an environment variable. For example: SCHEMA_FORMAT=sql rake db:schema:dump Alex Ghiculescu * Fix Hstore deserialize regression. edsharp
2022-09-10www/ruby-actionpack70: update to 7.0.4taca1-4/+4
* Prevent ActionDispatch::ServerTiming from overwriting existing values in Server-Timing. Previously, if another middleware down the chain set Server-Timing header, it would overwritten by ActionDispatch::ServerTiming. Jakub Malinowski
2022-09-10www/ruby-actionview70: update to 7.0.4taca1-4/+4
* Guard against ActionView::Helpers::FormTagHelper#field_name calls with nil object_name arguments. For example: <%= fields do |f| %> <%= f.field_name :body %> <% end %> Sean Doyle * Strings returned from strip_tags are correctly tagged html_safe? Because these strings contain no HTML elements and the basic entities are escaped, they are safe to be included as-is as PCDATA in HTML content. Tagging them as html-safe avoids double-escaping entities when being concatenated to a SafeBuffer during rendering. Fixes rails/rails-html-sanitizer#124 Mike Dalessio
2022-09-10devel/ruby-activejob70: update to 7.0.4taca1-4/+4
* Update ActiveJob::QueueAdapters::QueAdapter to remove deprecation warning. Remove a deprecation warning introduced in que 1.2 to prepare for changes in que 2.0 necessary for Ruby 3 compatibility. Damir Zekic and Adis Hasovic
2022-09-10devel/ruby-activemodel70: update to 7.0.4taca1-4/+4
* Handle name clashes in attribute methods code generation cache. * When two distinct attribute methods would generate similar names, the first implementation would be incorrectly re-used. class A attribute_method_suffix "_changed?" define_attribute_methods :x end class B attribute_method_suffix "?" define_attribute_methods :x_changed end Jean Boussier
2022-09-10devel/ruby-activesupport70: update to 7.0.4taca1-4/+4
7.0.4 (2022-09-09) * Redis cache store is now compatible with redis-rb 5.0. Jean Boussier * Fix NoMethodError on custom ActiveSupport::Deprecation behavior. ActiveSupport::Deprecation.behavior= was supposed to accept any object that responds to call, but in fact its internal implementation assumed that this object could respond to arity, so it was restricted to only Proc objects. This change removes this arity restriction of custom behaviors. Ryo Nakamura
2022-09-10lang/ruby: start update of Ruby on Rails 7.0taca2-3/+5
Start update of Ruby on Rails to 7.0.4.
2022-09-10babl: append to PKG_SUGGESTED_OPTIONStnn1-3/+2
2022-09-10doc: Updated editors/PageEdit to 1.9.20wiz2-5/+8
2022-09-10PageEdit: update to 1.9.20.wiz2-7/+6
New Features add Preferences settings to disable gpu acceleration Bug Fixes workaround linux g++/gcc issues with -flto make keyboard shortcuts for Upper and Lower casing intl keyboard friendly more fixes for building and running under Qt6 fix issues with inserting links when anchor text contains characters that need to be xml escaped
2022-09-10doc: Updated x11/gtk4 to 4.8.0wiz2-4/+3
2022-09-10gtk4: update to 4.8.0.wiz4-148/+16
Overview of Changes in 4.8.0, 06-09-2022 ======================================== * GtkTreeView: - Fix a problem with scrolling animations - Fix some event handling problems - Drop unreachable code * GtkText: - Respect the no-emoji input hint fully * GtkEmojiChooser: - Fix arrow key navigation * GtkFontChooser: - Improve the handling of OpenType font features * GtkTreeListModel: - Fix handling of collapsed child nodes * GtkInscription: - Fix accessible name * Theme: - Fix placeholder text in HighContrast * Increase the memory limit for the jpeg loader to 300M * Miscellaneous memory leak fixes * Wayland: - Refactor handling of text protocol client updates * Windows: - Support high-resolution scroll wheel events - Generate GdkWin32.gir - Implement color picking Overview of Changes in 4.7.2, 10-08-2022 ======================================== * GtkTextView: - Fix child positioning with gutters * GtkText: - Update placeholder visibility when necessary * GtkPicture: - Add a content-fit property * GtkPopover: - Fix a size allocation problem with the arrow * GtkTreeView: - Fix a problem with DND * GtkTreePopover: - Support scrolling * GtkGridView: - Fix issues with rubberband selection * GtkLabel: - Add a tabs property * GtkSnapshot: - Make GtkSnapshot work from bindings * GtkScrolledWindow: - Scroll at a reasonable speed * GtkPaned: - Avoid an infinite loop * GtkWindow: - Improve generation and handling of crossing events * CSS: - Fix handling of certain transform values * Media support: - Add audio support to the ffmpeg backend - Avoid oom with pathological jpeg images * GDK: - Fix handling of touchpad hold events - Add support for hi-resolution scroll events * X11: - Fix preferred action for DND * Windows: - Fix DND * List models: - Fix items-changed emission - Add more list model tests * Demos: - Add a winning sound to game demos - Make app icons work uninstalled Overview of Changes in 4.7.1, 12-07-2022 ======================================== * GtkInscription: - A new label-like widget for use in list views * GtkColorChooser: - Style improvements * GtkFontChooser: - Improve support for OpenType features a bit * GtkLabel: - Allow selectable labels to be activated via mnemonic * GtkTextView: - Implement GetCharacterExtents for accessibility * GtkStack: - Fix a poblem with stack page accessibility * GtkListView: - Cull listitems that are out of view - Make all our list models implement ::n-items and ::item-type properties * Translations: - Stop translating property nicks and blurbs - Fix extracting translations from ui files * Debugging: - Support GTK_DEBUG=invert-text-dir - Allow inspecting inspectors - Replace GTK_USE_PORTAL with GDK_DEBUG=portals - Improve responsiveness of the inspector * CSS: - Allow fractional letterspacing * Theme: - Improve legibility of selectable labels * Demos: - Improve the font features demo - Add demos for GtkInscription * Wayland: - Freeze popups when hidden - Only send smooth scroll events for tablet tools - Make scaled cursor image have the right size - Fix problems with the activation protocol - Don't force the HighContrast icon theme - Support xdg_toplevel.bounds * X11: - Always update the shadoe size * Windows: - Improve touchpad support by using DirectManipulation - Add more directories to the builtin hicolor icon theme Overview of Changes in 4.7.0, 07-05-2022 ======================================== * GtkTextView: - Reduce overdraws * GtkViewport: - Default scroll-to-focus to TRUE * GtkText: - Stop blinking when we lose focus * GtkSearchEntry: - Make search delay configurable * GtkPopoverMenu: - Fix RTL positioning of buttons * GtkLabel: - Fix focus keynav with links * GtkFileChooser: - Prevent undesirable completion popups - Fix a corner case in save mode - Keep the portal filechooser alive long enough * GtkCheckButton: - Allow setting a custom child * GtkEditableLabel: - Make the :editing property writable * GtkColumnView: - Various optimizations to improve scrolling performance * GtkTreeStore: - Allow populating tree stores from ui files * GtkBoxLayout: - Avoid infinite loops * CSS: - Optimize reordering within the same parent * Emoji: - Update to CLDR v40 / Unicode 14 - Add more locales * Input: - Add scroll unit handling - Handle display changes in GtkIMMultiContext - Always populate GDK_AXIS_X/Y in event history - Don't crash for large compose tables * Accessibility: - Fix a crash at start when orca is running * Theme: - Refresh icons - Fix selection in vertical spin buttons - Fix selection in editable labels * gdk: - Optimize pixel format conversions - Use EGL_KHR_swap_buffers_with_damage for NVidia * gsk: - Handle large viewports - Prepare texture libraries for glyphy rendering - Don't leak big glyphs in the glyph cache - Align offscreen rendering with th pixel grid - Check for half-float support before using it * Wayland: - Use xdg-activation protocol - Fix text caret coordinates - Fix on-screen keyboard activation * MacOS: - Fix sluggish and reversed scrolling - Improve monitor detection - Event handling fixes - Fix keyboard input on popovers - Support OpenGL-based video playback - Suport fullscreen - Improve native filechoooser size allocation - Use CALayer and IOSurface for rendering - Use a per-monitor CVDisplayLink - Fix kinetic scrolling - Improve window placement - Improve multi-monitor handling - Start applications in the foreground - Fix cursor blink time * Windows: - Fix preedit window placement on HiDPI * Tools: - gtk4-builder-tool: Don't require a display for all commands - gtk4-builder-tool: Add a screenshot command - gtk4-node-editor: Install this utility * Debugging: - inspector: Show more application data - inspector: Allow viewing PangoAttrList properties * Documentation: - Use the gtk-builder-tool to generate screenshots * Build: - Fix cross-compilation - Fix build on aarch64 - Fix build with gcc 12