Commit graph

314358 commits

Author SHA1 Message Date
taca
654534dc39 doc: Updated textproc/ruby-stringex to 2.8.5 2020-03-24 17:06:42 +00:00
taca
8b82363253 textproc/ruby-stringex: update to 2.8.5
Update ruby-stringex to 2.8.5.


No release notes available.
2020-03-24 17:06:15 +00:00
nia
fcf38a78a4 doc: Updated converters/libstaroffice to 0.0.6 2020-03-24 17:05:50 +00:00
nia
67c8a70753 libstaroffice: Update to 0.0.6
0.0.6:
- 12/17/2017:
   - all: retrieve formula and charts(as graphic)
   - .sdw: try to retrieve more attachments.

0.0.5:
- 10/30/2017:
   - require C++11 for build.

0.0.4:
- 07/15/2017:
   - correct many errors detected by fuzzing

0.0.3:
- 02/20/2017:
   - tests if the file is created by StarImpress, if yes, converts it
     in a presentation file,
   - .sdw: try to retrieve more table's formattings and some outline levels,
   - graphics: try to retrieve more embedded pictures and the textbox
     rotations.
2020-03-24 17:04:27 +00:00
taca
95b93042a0 doc: Updated textproc/ruby-safe_yaml to 1.0.5 2020-03-24 17:03:59 +00:00
taca
4b62222cc2 textproc/ruby-safe_yaml: update to 1.0.5
Update ruby-safe_yaml to 1.0.5.
pkgsrc change: add "USE_LANGUAGES=	# none".


1.0.5
-----

- fixed [#80](https://github.com/dtao/safe_yaml/issues/80): uninitialized constant DateTime
2020-03-24 17:03:36 +00:00
taca
22201fa55e doc: Updated textproc/ruby-redcarpet to 3.5.0 2020-03-24 17:01:12 +00:00
taca
07430836a4 textproc/ruby-redcarpet: update to 3.5.0
Update ruby-redcarpet to 3.5.0.


Version 3.5.0

* Avoid mutating the options hash passed to a render object.

    Refs #663.

    Max Schwenk

* Fix a segfault rendering quotes using StripDown and the :quote option.

    Fixes #639.

* Fix warning: instance variable @options not initialized when running under
  verbose mode (-w, $VERBOSE = true).

* Fix SmartyPants single quotes right after a link. For example:

    [John](http://john.doe)'s cat

    Will now properly converts ' to a right single quote (i.e. ’).

    Fixes #624.

* Remove the rel and rev attributes from the output generated for footnotes as
  they don't pass the HTML 5 validation.

    Fixes #536.

* Automatically enable the fenced_code_blocks option passing a HTML_TOC object
  to the Markdown object's constructor since some languages rely on the sharp
  to comment code.

    Fixes #451.

* Allow passing Range objects to the nesting_level option to have a higher
  level of customization for table of contents:

    Redcarpet::Render::HTML_TOC.new(nesting_level: 2..5)

    Fixes #519.
2020-03-24 17:00:50 +00:00
taca
542ca07284 doc: Updated textproc/ruby-plist to 3.5.0 2020-03-24 16:59:18 +00:00
taca
41727540d7 textproc/ruby-plist: update to 3.5.0
Update ruby-plist to 3.5.0.
pkgsrc change: add "USE_LANGUAGES=	# none".


3.5.0 (2018-12-22)

* Only ship the required libs in the gem artifact
  (github.com/patsplat/plist/pull/48)
2020-03-24 16:58:52 +00:00
nia
28af3ace6d libmtp: Update to 1.1.17
Changelog appears to no longer be maintained
2020-03-24 16:58:05 +00:00
taca
7de15a2d64 doc: Updated textproc/ruby-multi_json to 1.14.1 2020-03-24 16:57:26 +00:00
taca
4f77cded80 textproc/ruby-multi_json: update to 1.14.1
Update ruby-multi_json to 1.14.1.
pkgsrc change: add "USE_LANGUAGES=	# none".


1.14.1
------

* [Fix a warning in Ruby 2.7](26a94ab8c7)

1.14.0
------

* [Support Oj 3.x gem](5d8febdbeb)
2020-03-24 16:57:02 +00:00
nia
a925e7d5f0 doc: Updated devel/libstatgrab to 0.92 2020-03-24 16:55:06 +00:00
taca
6ea41feac0 doc: Updated textproc/ruby-kramdown-parser-gfm to 1.1.0 2020-03-24 16:54:47 +00:00
nia
2bf4c19be6 libstatgrab: Update to 0.92
libstatgrab 0.92 (16 July 2019)
 * Fix various file descriptor leaks.
 * On Linux, read process thread name from comm where available (fixes
   FreeScale ARM BSP).
 * Add more process stat information on MacOS/Darwin.
 * Fix build on Alpine Linux and NetBSD 8.
 * Fix build on FreeBSD 12 without COMPAT_FREEBSD11.
 * Improve collection of data for non-standard Solaris interfaces.
 * Improve detection of interface link status on Solaris.
 * Various configure and build fixes.
 * Ensure modern log4cplus is used correctly.
2020-03-24 16:54:37 +00:00
taca
0a5fb21765 textproc/ruby-kramdown-parser-gfm: update to 1.0.1
Update ruby-kramdown-parser-gfm to 1.0.1.
pkgsrc change: add "USE_LANGUAGES=	# none".


1.0.1 / 2019-01-13

Bug Fixes

* Add missing loader file
2020-03-24 16:52:47 +00:00
taca
8e7edc97a6 doc: Updated textproc/ruby-haml to 5.1.2 2020-03-24 16:50:14 +00:00
taca
88dc0fbd8a textproc/ruby-haml: update to 5.1.2
Update ruby-haml to 5.1.2.
pkgsrc change: add "USE_LANGUAGES=	# none".


## 5.1.2

Released on August 6, 2019
([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)).

* Fix crash in some environments such as New Relic by unfreezing string literals for ParseNode#inspect. [#1016](https://github.com/haml/haml/pull/1016) (thanks [Jalyna](https://github.com/jalyna))

## 5.1.1

Released on May 25, 2019
([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).

* Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails 4.2.x + erubi. (Akira Matsuda)

## 5.1.0

Released on May 16, 2019
([diff](https://github.com/haml/haml/compare/v5.0.4...v5.1.0)).

* Rails 6 support [#1008](https://github.com/haml/haml/pull/1008) (thanks [Seb Jacobs](https://github.com/sebjacobs))
* Add `escape_filter_interpolations` option for backwards compatibility with haml 4 defaults [#984](https://github.com/haml/haml/pull/984) (thanks [Will Jordan](https://github.com/wjordan))
* Fix error on empty :javascript and :css filter blocks [#986](https://github.com/haml/haml/pull/986) (thanks [Will Jordan](https://github.com/wjordan))
* Respect changes in Haml::Options.defaults in `Haml::TempleEngine` options (Takashi Kokubun)
* Un-freeze TempleEngine precompiled string literals [#983](https://github.com/haml/haml/pull/983) (thanks [Will Jordan](https://github.com/wjordan))
* Various performance/memory improvements [#965](https://github.com/haml/haml/pull/965), [#966](https://github.com/haml/haml/pull/966), [#963](https://github.com/haml/haml/pull/963) (thanks [Dillon Welch](https://github.com/oniofchaos))
* Enable `frozen_string_literal` magic comment for all .rb files [#967](https://github.com/haml/haml/pull/967) (thanks [Dillon Welch](https://github.com/oniofchaos))
2020-03-24 16:49:51 +00:00
taca
3dc75a2ff8 doc: Updated textproc/ruby-erubi to 1.9.0 2020-03-24 16:47:25 +00:00
taca
f8a5a06c43 textproc/ruby-erubi: update to 1.9.0
Update ruby-erubi to 1.9.0.
pkgsrc change: add "USE_LANGUAGES=	# none".


=== 1.9.0 (2019-09-25)

* Change default :bufvar from 'String.new' to '::String.new' to work with BasicObject (jeremyevans)
2020-03-24 16:46:59 +00:00
nia
023258a72c libnjb: Update to 2.2.7
Unknown changes
2020-03-24 16:44:41 +00:00
taca
6b50f9fa62 doc: Updated sysutils/ruby-listen to 3.2.1 2020-03-24 16:40:43 +00:00
taca
90777762d7 Update sysutils/ruby-listen to 3.2.1
Update ruby-listen to 3.2.1.


3.2.1 (2019-12-05)

unknown


3.2.0 (2019-10-11)

* Fix warnings in spec output (#464) @floehopper
* README: Remove defunct Gemnasium badge (#461) @olleolleolle
* Update the RuboCop dependency (#447) @rymai
* ! assigned but unused variable - from_change, to_change (#438) @amatsuda
* Update dependencies and travis matrix (#446) @rymai
* Upgrade to latest rb-fsevent and rb-notify releases (#443) @thibaudgg
* Update Natalie’s name (#433) @ddfreyne
* Fix small markdown syntax issue in README (#430) @sivaraam
* Update .travis.yml (#427) @junaruga
* update travis.yml (bump ruby + bundler cache) (#395) @e2
* set Travis to MRI 2.2.5 and JRuby 9.1.2.0 (#408) @e2
* Require rb-fsevent when needed, in _configure method (#419) @jirutka
* Update matrix to use Ruby 2.2.5 (#418) @rymai
* Don't require rb-fsevent until actually needed (#417) @jirutka
* Please the look with retina friendly badges (#413) @elia
* [ci skip] Document behavior in forked environment (#403) @schneems
2020-03-24 16:40:19 +00:00
adam
106adea720 Updated multimedia/libbluray, print/ghostscript-agpl 2020-03-24 16:35:38 +00:00
adam
e17c79a947 ghostscript-agpl: updated to 9.52
Version 9.52:

Highlights in this release include:

The 9.52 release replaces the 9.51 release after a problem was reported with 9.51 which warranted the quick turnaround. Thus, like 9.51, 9.52 is primarily a maintenance release, consolidating the changes we introduced in 9.50.

We have continued our work on code hygiene for this release, with a focus on the static analysis tool Coverity (from Synopsys, Inc) and we have now adopted a policy of maintaining zero Coverity issues in the Ghostscript/GhostPDL source base.

IMPORTANT: In consultation with a representative of (OpenPrinting) it is our intention to deprecate and, in the not distant future, remove the OpenPrinting Vector/Raster Printer Drivers (that is, the opvp and oprp devices).

If you rely on either of these devices, please get in touch with us, so we can discuss your use case, and revise our plans accordingly.

IMPORTANT: We have forked LittleCMS2 into LittleCMS2mt (the "mt" indicating "multi-thread"). LCMS2 is not thread-safe, and cannot be made thread-safe without breaking the ABI. Our fork will be thread-safe and include performance enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. If there is sufficient interest, our fork will be available as its own package separately from Ghostscript (and MuPDF).

The usual round of bug fixes, compatibility changes, and incremental improvements.
2020-03-24 16:34:45 +00:00
taca
5fab5a853a doc: Updated sysutils/ruby-childprocess to 3.0.0 2020-03-24 16:32:32 +00:00
taca
d3180dc155 sysutils/ruby-childprocess: update to 3.0.0
Update ruby-childprocessto 3.0.0.


### Version 3.0.0 / 2019-09-20

* [#156](https://github.com/enkessler/childprocess/pull/156)Remove unused `rubyforge_project` from gemspec
* [#160](https://github.com/enkessler/childprocess/pull/160): Remove extension to conditionally install `ffi` gem on Windows platforms
* [#160](https://github.com/enkessler/childprocess/pull/160): Remove runtime dependency on `rake` gem

### Version 2.0.0 / 2019-07-11

* [#148](https://github.com/enkessler/childprocess/pull/148): Drop support for Ruby 2.0, 2.1, and 2.2
* [#149](https://github.com/enkessler/childprocess/pull/149): Fix Unix fork reopen to be compatible with Ruby 2.6
* [#152](https://github.com/enkessler/childprocess/pull/152)/[#154](https://github.com/enkessler/childprocess/pull/154): Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups

### Version 1.0.1 / 2019-02-03

* [#143](https://github.com/enkessler/childprocess/pull/144): Fix installs by adding `rake` gem as runtime dependency
* [#147](https://github.com/enkessler/childprocess/pull/147): Relax `rake` gem constraint from `< 12` to `< 13`

### Version 1.0.0 / 2019-01-28

* [#134](https://github.com/enkessler/childprocess/pull/134): Add support for non-ASCII characters on Windows
* [#132](https://github.com/enkessler/childprocess/pull/132): Install `ffi` gem requirement on Windows only
* [#128](https://github.com/enkessler/childprocess/issues/128): Convert environment variable values to strings when `posix_spawn` enabled
* [#141](https://github.com/enkessler/childprocess/pull/141): Support JRuby on Java >= 9
2020-03-24 16:32:06 +00:00
taca
4aa65d2029 doc: Updated sysutils/capistrano to 3.12.1 2020-03-24 16:26:46 +00:00
taca
3c44f37da7 sysutils/capistrano: update to 3.12.1
Update capistrano to 3.12.1.


3.12.1 (2020-03-20)

Bug Fixes

* Change default git_wait_interval to 0 to fix git slowdown
  introduced in 3.12.0 (#2050) @grzegorzblaszczyk

Documentation

* Improve misleading example for ssh_options (#2052) @rlisowski

Housekeeping

* Bump rubyzip from 1.2.2 to 2.2.0 in /docs (#2051) @dependabot
* Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#2047) @dependabot


3.12.0 (2020-02-11)

Note that this release limits the number of concurrent git connections by
default.  If you use Capistrano to deploy to > 10 servers simultaneously you
may want to increase this number.  See #2044 for details.

New Features

* Limit the number of concurrent git connections to 10, and make it
  configurable (#2044) @grzegorzblaszczyk

Documentation

* Fix %x typo in local tasks example (#2040) @tiendo1011
2020-03-24 16:26:20 +00:00
nia
9da820f859 doc: Updated www/libmicrohttpd to 0.9.70 2020-03-24 16:25:55 +00:00
nia
ab9e7fffae libmicrohttpd: Update to 0.9.70
Sat 08 Feb 2020 09:12:54 PM CET
    Fixed 100-continue handling for PATCH method (#6068).
    Fixed FTBFS from wrong #endif position for certain builds (#6025).
    Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET
    with MHD_USE_THREAD_PER_CONNECTION (#6036).
    Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter (#6078).
    Releasing libmicrohttpd 0.9.70. -CG

Thu Dec 26 14:43:27 CET 2019
    Adding fix for urlencoding of keys without values in
    post-processor logic. -CG

Tue 24 Dec 2019 03:32:18 PM CET
    Adding patch from Ethan Tuttle with test case for urlencoding
    in post-processor for keys without values. -CG/ET
2020-03-24 16:25:42 +00:00
nia
99f001b0bf doc: Updated devel/libftdi1 to 1.4 2020-03-24 16:21:25 +00:00
nia
69ce43fe1b libftdi1: Update to 1.4
New in 1.4 - 2017-08-07
-----------------------
* New ftdi_usb_open_bus_addr() open function
* Use BM/R series baud rate computation for FT230X
* ftdi_get_error_string() now returns const char*
* C++ API: Ability to open devices with empty descriptor strings
* C++ API: Fix enumerations for buffer purge and modem controls
* small build fixes and improvements in the python examples
* ftdi_eeprom / eeprom handling:
  * New API function: ftdi_eeprom_get_strings()
  * Fix USE_SERIAL handling for 230X type chips
  * Make ftdi_read_eeprom_location() endianness independent
  * Fix flashing of FT245R

New in 1.3 - 2016-05-20
-----------------------
* Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin Hemmati)
* Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer,
  avoided resubmittion of a canceled transfer in the callbacks,
  replaced calls to libusb_handle_events with
  libusb_handle_events_timeout_completed (Eugene Hutorny)
* ftdi_eeprom / eeprom handling:
  * Add support for arbitrary user data (Salvador Eduardo Tropea)
  * Add --build-eeprom support (Salvador Eduardo Tropea)
  * Fix use_usb_version config file option (Thilo Schulz)
  * Ability to include other config files in EEPROM config file (Thilo Schulz)
  * Add external oscillator enable bit (Raphael Assenat)
  * Support channel configuration (Stephan Linz)
  * Added --device option to ftdi_eeprom to specify FTDI device (Robin Haberkorn)
  * Fixed EEPROM user-area space checks for FT232R and FT245R chips (Robin Haberkorn)
* Various improvements to CBUS handling, including the EEPROM (Robin Haberkorn)
* swig wrapper: Fix handling of binary strings in ftdi_write_data()
  for python 3 (xantares09)
* cbus python example code (Rodney Sinclair)
* ftdi_stream: fix timeout setting (Ларионов Даниил)
* Fixed typo in CBUS defines: CBUSG_DRIVE1 -> CBUSH_DRIVE1

New in 1.2 - 2014-11-21
-----------------------
* Support for FT230X devices (Uwe Bonnes)
* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
* Support for finding devices bricked by the Windows driver (Forest Crossman)
* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)
2020-03-24 16:21:12 +00:00
taca
d80f85b136 doc: Updated security/ruby-sshkit to 1.21.0 2020-03-24 16:20:44 +00:00
taca
b5cb2e8771 security/ruby-sshkit: update to 1.21.0
Update ruby-sshkit: update to 1.21.0.
pkgsrc change: add "USE_LANGUAGES=	# none".


1.20.0 (2019-08-03)

* #468: Make upload! take a :verbosity option like exec does - @grosser


1.19.1 (2019-07-02)

* #465: Fix a regression in 1.19.0 that prevented ~ from being used in
  Capistrano paths, e.g. :deploy_to, etc. - @grosser


1.19.0 (2019-07-01)

* #455: Ensure UUID of commands are stable in logging - @lazyatom
* #453: as and within now properly escape their user/group/path arguments,
  and the command nested within an as block is now properly escaped before
  passing to sh -c. In the unlikely case that you were manually escaping
  commands passed to SSHKit as a workaround, you will no longer need to do
  this. See #458 for examples of what has been fixed. - @grosser
* #460: Handle IPv6 addresses without port - @will-in-wi


1.18.2 (2019-02-03)

* #448: Fix misbehaving connection eviction loop when disabling connection
  pooling - Sebastian Cohnen


1.18.1 (2019-01-26)

* #447: Fix broken thread safety by widening critical section - Takumasa Ochi
2020-03-24 16:20:05 +00:00
adam
d850d60ace libbluray: updated to 1.2.0
Version 1.2.0
- Add functions to list and read BD-ROM files.
- Add support for separate key pressed / typed / released user input events.
- Add support for AWT mouse events (BD-J).
- Fix build with OpenJDK 12 / 13.
2020-03-24 16:18:06 +00:00
taca
3987ca2c1e doc: Updated security/ruby-rex-powershell to 0.1.87 2020-03-24 16:17:59 +00:00
taca
e2b35e4cf1 security/ruby-rex-powershell: update to 0.1.87
Update ruby-rex-powershell to 0.1.87.


No release notes available.
2020-03-24 16:17:33 +00:00
taca
dd500a07f6 doc: Updated security/ruby-rex-struct2 to 0.1.2 2020-03-24 16:15:43 +00:00
taca
9fcfc4eefd security/ruby-rex-struct2: update to 0.1.2
Update ruby-rex-struct2 to 0.1.2.
pkgsrc change: add "USE_LANGUAGES=	# none".


No release notes available.
2020-03-24 16:15:21 +00:00
taca
c23a1cd76b doc: Updated security/ruby-rex-socket to 0.1.23 2020-03-24 16:14:21 +00:00
taca
f0b44d10bb security/ruby-rex-socket: update to 0.1.23
Update ruby-rex-socket to 0.1.23.
pkgsrc change: add "USE_LANGUAGES=	# none".


No release notes available.
2020-03-24 16:14:00 +00:00
taca
ada1e54d15 doc: Updated security/ruby-rex-exploitation to 0.1.22 2020-03-24 16:12:53 +00:00
taca
cdeece6fe0 security/ruby-rex-exploitation: update to 0.1.22
Update to ruby-rex-exploitation to 0.1.22.


No release notes available.
2020-03-24 16:12:28 +00:00
taca
5d52144516 doc: Updated security/ruby-rex-bin_tools to 0.1.6 2020-03-24 16:11:01 +00:00
taca
d7507f115f security/ruby-rex-bin_tools: update to 0.1.6
Update ruby-rex-bin_tools to 0.1.6.


No release notes available.
2020-03-24 16:10:30 +00:00
taca
29731eb2cd doc: Updated security/ruby-rbnacl to 7.1.1 2020-03-24 16:08:29 +00:00
taca
17b1350c92 security/ruby-rbnacl: update to 7.1.1
Update ruby-rbnacl to 7.1.1.


## [7.1.1] (2020-01-27)

- Test on Ruby 2.7 ([#208])
- Add project metadata to the gemspec ([#207])
- Resolve FFI deprecation warning ([#206])

## [7.1.0] (2019-09-07)

- Attached signature API ([#197], [#202])
- Fix the `generichash` state definition ([#200])

## [7.0.0] (2019-05-23)

- Drop support for Ruby 2.2 ([#194])

## [6.0.1] (2019-01-27)

- Add fallback `sodium_constants` for Argon2 ([#189])
- Support libsodium versions used by Heroku ([#186])
- Sealed boxes ([#184])
2020-03-24 16:08:08 +00:00
taca
42e062a49e doc: Updated security/ruby-openssl-ccm to 1.2.2 2020-03-24 16:06:55 +00:00