Commit graph

270422 commits

Author SHA1 Message Date
taca
b39ef4d534 www/ruby-websocket-driver: update to 0.7.0
### 0.7.0 / 2017-09-11

* Add `ping` and `pong` to the set of events users can listen to
2017-09-18 01:11:36 +00:00
taca
ebb7749007 doc: Updated www/ruby-faraday_middleware to 0.12.2 2017-09-18 01:08:08 +00:00
taca
7eaf96ef91 www/ruby-faraday_middleware: update to 0.12.2
0.12.2 (2017/08/04)

* Fixes race condition issue with rubygems.org


0.12.1 (2017/08/03)

* Fixes support for Oj < 3.3.3 (#163)
* Adds support for parser_options on MultiXML and SafeYAML parsers


0.12.0 (2017/07/28)

* Replace rash with rash_alt (#136)
* Allow write_options to be specified for FaradayMiddleware::Caching (#155)
* Add support for passing options to JSON.parse (#156)
* Parse YAML safely (#157)
* Handle responses with missing Location header (#159)
* Removes support for ruby < 1.9.3 (#162)
2017-09-18 01:07:42 +00:00
taca
90a8696ae4 doc: Updated sysutils/capistrano to 3.9.1 2017-09-18 01:03:30 +00:00
taca
107694c5fa sysutils/capistrano: update to 3.9.1
## `3.9.1` (2017-09-08)

https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1

### Breaking changes:

* None

### Fixes:

* [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue where questions posed by `ask` were not printed on certain platforms - [@kminiatures](https://github.com/kminiatures)

## `3.9.0` (2017-07-28)

https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0

### Breaking changes:

* None

### New features:

* [#1911](https://github.com/capistrano/capistrano/pull/1911): Add Capistrano::DSL#invoke! for repetitive tasks

### Fixes:

* [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated `deploy:cleanup` to continue rotating the releases and skip the invalid directory names instead of skipping the whole rotation of releases. The warning message has changed slightly due to the change of behavior.
2017-09-18 01:03:01 +00:00
taca
8eed950386 doc: Updated net/ruby-slack-api to 1.6.0 2017-09-18 01:02:19 +00:00
taca
e6386b3984 net/ruby-slack-api: update to 1.6.0
1.5.0						2017/04/09

* fix attachments case
* chat.postMessage argument error only if both text and attachments are missing
* RealTime::Client has some information(self, team, channels, ...)
* @url was not, set rtm_start_response["url"] to @url to work properly

1.6.0						2017/07/12

* recognize multiple dot on endpoint
2017-09-18 01:01:50 +00:00
taca
f3d7eb55cc doc: Updated misc/ruby-progressbar to 1.8.3 2017-09-18 01:00:17 +00:00
taca
9e8b2102d5 misc/ruby-progressbar: update to 1.8.3
Version v1.8.3 - September 13, 2017

* Update warning_filter to fix require_relative

Version v1.8.2 - December 10, 2016

Fix

* Predicates not available on 1.8.7

Add

* progressbar as a gem build target

Removed

* reek
2017-09-18 00:59:47 +00:00
taca
fa82ae98bc doc: Updated misc/ruby-mini_portile2 to 2.3.0 2017-09-18 00:58:53 +00:00
taca
5f3fcfdfc7 misc/ruby-mini_portile2: update to 2.3.0
### 2.2.1 / 2017-09-13

#### Enhancements

* Verify checksums of files at extraction time (in addition to at download time). (#56)
* Clarify error message if a `tar` command can't be found. (#81)
2017-09-18 00:58:32 +00:00
taca
1d98e764fd doc: Updated devel/ruby-simplecov to 0.15.1 2017-09-18 00:55:49 +00:00
taca
0fbd6f88f0 devel/ruby-simplecov: update to 0.15.1
0.15.1 (2017-09-11)
=======

## Bugfixes

* Filter directories outside SimpleCov.root that have it as a prefix. See [#617](https://github.com/colszowka/simplecov/pull/617) (thanks @jenseng)
* Fix standard rails profile rails filter (didn't work). See [#618](https://github.com/colszowka/simplecov/pull/618) (thanks @jenseng again!)
2017-09-18 00:55:26 +00:00
taca
1fb7a7288e doc: Updated devel/ruby-curses to 1.2.4 2017-09-18 00:54:23 +00:00
taca
d5015ed9f3 devel/ruby-curses: update to 1.2.4
### 1.2.4 / 2017-09-13

New features:

* Update PDCurses.

Bug fixes:

* Fix the path of pdcurses.dll for i386-mingw.  (Issue #36)

Documentation:

* Include reference to ncurses dependency.  Pull request #34 by qume.
2017-09-18 00:53:56 +00:00
wiz
6130e6ef16 doc: Updated security/p5-Net-SSH to 2.14 2017-09-17 22:13:40 +00:00
wiz
431107402e p5-Net-SSH: update to 2.14.
2.14 2017.07.03
    - DSA key bugfix: verify would fail if r had unnecessary leading zeros

2.13 2017.06.30
    - Bug Fix: AES-CBC IV length needs to be blocksize, not keysize
    - Bug Fix: DES3 init needs to pass key as variable to avoid scalar error
    - Bug Fix: Packet padlen decode was using signed 8-bit unpack (should be unsigned)
    - Fix CBC inefficiency
    - Fix Key not being loaded prior to Agent use [ https://github.com/lkinley/Net-SSH-Perl/issues/10 ]
2017-09-17 22:13:30 +00:00
wiz
0089b66b23 doc: Updated security/p5-CryptX to 0.053 2017-09-17 22:08:39 +00:00
wiz
302baac6a7 p5-CryptX: update to 0.053.
0.053   2017/09/15
        - fix Crypt::PK::DSA generate_key

0.051   2017/08/08
        - INCOMPATIBLE CHANGE: Crypt::AuthEnc::OCB is now compliant with RFC 7253

0.050   2017/07/18
        - fix cpantesters failures/warnings

0.049   2017/07/18
        - libtomcrypt updated to 1.18-rc2 (+ some extra patches)
        - REMOVED: Crypt::PK::DH encrypt decrypt sign_message verify_message sign_hash verify_hash
        - NEW: Crypt::Misc - encode_b32*, decode_b32*, encode_b58*, decode_b58*
        - Crypt::PK::RSA: import public key from X509 certificate
        - Crypt::PK::DSA: improved generate_key()
        - Crypt::PK::DH: improved generate_key()
        - fix #36 aad_add is obsolete for all EncAuth algs (correct is adata_add)
        - fix #37 GCM - Encryption of the empty string

0.048   2017/05/31
        - NEW: Crypt::Digest::SHA3_224
        - NEW: Crypt::Digest::SHA3_256
        - NEW: Crypt::Digest::SHA3_384
        - NEW: Crypt::Digest::SHA3_512
        - NEW: Crypt::Digest::SHAKE
        - NEW: Crypt::Digest::BLAKE2b_160
        - NEW: Crypt::Digest::BLAKE2b_256
        - NEW: Crypt::Digest::BLAKE2b_384
        - NEW: Crypt::Digest::BLAKE2b_512
        - NEW: Crypt::Digest::BLAKE2s_128
        - NEW: Crypt::Digest::BLAKE2s_160
        - NEW: Crypt::Digest::BLAKE2s_224
        - NEW: Crypt::Digest::BLAKE2s_256
        - NEW: Crypt::AuthEnc::ChaCha20Poly1305
        - NEW: Crypt::Mac::Poly1305
        - NEW: Crypt::Mac::BLAKE2s
        - NEW: Crypt::Mac::BLAKE2b
        - NEW: Crypt::PRNG::ChaCha20
        - NEW: Crypt::Stream::ChaCha
        - NEW: Crypt::Stream::RC4
        - NEW: Crypt::Stream::Sober128
        - NEW: functions in Crypt::Misc - increment_octets_be, increment_octets_le
        - Crypt::PRNG now uses chacha20 prng by default
2017-09-17 22:08:29 +00:00
wiz
80317287a5 doc: Updated net/p5-Zabbix-Sender to 0.06 2017-09-17 21:56:03 +00:00
wiz
c8a17698ee p5-Zabbix-Sender: update to 0.06.
0.06    2016-09-11
        Fix some failing tests.

0.05    2016-08-22
        Fix strict mode. Thanks to whosgonna.

0.04    2013-09-09
        Fix broken length handling. Thanks to Erik Østlyngen.
2017-09-17 21:55:53 +00:00
wiz
0501a786e6 doc: Updated net/p5-Test-TCP to 2.19 2017-09-17 21:36:29 +00:00
wiz
3256e70225 p5-Test-TCP: update to 2.19.
2.19 2017-05-11T13:02:47Z

    commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
    Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
    Date:   Thu May 11 18:40:13 2017 +0900

        don't run command when the port is empty

        Test::TCP do hack on Windows for checking port used.

        https://github.com/tokuhirom/Test-TCP/commit/0f4510d8

        But this way always return 0 with succeeded with empty port. This is not
        expected behavior. So this change fix to call check_port if the port is
        not defined.

        fixes #60

2.18 2017-04-24T06:00:25Z
    - let the kernel select an empty port #59
      https://github.com/tokuhirom/Test-TCP/pull/59
      (i110)
2017-09-17 21:36:19 +00:00
wiz
1d3a31b9f1 doc: Updated net/p5-SNMP-Info to 3.37 2017-09-17 21:34:54 +00:00
wiz
6329a5e281 p5-SNMP-Info: update to 3.37.
version 3.37 (2017-07-11)

  [ENHANCEMENTS]

  * Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher

version 3.36 (2017-06-28)

  [ENHANCEMENTS]

  * Migrate to Module::Build for distribution maintenance

version 3.35 (2017-06-28)

  [ENHANCEMENTS]

  * Include loading of LLDP-EXT-MED-MIB in LLDP.pm

  [BUG FIXES]

  * #180 support CiscoConfig on Nexus (sf.net:scratchfury)
  * #50 remove interface specific part from vrf interfaces on IOS (W. Vandersmissen)
  * #211 f5 class should respect UseEnums when faking i_type

version 3.34 (2016-11-20)

  [ENHANCEMENTS]

  * Support Cisco IPS Modules homed on the Cisco ASA (M. Kraus)

  [BUG FIXES]

  * Serial number on Nexus 9372 (genereic check for ID before using) (M. Caines)
2017-09-17 21:34:44 +00:00
wiz
f251e11033 doc: Updated net/p5-Nmap-Parser to 1.360 2017-09-17 21:07:57 +00:00
wiz
706ef24f68 p5-Nmap-Parser: update to 1.360.
### Changes for 1.35
    - Updated build configuration thanks to @mperry2 (Pull #17)

### Changes for 1.34
    - Added devicetype thanks to @jcrochon (Pull #16)
2017-09-17 21:07:47 +00:00
wiz
f163b68d11 doc: Updated net/p5-NetPacket to 1.6.0 2017-09-17 21:00:13 +00:00
wiz
939ce4f56c p5-NetPacket: update to 1.6.0.
1.6.0 2015-03-13
 [ENHANCEMENTS]
 - Clean up inheritance code (Philip Prindeville).
 - Add a truckload of constants (Philip Prindeville).

 [STATISTICS]
 - code churn: 12 files changed, 343 insertions(+), 220 deletions(-)

1.5.0 2014-06-15
 [ENHANCEMENTS]
 - Addition of NetPacket::IPX. (Daniel Collins)
 - NetPacket::Ethernet implements 'encode'. (RT#93928, Guido Hungerbuehler)

 [STATISTICS]
 - code churn: 7 files changed, 337 insertions(+), 13 deletions(-)

1.4.4 2013-11-30
 [BUG FIXES]
 - NetPacket::USBMon: also handle big endian perl without quad type.
   (GH#5, Andreas Schwab)
 - Typo fix in comments. (GH#6, fschlich)

 [STATISTICS]
 - code churn: 3 files changed, 13 insertions(+), 4 deletions(-)

1.4.3 2013-10-03
 [BUG FIXES]
 - Unpack data in LittleEndian format. (GH#4, k0da)

 [STATISTICS]
 - code churn: 3 files changed, 62 insertions(+), 27 deletions(-)

1.4.2 2013-09-25
 [BUG FIXES]
 - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
   on Windows. (reported by Karen Etheridge)

 [MISC]
 - Tidy up the changelog. (GH#3, Neil Bowers)

 [STATISTICS]
 - code churn: 2 files changed, 46 insertions(+), 20 deletions(-)

1.4.1 2013-09-05
 [BUG FIXES]
 - Test was using Errno constant and failing on some platforms.

 [STATISTICS]
 - code churn: 2 files changed, 15 insertions(+), 7 deletions(-)

1.4.0 2013-08-26
 [DOCUMENTATION]
 - Fixing NetPacked::UDP documentation. (RT#85361, Ben Magistro)

 [ENHANCEMENTS]
 - New NetPacket::USBMon. (GH#2, lkundrak)

 [STATISTICS]
 - code churn: 8 files changed, 595 insertions(+), 16 deletions(-)

1.3.3 2013-05-15
 [BUG FIXES]
 - Parse SACK option and fix TSecr parsing. (GH#1, Robin Lee)

 [STATISTICS]
 - code churn: 5 files changed, 46 insertions(+), 7 deletions(-)

1.3.2 2013-05-03
 [BUG FIXES]
 - Fix NetPacket::UDP's strip. (RT#85038, reported by Stan Schwertly)

 [STATISTICS]
 - code churn: 12 files changed, 71 insertions(+), 21 deletions(-)
2017-09-17 21:00:02 +00:00
wiz
4fc23de17b doc: Updated net/p5-NetAddr-MAC to 0.95 2017-09-17 20:58:51 +00:00
wiz
5a5167b90d p5-NetAddr-MAC: update to 0.95.
0.95    2017-04-19
        - POD spelling and whitespace
2017-09-17 20:58:41 +00:00
wiz
a63038a449 doc: Updated net/p5-Net-Twitter to 4.01042 2017-09-17 20:57:14 +00:00
wiz
8fec866894 p5-Net-Twitter: update to 4.01042.
4.01042 2017-02-06
    - deprecated contributors/contributees
    - Fixed: follow_suggestions and follow_suggestions_for were reversed
    - fix "overwriting a accessor" warnings under Moose 2.2004 #70
    - build changes: keep dist.ini, create Makefile.PL (ether)
2017-09-17 20:57:04 +00:00
wiz
a10d8b8c5c doc: Updated net/p5-Net-TFTP to 0.1901 2017-09-17 20:51:54 +00:00
wiz
e12cee14ad p5-Net-TFTP: update to 0.1901.
0.1901 -- Fri Feb 24 18:11:22 CST 2017

  * Fix Test::MockModule build_requires version [Ben Bullock]
2017-09-17 20:51:44 +00:00
wiz
d16cdb1169 doc: Updated net/p5-Net-Telnet-Cisco to 1.11 2017-09-17 20:48:27 +00:00
wiz
6fea20a3aa p5-Net-Telnet-Cisco: update to 1.11.
1.11  Mon Sep 11 08:00:00 EDT 2017
    - Updated to new module layout (lib/).
    - Remove .cvsignore
    - Added simple t\*.t tests.
	- Makefile.PL:  updated version dependencies
    - Cisco.pm:
        Added 'use warnings;'.
        Added warnings() to fix RT 48904.
        Added fhopen() to fix RT 19285.
        Added POD for last_cmd.
        Updated new() to fix RT 19260.
        Updated _normalize() to fix RT 7796, 39882, 102753, 118170.
        Changed check for '' instead of not defined for $en_level to catch
          enable() success or failure.
        Changed @out to $out[] in cmd() to fix RT 2592.
        Changed prompt_append() to _prompt_append() [private].
        Changed re_sans_delims() to _re_sans_delims() [private].
    - test.pl: make Term::ReadKey conditional.
2017-09-17 20:48:18 +00:00
wiz
6745e5e0f9 doc: Updated net/p5-Net-Server to 2.009 2017-09-17 20:47:03 +00:00
wiz
f83516b436 p5-Net-Server: update to 2.009.
2.009  Aug 09 2017
        - Several long awaited fixes
        - Log when a child exits abnormally. RT #86815
        - Added delete-child hook
        - Add cleanup_dead_child_hook to PreFork server
        - Removed stray warn
        - Use File::Temp instead of POSIX::tmpnam
        - UNIX read_until to allow for SSL under unix sockets
2017-09-17 20:46:53 +00:00
wiz
db07cdae2d doc: Updated net/p5-Net-IPv6Addr to 0.7 2017-09-17 20:44:55 +00:00
wiz
d69a2da16a p5-Net-IPv6Addr: update to 0.7.
0.7 2017-08-26      Ben Bullock <bkb@cpan.org>

	* Documentation rewrite

0.6 2017-08-25      Ben Bullock <bkb@cpan.org>

	* Changed format of ChangeLog to follow CPAN::Changes::Spec,
	  which means it will be displayed nicely by MetaCPAN.

0.5 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add licence information to POD documentation

0.4 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add contributors and licence information
	* Add documentation
	* Remove RFCs from distro

0.3 2017-08-24      Ben Bullock <bkb@cpan.org>

	* Add meta files to distribution
	* in_network altered
	* Documentation updates
2017-09-17 20:44:40 +00:00
wiz
5ffea4cd15 doc: Updated net/p5-Net-Gnats to 0.22 2017-09-17 20:43:45 +00:00
wiz
e8dc7eebcb p5-Net-Gnats: update to 0.22.
Changes in 0.22
---------------
- RT 108273 remove PREREQ_FATAL

Changes in 0.21
---------------
- Fix bug relating to scopes and change required field.  It's a temporary Fix
  until something more permanent can be put into place; effectively, it just
  forces the change-required field to match properly.

Changes in 0.20
---------------
- Add capability to get any number of fields starting with a specific string.
- Misc fixes and documentation amendments from Miniconf NYC.

Changes in 0.19
---------------
- Add 'scopes' capability to fields.

Changes in 0.18
---------------
- Bugfix Github issue #1 regarding expression concatenation.
- Bugfix Github issue #4 regarding perldoc parse problems in Net::Gnats.
- Fixed stubbed subroutines which caused test failures for Perl 5.10.1.
- Added additional tests and documentation for Net::Gnats::Command.
- Added additional tests and documentation for Net::Gnats::Command::ADMV.
- Removed dead code from Net::Gnats::Session.
- Bugfix Github issue #6 regarding wrong type returned for query() method.
- Added additional tests and documentation for Net::Gnats get_field_type.

Changes in 0.17
---------------
- Added ability to submit a PR from a PR object.

Changes in 0.16
---------------
- Set consistent versioning across all modules.
- Added 'strictures' to PREREQ_PM.

Changes in 0.15
---------------
- Completely reworked sessions and issuing commands.
- Comprehensive tests, removing all stubs.
- Known issue: attachments not managed
- Known issue: after submit of PR, new PR number not captured into the PR object.
2017-09-17 20:43:35 +00:00
wiz
1e9b28b823 doc: Updated net/p5-Net-GitHub to 0.90 2017-09-17 20:38:55 +00:00
wiz
367e422f3d p5-Net-GitHub: update to 0.90.
0.90    2017-08-24
        - Adding some Pagination helpers (warthog9)

0.89    2017-07-22
        - rebuild

0.88    2017-07-22
        - Add option to pass in OTP token (bentglasstube)
        - Add support for review requests (waniji)
        - Add two new methods for filter views of org members (grantm)

0.87    2017-05-23
        - new GitHub GraphQL API

0.86    2016-12-03
        - Add support for organization membership (alexm)

0.85    2016-09-01
        - adding support for passing permission to add_team_repos #75 (allandrick, Leigh Hart)

0.84    2016-05-03
        - fix json in upload_asset
        - minor Doc fixes and CI (JJ)
2017-09-17 20:38:44 +00:00
wiz
770c09d85a doc: Updated net/p5-Net-FTPSSL to 0.38 2017-09-17 20:36:33 +00:00
wiz
30fb202710 p5-Net-FTPSSL: update to 0.38.
0.38 2017/03/30 08:30:00
  - Bug Id: 120802.  PreserveTimestamp bugs with _mfmt() & _mdtm().  I pulled
    the arguments off the stack in the wrong order.  Corrected this.
  - Added instructions on how to install this module in an alternate location
    to the README file.

0.37 2017/03/27 08:30:00
  - Found an issue with size() function when it gets the file size via "STAT".
    Found a server where "STAT" returned the results in a different format.
  - Removed duplicate setting of {help_cmds_no_syntax_available} key in _help().
  - Bug Id: 120623.  Missed the 2nd half of the ticket.  When Croak=>1 is turned
    on to not treat the failure of "SITE HELP" as a fatal error!

0.36 2017/03/20 08:30:00
  - Updated the copyright & version number.
  - Added additional module versions to the logs in BEGIN.
  - Bug Id: 120341.  Turns out the latest release of IO-Socket-SSL broke
    this module.  (v2.046 broken, v2.012 worked)  Looks like the start_SSL()
    call is removing my "_FTPSSL_arguments" hash entry.
  - Bug Id: 120623.  The OverrideHELP option had issues.  Shouldn't have called
    _feat() or _site_help() for =>1 or =>\@lst.  So removed in _help()!
  - Bug Id: 120621.  Request for a new feature of allowing objects that inherit
    from IO::Handle wherever it asks for a GLOB!  put/get/DebugLogFile/etc ...
    Implemented via new helper function _isa_glob().  Also updated POD.
  - Updated README section on using client certificates.
  - Updated t/20-certificate.t to use a callback & updated the %certificate
    hash.
2017-09-17 20:36:23 +00:00
wiz
c86273b350 doc: Updated net/p5-Net-Frame to 1.17 2017-09-17 20:35:08 +00:00
wiz
127c937a6f p5-Net-Frame: update to 1.17.
1.17 Sun  7 May 14:21:26 CEST 2017
   - update: IP in IP encapsulation should use IPv4 layer type
   - update: copyright notice
2017-09-17 20:34:59 +00:00
wiz
f36357081f doc: Updated net/p5-Net-Frame-Simple to 1.08 2017-09-17 20:33:54 +00:00