Commit graph

289927 commits

Author SHA1 Message Date
wen
7a49a24787 Updated devel/p5-Test2-Suite to 0.000116 2018-12-04 08:17:44 +00:00
wen
f6b2d1c7e2 Update to 0.000116
Upstream changes:
0.000116  2018-11-28 15:47:12-08:00 America/Los_Angeles

    - Add 'set' to mock tools
    - Fix 'overload' issue in deep check cycle detection.
    - Minor updates
2018-12-04 08:16:52 +00:00
wen
e678f355dd Updated devel/p5-Test-Simple to 1.302141 2018-12-04 08:10:52 +00:00
wen
601eaf4fcb Update to 1.302141
Upstream changes:
1.302141  2018-11-30 14:27:19-08:00 America/Los_Angeles

    - Fix bug where IPC init failed in preload+fork environments
2018-12-04 08:09:35 +00:00
wen
4f0ae6044b Updated devel/p5-Software-License to 0.103014 2018-12-04 08:05:33 +00:00
wen
b6374998bb Update to 0.103014
Upstream changes:
0.103014  2018-11-27 23:14:43+01:00 Europe/Amsterdam
        - Added SPDX license expression support
2018-12-04 08:01:24 +00:00
wen
e7fcc73a92 Updated devel/p5-Date-Manip to 6.75 2018-12-04 06:09:39 +00:00
wen
7486a438cd Update to 6.75
Upstream changes:
(6.75 changelog not found)
6.74  2018-12-01
  -  Removed travis file from the tarball
        The tarball had a .travis.yml file in it that wasn't in the MANIFEST
        file. Since the MANIFEST file is automatically generated by the perl
        mkmanifest tool, since it didn't see the .travis.yml file, I have
        excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
        (#23)

  -  Time zone fixes
        Newest zoneinfo data (tzdata 2018e)
2018-12-04 06:07:39 +00:00
nia
a839050e8f doc: Updated games/flightgear to 2018.2.2 2018-12-04 03:57:32 +00:00
nia
d4e89fddbe doc: Updated games/flightgear-data to 2018.2.2 2018-12-04 03:57:17 +00:00
nia
1ffaf0ec5e flightgear-data: Update to 2018.2.2. No changelog. 2018-12-04 03:57:03 +00:00
nia
8420f83e5f flightgear: Update to 2018.2.2 2018-12-04 03:56:27 +00:00
nia
56b52d432c simgear: add back the revision to the buildlink abi depends. 2018-12-04 01:01:14 +00:00
nia
544ea0e01c simgear: add boost-libs to the buildlink 2018-12-04 00:13:07 +00:00
nia
b5fff38466 simgear: add boost-libs. 2018-12-03 22:22:24 +00:00
schmonz
baf7e3ab31 Make sure patch(1) will create syscall.c. 2018-12-03 21:21:50 +00:00
adam
dd16213a1f Updated math/py-lmfit 2018-12-03 20:42:03 +00:00
adam
6ec6704351 py-lmfit: updated to 0.9.12
Version 0.9.12 Release Notes

New features:
- SkewedVoigtModel was added as built-in model
- Parameter uncertainties and correlations are reported for least_squares
- Plotting of complex-valued models is now handled in ModelResult class
- A model's independent variable is allowed to be an object
- Added usersyms to Parameters() initialization to make it easier to add custom functions and symbols
- the numdifftools package can be used to calculate parameter uncertainties and correlations for all solvers that do not natively support this
- emcee can now be used as method keyword-argument to Minimizer.minimize and minimize function, which allows for using emcee in the Model class

(Bug)fixes:
- asteval errors are now flushed after raising
- max_time and evaluation time for ExpressionModel increased to 1 hour
- loading a saved ModelResult now restores all attributes
- development versions of scipy and emcee are now supported
- ModelResult.eval() do no longer overwrite the userkws dictionary
- running the test suite requires pytest only
- improved FWHM calculation for VoigtModel
2018-12-03 20:41:44 +00:00
adam
15a9de1e43 Updated www/py-MechanicalSoup 2018-12-03 19:59:56 +00:00
adam
37375134da py-MechanicalSoup: updated to 0.11.0
Version 0.11

This release focuses on fixing bugs related to uncommon HTTP/HTML
scenarios and on improving the documentation.

Bug fixes

* Constructing a :class:~mechanicalsoup.Form instance from a
  bs4.element.Tag whose tag name is not form will now emit a warning,
  and may be deprecated in the future.

* **Breaking Change:** :class:~mechanicalsoup.LinkNotFoundError now derives
  from Exception instead of BaseException. While this will bring the
  behavior in line with most people's expectations, it may affect the behavior
  of your code if you were heavily relying on this implementation detail in
  your exception handling.

* Improve handling of button submit elements. Will now correctly ignore
  buttons of type button and reset during form submission, since they
  are not considered to be submit elements.

* Do a better job of inferring the content type of a response if the
  Content-Type header is not provided.

* Improve consistency of query string construction between MechanicalSoup
  and web browsers in edge cases where form elements have duplicate name
  attributes. This prevents errors in valid use cases, and also makes
  MechanicalSoup more tolerant of invalid HTML.
2018-12-03 19:59:32 +00:00
schmonz
9023492b8c doc: Updated devel/syncdir to 1.0nb4 2018-12-03 19:47:27 +00:00
schmonz
958fc80224 Update to latest dlsym patch. Changes:
- Better detect syscall(), the preferred implementation
- Avoid a new function call in that implementation
- When we need dlsym(), see whether we also need _GNU_SOURCE
- Detect SYS_fsync (absent on Solaris)

Bump PKGREVISION.
2018-12-03 19:45:22 +00:00
adam
02fdca04ba Updated devel/py-requests-futures, net/py-scp 2018-12-03 19:37:45 +00:00
adam
b95ad8ef8c py-scp: updated to 0.13.0
0.13.0:
- Remove all introspection logic for `progress` callback introduced in 0.12
- `progress` callback only accept 3 arguments again
- Introduce `progress4` parameter which accepts the peername as 4th argument
2018-12-03 19:37:26 +00:00
adam
27bb234ecd py-requests-futures: updated to 0.9.9
0.9.9:
Unknown changes
2018-12-03 19:34:39 +00:00
adam
344405bba3 Updated devel/py-ordered-set, www/py-whitenoise 2018-12-03 19:32:17 +00:00
markd
4f36a9a9ce tex-xindy: add dependency on xindy 2018-12-03 19:31:56 +00:00
adam
546868f5d1 py-whitenoise: updated to 4.1.2
v4.1.2
* Add correct MIME type for WebAssembly, which is required for files to be
  executed
* Stop accessing the FILE_CHARSET Django setting which was almost entirely
  unused and is now deprecated

v4.1.1
* Fix bug in ETag handling
* Documentation fixes
2018-12-03 19:31:52 +00:00
adam
df18de7795 py-ordered-set: updated to 3.1
3.1:
Unknown changes
2018-12-03 19:29:05 +00:00
markd
215b40433c textproc: add xindy 2018-12-03 19:29:00 +00:00
markd
a9420332fb xindy: add version 2.5.1
xindy runtime required by the tex-xindy package
2018-12-03 19:28:02 +00:00
adam
549281f443 Updated www/py-django, www/py-django2 2018-12-03 19:04:35 +00:00
adam
5c49009764 py-django2: updated to 2.1.4
Django 2.1.4 fixes several bugs in 2.1.3.

Bugfixes:
Corrected the default password list that CommonPasswordValidator uses by lowercasing all passwords to match the format expected by the validator.
Prevented repetitive calls to geos_version_tuple() in the WKBWriter class in an attempt to fix a random crash involving LooseVersion.
Fixed keep-alive support in runserver after it was disabled to fix another issue in Django 2.0.
Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
2018-12-03 19:04:16 +00:00
adam
3f75c9489a py-django: updated to 1.11.17
Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with Python 3.7.

Bugfixes:
Prevented repetitive calls to geos_version_tuple() in the WKBWriter class in an attempt to fix a random crash involving LooseVersion since Django 1.11.14.
2018-12-03 18:59:35 +00:00
jperkin
4c623df5fc doc: Updated graphics/ImageMagick to 7.0.8.14nb1 2018-12-03 16:22:26 +00:00
jperkin
d6a01d7af1 ImageMagick: Add support for liblqr (enabled by default).
Suggested in joyent/pkgsrc#159.  Bump PKGREVISION.
2018-12-03 16:22:15 +00:00
bsiegert
6cdaa29112 Revbump abiword-plugins after abiword update. 2018-12-03 15:57:16 +00:00
adam
d76f7fceca wireshark: pkgsrc improvements
- remove unused configure options
- allow newer Python
- depend on: lz4, libssh, libcares, snappy
- add http2 as an option
2018-12-03 15:35:15 +00:00
adam
499e3cc7f2 Updated devel/cmocka, security/libssh 2018-12-03 15:21:07 +00:00
adam
107b0dc997 libssh: updated to 0.8.5
version 0.8.5:
* Added support to get known_hosts locations with ssh_options_get()
* Fixed preferred algorithm for known hosts negotiations
* Fixed KEX with some server implementations (e.g. Cisco)
* Fixed issues with MSVC
* Fixed keyboard-interactive auth in server mode
  (regression from CVE-2018-10933)
* Fixed gssapi auth in server mode (regression from CVE-2018-10933)
* Fixed socket fd handling with proxy command
* Fixed a memory leak with OpenSSL

version 0.8.4:
* Fixed CVE-2018-10933
* Fixed building without globbing support
* Fixed possible memory leaks
* Avoid SIGPIPE on sockets

version 0.8.3:
* Added support for rsa-sha2
* Added support to parse private keys in openssh container format
  (other than ed25519)
* Added support for diffie-hellman-group18-sha512 and
  diffie-hellman-group16-sha512
* Added ssh_get_fingerprint_hash()
* Added ssh_pki_export_privkey_base64()
* Added support for Match keyword in config file
* Improved performance and reduced memory footprint for sftp
* Fixed ecdsa publickey auth
* Fixed reading a closed channel
* Added support to announce posix-rename@openssh.com and
  hardlink@openssh.com in the sftp server

version 0.8.2:
* Added sha256 fingerprints for pubkeys
* Improved compiler flag detection
* Fixed race condition in reading sftp messages
* Fixed doxygen generation and added modern style
* Fixed library initialization on Windows
* Fixed __bounded__ attribute detection
* Fixed a bug in the options parser
* Fixed documentation for new knwon_hosts API

version 0.8.1:
* Fixed version number in the header
* Fixed version number in pkg-config and cmake config
* Fixed library initialization
* Fixed attribute detection

version 0.8.0:
* Removed support for deprecated SSHv1 protocol
* Added new connector API for clients
* Added new known_hosts parsing API
* Added support for OpenSSL 1.1
* Added support for chacha20-poly1305 cipher
* Added crypto backend for mbedtls crypto library
* Added ECDSA support with gcrypt backend
* Added advanced client and server testing using cwrap.org
* Added support for curve25519-sha256 alias
* Added support for global known_hosts file
* Added support for symbol versioning
* Improved ssh_config parsing
* Improved threading support
2018-12-03 15:19:51 +00:00
adam
9e488a78c0 cmocka: removed unused patch 2018-12-03 15:17:27 +00:00
adam
08a6eaf5ed cmocka: updated to 1.1.3
cmocka version 1.1.3
* Fixed subunit output on failures
* Do not abort if a test is skipped
* Switched to Modern CMake

cmocka version 1.1.2
* Added function to filter tests (cmocka_set_test_filter)
* Added new mocking example (uptime)
* Fixed fixture error reporting
* Fixed compiler flags detection
* Some improvement for API documentation

cmocka: version 1.1.1
* Fixed TAP output
* Fixed cmocka on Windows x64
* Fixed xUnit output durations

cmocka: version 1.1.0
* Added support to catch multiple exceptions
* Added support to verify call ordering
* Added support to pass initial data to test cases
* Added will_return_maybe() for ignoring mock returns
* Added subtests for groups using TAP output
* Added support to write multiple XML files for groups
* Improved documentation
* Fixed XML output generataion
* Fixed Windows builds with VS2015
2018-12-03 15:16:33 +00:00
wiz
5f18fa01f9 doc: Updated net/wireshark to 2.6.5 2018-12-03 14:19:38 +00:00
wiz
a2abb403b3 wireshark: update to 2.6.5.
Wireshark 2.6.5 Release Notes

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2018-51[1] The Wireshark dissection engine could crash.
       Bug 14466[2]. CVE-2018-19625[3].

     • wnpa-sec-2018-52[4] The DCOM dissector could crash. Bug 15130[5].
       CVE-2018-19626[6].

     • wnpa-sec-2018-53[7] The LBMPDM dissector could crash. Bug
       15132[8]. CVE-2018-19623[9].

     • wnpa-sec-2018-54[10] The MMSE dissector could go into an infinite
       loop. Bug 15250[11]. CVE-2018-19622[12].

     • wnpa-sec-2018-55[13] The IxVeriWave file parser could crash. Bug
       15279[14]. CVE-2018-19627[15].

     • wnpa-sec-2018-56[16] The PVFS dissector could crash. Bug
       15280[17]. CVE-2018-19624[18].

     • wnpa-sec-2018-57[19] The ZigBee ZCL dissector could crash. Bug
       15281[20]. CVE-2018-19628[21].

   The following bugs have been fixed:

     • VoIP Calls dialog doesn’t include RTP stream when preparing a
       filter. Bug 13440[22].

     • Wireshark installs on macOS with permissions for
       /Library/Application Support/Wireshark that are too restrictive.
       Bug 14335[23].

     • Closing Enabled Protocols dialog crashes wireshark. Bug
       14349[24].

     • Unable to Export Objects → HTTP after sorting columns. Bug
       14545[25].

     • DNS Response to NS query shows as malformed packet. Bug
       14574[26].

     • Encrypted Alerts corresponds to a wrong selection in the packet
       bytes pane. Bug 14712[27].

     • Wireshark crashes/asserts with Qt 5.11.1 and assert/debugsymbols
       enabled. Bug 15014[28].

     • ESP will not decode since 2.6.2 - works fine in 2.4.6 or 2.4.8.
       Bug 15056[29].

     • text2pcap generates malformed packets when TCP, UDP or SCTP
       headers are added together with IPv6 header. Bug 15194[30].

     • Wireshark tries to decode EAP-SIM Pseudonym Identity. Bug
       15196[31].

     • Infinite read loop when extcap exits with error and error
       message. Bug 15205[32].

     • MATE unable to extract fields for PDU. Bug 15208[33].

     • Malformed Packet: SV. Bug 15224[34].

     • OPC UA Max nesting depth exceeded for valid packet. Bug
       15226[35].

     • TShark 2.6 does not print GeoIP information. Bug 15230[36].

     • ISUP (ANSI) packets malformed in WS versions later than 2.4.8.
       Bug 15236[37].

     • Handover candidate enquire message not decoded. Bug 15237[38].

     • TShark piping output in a cmd or PowerShell prompt stops working
       when GeoIP is enabled. Bug 15248[39].

     • ICMPv6 with routing header incorrectly placed. Bug 15270[40].

     • IEEE 802.11 Vendor Specific fixed fields display as malformed
       packets. Bug 15273[41].

     • text2pcap -4 and -6 option should require -i as well. Bug
       15275[42].

     • text2pcap direction sensitivity does not affect dummy ethernet
       addresses. Bug 15287[43].

     • MLE security suite display incorrect. Bug 15288[44].

     • Message for incorrect IPv4 option lengths is incorrect. Bug
       15290[45].

     • TACACS+ dissector does not properly reassemble large accounting
       messages. Bug 15293[46].

     • NLRI of S-PMSI A-D BGP route not being displayed. Bug 15307[47].

  Updated Protocol Support

   BGP, DCERPC, DCOM, DNS, EAP, ESP, GSM A BSSMAP, IEEE 802.11, IEEE
   802.11 Radiotap, IPv4, IPv6, ISUP, LBMPDM, LISP, MLE, MMSE, OpcUa,
   PVFS, SLL, SSL/TLS, SV, TACACS+, TCAP, Wi-SUN, XRA, and ZigBee ZCL

  New and Updated Capture File Support

   3GPP TS 32.423 Trace and IxVeriWave

  New and Updated Capture Interfaces support

   sshdump
2018-12-03 14:19:24 +00:00
mlelstv
f050e5ff09 Set SMB_PRIVATE directory correctly.
Add two missing libraries to PLIST.
2018-12-03 13:51:52 +00:00
ryoon
9246460646 Fix PLIST to fix packaging 2018-12-03 13:06:36 +00:00
wiz
dc341a301b doc: Updated www/py-google-api-python-client to 1.7.5 2018-12-03 12:55:17 +00:00
wiz
b36de60baf py-google-api-python-client: update to 1.7.5.
v1.7.5
  Version 1.7.5

  Bugfix release

  - Fix the client to respect the passed in developerKey and credentials
2018-12-03 12:55:07 +00:00
jperkin
6aaf3a00f4 doc: Updated multimedia/mkvtoolnix to 29.0.0nb1 2018-12-03 12:15:15 +00:00
jperkin
b6a5324512 mkvtoolnix: Fix runtime crash on SunOS. Bump PKGREVISION. 2018-12-03 12:15:03 +00:00