summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-14doc: Updated mail/milter-manager to 2.1.5taca1-1/+2
2021-02-14mail/milter-manager: update to 2.1.5taca4-13/+159
pkgsrc changes * switch to use GitHub release. * Portability fix for Ruby 3.0. Changes from 2.0.5 are too many to write here, please refer <https://github.com/milter-manager/milter-manager/releases> in detail.
2021-02-14lang/ruby27-base: trivial fixestaca2-8/+6
* Do not REPLACE_RUBY for nonexistent files. * Fix include guard for hack.mk.
2021-02-14lang/ruby26-base: trivial fixestaca2-7/+6
* Do not REPLACE_RUBY for nonexistent files. * Fix include guard for hack.mk.
2021-02-14lang/ruby25-base: trivial fixestaca2-7/+6
* Do not REPLACE_RUBY for nonexistent files. * Fix include guard for hack.mk.
2021-02-14devel/ruby-eventmachine: fix build problem with Ruby 3.0taca1-2/+2
Change USE_LANGUAGES to contain c++11 instead of c++03 since std::nullptr_t requires c++11.
2021-02-14archivers/ruby-libarchive: Fix build with Ruby 3.0taca2-1/+19
2021-02-14doc: Updated sysutils/puppet to 7.4.0taca1-1/+2
2021-02-14Updated devel/libuv, lang/py-py3c, devel/subversion, textproc/py-xmlschemaadam2-4/+6
2021-02-14sysutils/puppet: update to 7.4.0taca2-7/+10
pkgsrc change: mark this package incompatible. Puppet 7.4.0 Released 9 February 2021. New features --timing option in puppet facts show This release adds a --timing option in the puppet facts show command. This flag shows you how much time it takes to resolve each fact. PUP-10858 Resolved issues User resource with forcelocal uses getent for groups The useradd provider now checks the forcelocal parameter and gets local information on the groups (from /etc/groups) and gid (from etc/passwd) of the user when requested. PUP-10857 Slow Puppet agent run after upgrade to version 6 This release improves the performance of the apt package provider when removing packages by reducing the calls to apt-mark showmanual. PUP-10856 The apt provider does not work with local packages The apt package provider now allows you to install packages from a local file using source parameter. PUP-10854 The puppet facts show --value-only command displays a quoted value Previously, the puppet facts show --value-only <fact> command emitted the value as a JSON string, which included quotes around the value, such as {{"RedHat"}}. It now only emits the value. PUP-10861
2021-02-14py-xmlschema: updated to 1.5.1adam3-11/+10
v1.5.1 * Optimize NamespaceView read-only mapping * Add experimental XML data bindings with a DataBindingConverter * Add experimental PythonGenerator for static codegen with Jinja2
2021-02-14doc: Updated sysutils/ruby-facter to 4.0.51taca1-1/+2
2021-02-14sysutils/ruby-facter: update to 4.0.51taca2-7/+9
pkgsrc change: mark this package incompatible. 4.0.51 (2021-02-05) * (FACT-2818) Add -p option similar to thee one from facter 3.
2021-02-14Mark these packages Ruby 3.0 incompatibletaca5-5/+15
2021-02-14subversion: updated to 1.14.1adam9-28/+33
Subversion 1.14.1. This is a stable bugfix and security release of the Apache Subversion open source version control system. THIS RELEASE CONTAINS AN IMPORTANT SECURITY FIX: CVE-2020-17525 "Remote unauthenticated denial-of-service in Subversion mod_authz_svn" The full security advisory for CVE-2020-17525 is available at: https://subversion.apache.org/security/CVE-2020-17525-advisory.txt A brief summary of this advisory follows: Subversion's mod_authz_svn module will crash if the server is using in-repository authz rules with the AuthzSVNReposRelativeAccessFile option and a client sends a request for a non-existing repository URL. This can lead to disruption for users of the service. We recommend all users to upgrade to the 1.10.7 or 1.14.1 release of the Subversion mod_dav_svn server. As a workaround, the use of in-repository authz rules files with the AuthzSVNReposRelativeAccessFile can be avoided by switching to an alternative configuration which fetches an authz rules file from the server's filesystem, rather than from an SVN repository.
2021-02-14doc: Updated textproc/ruby-ferret to 0.11.8.7nb1taca1-1/+2
2021-02-14textproc/ruby-ferret: build fixes for Ruby 3.0 and moretaca7-2/+85
* Fix build problem with Ruby 3.0. * Really compare two objects in two cases. Bump PKGREVISION.
2021-02-14security/ruby-rex-exploitation: add Ruby 3.0 supporttaca1-2/+5
Add Ruby 3.0 support with adding dependency to ruby-rexml.
2021-02-14py-py3c: updated to 1.3adam2-8/+8
v1.3 Compatibility: Tested with Python 3.9.0 Additions: To help avoid compiler warning about uninitialized members, extra members are added to the PyModuleDef structure for Python 2: m_slots, m_traverse, m_clear and m_free. Under Python 2, they must be set to NULL (usually by continuing to leave them out).
2021-02-14libuv: updated to 1.41.0adam2-7/+7
Version 1.41.0 (Stable) Changes since version 1.40.0: * mailmap: update contact information for richardlau (Richard Lau) * build: add asan checks (gengjiawen) * unix: report bind error in uv_tcp_connect() (Ben Noordhuis) * doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis) * test: fix pump and tcp_write_batch benchmarks (Santiago Gimeno) * doc: mark IBM i as Tier 2 support (Jesse Gorzinski) * doc,poll: add notes (repeated cb & cancel pending cb) (Elad Nachmias) * linux: fix -Wincompatible-pointer-types warning (Ben Noordhuis) * linux: fix -Wsign-compare warning (Ben Noordhuis) * android: add system call api guards (Ben Noordhuis) * unix,win: harmonize uv_read_start() error handling (Ben Noordhuis) * unix,win: more uv_read_start() argument validation (Ben Noordhuis) * build: turn on -fno-strict-aliasing (Ben Noordhuis) * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash) * unix,win: initialize timer `timeout` field (Ben Noordhuis) * bsd-ifaddrs: improve comments (Darshan Sen) * test: remove unnecessary uv_fs_stat() calls (Ben Noordhuis) * fs: fix utime/futime timestamp rounding errors (Ben Noordhuis) * test: ensure reliable floating point comparison (Jameson Nash) * unix,fs: fix uv_fs_sendfile() (Santiago Gimeno) * unix: fix uv_fs_stat when using statx (Simon Kadisch) * linux,macos: fix uv_set_process_title regression (Momtchil Momtchev) * doc: clarify UDP errors and recvmmsg (Ethel Weston) * test-getaddrinfo: use example.invalid (Drew DeVault) * Revert "build: fix android autotools build" (Bernardo Ramos) * unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein) * win, fs: mkdir really return UV_EINVAL for invalid names (Nicholas Vavilov) * tools: migrate tools/make_dist_html.py to python3 (Dominique Dumont) * unix: fix uv_uptime() on linux (schamberg97) * unix: check for partial copy_file_range support (Momtchil Momtchev) * win: bump minimum supported version to windows 8 (Ben Noordhuis) * poll,unix: ensure safety of rapid fd reuse (Bob Weinand) * test: fix some warnings (Issam E. Maghni) * unix: fix uv_uptime() regression (Santiago Gimeno) * doc: fix versionadded metadata (cjihrig) * test: fix 'incompatible pointer types' warnings (cjihrig) * unix: check for EXDEV in uv__fs_sendfile()
2021-02-14graphics/ruby-gd: fix build problem with Ruby 3.0taca2-96/+122
Use more modern Ruby API.
2021-02-14devel/ruby-priority-queue: fix build problem with Ruby 3.0taca3-1/+54
2021-02-14devel/ruby-gemcuttre: fix build with Ruby 3.0taca2-3/+6
2021-02-14databases/ruby-mysql28: fix build with Ruby 3.0taca2-4/+19
2021-02-14doc: Added textproc/ruby-rexml version 3.2.4taca1-1/+2
2021-02-14textproc/Makefile: add and enable ruby-rexmltaca1-1/+2
2021-02-14textproc/ruby-rexml: re-add package version 3.2.4taca4-0/+91
ruby-rexml was bundled to ruby base package and removed past. Ruby 3.0 dose not bundle rexml library any more, so re-add its latest version now. REXML REXML was inspired by the Electric XML library for Java, which features an easy-to-use API, small size, and speed. Hopefully, REXML, designed with the same philosophy, has these same features. I've tried to keep the API as intuitive as possible, and have followed the Ruby methodology for method naming and code flow, rather than mirroring the Java API. REXML supports both tree and stream document parsing. Stream parsing is faster (about 1.5 times as fast). However, with stream parsing, you don't get access to features such as XPath.
2021-02-14lang/ruby: update "used by" linestaca1-7/+3
2021-02-14doc/TODO: ruby-3.0.0 was addedtaca1-2/+1
- ruby-3.0.0.
2021-02-14doc: Added lang/ruby version 3.0.0nb1taca1-1/+2
2021-02-14lang/ruby: add support for ruby 3.0taca1-1/+3
2021-02-14doc: add Ruby 3.0.0 packagestaca1-1/+6
lang/ruby30-base databases/ruby-gdbm devel/ruby-fiddle devel/ruby-readline lang/ruby30
2021-02-14lang/Makefile: add and enable ruby30 and ruby30-basetaca1-1/+3
2021-02-14lang/ruby30: add version 3.0.0 packagetaca2-0/+31
This a meta package including Ruby 3.0 full release. It includes ruby30-base, ruby30-gdbm, ruby30-fiddle and ruby30-readline package. No package should depend on this package directly.
2021-02-14devel/ruby-fiddle: add support for Ruby 3.0taca2-2/+8
Add Ruby 3.0 (really fiddle 1.0.0) support.
2021-02-14lang/ruby30-base: add version 3.0.0 packagetaca25-0/+3418
Ruby is the interpreted scripting language for quick and easy Object Oriented Programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features (ex. class, method calls) + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files (on some architecture) + Highly Portable (works on many UNIX machines, and on DOS, Windows, Mac, etc.) Ruby 3.0 introduces a number of new features and performance improvements, most notably: * Performance - MJIT * Concurrency - Ractor - Fiber Scheduler * Typing (Static Analysis) - RBS - TypeProf This package is Ruby 3.0 release minimum base package.
2021-02-14lang/ruby: add support for Ruby 3.0taca1-9/+71
2021-02-14doc: Updated editors/kibi to 0.2.2pin1-1/+2
2021-02-14editors/kibi: update to 0.2.2pin3-63/+73
Added: -Add syntax highlighting configuration for V (#78) -Add the ability to execute external commands from the editor (#83) -Improve file opening error messages for config files (#91) Fixed: -Android: fix a bug (#87) related to a SELinux policy that would cause Kibi to crash on certain Android versions when setting the termios (#92).
2021-02-14doc: add Ruby on Rails 6.1 packagestaca1-1/+14
devel/ruby-activesupport61 devel/ruby-activemodel61 devel/ruby-activejob61 www/ruby-actionview61 www/ruby-actionpack61 databases/ruby-activerecord61 mail/ruby-actionmailer61 mail/ruby-actionmailbox61 www/ruby-actioncable61 devel/ruby-railties61 devel/ruby-activestorage61 textproc/ruby-actiontext61 www/ruby-rails61
2021-02-14www/Makefile: add and enable ruby-rails61taca1-1/+2
2021-02-14www/ruby-rails61: add package version 6.1.2.1taca4-0/+50
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. This is for Ruby on Rails 6.1.
2021-02-14textproc/Makefile: add and enable ruby-actiontext61taca1-1/+2
2021-02-14textproc/ruby-actiontext61: add package version 6.1.2.1taca4-0/+88
Action Text Action Text brings rich text content and editing to Rails. It includes the [Trix editor](https://trix-editor.org) that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model. You can read more about Action Text in the [Action Text Overview](https://edgeguides.rubyonrails.org/action_text_overview.html) guide. This is for Ruby on Rails 6.1.
2021-02-14devel/Makefile: add and enable ruby-activestorage61, ruby-railties61taca1-1/+3
2021-02-14devel/ruby-activestorage61: add package version 6.1.2.1taca4-0/+135
Active Storage Active Storage makes it simple to upload and reference files in cloud services like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/storage/), and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other [MiniMagick](https://github.com/minimagick/minimagick) supported transformation. This is for Ruby on Rails 6.1.
2021-02-14devel/ruby-railties61: add package version 6.1.2.1taca5-0/+372
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 6.1.
2021-02-14www/Makefile: add and enable ruby-actioncable61taca1-1/+2
2021-02-14www/ruby-actioncable61: add package version 6.1.2.1taca4-0/+101
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 6.1.
2021-02-14mail/Makefile: add and enable ruby-actionmailbox61, ruby-actionmailer61taca1-1/+3