Commit graph

282072 commits

Author SHA1 Message Date
wen
a3a9816330 Updated devel/p5-Moose to 2.2011 2018-05-16 06:43:27 +00:00
wen
1b38956733 Update to 2.2011
Upstream changes:
2.2011   2018-05-16

  [BUG FIXES]

  - Various native trait methods would refuse "0" where they expected a
    string.  They have been fixed to allow all defined, non-reference values,
    and all objects with string, number, or boolean overloads.

  [DOCUMENTATION]

  - Moose::Manual::Construction now notes that roles can modify the BUILD sub.
    (thanks, E. Choroba!)

  [OTHER]

  - adjustments have been made to the Makefile for 'bmake', so it now works
    when not run in compatibility mode (Leon Timmermans).
2018-05-16 06:42:31 +00:00
wen
93a727fe2f Updated devel/netcdf to 4.6.1 2018-05-16 06:34:19 +00:00
wen
40855b3cf9 Update to 4.6.1
Upstream changes:
## 4.6.1 - March 15, 2018

* [Bug Fix] Corrected an issue which could result in a dap4 failure. See [Github #888](https://github.com/Unidata/netcdf-c/pull/888) for more information.
* [Bug Fix][Enhancement] Allow `nccopy` to control output filter suppresion.  See [Github #894](https://github.com/Unidata/netcdf-c/pull/894) for more information.
* [Enhancement] Reverted some new behaviors that, while in line with the netCDF specification, broke existing workflows.  See [Github #843](https://github.com/Unidata/netcdf-c/issues/843) for more information.
* [Bug Fix] Improved support for CRT builds with Visual Studio, improves zlib detection in hdf5 library. See [Github #853](https://github.com/Unidata/netcdf-c/pull/853) for more information.
* [Enhancement][Internal] Moved HDF4 into a distinct dispatch layer. See [Github #849](https://github.com/Unidata/netcdf-c/pull/849) for more information.

## 4.6.0 - January 24, 2018
* [Enhancement] Full support for using HDF5 dynamic filters, both for reading and writing. See the file docs/filters.md.
* [Enhancement] Added an option to enable strict null-byte padding for headers; this padding was specified in the spec but was not enforced.  Enabling this option will allow you to check your files, as it will return an E_NULLPAD error.  It is possible for these files to have been written by older versions of libnetcdf.  There is no effective problem caused by this lack of null padding, so enabling these options is informational only.  The options for `configure` and `cmake` are `--enable-strict-null-byte-header-padding` and `-DENABLE_STRICT_NULL_BYTE_HEADER_PADDING`, respectively.  See [Github #657](https://github.com/Unidata/netcdf-c/issues/657) for more information.
* [Enhancement] Reverted behavior/handling of out-of-range attribute values to pre-4.5.0 default. See [Github #512](https://github.com/Unidata/netcdf-c/issues/512) for more information.
* [Bug] Fixed error in tst_parallel2.c. See [Github #545](https://github.com/Unidata/netcdf-c/issues/545) for more information.
* [Bug] Fixed handling of corrupt files + proper offset handling for hdf5 files. See [Github #552](https://github.com/Unidata/netcdf-c/issues/552) for more information.
* [Bug] Corrected a memory overflow in `tst_h_dimscales`, see [Github #511](https://github.com/Unidata/netcdf-c/issues/511), [Github #505](https://github.com/Unidata/netcdf-c/issues/505), [Github #363](https://github.com/Unidata/netcdf-c/issues/363) and [Github #244](https://github.com/Unidata/netcdf-c/issues/244) for more information.

## 4.5.0 - October 20, 2017

* Corrected an issue which could potential result in a hang while using parallel file I/O. See [Github #449](https://github.com/Unidata/netcdf-c/pull/449) for more information.
* Addressed an issue with `ncdump` not properly handling dates on a 366 day calendar. See [GitHub #359](https://github.com/Unidata/netcdf-c/issues/359) for more information.

### 4.5.0-rc3 - September 29, 2017

* [Update] Due to ongoing issues, native CDF5 support has been disabled by **default**.  You can use the options mentioned below (`--enable-cdf5` or `-DENABLE_CDF5=TRUE` for `configure` or `cmake`, respectively).  Just be aware that for the time being, Reading/Writing CDF5 files on 32-bit platforms may result in unexpected behavior when using extremely large variables.  For 32-bit platforms it is best to continue using `NC_FORMAT_64BIT_OFFSET`.
* [Bug] Corrected an issue where older versions of curl might fail. See [GitHub #487](https://github.com/Unidata/netcdf-c/issues/487) for more information.
* [Enhancement] Added options to enable/disable `CDF5` support at configure time for autotools and cmake-based builds.  The options are `--enable/disable-cdf5` and `ENABLE_CDF5`, respectively.  See [Github #484](https://github.com/Unidata/netcdf-c/issues/484) for more information.
* [Bug Fix] Corrected an issue when subsetting a netcdf3 file via `nccopy -v/-V`. See [Github #425](https://github.com/Unidata/netcdf-c/issues/425) and [Github #463](https://github.com/Unidata/netcdf-c/issues/463) for more information.
* [Bug Fix] Corrected `--has-dap` and `--has-dap4` output for cmake-based builds. See [GitHub #473](https://github.com/Unidata/netcdf-c/pull/473) for more information.
* [Bug Fix] Corrected an issue where `NC_64BIT_DATA` files were being read incorrectly by ncdump, despite the data having been written correctly.  See [GitHub #457](https://github.com/Unidata/netcdf-c/issues/457) for more information.
* [Bug Fix] Corrected a potential stack buffer overflow.  See [GitHub #450](https://github.com/Unidata/netcdf-c/pull/450) for more information.

### 4.5.0-rc2 - August 7, 2017

* [Bug Fix] Addressed an issue with how cmake was implementing large file support on 32-bit systems. See [GitHub #385](https://github.com/Unidata/netcdf-c/issues/385) for more information.
* [Bug Fix] Addressed an issue where ncgen would not respect keyword case. See [GitHub #310](https://github.com/Unidata/netcdf-c/issues/310) for more information.

### 4.5.0-rc1 - June 5, 2017

* [Enhancement] DAP4 is now included. Since dap2 is the default for urls, dap4 must be specified by
(1) using "dap4:" as the url protocol, or
(2) appending "#protocol=dap4" to the end of the url, or
(3) appending "#dap4" to the end of the url
Note that dap4 is enabled by default but remote-testing is
disbled until the testserver situation is resolved.
* [Enhancement] The remote testing server can now be specified with the `--with-testserver` option to ./configure.
* [Enhancement] Modified netCDF4 to use ASCII for NC_CHAR.  See [Github Pull request #316](https://github.com/Unidata/netcdf-c/pull/316) for more information.
* [Bug Fix] Corrected an error with how dimsizes might be read. See [Github #410](https://github.com/unidata/netcdf-c/issues/410) for more information.
* [Bug Fix] Corrected an issue where 'make check' would fail if 'make' or 'make all' had not run first.  See [Github #339](https://github.com/Unidata/netcdf-c/issues/339) for more information.
* [Bug Fix] Corrected an issue on Windows with Large file tests. See [Github #385](https://github.com/Unidata/netcdf-c/issues/385]) for more information.
* [Bug Fix] Corrected an issue with diskless file access, see [Pull Request #400](https://github.com/Unidata/netcdf-c/issues/400) and [Pull Request #403](https://github.com/Unidata/netcdf-c/issues/403) for more information.
* [Upgrade] The bash based test scripts have been upgraded to use a common test_common.sh include file that isolates build specific information.
* [Upgrade] The bash based test scripts have been upgraded to use a common test_common.sh include file that isolates build specific information.
* [Refactor] the oc2 library is no longer independent of the main netcdf-c library. For example, it now uses ncuri, nclist, and ncbytes instead of its homegrown equivalents.
* [Bug Fix] `NC_EGLOBAL` is now properly returned when attempting to set a global `_FillValue` attribute. See [GitHub #388](https://github.com/Unidata/netcdf-c/issues/388) and [GitHub #389](https://github.com/Unidata/netcdf-c/issues/389) for more information.
* [Bug Fix] Corrected an issue where data loss would occur when `_FillValue` was mistakenly allowed to be redefined.  See [Github #390](https://github.com/Unidata/netcdf-c/issues/390), [GitHub #387](https://github.com/Unidata/netcdf-c/pull/387) for more information.
* [Upgrade][Bug] Corrected an issue regarding how "orphaned" DAS attributes were handled. See [GitHub #376](https://github.com/Unidata/netcdf-c/pull/376) for more information.
* [Upgrade] Update utf8proc.[ch] to use the version now maintained by the Julia Language project (https://github.com/JuliaLang/utf8proc/blob/master/LICENSE.md).
* [Bug] Addressed conversion problem with Windows sscanf.  This primarily affected some OPeNDAP URLs on Windows.  See [GitHub #365](https://github.com/Unidata/netcdf-c/issues/365) and [GitHub #366](https://github.com/Unidata/netcdf-c/issues/366) for more information.
* [Enhancement] Added support for HDF5 collective metadata operations when available. Patch submitted by Greg Sjaardema, see [Pull request #335](https://github.com/Unidata/netcdf-c/pull/335) for more information.
* [Bug] Addressed a potential type punning issue. See [GitHub #351](https://github.com/Unidata/netcdf-c/issues/351) for more information.
* [Bug] Addressed an issue where netCDF wouldn't build on Windows systems using MSVC 2012. See [GitHub #304](https://github.com/Unidata/netcdf-c/issues/304) for more information.
* [Bug] Fixed an issue related to potential type punning, see [GitHub #344](https://github.com/Unidata/netcdf-c/issues/344) for more information.
* [Enhancement] Incorporated an enhancement provided by Greg Sjaardema, which may improve read/write times for some complex files.  Basically, linked lists were replaced in some locations where it was safe to use an array/table.  See [Pull request #328](https://github.com/Unidata/netcdf-c/pull/328) for more information.
2018-05-16 06:32:58 +00:00
msaitoh
03909d43f8 Updated sysutils/dmidecode to 3.1nb2. 2018-05-16 05:11:49 +00:00
msaitoh
0a6cf4b28c Add two officially recommended patch to sysutils/dmidecode.
2017-09-14: Reflect HPE's new company name

	After Hewlett Packard Enterprise split from Hewlett-Packard, DMI OEM
	tables reflect the new company name.  Gen10 and subsequent systems will
	use HPE.  Gen9 and prior systems continue to use the old "HP" name.

2018-04-11: decode HPE UEFI type 219 Misc Features

	The incorrect "Misc Feature" bit in type 219 table was being used to
	identify that the platform is capable of booting with UEFI.
2018-05-16 05:10:30 +00:00
wen
9e17a149f0 Updated devel/hdf5 to 1.10.2 2018-05-16 02:38:15 +00:00
wen
87bcf1b8a6 Update to 1.10.2
Upstream changes:
HDF5 version 1.10.2 released on 2018-03-29
================================================================================
CONTENTS

- New Features
- Support for new platforms and languages
- Bug Fixes since HDF5-1.10.1
- Supported Platforms
- Tested Configuration Features Summary
- More Tested Platforms
- Known Problems


New Features
============

    Configuration and Build Systems:
    --------------------------------
    - CMake builds
    --------------

      - Changed minimum CMake required version to 3.10.

      This change removed the need to support a copy of the FindMPI.cmake module,
      which has been removed, along with its subfolder in the config/cmake_ext_mod
      location.

      (ADB - 2018/03/09)

      - Added pkg-config file generation

      Added pkg-config file generation for the C, C++, HL, and HL C++ libraries.
      In addition, builds on Linux will create h5cc, h5c++, h5hlcc, and h5hlc++ scripts in the bin
      directory that use the pkg-config files. The scripts can be used to build HDF5 C and C++
      applications (i.e, similar to the compiler scripts produced by the Autotools builds).

      (ADB - 2018/03/08, HDFFV-4359)

       - Refactored use of CMAKE_BUILD_TYPE for new variable, which understands
      the type of generator in use.

      Added new configuration macros to use new HDF_BUILD_TYPE variable. This
      variable is set correctly for the type of generator being used for the build.

      (ADB - 2018/01/08, HDFFV-10385, HDFFV-10296)

    - Autotools builds
    ------------------

       - Removed version-specific gcc/gfortran flags for version 4.0 (inclusive)
      and earlier.

      The config/gnu-flags file, which is sourced as a part of the configure
      process, adds version-specific flags for use when building HDF5. Most of
      these flags control warnings and do not affect the final product.

      Flags for older versions of the compiler were consolidated into the
      common flags section. Moving these flags simplifies maintenance of
      the file.

      The upshot of this is that building with ancient versions of gcc
      (<= 4.0) will possibly no longer work without hand-hacking the file
      to remove the flags not understood by that version of the compiler.
      Nothing should change when building with gcc >= 4.1.

      (DER - 2017/05/31, HDFFV-9937)

       - -fno-omit-frame-pointer was added when building with debugging symbols
      enabled.

      Debugging symbols can be enabled independently of the overall build
      mode in both the autotools and CMake. This allows (limited) debugging
      of optimized code. Since many debuggers rely on the frame pointer,
      we've disabled this optimization when debugging symbols are requested
      (e.g.: via building with --enable-symbols).

      (DER - 2017/05/31, HDFFV-10226)


    Library:
    --------
    - Added an enumerated value to H5F_libver_t for H5Pset_libver_bounds().

      Currently, the library defines two values for H5F_libver_t and supports
      only two pairs of (low, high) combinations as derived from these values.
      Thus the bounds setting via H5Pset_libver_bounds() is rather restricted.

      Added an enumerated value (H5F_LIBVER_V18) to H5F_libver_t and
      H5Pset_libver_bounds() now supports five pairs of (low, high) combinations
      as derived from these values.  This addition provides the user more
      flexibility in setting bounds for object creation.

      (VC - 2018/03/14)

    - Added prefix option to VDS files.

      Currently, VDS source files must be in the active directory to be
      found by the virtual file. Adding the option of a prefix to be set
      on the virtual file, using a data access property list (DAPL),
      allows the source files to locate at an absolute or relative path
      to the virtual file.
      Private utility functions in H5D and H5L packages merged into single
      function in H5F package.

      New public APIs:
            herr_t H5Pset_virtual_prefix(hid_t dapl_id, const char* prefix);
            ssize_t H5Pget_virtual_prefix(hid_t dapl_id, char* prefix /*out*/, size_t size);
      The prefix can also be set with an environment variable, HDF5_VDS_PREFIX.

      (ADB - 2017/12/12, HDFFV-9724, HDFFV-10361)

    - H5FDdriver_query() API call added to the C library.

      This new library call allows the user to query a virtual file driver
      (VFD) for the feature flags it supports (listed in H5FDpublic.h).
      This can be useful to determine if a VFD supports SWMR, for example.

      Note that some VFDs have feature flags that may only be present
      after a file has been created or opened (e.g.: the core VFD will
      have the H5FD_FEAT_POSIX_COMPAT_HANDLE flag set if the backing
      store is switched on). Since the new API call queries a generic VFD
      unassociated with a file, these flags will never be returned.

      (DER - 2017/05/31, HDFFV-10215)

    - H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag added to the C library.

      This new feature flag indicates that the VFD is compatible with the
      default VFD. VFDs that set this flag create single files that follow
      the canonical HDF5 file format.

      (DER - 2017/05/31, HDFFV-10214)

    - The H5I_REFERENCE value in the H5I_type_t enum (defined in H5Ipublic.h)
      has been marked as deprectated.

      This ID type value is not used in the C library. i.e.: There are no
      hid_t values that are of ID type H5I_REFERENCE.

      This enum value will be removed in a future major version of the library.
      The code will remain unchanged in the HDF5 1.10.x  releases and branches.

      (DER - 2017/04/05, HDFFV-10252)


    Parallel Library:
    -----------------
    - Enabled compression for parallel applications.

      With this release parallel applications can create and write compressed
      datasets (or the datasets with the filters such as Fletcher32 applied).

      (EIP - 2018/03/29)

    - Addressed slow file close on some Lustre file systems.

      Slow file close has been reported on some Lustre file systems.
      While the ultimate cause is not understood fully, the proximate
      cause appears to be long delays in MPI_File_set_size() calls at
      file close and flush.

      To minimize this problem pending a definitive diagnosis and fix,
      PHDF5 has been modified to avoid MPI_File_set_size() calls when
      possible.  This is done by comparing the library's EOA (End of
      Allocation) with the file systems EOF, and skipping the
      MPI_File_set_size() call if the two match.

      (JRM - 2018/03/29)

    - Optimized parallel open/location of the HDF5 super-block.

      Previous releases of PHDF5 required all parallel ranks to
      search for the HDF5 superblock signature when opening the
      file. As this is accomplished more or less as a synchronous
      operation, a large number of processes can experience a
      slowdown in the file open due to filesystem contention.

      As a first step in improving the startup/file-open performance,
      we allow MPI rank 0 of the associated MPI communicator to locate
      the base offset of the super-block and then broadcast that result
      to the remaining ranks in the parallel group.  Note that this
      approach is utilized ONLY during file opens which employ the MPIO
      file driver in HDF5 by previously having called H5Pset_fapl_mpio().

      HDF5 parallel file operations which do not employ multiple ranks
      e.g. specifiying MPI_COMM_SELF (whose MPI_Comm_size == 1)
      as opposed to MPI_COMM_WORLD, will not be affected by this
      optimization.  Conversely, parallel file operations on subgroups
      of MPI_COMM_WORLD are allowed to be run in parallel with each
      subgroup operating as an independant collection of processes.

      (RAW - 2017/10/10, HDFFV-10294)

    - Added large (>2GB)  MPI-IO transfers.

      Previous releases of PHDF5 would fail when attempting to
      read or write greater than 2GB of data in a single IO operation.
      This issue stems principally from an MPI API whose definitions
      utilize 32 bit integers to describe the number of data elements
      and datatype that MPI should use to effect a data transfer.
      Historically, HDF5 has invoked MPI-IO with the number of
      elements in a contiguous buffer represented as the length
      of that buffer in bytes.

      Resolving the issue and thus enabling larger MPI-IO transfers
      is accomplished first, by detecting when a user IO request would
      exceed the 2GB limit as described above.  Once a transfer request
      is identified as requiring special handling, PHDF5 now creates a
      derived datatype consisting of a vector of fixed sized blocks
      which is in turn wrapped within a single MPI_Type_struct to
      contain the vector and any remaining data.   The newly created
      datatype is then used in place of MPI_BYTE and can be used to
      fulfill the original user request without encountering API
      errors.

      (RAW - 2017/09/10, HDFFV-8839)


    C++ Library:
    ------------
    - The following C++ API wrappers have been added to the C++ Library:
      + H5Lcreate_soft:
        // Creates a soft link from link_name to target_name.
        void link(const char *target_name, const char *link_name,...)
        void link(const H5std_string& target_name,...)

      + H5Lcreate_hard:
        // Creates a hard link from new_name to curr_name.
        void link(const char *curr_name, const Group& new_loc,...)
        void link(const H5std_string& curr_name, const Group& new_loc,...)

        // Creates a hard link from new_name to curr_name in same location.
        void link(const char *curr_name, const hid_t same_loc,...)
        void link(const H5std_string& curr_name, const hid_t same_loc,...)

        Note: previous version of H5Location::link will be deprecated.

      + H5Lcopy:
        // Copy an object from a group of file to another.
        void copyLink(const char *src_name, const Group& dst,...)
        void copyLink(const H5std_string& src_name, const Group& dst,...)

        // Copy an object from a group of file to the same location.
        void copyLink(const char *src_name, const char *dst_name,...)
        void copyLink(const H5std_string& src_name,...)

      + H5Lmove:
        // Rename an object in a group or file to a new location.
        void moveLink(const char* src_name, const Group& dst,...)
        void moveLink(const H5std_string& src_name, const Group& dst,...)

        // Rename an object in a group or file to the same location.
        void moveLink(const char* src_name, const char* dst_name,...)
        void moveLink(const H5std_string& src_name,...)

        Note: previous version H5Location::move will be deprecated.

      + H5Ldelete:
        // Removes the specified link from this location.
        void unlink(const char *link_name,
            const LinkAccPropList& lapl = LinkAccPropList::DEFAULT)
        void unlink(const H5std_string& link_name,
            const LinkAccPropList& lapl = LinkAccPropList::DEFAULT)

        Note: additional parameter is added to previous H5Location::unlink.

      + H5Tencode and H5Tdecode:
        // Creates a binary object description of this datatype.
        void DataType::encode() - C API H5Tencode()

        // Returns the decoded type from the binary object description.
        DataType::decode() - C API H5Tdecode()
        ArrayType::decode() - C API H5Tdecode()
        CompType::decode() - C API H5Tdecode()
        DataType::decode() - C API H5Tdecode()
        EnumType::decode() - C API H5Tdecode()
        FloatType::decode() - C API H5Tdecode()
        IntType::decode() - C API H5Tdecode()
        StrType::decode() - C API H5Tdecode()
        VarLenType::decode() - C API H5Tdecode()

      + H5Lget_info:
        // Returns the information of the named link.
        H5L_info_t getLinkInfo(const H5std_string& link_name,...)

      (BMR - 2018/03/11, HDFFV-10149)

    - Added class LinkCreatPropList for link create property list.

      (BMR - 2018/03/11, HDFFV-10149)

    - Added overloaded functions H5Location::createGroup to take a link
      creation property list.
        Group createGroup(const char* name, const LinkCreatPropList& lcpl)
        Group createGroup(const H5std_string& name, const LinkCreatPropList& lcpl)

      (BMR - 2018/03/11, HDFFV-10149)

    - A document is added to the HDF5 C++ API Reference Manual to show the
      mapping from a C API to C++ wrappers.  It can be found from the main
      page of the C++ API Reference Manual.

      (BMR - 2017/10/17, HDFFV-10151)


    Java Library:
    ----------------
    - Wrapper added for enabling the error stack.

      H5error_off would disable the error stack reporting. In order
      to re-enable the reporting, the error stack info needs to be
      saved so that H5error_on can revert state.

      (ADB - 2018/03/13, HDFFV-10412)

    - Wrappers were added for the following C APIs:
      H5Pset_evict_on_close
      H5Pget_evict_on_close
      H5Pset_chunk_opts
      H5Pget_chunk_opts
      H5Pset_efile_prefix
      H5Pget_efile_prefix
      H5Pset_virtual_prefix
      H5Pget_virtual_prefix

      (ADB - 2017/12/20)

    - The H5I_REFERENCE value in the H5I_type_t enum (defined in H5Ipublic.h)
      has been marked as deprectated.

      JNI code which refers to this value will be removed in a future
      major version of the library. The code will remain unchanged in the
      1.10.x releases and branches.

      See the C library section, above, for further information.

      (HDFFV-10252, DER, 2017/04/05)


    Tools:
    ------
    - h5diff has a new option to display error stack.

      Updated h5diff with the --enable-error-stack argument, which
      enables the display of the hdf5 error stack. This completes the
      improvement to the main tools: h5copy, h5diff, h5dump, h5ls and
      h5repack.

      (ADB - 2017/08/30, HDFFV-9774)


Support for new platforms, languages and compilers.
=======================================
    - None
2018-05-16 02:37:06 +00:00
wen
7f84dbc00a Updated net/py-smb to 1.1.23 2018-05-16 01:08:44 +00:00
wen
1879bd1793 Update to 1.1.23
Add missing DEPENDS

Upstream changes:
Version 1.1.23, 2018-05-05 (Download)

Fix bug in listShares() method which fails when the remote server has many shares. Contributed by carlosefr (github).
Improve echo() method to test and fail if the provided data to echo is not a bytes object. Contributed by carlosefr (github).
Fix bug in listPath() method where the path to query is not properly terminated. Contributed by Yepoleb (github).
Version 1.1.22, 2017-09-17 (Download)

Fix bug in getAttributes() method which should return only the filename instead of the entire path for the filename property for the return result.
Version 1.1.21, 2017-09-09 (Download)

Fix bug where timestamp values for SMB1 getAttributes() response are not converted properly from FILETIME to epoch time values.
Version 1.1.20, 2017-08-13 (Download)

Add getSecurity() method to support security descriptors query via SMB2. Contributed by koniiiik (github).
Improve retrieveFile() and retrieveFileFromOffset() methods to allow file retrievals over SMB2 even when the file is being locked on the server.
Silently discards NMB SESSION_KEEPALIVE packets instead of raising warnings. Thanks to a-mushroom (github) for reporting this.
SMB sessionID will be sent in ECHO requests to conform to SMB2 specs. Thanks to divad (github) for reporting this.
Fix type errors for MD4 functions in python3. Contributed by viatoriche (github).
Version 1.1.19, 2016-11-13 (Download)

Ignore STATUS_PENDING during delete and file store operations
Version 1.1.18, 2016-04-09 (Download)

Rollback fixes to NTLMv2 response algorithm in pysmb 1.1.17. The fixes fail to work with some servers.
Add missing errno imports in SMBConnection.py
Fix UnboundLocalError raised when using type() in SMBConnection.py
Version 1.1.17, 2015-11-11 (Download)

Fix crashes in directory listing with keyerror ‘support_dfs’.
Fix bugs in NTLMv2 response algorithm.
Fix bugs where client domain is not included as part of the session negotiation.
Version 1.1.16, 2015-05-10 (Download)

Fix typo errors in authentication error messages.
Improve share listings on SMB2 protocol by ignoring interim STATUS_PENDING responses.
Version 1.1.15, 2015-02-15 (Download)

Add new parameter to SMBConnection’s storeFileFromOffset method to determine whether the remote file is to be truncated before writing.
Version 1.1.14, 2015-02-01 (Download)

Add support for DFS shares in listPath(). Thanks to humberry (github) for raising the issue and helping with the testing.
Fix bug in python3’s SMB2 listPath implementation. Thanks to deejrose (github) for reporting the bug.
Version 1.1.13, 2014-10-18 (Download)

Add missing methods and improve compatibility with python3. Thanks to keisetsu (github) for submitting the patch.
Fix bug in SMB2 rename implementation which fails to rename directory. Thanks to Jayke Meijer for raising the bug and providing the packet capture.
Version 1.1.12, 2014-09-21 (Download)

Fix syntax error for python3 NBNSProtocol implementation
Fix bug in SMB1 implementation which results in access denied errors with Samba 3.0. Many thanks for John Sivak for his assistance and support in helping to troubleshoot and test the bug fixes.
Version 1.1.11, 2014-09-13 (Download)

Add support for unicode characters in domain, username and password.
Add storeFileFromOffset method to SMB API
Fix bug in getAttributes implementation for SMB1
Fix bug for NMB which uses broadcast flag for unicast queries
Update the Tree Connect Andx request implementation to support MS-SMB 2.2.4.7.1 extensions
Version 1.1.10, 2014-06-29 (Download)

 Add getAttributes() method to SMBConnection and SMBProtocolFactory class.
Add isReadOnly property to SharedFile class.
Version 1.1.9, 2014-06-01 (Download)

Add support for domains in smb:// URLs. Contributed by Andy Piper.
Fix a bug which fails to test for the correct GSS security provider OID values. Thanks for Fanen for bug report and assistance in testing the fix.
Version 1.1.8, 2013-12-21 (Download)

Fix a bug in storeFile() method when the destination file is not overwritten if it exists in SMB1 communication. Thanks to Vaikar Amol for reporting this bug and helping to fix it.
Fix a SMB1 authentication problem when extended negotation is not carried out because the remote server has specified its support for extended security in the payload, instead of in the message flags2.
Version 1.1.7, 2013-09-27 (Download)

Improve listShares() function which can fail with the listing response is separated into multiple SMB packets for large number of shares. Thanks to Pieter De Clerck for reporting this bug and helping to test the bug fix.
Fix bug in python3 implementation where session connection can fail when remote server supports message signing. Thanks to Simon for reporting this bug.
Version 1.1.6, 2013-08-16 (Download)

Fix bug where the status of the SMB_COM_NEGOTIATE reply is not checked for error before allowing further processing. Thanks to Adrian Cox for discovering this bug and submitting the patch.
Version 1.1.5, 2013-06-19 (Download)

Add support for Direct hosting of SMB over TCP/IP (TCP port 445)
Version 1.1.4, 2013-05-31 (Download)

Improve query performance for query IP addresses for NetBIOS names in NetBIOSProtocol.py. Thanks to Ties de Kock for submitting the performance patch.
Fix bugs in SMBConnection when sending large data packets can result in AssertionError. Thanks to David K. Hess for submitting the bug fix.
Version 1.1.3, 2013-03-18 (Download)

Fix a bug which results in endless loop in SMBConnection when remote CIFS server closes the connection. Thanks to Nitin Garg for submitting the bug fixes.
2018-05-16 01:07:20 +00:00
wen
5c40861643 Updated misc/p5-Business-ISSN to 1.003 2018-05-16 00:49:44 +00:00
wen
d3ade1b759 Update to 1.003
Update LICENSE

Upstream changes:
1.003 2018-05-09T20:27:50Z
	* Clarify that it's the Artistic License 2.0

1.002 2016-12-05T18:59:45Z
	* Remove the prereq.t test. I'll do that locally.

1.001 2016-01-12T18:51:29Z
	* Freshen the module
2018-05-16 00:48:18 +00:00
wen
90ff65ae70 Updated net/p5-SNMP-Info to 3.61 2018-05-15 23:35:05 +00:00
wen
c15336fa55 Update to 3.61
Update DEPENDS

Upstream changes:
Version 3.61 (2018-05-09)

  [ENHANCEMENTS]

  * #255 IPv6 support - Set the transport-specifier if given an IPv6 address
  * #195 IP address table - IPv4 Address Table will use the
     IP-MIB::ipAddressTable if the deprecated IP-MIB::ipAddrTable doesn't
     return results

  [BUG FIXES]

  * #261 EIGRP Peer Neighbor Formatting / Munge
  * #252 Unpack binary MAC if present in cdp_port
  * Fix SNMPv1 cdp_run check
2018-05-15 23:34:16 +00:00
wen
c5dd38e0d3 Updated textproc/p5-YAML to 1.25 2018-05-15 23:20:29 +00:00
wen
f57ad68e9b Update to 1.25
Update BUILD_DEPENDS

Upstream changes:
Changes for version 1.25 - 2018-05-11
Applied several pull requests by tinita
Support trailing comments (PR #189, PR #190, PR #191)
Remove unused code (PR #192)
Use Test::Deep to actually test correctly for class names (PR #193)
Fix loading of mapping key which starts with `= ` (PR #194)
Fix loading strings with multiple spaces (PR #172)
Allow more characters in anchor name (PR #196)
Add $YAML::LoadBlessed for disabling loading objects (PR #197)
Applied several pull requests by tinita
Disable test with long string under certain conditions (PR #201)
Quote scalar if it equals '=' (PR #202)
Multiple regexp roundtrip does not grow (PR #203)
Add support for compact nested block sequences (PR #204)
Support reverse order of block scalar indicators (PR #205)
Support nested mappings in sequences (PR #206)
2018-05-15 23:19:29 +00:00
wen
feca3e8693 Updated textproc/p5-XML-Compile-Tester to 0.91 2018-05-15 23:06:29 +00:00
wen
0510cbbfa5 Update to 0.91
Upstream changes:
version 0.91: Fri May 11 01:51:33 CEST 2018

        Improvements:
        - change documentation style.
        - convert to GIT and GitHub
2018-05-15 23:05:09 +00:00
wen
9fa43ac4dd Updated textproc/p5-XML-Compile-SOAP12 to 3.06 2018-05-15 23:02:42 +00:00
wen
e749d87345 Update to 3.06
Upstream changes:
version 3.06: Fri May 11 00:29:18 CEST 2018

        Improvements:
        - convert to GIT and GitHub
2018-05-15 23:01:39 +00:00
youri
dd0450a7c1 doc: Updated x11/xfce4-gtk2-engine to 3.2.0nb8 2018-05-15 22:45:22 +00:00
youri
08a82ba215 Disable broken gtk3 themes. 2018-05-15 22:45:10 +00:00
youri
785fd10b32 doc: Updated x11/libxfce4util to 4.13.1 2018-05-15 22:42:54 +00:00
youri
6d4dd96cbe Update:
4.13.1
======
[Please note that this is a development release.]
- Fix a minor typo: ment → meant
- Fix some autotools warnings, default debug to yes
- Fix duplicate DISTCHECK_CONFIGURE_FLAGS
- Improve gobject-introspection annotations
2018-05-15 22:42:41 +00:00
youri
de9d89f4a2 doc: Updated devel/xfce4-conf to 4.13.4 2018-05-15 22:41:48 +00:00
youri
d4418ce61e Update:
4.13.4
======
- Fix segfault in xfconf_cache_set_property_reply_handler when
  multiple calls are made (bug #13825)
- Allow to store empty arrays (bug #13791)
- Fix a path in xfconf_cache_set where the mutex isn't locked (bug #13790)

4.13.3
======
- Flush gdbus connection on xfconf_shutdown
- Correctly use xfconf_shutdown in xfconf-query
- Check for invalid GPtrArrays in the conversion
  from GValue to GVariant.
- Fix some build issues in AM subdir-objects
- Fix some autogen.sh warnings
- Better documentation processing.

4.13.2
======
- Fix cache corruption due to a wrong g_value_unset call.
- Update API gtk documentation

4.13.1
======
- Revert the bump of libxfconf version from 0 to 1,
  to avoid massive changes in all xfce's components.

4.13.0
======
- Port xfconf to gdbus
- Bump libxfconf version from 0 to 1.
2018-05-15 22:41:36 +00:00
youri
21e8f33d82 doc: Updated x11/libxfce4ui to 4.13.4 2018-05-15 22:39:52 +00:00
youri
05a435216f Update:
4.13.4
======
- Fix missing gresource file in release tarball (Bug #13705)
- Add Vala support (Vidar Haarr)
- Fix gladeui2 path detection (Bug #13944)
- Fix make distcheck (Bug #14039)
- Fix incorrect use of AC_ARG_ENABLE(tests..) (Bug #13703)
- Use BOOLEAN instead of deprecated BOOL
- Allows to properly show some characters, such as ampersand (Bug #12715)
- Add api indices in gtk-doc
- Translation Updates: Amharic, Arabic, Asturian, Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)

4.13.3
======
- Fix make distcheck with gladeui2 install path
- Add an --enable-tests option
- Remove the filterout from introspection sources
- Move gresource building out of maintainer mode
- Fix condition in confirm dialog
- Add POTFILES.skip to appease gmake distcheck gods on OpenBSD
- ship libxfce4ui.gresource.xml in the tarball too
- Add libxfce4ui-marshal.list to EXTRA_DIST to fix
  --enable-maintainer-mode on released tarballs
- Fix build error with --disable-gtk2
- Translation updates: bg, cs, fr, it, ca, hr, it, da, ru.

4.13.2
======
- Fix build error with --disable-gtk3 Bug #12648
- Improve layout of labels in xfce dialogs
- Set a reasonable default window width to make sure labels wrap
- Improve vertical alignment of primary and secondary label
- Bump the default dialog width to 500px
- Update libxfce4ui documentation
- Fix make docs compilation warning
- Fix xfce_dialog_show_help(_with_version) doc
- Remove Makefile.am space to fix autogen.sh warning
- Better documentation processing
- Change xfce_dialog_show_help(_with_version)
- Default debug to yes instead of full
- Remove exo dependancy Bug #13326
- fix: add libxfce4ui_get_resource to abi check symbols Bug #13326
- Let autotools find and invoke glib-compile-resources Bug #13326
- Add support for GOBJECT-INTROSPECTION Bug #13461
- Add GtkDoc checks
- Add missing introspection.m4 file
- fix: make distcheck
- fix: remove deprecation warnings
- feat: Switch to Gtk3 default, Gtk2 Optional
- Rename introspection GIR to 4ui-2.0 to match util
- Translation updates: am ast ca da el eu fi gl id it ko lt ms nn
                       oc pl pt ro ru sl sr th zh_CN zh_TW
2018-05-15 22:39:39 +00:00
youri
7f569d5fc8 doc: Updated x11/xfce4-exo to 0.12.0 2018-05-15 22:36:56 +00:00
youri
1e30cbe6fb Update:
0.12.0 (Stable Release)
======
- Bug Fixes:
  - Add google-chrome-stable binary for the google-chrome helper (Xfce #13876)
- Build Changes:
  - Requirements updated: GTK 2.24, GTK 3.22, GLib 2.42, libxfce4ui 4.12,
    libxfce4util 4.12
- Translation Updates: Albanian, Amharic, Arabic, Asturian, Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (United Kingdom), Estonian, Finnish, French,
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
  Japanese, Kannada, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmal, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Sinhala, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur,
  Ukrainian, Urdu, Urdu (Pakistan), Vietnamese

0.11.5 (Development Release)
======
- New Features:
  - ExoString: Added new exo_str_is_flag
  - Helpers: Added Terminator (TerminalEmulator) (Xfce #13714)
- Bug Fixes:
  - exo-helper: Use full custom command path (Xfce #4093)
  - exo-launch: Pass flags to preferred application (Xfce #9427)
  - Replaced internet-mail icon with FD.o compliant emblem-mail (Xfce #13711)
  - Dropped conflicting Vivaldi helper (Xfce #13712, Gentoo #624546)
- Translation Updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
  Croatian, Danish, Dutch, French, German, Hebrew, Indonesian, Kazakh, Korean,
  Lithuanian, Norwegian Bokmal, Polish, Portuguese (Brazil), Russian, Spanish,
  Swedish, Turkish

0.11.4 (Development Release)
======
From a development standpoint, this release can be considered the first release
candidate for the 0.12.x series. Full GTK+ 2 and 3 support is now available
and should meet the needs for any Xfce application development.
- New Features:
  - GTK Extensions: Added new exo_gtk_dialog_get_action_area and
    exo_gtk_dialog_add_secondary_button
  - GTK3: Added support for insensitive state in exo_cell_renderer_icon
  - Helpers: Added Brave, Google Chrome, and Vivaldi (WebBrowser)
  - Helpers: Added Geary (MailReader)
  - Helpers: Dropped Opera Mail (no longer available for Linux)
- Bug Fixes:
  - Removed --disable-debug flag from distcheck (Xfce #11556)
- Icons:
  - Replaced non-standard gnome-* icons
  - Replaced non-existent "missing-image" icon
- Deprecations:
  - Dropped gdk_window_process_updates for GTK+ 3.22
  - Replaced gdk_pixbuf_new_from_inline usage
  - Replaced gdk_screen_* usage
  - Replaced gtk_style_context_get_background_color usage
  - Removed warnings for gtk_dialog_get_action_area and GioScheduler
- Translation Updates: Arabic, Catalan, Chinese (China), Danish, Dutch, French,
  German, Hebrew, Indonesian, Korean, Lithuanian, Portuguese (Brazil), Russian,
  Spanish, Swedish
2018-05-15 22:36:44 +00:00
youri
503145b405 doc: Updated x11/xfce4-panel to 4.13.3 2018-05-15 22:35:23 +00:00
youri
9df590c4df Update:
4.13.3
======
- Bugfixes:
  - Get the actual widget state flags to avoid constant redraws (Bug #14307)
  -	launcher: Fix empty button in remove launcher dialog (Bug #13962)
  -	launcher: Make sure icons are not oversize
  - launcher: Make sure the appropriate icon size is used
  - launcher: Fix resizing of pixbuf based icons (Bug #14138)
  - Move "Separator" to the top of the "Add New Items..." menu (Bug #14086)
  - Make a couple of strings translatable (Bug #14338)
  - Make former GtkStock dialog buttons translateable (Bug #14338)
  - Make double-click add plugin in the "Add item" dialog (Bug #9784)
  - clock: Improve discoverability of tooltip help-texts (Bug #11708)
  - Correctly initialize return value (Bug #10873)
  - Gtk+3 fixes:
    Fix various warnings with Gtk3 (Bug #14135)
    Fix Gtk+3 version in ifdef
    Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)
  	Try to fix menu positioning with Gtk3.22
  - Various icon fixes:
    Switch to GtkIconTheme (Bug #14125)
    Fix missing icons with Adwaita icon theme (Bug #14133)
    Fix remaining deprecated icon names
- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
   Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
   French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese,
   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian),
   Russian, Serbian, Turkish, Ukrainian

4.13.2
======
- Add support for gobject-introspection (Vidar Haarr)
- Bugfixes:
  - actions: Fix GPtrArray usage (Bug #13981)
  - actions: Show Hybrid Sleep option (Bug #12771)
  - clock: Fix invalid datetime formats appearing in list (Bug #11527)
  - clock: Use freedesktop.org compliant icon (Bug #13779)
  - clock: Add a validator for digital custom formats (Bug #11527)
  - clock: Fix format validation (Bug #11527)
  - launcher: Fix custom images
  - tasklist: Fix scrolling to cycle through open windows (Bug #13789)
  - tasklist: Define cosmetic default padding for images (Bug #13865)
  - tasklist: Fix alignment of labels when orientation is changed (Bug #13864)
  - tasklist: Allow to hide label decorations (Bug #10546)
  - systray: Fix crash when systray is empty (Bug #13927)
  - systray: Don't lookup hash table for null keys (Bug #11929)
  - systray: Add option to display icons with square sizing (Bug #12093)
  - Pass socket id to D-Bus service to embed settings window (Bug #13854)
  - Make "Automatic" the default selection in the panel config dialog
  - Fix make distcheck (But #14040)
  - Improve gtkdoc
- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, Catalan,
   Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
   Danish, Dutch (Flemish), English (Australia), English (Great Britain),
   Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
   Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
   Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese,
   Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
   Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese

4.13.1
======
- Port to GDBus (Ali)
   This means the panel now depends on xfconf 4.13 - recommended is 4.13.3.
- Features:
  - systray: Allow ordering of items (Bug #11929)
  - tasklist: Add styleclass to make life easier for themers
- Bugfixes:
  - Fix DND between external plugins (Bug #13687)
  - Fix drag and drop for internal plugins (Bug #13642)
  - Correct enter and leave opacity label positions (Bug #13594)
  - Fix Gtk3 XfceArrowButtons not blinking (Bug #13599)
  - Fix datarootdir declaration in .pc files (Bug #13589)
  - Use fd.org terminal icon name (Bug #13592)
  - Don't let the wrapper crash on unknown properties (Bug #13614)
  - Set default panel-2 size of default settings
  - windowmenu: Fix icon size in menu
  - systray: Fix alignment of single non-square items (Bug #9095)
  - clock: Make the default date and time format translatable (Bug #9637)
- Translation updates: Arabic, Bengali, Bulgarian, Catalan, Chinese (China),
   Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), French, German,
   Hebrew, Indonesian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
   Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Spanish, Swedish,
   Turkish, Ukrainian
2018-05-15 22:35:10 +00:00
youri
703b0aa8f1 doc: Updated x11/xfce4-desktop to 4.12.4 2018-05-15 22:33:36 +00:00
youri
707200f44a Downgrade to stable releases again.
Update to 4.12.4:

Incomplete changelogs:

4.12.3
======
Stable release of xfdesktop for Xfce 4.12.

* Bug fixes:
 - Remove whitespaces from monitor name when accessing settings
   Patch by Andreas Müller
 - Settings: Fix loading of wallpaper previews (Bug #11892)
 - Rotate images for wallpaper based on embedded orientation

* Translation updates:
  English (Australia) (en_AU), Spanish (Castilian) (es),
  Lithuanian (lt), Swedish (sv)
2018-05-15 22:33:23 +00:00
youri
73a3489f19 Fix conflict. 2018-05-15 22:26:19 +00:00
youri
7e11b933df doc: Updated sysutils/xfce4-thunar to 1.7.2 2018-05-15 22:25:47 +00:00
youri
b0e88a6992 Update:
1.7.2
=====
- Thunar confuses files (bug #12435)
- Use display_name instead of basename to display filenames (bug #13532)
- Avoid unexpected overshoot fade on icon view
- Make it possible to assign accelerators to custom actions
- Killing thunar as well kills all launched sub-processes (bug #14277)
- Thunar User Configurable Actions do not work for remote locations (bug #7652), patch from (bug#7305)
- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/start"
- SIGSEGV when thumbnailer is under heavy load after opening many tabs (bug #13756)
- bumped dependency to xfce4-panel to API v.2 / 4.12.0
- Fixed creation of .desktop file when dropping URL into folder (bug #14239)
- Restoring non-empty folders leaves copy in Trash (bug #13535)
- Fixed an uncritical "use after free"
- Translation updates: Albanian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, English (Australia),Finnish, French, Galician, German, Greek, Hebrew, Indonesian, Italian,
Japanese, Kazakh, Latvian, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian

1.7.1
=====
- Do not translate "Trash" files and folders (Bug #14211)
- Regression: Context menu misplaced (bug #14216)
- Crash in thunar_file_is_gfile_ancestor (bug #14202)
- Add a systemd user unit for the two D-Bus session services (bug #12236)
- Add setting to show file sizes in bytes (bug #11690) fix for statusbar
- Add setting to show file sizes in bytes (bug #11690) fix for overwrite confirmation dialog
- Add setting to show file size in bytes in detailed view (Bug #11690)
- Show exact size in bytes in directory properties dialog (bug #12858)
- Thunar's "open with" custom command doesn't escape the path (bug #10883)
- Fix potential buffer overflow (bug #12444)
- Thunar fails to scan for file templates if the Templates directory is a symbolic link ( bug #12032 )
- missing codegen for "make dist" in thunar-tpa (bug #14190)
- Ported thunar-tpa to gdbus (bug #14038)
- fixed bug - no bool argument available for dbus signal "TrashChanged"
- Bump gtk to 3.22
- Prevent crash after updating thunar if old thunar deamon is still running
- Only show additional "real_name" of user in detailed_view if it is different from "name" (bug #13648)
- Change inappropriate word "Sentence" in upper-/lowercase renamer (bug #9483)
- Skip functions not meant to be introspectable (Bug #14045)
- Fix for failing GObject introspection build. Followup of (Bug #14070)
- thunarx-provider-module.h missing inside tar.bz2 file created by "make dist" (Bug #14070)
- Fix crash on unavailable file move copy (Bug #14056)
- Provide missing g-i annotations (Bug #14045)
- Use e.g. instead of i.e. (Bug #14035)
- Translation updates:Arabic, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
  Danish, Dutch, English (United Kingdom), Esperanto, Finnish, French, Galician, German, Hebrew, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Spanish, Thai, Turkish, Ukrainian

1.7.0
=====
- GTK3 Port
- Replace dbus-glib with GDBus
- Improved Pathbar style for Location Selector
- Bump thunarx to version 3 and replace GtkAction with ThunarxMenu and ThunarxMenuItem
- GObject-Introspection support for thunarx-3
- Update thunarx documentation and fix its generation
- Same bugfixes from 1.6.13
- Translation updates: Albanian, Amharic, Arabic, Asturian, Bangla, Basque,
  Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
  English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
  Occitan, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Punjabi,
  Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish,
  Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese

1.6.14
======
- Do not translate "Trash" files and folders (Bug #14211)
- Crash in thunar_file_is_gfile_ancestor (bug #14202)
- Fix potential buffer overflow (Bug #12444)
- Fix crash on unavailable file move copy (Bug #14056)
- Translation updates: Arabic, Belarusian, Catalan, English (United Kingdom),
  Finnish, Galician, Malay, Romanian, Serbian, Slovak, Thai

1.6.13
======
- Handle cases when file watch is not supported (Bug #13881)
- Missing Trash Translation String (Bug #13409)
- Delete Thunar symlink on uninstall (Bug #13533)
- Handle g_mem_is_system_malloc deprecation
- Prefer local (file://) URIs than native ones (e.g. smb://) (Bug #13845)
- Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
  Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
  Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian,
  Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
  Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
  Urdu (Pakistan), Uyghur, Vietnamese

1.6.12
======
- Fix deadlock in mutex causing Thunar to hang (Bug #13481)
- Add support for Exif:ImageDescription and Exif:UserComment
- Do not pass NULL to g_file_test
- Bump libxfce4panel version for TPA plugin to 4.9.0
- Switch from XfcePanelImage to GtkImage
- Fixed a compilation error with the newest dev panel API
- Translation updates: Catalan, Dutch (Flemish), Galician, Korean, Lithuanian,
  Spanish, Thai
2018-05-15 22:25:31 +00:00
youri
33631b6807 doc: Updated x11/xfce4-tumbler to 0.2.1 2018-05-15 22:23:11 +00:00
minskim
7f45324edf doc: Updated sysutils/py-psutil to 5.4.5 2018-05-15 22:22:18 +00:00
youri
d2a525e0cb Update:
0.2.1
=====
- #9231 Handle 0 mtime threshold on Cleanup DBus method. This fixes
  running across all thumbnails that was causing very high I/O bandwidth
  usage when a file with a thumbnail gets deleted. (On dbus Cleanup method).

0.2.0
=====
- Stable release of tumbler ported to GDbus, in addition
  also fixes the bugs fixed by the version 0.1.32.

0.1.92.1
========
- Fixe missing entry of the new desktop thumbnailer plugin
  in tumbler.rc.

0.1.92
======
- Add support for loading thumbnailers from *.thumbnailer files
  (enhancement bug #7475)

0.1.90
======
- Tumbler relies now on gdbus instead of dbus-glib
2018-05-15 22:22:02 +00:00
minskim
ff444cbf15 sysutils/py-psutil: Update to 5.4.5
Enhancements since 5.2.2:

- disk_io_counters() and net_io_counters() numbers no longer wrap
  (restart from 0). Introduced a new "nowrap" argument.
- psutil.net_connections() and psutil.Process.connections() "laddr"
  and "raddr" are now named tuples.
- swap_memory() now relies on /proc/meminfo instead of sysinfo()
  syscall so that it can be used in conjunction with PROCFS_PATH in
  order to retrieve memory info about Linux containers such as Docker
  and Heroku.
- psutil.users() provides a new "pid" field.
- process_iter() accepts two new parameters in order to invoke
  Process.as_dict(): "attrs" and "ad_value". With this you can iterate
  over all processes in one shot without needing to catch
  NoSuchProcess and do list/dict comprehensions.
- implemented full unicode support.
- disk_usage() on Python 3 is now able to accept bytes.
- test suite now enables all warnings by default.
- source distribution is dynamically generated so that it only
  includes relevant files.
- introduced PSUTIL_DEBUG environment variable which can be set in
  order to print useful debug messages on stderr (useful in case of
  nasty errors).
- added support for sensors_battery() on OSX.
- Process.children() is 2x faster on UNIX and 2.4x faster on Linux.
- deprecated method Process.memory_info_ex() now warns by using
  FutureWarning instead of DeprecationWarning.
2018-05-15 22:22:01 +00:00
youri
3e52a1b957 doc: Updated sysutils/xfce4-appfinder to 4.13.0 2018-05-15 22:19:39 +00:00
youri
baf60636d4 Update:
4.13.0
======
- Port to GTK+3.
- Update app icons to new standard names.
- Fuzzy search matching (Bug #10393).
- Translation updates: Amharic, Arabic, Asturian, Catalan, Czech,
  Danish, German, Greek, English (Australia), Spanish, Finnish,
  French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Dutch, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazil),
  Russian, Slovak, Serbian, Swedish, Thai, Turkish, Ukrainian, Chinese (China),
  Chinese (Taiwan)
2018-05-15 22:19:28 +00:00
youri
8dabaa82e0 doc: Updated x11/xfce4-settings to 4.13.2 2018-05-15 22:18:22 +00:00
youri
a890de005f Update:
4.13.2
======
- New: Show location of the mouse pointer on keypress
- Fix: syncdaemon not starting with certain locales
- Fix: division by 0 crash from gdk_screen_height_mm()
- Fix: Remove existing socket from socket viewport (Xfce #13847)
- Fix: Use transient notifications for improved logging
- Fix: Do not expand event sounds section so font scaling is correctly
  positioned
- Improvements for multimonitor support:
  - Visualize all three display configuration states
  - Visually note if two displays overlap (mirrored) but are not cloned
  - Always draw active display last so it's on top
  - Fix: Correctly position monitors in extended mode
  - Fix: Race condition with monitor connect and disconnect
  - Fix: Segfault on monitor reconnect
  - Fix: Leave monitors where they were if possible (Xfce #14096)
- Deprecations:
  - Resolved GTK+ 3.22 deprecations (Xfce #14273)
- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian,
  Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
  English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian

4.13.1
======
- This release now requires xfconf 4.13+
- New: Default monospace font option in the Appearance dialog
- New: Improved support for embedded DisplayPort connectors
- Fix: Display dialog drawing of displays
- Fix: Display dialog DND usability issue introduced in 4.13.0
- Fix: Make minimal dialog single instance (Xfce #11169)
- Fix: Linking to dbus-glib with xfconf 4.13+ (Xfce #13633)
- Deprecations:
  - Resolved gtk_menu_popup deprecation
  - Resolved gdk_error_trap_pop deprecation
  - Ignoring GdkScreen and GdkCairo deprecations in the display settings
    until GNOME or others find a resolution in their display management
- Code Quality:
  - Several indentation fixes
  - Drop duplicate drawing code
- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician,
  German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk, Occitan,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish,
  Swedish, Thai, Ukrainian
2018-05-15 22:18:03 +00:00
youri
590634751b doc: Updated archivers/xfce4-thunar-archive to 0.4.0 2018-05-15 22:16:52 +00:00
youri
afd7ccb2fe Update:
0.4.0
=====
- GTK3 Port
- Thunarx-3 Port (Thunar >=1.7.0 required)
- Engrampa archiver is now supported
- Updated translations: Albanian, Arabic, Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
  Danish, Dutch (Flemish), English (Australia), English (Great Britain),
  Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese,
  Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur,
  Vietnamese
2018-05-15 22:16:35 +00:00
youri
c33a8802af doc: Updated multimedia/xfce4-thunar-media-tags to 0.3.0 2018-05-15 22:15:10 +00:00
youri
762d2ae606 Update: 0.3.0
=============
- GTK3 Port.
- Thunarx-3 Port (Thunar >=1.7.0 required).
- Do not use empty string as separator (Bug #4822)
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (United Kingdom), Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish,
  Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Uzbek, Vietnamese.
2018-05-15 22:14:59 +00:00
youri
4e2b9df65f doc: Updated sysutils/xfburn to 0.5.5 2018-05-15 22:13:36 +00:00