Commit graph

278936 commits

Author SHA1 Message Date
taca
3d342d4110 devel/ruby-rspec-support: update to 3.7.1
### 3.7.1 / 2018-01-29
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...v3.7.1)

Bug Fixes:

* Fix source extraction logic so that it does not trigger a `SystemStackError`
  when processing deeply nested example groups. (Craig Bass, #343)

### 3.7.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0...v3.7.0)

Enhancements:

* Improve compatibility with `--enable-frozen-string-literal` option
  on Ruby 2.3+. (Pat Allan, #320)
* Add `Support.class_of` for extracting class of any object.
  (Yuji Nakayama, #325)

Bug Fixes:

* Fix recursive const support to not blow up when given buggy classes
  that raise odd errors from `#to_str`. (Myron Marston, #317)
2018-03-14 14:17:59 +00:00
taca
c647c8e74e doc: Updated devel/ruby-rb-fsevent to 0.10.3 2018-03-14 14:17:10 +00:00
taca
bde1fa5326 devel/ruby-rb-fsevent: update to 0.10.3
0.10.3						2018/03/03

* Fix abnormal termination fails silently + burns cpu (#81)
2018-03-14 14:16:13 +00:00
taca
c80dd1ea5c doc: Updated devel/ruby-power_assert to 1.1.1 2018-03-14 14:14:32 +00:00
taca
bf3dd2a40a devel/ruby-power_assert: update to 1.1.1
1.1.1					2017/10/25

* Support :if
* Suppress "shadowing outer local variable" warning
* Support :unless
* Adjust indent
* Add notes for known limitations (#21)
* simplecov should be required at first
* Remove trailing spaces
* Respect tab stops
* support `test-bundled-gems` task on ruby core repository.
2018-03-14 14:14:12 +00:00
taca
437335b555 doc: Updated devel/ruby-pkg-config to 1.2.9 2018-03-14 14:11:17 +00:00
taca
8d50b37426 devel/ruby-pkg-config: update to 1.2.9
== 1.2.9 - 2018-01-13

=== Improvements

  * Added more default paths for OpenBSD.
    [GitHub#15][Reported by clintpachl]

=== Thanks

  * clintpachl

== 1.2.8 - 2017-10-19

=== Improvements

  * Improved macOS environment detection.
    [Reported by Simeon Manolov]
2018-03-14 14:10:57 +00:00
taca
811b30e674 doc: Updated devel/ruby-parslet to 1.8.2 2018-03-14 14:10:18 +00:00
taca
847dfdcea0 devel/ruby-parslet: update to 1.8.2
= 1.8.2 / 13Feb2018

  ! Improvements to performance in cases where atoms are dynamically generated
    (Kevin Olbrich).

= 1.8.1 / 19Nov2017

  - Minor fixes for language compatibility.
2018-03-14 14:09:57 +00:00
taca
ae121afc64 doc: Updated devel/ruby-parser to 3.11.0 2018-03-14 14:09:11 +00:00
taca
a62b2686f9 devel/ruby-parser: update to 3.11.0
=== 3.11.0 / 2018-02-14

* 1 major enhancement:

  * Expand to support ruby 2.5 parsing.

* 3 bug fixes:

  * Fixed %r lexing when delimiter is also used in (?X) group.
  * Restore newline after label to detect required kwarg. (presidentbeef)
  * Return `s(:self)` target for `self[]` calls. (presidentbeef)
2018-03-14 14:08:52 +00:00
taca
7d9428fc78 doc: Updated devel/ruby-msgpack to 1.2.4 2018-03-14 14:07:58 +00:00
taca
c5d20c353f devel/ruby-msgpack: update to 1.2.4
2018-03-02 version 1.2.3:

* Add Ruby 2.5.0 binary in gem releases for Windows

2018-01-11 version 1.2.2:

* Fix bug to occur SEGV occasionally (depends on GC timing) when exttype is used
* Fix bug to encode an ext type with wrong type id if superclass is also registered as ext type

2017-12-08 version 1.2.1:

* Hotfix release only for JRuby: 1.2.0-java was built in incorrect way

2017-12-07 version 1.2.0:

* Add MessagePack::Factory#dump and MessagePack::Factory#load as convenient methods
  like MessagePack.dump and MessagePack.load
* Fix bug to accept MessagePack::Factory#register_type after #freeze
2018-03-14 14:07:38 +00:00
dholland
61b0eb97a1 Also requires ocaml-num. 2018-03-14 14:06:59 +00:00
taca
098d9cd619 doc: Updated devel/ruby-minitest to 5.11.3 2018-03-14 14:06:32 +00:00
taca
e0b86f55cd devel/ruby-minitest: update to 5.11.3
=== 5.11.3 / 2018-01-26

* 1 bug fix:

  * Pushed #error? up to Reportable module. (composerinteralia)

=== 5.11.2 / 2018-01-25

* 1 minor enhancement:

  * Reversed Test < Result. Back to < Runnable and using Reportable for shared code.

* 2 bug fixes:

  * Fixed Result#location for instances of Test. (alexisbernard)
  * Fixed deprecation message for Runnable#marshal_dump. (y-yagi)

=== 5.11.1 / 2018-01-02

* 1 bug fix:

  * Fixed Result (a superclass of Test) overriding Runnable's name accessors. (y-yagi, MSP-Greg)

=== 5.11.0 / 2018-01-01

* 2 major enhancements:

  * Added Minitest::Result and Minitest::Result.from(runnable).
  * Changed Minitest::Test to subclass Result and refactored methods up.

* 7 minor enhancements:

  * Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally.
  * Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull)
  * Added deprecation warning for Runnable#marshal_dump.
  * Minitest.run_one_method now checks for instance of Result, not exact same class.
  * Minitest::Test.run returns a Result version of self, not self.
  * ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers.

* 4 bug fixes:

  * Object.stub no longer calls the passed block if stubbed with a callable.
  * Object.stub now passes blocks down to the callable result.
  * Pushed Minitest::Test#time & #time_it up to Runnable.
  * Test nil equality directly in assert_equal. Fixes #679. (voxik)

=== 5.11.0b1 / 2017-12-20

* 2 major enhancements:

  * Added Minitest::Result and Minitest::Result.from(runnable).
  * Changed Minitest::Test to subclass Result and refactored methods up.

* 6 minor enhancements:

  * Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally.
  * Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull)
  * Minitest.run_one_method now checks for instance of Result, not exact same class.
  * Minitest::Test.run returns a Result version of self, not self.
  * ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers.
  * Removed Runnable.marshal_dump/load.

* 4 bug fixes:

  * Object.stub no longer calls the passed block if stubbed with a callable.
  * Object.stub now passes blocks down to the callable result.
  * Pushed Minitest::Test#time & #time_it up to Runnable.
  * Test nil equality directly in assert_equal. Fixes #679. (voxik)
2018-03-14 14:06:10 +00:00
dholland
d0f7d58cdf Partial build fixes for ocaml 4.06.
not at all clear this thing is worth the trouble...
2018-03-14 14:05:37 +00:00
wiz
9b08ca4abc ledger: Fix build with gcc-6.
From upstream via Roberto Oliveira.
2018-03-14 13:59:52 +00:00
dholland
99b6887d5b Fix build with ocaml 4.06. 2018-03-14 11:16:14 +00:00
maya
159fa310a1 libxml2: fix compilation on Solaris 11.3
We use INFINITY which is available on C99 and later, so be explicit
that we compile C99 code.

Also tested as compiling fine on netbsd-current.

Fixes PR pkg/53098
2018-03-14 10:49:00 +00:00
dholland
7cd5cc0060 minor pkglint 2018-03-14 10:16:57 +00:00
dholland
baeb76a4a9 Fix build with ocaml 4.06 2018-03-14 10:16:03 +00:00
adam
b16884828e Added PYTHON_VERSIONS_ACCEPTED=27 2018-03-14 09:59:22 +00:00
mrg
9bbbcce887 adjust the BUILTIN_VERSION_SCRIPT to match xorgproto 2018.1's xproto 7.0.32. 2018-03-14 09:37:35 +00:00
dholland
531f48c8a5 Add patch comments. 2018-03-14 09:16:02 +00:00
dholland
57dd6e4912 pkglint whitespaec 2018-03-14 09:14:38 +00:00
dholland
6afb61374e Fix build with ocaml 4.06. 2018-03-14 09:14:05 +00:00
dholland
b6450df205 Bump PKGREVISION (to 16) for previous: using the ocaml infrastructure
will result in native (rather than bytecode) builds on more
architectures.
2018-03-14 09:08:45 +00:00
dholland
183446c33c Use the ocaml infrastructure. 2018-03-14 09:07:54 +00:00
dholland
90fcd65e4b Use SUBST. 2018-03-14 09:03:24 +00:00
adam
adf8f80783 Clean-up 2018-03-14 09:00:17 +00:00
dholland
8603748599 Add patch comments. 2018-03-14 08:59:59 +00:00
dholland
d20d94b1e7 Fix build with ocaml 4.06. 2018-03-14 08:58:43 +00:00
bsiegert
d7a0e20dab three Go package updates 2018-03-14 08:48:10 +00:00
bsiegert
d4bc2081e1 Update lf to 20180302.
No changelog (and indeed no releases) from upstream :(
2018-03-14 08:46:23 +00:00
bsiegert
f561dca49e Update caddy to 0.10.11.
This release improves automatic HTTPS in cluster configurations, internal TLS
asset management, adds service discovery support to reverse proxying, reusable
snippets for the Caddyfile, and more!

Read the details in the announcement blog post!
https://caddyserver.com/blog/caddy-0_10_11-released

A few minor "breaking" changes include how signals are handled, conflicting TLS
configurations are no longer allowed (an error is raised), and a TLS alert is
raised if SNI is used but no certificate is available, rather than serving a
default certificate.

Special thanks to Ed for helping us patch a minor path-based open redirect
possibility!

Full change log:

Reusable snippets for the Caddyfile
Updated QUIC
Auto-HTTPS certificates may be shared by multiple instances
Expand globbed values in -conf flag
Swap behavior of SIGTERM and SIGQUIT; ignore SIGHUP
9 new DNS provider plugins for the ACME DNS challenge
New placeholder for {<Response-Header} values
basicauth: Username put in {user} placeholder
fastcgi: GET requests can now send a body
proxy: Service discovery with DNS SRV load balancing
request_id: Allow reusing request ID from header field
tls: Improved efficiency of many certificates and reloads
tls: Raise error if conflicting TLS configurations collide
tls: Raise TLS alert if SNI used and no cert matched
tls: Reject OCSP responses that expire after the certificate
tls: Clients can use SNI to request a specific certificate
tls: Add option for backend to approve on-demand certificate
tls: Synchronize maintenance of shared, managed certificates
Numerous fabulous bug fixes
2018-03-14 08:41:32 +00:00
bsiegert
71ffb9dd18 Update matterircd to 0.16.5.
0.16.5
------
New features
- Add support for private channels in slack #142

Bugfix
- Slack: fixes join/parts #143, #146
- Slack: fixes away #144

0.16.4
------
Bugfix
- Fix some messages going to &messages #140

0.16.3
------
Bugfix
- Fix crash on /nick change when not logged in #141

0.16.2
------
Bugfix
- Remove crash on channel lookup of private messages

0.16.1
------
Bugfix
- Remove debug code which could cause a crash
- Only append channel name to sender once in &messages

0.16.0
------
New features
- -conf option (for a config file). See
  https://github.com/42wim/matterircd/blob/master/matterircd.toml.example for
  an example. Thanks @slowbro for this PR.

New config file options

JoinExclude: an array of channels that won't be joined on IRC.
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
You can still /JOIN exclude channels.
JoinExclude = ["#town-square","#boringchannel"]

JoinInclude: an array of channels that only will be joined on IRC.
If it's empty, it means all channels get joined (except those defined in
JoinExclude).
Messages that get sent to unjoined channels (but you're joined on mattermost)
will get sent to the &messages channel.
JoinInclude = ["#devops"]

PartFake: a bool that defines if you do a /LEAVE or /PART on IRC it will also
actually leave the channel on mattermost.
Default false
PartFake = true

- don't log passwords used with 'mattermost' and 'slack'. Closes #73

Bugfix
- Already read messages are replayed again and again #130
- Update to latest mattermost (4.6) libs
- Deprecated flags -bindinterface and -port removed


0.15.0
------
New features
- Support mattermost 4.2 and higher (4.x) (use mattermost v4 API)
- Add -mmskiptlsverify option to skip TLS certificate checks on mattermost

Enhancements
- Display nickname, if set #120
- Replace IRC parsing function with shellwords like function to allow for
  passwords with spaces. (#8)
2018-03-14 08:39:12 +00:00
dholland
81cef08d01 Fix build with ocaml 4.06. 2018-03-14 08:28:44 +00:00
wiz
b644c372ae doc: Updated www/p5-HTTP-Message to 6.15 2018-03-14 08:05:45 +00:00
wiz
c654ae443a p5-HTTP-Message: update to 6.15.
6.15      2018-03-13 13:02:56Z
    - Whenever possible, use an absolute four digit year for Time::Local (GH#97)
    - Add is_cacheable_by_default() (GH#98) (Theo van Hoesel)
2018-03-14 08:05:37 +00:00
wiz
c2b0b2f69d doc: Updated www/p5-Dancer-Session-Cookie to 0.30 2018-03-14 08:03:38 +00:00
wiz
a7033d2042 p5-Dancer-Session-Cookie: update to 0.30.
0.30 2018-03-11
  [ ENHANCEMENTS ]
    - add a CONTRIBUTING file [GH#18, Paul Cochrane]
    - minor refactoring, bump minor Perl version to 5.10.0.

  [ STATISTICS ]
    - code churn: 5 files changed, 127 insertions(+), 26 deletions(-)
2018-03-14 08:03:27 +00:00
wiz
d4e549b795 doc: Added devel/p5-PerlX-Maybe version 1.001 2018-03-14 08:03:04 +00:00
wiz
a7e5859ec6 devel/p5-PerlX-Maybe: import p5-PerlX-Maybe-1.001
The Perl maybe function checks that both arguments defined. If they
are, it returns them both as a list; otherwise it returns the empty
list.
2018-03-14 08:02:23 +00:00
adam
fbe79a8166 py-daphne: updated to 2.1.0
2.1.0:
* Removed subprotocol support from server, as it never really worked. Subprotocols
  can instead be negotiated by ASGI applications now.
* Non-ASCII query strings now raise a 400 Bad Request error rather than silently
  breaking the logger
2018-03-14 08:00:08 +00:00
wiz
593a57304d doc: Updated textproc/p5-Pod-Coverage-TrustPod to 0.100005 2018-03-14 07:57:45 +00:00
wiz
b8e1697a05 p5-Pod-Coverage-TrustPod: update to 0.100005.
0.100005  2018-03-12 08:34:52-04:00 America/New_York
        - remove an accidentally introduced // operator!
2018-03-14 07:57:35 +00:00
wiz
aa779898a4 doc: Updated security/p5-Net-SSLeay to 1.85 2018-03-14 07:56:59 +00:00
wiz
d16a80e1ea p5-Net-SSLeay: update to 1.85.
1.85 2018-03-14
	Preparations for transferring maintenace to a new maintainer
	Fixed test failure in t/local/33_x509_create_cert.t for some version of OpenSSL.
	Fixed free() error that causes "Free to wrong pool ..." merssage on Windows.
	Reported and patched by Steffen Ullrich.
2018-03-14 07:56:50 +00:00
wiz
76cdeb77bb doc: Updated devel/p5-Test2-Suite to 0.000108 2018-03-14 07:55:00 +00:00