|
|
|
|
Changelog for ruby-build-20240221-2.1.noarch.rpm :
* Fri Feb 23 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. * Wed Feb 21 2024 Lukas Müller - Update to version 20240221. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240221 * Add mruby-3.3.0 by AATThasumikin in #2348 * Add JRuby 9.3.14.0 and 9.4.6.0 by AATTheadius in #2350 * Fri Jan 19 2024 Lukas Müller - Update to version 20240119. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240119 * Add Ruby 3.2.3 by AATTTomNaessens in #2339 * Tue Jan 16 2024 Lukas Müller - Update to version 20240116. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20240116 * Added 3.4-dev definition by AATThsbt in #2329 * Skip passing `--with-readline-dir` for Ruby 3.3+ by AATTmislav in #2333 * Add TruffleRuby and TruffleRuby GraalVM 23.1.2 by AATTeregon in #2336 * Tue Dec 26 2023 Lukas Müller - Update to version 20231225. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231225 * Use bats-core instead of archived version by AATThsbt in #2325 * Add Ruby 3.3.0 by AATTk0kubun in #2326 * Switch 3.3.0-dev to ruby_3_3 branch by AATThsbt in #2327 * Mon Dec 11 2023 Lukas Müller - Update to version 20231211. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231211 * Add Ruby 3.3.0-rc1 by AATTcasperisfine in #2323 * Add `ruby-dev` definition by AATTeregon in #2311 * Mark Ruby 3.0.x as unsupported by AATTmislav in #2307 * Add script to update `warn_unsuppported`, `warn_eol` labels by AATTmislav in #2308 * Remove deprecated `verify_openssl` step from build definitions by AATTmislav in #2314 * Instruct Ruby to fail the build if openssl or psych are missing by AATTmislav in #2296 * Fix compiling Ruby < 2.5 by omitting `--with-ext` by AATTmislav in #2316 * Introduce \"with_bundled_gems\" build step for dev rubies and unify \"standard\" by AATTmislav in #2318 * Fix linking to older OpenSSL for Ruby < 2.7.7 by AATTmislav in #2322 * Wed Nov 15 2023 Lukas Müller - Update to version 20231114. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231114 * Fix commands printed when TMPDIR is empty by AATTmislav in #2303 * Add option flags to ruby-build man page by AATTmislav in #2302 * Abandon using `--show-progress` for wget by AATTmislav in #2304 * Added 3.3.0-preview3 by AATTandreimaxim in #2310 * Tue Nov 07 2023 Lukas Müller - Update to version 20231107. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231107 * ruby-build now prints external commands as they are executed - AATTmislav in #2230 Now there is more transparency to what ruby-build does: at the glance of the output, it should be clear that ruby-build is mostly just a wrapper around the curl → untar → `./configure` → `make` → `make install` combo. Furthermore, when an error arises, it should now be more apparent which build step failed, even before having to dive into the log file. Additionally, network downloaders such as `curl`, `wget`, and `git` are now connected directly to the terminal, allowing them to display progress information. In `ruby-build --verbose` mode, the output of all external commands is now connected to the same stdout/stderr as the ruby-build process, and a log file doesn\'t get created anymore. The \"BUILD FAILED\" output is now improved: it includes CPU architecture information and is cleaner, drawing attention to the location of the build log on disk. (Most often, the real cause of a build failure is only discoverable via the log.) * Automatically link to Homebrew OpenSSL by AATTmislav in #2275 #2292 With this change, it is no longer necessary to set `RUBY_CONFIGURE_OPTS=--with-openssl-dir=...` after doing `brew install opensslAATT3`. An appropriate OpenSSL version installed with Homebrew will get used for configuring Ruby automatically, even if the formula is \"keg-only\". * Add JRuby 9.4.5.0 and 9.3.13.0 by AATTheadius in #2289 * Add `ruby-build(1)` man page by AATTmislav in #2297 * Respect NO_COLOR and CLICOLOR_FORCE by AATTmislav in #2295 * Remove support for Topaz and Maglev by AATTmislav in #2294 * Unmark Ruby 2.7 as soon-to-be-EOL since it\'s already EOL by AATTmislav in #2286 * Wed Oct 25 2023 Lukas Müller - Update to version 20231025. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231025 * Cleanup in truffleruby+graalvm installation by AATTmislav in #2272 * Avoid compiling OpenSSL if the user supplied `--with-openssl-dir` on the command line by AATTmislav in #2274 * Cleanup in OpenSSL compilation step by AATTmislav in #2270 * Avoiding excessive cd when fetching git repos by AATTmislav in #2273 * Remove implicit LDFLAGS, CPPFLAGS, and \"ldflags_dirs\" build step by AATTmislav in #2271 * Add tests for functionality related to linking to OpenSSL by AATTmislav in #2276 * Add JRuby 9.4.4.0 by AATTheadius in #2277 * Remove strict `opensslAATT1.1` requirement from TruffleRuby, jruby-dev definitions by AATTmislav in #2278 * Fix fixing JRuby shebangs on macOS by AATTmislav in #2280 * Skip ri/rdoc when installing jruby-launcher by AATTeregon in #2281 * Bump up OpenSSL 3.1.4 by AATThsbt in #2283 * Add TruffleRuby and TruffleRuby GraalVM 23.1.1 by AATTeregon in #2284 * Sat Oct 14 2023 Lukas Müller - Update to version 20231014. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231014 * Add RUBY_BUILD_TARBALL_OVERRIDE to override the ruby tarball URL by AATTeregon in #2258 * Thu Oct 12 2023 Lukas Müller - Update to version 20231012. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20231012 * Bump up OpenSSL 3.1.3 by AATThsbt in #2257 * Bump mislav/bump-homebrew-formula-action from 2 to 3 by AATTdependabot in #2259 * Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 by AATTdependabot in #2265 * Set default MAKE=make on FreeBSD by AATTFreaky in #2263 * Pass ruby configuration flags on the command line by AATTmislav in #2267 * Enable shellcheck parsing of ruby-build source by AATTmislav in #2268 * Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64 by AATTeregon in #2269 * Tue Sep 19 2023 Lukas Müller - Update to version 20230919. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230919 * Add TruffleRuby and TruffleRuby GraalVM 23.1.0 by AATTeregon in #2254 * Thu Sep 14 2023 Lukas Müller - Update to version 20230914.1. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230914.1 * Use the TruffleRuby JVM Standalones for truffleruby+graalvm-dev by AATTeregon in #2251 * Update URLs for truffleruby+graalvm-dev by AATTeregon in #2252 * Thu Sep 14 2023 Lukas Müller - Update to version 20230914. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230914 * workaround jruby#7799 by updating rubygems for JRuby 9.2.x by AATTjsvd in #2246 * Added 3.3.0-preview2 by AATThsbt in #2249 * Bump up openssl-1.1.1w by AATThsbt in #2250 * Mon Sep 11 2023 Lukas Müller - Update to version 20230912. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230912 * Bump actions/checkout from 3 to 4 by AATTdependabot in #2247 * Add JRuby 9.3.11.0 by AATTheadius in #2248 * Mon Sep 04 2023 Lukas Müller - Update to version 20230904. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230904 * Show openssl version used from homebrew by default by AATTMatasNed in #2226 * Bump up OpenSSL versions by AATThsbt in #2227 * Avoid test failure when stubbing FreeBSD environment by AATTmislav in #2228 * Display the actual error when testing for Ruby\'s openssl extension by AATTYellowApple in #2223 * Remove `require_gcc` implementation by AATTmislav in #2232 * Remove `require_llvm` implementation by AATTmislav in #2231 * Update URLs for truffleruby+graalvm-dev by AATTeregon in #2244 * Mon Jul 17 2023 Lukas Müller - Update to version 20230717. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230717 * Follow truffleruby dev standalones rename by AATTeregon in #2219 * Mon Jul 10 2023 Lukas Müller - Update to version 20230710. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230710 * Bump up the latest versions of OpenSSL by AATThsbt in #2216 * Thu Jun 15 2023 Lukas Müller - Update to version 20230615. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230615 * Print a message about the new distribution and license when installing TruffleRuby 23.0 by AATTeregon in #2209 * Wed Jun 14 2023 Lukas Müller - Update to version 20230614. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230614 * Add TruffleRuby and TruffleRuby+GraalVM 23.0.0 by AATTeregon in #2207 * Thu Jun 08 2023 Lukas Müller - Update to version 20230608. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230608 * Add JRuby 9.4.3.0 by AATTheadius in #2203 * Fri May 12 2023 Lukas Müller - Update to version 20230512. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230512 * Added Ruby 3.3.0-preview1 by AATThsbt in #2193 * Fri Apr 28 2023 Lukas Müller - Update to version 20230428. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230428 * Add TruffleRuby 23.0.0-preview1 by AATTeregon in #2190 * Add TruffleRuby+GraalVM 23.0.0-preview1 by AATTeregon in #2191 * Mon Apr 24 2023 Lukas Müller - Update to version 20230424. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230424 * Fall back on shasum if sha256sum is unavailable by AATTjas14 in #2177 * Mark EOL status to Ruby 2.6 and 2.7 by AATThsbt in #2180 * Fix uploading SARIF reports from Differential Shellcheck by AATTmislav in #2181 * Fix compilation of Ruby 3.2.x on FreeBSD by AATTjarmo in #2187 * Fix truffleruby+graalvm-dev download URLs by AATTeregon in #2189 * Thu Mar 30 2023 Lukas Müller - Update to version 20230330. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230330 * Add definitions for Ruby 2.7.8, 3.0.6, 3.1.4, 3.2.2 by AATTjas14 in #2174 * Upgrade from OpenSSL 3.0 to OpenSSL 3.1 by AATTmislav in #2175 * Avoid shellcheck CI job commenting on every PR by AATTmislav in #2176 * Remove AWS access key ID from version control by AATTmislav in #2163 * Sat Mar 11 2023 Lukas Müller - Change summary and description of dependency packages to shut up rpmlint. * Thu Mar 09 2023 Lukas Müller - Update to version 20230309. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230309 * Add JRuby 9.4.2.0 by AATTheadius in #2160 * Tue Mar 07 2023 Lukas Müller - Update to version 20230306. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230306 * Add mruby-3.2.0 by AATThasumikin in #2155 * Automatically detect and link to Homebrew\'s libyaml by AATTdreyks in #1929 * Thu Feb 23 2023 Lukas Müller - Update to version 20230222. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230222 * release script: handle multiple releases on the same day by AATTmislav in #2148 * Remove brew update instruction by AATTohbarye in #2151 * Update TruffleRuby dev release URLs by AATTnirvdrum in #2152 * Wed Feb 08 2023 Lukas Müller - Update to version 20230208.1. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230208.1 * Add Ruby 3.2.1 by AATTpmor in #2147 * Remove obsolete `topaz-dev` formula by AATThsbt in #2146- Changes from version 20230208. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230208 * Remove patch for openssl-1.1.1q by AATTeregon in #2139 * Add JRuby 9.4.1.0 by AATTheadius in #2138 * Added dependabot update for GitHub Actions by AATThsbt in #2141 * Bump actions/checkout from 2 to 3 by AATTdependabot in #2142 * Update old versions of JRuby URLs by AATThsbt in #2145 * Bump up latest stable versions of OpenSSL by AATThsbt in #2140 * Bump mislav/bump-homebrew-formula-action from 1 to 2 by AATTdependabot in #2143 * Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4 by AATTdependabot in #2144 * Wed Feb 01 2023 Lukas Müller - Update to version 20230202. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230202 * Add JRuby 9.3.10.0 by AATTheadius in #2137 * Tue Jan 24 2023 Lukas Müller - Update to version 20230124. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230124 * Development of 3.3.0 started by AATThsbt in #2116 * Warn EOL status for all of rbx packages by AATThsbt in #2117 * svn.ruby-lang.org is shutdown now. by AATThsbt in #2120 * Drop svn support by AATThsbt in #2121 * Add TruffleRuby and TruffleRuby GraalVM 22.3.1 by AATTeregon in #2134 * Sun Dec 25 2022 Lukas Müller - Update to version 20221225. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221225 * Added 3.2.0 by AATThsbt in https://github.com/rbenv/ruby-build/pull/2115 * Tue Dec 06 2022 Sam Hart - Update to version 20221206. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221206 * Add definition for Ruby 3.2.0 RC 1 by AATTkoic in #2110- Update to version 20221124 Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221124 * Add definition for Ruby 3.1.3, 3.0.5, and 2.7.7 by AATTkoic in #2096- Update to version 20221123 Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221123 * JRuby 9.4.0.0 by AATTheadius in #2095 * Mon Nov 21 2022 Lukas Müller - Update to version 20221121. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221121 * truffleruby+graalvm-dev builds are now based on Java 17 by AATTeregon in #2093 * Fri Nov 18 2022 Lukas Müller - Update to version 20221116. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221116 * Add definition for Ruby 3.2.0-preview3 by AATTkoic in #2087 * Update to OpenSSL 1.1.1s by AATTmislav in #2088 * Do not automatically enable YJIT nor attempt to detect rustc, as Ruby 3.2 now does that automatically by AATTmislav in #2091 * Mark Ruby 2.6 as EOL and 2.7 as \"unsupported\" by AATTmislav in #2077 * Thu Nov 03 2022 Lukas Müller - Update to version 20221101. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221101 * Use OpenSSL 3.0.7 for ruby 3.1 by AATTrichardTowers in #2075 * Wed Oct 26 2022 Lukas Müller - Update to version 20221026. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221026 * Add TruffleRuby and TruffleRuby GraalVM 22.3.0 by AATTeregon in #2070 * Mon Oct 24 2022 Lukas Müller - Update to version 20221025. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221025 * Add JRuby 9.3.9.0 by AATTheadius in #2068 * Tue Oct 04 2022 Lukas Müller - Update to version 20221004. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20221004 * Fix rbenv install --list exit status by AATTmislav in #2059 * Fri Sep 30 2022 Lukas Müller - Update to version 20220930. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220930 * Add JRuby 9.3.8.0 by AATTheadius in #2045 * Use GMP from Homebrew if available by AATTcasperisfine in #2044 * Fix linking to system OpenSSL on OpenSUSE by AATThsbt in #2049 * rbenv-install: suggest rbenv global if there is no explicit global setting by AATTmislav in #2052 * rbenv-install: only print stderr notice if printing list output to a terminal by AATTmislav in #2055 * Touch up README for comprehension and clarity by AATTmislav in #2051 * Add minimum GitHub token permissions for workflows by AATTvarunsh-coder in #2041 * Add Differential ShellCheck as shell linter by AATTjamacku in #2042 * Release with gh instead of with hub by AATTmislav in #2056 * Mon Sep 12 2022 Lukas Müller - Add dependency packages for more Ruby interpreters. * Sun Sep 11 2022 Lukas Müller - Split dependencies for building different Ruby versions in dedicated packages. * Sat Sep 10 2022 Lukas Müller - Update to version 20220910.1. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220910.1 * enable YJIT with 3.2.0-preview2 Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220910 * Fixed regex pattern for YJIT Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220909 * YJIT support arm64 and aarch64 arch * Added 3.2.0-preview2- Add dependency on libyaml-devel for building Ruby 3.2.0+.- Add missing dependencies on tar and make. * Thu Aug 25 2022 Lukas Müller - Update to version 20220825. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220825 * Show the log file to make it easy to follow progress * Fixes #1721 * Add JRuby 9.3.7.0 (#2026) * Tue Jul 26 2022 Lukas Müller - Update to version 20220726. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220726 * Add TruffleRuby 22.2.0- Update to version 20220725. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220725 * Only check the opensslv.h header to find the system openssl version * openssl version can be another version than the header, for instance with * apt-get install --no-install-recommends ca-certificates libssl1.0-dev on Ubuntu 18.04: #2014 (reply in thread) * Thu Jul 21 2022 Lukas Müller - Update to version 20220721. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220721 * For Ruby 3.2.0-dev, install YJIT by default if rustc 1.60+ is available * Don\'t auto-enable YJIT except on x86_64 * Restructure build_package_enable_yjit to be cleaner and to exit before later checks if possible. * Apply patch for implicitly declaration error of OpenSSL 1.1.1q * Use inline patch instead of curl download * Thu Jul 14 2022 Lukas Müller - Update to version 20220713. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220713 * Use OpenSSL 3.x with Ruby 3.1.x * Sun Jul 10 2022 Lukas Müller - Update to version 20220710. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220710 * Use OpenSSL 3.0.5 * Use OpenSSL 1.1.1q * Install openssl 1 when openssl is 3 * Install openssl whenever the system version does not match * Make supported openssl versions explicit per definition. * Thu Jun 30 2022 Lukas Müller - Update to version 20220630. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220630 * Add JRuby 9.2.21.0 and 9.3.6.0 * Add mruby-3.1.0 * Add picoruby-3.0.0 * Sat Jun 11 2022 Lukas Müller - Update to version 20220610. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220610 * Skip building docs when building openssl * See openssl/openssl#8170 * The install_sw target exists since 1.0.0 or earlier: https://github.com/openssl/openssl/blob/OpenSSL_1_0_0-stable/Makefile.org * Re-enable ssldir creation target for openssl install Prior commit attempts to shorten install by omitting documentation install, however an additional target is needed to get the conf dirs for capturing the PEMs et al. * OpenSSL 1.1+ needs the extra install_ssldirs target to install certificates * Add Darwin-arm64 and Linux-aarch64 for truffleruby-dev and truffleruby+graalvm-dev * Tue May 24 2022 Lukas Müller - Run \"osc service runall format_spec_file\". * Tue Apr 26 2022 Lukas Müller - Update to version 20220426. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220426 * Add TruffleRuby and TruffleRuby GraalVM 22.1.0 * Fri Apr 15 2022 Lukas Müller - Update to version 20220415. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220415 * Allow truffleruby to install in an existing empty directory * Tue Apr 12 2022 Lukas Müller - Update to version 20220412. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220412 * Add definition for Ruby 3.2.0-preview1 * Add Ruby 3.1.2, 3.0.4, 2.7.6, 2.6.10 * Thu Mar 24 2022 Lukas Müller - Update to version 20220324. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220324 * Bump up OpenSSL 1.1.1n and 3.0.2 * Update openssl version at 2.4.0-preview versions * Add JRuby 9.3.4.0 * Fri Feb 18 2022 Lukas Müller - Update to version 20220218.- Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220218 * Added Ruby 3.1.1 * Wed Jan 26 2022 Lukas Müller - Update to version 20220125.- Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220125 * Add JRuby 9.3.3.0 * Add TruffleRuby and TruffleRuby GraalVM 22.0.0.2 * Sat Dec 25 2021 Lukas Müller - Update to version 20211225.- Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20211225 * Add Ruby 3.1.0. * Fri Dec 03 2021 Lukas Müller - Update to version 20211203.- Changelog v20211203: https://github.com/rbenv/ruby-build/releases/tag/v20211203 * Add JRuby 9.3.2.0- Changelog v20211201: https://github.com/rbenv/ruby-build/releases/tag/v20211201 * Add JRuby 9.2.20.1 * Wed Nov 24 2021 Lukas Müller - Update to version 20211124.- Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20211124 * Add ruby 2.6.9, 2.7.5 and 3.0.3 * Wed Nov 10 2021 Lukas Müller - Update to version 20211109.- Replace the source download service with a static source archive and a disabled service to update the sources manually. * Sat Nov 06 2021 Lukas Müller - Update to v20211019.- Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20211019- Enable testing. * Tue Apr 27 2021 Andrey Gankov - Update to v20210423: changelog at: https://github.com/rbenv/ruby-build/releases/tag/v20210423
|
|
|