Commit graph

265279 commits

Author SHA1 Message Date
taca
3d0efb9534 Update ruby-net-ssh-gateway to 2.0.0.
=== 2.0.0 / 26 Jan 2017

* Update net-ssh dependency to 4.0.0 which requires Ruby version >= 2.0 [delano]

=== 1.3.0 / 26 Jan 2017

* Fix for loop_wait option on initialization [mfazekas, tpitale]
* Use bundler and remove remove jeweler [tpitale]
* Use minitest instead of test/unit [tpitale]
* Added Travis CI config [tpitale]
2017-06-12 16:06:48 +00:00
taca
eb99ffca6c Note update of security/ruby-net-ssh package to 4.1.0. 2017-06-12 16:05:07 +00:00
taca
75cf5eda77 Update ruby-net-ssh to 4.1.0.
=== 4.1.0
=== 4.1.0.rc1

 * ProxyJump support [Ryan McGeary, #500]
 * Fix agent detection on Windows [Christian Koehler, #495]

=== 4.1.0.beta1

 * Fix nil error when libsodium is not there [chapmajs ,#488]
 * SSH certificate support for client auth [David Bartley, #485]

=== 4.0.1
=== 4.0.1.rc2

 * ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, #351]

=== 4.0.1.rc1

 * support of rbnacl 4.0 and better error message [#479]
 * support include in config files [Kimura Masayuki, #475]
 * fixed issue with ruby 2.2 or older on windows [#472]

=== 4.0.0
=== 4.0.0.rc3

 * parse `+` character in config files [Christoph Lupprich, #470, #314]

=== 4.0.0.rc2

 * Fixed OpenSSL 2.0/Ruby 2.4.0 warnings [Miklós Fazekas, #468]
 * Added ssh-ed25519 to KnownHosts:SUPPORTED_TYPE [detatka-kuzlatka-otevrete, Miklós Fazekas, #459]
 * Allow nil for :passhrase and passing in nil option is now a depreaction warning [Miklós Fazekas, #465]

=== 4.0.0.rc1

 * Allow :password to be nil for capistrano v2 compatibility [Will Bryant, #357]
 * In next_packet if prefer consuming buffer before filling it again if we have enough data [Miklós Fazekas, #454]

=== 4.0.0.beta4

 * Added exitstatus method to exec's return [Miklós Fazekas, #452]
 * Don't raise from exec if server closes transport just after channel close [Miklós Fazekas, #450]
 * Removed java_pageant, as jruby should be using regular pagent impl [Miklós Fazekas, ]
 * Use SSH_AUTH_SOCK if possible on windows (cygwin) [Miklós Fazekas, Martin Dürst, #365, #361]
 * HTTPS proxy support [Marcus Ilgner, #432]
 * Supports ruby 2.4.0.dev new exception type from OpenSSL::PKey.read

=== 4.0.0.beta3

 * Fix Net::SSH::Disconnect exceptions when channels are closed cleanly [Miklos Fazekas, #421, #422]

=== 4.0.0.beta2

 * Fix raiseUnlessLoaded undefined ERROR issue [Miklos Fazekas, #418]

=== 4.0.0.beta1

* Fix pageant [elconas, #235]
* Relaxed rbnacl,rbnacl-selenium contstraints ang give better errors about them [Miklos Fazekas, #398]
* Fix UTF-8 encoding issues [Ethan J. Brown, #407]

=== 4.0.0.alpha4

* Experimental event loop abstraction [Miklos Fazekas]
* RbNacl dependency is optional [Miklos Fazekas]
* agent_socket_factory option [Alon Goldboim]
* client sends KEXINIT, it doesn't have to wait for server [Miklos Fazekas]
* better error message when option is nil [Kane Morgan]
* prompting can be customized [Miklos Fazekas]

=== 4.0.0.alpha3

* added max_select_wait_time [Eugene Kenny]

=== 4.0.0.alpha2

* when transport closes we're cleaning up channels [Miklos Fazekas]

=== 4.0.0.alpha1

* ed25519 key support [Miklos Fazekas]
* removed camellia [Miklos Fazekas]

=== 3.1.0
=== 3.1.0.rc1

* fix Secure#verify [Jean Boussier]
* use the smallest of don't spend longer time than keepalive if it's configured [Eugene Kenny]

=== 3.1.0.beta3

* forward/on_open_failed should stop listning closed socket otherwise it locks #269 [Miklos Fazekas,Scott McGillivray]
* fix incorrect pattern handling in config files #310 [Miklos Fazekas]

=== 3.1.0.beta2

* trying to execute something on a not yet opend channel throws nicer messag [Miklos Fazekas]
* calling close on a not opened channel marks the channel for close [Miklos Fazekas]
* read keepalive configuration from ssh config files [Miklos Fazekas]
* send client version on hadshake before waiting for server to reduce handshake time [Miklos Fazekas]
* allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
* memoize known host so we only search it once per session [Jean Boussier, Miklos Fazekas]

=== 3.0.2
=== 3.0.2.rc1

* fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre Meij]]
* if Net::SSH.start user is nil and config has no entry we default to Etc.getlogin
* Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston]

=== 3.0.1
=== 3.0.1.rc1

* Breaking change from 2.* series: exec! without block now returns empty string instread of nil if command has no output [https://github.com/net-ssh/net-ssh/pull/273]
* Support remote_user as %r in proxy commands [Dominic Scheirlinck]
* Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg]

=== 3.0.0.rc1

* SemVer: Major version change because of dropping of ruby 1.9
2017-06-12 16:03:46 +00:00
taca
000f1e9e93 Note update of devel/ruby-stomp package to 1.4.4. 2017-06-12 15:50:37 +00:00
taca
64bb5a5d3a Update ruby-stomp to 1.4.4.
## 1.4.4 20170611

* Merge fix for issue 141.
* Fix broken MatReconnectAttempts
* Attempt to detect mismatched SSL port and params.
* Issue 139, add ssl checks to receive timeout logic.
* Eliminate assert_nothing_raised from tests.
* Add Artemis suport to standard test bed.
* Run JRuby tests more easily.
2017-06-12 15:50:11 +00:00
taca
d7aede5c72 Note update of devel/ruby-shoulda-context package to 1.2.2. 2017-06-12 15:44:57 +00:00
taca
0d942a0545 Update ruby-shoulda-context to 1.2.2.
* Added factoid about test method names needed to run a single test method
* described_type: no ancestor lookup for constants that don't exist
* Add `require "test/unit"` to README
  The need to require `Test::Unit` in the standard library can be
  non-obvious: #47
* Uses class eval to not lose context
* Refactor to make hound happy
2017-06-12 15:44:27 +00:00
taca
a539ae1d61 Note update of databases/ruby-hiera package to 3.3.1. 2017-06-12 15:21:53 +00:00
taca
00a85363e4 Update ruby-hiera to 3.3.1.
Changes are too many to write here, please refer changes in GitHub.
<https://github.com/puppetlabs/hiera/compare/1.3.4...3.3.1>.
2017-06-12 15:21:19 +00:00
taca
2a43ca1939 Note update of sysutils/puppet package to 4.10.1. 2017-06-12 14:55:22 +00:00
taca
790a7524f5 Update puppet to 4.10.1.
Changes from 3.8.7 to 4.10.1 are too many to write here, please refer
<https://docs.puppet.com/puppet/latest/release_notes.html> and its links.
2017-06-12 14:54:53 +00:00
taca
dba0620aa1 Note update of sysutils/ruby-chef-config and sysutils/ruby-chef to 13.1.31. 2017-06-12 14:41:34 +00:00
taca
e4357262e6 Update ruby-chef and ruby-chef-config to 13.1.31.
* pkgsrc change: ruby-chef support ruby23 only.

Changes from previous version are too many to write here.  Please refer
<6b9ebb11c6/CHANGELOG.md> in detail.
2017-06-12 14:40:38 +00:00
taca
674659133c Note update of sysutils/ruby-chef-zero package to 13.0.0. 2017-06-12 14:33:15 +00:00
taca
5e91ca32f8 Update ruby-chef-zero to 13.0.0.
* pkgsrc change: support ruby23 only.

Changes from 3.2.1 is too many to write here, please refer
<https://github.com/chef/chef-zero/blob/master/CHANGELOG.md>.
2017-06-12 14:32:19 +00:00
taca
daeaeca2d6 Note update of lang/pear package to 1.10.4nb1. 2017-06-12 14:09:48 +00:00
taca
89802fd626 Update included Archive_Tar pear package to 1.4.3.
Archive_Tar 1.4.3					2017-06-11 13:32 UTC

Changelog:

* Fix Bug #21218: Cannot use result of built-in function in write context in
  PHP 7.2.0alpha1 [mrook]

Bump PKGREVISION.
2017-06-12 14:09:19 +00:00
mef
cbae83ed4f Updated devel/p5-Glib-Object-Introspection to 0.043
Updated devel/p5-IO-Pager to 0.39
Updated devel/p5-IPC-Cmd to 0.98
Updated devel/p5-Inline-C to 0.78
Updated devel/p5-List-SomeUtils to 0.54
Updated devel/p5-List-SomeUtils-XS to 0.53
Updated devel/p5-Log-Dispatch-FileRotate to 1.26
Updated devel/p5-Type-Tiny to 1.002001
Updated devel/p5-MetaCPAN-Client to 2.016000
2017-06-12 13:55:25 +00:00
mef
aa6ffbb47f Updated devel/p5-MetaCPAN-Client to 2.016
-----------------------------------------
2.016000    7.6.17
            * Support CSV field list in 'all' requests (Mickey, GH#87)

2.015000    14.5.17
            * Added 'main_module' field to the Release object (Mickey)
	                * Updated doc (Matthew Horsfall, GH#85)

2.014000    12.5.17
            * Fixed single-value case for expected arrayref (Mickey, GH#84)
	                * Added support for new release/contributors endpoint (Mickey)

2.013001    12.5.17
            * Updated endpoint name following API change (Mickey)

2.013000    9.5.17
            * Added support for new 'packages' type (Mickey)

2.012000    27.4.17
            * Fixed 'email' field handling in Author objects (Mickey, GH#83)
2017-06-12 13:51:53 +00:00
mef
de035831a8 Updated devel/p5-Type-Tiny to 1.002001
--------------------------------------
1.002001        2017-06-08
 [ Test Suite ]
  - Skip t/30-integration/Moose/native-attribute-traits.t on older Moose
     because Test::Moose is broken.

 [ Packaging ]
  - Ref::Util::XS 0.100 should be recommended, not 0.200 (which doesn't
    exist yet).
     Fixes RT#121981.
      <https://rt.cpan.org/Ticket/Display.html?id=121981>
2017-06-12 13:47:15 +00:00
mef
16a185935f Updated devel/p5-Log-Dispatch-FileRotate to 1.26
------------------------------------------------
1.26 Tue May 09 2017
    - add SEE ALSO reference to Log::Dispath::File::Stamped (Thanks Karen
      Etheridge)
2017-06-12 13:41:13 +00:00
mef
47c75740a3 devel/p5-List-SomeUtils to 0.54
-------------------------------
0.54     2017-06-01
  - Moved issue tracking to GitHub.
2017-06-12 13:34:46 +00:00
mef
edeb21e27c Updated devel/p5-Inline-C to 0.78
---------------------------------
0.78 Tue 30 May 22:56:30 CEST 2017
 - Apply PR#66 (TINITA++) Remove system calls `rm` and `diff`

0.77 Fri 12 May 17:57:36 CEST 2017
 - Apply PR#63 (@mohawk2++)
2017-06-12 13:32:07 +00:00
maya
87889ba1e5 Fix build with perl 5.26 2017-06-12 13:27:36 +00:00
mef
126a6ef433 Updated devel/p5-IPC-Cmd to 0.98
--------------------------------
0.98 Fri May 12 17:00:07 BST 2017
  Enhancements:
    * Added wait_loop_callback for run_forked()

  Bug fixes:
    * Only search in curdir in can_run() when on Win32
      RT#105601
2017-06-12 13:27:02 +00:00
maya
bc5ab3de2a Fix build with perl 5.26 2017-06-12 13:26:45 +00:00
mef
312816dea6 Updated devel/p5-IO-Pager to 0.39
---------------------------------
0.39    Sat May 13 2017
        Rename t.pl to test.pl and alter behavior to address RT#120618
        i.e; MakeMaker's "helpfulness"; alternative is explicitly list
        all PM in module.

        More bloody RT#121450
2017-06-12 13:17:10 +00:00
mef
5aa2ee8f07 Updated devel/p5-Glib-Object-Introspection to 0.043
---------------------------------------------------
* Add functions for handling raw flags values
2017-06-12 13:14:31 +00:00
maya
3f2bb626d8 Fix build with perl 5.26. indentation 2017-06-12 12:42:04 +00:00
maya
f77b3f40a1 Fix build with perl 5.26 2017-06-12 12:40:17 +00:00
maya
4f568c9aef Fix build with perl 5.26 2017-06-12 12:30:06 +00:00
maya
1758e06a95 Fix build using perl 5.26 2017-06-12 12:21:18 +00:00
maya
22743ee9d7 Fix build with perl5.26. indentation 2017-06-12 12:20:07 +00:00
maya
a85ccf9684 Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
abs
306538dee2 Updated databases/sql-workbench to 122 2017-06-12 12:08:56 +00:00
abs
d88872a70c Updated databases/sql-workbench to 122
Also some minor pkglint

Build 122 (2017-02-04)
Enhancements

    Conditional execution of Workbench commands now support -isDBMS and -isNotDBMS
    Added basic support for EXAsol
    Added support for SSH tunneling per connection profile
    When loading a SQL script it's now possible to automatically detect the encoding
    It's now possible to filter the output of WbVarList
    It's now possible to pin a result tab so that it doesn't get closed even if append mode is not enabled
    WbExport, WbImport, WbCopy and WbConfirm now support conditional execution
    WbTriggerSource now also supports writing the source to a file
    For Postgres, dependencies between triggers and tables are no shown in the DbExplorer and DbTree
    For Postgres, functions defined as "returns setof refcursor" are now processed correctly when using "select * from function()"
    For Postgres, it's now possible to import values into array columns if the source data is formatted as a Postgres array literal (WbImport and WbCopy)
    A new annotation (@WbCrossTab) is available to create simple crosstabs (aka "pivot") from query results.
    Improved editing of Postgres' hstore result columns.
    For SQL Server, the object dependencies now include named default constraints and custom data types

Bug fixes

    For Oracle the DDL for tables using reference partitioning was not generated correctly
    In batch mode when specifying a connection profile using -profile, the setting to ignore drop errors from the profile was ignored
    The width of the DbTree was limited if the DbExplorer panel was also displayed
    For HSQLDB, BIT columns were not displayed correctly.
    For Oracle, the DEDUPLICATION option was not shown for LOB columns
    Auto completion did not overwrite a partial table (or column) name if that part was a SQL keyword.
    Activating the object list filter in the DbExplorer by using the toolbar button did not work reliably.
    Passing connection properties using -connectionProperties to WbCreateProfile did not work
    When using a profile specific macro file, opening a new window did not always work.
    When using an Oracle 12.x JDBC driver, materialized views were always reported as missing with WbSchemaDiff
    It was no longer possible to select "As Is" for the built-in SQL formatter
    Several features in the DbExplorer did not work for Amazon Redshift
    Feedback from connect scripts was not always shown in the message tab
    Error messages were not shown for errors that occurred in connect scripts
    For Postgres, the remarks for indexes were not retrieved correctly if indexes with the same name existed in different schemas
    The formatter did not treat the := operator properly for MySQL
    For Postgres, the source of a table was not shown when an old (unsupported) version of Postgres was used
    For SQL Server (and other DBMS supporting schemas and catalogs) the list of schemas was not properly refreshed when the database was changed in the DbExplorer's dropdowns
    For Oracle, value literals for RAW columns where not created correctly
    For Oracle, -clobAsFile for WbExport was not working for XML columns
    For Oracle, overloaded procedures inside packages where no longer displayed.
    For SQL Server, the source of procedures, functions and triggers was not displayed correctly in the DbExplorer for databases other then the default database of the connection.
    When using -configDir in console mode the connection profiles were still loaded from the default location.
    For Postgres, when generating scripts for tables and sequences the owner column for a sequence was not correctly generated.

Build 121 (2016-07-31)
Bug fixes

    Some DDL statements were not generated properly when changing tables or indexes in the DbExplorer
    For Oracle, columns defined as TIMESTAMP WITH TIME ZONE or TIMESTAMP WITH LOCAL TIMEZONE where not displayed correctly
    It was no longer possible to use a timestamp format without time for WbImport
    When loading a new macro file, the macro menu was not updated.
2017-06-12 12:07:39 +00:00
maya
2bb008aeb4 Fix build using perl 5.26 2017-06-12 12:02:13 +00:00
maya
d36c258fa6 Fix build with perl 5.26. indentation 2017-06-12 12:01:13 +00:00
adam
98eef9690f Updated www/py-flask to 0.12.2; devel/py-hypothesis to 3.11.3 2017-06-12 10:20:30 +00:00
adam
ce32df85dd Changes 3.11.3:
Ensure we can sample from an OrderedDict without a warning
2017-06-12 10:19:44 +00:00
adam
f089201dcf Version 0.12.2
Released on May 16 2017
- Fix a bug in `safe_join` on Windows.

Version 0.12.1
Bugfix release, released on March 31st 2017
- Prevent `flask run` from showing a NoAppException when an ImportError occurs
  within the imported application module.
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3.
- Call `ctx.auto_pop` with the exception object instead of `None`, in the
  event that a `BaseException` such as `KeyboardInterrupt` is raised in a
  request handler.
2017-06-12 10:17:39 +00:00
hauke
e2f47836bb Terminfo issue applies to FreeBSD, too. 2017-06-12 09:34:12 +00:00
maya
688f005fa6 Fix build with perl 5.26 2017-06-12 08:36:37 +00:00
maya
ffd2eeebdb Fix build with perl 5.26 2017-06-12 08:26:31 +00:00
wiz
a12db05a00 Updated devel/gitolite to 3.6.6 2017-06-12 08:24:47 +00:00
wiz
786d49f368 Updated gitolite to 3.6.6.
2016-09-08  v3.6.6  simple but important fix for a future perl deprecation
                    (perl will be removing "." from @INC in 5.24)

                    'perms' now requires a '-c' to activate batch mode
                    (should not affect interactive use but check your scripts
                    perhaps?)

                    gitolite setup now accepts a '-m' option to supply a
                    custom message (useful when it is used by a script)

From Harry Waddell in PR 52293.
2017-06-12 08:24:37 +00:00
maya
fbf9090375 Fix build with perl 5.26 2017-06-12 08:15:01 +00:00
maya
749d3a58b5 Fix build with perl 5.26. indentation. 2017-06-12 08:14:30 +00:00
maya
ce17fdb2fa Fix build with perl 5.26 2017-06-12 08:10:59 +00:00
maya
a0463e9d36 Fix build with perl 5.26. indentation. 2017-06-12 08:10:27 +00:00