Commit graph

312733 commits

Author SHA1 Message Date
taca
c0acc4e29c doc: Updated archivers/ruby-zip to 1.3.0 2020-03-09 00:36:55 +00:00
taca
043f3b38a6 archivers/ruby-zip: updateo to 1.3.0
Update ruby-zip to 1.3.0, latest 1.x release.


1.3.0 (2019-09-25)

Security

* Add validate_entry_sizes option so that callers can trust an entry's
  reported size when using extract #403

	o This option defaults to false for backward compatibility in this
	  release, but you are strongly encouraged to set it to true. It
	  will default to true in rubyzip 2.0.

New Feature

* Add add_stored method to simplify adding entries without compression #366

Tooling / Documentation

* Add more gem metadata links #402


1.2.4 (2019-09-06)

* Do not rewrite zip files opened with open_buffer that have not changed #360

Tooling / Documentation

* Update example_recursive.rb in README #397
* Hold CI at trusty for now, automatically pick the latest ruby patch
  version, use rbx-4 and hold jruby at 9.1 #399
2020-03-09 00:36:23 +00:00
rillig
a8d5c2c203 lang/gcc9: drop maintainership
Everyone is free again to modify this package to their needs, such as
having an auto-generated PLIST or custom patches from the previous GCC
versions.
2020-03-08 23:52:54 +00:00
brook
c1ddf753ba Add full path to installed library names on Darwin. 2020-03-08 20:55:17 +00:00
brook
d74dc4e861 Explicitly include bsd.prefs.mk before using ${OPSYS}. 2020-03-08 20:50:57 +00:00
bsiegert
36fdf14aa5 doc: Updated lang/rakudo to 2020.02.1 2020-03-08 19:48:05 +00:00
bsiegert
98a782ea79 Update rakudo to 2020.02.1.
Upstream changelog is very long, but the language has been renamed from
Perl 6 to Raku, so bin/raku is now the main interpreter binary.
2020-03-08 19:47:47 +00:00
maya
93a8483f1e doc: Updated x11/xf86-video-ati to 19.1.0nb1 2020-03-08 18:31:23 +00:00
maya
829415faa2 xf86-video-ati: backport upstream commits (not in a release yet) to fix
crash with options NoAccel.

Bump PKGREVISION

From Onno van der Linden in xsrc/55059.
2020-03-08 18:30:53 +00:00
bsiegert
1be7f86474 doc: Updated lang/nqp to 2020.02.1 2020-03-08 18:23:00 +00:00
bsiegert
94ec9f3643 Update nqp to 2020.02.1.
No changelog from upstream.
2020-03-08 18:22:44 +00:00
wiz
1561ea4b6c doc: Updated pkgtools/revbump to 2.15 2020-03-08 17:06:24 +00:00
wiz
8f80abc5f2 revbump: 2.15: update check-cvs-diff for current ruby and python versions. 2020-03-08 17:06:16 +00:00
wiz
6aea888acc *: Comment cleanup 2020-03-08 16:57:19 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
bsiegert
23f9d8e845 Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-08 16:42:24 +00:00
tnn
94cccce148 modular-xorg-server: Put back --enable-input-thread for SunOS
It's not possible to build without input-thread due to missing symbol
ddxInputThreadInit. input-thread seems to no longer crash the server.
2020-03-08 16:12:31 +00:00
taca
f01036a51c doc: Updated math/ruby-spreadsheet to 1.2.6 2020-03-08 16:08:01 +00:00
taca
f9fc048c60 math/ruby-spreadsheet: update to 1.2.6
Update ruby-spreadsheet to 1.2.6.


### 1.2.6 22.1.2020
Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com>
Date:   Wed Jan 22 15:18:00 2020 +0900

* add instance method "<<" to Spreadsheet::Worksheet
2020-03-08 16:07:29 +00:00
taca
3633bc8bc3 doc: Updated math/ruby-roo to 2.8.3 2020-03-08 16:06:31 +00:00
taca
d32aa01bd9 math/ruby-roo: update to 2.8.3
Update ruby-roo to 2.8.3.


##  [2.8.3] 2020-02-03
### Changed/Added
- Updated rubyzip version. Now minimal version is 1.3.0 [515](https://github.com/roo-rb/roo/pull/515) - [CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)
2020-03-08 16:06:05 +00:00
taca
08efe489d0 doc: Updated mail/ruby-mime-types to 3.3.1 2020-03-08 16:04:59 +00:00
taca
18130a32c4 mail/ruby-mime-types: update to 3.3.1
Update ruby-mime-types to 3.3.1.


## 3.3.1 / 2019-12-26

*   1 minor bugfix:

    *   Al Snow fixed a warning with MIME::Types::Logger producing a warning
        because Ruby 2.7 introduces numbered block parameters. Because of the
        way that the MIME::Types::Logger works for deprecation messages, the
        initializer parameters had been named `_1`, `_2`, and `_3`. This has
        now been resolved. [#146][]

*   Administrivia:

    *   Olle Jonsson removed an outdated Travis configuration option (`sudo:
        false`). [#142][]
2020-03-08 16:04:22 +00:00
taca
d135b3bc3b doc: Updated graphics/ruby-mini-magick to 4.10.1 2020-03-08 16:01:06 +00:00
taca
0f9e901e2b graphics/ruby-mini-magick: update to 4.10.1
Update ruby-mini-magick to 4.10.1.


4.10.1 (2020-01-06)

* Still pick up ImageMagick over GraphicsMagick if both are installed


4.10.0 (2020-01-06)

* Prioritize discovery of ImageMagick 7 over 6 if both are installed (@drnic)
* Add MiniMagick::Image#landscape? and #portrait? methods for checking
  orientiation (@theomarkkuspaul)
* Fix Ruby 2.7 warnings (@kamipo)


4.9.5 (2019-07-18)

* Fixed MiniMagick::Image.open not working with non-ASCII filenames anymore
  after previous version (thanks to @meganemura)


4.9.4 (2019-07-11)

* Fixed a remote shell execution vulnerability when using
  MiniMagick::Image.open with URL coming from unsanitized user input (thanks
  to @rootxharsh)
* Fixed some Ruby warnings (thanks to @koic)


4.9.3 (2019-04-08)

* make MiniMagick::Tool not respond to everything
2020-03-08 16:00:38 +00:00
brook
eebacb3577 x11/qt5-qscintilla: add dependency on x11/qt5-qtmacextras for Darwin. 2020-03-08 15:52:32 +00:00
taca
07c09d6d6b doc: Updated graphics/ruby-chunky_png to 1.3.11 2020-03-08 15:50:23 +00:00
taca
37ddf1850f graphics/ruby-chunky_png: update to 1.3.11
Update ruby-chunky_png to 1.3.11.


1.3.11 - 2018-11-21

* Updated project metadata as published on Rubygems.org
2020-03-08 15:50:00 +00:00
taca
e50d7dd7e4 doc: Updated graphics/ruby-RMagick to 4.0.0 2020-03-08 15:48:54 +00:00
taca
143cd9d055 graphics/ruby-RMagick: update to 4.0.0
Update ruby-RMagick to 4.0.0.


## RMagick 4.0.0

This release removes a *lot* of deprecated functionality, so first upgrade to
3.2 and handle any deprecation warnings you see there before upgrading to 4.0.
There are a handful of removals that we could not, or forgot to deprecate, so
pay special attention to those below. This clears the road for ImageMagick 7
support in the very near future.

Breaking Changes:

- Removed deprecated Image#matte and Image#matte= (#731)
- Removed deprecated Draw#matte. (#736)
- Removed deprecated ImageList#fx. (#732)
- Removed deprecated Info#group and Info#group=. (#733)
- Removed deprecated KernelInfo#show. (#734)
- Removed deprecated Pixel#opacity and Pixel#opacity=. (#735)
- Removed deprecated KernelInfo#zero_nans. (#741)
- Removed deprecated ImageList#map (#740)
- Removed deprecated Pixel#from_HSL. (#742)
- Removed deprecated Image#alpha=. (#739)
- Removed deprecated Pixel#to_HSL. (#745)
- Removed deprecated Image#blur and Image#blur=. (#746)
- Removed deprecated Image#sync_profiles. (#754)
- Removed deprecated Image#opacity=. (#753)
- Removed deprecated Image#combine. (#752)
- Removed deprecated Image#map. (#751)
- Removed deprecated Image#mask=. (#750)
- Removed deprecated opacity arguments. (#757)
- Removed deprecated `OpaqueOpacity` and `TransparentOpacity`. (#765)
- Removed obsolete enumerations. (#766)

The following changes *did not have deprecation warnings* in 3.2, so you'll
want to double check that you update your code if you were relying on the
existing behavior:

- Changed Color#to_s to return an string that contains alpha instead of opacity. (#760)
- Changed Pixel#to_s to return a string that contains alpha instead of opacity. (#762)
- Changed Pixel#hash to use alpha instead of opacity. (#763)
- Changed Pixel#<=> to use alpha instead of opacity. (#764)
- Removed `BicubicInterpolatePixel` (use `CatromInterpolatePixel` instead) (#768)
- Removed `FilterInterpolatePixel` (no replacement) (#768)
- Renamed `NearestNeighborInterpolatePixel` to `NearestInterpolatePixel` (#768)

Enhancements:

- Add SetQuantumOperator (#755)

Bug Fixes:

- Fix SEGV in Image#each_profile (#737)
2020-03-08 15:48:25 +00:00
bsiegert
4e9d27751e doc: Updated devel/MoarVM to 2020.02.1 2020-03-08 15:48:10 +00:00
bsiegert
9704b1915c Update MoarVM to 2020.02.1.
No release notes available, only a very long changelog at
http://moarvm.org/releases.html.
2020-03-08 15:47:54 +00:00
taca
c39c9b2885 doc: Updated fonts/ruby-ttfunk to 1.6.2.1 2020-03-08 15:41:40 +00:00
taca
564d988043 fonts/ruby-ttfunk: update to 1.6.2.1
Update to ruby-ttfunk to 1.6.2.1.


## [1.6.2.1]

### Fixed

* 1.6.2 gem conains local debuging code. This is the same commit but without
  local changes.

  Alexander Mankuta

## [1.6.2]

### Fixed

* Reverted to pre 1.6 maxp table serialization.

  Cameron Dutro
2020-03-08 15:41:16 +00:00
taca
d68ee4eaf3 doc: Updated devel/ruby-wmi-lite to 1.0.5 2020-03-08 15:40:06 +00:00
taca
bd02e49f3a devel/ruby-wmi-lite: update to 1.0.5
Update ruby-wmi-lite to 1.0.5.


1.0.5 (2019-12-30)

* Migrate testing to Buildkite #11 (tas50)
* Add necessary dev deps to the Gemfile + Chefstyle autocorrect #12 (tas50)
* Substitute require for require_relative #10 (tas50)

1.0.2 (2019-01-16)

* Unpin bundler dev dep #9 (tas50)

1.0.1 (2018-12-04)

* Wire up expeditor #7 (tas50)
* Slim the files we ship in the gem #8 (tas50)
2020-03-08 15:39:43 +00:00
taca
8a7f21c8b3 doc: Updated devel/ruby-tins to 1.24.1 2020-03-08 15:38:01 +00:00
taca
5d0dbc4ea4 devel/ruby-tins: update to 1.24.1
Update ruby-tins to 1.24.1.

No proper changes are available but it looks like better support for Ruby
2.6 and later.  Please refer
<https://github.com/flori/tins/compare/v1.20.2...v1.24.1>.
2020-03-08 15:37:23 +00:00
taca
e647fbeedf doc: Updated devel/ruby-tty-screen to 0.7.1 2020-03-08 15:32:48 +00:00
taca
56cd105b88 devel/ruby-tty-screen: update to 0.7.1
Update ruby-tty-screen to 0.7.1.


## [v0.7.1] - 2020-02-02

### Changed
* Change gemspec to add metadata, remove test artifacts and load version directly
2020-03-08 15:32:22 +00:00
taca
36658306bc doc: Updated devel/ruby-tty-cursor to 0.7.1 2020-03-08 15:31:37 +00:00
taca
6ba014ae9d devel/ruby-tty-cursor: update to 0.7.1
Update ruby-tty-cursor to 0.7.1.


## [v0.7.1] - 2020-01-25

### Changed
* Change gemspec to include metadata and remove test files
2020-03-08 15:31:16 +00:00
taca
7b2bfac44a doc: Updated devel/ruby-tty-color to 0.5.1 2020-03-08 15:30:19 +00:00
taca
86cb8c9df8 devel/ruby-tty-color: update to 0.5.1
Update ruby-tty-color to 0.5.1.


## [v0.5.1] - 2020-01-22

### Changed
* Change gemspec to add metadata and remove test artefacts
2020-03-08 15:29:52 +00:00
taca
fe0a8e67dd doc: Updated devel/ruby-tomlrb to 1.2.9 2020-03-08 15:28:14 +00:00
taca
4f09b7aec4 devel/ruby-tomlrb: update to 1.2.9
Update ruby-tomlrb to 1.2.9.


1.2.9 - 2019-11-22

* Fixes and cleanups for ruby 2.7

1.2.8 - 2018-12-18

* Reduce gem size by excluding tests (tas50)
* Make integer and float parsing closer to the spec (sgarciac)
2020-03-08 15:27:44 +00:00
taca
b61f6a1305 doc: Updated devel/ruby-simplecov to 0.18.5 2020-03-08 15:25:41 +00:00
taca
5b2af9b793 devel/ruby-simplecov: update to 0.18.5
Update ruby-simplecov to 0.18.5.


0.18.5 (2020-02-25)
===================

Can you guess? Another bugfix release!

## Bugfixes
* minitest won't crash if SimpleCov isn't loaded - aka don't execute SimpleCov code in the minitest plugin if SimpleCov isn't loaded. Thanks to [@edariedl](https://github.com/edariedl) for the report of the peculiar problem in [#877](https://github.com/colszowka/simplecov/issues/877).

0.18.4 (2020-02-24)
===================

Another small bugfix release 🙈 Fixes SimpleCov running with rspec-rails, which was broken due to our fixed minitest integration.

## Bugfixes
* SimpleCov will run again correctly when used with rspec-rails. The excellent bug report [#873](https://github.com/colszowka/simplecov/issues/873) by [@odlp](https://github.com/odlp) perfectly details what went wrong. Thanks to [@adam12](https://github.com/adam12) for the fix [#874](https://github.com/colszowka/simplecov/pull/874).


0.18.3 (2020-02-23)
===========

Small bugfix release. It's especially recommended to upgrade simplecov-html as well because of bugs in the 0.12.0 release.

## Bugfixes
* Fix a regression related to file encodings as special characters were missing. Furthermore we now respect the magic `# encoding: ...` comment and read files in the right encoding. Thanks ([@Tietew](https://github.com/Tietew)) - see [#866](https://github.com/colszowka/simplecov/pull/866)
* Use `Minitest.after_run` hook to trigger post-run hooks if `Minitest` is present. See [#756](https://github.com/colszowka/simplecov/pull/756) and [#855](https://github.com/colszowka/simplecov/pull/855) thanks ([@adam12](https://github.com/adam12))

0.18.2 (2020-02-12)
===================

Small release just to allow you to use the new simplecov-html.

## Enhancements
* Relax simplecov-html requirement so that you're able to use [0.12.0](https://github.com/colszowka/simplecov-html/blob/master/CHANGELOG.md#0120-2020-02-12)
2020-03-08 15:25:04 +00:00
taca
6a7d469596 doc: Updated devel/ruby-simplecov-html to 0.12.2 2020-03-08 15:22:12 +00:00
taca
7c81e7f3ac devel/ruby-simplecov-html: update to 0.12.2
Update ruby-simplecov-html to 0.12.2.


0.12.2 (2020-02-27)
==================

## Bugfixes
* Refreshing the page while a source file is open works again. Thanks [@HansBug](https://github.com/HansBug) for the report [#94](https://github.com/colszowka/simplecov-html/issues/94) and [@Tietew](https://github.com/Tietew) for the fix!

0.12.1 (2020-02-23)
==================

Bugfix release to fix huge bugs that sadly test suit and maintainters didn't catch.

## Bugfixes
* Disable pagination and with it all files on 2nd page+ being broken/not able to open
* Fix display of non ASCII characters, for this you have to upgrade to simplecov 0.18.3 though (it's handled in there)

0.12.0 (2020-02-12)
==================

This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of dependency updates to improve CSP compatibility.

## Enhancements
* The HTML should now be servable with CSP settings of `default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';`
* File list is horizontally scrollable if the space doesn't suffice
* numbers are now right aligned and displayed with the same number of decimals for easier comparison and reading.

## Bugfixes
* Make sorting icons appear again
* close link tag which could cause problems when parsing as xhtml/xml
* make sure encoding errors won't crash the formatter
* When viewing a short source file while you have a big file list you will no longer be able to scroll on after the source file has ended
2020-03-08 15:21:48 +00:00