Commit graph

320384 commits

Author SHA1 Message Date
rillig
117525a71f x11/gnome-desktop3: fix pkglint warnings 2020-06-07 16:28:49 +00:00
taca
4b4c20fc1d doc/TODO: a few ruby-pacakge completed
- ruby-jekyll-4.1.0, ruby-mercenary-0.4.0, ruby-redmine-4.0.5.
2020-06-07 16:05:34 +00:00
taca
8e0e423f3d doc: Updated devel/ruby-rspec_junit_formatter to 0.4.1 2020-06-07 16:00:30 +00:00
taca
4bf8bc3d91 devel/ruby-rspec_junit_formatter: update to 0.4.1
Update ruby-rspec_junit_formatter to 0.4.1.


0.4.1 (2018-05-30)

Fixed

* Diff ANSI stripping now works for codes with multiple tags, too.

0.4.0 (2018/05/26)

Added

* Add support for including STDOUT and STDERR from tests in the JUnit output
  (see "Capturing output" in the readme for details).

Fixed

* When RSpec includes a diff in its output, strip out ANSI escape codes used
  to color it for shell display.
2020-06-07 16:00:05 +00:00
taca
41b9db6a9d doc: Updated misc/ruby-hashie to 4.1.0 2020-06-07 15:58:10 +00:00
taca
16db88ac0c misc/ruby-hashie: update to 4.1.0
Update ruby-hashie to 4.1.0.


4.1.0 - 2020-02-01

Added

* #499: Add Hashie::Extensions::Mash::PermissiveRespondTo to make specific
   subclasses of Mash fully respond to messages for use with SimpleDelegator
   - @michaelherold.

Changed

* #498: Exclude tests from the gem release to reduce installation size and
  improve installation speed - @michaelherold.

Fixed

* #467: Fixed DeepMerge#deep_merge mutating nested values within the
  receiver - @michaelherold.
* #505: Ensure that Hashie::Arrays are not deconverted within Hashie::Mashes
  to make Mash#dig work properly - @michaelherold.
* #507: Suppress Psych.safe_load arg warn when using Psych 3.1.0+ - @koic.
* #508: Fixed Mash.load no longer uses Rails-only #except - @bobbymcwho.
* #508: Fixed Hashie::Extensions::DeepMerge #deep_merge not correctly
  dup'ing sub-hashes if active_support hash extensions were not present -
  @bobbymcwho.
* #500: Do not warn when setting Mash keys that look like underbang, bang,
  and query methods - @michaelherold.
* #510: Ensure that Hashie::Mash#compact is only defined on Ruby version >=
  2.4.0 - @bobbymcwho.
* #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
* #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
* #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.

4.0.0 - 2019-10-30

Added

* #323: Added Hashie::Extensions::Mash::DefineAccessors - @marshall-lee.
* #474: Expose YAML#safe_load options in Mash#load - @riouruma, @dblock.
* #478: Added optional array parameter to Hashie::Mash.disable_warnings -
  @bobbymcwho.
* #481: Ruby 2.6 - Support Hash#merge and #merge! called with multiple
  Hashes/Mashes - @bobbymcwho.
* #488: Added ability to create an anonymous Hashie::Mash subclass with key
  conflict errors silenced using Hashie::Mash.quiet.new - @bobbymcwho.

Changed

* #481: Implement non-destructive standard Hash methods - @bobbymcwho.
* #482: Update Travis configs to make jruby builds run on trusty dist -
  @BobbyMcWho.

Fixed

* #459: Fixed a regression in Mash.load that disallowed aliases - @arekt and
  @michaelherold.
* #465: Fixed deep_update to call any readers when a key exists -
  @laertispappas.
* #479: Fixed an issue with Hash#except not returning a Mash in Rails 6 -
  @bobbymcwho.
* #489: Updated the documentation to exlain the behavior of Mash and keyword
  arguments - @Bhacaz.
* #465: Clean up our RuboCop configuration and fix the outstanding line
  length violations. This involved some minor refactoring on
  Hashie::Extensions::Coercion, Hashie::Extensions::Dash::IndifferentAccess,
  Hashie::Extensions::DeepLocate, Hashie::Extensions::Mash::SafeAssignment,
  and Hashie::Hash, but none that were detectable via the test suite -
  @michaelherold.
2020-06-07 15:57:40 +00:00
taca
ac8eba254e doc: Updated www/ruby-rack-cache to 1.12.0 2020-06-07 15:52:59 +00:00
taca
fea00d665e www/ruby-rack-cache: update to 1.12.0
Update ruby-rack-cache to 1.12.0.


## 1.12.0

 * Add a fault_tolerant flag to fail-over to stale cache
2020-06-07 15:52:26 +00:00
rillig
98c33802dc devel/sloccount: fix pkglint warning 2020-06-07 15:52:22 +00:00
rillig
887f9ac57f doc: Updated pkgtools/pkglint to 20.1.15 2020-06-07 15:49:32 +00:00
rillig
9c10768978 pkgtools/pkglint: update to 20.1.15
Changes since 20.1.14:

Fix confusing wording of diagnostic "should contain text".  It's more
precise to say "this line should consist of this text".  Otherwise it's
too easy to interpret it as "the text should occur somewhere in the
line".

Allow BUILDLINK_PREFIX.* to be used in helper files.  Especially for
programming language packages, files like plugin.mk often include
buildlink3.mk and therefore may refer to the BUILDLINK_PREFIX of this
package.

Warn about redundant BUILDLINK_API_VERSION restrictions.  Previously, the
check had only been enabled if the operators from the default dependency
pattern (buildlink3.mk) and the additional dependency pattern (package)
used the same operators, which already covered most practical cases.

Determine SuSE versions from the pkgsrc tree.
2020-06-07 15:49:23 +00:00
taca
ebe9397ee5 doc: Updated www/ruby-unicorn to 5.5.5 2020-06-07 15:49:21 +00:00
taca
5cc24232dc www/ruby-unicorn: update to 5.5.5
Update ruby-unicorn to 5.5.5.


5.5.5 (2020-04-27)

This release fixes a bug for users of multiple listeners setups
where a busy listen socket could starve other listeners.

Thanks to Stan Hu for reporting and testing.

No need to upgrade if you're using a single listen socket.

5.5.4 (2020-03-24)

One change to improve RFC 7230 conformance in the HTTP parser:
2020-06-07 15:48:49 +00:00
taca
337dcd47e7 doc: Updated www/ruby-sassc to 2.4.0 2020-06-07 15:43:37 +00:00
taca
8c6af180a5 www/ruby-sassc: update to 2.4.0
Update ruby-sassc to 2.4.0.


**2.4.0**
  - [Update libsass to 3.6.4](https://github.com/sass/sassc-ruby/pull/199)
  - [Use FFI::MemoryPointer instead of libc's malloc()](https://github.com/sass/sassc-ruby/pull/205)
  - [Test against Ruby 2.7.0](https://github.com/sass/sassc-ruby/pull/193)
2020-06-07 15:43:05 +00:00
taca
dc012e521c doc: Updated www/ruby-jekyll-watch to 2.2.1 2020-06-07 15:41:02 +00:00
taca
870231304d www/ruby-jekyll-watch: update to 2.2.1
Update ruby-jekyll-watch to 2.2.1.

pkgsrc change: add "USE_LANGUAGES=	# none".


2.2.1 / 2019-03-22

Bug Fixes

* Fix encoding discrepancy in excluded Windows paths (#76)
* Ignore directories rather than all similar paths (#65)

Development Fixes

* Test against Ruby 2.6
* Relax version constraint on bundler to allow using 1.x or 2.x
* dependencies: rubocop-jekyll 0.5
* style: target Ruby 2.4


2.1.2 / 2018-10-17

Development Fixes

* Initialize AppVeyor CI to test plugin on Windows (#77)

Bug Fixes

* Fix watcher failure due to incorrect file name encoding (#78)

2.1.1 / 2018-10-10

Bug Fixes

* Replace non-existent local variable (#73)

2.1.0 / 2018-10-09

Bug Fixes

* Normalize watched-path encoding (#69)

Development Fixes

* Test against Ruby 2.5 (#62)
* Drop support for Ruby 2.2 (EOL)
* Style: lint with rubocop-jekyll
2020-06-07 15:40:14 +00:00
taca
d7e1706932 doc: Updated www/ruby-jekyll-sass-converter to 2.1.0 2020-06-07 15:38:48 +00:00
taca
a7b031282b www/ruby-jekyll-sass-converter: update to 2.1.0
Update ruby-jekyll-sass-converter to 2.1.0.

pkgsrc change: add "USE_LANGUAGES=	# none".


2.1.0 / 2020-02-05

Development Fixes

* chore(ci): use Ubuntu 18.04 (bionic) (#100)

Minor Enhancements

* Fix Scss#sass_dir_relative_to_site_source logic (#99)
2020-06-07 15:38:23 +00:00
taca
398e2b318b doc: Updated www/ruby-jekyll-feed to 0.13.0 2020-06-07 15:35:46 +00:00
taca
399e778594 www/ruby-jekyll-feed: update to 0.13.0
Update ruby-jekyll-feed to 0.13.0.


0.13.0 / 2019-11-13

Minor Enhancements

* Excerpt only flag (#287)
* Add media:content tag (#290)

Development Fixes

* test: use categories in post (#249)
2020-06-07 15:35:08 +00:00
taca
e660393518 doc: Updated www/ruby-jekyll-coffeescript to 2.0.0 2020-06-07 15:33:46 +00:00
taca
19d6600258 www/ruby-jekyll-coffeescript: update to 2.0.0
Update ruby-jekyll-coffeescript to 2.0.0.


2.0 / 2019-09-06

Major Enhancements

* Require Ruby 2.4 or greater (#38)
* Require Jekyll 4.0

1.2.2 / 2019-03-24

Bug Fixes

* Revert jekyll to be just a development_dependency for v1.x.x series.

1.2.1 / 2019-03-23

Bug Fixes

* Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#33)

1.2.0 / 2019-03-22

Development Fixes

* Drop support for Ruby < 2.4
* Allow Jekyll v4 (still alpha)
* Style: Target Ruby 2.4 (#31)
2020-06-07 15:33:23 +00:00
taca
2846be3aeb doc: Updated www/ruby-jekyll-archives to 2.2.1 2020-06-07 15:32:22 +00:00
taca
7db08ee1c2 www/ruby-jekyll-archives: update to 2.2.1
Update ruby-jekyll-archives to 2.2.1.


2.2.1 (2019-03-23)

Minor Enhancements

* Make Archive subclass of Page (#67)
* Don't limit slugs/title to strings (#41)
* Enable incremental operation (#58)
* Remove deprecated defs (#89)

Development Fixes

* Target Ruby 2.3
* Allow testing and using with Jekyll 4.x (#133)
* Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
* Consolidate History file to work with jekyllbot (#80)
* Remove Travis test for Ruby 1.9 (#87)
* Inherit Jekyll's rubocop config for consistency (#65)
* Bump travis ruby versions (#91)
* Fix Travis build error (#93)
* Define path with dir (#105)
* Appease Rubocop (#104)
* update Rubocop and Travis config (#110)
* Update .travis.yml (#111)
* Modernize tests & linting (#114)
* Test against Ruby 2.5 (#118)
* Lint with rubocop-jekyll (#128)

Documentation

* Update Installation Guide (#116)
* docs/configuration: GitHub table display was messed up (#96)
* Small updates for consistency across document (#130)
2020-06-07 15:31:47 +00:00
taca
bbb9becc70 doc: Updated www/ruby-jekyll to 4.1.0 2020-06-07 15:30:16 +00:00
taca
94597bde1a www/ruby-jekyll: update to 4.1.0
Update ruby-jekyll to 4.1.0.


4.1.0 (2020-05-27)

Minor Enhancements

* serve: add support for ECC certificates (#7768)
* Update item_property to recognize integers (#7878)
* Include _config.yml in a new theme's gemspec (#7865)
* Add an option to easily disable disk-cache (#7928)
* Optimize markdown parsing with Kramdown by reusing the options and
  parser objects (#8013)
* Add PageDrop to provide Liquid templates with data (#7992)
* Optimize Kramdown::JekyllDocument#to_html calls (#8041)
* Reduce Jekyll::Renderer instances during a build (#7570)
* Configure default language for syntax-highlighting (#8035)
* Remove dev dependencies from new theme-gem gemspec (#8042)
* Allow disabling import of theme configuration (#8131)
* Allow excerpts to be generated for Page objects (#7642)
* Profile various stages of a site's build process (#6760)
* Add find filters to optimize where-first chains (#8171)
* Make number_of_words respect CJK characters (#7813)
* Initialize static files' data hash only if needed (#8188)

Bug Fixes

* Memoize absolute_url and relative_url filters (#7793)
* Fix documentation comment for Jekyll::Converters::Identity (#7883)
* Optimize Jekyll::Filters#item_property (#7696)
* Allow multiple binary operators in where_exp filter (#8047)
* Fix documents custom-ordering logic (#8028)
* Use layout.path when rendering the Liquid layout (#8069)
* Reduce array allocations from StaticFile#path (#8083)
* Simplify Jekyll::Renderer#validate_layout (#8064)
* Add static file's basename to its url_placeholder (#7908)
* Clear cached Liquid template scope before render (#7967)
* Add slugified_categories URL placeholder (#8094)
* Cache URLFilter results of string inputs per site (#7990)
* Use platforms instead of install_if (#8140)
* Config include trailing slash (#8113)
* Allow extensionless document in a strict site (#7950)
* Improve path normalization in liquid_renderer (#8075)
* Switch slugify regex to support more Unicode character groups (#8167)
* Check if entry is a directory once per enumerator (#8177)
* Filter out exclusively excluded entries sooner (#7482)
2020-06-07 15:29:48 +00:00
taca
d59e44214a doc: Updated devel/ruby-mercenary to 0.4.0 2020-06-07 15:26:43 +00:00
taca
e4fb7a7ba3 devel/ruby-mercenary: update to 0.4.0
Update ruby-mercenary to 0.4.0.


## 0.4.0 / 2020-01-18

### Major Enhancements

  * Drop Ruby 2.3 support

### Minor Enhancements

  * Remove parent command's flags from subcommand usage (#44)

### Development Fixes

  * Adopt Jekyll's rubocop config for consistency

### Documentation

  * fixes the readme (#52)
2020-06-07 15:26:20 +00:00
taca
794f4e8103 doc: Updated www/ruby-http to 4.4.1 2020-06-07 15:24:57 +00:00
taca
c2894772c0 www/ruby-http: update to 4.4.1
Update ruby-http to 4.4.1.


## 4.4.1 (2020-03-29)

* Backport [#590](https://github.com/httprb/http/pull/590)
  Fix parser failing on some edge cases.
  ([@ixti])

## 4.4.0 (2020-03-25)

* Backport [#587](https://github.com/httprb/http/pull/587)
  Fix redirections when server responds with multiple Location headers.
  ([@ixti])

* Backport [#599](https://github.com/httprb/http/pull/599)
  Allow passing HTTP::FormData::{Multipart,UrlEncoded} object directly.
  ([@ixti])

## 4.3.0 (2020-01-09)

* Backport [#581](https://github.com/httprb/http/pull/581)
  Add Ruby-2.7 compatibility.
  ([@ixti], [@janko])


## 4.2.0 (2019-10-22)

* Backport [#489](https://github.com/httprb/http/pull/489)
  Fix HTTP parser.
  ([@ixti], [@fxposter])


## 4.1.1 (2019-03-12)

* Add `HTTP::Headers::ACCEPT_ENCODING` constant.
  ([@ixti])


## 4.1.0 (2019-03-11)

* [#533](https://github.com/httprb/http/pull/533)
  Add URI normalizer feature that allows to swap default URI normalizer.
  ([@mamoonraja])


## 4.0.5 (2019-02-15)

* Backport [#532](https://github.com/httprb/http/pull/532) from master.
  Fix pipes support in request bodies.
  ([@ixti])


## 4.0.4 (2019-02-12)

* Backport [#506](https://github.com/httprb/http/pull/506) from master.
  Skip auto-deflate when there is no body.
  ([@Bonias])


## 4.0.3 (2019-01-18)

* Fix missing URL in response wrapped by auto inflate.
  ([@ixti])

* Provide `HTTP::Request#inspect` method for debugging purposes.
  ([@ixti])


## 4.0.2 (2019-01-15)

* [#506](https://github.com/httprb/http/pull/506)
  Fix instrumentation feature.
  ([@paul])


## 4.0.1 (2019-01-14)

* [#515](https://github.com/httprb/http/pull/515)
  Fix `#build_request` and `#request` to respect default options.
  ([@RickCSong])


## 4.0.0 (2018-10-15)

* [#482](https://github.com/httprb/http/pull/482)
  [#499](https://github.com/httprb/http/pull/499)
  Introduce new features injection API with 2 new feaures: instrumentation
  (compatible with ActiveSupport::Notification) and logging.
  ([@paul])

* [#473](https://github.com/httprb/http/pull/473)
  Handle early responses.
  ([@janko-m])

* [#468](https://github.com/httprb/http/pull/468)
  Rewind `HTTP::Request::Body#source` once `#each` is complete.
  ([@ixti])

* [#467](https://github.com/httprb/http/pull/467)
  Drop Ruby 2.2 support.
  ([@ixti])

* [#436](https://github.com/httprb/http/pull/436)
  Raise ConnectionError when writing to socket fails.
  ([@janko-m])

* [#438](https://github.com/httprb/http/pull/438)
  Expose `HTTP::Request::Body#source`.
  ([@janko-m])

* [#446](https://github.com/httprb/http/pull/446)
  Simplify setting a timeout.
  ([@mikegee])

* [#451](https://github.com/httprb/http/pull/451)
  Reduce memory usage when reading response body.
  ([@janko-m])

* [#458](https://github.com/httprb/http/pull/458)
  Extract HTTP::Client#build_request method.
  ([@tycoon])

* [#462](https://github.com/httprb/http/pull/462)
  Fix HTTP::Request#headline to allow two leading slashes in path.
  ([@scarfacedeb])

* [#454](https://github.com/httprb/http/pull/454)
  [#464](https://github.com/httprb/http/pull/464)
  [#384](https://github.com/httprb/http/issues/384)
  Fix #readpartial not respecting max length argument.
  ([@janko-m], [@marshall-lee])
2020-06-07 15:24:20 +00:00
taca
f3ef94969f doc: Updated www/ruby-capybara to 3.32.2 2020-06-07 15:19:17 +00:00
taca
d33d3cc8ad www/ruby-capybara: update to 3.32.2
Update ruby-capybara to 3.32.2.

Changes are too many to write here, please refer History.md file.
2020-06-07 15:18:39 +00:00
taca
af8bd0d7bc doc: Updated textproc/ruby-coderay to 1.1.3 2020-06-07 15:15:24 +00:00
taca
1560b03648 textproc/ruby-coderay: update to 1.1.3
Update ruby-coderay to 1.1.3.


1.1.3 (2020-05-29)

* Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
* SQL scanner: Add numeric data type. [#223, thanks to m16a1]
* Java scanner: Add var as type. [#229, thanks to Davide Angelocola]
* Gem: Fix deprecation warning. [#246, thanks to David Rodr«¿guez]
2020-06-07 15:14:58 +00:00
taca
ce06dd4481 doc: Updated sysutils/ruby-specinfra to 2.82.16 2020-06-07 15:12:50 +00:00
taca
864dad1356 sysutils/ruby-specinfra: update to 2.82.16
Update ruby-specinfra to 2.82.16.


2.82.16 (2020-04-28)

* Remove strict_host_key_checking option when net-ssh does not support it
* Ensure the matched port is listening


2.82.15 (2020-04-09)

* Revert "Merge pull request #714 from lswith/patch-1"


2.82.14 (2020-04-09)

* Fix user.rb for non-unique uids
2020-06-07 15:12:18 +00:00
taca
8941a43c4a doc: Updated sysutils/ruby-facter to 4.0.25 2020-06-07 15:05:19 +00:00
taca
12c4adb481 sysutils/ruby-facter: update to 4.0.25
Update ruby-facter to 4.0.25.


## [4.0.25](https://github.com/puppetlabs/facter-ng/tree/4.0.25) (2020-05-29)

### Fixed

- \(FACT-2636\) Set external as fact\_type for environment variable facts. [\#537](https://github.com/puppetlabs/facter-ng/pull/537) ([IrimieBogdan](https://github.com/IrimieBogdan))


## [4.0.24] (2020-05-26)

### Added

- \(FACT-2605\) Add vmware resolver [\#525](https://github.com/puppetlabs/facter-ng/pull/525) ([oanatmaria](https://github.com/oanatmaria))
- \(FACT-2604\) Add virt-what resolver [\#523](https://github.com/puppetlabs/facter-ng/pull/523) ([oanatmaria](https://github.com/oanatmaria))
2020-06-07 15:04:42 +00:00
taca
4ff0680f5f doc: Updated sysutils/puppet to 6.16.0 2020-06-07 15:03:19 +00:00
taca
213929a3f9 sysutils/puppet: update to 6.16.0
Update puppet to 6.16.0.


6.16.0 (2020-06-04)

The release contains bug fixes and minor improvements, including:

* A Puppet help <app> --ronn command to generate help text for an
  application in ronn format

* New Puppet agent options when waiting for lock

* Puppet now uses the HTTP client to retrieve file metadata from HTTP(S)
  sources

* The HTTP terminus for retrieving file content is deprecated and will be
  removed in Puppet 7

* An Introduction to Puppet section in the documentation to help onboard
  new users

For the full list of changes, check out the release notes: https://puppet.com/docs/puppet/latest/release_notes_puppet.html
2020-06-07 15:02:54 +00:00
taca
5a7a5f02a4 doc: Updated security/ruby-rex-text to 0.2.26 2020-06-07 14:55:19 +00:00
taca
7c6475c8dc security/ruby-rex-text: update to 0.2.26
Update ruby-rex-text to 0.2.26.


No release note nore changes is available.
2020-06-07 14:54:53 +00:00
taca
64083477c8 doc: Updated security/ruby-rex-exploitation to 0.1.24 2020-06-07 14:51:59 +00:00
taca
5d16517f92 security/ruby-rex-exploitation: update to 0.1.24
Update ruby-rex-exploitation to 0.1.24.


No release note nore changes is available.
2020-06-07 14:51:17 +00:00
taca
760d451327 doc: Updated security/ruby-net-ssh to 6.0.2 2020-06-07 14:45:19 +00:00
taca
2e0e579716 security/ruby-net-ssh: update to 6.0.2
Update ruby-net-ssh to 6.0.2.


=== 6.0.2

  * Fix corrupted hmac issue in etm hmac [#759]

=== 6.0.1

  * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757]

=== 6.0.0

  * Support empty lines and comments in known_hosts [donoghuc, #742]
  * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714]

=== 6.0.0 beta2

  * Support :certkeys and CertificateFile configuration option  [Anders Carling, #722]

=== 6.0.0 beta1

  * curve25519sha256 support [Florian Wininger ,#690]
  * disabled insecure algs [Florian Wininger , #709]
2020-06-07 14:44:52 +00:00
taca
ccbdf1961b doc: Updated security/ruby-net-scp to 3.0.0 2020-06-07 14:43:22 +00:00
taca
b7b22b9d18 security/ruby-net-scp: update to 3.0.0
Update ruby-net-scp to 3.0.0.


=== 3.0.0

* Net::SSH 6.* support
2020-06-07 14:42:47 +00:00
taca
123c28fbfe doc: Updated net/ruby-recog to 2.3.8 2020-06-07 14:22:17 +00:00