Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 06:18:45 UTC Now

2018-06-15 07:41:43 UTC MAIN commitmail json YAML

py-sphinx-rtd-theme: updated to 0.4.0

v0.4.0
This version made some changes to how JS and CSS were included when the theme is used on Read the Docs.

Fixes
- Do not rely on readthedocs.org for CSS/JS
- Color accessibility improvements on the left navigation

Other Changes
- Write theme version and build date at top of JavaScript and CSS
- Changed code and literals to use a native font stack
- Fix small styling issues

(adam)

2018-06-15 07:36:36 UTC MAIN commitmail json YAML

py-openpyxl: updated to 2.5.4

2.5.4:
Fix: Cannot read files with 3D charts.
Fix: Merged cells take a long time to parse

Minor changes
Improve read support for pivot tables and don't always create a Filters child for filterColumn objects.
Support folding rows

(adam)

2018-06-14 21:29:48 UTC MAIN commitmail json YAML

doc: Updated security/mate-polkit to 1.20.0nb1

(youri)

2018-06-14 21:29:37 UTC MAIN commitmail json YAML

2018-06-14 17:41:58 UTC MAIN commitmail json YAML

2018-06-14 16:25:52 UTC MAIN commitmail json YAML

gimp: Requires GCC 5.x for adequate C++14 support.

(jperkin)

2018-06-14 16:08:54 UTC MAIN commitmail json YAML

doc: Updated security/password-store to 1.7.2

(leot)

2018-06-14 16:08:39 UTC MAIN commitmail json YAML

password-store: Update security/password-store to 1.7.2

pkgsrc changes:
- Deprecate PKG_OPTIONS.pass in favour of PKG_OPTIONS.password-store
- Remove patches/patch-tests_t0300-reencryption.sh, fixed similarly upstream

Changes:
1.7.2
-----
Pass 1.7.2 has a number of important changes and bug fixes, including
a fix for CVE-2018-12356. Everybody must update immediately.

(leot)

2018-06-14 15:16:09 UTC MAIN commitmail json YAML

doc: Added devel/go-debounce version 1.1.0

(minskim)

2018-06-14 15:16:02 UTC MAIN commitmail json YAML

devel/Makefile: Add go-debounce

(minskim)

2018-06-14 15:15:58 UTC MAIN commitmail json YAML

devel/go-debounce: Import version 1.1.0

A debouncer written in Go. This may seem like a fairly narrow library,
so why not copy-and-paste it when needed? Sure, but this is, however,
slightly more usable than left-pad, and as I move my client code into
the GopherJS world, a debounce function is a must-have.

(minskim)

2018-06-14 14:53:38 UTC MAIN commitmail json YAML

py-subprocess32: dirfd is a function not a declaration.

Fixes build on SunOS.

(jperkin)

2018-06-14 14:29:16 UTC MAIN commitmail json YAML

2018-06-14 13:13:35 UTC MAIN commitmail json YAML

mysql57-client: Restore patch deleted in last update.

Fixes, again, the build on SmartOS.  It would be nice if people would stop
removing patches for issues I've already spent time fixing.

(jperkin)

2018-06-14 12:22:21 UTC MAIN commitmail json YAML

2018-06-14 11:48:45 UTC MAIN commitmail json YAML

doc: Updated devel/zookeeper to 3.4.12

(fhajny)

2018-06-14 11:48:35 UTC MAIN commitmail json YAML

devel/zookeeper: Update to 3.4.12.

Version 3.4.12

Bug

- CRC check failed when preAllocSize smaller than node data
- Update documentation source for ZOOKEEPER-2574
- Flaky test:
  org.apache.zookeeper.server.quorum.FLEBackwardElectionRoundTest.testBackwardElectionRound
- Data inconsistency issue due to retain database in leader election
- very poor choice of logging if client fails to connect to server
- The comment of the variable matchSyncs in class CommitProcessor has
  a mistake.
- Flaky Test:
  org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors
- WriteLock recipe: incorrect znode ordering when the sessionId is
  part of the znode name
- Duplicate Keys in log4j.properties config files
- Specify correct overflow value
- Failing c unit tests on apache jenkins
- zkServer.cmd does not start when JAVA_HOME ends with a \
- Flaky Test: testNoLogBeforeLeaderEstablishment
- The dataDir and dataLogDir are used opposingly
- Fix testElectionFraud Flakyness
- fix potential null pointer exception when deleting node
- The eclipse build target fails due to protocol redirection:
  http->https

Improvement

- Add keys for the Zxid from the stat command to check_zookeeper.py
- Upgrade third party libraries to address vulnerabilities
- The function queueEmpty() in FastLeaderElection.Messenger is not
  used, should be removed.
- Add check to validate dataDir and dataLogDir parameters at startup

Wish

- Change log level for "ZKShutdownHandler is not registered" error
  message

Version 3.4.11

Sub-task

- Fix "Unexpected bean exists!" issue in WatcherTests
- Cleanup findbug warnings in branch-3.4: Correctness Warnings
- Cleanup findbug warnings in branch-3.4: Disable Internationalization
  Warnings
- Cleanup findbug warnings in branch-3.4: Malicious code vulnerability
  Warnings
- Cleanup findbug warnings in branch-3.4: Performance Warnings
- Cleanup findbug warnings in branch-3.4: Dodgy code Warnings
- Cleanup findbug warnings in branch-3.4: Experimental Warnings
- Set up Apache Jenkins job that runs the flaky test analyzer script.
- Multithreaded correctness Warnings
- ZOOKEEPER-2355 fix for branch-3.4

Bug

- Windows: fetch_and_add not 64bit-compatible, may not be correct
- Update documentation for snapCount
- Ephemeral node is never deleted if follower fails while reading the
  proposal packet
- Port ZOOKEEPER-1576 to branch3.4
- recreateSocketAddresses may recreate the unreachable IP address
- Flaky Test:
  org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment
- Clean up findbug warnings in branch-3.4
- Port ZOOKEEPER-2737 to branch-3.4
- Netty connection leaks JMX connection bean upon connection close in
  certain race conditions.
- Typo: transasction --> transaction
- Flaky test:
  org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testNoAuthLearnerConnectToAuthRequiredServerWithHigherSid
- Ephemeral znode will not be removed when sesstion timeout, if the
  system time of ZooKeeper node changes unexpectedly.
- ZK Client not able to connect with Xid out of order error
- There is a typo in zk.py which prevents from using/compiling it.
- follower disconnects and cannot reconnect
- Server inappropriately throttles connections under load before SASL
  completes
- Flaky test:
  org.apache.zookeeper.test.ClientTest.testNonExistingOpCode
- Fix flaky test:
  org.apache.zookeeper.test.ReadOnlyModeTest.testConnectionEvents
- Unnecessary stack-trace in server when the client disconnect
  unexpectedly
- PurgeTxnLog#validateAndGetFile: return tag has no arguments.
- Improve the ZooKeeper#setACL java doc
- ZooKeeper public include files leak porting changes
- CMake build doesn't support OS X
- Main-Class JAR manifest attribute is incorrect
- Windows Debug builds don't link with `/MTd`
- Local automatic variable is left uninitialized and then freed.
- Don't include `config.h` in `zookeeper.h`
- The OWASP dependency check jar should not be included in the default
  classpath
- quorum.auth.MiniKdcTest.testKerberosLogin failing with NPE on java 9
- Create ant task to generate ivy dependency reports
- compiler warning using java 9

Improvement

- Operations to server will be timed-out while thousands of sessions
  expired same time
- TCP keepalive for leader election connections
- The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems
  useless, should it be removed?
- ZooKeeperSaslClient#respondToServer should log exception message of
  SaslException
- Add script to run a java api compatibility tool
- Improve the efficiency of AtomicFileOutputStream
- Rename README.txt to README.md
- define dependency versions in build.xml to be easily overridden in
  build.properties

New Feature

- Please add instructions for running the tutorial
- Add ant task for running OWASP dependency report

Test

- Flaky Test: org.apache.zookeeper.test.WatcherTest.

(fhajny)

2018-06-14 11:47:22 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.11.1

(jperkin)

2018-06-14 11:47:13 UTC MAIN commitmail json YAML

pkgin: Update to 0.11.1.

## Version 0.11.1 (2018-06-14)

* Permit the user to install an older package version.
* Ensure warning and error counters are reset for each phase.
* Print total download size when using -d.

(jperkin)

2018-06-14 11:32:46 UTC MAIN commitmail json YAML

doc: Updated devel/apache-ivy to 2.4.0

(fhajny)

2018-06-14 11:32:37 UTC MAIN commitmail json YAML

devel/apache-ivy: Update to 2.4.0.

2.4.0
- some new Ant tasks
- improved OSGI support
- a Bintray resolver
- numerous bug fixes as documented in Jira and in the release notes

2.3.0
- improved Ant support with some new Ant tasks and enhancements to
  existing tasks
- improved Maven2 compatibility
- some new resolvers
- numerous bug fixes as documented in Jira and in the release notes

(fhajny)

2018-06-14 10:54:34 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 10.4.1

(fhajny)

2018-06-14 10:54:26 UTC MAIN commitmail json YAML

lang/nodejs: Update to 10.4.1.

- Fixes memory exhaustion DoS (CVE-2018-7164): Fixes a bug introduced
  in 9.7.0 that increases the memory consumed when reading from the
  network into JavaScript using the net.Socket object directly as a
  stream.
- http2
  - (CVE-2018-7161): Fixes Denial of Service vulnerability by updating
    the http2 implementation to not crash under certain circumstances
    during cleanup
  - (CVE-2018-1000168): Fixes Denial of Service vulnerability by
    upgrading nghttp2 to 1.32.0
- tls (CVE-2018-7162): Fixes Denial of Service vulnerability by
  updating the TLS implementation to not crash upon receiving
- n-api: Prevent use-after-free in napi_delete_async_work

(fhajny)

2018-06-14 10:53:17 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs8 to 8.11.3

(fhajny)

2018-06-14 10:53:10 UTC MAIN commitmail json YAML

lang/nodejs8: Update to 8.11.3.

- buffer (CVE-2018-7167): Fixes Denial of Service vulnerability where
  calling Buffer.fill() could hang
- http2:
  - (CVE-2018-7161): Fixes Denial of Service vulnerability by updating
    the http2 implementation to not crash under certain circumstances
    during cleanup
  - (CVE-2018-1000168): Fixes Denial of Service vulnerability by
    upgrading nghttp2 to 1.32.0

(fhajny)

2018-06-14 10:52:42 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs6 to 6.14.3

(fhajny)

2018-06-14 10:52:33 UTC MAIN commitmail json YAML

lang/nodejs6: Update to 6.14.3.

- buffer (CVE-2018-7167): Fixes Denial of Service vulnerability where
  calling Buffer.fill() could hang

(fhajny)

2018-06-14 10:51:29 UTC MAIN commitmail json YAML

doc: Updated www/nghttp2 to 1.32.0

(fhajny)

2018-06-14 10:51:21 UTC MAIN commitmail json YAML

www/nghttp2: Update to 1.32.0.

- lib: Ignore all input after calling session_terminate_session
- lib: Fix treatment of padding
- lib: Don't allow 101 HTTP status code because HTTP/2 removes
  HTTP Upgrade
- build: add ENABLE_STATIC_LIB option to build static lib
- third-party: Upgrade neverbleed to the latest master
- asio: Support client side SNI
- src: Compile with libressl 2.7.2
- src: Allow building without NPN
- h2load: -r and --duration are mutually exclusive

(fhajny)

2018-06-14 10:13:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/beats to 6.3.0

(fhajny)

2018-06-14 08:28:36 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-boto3, net/py-awscli

(adam)

2018-06-14 08:28:06 UTC MAIN commitmail json YAML

py-awscli: updated to 1.15.38

1.15.38
api-change:ssm: Update ssm command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version

(adam)

2018-06-14 08:25:22 UTC MAIN commitmail json YAML

py-boto3: updated to 1.7.38

1.7.38
api-change:ssm: [botocore] Update ssm client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version

1.7.37
api-change:ecs: [botocore] Update ecs client to latest version
api-change:devicefarm: [botocore] Update devicefarm client to latest version

1.7.36
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:clouddirectory: [botocore] Update clouddirectory client to latest version

1.7.35
api-change:mediatailor: [botocore] Update mediatailor client to latest version

1.7.34
api-change:medialive: [botocore] Update medialive client to latest version

1.7.33
api-change:polly: [botocore] Update polly client to latest version
api-change:ce: [botocore] Update ce client to latest version
api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
api-change:shield: [botocore] Update shield client to latest version
api-change:rds: [botocore] Update rds client to latest version

1.7.32
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:mgh: [botocore] Update mgh client to latest version
api-change:mediaconvert: [botocore] Update mediaconvert client to latest version
api-change:appstream: [botocore] Update appstream client to latest version
api-change:eks: [botocore] Update eks client to latest version
dd
1.7.31
api-change:ds: [botocore] Update ds client to latest version
api-change:mediatailor: [botocore] Update mediatailor client to latest version
api-change:sns: [botocore] Update sns client to latest version
api-change:redshift: [botocore] Update redshift client to latest version
api-change:iot: [botocore] Update iot client to latest version

1.7.30
api-change:neptune: [botocore] Update neptune client to latest version
api-change:elbv2: [botocore] Update elbv2 client to latest version

(adam)

2018-06-14 08:23:19 UTC MAIN commitmail json YAML

py-botocore: updated to 1.10.38

1.10.38
api-change:ssm: Update ssm client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version

1.10.37
api-change:ecs: Update ecs client to latest version
api-change:devicefarm: Update devicefarm client to latest version

1.10.36
api-change:storagegateway: Update storagegateway client to latest version
api-change:rds: Update rds client to latest version
api-change:clouddirectory: Update clouddirectory client to latest version

1.10.35
api-change:mediatailor: Update mediatailor client to latest version

1.10.34
api-change:medialive: Update medialive client to latest version

1.10.33
api-change:polly: Update polly client to latest version
api-change:ce: Update ce client to latest version
api-change:secretsmanager: Update secretsmanager client to latest version
api-change:shield: Update shield client to latest version
api-change:rds: Update rds client to latest version

1.10.32
api-change:ec2: Update ec2 client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:mgh: Update mgh client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:appstream: Update appstream client to latest version
api-change:eks: Update eks client to latest version

(adam)

2018-06-14 07:57:51 UTC MAIN commitmail json YAML

Updated www/py-daphne, www/py-channels

(adam)

2018-06-14 07:57:32 UTC MAIN commitmail json YAML

py-channels: updated to 2.1.2

2.1.2:
* AsyncHttpConsumer now has a disconnect() method you can override
* Session and authentication middleware is now non-blocking.
* URL routing context now includes default arguments from the URLconf.
* The FORCE_SCRIPT_NAME setting is now respected in ASGI mode.
* ALLOWED_HOSTS is now set correctly during LiveServerTests.

(adam)

2018-06-14 07:55:00 UTC MAIN commitmail json YAML

py-daphne: updated to 2.2.0

2.2.0:

* HTTP timeouts have been removed by default, as they were only needed
  with ASGI/Channels 1. You can re-enable them with the --http-timeout
  argument to Daphne.

* Occasional errors on application timeout for non-fully-opened sockets
  and for trying to read closed requests under high load are fixed.

* X-Forwarded-For headers are now correctly decoded in all environments
  and no longer have unicode matching issues.

(adam)

2018-06-14 07:32:43 UTC MAIN commitmail json YAML

2018-06-14 07:24:07 UTC MAIN commitmail json YAML

Update py-awscli to 1.15.37. From Jun Ebihara in PR pkg/53361.

While upstream provides a changelog, it is in JSON format split over a
hundred files :(

(bsiegert)

2018-06-14 01:57:49 UTC MAIN commitmail json YAML

Note addition of py-python-lua version 20170109 to the packages collection.

(agc)

2018-06-14 01:56:27 UTC MAIN commitmail json YAML

Add py-python-lua, version 20170109, to the packages collection.

py-python-lua is a python3 application which translates python 3 scripts
into Lua. It can act as a standalone translator, or as an embedded package.

Lua can be embedded in Python 3 input scripts, and will be passed through.

(agc)

2018-06-14 01:30:38 UTC MAIN commitmail json YAML

qt5-qtquickcontrols2: fix INSTALLATION_DIRS

(markd)

2018-06-14 00:26:59 UTC MAIN commitmail json YAML

2018-06-14 00:25:22 UTC MAIN commitmail json YAML

sysutils: add qdirstat

(markd)

2018-06-14 00:24:26 UTC MAIN commitmail json YAML

qdirstat: Add version 1.0

QDirStat is a graphical application to show where your disk space has gone and
to help you to clean it up.

This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the
latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every
X11-based desktop on Linux, BSD and other Unix-like systems.

(markd)

2018-06-13 19:35:51 UTC MAIN commitmail json YAML

2018-06-13 19:10:33 UTC MAIN commitmail json YAML

doc: Updated graphics/gnome-backgrounds to 3.28.0

(youri)

2018-06-13 19:10:25 UTC MAIN commitmail json YAML

2018-06-13 17:18:31 UTC MAIN commitmail json YAML

doc: Updated archivers/innoextract to 1.7

(wiz)

2018-06-13 17:18:09 UTC MAIN commitmail json YAML

innoextract: update to 1.7.

innoextract 1.7 (2018-06-12)
- Added support for Inno Setup 5.6.0 installers
- Added support for new GOG installers with GOG Galaxy file parts
- Added support for encrypted installers with the --password (-P) and --password-file options
- Added a --show-password option to print password check information
- Added a --check-password option to abort if the provided password does not match the stored checksum
- Added a --info (-i) convenience option to print information about the installer
- Added a --list-sizes option to print file sizes even with --quiet or --silent
- Added a --list-checksums option to print file checksums
- Added a --data-version (-V) option to print the data version and exit
- Added a --no-extract-unknown (-n) option to abort on unknown Inno Setup data versions
- Fixed building in paths that contain regex expressions
- Fixed case-sensitivity in parent directory when creating subdirectories
- Fixed .bin slice file names used with Inno Setup versions older than 4.1.7
- Fixed build with newer libc++ versions
- Made loading of .bin slice files case-insensitive
- The --test option can now be combined with --extract to abort on file checksum errors
- Now compiles in C++17 mode if supported

(wiz)

2018-06-13 16:19:42 UTC MAIN commitmail json YAML

doc: Added graphics/go-resize version 0.0.20180221

(minskim)

2018-06-13 16:19:35 UTC MAIN commitmail json YAML

graphics/Makefile: Add go-resize

(minskim)

2018-06-13 16:19:31 UTC MAIN commitmail json YAML

graphics/go-resize: Import version 0.0.20180221

Image resizing for the Go programming language with common
interpolation methods.

(minskim)

2018-06-13 15:57:18 UTC MAIN commitmail json YAML

2018-06-13 15:49:49 UTC MAIN commitmail json YAML

doc: Added graphics/colord version 1.3.5

(youri)

2018-06-13 15:49:40 UTC MAIN commitmail json YAML

2018-06-13 13:25:52 UTC MAIN commitmail json YAML

2018-06-13 13:25:02 UTC MAIN commitmail json YAML

Add binwalk version 2.1.1

Binwalk is a fast, easy to use tool for analyzing, reverse engineering,
and extracting firmware images.

(maya)

2018-06-13 12:57:56 UTC MAIN commitmail json YAML

doc: Updated www/passenger to 5.3.2

(fhajny)

2018-06-13 12:57:47 UTC MAIN commitmail json YAML

www/passenger: Update to 5.3.2.

- [Nginx] Fixes CVE-2018-12029, a local privilege escalation
  vulnerability in the Nginx module that occurs when
  `passenger_instance_registry_dir` is configured to a directory
  with insufficiently strict permissions.
- Fixes CVE-2018-12026, 12027, and 12028. These are local denial of
  service, local information disclosure and local privilege escalation
  vulnerabilities that could be exploited by malicious applications or
  malicious users on the system.
- Fixes Meteor support in non-bundled mode (regression from 5.3.0).
- Fixes the fact that the error page (which is shown when an app fails
  to spawn) sometimes contains unsufficient analysis details about the
  app.
- [Apache] Fixes PassengerMaxInstancesPerApp not being respected
  (regression from config refactor in 5.2.0).
- [Enterprise, Apache] Fixes PassengerMaxInstances not being respected
  (regression from config refactor in 5.2.0).
- [Enterprise] Fixes passenger-irb being unable to connect to an app
  process (regression from 5.3.0).

(fhajny)

2018-06-13 10:34:18 UTC MAIN commitmail json YAML

gtk3: bump PKGREVISION for cups default change

(wiz)

2018-06-13 06:39:57 UTC MAIN commitmail json YAML

Updated audio/py-audioread, www/py-idna

(adam)

2018-06-13 06:39:12 UTC MAIN commitmail json YAML

py-idna: updated to 2.7

2.7:
Update to Unicode 10.0.0.
No longer accepts dot-prefixed domains (e.g. ".example") as valid. This is to be more conformant with the UTS 46 spec. Users should strip dot prefixes from domains before processing.

(adam)

2018-06-13 06:34:09 UTC MAIN commitmail json YAML

py-audioread: updated to 2.1.6

2.1.6
Fix a "no such process" crash in the FFmpeg backend on Windows Subsystem for Linux.
Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject.

(adam)

2018-06-12 23:50:12 UTC MAIN commitmail json YAML

doc: Added textproc/go-glob version 0.2.3

(minskim)

2018-06-12 23:50:06 UTC MAIN commitmail json YAML

textproc/Makefile: Add go-glob

(minskim)

2018-06-12 23:50:02 UTC MAIN commitmail json YAML

2018-06-12 23:00:49 UTC MAIN commitmail json YAML

doc: Updated x11/vte3 to 0.52.2

(youri)

2018-06-12 23:00:34 UTC MAIN commitmail json YAML

2018-06-12 18:54:53 UTC MAIN commitmail json YAML

doc: Updated print/tex-beamer to 3.50nb1

(leot)

2018-06-12 18:54:39 UTC MAIN commitmail json YAML

tex-beamer: Add missing depends

(etoolbox, oberdiek (for atbegshi and ifpdf), hyperref and translator
were only documented in the longdesc of beamer.tlpobj... amscls
(for amsthm) and geometry were unfortunately not documented in any
way.)

Bump PKGREVISION

(leot)

2018-06-12 17:50:29 UTC MAIN commitmail json YAML

2018-06-12 17:39:23 UTC MAIN commitmail json YAML

2018-06-12 17:37:59 UTC MAIN commitmail json YAML

Update Go to 1.10.3.

go1.10.3 (released 2018/06/05) includes fixes to the go command, and the
crypto/tls, crypto/x509, and strings packages. In particular, it adds minimal
support to the go command for the vgo transition. See the Go 1.10.3 milestone
on our issue tracker for details.

(bsiegert)

2018-06-12 15:29:16 UTC MAIN commitmail json YAML

Updated www/py-yarl, www/py-aiohttp

(adam)

2018-06-12 15:28:53 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.3.2

3.3.2:
- Many HTTP proxies has buggy keepalive support. Let's not reuse connection but
  close it after processing every response.
- Provide vendor source files in tarball

3.3.1:
- Fix sock_read timeout.
- When using a server-request body as the data= argument of a client request,
  iterate over the content with readany instead of readline to avoid Line
  too long errors.

3.3.0:
Features
- Raise ConnectionResetError instead of CancelledError on trying to
  write to a closed stream.
- Implement ClientTimeout class and support socket read timeout.
- Enable logging when aiohttp.web is used as a program
- Add canonical property to resources
- Forbid reading response BODY after release
- Implement base protocol class to avoid a dependency from internal
  asyncio.streams.FlowControlMixin
- Cythonize @helpers.reify, 5% boost on macro benchmark
- Optimize HTTP parser
- Implement runner.addresses property.
- Use bytearray instead of a list of bytes in websocket reader. It
  improves websocket message reading a little.
- Remove heartbeat on closing connection on keepalive timeout. The used hack
  violates HTTP protocol.
- Limit websocket message size on reading to 4 MB by default.

Bugfixes
- Don't reuse a connection with the same URL but different proxy/TLS settings
- When parsing the Forwarded header, the optional port number is now preserved.

Improved Documentation
- Make Change Log more visible in docs
- Make style and grammar improvements on the FAQ page.
- Document that signal handlers should be async functions since aiohttp 3.0

Deprecations and Removals
- Deprecate custom application's router.

(adam)

2018-06-12 15:16:31 UTC MAIN commitmail json YAML

py-yarl: updated to 1.2.5

1.2.5:
* Fix annotations for build

(adam)

2018-06-12 14:22:53 UTC MAIN commitmail json YAML

py-borgbackup-1.1.6

(bsiegert)

2018-06-12 14:22:25 UTC MAIN commitmail json YAML

Update py-borgbackup to 1.1.6.

Version 1.1.6 (2018-06-11)
--------------------------

Compatibility notes:

- When upgrading from borg 1.0.x to 1.1.x, please note:

  - read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
  - borg upgrade: you do not need to and you also should not run it.
  - borg might ask some security-related questions once after upgrading.
    You can answer them either manually or via environment variable.
    One known case is if you use unencrypted repositories, then it will ask
    about a unknown unencrypted repository one time.
  - your first backup with 1.1.x might be significantly slower (it might
    completely read, chunk, hash a lot files) - this is due to the
    --files-cache mode change (and happens every time you change mode).
    You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible
    mode (but that is less safe for detecting changed files than the default).
    See the --files-cache docs for details.
- 1.1.6 changes:

  - also allow msgpack-python 0.5.6.

Fixes:

- fix borg exception handling on ENOSPC error with xattrs, #3808
- prune: fix/improve overall progress display
- borg config repo ... does not need cache/manifest/key, #3802
- debug dump-repo-objs should not depend on a manifest obj
- pypi package:

  - include .coveragerc, needed by tox.ini
  - fix package long description, #3854

New features:

- mount: add uid, gid, umask mount options
- delete:

  - only commit once, #3823
  - implement --dry-run, #3822
- check:

  - show progress while rebuilding missing manifest, #3787
  - more --repair output
- borg config --list <repo>, #3612

Other changes:

- update msgpack requirement, #3753
- update bundled zstd to 1.3.4, #3745
- update bundled lz4 code to 1.8.2, #3870
- docs:

  - describe what BORG_LIBZSTD_PREFIX does
  - fix and deduplicate encryption quickstart docs, #3776
- vagrant:

  - FUSE for macOS: upgrade 3.7.1 to 3.8.0
  - exclude macOS High Sierra upgrade on the darwin64 machine
  - remove borgbackup.egg-info dir in fs_init (after rsync)
  - use pyenv-based build/test on jessie32/62
  - use local 32 and 64bit debian jessie boxes
  - use "vagrant" as username for new xenial box
- travis OS X: use xcode 8.3 (not broken)

(bsiegert)

2018-06-12 12:40:03 UTC MAIN commitmail json YAML

2018-06-12 12:16:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/znapzend to 0.18.0

(wiedi)

2018-06-12 12:15:45 UTC MAIN commitmail json YAML

znapzend: update to 0.18.0

Changes:
- do not destroy src snapshots if something went wrong while backing up
- add support for %z in tsformat
- better zfs on linux support
- updated perlmodules included with package

(wiedi)

2018-06-12 12:05:13 UTC MAIN commitmail json YAML

doc: Updated devel/slibtool to 0.5.19

(wiedi)

2018-06-12 12:04:24 UTC MAIN commitmail json YAML

slibtool: update to 0.5.19

Changes:
This patch release includes several improvements in the driver logic,
as well as one important fix to the compile mode logic.

- driver: support -export-dynamic.
- driver: allow flavor-based use of native tools (ar,ranlib,etc.)
- driver: slbt_init_host_params(): improve native target detection logic.
- driver: -shrext support: only use the extension portion of the extension.
- compile mode: gnu libtool compatibility: do not add -c to compiler arguments.

(wiedi)

2018-06-12 11:56:53 UTC MAIN commitmail json YAML

doc: Updated editors/nano to 2.9.8

(wiedi)

2018-06-12 11:55:50 UTC MAIN commitmail json YAML

nano: update to 2.9.8

2018.06.02 - GNU nano 2.9.8 "Espresso" brings the ability to filter the
            buffer (or the marked region) through an external command
            (^R^X and prefix the command with the pipe symbol, "|"), is
            better at detecting and maintaining paragraphs, is able to
            justify //-style comments, fixes a crash when the binding
            of a key to a string lacks a closing quote, gives feedback
            about the number of lines written also when prepending or
            appending, and fixes a couple of bugs with the linter.

(wiedi)

2018-06-12 11:06:40 UTC MAIN commitmail json YAML

Updated emulators/libspectrum, emulators/fuse-emulator, emulators/fuse-emulator-utils

(adam)

2018-06-12 11:05:08 UTC MAIN commitmail json YAML

fuse-emulator-utils: updated to 1.4.2

Version 1.4.2:

* listbasic
  * Fix processing tape files

* fmfconv
  * Fix undefined behaviour when writing AVI files
  * Don't change audio layout in lossless encode examples in manual

* rzxdump
  * Fix crash when extracting compressed snapshots

(adam)

2018-06-12 11:02:39 UTC MAIN commitmail json YAML

fuse-emulator: updated to 1.5.4

Fuse 1.5.4:
* Miscellaneous improvements:
  * Add *.FMF as an allowed filetype to file selectors
  * Save SCR from current display file
  * Use 44.1KHz as default sound frequency
  * Various minor bugfixes.

(adam)

2018-06-12 10:33:33 UTC MAIN commitmail json YAML

libspectrum: updated to 1.4.3

libspectrum 1.4.3:
* Fix TC2048 and TC2068 timings regression
* Add peek block function for tape iterators

(adam)

2018-06-12 10:31:11 UTC MAIN commitmail json YAML

Updated graphics/libimagequant, databases/py-asyncpg

(adam)

2018-06-12 10:30:39 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.16.0

asyncpg v0.16.0:

Behavior Changes
----------------
Pool.close() now waits until all acquired connections are released.
Hence, the below code will now hang indefinitely:
    conn = await pool.acquire()
    await pool.close()
Asyncpg will log a warning if pool.close() takes over 60 seconds to
complete. It is advisable to use asyncio.wait_for() to set a timeout.

Improvements
------------
Add support for reading passwords from .pgpass
Add Connection.is_in_transaction()
Added codec for built-in type tid
Allow setting custom codecs on domains and enumerated types
Allow passing datetime.date instances as timestamp input
Implement support for pool connection rotation

Bug Fixes
---------
Prohibit non-iterable containers to be passed as array input
Decode numeric zeros with correct scale
Fix handling of OIDs >= 2**31
Make Pool.close() wait until all checked out connections are released
Fix type codec cache races
Raise a consistent exception on input encoding errors

(adam)

2018-06-12 10:15:03 UTC MAIN commitmail json YAML

libimagequant: updated to 2.12.1

version 2.12
- new liq_histogram_add_fixed_color()
- faster for large/complex images
- workarounds for Microsoft's outdated C compiler

(adam)

2018-06-12 09:23:03 UTC MAIN commitmail json YAML

doc: Updated security/py-certbot to 0.25.0

(fhajny)

2018-06-12 09:22:35 UTC MAIN commitmail json YAML

security/py-{acme,certbot}: Update to 0.25.0.

### Added

- Support for the ready status type was added to acme. Without this change,
  Certbot and acme users will begin encountering errors when using Let's
  Encrypt's ACMEv2 API starting on June 19th for the staging environment and
  July 5th for production. See
  https://community.letsencrypt.org/t/acmev2-order-ready-status/62866 for more
  information.
- Certbot now accepts the flag --reuse-key which will cause the same key to be
  used in the certificate when the lineage is renewed rather than generating a
  new key.
- You can now add multiple email addresses to your ACME account with Certbot by
  providing a comma separated list of emails to the --email flag.
- Support for Let's Encrypt's upcoming TLS-ALPN-01 challenge was added to acme.
  For more information, see
  https://community.letsencrypt.org/t/tls-alpn-validation-method/63814/1.
- acme now supports specifying the source address to bind to when sending
  outgoing connections. You still cannot specify this address using Certbot.
- If you run Certbot against Let's Encrypt's ACMEv2 staging server but don't
  already have an account registered at that server URL, Certbot will
  automatically reuse your staging account from Let's Encrypt's ACMEv1 endpoint
  if it exists.
- Interfaces were added to Certbot allowing plugins to be called at additional
  points. The `GenericUpdater` interface allows plugins to perform actions
  every time `certbot renew` is run, regardless of whether any certificates are
  due for renewal, and the `RenewDeployer` interface allows plugins to perform
  actions when a certificate is renewed. See `certbot.interfaces` for more
  information.

### Changed

- When running Certbot with --dry-run and you don't already have a staging
  account, the created account does not contain an email address even if one
  was provided to avoid expiration emails from Let's Encrypt's staging server.
- certbot-nginx does a better job of automatically detecting the location of
  Nginx's configuration files when run on BSD based systems.
- acme now requires and uses pytest when running tests with setuptools with
  `python setup.py test`.
- `certbot config_changes` no longer waits for user input before exiting.

### Fixed

- Misleading log output that caused users to think that Certbot's standalone
  plugin failed to bind to a port when performing a challenge has been
  corrected.
- An issue where certbot-nginx would fail to enable HSTS if the server block
  already had an `add_header` directive has been resolved.
- certbot-nginx now does a better job detecting the server block to base the
  configuration for TLS-SNI challenges on.

(fhajny)

2018-06-12 09:06:54 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 10.4.0

(fhajny)

2018-06-12 09:06:46 UTC MAIN commitmail json YAML

lang/nodejs: Update to 10.4.0.

- deps: update V8 to 6.7.288.43
- stream: ensure Stream.pipeline re-throws errors without callback

(fhajny)

2018-06-12 08:42:59 UTC MAIN commitmail json YAML

doc: Updated net/py-lexicon to 2.4.0

(fhajny)

2018-06-12 08:42:51 UTC MAIN commitmail json YAML

net/py-lexicon: Upddate to 2.4.0.

- Handle namespace variations of DnsEntry in transip provider
- Allow to toggle live tests using LEXICON_LIVE_TESTS env variable.
  Tests are offline by default.
- GoDaddy provider improvements

(fhajny)

2018-06-12 01:01:30 UTC MAIN commitmail json YAML

2018-06-12 01:01:04 UTC MAIN commitmail json YAML

doc: Added sysutils/py-pyinotify version 0.9.6

(youri)

2018-06-12 01:00:56 UTC MAIN commitmail json YAML

2018-06-12 00:19:17 UTC MAIN commitmail json YAML

+ caribou, + keybinder3

(youri)

2018-06-12 00:18:40 UTC MAIN commitmail json YAML

doc: Added x11/keybinder3 version 0.3.2

(youri)

2018-06-12 00:18:31 UTC MAIN commitmail json YAML

x11/keybinder3: import keybinder3-0.3.2

The Keybinder package contains a library for registering global keyboard
shortcuts.
Keybinder works with GTK-based applications using the X Window System.

The library contains:
- A C library, libkeybinder
- Python bindings, python-keybinder
- An examples directory with programs in C, Lua, Python and Vala.

There are: Python (py-keybinder) and Lua (lua-keybinder) bindings.

(youri)

2018-06-11 23:58:16 UTC MAIN commitmail json YAML

doc: Added x11/caribou version 0.4.21

(youri)

2018-06-11 23:58:04 UTC MAIN commitmail json YAML

x11/caribou: import caribou-0.4.21

Caribou is a text entry and UI navigation application being developed as an
alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is
to create a usable solution for people whose primary way of accessing a computer
is a switch device.

The initial goal is to make an in-place on-screen keyboard suitable for people
who can use a mouse but not a hardware keyboard. This on-screen keyboard may
also be useful for touch screen or tablet users.

The GNOME Shell onscreen keyboard uses libcaribou.

(youri)

2018-06-11 23:56:27 UTC MAIN commitmail json YAML

doc: Added sysutils/accountsservice version 0.6.42

(youri)

2018-06-11 23:56:14 UTC MAIN commitmail json YAML

+ accountsservice

(youri)

2018-06-11 23:55:50 UTC MAIN commitmail json YAML

2018-06-11 23:44:15 UTC MAIN commitmail json YAML

Add Cups support, it is a requirement for desktops in 2018.

(youri)

2018-06-11 23:43:40 UTC MAIN commitmail json YAML

2018-06-11 18:15:31 UTC MAIN commitmail json YAML

devel/go-i18n: Add a missing entry to buildlink3.mk

(minskim)

2018-06-11 17:33:51 UTC MAIN commitmail json YAML

cmake: Fix build under macOS with Xcode 9.4

Xcode 9.4 triggers linker warnings that the C++ feature detection
code considers fatal. Simply ignore these warning by adding an entry
to the existing filter table.

(tron)

2018-06-11 16:14:11 UTC MAIN commitmail json YAML

doc: Updated devel/go-sanitized_anchor_name to 0.0.20170919

(minskim)

2018-06-11 16:12:09 UTC MAIN commitmail json YAML

devel/go-sanitized_anchor_name: Update to 0.0.20170919

Changes:
- Simplify range over runes.

(minskim)

2018-06-11 15:01:49 UTC MAIN commitmail json YAML

graphics/tesseract: Revert update to data version 4.00. Using version 4 data with version 3 program is not supported. Fixes https://github.com/joyent/pkgsrc/issues/113.

(fhajny)

2018-06-11 14:09:33 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.7.2

(tsutsui)

2018-06-11 14:09:11 UTC MAIN commitmail json YAML

mikutter: update to 3.7.2.

pkgsrc changes:

* drop json_pure dependency
  https://dev.mikutter.hachune.net/issues/1246

Upstream changes:

mikutter 3.7.2

* add a setting to disable extracting custom emoji
* handle a case that Twitter API returns non-URL strings as an entity
* thanks cob odo
* unify options of remain_charcount with compose spell
* thanks Shibafu Midorino
* stack overflow when strings which include URL are entered
* thanks Shibafu Midorino
* import https://github.com/cobodo/photo_support_extra
* thanks cob odo
* remain_charcount Spell
* thanks Shibafu Midorino
* not enough height of a list in the extract tab's setting window
  in some case
* thanks Yuto Tokunaga

Fixed several crash bugs.

(tsutsui)

2018-06-11 10:07:42 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.7.2.

(he)

2018-06-11 10:06:58 UTC MAIN commitmail json YAML

Upgrade unbound to version 1.7.2.

Upstream changes:

Features
- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.
- Qname minimisation default changed to yes.
- Use accept4 to speed up incoming TCP (and TLS) connections,
  available on Linux, FreeBSD and OpenBSD.
- tls-win-cert option that adds the system certificate store for
  authenticating DNS-over-TLS connections.  It can be used instead
  of the tls-cert-bundle option, or with it to add certificates.
- Patch from Syzdek: Add ability to ignore RD bit and treat all
  requests as if the RD bit is set.
- Rename additional-tls-port to tls-additional-ports.
  The older name is accepted for backwards compatibility.

Bug fixes:
- Fix for crash in daemon_cleanup with dnstap during reload,
  from Saksham Manchanda.
- Also that for dnscrypt.
- Fix spelling error in man page and note defaults as no instead of
  off.
- Fix that unbound-control reload frees the rrset keys and returns
  the memory pages to the system.
- Fix fail to reject dead peers in forward-zone, with ssl-upstream.
- Fix that configure --with-libhiredis also turns on cachedb.
- Fix gcc 8 buffer warning in testcode.
- Fix function type cast warning in libunbound context callback type.
- Fix windows to not have sticky TLS events for TCP.
- Fix read of DNS over TLS length and data in one read call.
- Fix mesh state assertion failure due to callback removal.
- Fix contrib/libunbound.pc for libssl libcrypto references,
  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
- Fix that libunbound can do DNS-over-TLS, when configured.
- Fix that windows unbound service can use DNS-over-TLS.
- unbound-host initializes ssl (for potential DNS-over-TLS usage
  inside libunbound), when ssl upstream or a cert-bundle is configured.
- For TCP and TLS connections that don't establish, perform address
  update in infra cache, so future selections can exclude them.
- Fix that tcp sticky events are removed for closed fd on windows.
- Fix close events for tcp only.
- Fix windows tcp and tls spin on events.
- Add routine from getdns to add windows cert store to the SSL_CTX.
- in compat/arc4random call getentropy_urandom when getentropy fails
  with ENOSYS.
- Fix that fallback for windows port.
- Fix deadlock caused by incoming notify for auth-zone.

(he)

2018-06-11 10:04:50 UTC MAIN commitmail json YAML

Updated print/cups

(adam)

2018-06-11 10:04:25 UTC MAIN commitmail json YAML

cups: updated to 2.2.8

CUPS 2.2.8 is a bug fix release that addresses issues in the scheduler, ipptool utility, CUPS library, and USB printer support. A detailed list of changes can be found in the change log included in the download.

(adam)

2018-06-11 09:11:29 UTC MAIN commitmail json YAML

py-virtualenv: updated HOMEPAGE

(adam)

2018-06-11 07:23:23 UTC MAIN commitmail json YAML

Updated multimedia/mkvtoolnix

(adam)

2018-06-11 07:22:44 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 24.0.0

Version 24.0.0 "Beyond The Pale":

New features and enhancements
* mkvmerge: MP4 reader: improved the detection of edit lists consisting of two
  identical entries, each spanning the file's duration as given in the movie
  header atom. The second entry is ignored in such cases.
* mkvmerge: JSON identification: the "display unit" video track property is
  now reported as `display_unit`. The JSON schema has been bumped to v11 for
  this change.
* mkvmerge, mkvextract: AVC/h.264: empty NALUs will now be removed.
* mkvextract: VobSub extraction: empty SPU packets will now be dropped during
  extraction as other tools such as MP4Box cannot handle them
  correctly.

Bug fixes
* mkvmerge: E-AC-3 parser: fixed determining the number of channels for
  streams that contain an AC-3 core with dependent E-AC-3 frames.
* mkvmerge: Matroska reader: fixed mkvmerge buffering the whole file if a
  video track is multiplexed that consists of only one or a few frames.
* mkvmerge: the "display unit" video track property will now be kept if it is
  set in the source file.
* MKVToolNix GUI: multiplexer: when scanning playlists, all playlists were
  offered for selection regardless of the value of the "minimum playlist
  duration" setting.
* MKVToolNix GUI: multiplexer: deriving track languages from file names: the
  regular sub-expressions for ISO 639-1 codes could match on empty strings,
  too, causing matches in wrong places and hence no language being recognized
  in certain situations.
* MKVToolNix GUI: header editor: fixed a crash when saving the file fails
  (e.g. because it isn't writable).
* MKVToolNix GUI: header editor: the editor was wrongfully claiming that
  mandatory elements with default values cannot be removed in the "status"
  text.
* MKVToolNix GUI: preferences: on macOS & Linux the setting "enable copying
  tracks by their type" wasn't restored on program start.

Other changes
* Niels Lohmann's JSON library: the bundled version has been updated from
  v1.1.0 (git revision 54d3cab) to v3.1.1 (git revision g183390c1).
* pugixml library: the bundled version has been updated from v1.8 to v1.9

(adam)

2018-06-10 17:54:17 UTC MAIN commitmail json YAML

updated print/hplip to 3.18.5

(schnoebe)

2018-06-10 17:53:20 UTC MAIN commitmail json YAML

Update to HPLIP 3.18.5

HPLIP 3.18.5 - This release has the following changes:
Added support for the following new Printers:

- HP DesignJet T1700 PostScript
- HP DesignJet T1700dr PostScript
- HP Color LaserJet Pro M253a
- HP Color LaserJet Pro M254dn
- HP Color LaserJet Pro M254n
- HP Color LaserJet Pro M254dne
- HP Color LaserJet Pro M254nw
- HP Color LaserJet Pro M254dw
- HP Color LaserJet Pro M254cnw
- HP Color LaserJet Pro M253nw
- HP Color LaserJet Pro M253cnw
- HP Color LaserJet Pro M254cdw
- HP Color LaserJet Pro MFP M180nw
- HP Color LaserJet Pro MFP M181fw
- HP Color LaserJet Pro MFP M179fw
- HP Color LaserJet Pro MFP M179cfw
- HP Color LaserJet Pro MFP M181fnw
- HP Color LaserJet Pro MFP M181cfw
- HP Color LaserJet Pro MFP M180n
- HP Color LaserJet Pro MFP M178cn
- HP Color LaserJet Pro MFP M178n
- HP Color LaserJet Pro MFP M180cn
- HP Color LaserJet Pro MFP M281fdw
- HP Color LaserJet Pro MFP M279fdw
- HP Color LaserJet Pro MFP M281cdw
- HP Color LaserJet Pro MFP M281fdn
- HP Color LaserJet Pro MFP M281dne
- HP Color LaserJet Pro MFP M278dn
- HP Color LaserJet Pro MFP M280nw
- HP Color LaserJet Pro MFP M278nw
- HP Color LaserJet Pro MFP M278cw
- HP Color LaserJet Pro MFP M280cnw
- HP Color LaserJet Pro MFP M280c2
- HP Color LaserJet Pro M154a
- HP Color LaserJet M153a
- HP Color LaserJet M153b
- HP Color LaserJet M154b
- HP Color LaserJet M154nw
- HP Color LaserJet M153nw
- HP Color LaserJet M153cnw
- HP Color LaserJet M153c1
- HP Color LaserJet M154cnw
- HP Color LaserJet M154c1
- HP PageWide Managed Color MFP P77440dn
- HP PageWide Managed Color MFP P77940dns
- HP PageWide Managed Color MFP P77940dn
- HP PageWide Managed Color MFP P77940dn+
- HP PageWide Managed Color MFP P77950dns
- HP PageWide Managed Color MFP P77950dn
- HP PageWide Managed Color MFP P77950dn+
- HP PageWide Managed Color MFP P77960dns
- HP PageWide Managed Color MFP P77960dn
- HP PageWide Managed Color MFP P77960dn+
- HP PageWide Managed Color MFP P77440dn

HPLIP 3.18.4 - This release has the following changes:
Added support for the following new Printers:

- HP LaserJet Pro MFP M28a
- HP LaserJet Pro MFP M29a
- HP LaserJet Pro MFP M30a
- HP LaserJet Pro MFP M31a
- HP LaserJet Pro MFP M30c
- HP LaserJet Pro MFP M31c
- HP LaserJet Pro MFP M28w
- HP LaserJet Pro MFP M29w
- HP LaserJet Pro MFP M30w
- HP LaserJet Pro MFP M31w
- HP LaserJet Pro MFP M30cw
- HP LaserJet Pro MFP M31cw
- HP LaserJet Pro M14a
- HP LaserJet Pro M15a
- HP LaserJet Pro M16a
- HP LaserJet Pro M17a
- HP LaserJet Pro M14c
- HP LaserJet Pro M17c
- HP LaserJet Pro M14w
- HP LaserJet Pro M15w
- HP LaserJet Pro M16w
- HP LaserJet Pro M17w
- HP LaserJet Pro M14cw
- HP LaserJet Pro M17cw

Added support for the following new Distros:

- Ubuntu 18.04 Beta Version (64 bit)
- Debian 9.2 (32 bit and 64 bit)
- Debian 9.3 (32 bit and 64 bit)
- Debian 9.4 (32 bit and 64 bit)

(schnoebe)

2018-06-10 14:47:12 UTC MAIN commitmail json YAML

Updated devel/p5-glib2 to 1.327

(wen)

2018-06-10 14:45:45 UTC MAIN commitmail json YAML

Update to 1.327

Upstream changes:
Overview of changes in Glib 1.327 (stable)
============================================

* Fix typo in pod: s/atomical/atomic/ (Bugzilla #784155)

(wen)

2018-06-10 14:13:03 UTC MAIN commitmail json YAML

Updated devel/p5-Config-AutoConf to 0.317

(wen)

2018-06-10 14:12:00 UTC MAIN commitmail json YAML

Update to 0.317

Upstream changes:
0.317  2018-06-08
        - fix pkg_config_package_flags a bit more
        - improve documentation of pkg_config_package_flags (fix
          RT#125274 - thanks to Petr PísaÅ™ <ppisar@redhat.com>)

(wen)

2018-06-10 13:58:47 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-SimpleTable to 2.05

(wen)

2018-06-10 13:57:37 UTC MAIN commitmail json YAML

Update to 2.05

Upstream changes:
2.05  2010-06-06 16:38:00
        - Add CJK support (usausat)
        - Add unicode box support (pjsg)

(wen)

2018-06-10 13:45:06 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-LibYAML to 0.70

(wen)

2018-06-10 13:44:03 UTC MAIN commitmail json YAML

Update to 0.70

Upstream changes:
0.70 Sat Jun  9 21:53:05 CEST 2018
- Fix format specifier/argument mismatch PR#79 @a3f++
- Travis CI: Test on Perl 5.26 PR#80 @a3f++
- Fix a C90-compatibility issue PR#81 @stphnlyd++

(wen)

2018-06-10 13:11:52 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Locale to 1.22

(wen)

2018-06-10 13:10:51 UTC MAIN commitmail json YAML

Update to 1.22

Upstream changes:
1.22    2018-06-08

- Update the glibc source data to the data from glibc 2.27.

- Added documentation for this glibc data.

- Reformatted the DateTime::Locale::FromData docs.

1.21    2018-06-08

- Added a new DateTime::Local->register_from_data method. This replaces the
  old custom locale registration system with something much simpler. Instead
  of providing a new class you simply provide a hash of data for the locale
  and it becomes available for use via DateTime::Local->load. Implemented by
  Ryley Breiddal. PR #21. Addresse GH #19.

(wen)

2018-06-10 13:03:52 UTC MAIN commitmail json YAML

Updated time/p5-Time-Local to 1.27

(wen)

2018-06-10 13:02:42 UTC MAIN commitmail json YAML

Update to 1.27

Upstream changes:
1.27    2018-06-09

- This release is identical to 1.26 except that it is a stable release, not a
  trial.

- Fixed the tests so they will not break in the year 2020. The tests were
  passing in 2-digit years on the assumption that a year like "70" would be
  treated as 1970, but starting in 2020 this would be treated as 2070
  instead. Reported by Bernhard M. Wiedemann. RT #124787.

- Added timelocal_modern and timegm_modern variants as optional exports. These
  versions do not munge years at all. They treat the year value that they are
  given exactly as-is.

1.26    2018-05-20 (TRIAL RELEASE)

- Fixed the tests so they will not break in the year 2020. The tests were
  passing in 2-digit years on the assumption that a year like "70" would be
  treated as 1970, but starting in 2020 this would be treated as 2070
  instead. Reported by Bernhard M. Wiedemann. RT #124787.

- Added timelocal_modern and timegm_modern variants as optional exports. These
  versions do not munge years at all. They treat the year value that they are
  given exactly as-is.

(wen)

2018-06-10 12:59:39 UTC MAIN commitmail json YAML

Updated math/py-numpy to 1.14.4

(wen)

2018-06-10 12:56:54 UTC MAIN commitmail json YAML

Update to 1.14.4

Upstream changes:
NumPy 1.14.4 Release Notes

This is a bugfix release for bugs reported following the 1.14.3 release. The most significant fixes are:

    fixes for compiler instruction reordering that resulted in NaN's not being properly propagated in np.max and np.min,
    fixes for bus faults on SPARC and older ARM due to incorrect alignment checks.

(wen)

2018-06-10 12:14:44 UTC MAIN commitmail json YAML

doc: Updated net/hub to 2.4.0

(leot)

2018-06-10 12:14:30 UTC MAIN commitmail json YAML

hub: Update net/hub to 2.4.0

Changes:
2.4.0
-----
### Features
* `hub delete [<OWNER>/]<REPO>`
* Add `hub compare --copy` flag
* Add `hub release --format=<FORMAT>` option
* Add `hub pull-request --no-edit` flag
* When checking out a pull request, ensure that `git push`with no arguments
  works
* Support XDG Base Directory Specification

### Tweaks
* Enable `hub pr list -h <BRANCH>` when owner isn't specified
* Include `docs/` in list of locations to look up pull request and issue
  templates in

(leot)

2018-06-10 12:01:24 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.4.0

(leot)

2018-06-10 12:00:24 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.4.0

Changes:
1.4.0
-----
* Added support for:
  - `simplyhentai` (#89)
* Added extractors for
  - `pixiv` search results and followed users
  - `deviantart` search results and popular listings
* Added post-processors to perform actions on downloaded files
* Added options to configure logging behavior
* Added OAuth support for `smugmug`
* Changed `pixiv` extractors to use the AppAPI,
  this breaks `favorite` archive IDs and changes some metadata fields
* Changed the default filename format for `tumblr` and renamed `offset` to
  `num`
* Fixed a possible UnicodeDecodeError during installation (#86)
* Fixed extraction of `mangadex` manga with more than 100 chapters (#84)
* Fixed miscellaneous issues for `imgur`, `reddit`, `komikcast`, `mangafox`
  and `imagebam`

(leot)

2018-06-10 10:43:10 UTC MAIN commitmail json YAML

doc: Updated net/hub to 2.3.0nb1

(leot)

2018-06-10 10:42:57 UTC MAIN commitmail json YAML

hub: Avoid possible vim-isms when vi(1) is used

If the editor used matches the `\b(?:[gm]?vim|vi)(?:\.exe)?$' regular
expression hub automatically add as arguments `--cmd'. The `--cmd' passed is
probably supported only by vim so delete the `|vi' from the RE in order to not
append possible non-standard arguments to non-vim vi-s.

(This was spotted using `hub pull-request' that failed due non supported
argument passed to vi)

Bump PKGREVISION

(leot)

2018-06-10 04:35:53 UTC MAIN commitmail json YAML

Updated www/php-nextcloud to 13.0.3

(ryoon)

2018-06-10 04:33:01 UTC MAIN commitmail json YAML

Updatet to 13.0.3

Changelog:
Version 13.0.3 June 7 2018
Changes
    Backport various scss fixes #8777 (server#9259)
    Fix ellipsis in filename column (server#9344)
    Replace deprecated sinon reset() call with resetHistory() (server#9358)
    Issue #9318: catch exceptions in SCSSCacher::resetCache() (server#9377)
    Log lock state on conflict (server#9389)
    Remove unneeded locks in getCacheEntry (server#9391)
    Only allow a single concurrent dav write to a file (server#9392)
    Workflow rules error when changing operation (server#9409)
    Fix jsunit tests (server#9430)
    Allow IPv6 database host (server#9432)
    Add labels for Contacts menu and Settings (server#9433)
    Get correct version of an app (server#9436)
    Fix ids of permission checkboxes for shares (server#9453)
    Fix race condition when preparing upload folder (server#9454)
    Allow to specify a link to a legal notice (server#9516)
    Fix for unbound cloned LDAP connections (server#9522)
    Dont use $info as array when its not an array (server#9525)
    Improve OAuth (server#9540)
    Bump theming version for extraordinary release (server#9547)
    Fix translation bug on lost password page (server#9548)
    Cleanup locks in scanner on error (server#9566)
    Bump version for theming again [icon] (server#9573)
    Make sure force language is reflected in html lang attribute (server#9579)
    Add privacy link to theming and fix scrollbars (server#9586)
    Fix settings menu (server#9590)
    Handle exception while itterating trough smb file listing (server#9608)
    Send invitations for shared calendars (server#9610)
    Regenerate session id after public share auth (server#9619)
    Emit event when running ./occ db:add-missing-indices (server#9620)
    Add PHP missing message to index.php (server#9621)
    Delete the previews when a version is restored (server#9622)
    Limit Sinon version to 5.0.7 at most (server#9629)
    Prepare another theming release including translations for recently added
      imprint and privacy policy strings (server#9647)
    Dont open the file on dav HEAD request (server#9649)
    Fix(AmazonS3): fix loop $result['Contents'] error (server#9650)
    Fix undefined variables (server#9651)
    Add search category icon (server#9652)
    Fix "Invalid argument supplied for foreach()" (server#9654)
    Do not load calendar/addressbook plugins if not needed (server#9655)
    Make LargeFileHelper.php faster by avoiding execs as much as possible
      (server#9656)
    Improve error reporting and move format parameter to the options
      (server#9657)
    The OAuth endpoint needs to support Basic Auth (server#9659)
    LDAP password renewal fixes (server#9661)
    Check user state when fetching to avoid dealing with offline objects
      (server#9662)
    Make sure the file is readable before attempting to create a preview
      (server#9668)
    Fix drone mysqlmb4 tests (server#9672)
    Make sure the log doesn't try to read from PUT if it can't (server#9694)
    Allow admins to override FreeBusy capabilities without modifying ShareAPI
      capabilities (server#9707)
    Fix the unit tests (server#9712)
    Fix header nav (server#9727)
    Fix local users check in contacts menu (server#9732)
    Don't open the file when handling HEAD requests (3rdparty#99)
    Do not sanitize markdown output twice (files_texteditor#101)

Version 13.0.2 April 26 2018
Changes
    Show group display names (server#8779)
    Group existence check works without attribute (like with users)
      (server#8849)
    The FN is optional, carrying the displayname if present (server#8900)
    Set "share with" field to the ID of the circle (server#8905)
    Show EOL warning in the update section (server#8986)
    Use app version to generate scss filename (server#9015)
    Update icewind/smb to 2.0.5 (server#9017)
    Fix search text overlapping close button (server#9019)
    Clear any theming prefixed cache on cache buster increase (server#9020)
    Reset encryptionVersion to '1' if a file was stream copied (server#9064)
    Do not treat is-encrypted as custom property (server#9071)
    Fix proper permissions for multiple file access (server#9072)
    When formatting a share node an Empty target is invalid (server#9073)
    Move on with the next user if we found the user on one user back-end
      (server#9077)
    Allow usage of Windows 10 WebDav Netdrive (server#9089)
    Add more logging for the object storage during creation of the buckets
      (server#9094)
    Do not convert email addresses with idn_to_ascii if... (server#9095)
    Fix progress bar hidden before the upload ends (server#9124)
    Update CRL to include old quicknotes cert (server#9213)
    Fix user selectable text for public links for text files (server#9230)
    Provide an option to disable HTML emails (server#9231)
    Fix appinfo parsing when a single localized option is provided (server#9233)
    Use multibyte substring (server#9234)
    Fix webdav support for OneNote clients (server#9236)
    Fixed files copy/move when in favorites or recent section (server#9238)
    Don't update personal settings for admins (activity#262)
    Skip parameters which are not there instead of failing out (activity#265)
    Bump version 13 (files_pdfviewer#64)
    Fix info.xml (files_pdfviewer#66)
    No default enable (files_pdfviewer#67)
    Fix position of icons in "Share with" input field (gallery#418)
    Fix "No results found" tooltip (gallery#419)
    Fix UI while a share is being added (gallery#420)
    Hide "No results found" tooltip on autocompletion (gallery#424)
    Fix error while clicking on the share link checkbox (gallery#430)

(ryoon)

2018-06-10 04:27:31 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.21

(ryoon)

2018-06-10 04:27:03 UTC MAIN commitmail json YAML

Update to 4.1.21

Changelog:
Features
    --enable-memclean cleans up memory for use with memory checkers,
      eg. valgrind.
    refuse-any nsd.conf option that refuses queries of type ANY.
    lower memory usage for tcp connections, so tcp-count can be higher.

Bug Fixes
    Fix unused variable warnings and uninit variable in statistics printout
      from clang analyzer.
    Fix spelling error in xfr-inspect.
    Fix #3562: explain build error when flex missing.
    Fix buffer size warnings from compiler on filename lengths.
    Fix #4093: Release notes not using 2018.

(ryoon)

2018-06-10 04:18:39 UTC MAIN commitmail json YAML

Updated www/firefox52-l10n to 52.8.1

(ryoon)

2018-06-10 04:18:11 UTC MAIN commitmail json YAML

Update to 52.8.1

* Sync with www/firefox52-52.8.1

(ryoon)

2018-06-10 04:17:20 UTC MAIN commitmail json YAML

Updated www/firefox52 to 52.8.1

(ryoon)

2018-06-10 04:15:44 UTC MAIN commitmail json YAML

Update to 52.8.1

Changelog:
Security fix:
#CVE-2018-6126: Heap buffer overflow rasterizing paths in SVG with Skia

(ryoon)

2018-06-10 04:13:08 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 60.0.2

(ryoon)

2018-06-10 04:11:47 UTC MAIN commitmail json YAML

Update to 60.0.2

* Sync with www/firefox-60.0.2

(ryoon)

2018-06-10 04:09:55 UTC MAIN commitmail json YAML

Updated www/firefox to 60.0.2

(ryoon)

2018-06-10 04:09:05 UTC MAIN commitmail json YAML

Update to 60.0.2

Changelog:
Fixed
    Fix missing nodes in the developer tools Inspector panel (bug 1460223)

    Various security fixes

    Fix font rendering when using third-party font managers on OS X 10.11
      and earlier (bug 1460917)

Security fix:
#CVE-2018-6126: Heap buffer overflow rasterizing paths in SVG with Skia

(ryoon)

2018-06-09 20:34:57 UTC MAIN commitmail json YAML

devel/intellij-idea-ce: Fix snappy-java10 dependency after changes to said.

(fhajny)

2018-06-09 19:23:53 UTC MAIN commitmail json YAML

doc: Updated graphics/libsixel to 1.8.1

(tsutsui)

2018-06-09 19:23:28 UTC MAIN commitmail json YAML

libsixel: update to 1.8.1.

No upstream changelog in the NEWS file, but includes the following fixes:

* Fix critical bug: sixel_dither_set_diffusion_type()
  (called from img2sixel -d option) doesn't work well
* Suppress an uninitialized warning on GCC-4.1
* Move pragma GCC diagnostic to outside functions because
  it's not allowed on gcc44

(tsutsui)

2018-06-09 18:08:47 UTC MAIN commitmail json YAML

doc: Updated security/gnupg2 to 2.2.8

(leot)

2018-06-09 18:08:34 UTC MAIN commitmail json YAML

gnupg2: Update security/gnupg to 2.2.8

Changes:
Noteworthy changes in version 2.2.8 (2018-06-08)
------------------------------------------------
  * gpg: Decryption of messages not using the MDC mode will now lead
    to a hard failure even if a legacy cipher algorithm was used.  The
    option --ignore-mdc-error can be used to turn this failure into a
    warning.  Take care: Never use that option unconditionally or
    without a prior warning.
  * gpg: The MDC encryption mode is now always used regardless of the
    cipher algorithm or any preferences.  For testing --rfc2440 can be
    used to create a message without an MDC.
  * gpg: Sanitize the diagnostic output of the original file name in
    verbose mode.  [#4012, CVE-2018-12020]
  * gpg: Detect suspicious multiple plaintext packets in a more
    reliable way.  [#4000]
  * gpg: Fix the duplicate key signature detection code.  [#3994]
  * gpg: The options --no-mdc-warn, --force-mdc, --no-force-mdc,
    --disable-mdc and --no-disable-mdc have no more effect.
  * agent: Add DBUS_SESSION_BUS_ADDRESS and a few other envvars to the
    list of startup environment variables.  [#3947]

(leot)

2018-06-09 11:37:49 UTC MAIN commitmail json YAML

databases/apache-cassandra2: Modify to work with the latest devel/snappy-java10. PKGREVISION++

(fhajny)

2018-06-09 11:36:56 UTC MAIN commitmail json YAML

doc: Updated devel/snappy-java10 to 1.0.5.4

(fhajny)

2018-06-09 11:36:45 UTC MAIN commitmail json YAML

devel/snappy-java10: Update to the latest 1.0.5.4 (no code changes). Change PKGBASE to just snappy-java. Remove precompiled binaries. Fix fetching, simplifiy installation.

(fhajny)

2018-06-09 11:24:48 UTC MAIN commitmail json YAML

libsixel: take maintainership.

(tsutsui)

2018-06-09 11:23:20 UTC MAIN commitmail json YAML

doc: Updated misc/tmux to 2.7nb1

(leot)

2018-06-09 11:23:05 UTC MAIN commitmail json YAML

tmux: Do not force sysconfdir to `/etc'

When sysconfdir is PREFIX/etc tmux automagically hardcode it to /etc.
This is a bit awkward in the pkgsrc context, so add a SUBST class to avoid this
hardcoding and always honor the --sysconfdir configure argument.

Bump PKGREVISION

(leot)

2018-06-09 07:24:21 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 30.0.0.113

(tsutsui)

2018-06-09 07:23:58 UTC MAIN commitmail json YAML

adobe-flash-player: update to 30.0.0.113.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb18-19.html

Adobe Security Bulletin
Security updates available for Flash Player | APSB18-19

Summary

  Adobe has released security updates for Adobe Flash Player for Windows,
  macOS, Linux and Chrome OS. These updates address critical
  vulnerabilities in Adobe Flash Player 29.0.0.171 and earlier versions.
  Successful exploitation could lead to arbitrary code execution in the
  context of the current user.

  Adobe is aware of a report that an exploit for CVE-2018-5002 exists
  in the wild, and is being used in limited, targeted attacks against
  Windows users. These attacks leverage Office documents with embedded
  malicious Flash Player content distributed via email.

(tsutsui)

2018-06-09 04:20:08 UTC MAIN commitmail json YAML

doc: Updated graphics/libsixel to 1.8.0

(tsutsui)

2018-06-09 04:19:50 UTC MAIN commitmail json YAML

libsixel: update to 1.8.0.

Upstream changes (from NEWS):

                  ------------------------------
                  What's new in libsixel-1.8 ?
                  ------------------------------
* core: Upgrade stb_image to 2.19.

* core: Introduce new dithering method, a_dither / x_dither (http://pippin.gimp.org/a_dither/).
        Thanks to @hodefoting.
        https://github.com/saitoha/libsixel/pull/53

* core: Fix wrong HLS color handling.
        https://github.com/saitoha/libsixel/commit/0fb35d22e7ba4ed8bce3be42791e6b39c3187b89

* core: Improve quality of 15bpp(hi-color mode) dither.
        https://github.com/saitoha/libsixel/commit/42f34283defea67c2d6294af4bd7dcb4fdf9f046

* img2sixel: Allow a deferred clear code in a GIF format
            GIF decoder must do nothing when the table is full.
            See Section "DEFERRED CLEAR CODE IN LZW COMPRESSION" in
            https://www.w3.org/Graphics/GIF/spec-gif89a.txt.
            Thanks to @mame.
            https://github.com/saitoha/libsixel/pull/63

* img2sixel: Marks -D option (read source images from stdin continuously) as deprecated
            https://github.com/saitoha/libsixel/commit/9c8ffa62203899d866fc28e3ab7c6dfd9a0019b1

* Some bug fixes and minor improvements.
  Thanks to @set135, @ttdoda.

* Announcement for package maintainers:
  Immutable tarball is provided, because GitHub auto-generated tarball may be not immutable.

    https://github.com/saitoha/libsixel/releases/download/v1.8.0/libsixel-1.8.0.tar.gz

For details, see https://github.com/saitoha/libsixel/issues/64 .

(tsutsui)

2018-06-09 03:51:02 UTC MAIN commitmail json YAML

2018-06-09 03:39:46 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome2 packages to 3.2.7

(tsutsui)

2018-06-09 03:39:05 UTC MAIN commitmail json YAML

Don't depend on consolekit on Darwin.

(youri)

2018-06-09 03:36:09 UTC MAIN commitmail json YAML

ruby-gnome2: update to 3.2.7.

pkgsrc changes:

* remove a fix for glib2 pulled from upstream
* remove a gobject-introspection patch for netbsd-6 (seems fixed in upstream)

Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.7: 2018-06-07

This is a packaging bug fix release of 3.2.6.

=== Changes

==== All

  * Improvements

    * Added support for using unreleased version with Bundler.
      [Patch by cedlemo]

  * Fixes

    * Fixed a packaging bug that dependencies are missing.

== Ruby-GNOME2 3.2.6: 2018-06-06

This is a bug fix release of 3.2.5.

=== Changes

==== Document

  * Improvements

    * Updated project URL.
      [GitHub#1174][Patch by okkez]

==== All

  * Improvements

    * Added support for using unreleased version with Bundler.
      [Patch by cedlemo]

    * Windows: Upgraded bundled library versions.

==== Ruby/GLib2

  * Improvements

    * (({GLib::Object.define_signal})): Added.
      (({GLib::Object.signal_new})) is deprecated.

    * (({GLib::Object.signal_new})): Changed to accept (({Symbol})) as
      flags.

    * (({GLib::Signal})): Migrated to (({TypedData})).

    * (({GLib::Enum})): Migrated to (({TypedData})).

    * (({GLib::Flags})): Migrated to (({TypedData})).

    * (({GLib::Boxed})): Migrated to (({TypedData})).

    * (({GLib::Param})): Migrated to (({TypedData})).

    * (({rbgobj_signal_new()})): Added.
      (({rbgobj_signal_wrap()})) is deprecated.

    * Dropped GLib < 2.28 support.

    * (({GLib::Variant.new})): Changed to accept (({String})) as
      variant type.

    * (({rbg_variant_type_from_ruby()})): Added.

    * (({rbg_gc_guard()})): Added.

    * (({rbg_gc_unguard()})): Added.

  * Fixes

    * Fixed a bug that signal created by (({GLib::Object.signal_new}))
      may be GC-ed.
      [GitHub#1166][Reported by Izumi Tsutsui]

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::Struct})): Migrated to (({TypedData})).

    * Improved better function detection.

    * Added heuristic callback data detection.

    * Added support for getting flags field value.

    * (({RBGICallbackData})): Hidden details.

    * (({rb_gi_callback_data_get_metadata()})): Added.

    * (({rb_gi_callback_data_get_rb_callback()})): Added.

    * Added (({to_integer})) to (({to_i})) mapping.
      [GitHub#1191][Patch by yosuke shiro]

==== Ruby/CairoGObject

  * Improvements

    * Added (({gtype})) class methods.

==== Ruby/GIO2

  * Improvements

    * (({Gio::MenuItem#set_attribute_value})): Improved argument conversion.
      Callers don't need to create (({GLib::Variant})).

    * (({Gio::Settings.new})): Added support for keyword (({Hash})).
      [GitHub#1187][Patch by cedlemo]

==== Ruby/Pango

  * Improvements

    * (({Pango::Attribute})): Migrated to (({GLib::Boxed})).

    * (({Pango::Rectangle#dup})): Added.

    * (({rbpango_attribute_from_ruby()})): Added.

  * Fixes

    * Fixed a bug that wrong (({Pango::Attribute})) conversion.
      [GitHub#1188][Reported by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf#subpixbuf})): Added.
      (({GdkPixbuf::Pixbuf#new_subpixbuf})) is deprecated.

    * (({GdkPixbuf::Pixbuf#new})): Improved the default
      (({row_stride})) value.

==== Ruby/GDK3

  * Improvements

    * (({Gdk::Cursor.new})): Added multiple calls with the same value.
      [GitHub#1195][Reported by kojix2]

==== Ruby/GTK3

  * Improvements

    * Removed needless custom callback handlers.

    * Dropped GTK+ 3.10 support.

    * (({Gtk::Application.new})): Changed to all arguments are omittable.

    * (({Gtk::TextBuffer#insert})): Changed to raise an exception for
      unknown tag.

  * Fixes

    * Fixed a bug that (({Gtk::Version.or_later?})) requires the 3rd
      argument.

    * Fixed demo.
      * [GitHub#1175][GitHub#1176][GitHub#1177][GitHub#1178][GitHub#1183]
        [GitHub#1184][GitHub#1185]
        [Reported by kojix2]
      * [GitHub#1181][GitHub#1186][GitHub#1197][GitHub#1210]
        [Patch by kojix2]

==== Ruby/Poppler

  * Improvements

    * (({Cairo::Context#show_poppler_page})): Added for consistency.

==== Ruby/RSVG2

  * Improvements

    * (({Cairo::Context#show_rsvg_handle})): Added for consistency.

==== Ruby/GStreamer

  * Improvements

    * (({Gst::Element.[]})): Added as a shortcut of
      (({Gst::ElementFactory.make})).

    * (({Gst::Bus#poll})): Made all arguments omittable.

=== Thanks

  * Izumi Tsutsui

  * okkez

  * kojix2

  * cedlemo

  * yosuke shiro

(tsutsui)

2018-06-09 03:01:12 UTC MAIN commitmail json YAML

Spidermonkey52 needs py-expat to configure on Darwin.

(youri)

2018-06-09 02:38:43 UTC MAIN commitmail json YAML

Fix linking on Darwin now that dconf uses meson.

(youri)

2018-06-09 02:19:37 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-NYTProf to 6.06

(wen)

2018-06-09 02:18:14 UTC MAIN commitmail json YAML

Update to 6.06

Upstream changes:
Changes in Devel::NYTProf 6.06 - 4th June 2018

Fix sorting of numbers ending ...5s as microsec
  thanks to pichi. #120

Fix tests for Strawberry Perl portable
  thanks to shawnlaffan. #123

Fixed broken link in the pod to YAPC::NA 2014 talk video
  thanks to manwar. #116

Add "NYTProf" to buffer overflow error message for easier triage
  thanks to atomicstack. #119.

Add appveyor config file for CI on Windows
  thanks to shawnlaffan. #117

(wen)

2018-06-09 02:08:08 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckLib to 1.13

(wen)

2018-06-09 02:07:14 UTC MAIN commitmail json YAML

Update to 1.13

Upstream changes:
1.13    2018-06-23      Improve Makefile.PL
                        update compatibility code from App-EUMM-Upgrade-1.0

(wen)

2018-06-09 01:51:57 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.72

(wen)

2018-06-09 01:50:42 UTC MAIN commitmail json YAML

Update to 6.72

Upstream changes:
6.72  2018-06-06
  -  Fixed recurrence bug
        The fix in the previous version for a rare recurrence problem broke
        another recurrence form. It is now corrected. Michael Schout (GitHub
        #20)

  -  Fixed version problem
        The wrong version was included in two files for some reason. This is
        fixed.

  -  Documentation fixes
        Fixed a grammatical error reported by Xavier Guimard (GitHub #19).

6.71  2018-06-01
  -  Fixed an extremely rare problem with recurrences
        It is possible to specify a recurrence that never produces a valid
        date. In these cases, looking for dates went into an infinite loop.
        The MaxRecurAttempts config variable was added which will stop that
        from happening. If no occurrence was found, an error condition will
        be set. Dean Hamstead (RT 123708)

  -  Changes file supported
        It was requested that I include a valid Changes file. I wrote a
        simple script to convert the Change6.pod file into a valid Change
        file. The Changes6.pod file is still the canonical source of this
        information! Requested by H. Merijn Brand

  -  Fix for timezone determination
        On MacOS X High Sierra, some of the timezone files were symlinks,
        but not properly followed. This was fixed by Stu Tomlinson (GitHub
        #15).

  -  Time zone fixes
        Newest zoneinfo data (tzdata 2018e)

  -  Documentation fixes
        Minor fix provided by Mohammad S Anwar (GitHub #17)

(wen)

2018-06-09 01:41:57 UTC MAIN commitmail json YAML

Updated devel/p5-App-perlbrew to 0.83

(wen)

2018-06-09 01:40:20 UTC MAIN commitmail json YAML

Update to 0.83

Upstream changes:
0.83
        - Released at 2018-05-30T08:04:43+0900
        - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Dan Book, Luca Ferrari, Mar鱈a In辿s Parnisari, Mohammad S Anwar, Shoichi Kaji, sylints
        - my respect to search.cpan.org
        - MAKE env var can now be used to specify the "make" program.
        - New command: install-cpm
        - "install" command now has a "--builddir" option for specifying a work directory
        - "list" command now takes "--verbose" option.
        - "clone-modules" command is now better documented.

(wen)

2018-06-08 22:00:07 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.11.0

(jperkin)

2018-06-08 21:59:58 UTC MAIN commitmail json YAML

pkgin: Update to 0.11.0.

## Version 0.11.0 (2018-06-08)

* Fix build on NetBSD/evbarm.
* Skip download checks for packages that are being removed, prevents
  erroneous "empty FILE_SIZE" failures.
* Perform in-place upgrades using `pkg_add -DU` rather than removing
  and reinstalling.  Should be faster and less error-prone.
* Output formatting improvements.  Installs are now split between
  refresh, upgrade, and install, with package lists formatted to be
  easier to read.

(jperkin)

2018-06-08 20:49:42 UTC MAIN commitmail json YAML

2018-06-08 20:36:20 UTC MAIN commitmail json YAML

doc: Updated lang/qore to 0.8.13.5
doc: Updated databases/qore-pgsql-module to 2.4.1
doc: Updated databases/qore-mysql-module to 2.0.2.1
doc: Updated textproc/qore-xml-module to 1.4.1
doc: Updated textproc/qore-json-module to 1.7
doc: Updated security/qore-ssh2-module to 1.2
doc: Updated textproc/qore-yaml-module to 0.6

(nros)

2018-06-08 20:17:56 UTC MAIN commitmail json YAML

doc: Updated devel/boehm-gc to 7.6.4nb2

(leot)

2018-06-08 20:17:43 UTC MAIN commitmail json YAML

boehm-gc: (re)add support for aarch64 on NetBSD

Readd patch written by <jmcneill> to support for aarch64.

(leot)

2018-06-08 20:12:49 UTC MAIN commitmail json YAML

Updated textproc/qore-yaml-module to version 0.6 .

Changes from release notes:
* improved the description for the DESERIALIZATION-ERROR exception
  for non-deserializable message bodies from HTTP servers with error
  responses
* added the YamlRpcConnection class to the YamlRpcClient module
* updated the DataStreamClient module for complex types and new
  internal RestClient API changes
* updated the DataStreamUtil module for complex types
* fixed a bug deserializing single-quoted strings; also serialized
  "!number" values will always include the tag to avoid potential
  future ambiguity
* improved argument error messages with RPC calls in the
  YamlRpcHandler module

(nros)

2018-06-08 20:02:30 UTC MAIN commitmail json YAML

Updated security/qore-ssh2-module to version 1.2 .

Changes from release notes:
* added the Ssh2Connections user module
* added the following SFTPClient methods supporting
  streams:SFTPClient::get(), SFTPClient::put()
* fixed bugs retrieving zero-length text files with
  SFTPClient::getFile(), SFTPClient::getTextFile(),
  SFTPClient::get(), and SFTPClient::retrieveFile()
* fixed bugs streaming data with SFTPClient::transferFile()
  and SFTPClient::put()
* argument error in SFTPClient disconnection with
  socket errors causes a crash
* infinite loop in SftpPoller polling when
  PO_NO_PROCESS_CONTROL is not set and no sleep
  option is given
* implement support for additional directories
  in SftpPoller
* SftpPoller::run() cannot be synchronized
* compile fixes for Solaris 10 g++
* add constructor option to SftpPoller for checking
  if polled directories are writable
* fixed a bug that could cause a crash when an error
  occurs in the SFTPClient class
* streaming from SFTP server impossible without user
  re-implementing SftpPoller methods
* fixed a bug in libssh2 library initialization
  error reporting

(nros)

2018-06-08 19:59:01 UTC MAIN commitmail json YAML

gnupg2: Also add a SUPERSEDES entry.

(jperkin)

2018-06-08 19:53:30 UTC MAIN commitmail json YAML

Updated textproc/qore-json-module to version 1.7 .

Removed patch-src_ql__json.qpp fixed upstream.

Changes from release notes:
* deprecated support for the non-published JSON-RPC 1.1 protocol
* added support for JSON-RPC 2.0
* added the JsonRpcConnection user module
* improved argument error messages with RPC calls in the
  JsonRpcHandler module
* fixed date serialization to use ISO-8601 format
  (instead of near-ISO-8601 format)
* parse_json() now ignores UTF-8 and Unicode BOMs at the
  start of passed JSON string
* fixed a bug in request logging in the JsonRpcHandler module
* fixed a bug serializing hash keys with embedded quotes

(nros)

2018-06-08 19:40:44 UTC MAIN commitmail json YAML

Updated textproc/qore-xml-module to version 1.4.1 .

Changes from release notes:
* fixed a bug where the URI path was not respected when
  resolving SOAP calls
* implemented supoprt for handling SOAP faults based on
  the exception err string (must correspond to the fault name)
* implemented supoprt for handling SOAP faults in response
  messages with SOAP bindings
* fixed a bug resolving namespaces in nested schemas with
  late resolution with overlapping namespace prefixes
* fixed a type error in message generation
* implemented the wsdl_set_global_compat_empty_string_is_nothing()
  function and the "compat_empty_string_is_nothing" option for
  the WebService class for backwards compatibility with older
  versions of the WSDL module
* implemented the wsdl_set_global_compat_allow_any_header
  function and the "compat_allow_any_header" option for the
  WebService class for backwards compatibility with older
  versions of the WSDL module
* fixed types when deserializing to eliminate performance
  penalties stripping types in large data structures
* fixed soaputil to import XSDs automatically when parsing WSDLs
* fixed a bug in make_xml() to support underscores at start of tags
* added the InputStreamSaxIterator class
* added the get_xml_value() function
* exception raised when make_xml() called with multi list
  value passed for top level element
* added support for XML comments (XPF_ADD_COMMENTS)
* added missing support for DTD validation
  (parse_xml_with_dtd(),XmlDoc::validateDtd())
* added support for stripping namespace prefixes on element
  names when parsing XML
* added a make_xml(hash, hash) variant that allows for more
  control over the XML output such as date serialization formats
* added AbstractXmlIoInputCallback to provide an abstract API
  for resolving external schema references
* extended XmlDoc::constructor with extra optional hash that
  allows for more control over the XML output such as date
  serialization formats
* XSD-ERROR exception thrown during document validation against
  schema is now more verbose about what exactly failed
* fixed a bug in Windows builds
* added the SalesforceSoapConnection class
* added support for logging messages in the SoapClient module
* added the SoapConnection class
* added API support for specifying the SOAP bindings in the WSDL
  to use
* added support for logging messages in the SoapHandler module
* fixed a bug in late resolution of complexTypes
* fixed a bug handling empty complexType declarations
* fixed a bug handling complexType extentions
* fixed bugs handling elementFormDefault="qualified"
  declarations when the value differs between schemas
* fixed a bug where xsi:type information was serialized when
  not necessary
* added a more user-friendly exception when WSDLs are encountered
  with unsupported bindings
* added WSDL::WSMessageHelper to generate sample messages
* added support for multiple SOAP bindings in the WSDL
  including HTTP GET/POST bindings
* fixed a bug in message serialization; all required elements
  must be present or an exception is thrown
* fixed a bug handling base type extensions to complexTypes
* improved argument error messages with RPC calls in the
  XmlRpcHandler module
* fixed SOAP handler to produce correct URLs in WSDL
* added documentation for the WSOperation class in the WSDL module
* fixed SalesforceSoapClient::callOperation() in the
  SalesforceSoapClient module to respect the soapaction header
* fixed a memory leak in XML-RPC parsing
* supress emitting a SOAPAction header in requests if the binding
  gives an empty string
* updated WSOperation::serializeRequest() to allow the SOAPAction
  header to be overridden in each request
* respect XML generation flags in request generation in WSDL module
* fixed parsing empty base64Binary and hexBinary elements
* added the SoapClient::callOperation() method
* updated SOAP response processing to throw an exception when the
  server responds with an error code
* content-type in exceptional cases follows Soap version
* fixed a bug in the SoapClient::constructor() where a WebService
  object was not supported
* added SalesforceSoapClient user module
* added Salesforce.com.qtest and accompanying WSDLs

(nros)