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 (6m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 06:27:44 UTC Now

2018-03-08 13:05:37 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Box to 3.005

(wiz)

2018-03-08 13:05:24 UTC MAIN commitmail json YAML

p5-Mail-Box: update to 3.005.

verison 3.005: Sun Mar  4 21:48:38 CET 2018

Changes:
- code trusted on "perl -w", but now added many "use warnings".

Improvements:
- spell fixes rt.cpan.org #12400 [Damyan Ivanov] (Debian)
- remove license file: now in README.md
  rt.cpan.org#124057 [Petr Pisar]
- remove Mail/Box-Shorts.pod: already consumed somewhere else
  rt.cpan.org#124056 [Petr Pisar]
- converted to GIT, publish to  GitHub
- check produced pods

(wiz)

2018-03-08 13:03:20 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Email-Address to 1.909

(wiz)

2018-03-08 13:03:11 UTC MAIN commitmail json YAML

p5-Email-Address: update to 1.909.

1.909    2018-03-04 22:07:12-05:00 America/New_York
        - add some docs saying "don't use this, it can be busted"

(wiz)

2018-03-08 13:02:33 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000106

(wiz)

2018-03-08 13:02:25 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000106.

0.000106  2018-03-06 13:10:55-08:00 America/Los_Angeles

    - No changes since trial

0.000105  2018-03-06 09:13:36-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix nesting bug in Test2::Workflow

0.000104  2018-03-05 09:27:44-08:00 America/Los_Angeles

    - Add Data::Dumper to dep list (#154)

0.000103  2018-03-02 13:00:54-08:00 America/Los_Angeles (TRIAL RELEASE)

    - AsyncSubtest now works with UUIDs and adds other proper meta-data

(wiz)

2018-03-08 13:00:40 UTC MAIN commitmail json YAML

doc: Updated devel/p5-String-Format to 1.18

(wiz)

2018-03-08 13:00:32 UTC MAIN commitmail json YAML

p5-String-Format: update to 1.18.

* stable version with the changes in 1.17_50

# Version 1.17_50                                        March 03,  2018

* escape { and } (fix for RT #124147)

(wiz)

2018-03-08 12:59:51 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-FromPerlVer to 0.001000

(wiz)

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

p5-Module-FromPerlVer: update to 0.001000.

-  v0.1.0 Tue Mar  6 12:38:07 CST 2018

    Passes all Dir tests on all platforms, bump up version.

    POD.

-  v0.0.7 Mon Mar  5 23:06:03 CST 2018

    Correct error in Makefile.PL.

    Added tests.

-  v0.0.6

    POD cleanups.

    Copy message "files" => "files/dirs" to avoid confusion with
    list of files displayed.

(wiz)

2018-03-08 12:58:34 UTC MAIN commitmail json YAML

xf86-video-chips: remove obsolete workaround for missing file in distfile.

(wiz)

2018-03-08 12:49:19 UTC MAIN commitmail json YAML

Updated security/py-ntlm-auth, fonts/py-fonttools

(adam)

2018-03-08 12:48:56 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.24.1

3.24.1:
[varLib] Don't remap the same DeviceTable twice in VarStore optimizer.
[varLib] Add --disable-iup option to fonttools varLib script, and a optimize=True keyword argument to varLib.build function, to optionally disable IUP optimization while building varfonts.
[ttCollection] Fixed issue while decompiling ttc with python3

(adam)

2018-03-08 12:45:34 UTC MAIN commitmail json YAML

py-ntlm-auth: updated to 1.1.0

1.1.0:
Removed DES code as the license was found to be incorrect from the source
Added new DES code not based on the original
Fixed up some deprecation warnings
Changed tests from running unittest to py.test
Changed licence from GPL to MIT as code is not all my own

(adam)

2018-03-08 11:20:56 UTC MAIN commitmail json YAML

gnuserv: include bsd.prefs.mk for X11_TYPE

Comment out dead links.

(wiz)

2018-03-08 08:51:27 UTC MAIN commitmail json YAML

Updated www/libsass, www/sassc

(adam)

2018-03-08 08:51:05 UTC MAIN commitmail json YAML

sassc: updated to 3.5.0

3.5.0:
This is the SassC for LibSass 3.5.0

(adam)

2018-03-08 08:50:39 UTC MAIN commitmail json YAML

libsass: updated to 3.5.0

3.5.0:
Features
Implement trailing commas in parameters and arguments
Implement deprecation warning for ID strings that look like colors
Implement content-exists function
Implement support for passing var() to CSS functions
Implement first class functions
Implement nesting guard to avoid "out of stack space"
Implement exponents for numbers
Implement long file path support for Windows
Implement case modifier for attribute selector
Implement warning for double parent selectors
Implement support for custom property syntax
Implement support for custom-property feature flag

Optimisations
Performance improvements
Fix memory leak by removing previously unused code
Fix memory leak of custom functions signature

Community
Add libsass-python to Readme
Update link to go-libsass

Fixes
Fix media query stack and eval issue
Fix Attribute Selector equal compare operator
Fix segfault for varargs with non-string keys
Fix Element Selector compare operators
Fix compiler issue with spec regression on NetBSD 6.1
Fix some segfaults caused by the parser being too forgiving
Fix segfault with invalid map keys
Fix null pointer dereference in css_error
Fix bug when parsing selector schemas
Fix null pointer dereference when parsing selector schemas
Fix .editorconfig
Fix compiler issue with spec regression on NetBSD 6.1
Fix segfault when extending pseudo selectors failed
Fix parser for urls looking like ruleset selectors
Fix use of non-portable std::to_string
Fix use of non-portable strdup
Fix unary slash expressions
Fix missing error for trailing comma in selector list
Fix selector and binominal look ahead
Fix hex escape handling in interpolation
Fix wrong parsing of calc functions as number units
Fix incorrect comment evaluation for compressed output
Fix parent selector handling in selector schema
Fix parameter vararg and keyword handling
Fix a few minor memory leaks
Fix issue with invalid error indicator
Fix selector parsing and url regression
Fix null ptr segv on invalid vararg
Fix segfault in selector extend edge-case
Fix segfault in selector extend edge-case
Fix segfault in selector append edge-case
Fix ref-counted value handling in if function
Fix segfault in at-root cssize edge-case
Fix file content malloc to avoid reading beyond buffer
Fix case-sensitive lookup to named color map
Fix shebang for tap-driver
Fix segfault in parser edge case
Fix memory corruption on error in parse_selector_schema
Fix autoconf path for sassc tester
Fix output of invisible @support blocks
Fix to_value for bracketed lists
Fix propagation of named rest arguments
Fix @extend of wrapped selectors
Fix wrapped pseudo selector handling
Fix minor issue with attribute selector unification
Fix issue when passing restargs to call
Fix compressing of colors in selectors
Fix missing error on selector with invalid quote mark
Fix travis-ci mac OSX builds
Fix endless loop comparing Selector_List to List
Fix SmartOS/Solaris build regression
Fix to connect parent selector only once
Fix whitespace issue for wrapped selectors
Fix missing error if cwd goes missing
Fix missing error when mixin ruleset in root has parent selector
Fix sourcemap crutch once again
Fix parser state column following static values
Fix error indicator not being Unicode aware
Fix error sourcemaps not being fully Unicode aware
Fix some compiler warnings
Fix math with multiple units
Fix css test for interpolated numbers
Fix null pointer access in nesting check
Fix @else possibly producing invalid output
Fix parsing of @supports declarations

(adam)

2018-03-08 08:26:58 UTC MAIN commitmail json YAML

Updated www/py-pylint-django, www/py-asgiref

(adam)

2018-03-08 08:26:21 UTC MAIN commitmail json YAML

py-asgiref: updated to 2.2.0

2.2.0:
* Cancelled tasks now correctly cascade-cancel their children
* Communicator.wait() no longer re-raises CancelledError from inner coroutines

(adam)

2018-03-08 08:23:50 UTC MAIN commitmail json YAML

py-pylint-django: updated to 0.9.3

0.9.3:
Fix 133 and 134 by including package data when building wheel and tar.gz packages for PyPI

0.9.2:
Fix 129 - Move tests under site-packages/pylint_django
Fix 96 - List Django as a dependency

(adam)

2018-03-08 08:17:02 UTC MAIN commitmail json YAML

Added security/py-libnacl; Updated security/py-cryptodome

(adam)

2018-03-08 08:15:02 UTC MAIN commitmail json YAML

py-cryptodome: updated to 3.5.0

New features
* Import and export of ECC curves in compressed form.
* The initial counter for a cipher in CTR mode can be a byte string (in addition to an integer).
* Faster PBKDF2 for HMAC-based PRFs (at least 20x for short passwords, more for longer passwords). Thanks to Christian Heimes for pointing out the implementation was under-optimized.
* The salt for PBKDF2 can be either a string or bytes.

Resolved issues
* Without libgmp, modular exponentiation (since v3.4.8) crashed on 32-bit big-endian systems.

Breaks in compatibility
* Removed support for Python < 2.6.

(adam)

2018-03-08 08:13:04 UTC MAIN commitmail json YAML

py-libnacl: added version 1.6.1

This library is used to gain direct access to the functions exposed by Daniel
J. Bernstein's nacl library via libsodium. It has been constructed to maintain
extensive documentation on how to use nacl as well as being completely
portable. The file in libnacl/__init__.py can be pulled out and placed directly
in any project to give a single file binding to all of nacl.

(adam)

2018-03-08 06:53:13 UTC MAIN commitmail json YAML

py-cookiecutter: remove patch that was removed from distinfo

(wiz)

2018-03-07 23:16:03 UTC MAIN commitmail json YAML

math/R: Add missing dependencies to buildlink3.mk

(minskim)

2018-03-07 19:23:31 UTC MAIN commitmail json YAML

doc: Added finance/R-tseries version 0.10.43

(minskim)

2018-03-07 19:23:25 UTC MAIN commitmail json YAML

finance/Makefile: Add R-tseries

(minskim)

2018-03-07 19:23:22 UTC MAIN commitmail json YAML

finance/R-tseries: Import version 0.10.43

Time series analysis and computational finance.

(minskim)

2018-03-07 19:18:56 UTC MAIN commitmail json YAML

math/R-nloptr: Use pkg-config to set link options properly

(minskim)

2018-03-07 16:46:49 UTC MAIN commitmail json YAML

doc: Updated net/knot to 2.4.5

(pettai)

2018-03-07 16:42:10 UTC MAIN commitmail json YAML

Knot DNS 2.4.5 (2017-06-23)
===========================

Security:
---------
- Improper TSIG validity period check can allow TSIG forgery (Thanks to Synacktiv!)

Bugfixes:
---------
- Corner case journal fixes (huge changesets, OpenWRT operation)

Knot DNS 2.4.4 (2017-06-05)
===========================

Improvements:
-------------
- Improved error handling in kjournalprint

Bugfixes:
---------
- Zone flush not replanned upon unsuccessful flush
- Journal inconsistency after deleting deleted zone
- Zone events not rescheduled upon server reload (Thanks to Mark Warren)
- Unreliable LMDB mapsize detection in kjournalprint
- Some minor issues found by AddressSanitizer

Knot DNS 2.4.3 (2017-04-11)
===========================

Improvements:
-------------
- New 'journal-db-mode' optimization configuration option
- The default TSIG algorithm for utilities input is HMAC-SHA256
- Implemented sensible default EDNS(0) padding policy (Thanks to D. K. Gillmor)
- Added some more semantic checks on the knotc configuration operations

Bugfixes:
---------
- Missing 'zone' keyword in the YAML output
- Missing trailing dot in the keymgr DS owner output
- Journal logs 'invalid parameter' in several cases
- Some minor journal-related problems

Knot DNS 2.4.2 (2017-03-23)
===========================

Features:
---------
- Zscanner can store record comments placed on the same line
- Knotc status extension with version, configure, and workers parameters

Improvements:
-------------
- Significant incoming XFR speed-up in the case of many zones

Bugfixes:
---------
- Double OPT RR insertion when a global module returns KNOT_STATE_FAIL
- User-driven zscanner parsing logic inconsistency
- Lower serial at master doesn't trigger any errors
- Queries with too long DNAME substitution do not return YXDOMAIN response
- Incorrect elapsed time in the DDNS log
- Failed to process forwarded DDNS request with TSIG

Knot DNS 2.4.1 (2017-02-10)
===========================

Improvements:
-------------
- Speed-up of rdata addition into a huge rrset
- Introduce check of minumum timeout for next refresh
- Dnsproxy module can forward all queries without local resolving

Bugfixes:
--------
- Transfer of a huge rrset goes into an infinite loop
- Huge response over TCP contains useless TC bit instead of SERVFAIL
- Failed to build utilities with disabled daemon
- Memory leaks during keys removal
- Rough TSIG packet reservation causes early truncation
- Minor out-of-bounds string termination write in rrset dump
- Server crash during stop if failed to open timers DB
- Failed to compile on OS X older than Sierra
- Poor minimum UDP-max-size configuration check
- Failed to receive one-record-per-message IXFR-style AXFR
- Kdig timeouts when receiving RCODE != NOERROR on subsequent transfer message

Knot DNS 2.4.0 (2017-01-18)
===========================
- Kdig timeouts when receiving RCODE != NOERROR on subsequent transfer message

Knot DNS 2.4.0 (2017-01-18)
===========================

Bugfixes:
--------
- False positive semantic-check warning about invalid bitmap in NSEC
- Unnecessary SOA queries upon notify with up to date serial
- Timers for expired zones are reset on reload
- Zone doesn't expire when the server is down
- Failed to handle keys with duplicate keytags
- Per zone module and global module insconsistency
- Obsolete online signing module configuration
- Malformed output from kjournalprint
- Redundant SO_REUSEPORT activation on the TCP socket
- Failed to use higher number of background workers

Improvements:
-------------
- Lower memory consumption with qp-trie
- Zone events and zone timers improvements
- Print all zone names in the FQDN format
- Simplified query module interface
- Shared TCP connection between SOA query and transfer
- Response Rate Limiting as a module with statistics support
- Key filters in keymgr

Features:
---------
- New unified LMDB-based zone journal
- Server statistics support
- New statistics module for traffic measuring
- Automatic deletion of retired DNSSEC keys
- New control logging category

(pettai)

2018-03-07 14:31:40 UTC MAIN commitmail json YAML

doc: Updated www/contao45 to 4.5.6

(taca)

2018-03-07 14:31:04 UTC MAIN commitmail json YAML

www/contao45: update to 4.5.6

Contao 4.5.5 is available 2018/03/06 11:04 by Leo Feyer

Contao version 4.5.5 is available. The bugfix release fixes problems with
using InnoDB without the innodb_large_prefix option.

Contao 4.5.6 is available 2018/03/06 15:53 by Leo Feyer

Contao version 4.5.6 is available. The bugfix release fixes a problem with new
installations with InnoDB without large prefixes.

(taca)

2018-03-07 12:35:05 UTC MAIN commitmail json YAML

doc: Updated emulators/ucon64 to 2.1.0nb1

(wiz)

2018-03-07 12:34:55 UTC MAIN commitmail json YAML

2018-03-07 12:20:20 UTC MAIN commitmail json YAML

doc: Updated x11/xdriinfo to 1.0.6

(wiz)

2018-03-07 12:20:11 UTC MAIN commitmail json YAML

xdriinfo: update to 1.0.6.

Alan Coopersmith (1):
      xdriinfo 1.0.6

Emil Velikov (1):
      autogen.sh: use quoted string variables

Hans de Goede (1):
      Fix xdriinfo not working with glvnd

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-07 12:18:31 UTC MAIN commitmail json YAML

doc: Updated wm/twm to 1.0.10

(wiz)

2018-03-07 12:18:22 UTC MAIN commitmail json YAML

twm: update to 1.0.10.

This release of twm was made possible by contributions from members of the
NetBSD project and viewers like you.

Alan Coopersmith (1):
      twm 1.0.10

Christos Zoulas (1):
      Add some const.

Emil Velikov (1):
      autogen.sh: use quoted string variables

Michael van Elst (1):
      Do not try to extend the font-pattern with a wild-card.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
      Adapt callers to ExpandFilename change.

(wiz)

2018-03-07 12:16:45 UTC MAIN commitmail json YAML

doc: Updated time/oclock to 1.0.4

(wiz)

2018-03-07 12:16:35 UTC MAIN commitmail json YAML

oclock: update to 1.0.4.

Alan Coopersmith (6):
      Remove unused function TDrawArc
      Reduce scope of variables in check_jewel_poly
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      oclock 1.0.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-07 12:15:24 UTC MAIN commitmail json YAML

doc: Updated fonts/mkfontscale to 1.1.3

(wiz)

2018-03-07 12:15:15 UTC MAIN commitmail json YAML

mkfontscale: update to 1.1.3.

Alan Coopersmith (1):
      mkfontscale 1.1.3

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      mkfontscale: Avoid a buffer underrun

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Stefan Dirsch (1):
      fix handling of Type1 fonts without /FamilyName and/or /FullName

(wiz)

2018-03-07 12:14:34 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-ati to 18.0.0

(wiz)

2018-03-07 12:14:24 UTC MAIN commitmail json YAML

xf86-video-ati: update to 18.0.0.

I'm pleased to announce the 18.0.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.

Highlights:

* New year-based versioning scheme
* Page flipping can now be used even when the HW cursor can't be used in
  some cases
* Support for 30-bit RGB colour output. Note that gamma correction is
  currently not available with 30-bit colour. Also, GLAMOR hardware
  acceleration is not available with 30-bit colour with xserver versions
  before 1.20.

Plus other improvements and fixes. Thanks to everybody who contributed
to this release in any way!

(wiz)

2018-03-07 12:12:43 UTC MAIN commitmail json YAML

doc: Updated x11/libdrm to 2.4.91

(wiz)

2018-03-07 12:12:35 UTC MAIN commitmail json YAML

libdrm: update to 2.4.91.

    Andrey Grodzovsky (1):
      amdgpu: Fix mistake in initial hole size calculation.

    Christian K旦nig (3):
      amdgpu: mostly revert "use the high VA range if possible v2"
      amdgpu: add AMDGPU_VA_RANGE_HIGH
      amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"

    Chunming Zhou (1):
      test/amdgpu: disable bo eviction test by default

    Eric Engestrom (1):
      meson: add configuration summary

    Heiko Becker (1):
      *-symbol-check: Don't hard-code nm executable

    Igor Gnatenko (1):
      meson: do not use cairo/valgrind if disabled

    Jonathan Gray (1):
      meson/configure.ac: pthread-stubs not present on OpenBSD

    Marek Ol邸叩k (2):
      meson: bump the version number
      RELEASING: mention meson

    Michel D辰nzer (1):
      tests/amdgpu: Fix misspellings of "suite"

    Rob Clark (2):
      freedreno: add interface to get buffer address
      bump version for release

    Rob Herring (4):
      android: revert making handle magic and version members const
      android: fix mis-named alloc_handle_t
      android: add helper to convert buffer_handle_t to gralloc_handle_t ptr
      android: fix gralloc_handle_create() problems

    Thierry Reding (2):
      drm/fourcc: Fix fourcc_mod_code() definition
      drm/tegra: Sanitize format modifiers

(wiz)

2018-03-07 12:00:13 UTC MAIN commitmail json YAML

xorgproto: make it a build dependency by default.

(wiz)

2018-03-07 11:57:48 UTC MAIN commitmail json YAML

2018-03-07 11:51:06 UTC MAIN commitmail json YAML

doc: Updated devel/kafka to 1.0.1

(fhajny)

2018-03-07 11:50:57 UTC MAIN commitmail json YAML

devel/kafka: Update to 1.0.1.

Improvement
- Kafka metrics templates used in document generation should maintain
  order of tags
- Consolidate MockTime implementations between connect and clients
- Fix repeated words words in JavaDoc and comments.
- Cache lastEntry in TimeIndex to avoid unnecessary disk access
- AbstractIndex should cache index file to avoid unnecessary disk
  access during resize()
- Have State Stores Restore Before Initializing Toplogy
- SSLTransportLayer should keep reading from socket until either the
  buffer is full or the socket has no more data
- Improve KTable Source state store auto-generated names

Bug
- QueryableStateIntegrationTest.concurrentAccess is failing
  occasionally in jenkins builds
- KafkaProducer is not joining its IO thread properly
- Kafka connect: error with special characters in connector name
- Streams metrics tagged incorrectly
- ClassCastException in BigQuery connector
- ClientQuotaManager threads prevent shutdown when encountering an
  error loading logs
- Streams configuration requires consumer. and producer. in order to
  be read
- Timestamp on streams directory contains a colon, which is an illegal
  character
- Add methods in Options classes to keep binary compatibility with
  0.11
- RecordQueue.clear() does not clear MinTimestampTracker's maintained
  list
- Selector memory leak with high likelihood of OOM in case of down
  conversion
- GlobalKTable never finishes restoring when consuming transactional
  messages
- IllegalArgumentException if 1.0.0 is used for
  inter.broker.protocol.version or log.message.format.version
- Using standby replicas with an in memory state store causes Streams
  to crash
- Issues with protocol version when applying a rolling upgrade to
  1.0.0
- A metric named 'XX' already exists, can't register another one.
- Flaky Unit test:
  KStreamKTableJoinIntegrationTest.shouldCountClicksPerRegionWithNonZeroByteCache
- AbstractCoordinator not clearly handles NULL Exception
- Request logging throws exception if acks=0
- KTable state restore fails after rebalance
- Make loadClass thread-safe for class loaders of Connect plugins
- Inconsistent protocol type for empty consumer groups
- Broken symlink interrupts scanning the plugin path
- NetworkClient should not return internal failed api version
  responses from poll
- Topic can not be recreated after it is deleted
- mBeanName should be removed before returning from
  JmxReporter#removeAttribute()
- Connect: Struct equals/hashCode method should use Arrays#deep*
  methods
- kafka-acls regression for comma characters (and maybe other
  characters as well)
- punctuate with WALL_CLOCK_TIME triggered immediately
- Update KStream JavaDoc with regard to KIP-182
- StackOverflowError in kafka-coordinator-heartbeat-thread
- Fix StateRestoreListener To Use Correct Batch Ending Offset
- NullPointerException on KStream-GlobalKTable leftJoin when
  KeyValueMapper returns null
- Non-aggregation KTable generation operator does not construct value
  getter correctly
- When enable trace level log in mirror maker, it will throw null
  pointer exception and the mirror maker will shutdown
- Enforce layout of dependencies within a Connect plugin to be
  deterministic
- Connect: Some per-task-metrics not working
- Broker leaks memory and file descriptors after sudden client
  disconnects

Test
- KafkaStreamsTest fails in trunk
- SelectorTest may fail with ConcurrentModificationException

(fhajny)

2018-03-07 11:45:57 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs6 to 6.13.1

(fhajny)

2018-03-07 11:45:48 UTC MAIN commitmail json YAML

lang/nodejs6: Update to 6.13.1.

http, tls:
- better support for IPv6 addresses

(fhajny)

2018-03-07 11:45:15 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs8 to 8.10.0

(fhajny)

2018-03-07 11:45:06 UTC MAIN commitmail json YAML

lang/nodejs8: Update to 8.10.0

deps:
- update V8 to 6.2.414.46
- revert ABI breaking changes in V8 6.2
- upgrade libuv to 1.19.1
- re land npm 5.6.0
- ICU 60 bump
crypto:
- Support both OpenSSL 1.1.0 and 1.0.2
- warn on invalid authentication tag length
async_hooks:
- update defaultTriggerAsyncIdScope for perf
- use typed array stack as fast path
- use scope for defaultTriggerAsyncId
- separate missing from default context
- rename initTriggerId
- deprecate undocumented API
- add destroy event for gced AsyncResources
- add trace events to async_hooks
- set HTTPParser trigger to socket
- add provider types for net server
n-api:
- add helper for addons to get the event loop
cli:
- add --stack-trace-limit to NODE_OPTIONS
console:
- add support for console.debug
module:
- add builtinModules
- replace default paths in require.resolve()
src:
- add helper for addons to get the event loop
- add process.ppid
http:
- support generic `Duplex` streams
- add rawPacket in err of `clientError` event
- better support for IPv6 addresses
net:
- remove ADDRCONFIG DNS hint on Windows
process:
- fix reading zero-length env vars on win32
tls:
- unconsume stream on destroy
process:
- improve unhandled rejection message
stream:
- remove usage of *State.highWaterMark
trace_events:
- add executionAsyncId to init events

(fhajny)

2018-03-07 11:14:26 UTC MAIN commitmail json YAML

Updated graphics/graphite2 to 1.3.11

(ryoon)

2018-03-07 11:14:03 UTC MAIN commitmail json YAML

Update to 1.3.11

Changelog:
1.3.11
    . Fixes due to security review
    . Minor collision avoidance fixes
    . Fix LZ4 decompressor against high compression

(ryoon)

2018-03-07 10:41:03 UTC MAIN commitmail json YAML

libmaa: set MAKE_JOBS_SAFE to "NO" (for now)

(cheusov)

2018-03-07 10:20:27 UTC MAIN commitmail json YAML

doc: Updated devel/libmaa to 1.4.2

(cheusov)

2018-03-07 10:19:53 UTC MAIN commitmail json YAML

Update libmaa to 1.4.2
  Fix build failure on SunOS-5.11 (alloca)

(cheusov)

2018-03-07 10:08:15 UTC MAIN commitmail json YAML

doc: Updated devel/mk-configure to 0.30.0

(cheusov)

2018-03-07 10:05:17 UTC MAIN commitmail json YAML

Update to version 0.30.0

  Variables MKC_{CHECK,REQUIRE}_HEADER_FILES were introduced.

  Improvements and addons to regression tests.

  Improvements and minor fixes in mkc_check_{header,decl,funclib,sizeof}
  This may fix checking failure if -Werror=strict-prototyping
      is passed to CFLAGS.

  OBJDIR_<project> is now set correctly if MAKEOBJDIRPREFIX is set.

(cheusov)

2018-03-07 09:35:16 UTC MAIN commitmail json YAML

doc: Updated inputmethod/librime to 1.0nb8

(wiz)

2018-03-07 09:34:56 UTC MAIN commitmail json YAML

librime: back out unintended change.

(wiz)

2018-03-07 09:34:09 UTC MAIN commitmail json YAML

librime: Fix compilation with gcc 6.

Return boolean where the function definition has boolean return type.

(wiz)

2018-03-07 09:18:30 UTC MAIN commitmail json YAML

Updated security/sudo

(adam)

2018-03-07 09:17:07 UTC MAIN commitmail json YAML

sudo: updated to 1.8.22

What's new in Sudo 1.8.22

* Commands run in the background from a script run via sudo will
  no longer receive SIGHUP when the parent exits and I/O logging
  is enabled.

* A particularly offensive insult is now disabled by default.

* The description of "sudo -i" now correctly documents that
  the "env_keep" and "env_check" sudoers options are applied to
  the environment.

* Fixed a crash when the system's host name is not set.

* The sudoers2ldif script now handles #include and #includedir
  directives.

* Fixed a bug where sudo would silently exit when the command was
  not allowed by sudoers and the "passwd_tries" sudoers option
  was set to a value less than one.

* Fixed a bug with the "listpw" and "verifypw" sudoers options and
  multiple sudoers sources.  If the option is set to "all", a
  password should be required unless none of a user's sudoers
  entries from any source require authentication.

* Fixed a bug with the "listpw" and "verifypw" sudoers options in
  the LDAP and SSSD back-ends.  If the option is set to "any", and
  the entry contained multiple rules, only the first matching rule
  was checked.  If an entry contained more than one matching rule
  and the first rule required authentication but a subsequent rule
  did not, sudo would prompt for a password when it should not have.

* When running a command as the invoking user (not root), sudo
  would execute the command with the same group vector it was
  started with.  Sudo now executes the command with a new group
  vector based on the group database which is consistent with
  how su(1) operates.

* Fixed a double free in the SSSD back-end that could occur when
  ipa_hostname is present in sssd.conf and is set to an unqualified
  host name.

* When I/O logging is enabled, sudo will now write to the terminal
  even when it is a background process.  Previously, sudo would
  only write to the tty when it was the foreground process when
  I/O logging was enabled.  If the TOSTOP terminal flag is set,
  sudo will suspend the command (and then itself) with the SIGTTOU
  signal.

* A new "authfail_message" sudoers option that overrides the
  default "N incorrect password attempt(s)".

* An empty sudoRunAsUser attribute in the LDAP and SSSD backends
  will now match the invoking user.  This is more consistent with
  how an empty runas user in the sudoers file is treated.

* Documented that in check mode, visudo does not check the owner/mode
  on files specified with the -f flag.

* It is now an error to specify the runas user as an empty string
  on the command line.  Previously, an empty runas user was treated
  the same as an unspecified runas user.

* When "timestamp_type" option is set to "tty" and a terminal is
  present, the time stamp record will now include the start time
  of the session leader.  When the "timestamp_type" option is set
  to "ppid" or when no terminal is available, the start time of
  the parent process is used instead.  This significantly reduces
  the likelihood of a time stamp record being re-used when a user
  logs out and back in again.

* The sudoers time stamp file format is now documented in the new
  sudoers_timestamp manual.

* The "timestamp_type" option now takes a "kernel" value on OpenBSD
  systems.  This causes the tty-based time stamp to be stored in
  the kernel instead of on the file system.  If no tty is present,
  the time stamp is considered to be invalid.

* Visudo will now use the SUDO_EDITOR environment variable (if
  present) in addition to VISUAL and EDITOR.

(adam)

2018-03-07 08:25:22 UTC MAIN commitmail json YAML

Updated mail/exim, mail/exim-html

(adam)

2018-03-07 08:24:47 UTC MAIN commitmail json YAML

exim: updated to 4.90.1

Exim version 4.90.1

JH/03 Fix pgsql lookup for multiple result-tuples with a single column.
      Previously only the last row was returned.

JH/04 Bug 2217: Tighten up the parsing of DKIM signature headers. Previously
      we assumed that tags in the header were well-formed, and parsed the
      element content after inspecting only the first char of the tag.
      Assumptions at that stage could crash the receive process on malformed
      input.

JH/05 Bug 2215: Fix crash associated with dnsdb lookup done from DKIM ACL.
      While running the DKIM ACL we operate on the Permanent memory pool so that
      variables created with "set" persist to the DATA ACL.  Also (at any time)
      DNS lookups that fail create cache records using the Permanent pool.  But
      expansions release any allocations made on the current pool - so a dnsdb
      lookup expansion done in the DKIM ACL releases the memory used for the
      DNS negative-cache, and bad things result.  Solution is to switch to the
      Main pool for expansions.
      While we're in that code, add checks on the DNS cache during store_reset,
      active in the testsuite.
      Problem spotted, and debugging aided, by Wolfgang Breyha.

JH/06 Fix issue with continued-connections when the DNS shifts unreliably.
      When none of the hosts presented to a transport match an already-open
      connection, close it and proceed with the list.  Previously we would
      queue the message.  Spotted by Lena with Yahoo, probably involving
      round-robin DNS.

JH/07 Bug 2214: Fix SMTP responses resulting from non-accept result of MIME ACL.
      Previously a spurious "250 OK id=" response was appended to the proper
      failure response.

JH/10 Bug 2223: Fix mysql lookup returns for the no-data case (when the number of
      rows affected is given instead).

JH/12 Bug 2230: Fix cutthrough routing for nonfirst messages in an initiating
      SMTP connection.  Previously, when one had more receipients than the
      first, an abortive onward connection was made.  Move to full support for
      multiple onward connections in sequence, handling cutthrough connection
      for all multi-message initiating connections.

JH/13 Bug 2229: Fix cutthrough routing for nonstandard port numbers defined by
      routers.  Previously, a multi-recipient message would fail to match the
      onward-connection opened for the first recipient, and cause its closure.

JH/14 Bug 2174: A timeout on connect for a callout was also erroneously seen as
      a timeout on read on a GnuTLS initiating connection, resulting in the
      initiating connection being dropped.  This mattered most when the callout
      was marked defer_ok.  Fix to keep the two timeout-detection methods
      separate.

HS/01 Fix Buffer overflow in base64d() (CVE-2018-6789)

JH/16 Fix bug in DKIM verify: a buffer overflow could corrupt the malloc
      metadata, resulting in a crash in free().

PP/01 Fix broken Heimdal GSSAPI authenticator integration.
      Broken in f2ed27cf5, missing an equals sign for specified-initialisers.
      Broken also in d185889f4, with init system revamp.

(adam)

2018-03-07 07:34:07 UTC MAIN commitmail json YAML

bootstrap: don't output "Hopefully" when bootstrap finishes

The pkgsrc bootstrap has been used long enough to be more
self-confident.

(rillig)

2018-03-07 00:14:57 UTC MAIN commitmail json YAML

mk/help: sort keywords

(rillig)

2018-03-06 23:49:37 UTC MAIN commitmail json YAML

mk/help: ignore topics in lines that are indented by at least 2 tabs

The variable names are typically mentioned in one of these styles:

# Package-settable variables:
#
# VARNAME
# Description

# Package-settable variables:
#
# VARNAME
# Description

Lines that are indented with two tabs contain text. And if one of these
lines starts with a variable name, it is just a coincidence. A practical
example of this happening is in mk/misc/developer.mk 1.24, where PKGNAME
starts a line of description.

(rillig)

2018-03-06 20:07:11 UTC MAIN commitmail json YAML

Updated www/py-django, www/py-django2

(adam)

2018-03-06 20:06:32 UTC MAIN commitmail json YAML

py-django2: updated to 2.0.3

2.0.3:
CVE-2018-7536: Denial-of-service possibility in urlize and urlizetrunc template filters
CVE-2018-7537: Denial-of-service possibility in truncatechars_html and truncatewords_html template filters
Bugfixes

(adam)

2018-03-06 20:04:06 UTC MAIN commitmail json YAML

py-django: updated to 1.11.11

1.11.11:
CVE-2018-7536: Denial-of-service possibility in urlize and urlizetrunc template filters
CVE-2018-7537: Denial-of-service possibility in truncatechars_html and truncatewords_html template filters

(adam)

2018-03-06 17:08:02 UTC MAIN commitmail json YAML

doc: Added devel/R-bit64 version 0.9.7

(minskim)

2018-03-06 17:07:56 UTC MAIN commitmail json YAML

devel/Makefile: Add R-bit64

(minskim)

2018-03-06 17:07:52 UTC MAIN commitmail json YAML

devel/R-bit64: Import version 0.9.7

Package 'bit64' provides serializable S3 atomic 64bit (signed)
integers. These are useful for handling database keys and exact
counting in +-2^63. WARNING: do not use them as replacement for 32bit
integers, integer64 are not supported for subscripting by R-core and
they have different semantics when combined with double,
e.g. integer64 + double => integer64. Class integer64 can be used in
vectors, matrices, arrays and data.frames. Methods are available for
coercion from and to logicals, integers, doubles, characters and
factors as well as many elementwise and summary functions. Many fast
algorithmic operations such as 'match' and 'order' support interactive
data exploration and manipulation and optionally leverage caching.

(minskim)

2018-03-06 17:06:37 UTC MAIN commitmail json YAML

doc: Added devel/R-bit version 1.1.12

(minskim)

2018-03-06 17:06:31 UTC MAIN commitmail json YAML

devel/Makefile: Add R-bit

(minskim)

2018-03-06 17:06:28 UTC MAIN commitmail json YAML

devel/R-bit: Import version 1.1.12

bitmapped vectors of booleans (no NAs), coercion from and to logicals,
integers and integer subscripts; fast boolean operators and fast
summary statistics. With 'bit' vectors you can store true binary
booleans {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit
architecture this means factor 32 less RAM and ~ factor 32 more speed
on boolean operations. Due to overhead of R calls, actual speed gain
depends on the size of the vector: expect gains for vectors of size >
10000 elements. Even for one-time boolean operations it can pay-off to
convert to bit, the pay-off is obvious, when such components are used
more than once. Reading from and writing to bit is approximately as
fast as accessing standard logicals - mostly due to R's time for
memory allocation. The package allows to work with pre-allocated
memory for return values by calling .Call() directly: when evaluating
the speed of C-access with pre-allocated vector memory, coping from
bit to logical requires only 70% of the time for copying from logical
to logical; and copying from logical to bit comes at a performance
penalty of 150%. the package now contains further classes for
representing logical selections: 'bitwhich' for very skewed selections
and 'ri' for selecting ranges of values for chunked processing. All
three index classes can be used for subsetting 'ff' objects (ff-2.1-0
and higher).

(minskim)

2018-03-06 16:26:47 UTC MAIN commitmail json YAML

doc: Updated www/contao44 to 4.4.15

(taca)

2018-03-06 16:26:28 UTC MAIN commitmail json YAML

www/contao44: update to 4.4.15

Contao 4.4.15 is available 2018/03/06 09:52 by Leo Feyer

Contao version 4.4.15 is available. The bugfix release fixes several issues
including problems with the HTTP cache and improves the folder hash
calculation.

(taca)

2018-03-06 16:26:00 UTC MAIN commitmail json YAML

doc: Updated www/contao35 to 3.5.34

(taca)

2018-03-06 16:25:39 UTC MAIN commitmail json YAML

www/contao35: update to 3.5.34

Version 3.5.34 (2018-03-06)
---------------------------

### Fixed
Check the registry for table prefixed queries (see contao/core-bundle#1161).

### Fixed
Improve the folder hashing performance (see #8856).

### Fixed
Reset the autologin hash if the username or password changes (see #8843).

### Fixed
Correctly encode the sitemap URLs (see #8849).

(taca)

2018-03-06 15:53:22 UTC MAIN commitmail json YAML

doc: Updated wm/bbrun to 1.3nb6

(wiz)

2018-03-06 15:53:07 UTC MAIN commitmail json YAML

bbrun: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

2018-03-06 15:50:52 UTC MAIN commitmail json YAML

doc: Updated emulators/xbeeb to 0.4.1nb3

(wiz)

2018-03-06 15:50:44 UTC MAIN commitmail json YAML

xbeeb: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

2018-03-06 15:48:21 UTC MAIN commitmail json YAML

doc: Updated x11/xmx to 2.1a7nb8

(wiz)

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

xmx: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

2018-03-06 15:36:26 UTC MAIN commitmail json YAML

doc: Updated multimedia/fxtv to 1.03nb22

(wiz)

2018-03-06 15:36:11 UTC MAIN commitmail json YAML

2018-03-06 15:31:32 UTC MAIN commitmail json YAML

doc: Updated x11/xcalib to 0.8nb2

(wiz)

2018-03-06 15:31:13 UTC MAIN commitmail json YAML

xcalib: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

2018-03-06 15:29:31 UTC MAIN commitmail json YAML

doc: Updated emulators/kegs to 0.91nb6

(wiz)

2018-03-06 15:29:13 UTC MAIN commitmail json YAML

2018-03-06 15:20:27 UTC MAIN commitmail json YAML

kyotocabinet: Fix compilation with gcc-6.

'false' is not a valid char *.

(wiz)

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

doc: Updated chat/libtlen to 20041113nb2

(wiz)

2018-03-06 15:17:04 UTC MAIN commitmail json YAML

libtlen: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

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

Updated textproc/yaml-cpp

(adam)

2018-03-06 10:05:49 UTC MAIN commitmail json YAML

yaml-cpp: updated to 0.6.2

0.6.2:
fixing installation bug and mismatched versioning

(adam)

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

Updated devel/p5-Test-Simple to 1.302128

(wen)

2018-03-06 08:51:33 UTC MAIN commitmail json YAML

Update to 1.302128

Upstream changes:
1.302128  2018-03-05 09:26:53-08:00 America/Los_Angeles

    - No changes since the trial

1.302127  2018-03-02 12:43:56-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix missing UUID in Test::Builder subtests

1.302126  2018-03-01 23:15:52-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Add optional UUID tagging

(wen)

2018-03-06 08:34:07 UTC MAIN commitmail json YAML

Updated devel/py-test, devel/py-hypothesis

(adam)

2018-03-06 08:33:36 UTC MAIN commitmail json YAML

py-test: updated to 3.4.2

Pytest 3.4.2:

Bug Fixes
Removed progress information when capture option is no.
Refactor check of bindir from exists to isdir.
Fix TypeError issue when using approx with a Decimal value.
Fix reference cycle generated when using the request fixture.
[tool:pytest] sections in *.cfg files passed by the -c option are now properly recognized.

Improved Documentation
Add logging plugin to plugins list.

Trivial/Internal Changes
Fix minor typo in fixture.rst

(adam)

2018-03-06 08:06:37 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.48.1

3.48.1:
This patch will minimize examples that would come out non-minimal in previous versions.

(adam)

2018-03-06 08:03:53 UTC MAIN commitmail json YAML

Updated devel/py-flake8-import-order, devel/py-freezegun

(adam)

2018-03-06 08:02:55 UTC MAIN commitmail json YAML

py-freezegun: updated to 0.3.10

0.3.10:
* Performance improvements
* Coroutine support

(adam)

2018-03-06 08:00:23 UTC MAIN commitmail json YAML

py-flake8-import-order: updated to 0.17.1

0.17.1:
Rebuild of 0.17 with the latest setuptools to fix an enum34 dependency bug.

(adam)

2018-03-06 01:44:04 UTC MAIN commitmail json YAML

doc: Updated math/R to 3.4.3nb2

(minskim)

2018-03-06 01:43:44 UTC MAIN commitmail json YAML

math/R: Use the Accelerate framework if it is available

This package was already using libblas from the Accelerate framework
on Darwin through /usr/lib/libblas.dylib. This change makes it
explicit and removes unnecessary dependencies on math/blas and
math/lapack.

Bump PKGREVISION.

(minskim)

2018-03-05 21:18:12 UTC MAIN commitmail json YAML

2018-03-05 21:17:08 UTC MAIN commitmail json YAML

2018-03-05 16:57:43 UTC MAIN commitmail json YAML

doc: Added math/R-emdbook version 1.3.9

(minskim)

2018-03-05 16:57:38 UTC MAIN commitmail json YAML

math/Makefile: Add R-emdbook

(minskim)

2018-03-05 16:57:36 UTC MAIN commitmail json YAML

math/R-emdbook: Import version 1.3.9

Auxiliary functions and data sets for "Ecological Models and Data", a
book presenting maximum likelihood estimation and related topics for
ecologists.

(minskim)

2018-03-05 16:56:36 UTC MAIN commitmail json YAML

doc: Added math/R-bbmle version 1.0.20

(minskim)

2018-03-05 16:56:29 UTC MAIN commitmail json YAML

math/Makefile: Add R-bbmle

(minskim)

2018-03-05 16:56:27 UTC MAIN commitmail json YAML

math/R-bbmle: Import version 1.0.20

Methods and functions for fitting maximum likelihood models in R. This
package modifies and extends the 'mle' classes in the 'stats4'
package.

(minskim)

2018-03-05 16:52:21 UTC MAIN commitmail json YAML

doc: Added math/R-numDeriv version 2016.8.1

(minskim)

2018-03-05 16:52:16 UTC MAIN commitmail json YAML

math/Makefile: Add R-numDeriv

(minskim)

2018-03-05 16:52:14 UTC MAIN commitmail json YAML

math/R-numDeriv: Import version 2016.8.1

Methods for calculating (usually) accurate numerical first and second
order derivatives. Accurate calculations are done using 'Richardson窶捏'
extrapolation or, when applicable, a complex step derivative is
available. A simple difference method is also provided. Simple
difference is (usually) less accurate but is much quicker than
'Richardson窶捏' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.

(minskim)

2018-03-05 14:13:56 UTC MAIN commitmail json YAML

Updated www/py-django-photologue

(adam)

2018-03-05 14:13:22 UTC MAIN commitmail json YAML

py-django-photologue: updated to 3.8.1

3.8.1:
- Admin thumbnails were not displaying correctly.

3.8:
- Added support for Django 2.0.
- Dropped support for Django 1.8 and 1.10.
- Did not really work with Django 1.11 - sortedm2m library was broken. Upgraded sortedm2m and it now works with 1.11.
- New translation for Ukranian; updated translation for Spanish.
- Fixed template tag that was broken in Django 1.11.

3.7:
- Now works with Django 1.11. Deprecated support for Django 1.9.
- Fixed the management commands to work in the latest versions of Django.
- Fixed an issue with some photo sizes not being created.
- Updated translations for French and Basque.

3.6:
- Now works with Django 1.10 (to be precise: Photologue worked, but the unit tests did not).
- Updated urlpatterns in docs, tests and example project for Django 1.8+
- Enhance Python 2.7 EXIF info.
- Updated docs (contributed by lizwalsh).
- Fixed command plcreatesize (contributed by Mikel Larreategi).
- Fixed deprecated template settings (contributed by Justin Dugger).
- Updated translations for German and Russian.

3.5.1:
- Photologue 3.5 failed to install under Python 2.7. Looks like distutils does not like files
  with non-ascii filenames.
- Fix for issue 149 - bug with projects that extend ImageModel.

3.5:
- Increased length of 'title' fields to 250 chars in order to store longer title.
- Rotate image before resize, to comply with height/width constraints.
- Added forgotten migration.
- Changing "Photo" image leaves extra files on server.
- Normalize filenames to ASCII so they work across all filesystems.
- Updated Hungarian translation.

(adam)

2018-03-05 14:05:19 UTC MAIN commitmail json YAML

Added www/py-django-sortedm2m, graphics/py-exifread

(adam)

2018-03-05 14:04:33 UTC MAIN commitmail json YAML

2018-03-05 14:00:22 UTC MAIN commitmail json YAML

Updated www/py-selenium, devel/py-hypothesis

(adam)

2018-03-05 13:59:47 UTC MAIN commitmail json YAML

py-django-sortedm2m: added version 1.5.0

sortedm2m is a drop-in replacement for django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one but remembers
the order of added relations.

(adam)

2018-03-05 13:52:38 UTC MAIN commitmail json YAML

py-hypothesis: updated 3.48.0

3.48.0:
This release improves some "unhappy paths" when using Hypothesis with the standard library :mod:python:unittest module:

* Applying :func:@given <hypothesis.given> to a non-test method which is overridden from :class:python:unittest.TestCase, such as setUp, raises :attr:a new health check <hypothesis.settings.not_a_test_method>. (:issue:991)
* Using :meth:~python:unittest.TestCase.subTest within a test decorated with :func:@given <hypothesis.given> would leak intermediate results when tests were run under the :mod:python:unittest test runner. Individual reporting of failing subtests is now disabled during a test using :func:@given <hypothesis.given>. (:issue:1071)
* :func:@given <hypothesis.given> is still not a class decorator, but the error message if you try using it on a class has been improved.

As a related improvement, using :class:django:django.test.TestCase with :func:@given <hypothesis.given> instead of :class:hypothesis.extra.django.TestCase raises an explicit error instead of running all examples in a single database transaction.

(adam)

2018-03-05 13:47:50 UTC MAIN commitmail json YAML

py-selenium: updated to 3.10.0

Selenium 3.10.0
* make tests to check clicking on disabled element work for w3c compliant drivers
* add docstring for InvalidElementStateException
* Deleting unused imports
* Making python specification in IDEA project more generic
* It should be possible to use a custom safaridriver executable to run Selenium's test suite.

(adam)

2018-03-05 13:36:57 UTC MAIN commitmail json YAML

Updated converters/help2man

(adam)

2018-03-05 13:35:45 UTC MAIN commitmail json YAML

help2man: updated to 1.47.6

help2man 1.47.6:
* Update to debhelper v11.
* Move repository to salsa.debian.org.
* Update Vcs-Git/Vcs-Browser.
* Update standards version to 4.1.3:
  + update config.{guess,sub} at build time
* Add Brazilian Portuguese translation of info page
* Update Hungarian translation
* Update Brazilian Portuguese translation

(adam)

2018-03-05 13:10:04 UTC MAIN commitmail json YAML

doc: Updated devel/p5-FindBin-libs to 2.16

(wiz)

2018-03-05 13:09:56 UTC MAIN commitmail json YAML

p5-FindBin-libs: update to 2.16.

2.16    Sun Feb 25 16:53:30 CST 2018

Replace various hacks in Makefile.PL with Module::FromPerlVer. At this
point there may be multiple versions going forward which use features
of Perl after 5.14; older versions will be frozen (aside from bugfixes).

Note that the new arrangement leaves ./lib out of the tarball: it is
created by Module::FromPerlVer from ./version/<appropriate>/lib when
Makefile.PL is processed.

This file is now CHANGES.

(wiz)

2018-03-05 13:08:32 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Module-FromPerlVer to 0.000005

(wiz)

2018-03-05 13:08:23 UTC MAIN commitmail json YAML

p5-Module-FromPerlVer: update to 0.000005.

Changes not documented.

(wiz)

2018-03-05 13:04:58 UTC MAIN commitmail json YAML

Updated textproc/py-JWT

(adam)

2018-03-05 13:04:05 UTC MAIN commitmail json YAML

py-JWT: updated to 1.6.0

1.6.0:
Changed
Dropped support for python 2.6 and 3.3
An invalid signature now raises an InvalidSignatureError instead of DecodeError

Fixed
Fix over-eager fallback to stdin

Added
Audience parameter now supports iterables

(adam)

2018-03-05 12:51:07 UTC MAIN commitmail json YAML

2018-03-05 12:46:29 UTC MAIN commitmail json YAML

Updated devel/lua-posix to 34.0.4

(ryoon)

2018-03-05 12:46:03 UTC MAIN commitmail json YAML

Update to 34.0.4

Changelog:
## Noteworthy changes in release 34.0.4 (2018-02-20) [stable]

### Bugs Fixed

  - `posix.time.clock_getres`, `posix.time.clock_gettime`
    `posix.time.CLOCK_MONOTONIC`, `posix.time.CLOCK_REALTIME`,
    `posix.time.CLOCK_PROCESS_CPUTIME_ID` and
    `posix.time.CLOCK_THREAD_CPUTIME_ID` are all properly elided
    on macOS again.

  - `spec/spec_helper.lua` now looks in the correct objdir
    for object modules built by luke, instead of hard-coding
    `./linux/?.so`, so specl examples work on macOS and others
    again.

## Noteworthy changes in release 34.0.3 (2018-02-19) [stable]

### Bugs Fixed

  - `posix.deprecated.fadvise` is properly elided on macOS and other
    hosts that have no `posix.fcntl.posix_fadvise` implementation.

## Noteworthy changes in release 34.0.2 (2018-02-17) [stable]

### Incompatible Changes

  - `require 'posix'` (or any of its submodules) always returns a
    populated module table, but no longer sets `_G.posix` or any
    other global symbol on Lua 5.1 (including LuaJIT).  If you were
    relying on this behaviour, please change your require statments
    to an assignment:

    ```lua
    local posix = require 'posix'
    ```

### Bugs Fixed

  - `posix.sys.wait.wait` returns `<childpid>, "running"` when the
    child has not exited yet, and `wait` was called with `WNOHANG`
    set.

  - specs don't fail on valid -1 return values from `posix.sysconf`.

  - loading posix (or any of its submodules) no longer leaks symbols
    into the global namespace on Lua 5.1 (including LuaJIT).

## Noteworthy changes in release 34.0.1 (2017-07-09) [stable]

### Bugs Fixed

  - `posix.sys.socket` works correctly on macOS again.

  - `posix.sys.socket` abstract namespaces work correctly on Linux.

  - `posix.syslog.openlog` keeps a copy of it's ident parameter string
    in the Lua registry to ensure we don't hang on to a dangling
    pointer.

  - latest `build-aux/luke` and upgraded lukefile work correctly on
    macOS now.

## Noteworthy changes in release 34.0 (2017-05-06) [stable]

### Incompatible Changes

  - `posix.syslog` constants `LOG_AUTHPRIV`, `LOG_FTP` and `LOG_SYSLOG`
    are no longer documented, and only defined when supported by the
    host C library.  They are not part of the POSIX API, and prevented
    compilation of luaposix on AIX and Solaris.

  - `getopt.getopt` was a binding to the GNU `getopt_long` extension,
    which is not a POSIX API, and prevents luaposix from compiling on
    hosts that do not provide the extended API.  Instead we now correctly
    bind POSIX getopt(3) in `posix.unistd`.

    If you still have code that uses the old non-POSIX binding, then
    LuaRocks has the Lua only `alt-getopt` module which is very similar,
    and works even when the host C library has no `getopt_long` API;
    alternatively, you should consider migrating to the far more
    powerful Lua-only `optparse` library, also available from LuaRocks.

### New Features

  - Replaced all Autotools and supporting Slingshot code with new Lua-
    based `build-aux/luke` and `lukefile` describing how to compile and
    install everything.  Building with LuaRocks now leverages this too.

  - New `posix.sys.socket.getsockopt` and `posix.sys.socket.getpeername`
    bindings.

  - New `posix.sys.msg.msgctl` binding, and `posix.sys.msg.IPC_RMID`,
    `posix.sys.msg.IPC_SET` and `posix.sys.msg.IPC_STAT` constants to
    use with it.

  - New `posix.unistd.ftruncate` and `posix.unistd.truncate` bindings.

  - `posix.fcntl.fcntl` now accepts undocumented `posix.fcntl.O_TMPFILE`
    value where supported by the host C library.

### Bugs Fixed

  - `posix.unistd.ttyname` now returns an error message in addition to
    `nil` when it fails.

## Noteworthy changes in release 33.4.0 (2016-02-27) [stable]

### Incompatible Changes

  - posix.curses has been split back out into its own separate
    project again.  If you want to upgrade your posix.curses using
    project, something like the following minimal change will work
    equivalently (assuming you have the new lcurses on your package
    path):

    ```lua
    local posix = require 'posix'
    posix.curses = posix.curses or require 'lcurses'
    ```

### New Features

  - New `posix.stdio.rename` binding.

  - New `posix.fcntl.FD_CLOEXEC` flag for `posix.fcntl.fcntl`.

  - New `posix.fcntl.O_CLOEXEC` flag for `posix.fcntl.open`, where
    supported by the underlying system.  Falling back to FD_CLOEXEC is
    an exercise to the caller, so that non-atomicity is surfaced:

    ```lua
    -- without error checking, for clarity
    fd = fcntl.open ("/foo/bar", fcntl.O_CLOEXEC, stat.S_IRWXU)
    if fcntl.O_CLOEXEC == 0 then
      local flags = fcntl.fcntl (fd, fcntl.F_GETFD)
      fcntl.fcntl (fd, fcntl.F_SETFD, bit.bor (flags, fcntl.FD_CLOEXEC)
    end
    ```

  - New `posix.unistd.tcgetpgrp` and `posix.unistd.tcsetpgrp` bindings
    where supported by host C library.

  - `posix.sys.socket` AF_UNIX path handling improvements enable use of
    Linux only abstract namespace sockets.

  - Documentation links now point at the newer OpenGroup issue 7 specs.

### Bugs Fixed

  - Workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=15088.
    Predicate use of POSIX sched.h APIs on presence of sched.h, since glibc
    defines _POSIX_PRIORITY_SCHEDULING erroneously, and musl libc
    provides the sched.h APIs but doesn't define _POSIX_PRIORITY_SCHEDULING.

  - `posix.sys.socket` AF_UNIX APIs pass path arguments by length
    instead of terminating at the first \0 byte.

  - `posix.unistd.readlink` no longer fails when reading a link to an
    unsized buffer or character special device node.

  - `execx` is no longer leaked into the global namespace after loading
    the posix module.

  - `examples/fork2.lua` works correctly again.

  - `posix.timeradd`, `posix.timercmp` and `posix.timersub` correctly
    handle tables from the modern thin wrapper API (posix.sys.time),
    while retaining compatibility with the legacy compatibility wrappers
    (posix.gettimeofday).

## Noteworthy changes in release 33.3.1 (2015-03-01) [stable]

### Incompatible Changes

  - The briefly lived `posix.system` API has been removed.  It was renamed
    to `posix.spawn` shortly after introduction, and can still be accessed
    by the new symbol name.

### Bugs Fixed

  - `local posix = require "posix"` works again, fixing the regression
    introduced in the last release.  The automated Travis checks have been
    improved to catch this sort of bug in future.

## Noteworthy changes in release 33.3.0 (2015-02-28) [stable]

### New Features

  - Improved documentation of `sockaddr` tables for `posix.sys.socket` calls.

  - New `posix.sys.socket.getsockname` binding.

  - Remove the `posix.bit32` library, and use Lua窶冱 built-in `bit32` library.

  - Can now be linked against NetBSD curses, albeit with several functions
    not implemented by that library returning a "not implemented" error as
    a consequence.

  - New functions `popen`, `popen_pipeline` and `pclose` mimic the POSIX
    functions of the same name while allowing tasks to be Lua functions.

  - `fdopen` has been re-added, working on all supported Lua versions.

  - `execx` allows a Lua function or command to be exec窶囘; `spawn` is now
    implemented in terms of it.

### Incompatible Changes

  - The ncurses-only `KEY_MOUSE` definition has been removed from
    `posix.curses`.

### Bugs Fixed

  - `posix.sys.resource` only provides RLIM_SAVED_CUR and RLIM_SAVED_MAX if
    they are defined by the C library (which FreeBSD 10 does not).

  - `posix.dirent.dir` and `posix.dirent.files` now raise a Lua `error()`
    when unable to open the path argument, for orthogonality with `io.lines`.

  - Workaround for manifest key clash between `posix.so` and `posix.lua` in
    LuaRocks.

## Noteworthy changes in release 33.2.1 (2015-01-04) [stable]

### Bugs Fixed

  - Install posix.curses.html documentation file correctly.

## Noteworthy changes in release 33.2.0 (2015-01-03) [stable]

### New Features

  - QNX support.

### Bugs Fixed

  - `posix.time.gmtime` and `posix.time.localtime` specifications now
    work correctly in January too!

## Noteworthy changes in release 33.1.0 (2014-12-19) [stable]

### New Features

  - New `posix.bit32` module with band, bnot and bor functions that can be
    used from any supported Lua release, without worrying about loading an
    external bit operations library.

  - Preliminary Lua 5.3.0 compatibility.

### Bugs Fixed

  - No more 'Bad Hints' errors from `posix.sys.socket.getaddrinfo` on many
    hosts.

  - `stdlib.setenv` accepts a 3rd argument again.

## Noteworthy changes in release 33.0.0 (2014-11-04) [stable]

### New Features

  - The curses library is fully integrated into luaposix, including reasonably
    comprehensive LDoc documentation (certainly much better than the single
    wooly web-page in previous releases).  For backwards compatibility, all
    APIs are re-exported from the `curses` module.

  - Most constants available through luaposix are now listed in the LDocs of
    the submodule that defines them.

  - For backwards compatibility, everything is still lumped together in the
    `posix.???` namespace, but, now raw APIs have been reorganised according to
    the POSIX header files they belong to:

    ```lua
    local posix  = require "posix"
    local fcntl  = require "posix.fcntl"
    local unistd = require "posix.unistd"

    local fd = fcntl.open ("x",
      bit32.bor (posix.O_WRONLY, posix.O_CREAT), "u=rw")
    unistd.write (fd, "Hello, World!\n")
    unistd.close (fd)
    ```

    This makes the documentation easier to navigate, and for a better mapping
    between luaposix APIs and the C functions they wrap, so translating from
    C is now easier than ever.

  - Each of the newly separated submodules is self-contained, and can be copied
    to another project for compiling and/or loading in a custom Lua runtime. If
    you want to make use of this, in addition to the source for the modules you
    copy, you'll also need at least the files `ext/posix/_helpers.c` and
    `ext/include/lua52compat.c`, and also `ext/include/strlcat.c` for one or
    two of them.

  - Where submodule calls return a table representation of a similar C struct
    from a POSIX API, the Lua return tables have an appropriate `_type` field
    metatable entry compatible with lua-stdlib `std.object.type`.

  - `posix.signal.signal` now accepts the constants `posix.signal.SIG_DFL` or
    `posix.signal.SIG_IGN` in place of the strings "SIG_DFL" and "SIG_IGN".

  - The submodule bindings `posix.time.gmtime`, `posix.time.localtime`,
    `posix.time.mktime`, `posix.time.strftime` and `posix.time.strptime` now
    accept or create PosixTm tables with 1-to-1 field name mappings with the
    POSIX `struct tm`.  The old APIs with custom field names is still available
    as `posix.gmtime`, `posix.localtime`, `posix.mktime`, `posix.strftime` and
    `posix.strptime`.

  - Similarly, `posix.time.nanosleep` now takes and returns a PosixTimespec
    table.  The old API is still available as `posix.nanosleep`.

  - Where supported by the underlying system, `posix.time.clock_getres` and
    `posix.time.clock_gettime` now require a constant inte argument (newly
    defined in the `posix.time` submodule), and returns a PosixTimespec table.
    The old APIs are still available as `posix.clock_getres` and
    `posix.clock_gettime`.

  - Add `posix.unistd.gethostid`. The old `posix.hostid` API is still available
    as an alias.

  - Add group APIs from grp.h: `posix.grp.endgrent`, `posix.grp.getgrent`,
    `posix.grp.getgrgid`, `posix.grp.getgrnam` and `posix.grp.setgrent`.
    Consequently, `posix.getgroup` is now reimplemented in Lua over the POSIX
    APIs.

  - `posix.getgroup` defaults to current effective group when called with no
    arguments, for consistency with `posix.getpasswd` API.

  - Add pwd APIs from pwd.h: `posix.pwd.endpwent`, `posix.grp.getpwent`,
    `posix.pwd.getpwnam`, `posix.pwd.getpwuid` and `posix.pwd.setpwent`.
    Consequently, `posix.getpasswd` is now reimplemented in Lua over the POSIX
    APIs.

  - Add missing constants from sys/resource.h:
    `posix.sys.resource.RLIM_INFINITY`, `posix.sys.resource.RLIM_SAVED_CUR`,
    `posix.sys.resource.RLIM_SAVED_MAX`, `posix.sys.resource.RLIMIT_CORE`,
    `posix.sys.resource.RLIMIT_CPU`, `posix.sys.resource.RLIMIT_DATA`,
    `posix.sys.resource.RLIMIT_FSIZE`, `posix.sys.resource.RLIMIT_NOFILE`,
    `posix.sys.resource.RLIMIT_STACK`, `posix.sys.resource.RLIMIT_AS`.

  - Add missing APIs from unistd.h: `posix.unistd.getegid`,
    `posix.unistd.geteuid`, `posix.unistd.getgid`, `posix.unistd.getuid`,
    `posix.unistd.getpgrp`, `posix.unistd.getpid`, `posix.unistd.getppid`.
    Consequently, `posix.getpid` is now reimplemented in Lua over the POSIX
    APIs.

  - Add missing constants from signal.h; `posix.signal.SIG_DFL` and
    `posix.signal.SIG_IGN'.

  - Add missing APIs from sys/stat.h: `posix.sys.stat.S_ISBLK`,
    `posix.sys.stat.S_ISCHR`, `posix.sys.stat.S_ISDIR`,
    `posix.sys.stat.S_ISFIFO`, `posix.sys.stat.S_ISLNK`,
    `posix.sys.stat.S_ISREG`, `posix.sys.stat.S_ISSOCK`.

  - Add missing constants from sys/stat.h: `posix.sys.stat.S_IFMT`,
    `posix.sys.stat.S_IFBLK`, `posix.sys.stat.S_IFCHR`,
    `posix.sys.stat.S_IFDIR`, `posix.sys.stat.S_IFIFO`,
    `posix.sys.stat.S_IFLNK`, `posix.sys.stat.S_IFREG`,
    `posix.sys.stat.S_IRWXU`, `posix.sys.stat.S_IRUSR`,
    `posix.sys.stat.S_IWUSR`, `posix.sys.stat.S_IXUSR`,
    `posix.sys.stat.S_IRWXG`, `posix.sys.stat.S_IRGRP`,
    `posix.sys.stat.S_IWGRP`, `posix.sys.stat.S_IXGRP`,
    `posix.sys.stat.S_IRWXO`, `posix.sys.stat.S_IROTH`,
    `posix.sys.stat.S_IWOTH`, `posix.sys.stat.S_IXOTH`,
    `posix.sys.stat.S_ISGID`, `posix.sys.stat.S_ISUID`.

  - Add missing constants from syslog.h: `posix.syslog.LOG_CONS`,
    `posix.syslog.LOG_NDELAY` and `posix.syslog.LOG_PID`.

  - Add missing API from syslog.h: `posix.syslog.LOG_MASK`.  Use this to
    convert syslog priority constants into mask bits suitable for bitwise
    ORing as the argument to `posix.syslog.setlogmask`.

  - Add missing constants from time.h: `posix.time.CLOCK_MONOTONIC`,
    `posix.time.CLOCK_PROCESS_CPUTIME_ID`, `posix.time.CLOCK_REALTIME` and
    `posix.time.CLOCK_THREAD_CPUTIME_ID`.

  - New `posix.unistd.exec` and `posix.unistd.execp` require a table of
    arguments, with [0] defaulting to the command name.  The old string
    tuple passing API is still available as `posix.exec` and `posix.execp`.

  - `posix.util.openpty` has moved to `posix.openpty`.  The old API is still
    available as an alias.

  - All posix APIs now fully and correctly diagnose extraneous and wrong
    type arguments with an error.

  - Add `posix.IPC_NOWAIT`, `posix.MSG_EXCEPT` and `posix.MSG_NOERROR`
    constants for message queues.

  - Add `posix.IPPROTO_UDP` for socket programming.

  - Add `posix.AI_NUMERICSERV` for posix.getaddrinfo hints flags.

  - Add `posix.WUNTRACED` for posix.wait flags.

  - Add `curses.A_COLOR` (where supported by the underlying curses library) for
    extracting color pair assignments from the results of `curses.window.winch`.

  - Add missing `curses.KEY_F31` constant.

### Bugs Fixed

  - `posix.fadvise` is now spelled `posix.fcntl.posix_fadvise` and takes a
    file descriptor first argument rather than a Lua file handle. The old
    misspelled bad argument type version is undocumented but still works.

  - `posix.getpasswd`, `posix.getpid`, `posix.pathconf`, `posix.stat`,
    `posix.statvfs`, `posix.sysconf` and `posix.times` process a single table
    argument with a list of types correctly.

  - `posix.syslog.openlog` now takes the bitwise OR of those constants.  The
    old string option specified API is still available as `posix.openlog`.

  - `posix.syslog.setlogmask` now takes the bitwise OR of bits returned by
    passing priority constants to `posix.syslog.LOG_MASK`.  The old API will
    continue to be available as `posix.setlogmask`.

  - `posix.readlink` is much more robust, and reports errors accurately.

  - configured installation installs `posix.so` into the lua cpath directory
    correctly.

  - fixed a long-standing bug where the stdio buffers were not restored after
    some posix.fcntl() examples, resulting in the `make check` output being
    truncated -- often before terminal colors were returned to normal.

## Noteworthy changes in release 32 (2014-05-30) [stable]

### New Features

  - Support for posix.socketpair call and posix.AF_UNIX constant.

  - Previously undocumented spawn, pipeline, pipeline_iterator, pipeline_slurp,
    euidaccess, timeradd, timercmp and timersub have been moved from the posix
    table, which is reserved for strictly POSIX APIs to the posix.sys subtable.
    The sys submodule automatically loads on first reference, so no need to
    require it manually if you already have the main posix module loaded.

  - posix api documentation is separated into groups for better discovery.

### Bugs Fixed

  - Builds correctly on hosts with no IPV6 capability.

  - Small improvements in organisation of generated html docs.

  - posix.openpty doesn't crash.

  - configure now detects Lua correctly with busybox grep.

  - Many fine portability fixes from latest gnulib.

  - Missing docs for accept, bind, connect, getaddrinfo, listen, recv,
    recvfrom, send, sendto, setsockopt, shutdown, socket and socketpair apis
    is now provided.

  - Missng docs for tcdrain, tcflow, tcflush, tcgetattr, tcsendbreak and
    tcsetattr terminal apis are now provided.

  - Docs for apis implemented in Lua are now shown correctly.

(ryoon)

2018-03-05 12:42:50 UTC MAIN commitmail json YAML

Fix RELRO packaging

(ryoon)

2018-03-05 12:31:17 UTC MAIN commitmail json YAML

py-hyperlink: updated to 18.0.0

18.0.0:
When passed to str() URLs now stringify to usable URL strings.
Switched off of Python's built-in IDNA facilities to using the idna package. Not only is it much more modern, it's also much more strict and correct in its output.
Added new DecodedURL type with almost-identical API to the normal URL, except that it automatically handles reserved characters in argument values passed to its methods.
Added top-level parse() convenience function that now represents the main entrypoint to hyperlink.
Accept dictionaries as ���query=��� arguments, in addition to sequences of tuples
URL.child() will no longer fail when child gets no segments
URL.normalize() now supports encoding stray/unmatched % characters in character-encoded fields (userinfo, path, query string, fragment)

(adam)

2018-03-05 10:21:04 UTC MAIN commitmail json YAML

doc: Updated x11/libxcb to 1.13

(wiz)

2018-03-05 10:20:55 UTC MAIN commitmail json YAML

libxcb: update to 1.13.

As with xcb-proto, this release mainly enables multi-planar buffers in
DRI3 v1.2 via support for variable-sized lists of FDs, and enables
sending GenericEvents to other clients. Present v1.2 and RandR v1.6
did not require any specific library changes.

(wiz)

2018-03-05 10:20:32 UTC MAIN commitmail json YAML

doc: Updated x11/py-xcbgen to 1.13

(wiz)

2018-03-05 10:20:24 UTC MAIN commitmail json YAML

py-xcbgen: update to 1.13.

This release of xcb-proto brings support for buffer modifiers and
multi-planar buffers through DRI3 v1.2 and Present v1.2, support for
leasing KMS devices to clients via RandR 1.6, and also allows clients
to send each other XInput2 events via support for the GenericEvent
extension's SendExtension event.

(wiz)

2018-03-05 10:19:35 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-proto to 1.13

(wiz)

2018-03-05 10:19:25 UTC MAIN commitmail json YAML

xcb-proto: update to 1.13.

This release of xcb-proto brings support for buffer modifiers and
multi-planar buffers through DRI3 v1.2 and Present v1.2, support for
leasing KMS devices to clients via RandR 1.6, and also allows clients
to send each other XInput2 events via support for the GenericEvent
extension's SendExtension event.

(wiz)

2018-03-05 09:31:09 UTC MAIN commitmail json YAML

doc: Updated x11/iceauth to 1.0.8

(wiz)

2018-03-05 09:31:00 UTC MAIN commitmail json YAML

iceauth: update to 1.0.8.

Alan Coopersmith (1):
      iceauth 1.0.8

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Niveditha Rau (1):
      Add -u & -V options to synopsis in man page

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:30:07 UTC MAIN commitmail json YAML

doc: Updated x11/viewres to 1.0.5

(wiz)

2018-03-05 09:29:59 UTC MAIN commitmail json YAML

viewres: update to 1.0.5.

Alan Coopersmith (4):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      viewres 1.0.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

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

doc: Updated x11/listres to 1.0.4

(wiz)

2018-03-05 09:28:57 UTC MAIN commitmail json YAML

listres: update to 1.0.4.

Alan Coopersmith (4):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      listres 1.0.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:27:20 UTC MAIN commitmail json YAML

doc: Updated x11/appres to 1.0.5

(wiz)

2018-03-05 09:27:12 UTC MAIN commitmail json YAML

appres: update to 1.0.5.

Alan Coopersmith (4):
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      appres 1.0.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:26:03 UTC MAIN commitmail json YAML

doc: Updated x11/editres to 1.0.7

(wiz)

2018-03-05 09:25:54 UTC MAIN commitmail json YAML

editres: update to 1.0.7.

Alan Coopersmith (10):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace XtMalloc+sprintf pair with XtAsprintf call
      Replace remaining sprintf calls with snprintf
      Fix -Wsign-compare warnings
      Strip trailing whitespace
      Fix -Wmissing-noreturn warnings
      Add intro to editres to README
      editres 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Avoid a spurious  warning during XML upconversion.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2018-03-05 09:22:46 UTC MAIN commitmail json YAML

doc: Updated devel/xorg-util-macros to 1.19.2

(wiz)

2018-03-05 09:22:38 UTC MAIN commitmail json YAML

xorg-util-macros: update to 1.19.2.

Alan Coopersmith (2):
      Update check for manpage section numbers to not rely on Solaris version
      Version bump: 1.19.2

Emil Velikov (2):
      Rework CHANGELOG_CMD to touch/echo >&2 only as needed
      Rework INSTALL_CMD to touch/echo >&2 only as needed

(wiz)

2018-03-05 09:16:28 UTC MAIN commitmail json YAML

libshout: Support OpenSSL 1.1

Keep backwards-compatible support for OpenSSL 1.0.

Patch inspired by ArchLinux AUR: libshout-idjc-git.

(kamil)

2018-03-05 09:13:11 UTC MAIN commitmail json YAML

Updated www/py-raven, www/py-aiohttp

(adam)

2018-03-05 09:12:20 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.0.6

3.0.6:
Add _reuse_address and _reuse_port to web_runner.TCPSite.__slots__.

(adam)

2018-03-05 09:08:22 UTC MAIN commitmail json YAML

py-raven: updated to 6.6.0

6.6.0:
[Core] Add trimming to breadcrumbs.
[Core] Improve host message at startup.
[Core] Update pytest to work on other environments

(adam)

2018-03-05 07:20:00 UTC MAIN commitmail json YAML

p5-Catalyst-Runtime: relax version check

(wiz)

2018-03-04 21:24:42 UTC MAIN commitmail json YAML

2018-03-04 20:45:19 UTC MAIN commitmail json YAML

mk/check/check-relro.mk: explain what RELRO means

(rillig)

2018-03-04 20:35:21 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.5.6

(rillig)

2018-03-04 20:34:33 UTC MAIN commitmail json YAML

2018-03-04 18:26:42 UTC MAIN commitmail json YAML

audio/libsbsms: fix typo in BROKEN_EXCEPT_ON_PLATFORM

(rillig)

2018-03-04 17:40:28 UTC MAIN commitmail json YAML

Fix build on systems without a /usr/bin/perl.

(schmonz)

2018-03-04 16:26:51 UTC MAIN commitmail json YAML

vimpager: follow redirect

(wiz)

2018-03-04 16:26:24 UTC MAIN commitmail json YAML

2018-03-04 16:25:45 UTC MAIN commitmail json YAML

py-sk1libs: follow redirect

(wiz)

2018-03-04 16:25:24 UTC MAIN commitmail json YAML

py-uniconvertor: follow redirect

(wiz)

2018-03-04 16:24:55 UTC MAIN commitmail json YAML

py-socksipy-branch: fix HOMEPAGE

(wiz)

2018-03-04 16:23:46 UTC MAIN commitmail json YAML

2018-03-04 16:19:29 UTC MAIN commitmail json YAML

patchutils: fix HOMEPAGE

(wiz)

2018-03-04 16:18:28 UTC MAIN commitmail json YAML

log4cxx: fix HOMEPAGE link

(wiz)

2018-03-04 16:17:25 UTC MAIN commitmail json YAML

ekiga: follow redirect

(wiz)

2018-03-04 16:16:46 UTC MAIN commitmail json YAML

bugzilla: follow redirect

(wiz)

2018-03-04 16:15:12 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.70

(wiz)

2018-03-04 16:15:03 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.70.

7.70  2018-03-01
  - Fixed ordering of sources for content negotiation in Mojolicious::Renderer.
  - Fixed a content negotiation bug in Mojolicious::Renderer that prevented all
    sources from being considered at the same time.
  - Fixed source links in documentation browser.

(wiz)

2018-03-04 16:10:13 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTTP-Entity-Parser to 0.21

(wiz)

2018-03-04 16:10:04 UTC MAIN commitmail json YAML

p5-HTTP-Entity-Parser: update to 0.21.

0.21 2018-03-03T04:51:32Z

  - Relax minimum perl version to 5.8.1

(wiz)

2018-03-04 16:02:45 UTC MAIN commitmail json YAML

doc: Updated www/p5-Cookie-Baker to 0.09

(wiz)

2018-03-04 16:02:37 UTC MAIN commitmail json YAML

p5-Cookie-Baker: update to 0.09.

0.09 2018-03-03T04:33:20Z

  - +Ny means +N*60*60*24*365 seconds

(wiz)

2018-03-04 16:02:01 UTC MAIN commitmail json YAML

doc: Updated www/p5-CGI-Simple to 1.15

(wiz)

2018-03-04 16:01:53 UTC MAIN commitmail json YAML

p5-CGI-Simple: update to 1.15.

1.15  2018-03-04 MANWAR
      - Resolved issue RT #124646 (use vars → our), thanks @SREZIC.

1.14  2018-03-03 MANWAR
      - Resolved issue RT #124645 (undeclared dependencies), thanks @SREZIC.

1.13  2018-03-01 MANWAR
      - Merged PR #1, thanks @level420.
      - Tidied Changes file.
      - Tidied up Makefile.PL script.

1.12
      - add 'use warnings' to code and tests.
      - use File::Temp to create temporary directory for testing. RT #92833
      - Test of RT #64160 (CVE-2010-4410 -- CRLF injection and response splitting via header()) added.
      - depend on Test::Exception

(wiz)

2018-03-04 15:52:21 UTC MAIN commitmail json YAML

2018-03-04 15:41:29 UTC MAIN commitmail json YAML

doc: Updated www/p5-CGI-Application to 4.61

(wiz)

2018-03-04 15:41:20 UTC MAIN commitmail json YAML

p5-CGI-Application: update to 4.61.

4.61

    - Release fix in 4.60_1

4.60_1

    [BUGS]
    - Revert MANIFEST changes which seemed to have caused some issues
      https://github.com/MartinMcGrath/CGI--Application/issues/5

    [DOCUMENTATION]
    - Fix minor POD typo.

4.60

    - Release, includes all changes from 4.50_50, 4.50_51

4.50_51 (developer release) 2015-07-16

    [BUGS]
    - Create new CGI::PSGI object unconditionally in psgi_app()/Bug #88506 (allter)

    [DOCUMENTATION]
    - Introduced Travis CI (Martin McGrath)

4.50_50 (developer release) Fri Jun 23, 2014

    - Add PSGI Streaming methods (Mike Tonks)
    - Added CGI.pm dependency, it is no longer a core module (Martin McGrath)

    [BUGS]
    - Fixed rt #84403 - Security problem: missing "start" mode dumps ENV to output page. (Martin McGrath)
    - Ensure dump_html() returns valid HTML. (Martin McGrath)

    [DOCUMENTATION]
    - Changes to repository URL and bug tracker, added Martin McGrath as a co-maintainer
    - Typo fixes (David Steinbrunner)

(wiz)

2018-03-04 15:35:25 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-PDF-Table to 0.10.0

(wiz)

2018-03-04 15:35:17 UTC MAIN commitmail json YAML

p5-PDF-Table: update to 0.10.0.

Version 0.10.0 Introduces underlined text in cells

(wiz)

2018-03-04 15:32:46 UTC MAIN commitmail json YAML

doc: Updated security/p5-Mozilla-CA to 20180117

(wiz)

2018-03-04 15:32:37 UTC MAIN commitmail json YAML

p5-Mozilla-CA: update to 20180117.

20180301
  - Update from Mozilla repository to 2018-01-17
  - Update bundled mk-ca-bundle.pl from upstream.

(wiz)

2018-03-04 15:30:24 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.49

(wiz)