summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-12-19mk/compiler: Return the cwrappers stuff for RELRO now that it doesn'tnia2-2/+6
cause any noticable breakage.
2021-12-19doc: Updated emulators/mgba to 0.9.3nia1-1/+3
2021-12-19[libretro-]mgba: update to 0.9.3nia4-13/+12
0.9.3: (2021-12-17) Emulation fixes: - GB I/O: Fix incrementing SGB controller when P14 is low (fixes mgba.io/i/2202) - GB Video: Render SGB border when unmasking with ATTR/PAL_SET (fixes mgba.io/i/2261) - GBA SIO: Fix SI value for unattached MULTI mode - GBA Video: Fix backdrop color if DISPCNT is first set to 0 (fixes mgba.io/i/2260) - GBA Video: Don't iterate affine backgrounds when disabled - GBA Video: Delay enabling backgrounds in bitmap modes (fixes mgba.io/i/1668) Other fixes: - ARM Decoder: Fix decoding of lsl r0 (fixes mgba.io/i/2349) - FFmpeg: Don't attempt to use YUV 4:2:0 for lossless videos (fixes mgba.io/i/2084) - GB Video: Fix memory leak when reseting SGB games - GBA: Fix out of bounds ROM accesses on patched ROMs smaller than 32 MiB - GBA: Fix maximum tile ID in caching for 256-color modes - GBA Video: Fix cache updating with proxy and GL renderers - Libretro: Fix crash when using Game Boy codes (fixes mgba.io/i/2281) - mGUI: Fix crash if autosave file can't be opened (fixes mgba.io/i/2268) - Qt: Remove potentially deadlocking optimization - Qt: Fix corrupted savestate and fatal error text - Qt: Fix sprite compositing when sprite tiles go out of bounds (fixes mgba.io/i/2348) Misc: - GBA I/O: Update KEYINPUT in internal I/O memory (fixes mgba.io/i/2235) - SDL: Use SDL_JoystickRumble where available
2021-12-19firefox91: Copy libpci fixes from www/firefox. Thanks maya.nia1-1/+10
2021-12-19feh: Mine.nia1-2/+2
2021-12-19doc: Updated devel/lua-luv to 1.42.0.1nia1-1/+2
2021-12-19lua-luv: update to 1.42.0.1nia2-8/+8
1.42.0-1 * Use uv_handle_size/uv_req_size instead of sizeof * LuaJIT: add missing LJ_ENDIAN and LJ_NO_UNWIND checks for DASM [this fixes building on aarch64] 1.42.0-0 * Update to Libuv 1.42.0 * New function: uv.try_write2 * Fix uninitialized memory reads when work_fn in uv.new_work returns no values * Luv C API: Add function to run thread in protected mode * Change luv_work_cb() to run in protected mode and throw an error in luv_thread_arg_set() if an argument of an impermissible type is passed
2021-12-19doc: Updated graphics/imv to 4.3.1nia1-1/+2
2021-12-19imv: update to 4.3.1.nia2-11/+12
first release from new sr.ht repository. fixes a segfault when running under wlroots.
2021-12-19doc: Updated net/gh to 2.3.0bsiegert1-1/+2
2021-12-19Update gh to 2.3.0.bsiegert3-72/+67
We've made a significant change to gh's extension system. Now, extension authors can work in a precompiled language like Go and ship pre-compiled binaries of their extensions via release assets. To get started, run gh extension create. The gh repo create command now has distinct usages for creating a repository from scratch and creating one from a local git repository. Create a new repository on GitHub from scratch and clone it locally with $ gh repo create myrepo --public --clone Upload an existing local repository with $ gh repo create myrepo --source=path/to/repo --public Other new features - Add command gh auth setup-git for setting up gh-cli as git cred helper - Add gh config list - Add new flag gh secret set --no-store to print the encoded secret - Adding release download for.zip and .tar.gz archives - gh repo rename
2021-12-19doc/TODO: add somewiz1-2/+9
+ ImageMagick-7.1.0.18, asciidoc-10.1.0, gopls-0.7.4, grpc-1.43.0, php74-7.4.27, php81-8.1.1, restish-0.9.2, rust-analyzer-0.0.2021.12.13.
2021-12-19Define PHP_VERSIONS_INCOMPATIBLE before including phpversion.mk.schmonz1-3/+3
Intended (as was the previous commit) to avoid wasting bulk build time attempting PHP>=8 variants.
2021-12-19Fix Solarish builds: link with -lsocket for shutdown(2).schmonz1-1/+3
2021-12-19sysutils/pciutils: no longer static, removemaya11-21/+21
BUILDLINK_DEPMETHOD.pciutils?= build And pkgrevision bump consumers. Pointed out by tsutsui in PR pkg/56553
2021-12-19doc: Updated www/ruby-rouge to 3.27.0taca1-1/+2
2021-12-19www/ruby-rouge: update to 3.27.0taca3-7/+9
3.27.0 (2021-12-15) * Ceylon Lexer - Backtracking fix in interpolation regex (#1773 by thewoolleyman) * Dafny Lexer - Add Dafny Lexer (#1647 by davidcok, mschlaipfer) * Elixir Lexer - Add support for HEEX templates (#1736 by sineed * Rust Lexer - Fix lexing of integers, escapes, identifiers, unicode idents, keywords and builtins, byte strings and multiline and doc comments (#1711 by thomcc) * SQL Lexer - Curly brace support (#1714 by hawkfish) - Add more SQL dialects in visual samples (#1751 by tancnle) - Windowing keywords support (#1754 by hawkfish) * Swift Lexer - Add 5.5 keywords (#1715 by johnfairh)) * Rouge CI - Migrate from Travis CI to GitHub (#1728 by Geod24) * Documentation - Full list of supported languages (#1739 by gdubicki) - Various fixes and improvements (#1741, #1745, #1747, #1748, #1749, #1756 by tancnle)
2021-12-19doc: Updated www/ruby-html-proofer to 3.19.3taca1-1/+2
2021-12-19www/ruby-html-proofer: update to 3.19.3taca2-7/+7
3.19.3 (2021-12-17) Fixed bugs: * mailto without email shouldn't fail #552 Closed issues: * links without html suffix claimed to be broken #654 * Unexpected 404 link #648 * Thread 0 Crashes on M1 chip (MacOS Big Sur 13.1) #646 * Add GitHub Action wrappers to README? #642 * Add support for site.baseurl, workaround #618 * Some URLs are reported invalid but are in fact OK #581 * Internally linking to <valid URL> which does not exist #542 Merged pull requests: * Add typhoeus-config user agent and cookies snippets to the README #666 (JackWilb) * Run htmlproofer and precede it with the correct ruby binary #665 (dleidert) * Document how to adjust for a baseurl #658 (PeterJCLaw) * Add flag to allow no-email mailto links #657 (PeterJCLaw) * fix redirect (after changing name of master branch) #653 (matkoniecz) * Add example using proof-html GitHub action #651 (anishathalye) * Replace Nokogumbo with Nokogiri #650 (stevecheckoway) * Apply Uniq filter to remove duplicate issues #649 (uberfuzzy)
2021-12-19doc: Updated textproc/ruby-kramdown-rfc2629 to 1.5.24taca1-1/+2
2021-12-19textproc/ruby-kramdown-rfc2629: update to 1.5.24taca2-6/+6
1.5.23 (2021-12-13) * {::include-nested ...} close #106 Refactor include processing into #process_includes 1.5.24 (2021-12-16) * Fix regression with older ruby versions.
2021-12-19doc: Updated security/ruby-chef-vault to 4.1.5taca1-1/+2
2021-12-19security/ruby-chef-vault: update to 4.1.5taca2-6/+6
4.1.5 (2021-12-16) Merged Pull Requests * Fix for chef-vault command was not returning any results #383 (snehaldwivedi)
2021-12-19doc: Updated net/ruby-train-core to 3.8.6taca1-1/+2
2021-12-19net/ruby-train-core: update to 3.8.6taca2-6/+6
3.8.6 (2021-12-17) Merged Pull Requests * Use ssh config file by default #713 (Vasu1105)
2021-12-19doc: Updated net/ruby-recog to 2.3.22taca1-1/+2
2021-12-19net/ruby-recog: update to 2.3.22taca3-7/+11
2.3.22 (2021-12-15) Highlights: * Many fingerprint contributions and an enhancement that adds the ability to use filesystem-based examples (Thanks Rumble Discovery @hdm, @lpar, @pbarry25) (#382) * Fingerprints: - Add new dhcp_vendor_class (Thanks @modoyle-r7) (#356) - Improve Proxmox fingerprinting (Thanks @jvoisin) (#377) - Add JARM for Synology DSM7.0 (Thanks @jvoisin) (#378) - Add more JARM for Synology DSM 6.2.x & 7.0 (Thanks @tsellers-r7 for enumerating the settings) (#379) - Add missing parameters on x509.subject examples (#380) - Simplify many regular expressions (Thanks to @jvoisin for the initial proposal) (#381) - Fix telnet banners pattern for compatibility with recog-java (#385, #387) * BUG: Fix maximum repetition size to be compatible with Go's regex requirements. This was brought to our attention by @hdm. (#372) * CPE: Updates using the current NIST database. (#388) * Tooling: Add fingerprint path to recog_verify output (#376)
2021-12-19doc: Updated misc/ruby-ohai to 17.9.0taca1-1/+2
2021-12-19misc/ruby-ohai: update to 17.9.0taca2-6/+6
17.9.0 (2021-12-17) Merged Pull Requests * Fix parsing bug in the rpm plugin #1719 (davide125) * log plugin exception at warn level #1668 (andyjdavis) * Add support for VMware detection on Windows and details #1720 (tecracer-theinen) * Fix the exception handling in the chef plugin #1721 (tas50)
2021-12-19doc: Updated devel/ruby-minitest to 5.15.0taca1-1/+2
2021-12-19devel/ruby-minitest: update to 5.15.0taca2-6/+6
5.15.0 (2021-12-14) * 1 major enhancement: - assert_throws returns the value returned, if any. (volmer) * 3 minor enhancements: - Added -S <CODES> option to skip reporting of certain types of output - Enable Ruby deprecation warnings by default. (casperisfine) - Use Etc.nprocessors by default in order to maximize cpu usage. (tonytonyjan) * 6 bug fixes: - Close then unlink tempfiles on Windows. (nobu) - Fixed #skip_until for windows paths. (MSP-Greg) - Fixed a bunch of tests for jruby and windows. (MSP-Greg) - Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et al) - Updated deprecation message for block expectations. (blowmage) - Use Kernel.warn directly in expectations in case CUT defines their own warn. (firien)
2021-12-19doc: Updated databases/ruby-arel-helpers to 2.14.0taca1-1/+2
2021-12-19databases/ruby-arel-helpers: update to 2.14.0taca3-10/+7
2.14.0 (2021-12-16) * Add support for Rails 7.
2021-12-19textproc/ruby-rails-dom-testing: allow more rails versiontaca1-2/+2
Accept more rails version.
2021-12-19doc: Added www/ruby-rails70 version 7.0.0taca1-1/+2
2021-12-19www/Makefile: add and enable ruby-rails70taca1-1/+2
2021-12-19www/ruby-rails70: add package version 7.0.0taca4-0/+47
Ruby on Rails Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. This is meta gem package for Ruby on Rails 7.0.
2021-12-19doc: Added textproc/ruby-actiontext70 version 7.0.0taca1-1/+2
2021-12-19textproc/Makefile: add and enable ruby-actiontext70taca1-1/+2
2021-12-19textproc/ruby-actiontext70: add package version 7.0.0taca4-0/+91
2021-12-19doc: Added devel/ruby-railties70 version 7.0.0taca1-1/+2
2021-12-19devel/Makefile: add and enable ruby-railties70taca1-1/+2
2021-12-19devel/ruby-railties70: add package version 7.0.0taca5-0/+354
Railties -- Gluing the Engine to the Rails Railties is responsible for gluing all frameworks together. Overall, it: * handles the bootstrapping process for a Rails application; * manages the +rails+ command line interface; * and provides the Rails generators core. This is for Ruby on Rails 7.0.
2021-12-19doc: Added www/ruby-actioncable70 version 7.0.0taca1-1/+2
2021-12-19www/Makefile: add and enable ruby-actioncable70taca1-1/+2
2021-12-19www/ruby-actioncable70: add package version 7.0.0taca4-0/+102
Action Cable - Integrated WebSockets for Rails Action Cable seamlessly integrates WebSockets with the rest of your Rails application. It allows for real-time features to be written in Ruby in the same style and form as the rest of your Rails application, while still being performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice. This is for Ruby on Rails 7.0.
2021-12-19doc: Added mail/ruby-actionmailbox70 version 7.0.0taca1-1/+2
2021-12-19mail/Makefile: add and enable ruby-actionmailbox70taca1-1/+2
2021-12-19mail/ruby-actionmailbox70: add package version 7.0.0taca4-0/+102
Action Mailbox Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark, and SendGrid. You can also handle inbound mails directly via the built-in Exim, Postfix, and Qmail ingresses. The inbound emails are turned into `InboundEmail` records using Active Record and feature lifecycle tracking, storage of the original email on cloud storage via Active Storage, and responsible data handling with on-by-default incineration. These inbound emails are routed asynchronously using Active Job to one or several dedicated mailboxes, which are capable of interacting directly with the rest of your domain model. This is for Ruby on Rails 7.0.
2021-12-19doc: Added mail/ruby-actionmailer70 version 7.0.0taca1-1/+2