aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* security/libsodium: update to 1.0.19, bump dependent portsVsevolod Stakhov2024-05-20297-132/+307
| | | | | PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
* www/gitlab: new ports required for 17.0.0Matthias Fechner2024-05-2067-0/+614
|
* audio/cmus: Fix build when Input and Output plugin options are emptyNuno Teixeira2024-05-201-1/+2
| | | | | | Use find to strip .so if exist, i.e., if Input or Output plugins options where selected. This fixes post-install when no plugins are selected.
* net/bredbandskollen: Fix testsNuno Teixeira2024-05-202-3/+8
| | | | | | | Upstream uses googletests to run tests that requires at least c++14 standard. Apply upstream patch that upgrades from c++11 -> c++14. See also: https://github.com/dotse/bbk/pull/16
* emulators/wine-devel: Drop GNU_CONFIGURE_MANPREFIXGerald Pfeifer2024-05-201-1/+0
| | | | This is the global default now.
* databases/cego: update 2.48.48 -> 2.49.0, cegobridge 1.6.5 -> 1.7.0Björn Lemke2024-05-204-8/+8
| | | | | | | | | | | | - In CegoCaseCond, added getPlanList method to retrieve execution plan for nested selects. The planlist then is catched in CegoFactor::getPlanList - Consolidation done for data types decimal and fixed. This version just supports the decimal datatype which originally was the fixed datatype. The original decimal datatype was useless. IMPORTANT: To migrate to version 2.49, you have to xml export the databases and rename the datatype strings "fixed" and "FIXED" to "decimal" and "DECIMAL" - cegobridge needs to be rebuild
* multimedia/wl-screenrec: unbreak build with ffmpeg 7.0Jan Beich2024-05-205-24/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error[E0425]: cannot find value `AV_CH_LAYOUT_NATIVE` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:31:39 | 31 | const NATIVE = AV_CH_LAYOUT_NATIVE; | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_STEREO` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20795:1 | 20795 | pub const AV_CH_LAYOUT_STEREO: libc::c_ulonglong = 3; | ------------------------------------------------ similarly named constant `AV_CH_LAYOUT_STEREO` defined here error[E0425]: cannot find value `AV_CH_LAYOUT_3POINT1POINT2` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:63:37 | 63 | const _3POINT1POINT2 = AV_CH_LAYOUT_3POINT1POINT2; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_3POINT1` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20799:1 | 20799 | pub const AV_CH_LAYOUT_3POINT1: libc::c_ulonglong = 15; | ------------------------------------------------- similarly named constant `AV_CH_LAYOUT_3POINT1` defined here error[E0425]: cannot find value `AV_CH_LAYOUT_5POINT1POINT2_BACK` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:65:37 | 65 | const _5POINT1POINT2_BACK = AV_CH_LAYOUT_5POINT1POINT2_BACK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_5POINT1_BACK` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20807:1 | 20807 | pub const AV_CH_LAYOUT_5POINT1_BACK: libc::c_ulonglong = 63; | ------------------------------------------------------ similarly named constant `AV_CH_LAYOUT_5POINT1_BACK` defined here error[E0425]: cannot find value `AV_CH_LAYOUT_5POINT1POINT4_BACK` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:67:37 | 67 | const _5POINT1POINT4_BACK = AV_CH_LAYOUT_5POINT1POINT4_BACK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_5POINT1_BACK` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20807:1 | 20807 | pub const AV_CH_LAYOUT_5POINT1_BACK: libc::c_ulonglong = 63; | ------------------------------------------------------ similarly named constant `AV_CH_LAYOUT_5POINT1_BACK` defined here error[E0425]: cannot find value `AV_CH_LAYOUT_7POINT1POINT2` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:69:37 | 69 | const _7POINT1POINT2 = AV_CH_LAYOUT_7POINT1POINT2; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_7POINT1_WIDE` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20817:1 | 20817 | pub const AV_CH_LAYOUT_7POINT1_WIDE: libc::c_ulonglong = 1743; | ------------------------------------------------------ similarly named constant `AV_CH_LAYOUT_7POINT1_WIDE` defined here error[E0425]: cannot find value `AV_CH_LAYOUT_7POINT1POINT4_BACK` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:71:37 | 71 | const _7POINT1POINT4_BACK = AV_CH_LAYOUT_7POINT1POINT4_BACK; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `AV_CH_LAYOUT_7POINT1_WIDE_BACK` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:20818:1 | 20818 | pub const AV_CH_LAYOUT_7POINT1_WIDE_BACK: libc::c_ulonglong = 255; | ----------------------------------------------------------- similarly named constant `AV_CH_LAYOUT_7POINT1_WIDE_BACK` defined here error[E0425]: cannot find value `AV_PIX_FMT_XVMC` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/format/pixel.rs:1056:28 | 1056 | Pixel::XVMC => AV_PIX_FMT_XVMC, | ^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_NV12` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:4874:5 | 4874 | AV_PIX_FMT_NV12 = 23, | --------------- similarly named unit variant `AV_PIX_FMT_NV12` defined here error[E0425]: cannot find value `AV_OPT_TYPE_CHANNEL_LAYOUT` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/option/mod.rs:82:36 | 82 | Type::ChannelLayout => AV_OPT_TYPE_CHANNEL_LAYOUT, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_OPT_TYPE_CHLAYOUT` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:13185:5 | 13185 | AV_OPT_TYPE_CHLAYOUT = 19, | -------------------- similarly named unit variant `AV_OPT_TYPE_CHLAYOUT` defined here error[E0425]: cannot find value `AV_CODEC_ID_AYUV` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/codec/id.rs:1538:25 | 1538 | Id::AYUV => AV_CODEC_ID_AYUV, | ^^^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_CODEC_ID_CYUV` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:7549:5 | 7549 | AV_CODEC_ID_CYUV = 26, | ---------------- similarly named unit variant `AV_CODEC_ID_CYUV` defined here error[E0425]: cannot find function `av_get_channel_layout_nb_channels` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:78:18 | 78 | unsafe { av_get_channel_layout_nb_channels(self.bits()) } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `av_get_default_channel_layout` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/channel_layout.rs:83:47 | 83 | ChannelLayout::from_bits_truncate(av_get_default_channel_layout(number) as c_ulonglong) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0609]: no field `coded_picture_number` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/video.rs:178:35 | 178 | unsafe { (*self.as_ptr()).coded_picture_number as usize } | ^^^^^^^^^^^^^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `display_picture_number` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/video.rs:183:35 | 183 | unsafe { (*self.as_ptr()).display_picture_number as usize } | ^^^^^^^^^^^^^^^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `channel_layout` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/audio.rs:66:69 | 66 | unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout as c_ulonglong) } | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `channel_layout` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/audio.rs:71:39 | 71 | unsafe { (*self.as_mut_ptr()).channel_layout = value.bits() } | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `channels` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/audio.rs:76:35 | 76 | unsafe { (*self.as_ptr()).channels as u16 } | ^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `channels` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/audio.rs:82:34 | 82 | (*self.as_mut_ptr()).channels = i32::from(value); | ^^^^^^^^ unknown field | = note: available fields are: `data`, `linesize`, `extended_data`, `width`, `height` ... and 40 others error[E0609]: no field `pkt_duration` on type `sys::AVFrame` --> cargo-crates/ffmpeg-next-6.1.1/src/util/frame/mod.rs:82:44 | 82 | duration: (*self.as_ptr()).pkt_duration, | ^^^^^^^^^^^^ unknown field | help: a field with a similar name exists | 82 | duration: (*self.as_ptr()).duration, | ~~~~~~~~ error[E0425]: cannot find function `av_opt_set_channel_layout` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/util/option/traits.rs:137:20 | 137 | check!(av_opt_set_channel_layout( | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `av_opt_set_chlayout` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:13792:5 | 13792 | / pub fn av_opt_set_chlayout( 13793 | | obj: *mut libc::c_void, 13794 | | name: *const libc::c_char, 13795 | | layout: *const AVChannelLayout, 13796 | | search_flags: libc::c_int, 13797 | | ) -> libc::c_int; | |____________________- similarly named function `av_opt_set_chlayout` defined here error[E0609]: no field `channel_layouts` on type `sys::AVCodec` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/audio.rs:41:39 | 41 | if (*self.codec.as_ptr()).channel_layouts.is_null() { | ^^^^^^^^^^^^^^^ unknown field | help: a field with a similar name exists | 41 | if (*self.codec.as_ptr()).ch_layouts.is_null() { | ~~~~~~~~~~ error[E0609]: no field `channel_layouts` on type `sys::AVCodec` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/audio.rs:45:44 | 45 | (*self.codec.as_ptr()).channel_layouts, | ^^^^^^^^^^^^^^^ unknown field | help: a field with a similar name exists | 45 | (*self.codec.as_ptr()).ch_layouts, | ~~~~~~~~~~ error[E0609]: no field `slice_count` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/video.rs:89:34 | 89 | (*self.as_mut_ptr()).slice_count = value as c_int; | ^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channels` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/audio.rs:51:35 | 51 | unsafe { (*self.as_ptr()).channels as u16 } | ^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `frame_number` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/audio.rs:65:35 | 65 | unsafe { (*self.as_ptr()).frame_number as usize } | ^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channel_layout` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/audio.rs:73:69 | 73 | unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout) } | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channel_layout` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/audio.rs:78:34 | 78 | (*self.as_mut_ptr()).channel_layout = value.bits(); | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `request_channel_layout` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/decoder/audio.rs:84:34 | 84 | (*self.as_mut_ptr()).request_channel_layout = value.bits(); | ^^^^^^^^^^^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channel_layout` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/encoder/audio.rs:98:34 | 98 | (*self.as_mut_ptr()).channel_layout = value.bits(); | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channel_layout` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/encoder/audio.rs:103:69 | 103 | unsafe { ChannelLayout::from_bits_truncate((*self.as_ptr()).channel_layout) } | ^^^^^^^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channels` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/encoder/audio.rs:108:34 | 108 | (*self.as_mut_ptr()).channels = value; | ^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0609]: no field `channels` on type `sys::AVCodecContext` --> cargo-crates/ffmpeg-next-6.1.1/src/codec/encoder/audio.rs:113:35 | 113 | unsafe { (*self.as_ptr()).channels as u16 } | ^^^^^^^^ unknown field | = note: available fields are: `av_class`, `log_level_offset`, `codec_type`, `codec`, `codec_id` ... and 95 others error[E0425]: cannot find function `swr_alloc_set_opts` in this scope --> cargo-crates/ffmpeg-next-6.1.1/src/software/resampling/context.rs:71:23 | 71 | let ptr = swr_alloc_set_opts( | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `swr_alloc_set_opts2` | ::: ../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-next-71257b07c8bd5e07/out/bindings.rs:23188:5 | 23188 | / pub fn swr_alloc_set_opts2( 23189 | | ps: *mut *mut SwrContext, 23190 | | out_ch_layout: *const AVChannelLayout, 23191 | | out_sample_fmt: AVSampleFormat, ... | 23197 | | log_ctx: *mut libc::c_void, 23198 | | ) -> libc::c_int; | |____________________- similarly named function `swr_alloc_set_opts2` defined here Some errors have detailed explanations: E0425, E0609. Reported by: antoine (via bug 278705 exp-run)
* sysutils/elfx86exts: new portJamie Landeg-Jones2024-05-204-0/+235
| | | | | | | | | | | | Disassemble a binary and print out which instruction set extensions it uses. Despite the utterly misleading name, this tool supports ELF and MachO binaries, and perhaps other formats as well, and has preliminary support for ARM64 as well as X86/64. PR: 277939 Author: Jamie Landeg-Jones <jamie@catflap.org> Date: Mon May 20 08:52:03 2024 +0200
* deval/cargo-deny: New port: Rust: Cargo plugin for linting dependenciesYuri Victorovich2024-05-204-0/+1010
|
* audio/noise-suppression-for-voice-lv2: update 1.03 → 1.10Yuri Victorovich2024-05-204-25/+19
| | | | Reported by: portscout
* misc/freebsd-release-manifests: add 14.1-BETA3 MANIFEST filesColin Percival2024-05-2018-71/+71
| | | | | | Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva
* devel/R-cran-gbRd: Update to 0.4.12TAKATSU Tomonari2024-05-202-5/+4
| | | | Reported by: portscout
* biology/py-pyrodigal: update 3.3.0 → 3.4.0Yuri Victorovich2024-05-202-4/+4
| | | | Reported by: portscout
* lang/bend: update 0.2.7 → 0.2.9Yuri Victorovich2024-05-202-4/+4
| | | | Reported by: portscout
* misc/llama-cpp: update 2929 → 2940Yuri Victorovich2024-05-202-4/+4
| | | | Reported by: portscout
* net-p2p/twitch-tui: update 2.6.9 → 2.6.10Yuri Victorovich2024-05-202-4/+4
| | | | Reported by: portscout
* sysutils/mcfly: update 0.8.5 → 0.8.6Yuri Victorovich2024-05-202-44/+40
| | | | Reported by: portscout
* sysutils/mise: update 2024.5.16 → 2024.5.18Yuri Victorovich2024-05-202-64/+94
| | | | Reported by: portscout
* textproc/comrak: update 0.23.0 → 0.24.1Yuri Victorovich2024-05-202-197/+140
| | | | Reported by: portscout
* www/mattermost-server: Update to 9.5.5Bernhard Froehlich2024-05-202-5/+4
|
* www/mattermost-webapp: Update to 9.5.5Bernhard Froehlich2024-05-203-14/+14
|
* x11-drivers/xorgxrdp-devel: Rebuild with xrdp 0.10.0 official releaseKoichiro Iwao2024-05-202-6/+6
| | | | While here, enable DRI3 option by default.
* net/xrdp-devel: Update to 0.10.0 official releaseKoichiro Iwao2024-05-202-4/+4
| | | | Changes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.0
* security/vuxml: Fix up 54181a8860c8Jason E. Hale2024-05-201-2/+2
| | | | Reported by: dbaio
* databases/redis: Update to 7.2.5Yasuhiro Kimura2024-05-202-5/+4
| | | | ChangeLog: https://github.com/redis/redis/releases/tag/7.2.5
* www/unit-ruby: fix build after changes in www/rubygem-rack22Sergey A. Osokin2024-05-191-1/+1
| | | | Fixes: d359485bdb82e817901ef3df6a8811cc6e2660e8
* devel/R-cran-broom: Update to 1.0.6TAKATSU Tomonari2024-05-192-8/+5
| | | | Reported by: portscout
* devel/py-pytest-asyncio: update 0.23.6 → 0.23.7Dmitry Marakasov2024-05-192-4/+5
|
* devel/py-pep8-naming: update 0.13.3 → 0.14.1Dmitry Marakasov2024-05-192-4/+4
|
* devel/grpc: Cosmetic changePo-Chuan Hsieh2024-05-191-2/+2
|
* textproc/rubygem-asciidoctor: Update to 2.0.23Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/asciidoctor/asciidoctor/releases
* devel/rubygem-rubocop-rails: Update to 2.25.0Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rubocop/rubocop-rails/releases
* devel/rubygem-react-rails-rails5: Update to 3.2.1Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md
* devel/rubygem-react-rails: Update to 3.2.1Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md
* devel/rubygem-mocha: Update to 2.3.0Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/freerange/mocha/blob/main/RELEASE.md
* devel/rubygem-minitest: Update to 5.23.0Po-Chuan Hsieh2024-05-192-4/+4
| | | | | Changes: https://github.com/minitest/minitest/blob/master/History.rdoc https://docs.seattlerb.org/minitest/History_rdoc.html
* devel/rubygem-dynflow: Update to 1.8.4Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/Dynflow/dynflow/commits/master
* devel/rubygem-active_scaffold: Update to 3.7.3.1Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/activescaffold/active_scaffold/blob/master/CHANGELOG.rdoc
* devel/ruby-build: Update to 20240517Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rbenv/ruby-build/releases
* devel/p5-Log-Contextual: Update to 0.009000Po-Chuan Hsieh2024-05-192-11/+11
| | | | | | | - Add LICENSE_FILE - Fix indent Changes: https://metacpan.org/dist/Log-Contextual/changes
* www/rubygem-railties71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-rails71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actionpack71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actioncable71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* textproc/rubygem-actiontext71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | | Changes: https://github.com/rails/rails/releases Security: CVE-2024-34341
* net/rubygem-activestorage71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* mail/rubygem-actionmailer71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* mail/rubygem-actionmailbox71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* devel/rubygem-activesupport71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* devel/rubygem-activejob71: Update to 7.1.3.3Po-Chuan Hsieh2024-05-192-4/+4
| | | | Changes: https://github.com/rails/rails/releases