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

2024-05-12 22:06:12 UTC Now

2017-03-03 10:24:17 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 4.1.1

(wiz)

2017-03-03 10:24:05 UTC MAIN commitmail json YAML

Updated py-mercurial to 4.1.1.

This is a regularly-scheduled bugfix release.

    Several incorrect mailing list addresses have been corrected.
    Various error cases have been corrected during push and pull.
    Minor issues that happened when Mercurial spawned worker processes have been fixed.

(wiz)

2017-03-03 09:31:21 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2016.11.3

(sborrill)

2017-03-03 09:29:48 UTC MAIN commitmail json YAML

Update to 2016.11.3. Lots of bug fixes (too many to list individually), but
of note is a pull up of previous pkgsrc patch for NetBSD support.

Full changelog here:

https://docs.saltstack.com/en/latest/topics/releases/2016.11.3.html

(sborrill)

2017-03-03 08:25:20 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.22.9

(prlw1)

2017-03-03 08:24:57 UTC MAIN commitmail json YAML

Update gtk3 to 3.22.9

Overview of Changes in GTK+ 3.22.9
==================================

* Bugs fixed:
136059        Ctrl-navigation works in opposite direction in right-to-left text
776821        Scale factor not properly propagated upon reparent
778203        icon shown at top left corner when dnd begins
778328        Pressure sensitivity lost after removing pen from screen (Surface Book/MyPaint)
778534        Widget: Document signal mnemonic-activate
778678        gtkshow: Prefer gtk_show_uri_on_window() which works for sandboxed apps
778726        Use gtk_show_uri_on_window()
778746        Rename popover is sometimes misplaced
778835        Wrong screen size returned when in HiDPI mode
778905        Frame: documented flat style class is not usable
779005        GtkFrame: Fix shadow after theme changes
136059 Ctrl-navigation works in opposite direction in right-to-left text
772505 Wayland: menu does not resize after disabling an action
774148 Gtk.Popover misplacement in Wayland
778019 Key repeat under wayland behaves differently, making keyboard navigation e.g. in
        vim annoyingly unreliable

* Translation updates:
Brazilian Portuguese
Chinese
Chinese (Taiwan)
Galician
German
Hungarian
Italian
Lithuanian
Polish
Serbian
Spanish
Swedish

Overview of Changes in GTK+ 3.22.8
==================================

* Wayland:
- Avoid overlap between Alt and Meta

* Mir:
- Implement window properties
- Track window focus
- Connect to content-hub and use it for copy/paste
- Use modal hint

* Bugs fixed:
358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
765161 on win32 maximized window position wrong when windows toolbar is on l...
765410 Scrollbar does not update since 3.20
770112 The documented <alt>left shortcut doesn窶冲 work on Wayland
773686 Software when launched shows in dash with wrong icon, name and menu
775732 mir: clipboard support missing
775864 getting-started: typo tie->the
777527 GDK W32: Invisible drop-down menus in GTK apps when working via RDP
777547 Notebook arrow icon wrong color after closing final tab

* Translation updates:
Simplified Chinese

(prlw1)

2017-03-03 08:22:35 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.50.3

(prlw1)

2017-03-03 08:22:12 UTC MAIN commitmail json YAML

Update glib2 to 2.50.3

Overview of changes in GLib 2.50.3
==================================

* Bugs fixed:
775309 Crash in gdbusauth
775468 Improve log write supports color method on windows
775517 Password input is echoed in the terminal
775765 FDO notification withdrawal backend sends wrong ID to the server

* Translation updates:
Simplified Chinese

(prlw1)

2017-03-03 04:54:10 UTC MAIN commitmail json YAML

Mark as broken on big endian systems because they're not supported.
On Darwin/PowerPC, build reports:
"This machine has big-endian memory organization. Objconv program will not work"

(sevan)

2017-03-02 23:20:12 UTC MAIN commitmail json YAML

2017-03-02 20:09:32 UTC MAIN commitmail json YAML

pciutils: fix checksum mismatch.

the file on kernel.org has a different checksum from other mirrors.
(contents don't appear different)
because ftp.kernel.org went down, we were not fetching it, which resulted
in a mismatch.
switch to http @ kernel.org. now the first mirror will have a mismatched
checksum, but the second won't.

(maya)

2017-03-02 15:29:04 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.7.1

(fhajny)

2017-03-02 15:28:55 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.7.1.

- Node.js 7.7.0 contains a bug that will prevent all native modules
  from building, this patch should fix the issue. Apologies to everyone
  who was affected by 7.7.0.

(fhajny)

2017-03-02 09:51:35 UTC MAIN commitmail json YAML

Make top dir README a little more helpful.

This file is very prominent on github, so use this opportunity to give a
quick intro to pkgsrc.

mention main repo location so it's obvious even when using a fork & bug
report address.

(maya)

2017-03-02 09:21:35 UTC MAIN commitmail json YAML

- py-lint, removed.

(wiz)

2017-03-02 06:00:20 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 11.2.2nb3

(maya)

2017-03-02 06:00:03 UTC MAIN commitmail json YAML

MesaLib: enable llvm option on all x86 platforms, and not on non-x86.

It's for the AMDGPU driver. I don't know of any ARM boards, but that may
change in the future. highly unlikely for SPARC.

Also lift the minimum GCC requirement for linux llvm option - we use GCC_REQD
for the llvm package, and gcc48 works at least on CentOS 6.8 builds, so it'll
build fine.
Linux is will benefit from the AMDGPU driver, although it requires a new
kernel anyway.

bump PKGREVISION.

(maya)

2017-03-02 05:37:22 UTC MAIN commitmail json YAML

MesaLib: the actual condition for vdpau should be llvm&dri, not just dri.

should fix plist mismatch for CentOS 6.8, for some reason we are not using
llvm option there, even though linux users are most likely to benefit from
llvm.

(maya)

2017-03-02 04:40:33 UTC MAIN commitmail json YAML

MesaLib: pull in vdpau and vaapi only if dri option is selected.
This fixes a PLIST mismatch in the -dri -llvm case, pointed out by
Joern Clausen in PR pkg/52021.

(maya)

2017-03-02 03:57:00 UTC MAIN commitmail json YAML

Sort to appease the script

(maya)

2017-03-02 03:55:06 UTC MAIN commitmail json YAML

2017-03-01 21:20:53 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.18.2

(szptvlfn)

2017-03-01 21:20:38 UTC MAIN commitmail json YAML

Update to 2.18.2

ChangeLog: https://git.finalrewind.org/feh/plain/ChangeLog
Thu, 16 Feb 2017 23:05:39 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.2
    * Fix crash when using both --thumbnails and --title. This bug was
      introduced in v2.18.1.

(szptvlfn)

2017-03-01 16:38:40 UTC MAIN commitmail json YAML

Updated chat/prosody to 0.9.12

(fhajny)

2017-03-01 16:38:31 UTC MAIN commitmail json YAML

Update chat/prosody to 0.9.12.

0.9.12
- Dependencies: Fix certificate verification failures when using
  LuaSec 0.6
- mod_s2s: Lower log message to 'warn' level, standard for
  remotely-triggered protocol issues
- certs/Makefile: Remove -c flag from chmod call (a GNU extension)
- Networking: Prevent writes after a handler is closed

0.9.11
- HTTP parser: Improve buffering of incoming HTTP data and add size
  limits
- sessionmanager: Fix for an issue which caused people to be kicked
  from conferences if mod_smacks was enabled
- Dependencies: Workaround for compatibility with LuaSec 0.6
- MUC: Accept missing form as "instant room" request
- C2S: Fix issues with destroying disconnected connections
- mod_privacy: Fix selection of the top resource(s)
- mod_presence: Make sure both users get each others presence after
  adding each other
- mod_http_files: Fix traceback when serving a non-wildcard path
- mod_http_files: Preserve a trailing slash in paths
- util.datamanager: Fix error handling
- net.server_event: Fix internal socket API to allow writing from
  socket.ondrain callback
- net.server_event: Fix timeout
- net.server_event: Fix traceback due to write during TLS handshake
- net.server_event: Fix buffer length check

(fhajny)

2017-03-01 16:23:10 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5219 - requested by spz
shells/bash: security fix

Revisions pulled up:
- shells/bash/Makefile                                          1.80
- shells/bash/distinfo                                          1.46

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Sun Jan 22 21:52:05 UTC 2017

  Modified Files:
          pkgsrc/shells/bash: Makefile distinfo

  Log Message:
  bash: update to patchlevel 11.
  changes:

  patch 06:
  Out-of-range negative offsets to popd can cause the shell to crash attempting
  to free an invalid memory block.

  patch 07:
  When performing filename completion, bash dequotes the directory name being
  completed, which can result in match failures and potential unwanted
  expansion.

  patch 08:
  Under certain circumstances, bash will evaluate arithmetic expressions as
  part of reading an expression token even when evaluation is suppressed. This
  happens while evaluating a conditional expression and skipping over the
  failed branch of the expression.

  patch 09:
  Depending on compiler optimizations and behavior, the `read' builtin may not
  save partial input when a timeout occurs.

  patch 10:
  Depending on compiler optimizations and behavior, the `read' builtin may not
  save partial input when a timeout occurs.

  patch 11:
  Subshells begun to run command and process substitutions may attempt to
  set the terminal's process group to an incorrect value if they receive
  a fatal signal.  This depends on the behavior of the process that starts
  the shell.

(bsiegert)

2017-03-01 14:28:33 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 5.2.2

(fhajny)

2017-03-01 14:21:36 UTC MAIN commitmail json YAML

Updated sysutils/beats to 5.2.2

(fhajny)

2017-03-01 14:21:27 UTC MAIN commitmail json YAML

Update sysutils/beats to 5.2.2

Metricbeat
- Fix bug docker module hanging when docker container killed.
- Set timeout to period instead of 1s by default as documented.

(fhajny)

2017-03-01 14:19:27 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 5.2.2.

5.2.2

- The request circuit breaker, which track the size of in-flight
  requests, was not decrementing its counter when the connection was
  closed by the client before the response could be returned. This could
  result in no further requests being accepted until the node has been
  restarted. All users should upgrade to take advantage of this bug fix.
- The cgroup functionality (for reading OS stats for containers) had a
  bug in the regex for parsing /proc/self/cgroup which prevented nodes
  with multiple hierarchies from starting up.
- Requests which have been delayed by a shard lock might be executed
  later on a different thread which lacks the request context, resulting
  in the requests being incorrectly rejected as unauthorised.
- Removal of an undocumented syntax for include/exclude parameters in
  the terms aggregation broke certain aggregations in Kibana.

5.2.1

- When stored fields are configured with best_compression, we rely on
  JVM garbage collection to reclaim Deflater/Inflater instances. However
  these classes use little JVM memory but may use significant native
  memory, so if may happen that the OS runs out of native memory before
  the JVM collects these unreachable Deflater/Inflater instances.
- Certain queries can hold a reference to the IndexReader that was used
  to build them. When these queries are cached, this reference causes
  Lucene to hold onto segments long after they should have been deleted.

(fhajny)

2017-03-01 14:10:14 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.7.0

(fhajny)

2017-03-01 14:10:05 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.7.0.

- child_process: spawnSync() exit code now is null when the child is
  killed via signal
- http: new functions to access the headers for an outgoing HTTP message
- lib: deprecate node --debug at runtime
- tls: new tls.TLSSocket() supports sec ctx options
- url: adding URL.prototype.toJSON support
- doc: items in the API documentation may now have changelogs
- crypto: adding support for OPENSSL_CONF again
- src: adding support for trace-event tracing

(fhajny)

2017-03-01 13:32:44 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 45.7.1

(ryoon)

2017-03-01 13:32:11 UTC MAIN commitmail json YAML

2017-03-01 13:31:28 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 45.7.1

(ryoon)

2017-03-01 13:30:19 UTC MAIN commitmail json YAML

Update to 45.7.1

Changelog:
Fixed
Crash when viewing certain IMAP messages (introduced in 45.7.0)

(ryoon)

2017-03-01 13:11:01 UTC MAIN commitmail json YAML

Updated devel/py-pylint to 1.6.5 (and removed duplicate devel/py-lint)

(fhajny)

2017-03-01 13:08:44 UTC MAIN commitmail json YAML

Update devel/py-pylint to 1.6.5.

- Change to use ALTERNATIVES to avoid conflicts between Python versions.

Pylint 1.6.5
- Copyright and doc changes only

Pylint 1.6.4
- Recurse into all the ancestors when checking if an object is an
  exception

Pylint 1.6.3
- Do not crash when inferring uninferable exception types for docparams
  extension

Pylint 1.6.2
- Do not crash when printing the help of options with default regular
  expressions
- More granular versions for deprecated modules.
- Do not crash in docparams when we can't infer the exception types.

(fhajny)

2017-03-01 13:01:16 UTC MAIN commitmail json YAML

2017-03-01 11:45:56 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.15

(ryoon)

2017-03-01 11:45:04 UTC MAIN commitmail json YAML

Update to 4.1.15

Changelog:
NSD 4.1.15
Feb 16, 2017

Bugfixes
    Fix nsd-control and ipv6 only.
    Squelch zone transfer error address family not supported by protocol at low verbosity levels.
    Fix #1195: Fix so that NSD fails on non-compliant values for Serial.
    Fix to rename _t typedefs because POSIX reserves them.
    Fix that nsec3 hash collisions only reported on verbosity level 3.

(ryoon)

2017-03-01 11:43:30 UTC MAIN commitmail json YAML

Remove php-pgsql from pgsql option

* Nextcloud does not use this.

(ryoon)

2017-03-01 10:42:30 UTC MAIN commitmail json YAML

vlc: fix plist without vaapi available.

(maya)

2017-03-01 10:32:40 UTC MAIN commitmail json YAML

Added textproc/py-Levenshtein version 0.12.0

(leot)

2017-03-01 10:32:11 UTC MAIN commitmail json YAML

+ py-Levenshtein

(leot)

2017-03-01 10:31:19 UTC MAIN commitmail json YAML

Import py-Levenshtein-0.12.0 as textproc/py-Levenshtein

The Levenshtein Python C extension module contains functions for fast
computation of: Levenshtein (edit) distance and edit operations, string
similarity, approximate median strings and general string averaging,
and string sequence and set similarity. It supports both normal and
Unicode strings.

Packaged by David H. Gutteridge via PR pkg/52017

(leot)

2017-03-01 09:03:02 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 2.2.4nb6

(wiz)

2017-03-01 09:02:48 UTC MAIN commitmail json YAML

Since Mesalib pulls in vaapi, vlc installs more files.
Add them to the PLIST and bump PKGREVISION.

(wiz)

2017-03-01 07:24:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Template to 1.47

(wiz)

2017-03-01 07:24:19 UTC MAIN commitmail json YAML

Updated p5-Text-Template to 1.47.

1.47  2017-02-27
    - Fix longstanding memory leak in _scrubpkg() [#22031]
    - Fix various spelling errors [#86872]

(wiz)

2017-02-28 22:50:29 UTC MAIN commitmail json YAML

Updated sysutils/entr to 3.7

(leot)

2017-02-28 22:50:08 UTC MAIN commitmail json YAML

Update sysutils/entr to entr-3.7

Changes:
== 3.7: February 27, 2017
- Terminate subprocess in restart mode if a file under watch disappears
- Allow NOTE_ATTRIB to set '/_' only if file mode changes
- New '-s' option executes commands using $SHELL -c
- Print usage and exit if input is from a terminal instead of a pipe

(leot)

2017-02-28 20:59:27 UTC MAIN commitmail json YAML

Enable py-lint and dependencies

(fhajny)

2017-02-28 20:56:44 UTC MAIN commitmail json YAML

Added devel/py-lint version 1.6.5

(fhajny)

2017-02-28 20:56:33 UTC MAIN commitmail json YAML

Import pylint 1.6.5 as devel/py-lint.

Pylint is a Python source code analyzer which looks for
programming errors, helps enforcing a coding standard and sniffs
for some code smells (as defined in Martin Fowler's Refactoring
book).

(fhajny)

2017-02-28 20:54:24 UTC MAIN commitmail json YAML

Added devel/py-isort version 4.2.5

(fhajny)

2017-02-28 20:54:09 UTC MAIN commitmail json YAML

Import isort 4.2.5 as devel/py-isort.

isort is a Python utility / library to sort imports alphabetically,
and automatically separated into sections. It provides a command
line utility, Python library and plugins for various editors to
quickly sort all your imports.

(fhajny)

2017-02-28 20:51:39 UTC MAIN commitmail json YAML

Added devel/py-configparser version 3.5.0

(fhajny)

2017-02-28 20:51:28 UTC MAIN commitmail json YAML

Import configparser 3.5.0 as devel/py-configparser.

This library brings the updated configparser from Python 3.5 to
Python 2.6-3.5. The ancient ConfigParser module available in
the standard library 2.x has seen a major update in Python 3.2.

(fhajny)

2017-02-28 20:48:10 UTC MAIN commitmail json YAML

Added devel/py-backports.functools_lru_cache version 1.3

(fhajny)

2017-02-28 20:47:57 UTC MAIN commitmail json YAML

2017-02-28 19:40:40 UTC MAIN commitmail json YAML

Updated net/iperf3 to 3.1.6

(adam)

2017-02-28 19:40:07 UTC MAIN commitmail json YAML

The release notes for iperf 3.1.6 describe changes, including bug
fixes and new functionality, made since iperf 3.1.5.

* User-visible changes

  * Specifying --fq-rate or --no-fq-socket-pacing on a system where
    these options are not supported now generate an error instead of a
    warning.  This change makes diagnosing issues related to pacing
    more apparent.

  * Fixed a bug where two recently-added diagnostic messages spammed
    the JSON output on UDP tests.

(adam)

2017-02-28 17:15:34 UTC MAIN commitmail json YAML

Updated devel/py-astroid to 1.4.9

(fhajny)

2017-02-28 17:15:24 UTC MAIN commitmail json YAML

Update devel/py-astroid to 1.4.9.

2016-12-18 -- 1.4.9
- Cast __path__ to a list in _module_file
- Add support for pytest 3.0.

2016-07-27 -- 1.4.8
- Add `returns` into the proper order in FunctionDef._astroid_fields

2016-07-07 -- 1.4.7
- Stop saving assignment locals in ExceptHandlers, when the context is a
  store.

2016-06-06 -- 1.4.6
- Fix a crash which occurred when the class of a namedtuple could not be
  inferred.
- Functional form of enums support accessing values through __call__.
- Brain tips for the ssl library.

2016-03-21 -- 1.4.5
- decoratornames() does not leak InferenceError anymore.
- wildcard_imported_names() got replaced by _public_names()

2016-01-15 -- 1.4.4
- unpack_infer raises InferenceError if it can't operate
  with the given sequences of nodes.
- Support accessing properties with super().
- Enforce strong updates per frames.

2015-12-24 -- 1.4.3
- pkg_resources brain tips are a bit more specific,
  by specifiying proper returns.
- Standard library modules are properly detected by is_standard_module.

2015-12-21 -- 1.4.2
- The slots() method conflates all the slots from the ancestors
  into a list of current and parent slots.
- Revert to using printf-style formatting in as_string, in order
  to avoid a potential problem with encodings when using .format.
- assigned_stmts methods have the same signature from now on.

2015-11-29 -- 1.4.1
- Add support for handling Uninferable nodes when calling as_string

2015-11-29 -- 1.4.0
- Class.getattr('__mro__') returns the actual MRO.
- The logilab-common dependency is not needed anymore as the needed code
  was integrated into astroid.
- Add 'assert_equals' method in nose.tools's brain plugin.
- Generated enum member stubs now support IntEnum and multiple
  base classes.
- Add brain tips for multiprocessing.Manager and
  multiprocessing.managers.SyncManager.
- Add brain tips for multiprocessing post Python 3.4+,
  where the module level functions are retrieved with getattr
  from a context object, leading to many no-member errors
  in Pylint.
- The Generator objects inferred with `infer_call_result`
  from functions have as parent the function from which they
  are returned.
- Understand partially the 3-argument form of `type`.
  The only change is that astroid understands members
  passed in as dictionaries as the third argument.
- Improve the inference of Getattr nodes when dealing with
  abstract properties from the abc module.
- UnboundMethod.getattr calls the getattr of its _proxied object
  and doesn't call super(...) anymore.
- Don't hard fail when calling .mro() on a class which has
  combined both newstyle and old style classes. The class
  in question is actually newstyle (and the __mro__ can be
  retrieved using Python).
- Class.local_attr and Class.local_attr_ancestors uses internally
  a mro lookup, using .mro() method, if they can.
- Expose a implicit_metaclass() method in Class. This will return
  a builtins.type instance for newstyle classes.
- Add two new exceptions for handling MRO error cases.
  DuplicateBasesError
  is emitted when duplicate bases are found in a class,
- Classes aren't marked as interfaces anymore, in the `type` attribute.
- Class.has_dynamic_getattr doesn't return True for special methods
  which aren't implemented in pure Python, as it is the case for
  extension modules.
- Add `igetattr` method to scoped_nodes.Function.
- Add support for Python 3.5's MatMul operation: see PEP 465 for more
  details.
- NotImplemented is detected properly now as being part of the
  builtins module. Previously trying to infer the Name(NotImplemented)
  returned an YES object.
- Add proper grammatical names for `infered` and `ass_type` methods,
  namely `inferred` and `assign_type`.
- Add new AST names in order to be similar to the ones
  from the builtin ast module.
- Star unpacking in assignments returns properly a list,
  not the individual components.
- Lambdas found at class level, which have a `self` argument, are
  considered
- Add annotation support for function.as_string().
- Add support for indexing bytes on Python 3.
- Add support for inferring subscript on instances, which will
  use __getitem__.
- Understand metaclasses added with six.add_metaclass decorator.
- Add a new convenience API, `astroid.parse`, which can be used to
  retrieve an astroid AST from a source code string, similar to how
  ast.parse can be used to obtain a Python AST from a source string.
- do_import_module passes the proper relative_only flag if the level is
  higher than 1.
- There's a new separate step for transforms.
- Add a new node, DictUnpack, which is used to represent the unpacking
  of a dictionary into another dictionary, using PEP 448 specific syntax
  ({1:2, **{2:3})
- Add a new type of node, called *inference objects*.
- Add a new *inference object* called Super, which also adds support for
  understanding super calls.
- astroid.utils.ASTWalker and astroid.utils.LocalsVisitor
  were moved to pylint.pyreverse.utils.

2015-08-02 -- 1.3.8
- Backport of 40e3176, which fixes issue #84.

2015-07-27 -- 1.3.7
- Improve the inference of six.moves, especially when using `from ...
  import ...` syntax. Also, we added a new fail import hook for six.moves,
  which fixes the import-error false positive from pylint.

(fhajny)

2017-02-28 17:12:15 UTC MAIN commitmail json YAML

Enable py-lazy-object-proxy

(fhajny)

2017-02-28 17:11:39 UTC MAIN commitmail json YAML

Added devel/py-lazy-object-proxy version 1.2.2

(fhajny)

2017-02-28 17:11:28 UTC MAIN commitmail json YAML

Import py-lazy-object-proxy 1.2.2 based on wip/py-lazy-object-proxy.

A fast and thorough lazy object proxy.

(fhajny)

2017-02-28 17:07:32 UTC MAIN commitmail json YAML

Fix ALTERNATIVES, ride previous revision.

(fhajny)

2017-02-28 16:46:17 UTC MAIN commitmail json YAML

Updated devel/py-logilab-common to 1.3.0

(fhajny)

2017-02-28 16:46:07 UTC MAIN commitmail json YAML

Update devel/py-logilab-common to 1.3.0.

- pytest: executable deprecated and renamed as logilab-pytest to prevent
  conflict with pytest provided by http://pytest.org/

(fhajny)

2017-02-28 15:20:12 UTC MAIN commitmail json YAML

2017-02-28 15:01:27 UTC MAIN commitmail json YAML

2017-02-28 14:58:43 UTC MAIN commitmail json YAML

Use the infrastructure's idea of where depcomp is.

(joerg)

2017-02-28 14:58:09 UTC MAIN commitmail json YAML

Recognize newer libarchive versions.

(joerg)

2017-02-28 14:41:36 UTC MAIN commitmail json YAML

Updated graphics/libwebp to 0.6.0

(ryoon)

2017-02-28 14:40:47 UTC MAIN commitmail json YAML

Update to 0.6.0

Patch from spz@. Thank you.

Changelog:
- 1/26/2017: version 0.6.0
  * lossless performance and compression improvements
  * miscellaneous performance improvements (SSE2, NEON, MSA)
  * webpmux gained a -duration option allowing for frame timing modification
  * new img2webp utility allowing a sequence of images to be converted to
    animated webp
  * API changes:
    - libwebp:
      WebPPictureSharpARGBToYUVA
      WebPPlaneDistortion
    - libwebpmux / gif2webp:
      WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
                              forces all keyframes. See mux.h and the gif2webp
                              manpage for details.

- 12/13/2016: version 0.5.2
  This is a binary compatible release.
  This release covers CVE-2016-8888 and CVE-2016-9085.
  * further security related hardening in the tools; fixes to
    gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue
    #312)
  * full libwebp (encoder & decoder) iOS framework; libwebpdecoder
    WebP.framework renamed to WebPDecoder.framework (issue #307)
  * CMake support for Android Studio (2.2)
  * miscellaneous build related fixes (issue #306, #313)
  * miscellaneous documentation improvements (issue #225)
  * minor lossy encoder fixes and improvements

(ryoon)

2017-02-28 13:55:04 UTC MAIN commitmail json YAML

2017-02-28 08:18:17 UTC MAIN commitmail json YAML

Added devel/kafka version 0.10.2.0

(fhajny)

2017-02-28 08:18:03 UTC MAIN commitmail json YAML

2017-02-28 08:17:28 UTC MAIN commitmail json YAML

2017-02-28 08:16:19 UTC MAIN commitmail json YAML

Updated devel/gradle to 3.4

(fhajny)

2017-02-28 08:16:10 UTC MAIN commitmail json YAML

Update devel/gradle to 3.4. Fix the package to actually work.

Notable changes follow.

Gradle 3.4

- Compile Avoidance. We've introduced a new mechanism for up-to-date
  checking of Java compilation that is sensitive to public API changes
  only.
- A stable incremental Java compiler.
- brand new Java Library Plugin. Use this when building a component
  intended to be used as a dependency from another project.
- The JaCoCo plugin now allows you to enforce code coverage metrics and
  fail the build if they're not met.
- The default version of JaCoCo used by the JaCoCo plugin has been
  raised and the plugin is now Java 9-ready.
- The Checkstyle plugin now allows a maximum number of warnings or
  errors to be configured.

  https://docs.gradle.org/3.4/release-notes.html

Gradle 3.3

- This release of Gradle makes the gradle tasks report much faster for
  medium-to-large projects.
- It is now possible to compile native applications using Visual Studio
  2015.
- Kotlin build script support has further improved with significantly
  faster startup performance, increased API parity with Groovy-based
  build scripts, and better interoperability with Groovy plugins.
- Scala compilation startup time in large multi-project builds has been
  improved through enhancements to Gradle's integration with the Zinc
  Scala compiler.
- Tooling API generates more progress events.
- The Gradle GUI has been deprecated and will be removed in Gradle 4.0.

  https://docs.gradle.org/3.3/release-notes.html

Gradle 3.2.1

- GRADLE-3582: Gradle wrapper fails to escape arguments with nested
  quotes
- GRADLE-3583: Newlines in environment variables used by the wrapper
  breaks application plugin shell script

Gradle 3.2

- Incremental build support, which now has better up-to-date checking
  for Java compilation, copying, and archiving.
- The buildDependents task is now available in native builds as well via
  new assembleDependents and buildDependents tasks.
- Significantly improved import times.
- Improved support for multi-project builds with Kotlin.
- The shortcut syntax for declaring tasks (via <<) has now been
  deprecated.

  https://docs.gradle.org/3.2/release-notes.html

Gradle 3.1

- Composite Builds for multi-project builds where not all projects are
  in the same directory hierarchy.
- Incremental Build support.
- Faster dependency resolution.
- Build cancellation has improved when using the Daemon.

  https://docs.gradle.org/3.1/release-notes.html

(fhajny)

2017-02-28 07:35:07 UTC MAIN commitmail json YAML

Updated x11/sessreg to 1.1.1

(wiz)

2017-02-28 07:34:29 UTC MAIN commitmail json YAML

Updated sessreg to 1.1.1.

Egbert Eich (1):
      Use off_t instead of long to make largefile support work

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

Matt Turner (1):
      sessreg 1.1.1

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):
      Pass -P to the preprocessor when generating filenames for the manpage.

(wiz)

2017-02-27 15:45:27 UTC MAIN commitmail json YAML

Reset PKGREVISION after all PHP language packages. Maybe it would make sense to not bump PKGREVISION arbitrarily with each boost update please?

(jdolecek)

2017-02-27 14:38:53 UTC MAIN commitmail json YAML

Updated devel/mr to 1.20170129

(schmonz)

2017-02-27 14:38:47 UTC MAIN commitmail json YAML

Update to 1.20170129. From the changelog:

* Strip .git extension when registering vsch repositories.
  Thanks, Don March
* Disable git pager when mr status runs git stash list.
* Added stow library. This lets dotfiles in repositories managed by mr
  be symlinked into the home directory by GNU stow.
  Thanks, Sean Whitton and Adam Spiers.
* cvs_status: do not fail when all files are up to date.
  Thanks, Paul Wise.
* Added dgit plugin.
  Thanks, Sean Whitton.

(schmonz)

2017-02-27 14:19:08 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.54.0

(schmonz)

2017-02-27 14:18:56 UTC MAIN commitmail json YAML

Update to 4.54.0. From the changelog:

- fix error running getmail_fetch introduced in 4.53.0.  Thanks: "fsckd".

(schmonz)

2017-02-27 12:30:59 UTC MAIN commitmail json YAML

Updated graphics/potrace to 1.14

(wiz)

2017-02-27 12:30:47 UTC MAIN commitmail json YAML

Updated potrace to 1.14.

February 19, 2017: Release 1.14

This release consists of bugfixes and minor portability improvements.
A number of bugs triggered by malformed BMP files have been fixed,
including CVE-2016-8685 and CVE-2016-8686. Error reporting has been
improved. The image size is now truncated when the bitmap data ends
prematurely. It is now possible to use negative dy in bitmap
data. Portability has been improved to encompass C++11. The default
compiler is now clang if available. Thanks to Nelson Beebe and Martin
Gieseking for reporting portability issues, and to Agostino Sarubbo
for reporting bugs.

(wiz)

2017-02-27 12:26:13 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.183

(wiz)

2017-02-27 12:26:00 UTC MAIN commitmail json YAML

Updated mame to 0.183.

MAME 0.183

22 Feb 2017

Hi everyone! It窶冱 been a busy month for MAME development, and we窶况e
got a whole lot of surprises to unwrap today as we continue to
celebrate twenty years of MAME. First up, we窶况e added some incredibly
rare systems to MAME. Omega is an Arkanoid-inspired arcade game
with a production run of about ten boards. Dodge Man is a rare Omori
title from 1983. The vertical version of Flash Boy, a DECO Cassette
title that borrows more than a little from a well known anime is
another very rare game that was at risk of becoming nothing but a
memory. Westinghouse Test Console #5 is possibly a one-of-a-kind
wire-wrapped prototype machine for field-programming some kind of
interlocking equipment (it has a rude easter egg 窶� press X|TRAN in
calculator mode to see it). Less rare, but still awesome, are arcade
titles Galaxy Games StarPak 3, Sega Sonic Cosmo Fighter, and a U.S.
release of Puzznic with the digitised photos intact.

This release adds support for a number of electronic toys/handheld
games, including Atari窶冱 Touch Me (a clone of Simon, which is itself
a clone of an Atari arcade game), GAF Melody Madness, Lakeside Le
Boom, and with possibly the most awesome title if not gameplay,
LJN窶冱 I Took a Lickin窶� From a Chicken. Many of these games have
colourful, clickable artwork. MAME is dedicated to preserving more
than just video games, and these systems are great examples of some
of the other experiences you can relive through emulation.

If you use MAME窶冱 computer emulation and have been frustrated by
modifiers not working properly in natural keyboard mode, you窶冤l be
pleased to know that this release addresses that. Natural keyboard
mode now works properly with many more systems, including Amiga,
Sun and RM Nimbus. Speaking of Amiga, we窶况e emulated a 3rd-party
variant of the Amiga 1200 keyboard and added support for many
different language variants, so chances are you窶冤l be able to use
keyboard that matches your Workbench language. And speaking of
keyboards, the Zorba keyboard now works properly, so you can try
out one of the last luggable CP/M machines.

Other improvements include fixing the crash on encountering invalid
cheats, allowing multi-part software list entries to load each part
on the correct interface, emulation of the Poly-Play light organ,
a brand new preliminary Interpro 2800 driver and Clipper CPU core,
support for VIC-20 and C64 speech synthesiser cartridges, support
for the Osborne-1 Nuevo Video 80-column modification, protection
MCU emulation in Bad Dudes vs. Dragonninja and Bouncing Balls, audio
improvements to a number of supported games, and optimisation of
the netlist emulation.

Some of these improvements might seem inconsequential, or apply to
systems you don窶冲 use, but they often lie in common components used
by many other systems. For example, the Amiga 1200 and Zorba keyboards
use the same MCU family used in a lot of arcade games published by
Taito. The same change that fixes the Zorba keyboard also fixes
enemy spawning and timing in Xain'd Sleena. The Nuevo Video board
uses a common Motorola CRT controller, so improvements made to
support it stand to benefit a lot of other systems.

Of course there are plenty of other improvements not listed here,
and you can read all about them in the whatsnew.txt file, or grab
the source or Windows binaries from the download page and join in
our 20th anniversary celebration.

(wiz)

2017-02-27 11:22:50 UTC pkgsrc-2016Q4 commitmail json YAML

2017-02-27 11:21:36 UTC pkgsrc-2016Q4 commitmail json YAML

Pullup ticket #5206 take 2 - requested by bsiegert
sysutils/wbm-passwd: remove package

Revisions pulled up:
- sysutils/Makefile                                            1.688
- sysutils/wbm-passwd/DESCR                                    deleted
- sysutils/wbm-passwd/Makefile                                  deleted
- sysutils/wbm-passwd/PLIST                                    deleted
- sysutils/wbm-passwd/distinfo                                  deleted

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  mef
  Date:          Wed Feb  1 13:13:23 UTC 2017

  Modified Files:
          pkgsrc/sysutils: Makefile
  Removed Files:
          pkgsrc/sysutils/wbm-passwd: DESCR Makefile PLIST distinfo

  Log Message:
  Deleted sysutils/wbm-passwd.

  To generate a diff of this commit:
  cvs rdiff -u -r1.687 -r1.688 pkgsrc/sysutils/Makefile
  cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/sysutils/wbm-passwd/DESCR
  cvs rdiff -u -r1.7 -r0 pkgsrc/sysutils/wbm-passwd/Makefile \
      pkgsrc/sysutils/wbm-passwd/PLIST
  cvs rdiff -u -r1.8 -r0 pkgsrc/sysutils/wbm-passwd/distinfo

(spz)

2017-02-27 11:09:42 UTC MAIN commitmail json YAML

g/c the MESSAGE warning about changes in PHP 5.1 - it's long obsolete since
there isn't anything older than php 5.4 currently in pkgsrc

(jdolecek)

2017-02-27 10:53:57 UTC MAIN commitmail json YAML

+ potrace-1.14.

(wiz)

2017-02-27 10:46:11 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.20.5

(wiz)

2017-02-27 10:46:01 UTC MAIN commitmail json YAML

Updated musicpd to 0.20.5.

ver 0.20.5 (2017/02/20)
* tags
  - id3: fix memory leak on corrupt ID3 tags
* decoder
  - sidplay: don't require libsidutils when building with libsidplayfp
* output
  - httpd: fix two buffer overflows in IcyMetaData length calculation
* mixer
  - alsa: fix crash bug

(wiz)

2017-02-27 10:42:45 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 34.3.0

(wiz)

2017-02-27 10:42:34 UTC MAIN commitmail json YAML

Updated py-setuptools to 34.3.0.

Fix test target.
4 tests failing, three due to pip not existing (we have pip3.6 et al.),
one because of ASCII locale.

v34.3.0
-------

* #941: In the upload command, if the username is blank,
  default to ``getpass.getuser()``.

* #971: Correct distutils findall monkeypatch to match
  appropriate versions (namely Python 3.4.6).

(wiz)

2017-02-27 10:29:07 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 4.1

(wiz)

2017-02-27 10:28:56 UTC MAIN commitmail json YAML

Updated py-tortoisehg to 4.1.

TortoiseHg 4.1

TortoiseHg is a regularly scheduled (quarterly) feature release, coinciding with Mercurial 4.1

Bug Fixes

    cmdcore: fix PYTHONPATH to not include ''
    revdetails: fix url/nodeid markup to not capture HTML escapes (fixes #4663)

Installer

    Latest hgsubversion and evolve tags

(wiz)

2017-02-27 10:26:06 UTC MAIN commitmail json YAML

Updated print/abcm2ps to 8.13.6

(wiz)

2017-02-27 10:25:55 UTC MAIN commitmail json YAML

Updated abcm2ps to 8.13.6.

---- Version 8.13.6 - 2017-02-24 ----

Fix bad vertical offset of notes in percussion staves since 8.13.2
Fix clash of note and accidentals when note in other staff
(reported by Hudson Lacerda)
Add the decorations !8va(!, !8va)!, !8vb(! and !8vb)! (%%ottava alternative)
(asked by Hudson Lacerda)
Handle the string definition of %%stafflines
(asked by Reinier Maliepaard)
Handle "%%pos stem hidden" (same as '0' starting length / !stemless!)
(asked by Jakob Englhauser a long time ago!)
Extend the tempo value up to 32000 (was < 256)
(asked by Hudson Lacerda)
Fix loss of transposition of the bass when alone in a chord indication
(reported by Tim Goetze)
Fix loss of measure bar when followed by clef change and time skip
Fix bad output when "%%clef auto" without %%score
(reported by Hudson Lacerda)
Fix clash of slurs with note decorations
(reported by Hudson Lacerda)
Fix bad output file name when "%%abc-include xx.abc"
(reported by Guido Gonzato)
Fix bad note head when !head-xx! decoration since 8.13.5 (?)
(reported by David Lacroix)

(wiz)

2017-02-27 10:24:22 UTC MAIN commitmail json YAML

Updated misc/todoman to 2.1.0

(wiz)

2017-02-27 10:24:11 UTC MAIN commitmail json YAML

Updated todoman to 2.1.0.

v2.1.0
------

* The ``--no-human-time`` flag is gone. Integrations/scripts might want to look
  at ``--porcelain`` as an alternative.
* Fix crash when running ``todo new``.
* Fixes some issues when filtering todos from different timezones.
* Attempt to create the cache file's directory if it does not exist.
* Fix crash when running ``--porcelain show``.
* Show ``id`` for todos everywhere (eg: including new, etc).
* Add the ``ctrl-s`` shortcut for saving in the interactive editor.

(wiz)

2017-02-27 10:20:12 UTC MAIN commitmail json YAML

Updated x11/mcookie to 2.29.2

(wiz)

2017-02-27 10:20:01 UTC MAIN commitmail json YAML

Updated mcookie to 2.29.2.

No change, just switch to latest distfile.

(wiz)

2017-02-27 10:18:01 UTC MAIN commitmail json YAML

Updated math/libixion to 0.12.2

(wiz)

2017-02-27 10:17:51 UTC MAIN commitmail json YAML

Updated libixion to 0.12.2.

    Up the version to 0.12.2.

    Update the CHANGELOG.

    Fix lexer tokenizer to get R1C1 addresses properly parsed.

    For now, a lexer name that contains a '[' and ']' pair can have any
    characters in-between, in order to have e.g. 'R[-5]C' properly
    parsed as a name.

    Fix a range address parsing error.

    It previously failed to parse 'R[-5]C:R[-1]C'.

    Add a test case that ixion currently fails to parse.

    Export these hash::operator(...) symbols.

    add CI config

(wiz)

2017-02-27 10:04:51 UTC MAIN commitmail json YAML

Updated net/filezilla to 3.24.1

(wiz)

2017-02-27 10:04:40 UTC MAIN commitmail json YAML

Updated filezilla to 3.24.1.

3.24.1 (2017-02-21)

- Fixed rendering icons in the remote directory tree when DPI scaling is enabled on Windows Vista and some Windows 7 machines
- SFTP components have been updated and are now based on PuTTY 0.68
- Updated builtin pugixml to version 1.8

(wiz)

2017-02-27 09:59:17 UTC MAIN commitmail json YAML

Updated net/libfilezilla to 0.9.1

(wiz)

2017-02-27 09:59:04 UTC MAIN commitmail json YAML

Updated libfilezilla to 0.9.1.

0.9.1 (2017-02-20)

+ Added a small helper function to fz::file to get the current position in the file
+ Added another version of fz::to_wstring_from_utf8 that takes a char buffer + length
- Fixed extraction of single-character tokens in fz::strtok

(wiz)

2017-02-27 09:58:24 UTC MAIN commitmail json YAML

Updated print/libspectre to 0.2.8

(wiz)

2017-02-27 09:58:13 UTC MAIN commitmail json YAML

Updated libspectre to 0.2.8.

libspectre 0.2.8 (01 July 2016)
===============================

This is another bugfix only release in the libspectre's 0.2 series.

Marek fixed the document rotation with newer versions of Ghostscript (Bug #76450)

Build was also broken with Ghostscript >= 9.18 and has been fixed.

Fixed a compile warning due to a comparison of integers of different
signs reported by Daniel Macks when building on OS X (Bug #56476)

Makefiles were updated to properly use CPPFLAGS instead of CFLAGS as
suggested by Daniel Macks (Bug #56481)

(wiz)

2017-02-27 09:55:32 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.4.3

(wiz)

2017-02-27 09:55:21 UTC MAIN commitmail json YAML

Updated harfbuzz to 1.4.3.

Overview of changes leading to 1.4.3
Saturday, February 25, 2017
====================================

- Route Adlam script to Arabic shaper.
- Misc fixes.
- New API:
  hb_font_set_face()
- Deprecate API:
  hb_graphite2_font_get_gr_font()

(wiz)

2017-02-27 09:52:59 UTC MAIN commitmail json YAML

Updated devel/libsigsegv to 2.11

(wiz)

2017-02-27 09:52:47 UTC MAIN commitmail json YAML

Updated libsigsegv to 2.11.

Set LICENSE.

New in 2.11:

* Added support for catching stack overflow on Linux/SPARC.

* Provide a correct value for SIGSTKSZ on 64-bit AIX and on HP-UX. The one
  defined by these systems is too small.

* Updated build infrastructure.

* Compilation now requires the <stdint.h> include file. Platforms which
  don't have this include file (such as IRIX) are no longer supported.

* NOTE: Support for Cygwin and native Windows is currently not up-to-date.

(wiz)

2017-02-27 09:49:40 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.44

(wiz)

2017-02-27 09:49:27 UTC MAIN commitmail json YAML

Updated py-anki2 to 2.0.44.

Changes in 2.0.44

Released 2017-02-25.

A release for Windows. Fixes issues people were having running Anki when their Windows login name contained non-Latin characters.
Changes in 2.0.43

Released 2017-02-22.

A release for Windows and Linux machines that moves Anki窶冱 files out of the Documents folder like we did for the Mac in 2.0.37. This should work around issues with OneDrive setting files in the Documents folder to read only, and puts the files in a more standard location on Linux.

The manual has been updated to reflect the new locations:

https://apps.ankiweb.net/docs/manual.html#file-locations

(wiz)

2017-02-27 09:47:10 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 7.0.5.0

(wiz)

2017-02-27 09:46:59 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.5.0

(wiz)

2017-02-27 09:46:48 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.5.0.

2017-02-20  7.0.5-0 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220.

2017-02-20  7.0.5-0 Cristy  <quetzlzacatenango@image...>
  * Fix transient bug with -separate option (reference
    https://github.com/ImageMagick/ImageMagick/issues/385).

(wiz)

2017-02-27 09:10:00 UTC MAIN commitmail json YAML

Updated x11/libX11 to 1.6.5

(wiz)

2017-02-27 09:09:50 UTC MAIN commitmail json YAML

Updated libX11 to 1.6.5.

Adam Jackson (1):
      Revert "Compose sequences for rouble sign"

Alan Coopersmith (6):
      specs/libX11: More synopsis fixes
      specs/libX11: Fix paramdef entries listing multiple parameters
      specs/libX11: Make paramdef spacing more consistent
      specs/libX11: Add missing parameter types for XGetWindowProperty()
      specs/libX11: Fix broken synopsis for Data/Data16/Data32
      specs/libX11: Update Portability Considerations for the 21st century

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

Emilio Pozuelo Monfort (1):
      Plug a memory leak

Julien Cristau (1):
      Fix wrong Xfree in XListFonts failure path

Lucien Gentis (1):
      Typos in "Xlib - C Language X Interface" document - Chapter 02

Matt Turner (1):
      libX11 1.6.5

Mihail Konev (2):
      autogen: add default patch prefix
      Compose sequences for rouble sign

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

Petr Písař (1):
      Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8

(wiz)

2017-02-27 08:55:44 UTC MAIN commitmail json YAML

Updated sysutils/rsyslog to 8.25.0

(fhajny)

2017-02-27 08:55:34 UTC MAIN commitmail json YAML

Update sysutils/rsyslog* to 8.25.0

Changes:
- imfile: add support for wildcards in directory names
- add new global option "parser.PermitSlashInProgramname"
- mmdblookup: fix build issues, code cleanup
- improved debug output for queue corruption cases
- an error message is now displayed when a directory owner cannot be set
- rainerscript: add new functions ipv42num and num2ipv4
- bugfix: ratelimiter does not work correctly is time is set back
- core: fix potential message loss in old-style transactional interface
- bugfix queue subsystem: queue corrupted if certain msg props are used
- bugfix imjournal: fixed situation when time goes backwards
- bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer
- bugfix core: str2num mishandling empty strings
- bugfix rainerscript: set/unset statement do not check variable name validity
- bugfix mmrm1stspace: last character of rawmsg property was doubled
- bugfix: rsyslog loops on freebsd when trying to write /dev/console
- bugfix imtcp: fix very small (cosmetic) memory leak
- fix build issues on some platforms (detected on newer Fedora)

For full changelog see:

  https://github.com/rsyslog/rsyslog/blob/v8.25.0/ChangeLog

(fhajny)

2017-02-27 08:42:00 UTC MAIN commitmail json YAML

Updated databases/py-cassandra-driver to 3.8.0

(fhajny)

2017-02-27 08:41:49 UTC MAIN commitmail json YAML

Update databases/py-cassandra-driver to 3.8.0.

Features
- Quote index names in metadata CQL generation (PYTHON-616)
- On column deserialization failure, keep error message consistent
  between python and cython (PYTHON-631)
- TokenAwarePolicy always sends requests to the same replica for a given
  key (PYTHON-643)
- Added cql types to result set (PYTHON-648)
- Add __len__ to BatchStatement (PYTHON-650)
- Duration Type for Cassandra (PYTHON-655)
- Send flags with PREPARE message in v5 (PYTHON-684)

Bug Fixes
- Potential Timing issue if application exits prior to session pool
  initialization (PYTHON-636)
- "Host X.X.X.X has been marked down" without any exceptions
  (PYTHON-640)
- NoHostAvailable or OperationTimedOut when using execute_concurrent
  with a generator that inserts into more than one table (PYTHON-642)
- ResponseFuture creates Timers and don't cancel them even when result
  is received which leads to memory leaks (PYTHON-644)
- Driver cannot connect to Cassandra version > 3 (PYTHON-646)
- Unable to import model using UserType without setuping connection
  since 3.7 (PYTHON-649)
- Don't prepare queries on ignored hosts on_up (PYTHON-669)
- Sockets associated with sessions not getting cleaned up on
  session.shutdown() (PYTHON-673)
- Make client timestamps strictly monotonic (PYTHON-676)
- cassandra.cqlengine.connection.register_connection broken when
  hosts=None (PYTHON-692)

Other
- Create a cqlengine doc section explaining None semantics (PYTHON-623)
- Resolve warnings in documentation generation (PYTHON-645)
- Cython dependency (PYTHON-686)
- Drop Support for Python 2.6 (PYTHON-690)

(fhajny)

2017-02-27 05:21:41 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.8.0nb2; www/nghttp2 to 1.20.0

(adam)

2017-02-27 05:21:09 UTC MAIN commitmail json YAML

Changes 1.20.0:
New API, nghttp2_option_set_no_closed_streams, has been added. By default, libnghttp2 retains closed streams as suggested by RFC 7540, Section 5.3.4. If this option is used, libnghttp2 discards closed streams from memory in order to save memory usage.

(adam)

2017-02-27 05:19:29 UTC MAIN commitmail json YAML

Revision 2 changes:
* Fixed building with C++.
* Fixed building on Darwin (PR 51899).
* Added GTK3 as an option.
* Switched from SDL-1 to SDL-2.
* Depend and enable support for: lzo, jemalloc, snappy, png, curl, jpeg.

(adam)

2017-02-26 22:28:52 UTC MAIN commitmail json YAML

Revert this (already fixed by wiz@)

(khorben)

2017-02-26 22:26:44 UTC MAIN commitmail json YAML

Fix build with native X11 on NetBSD

Reported by cherry@, thanks!

(khorben)

2017-02-26 22:17:09 UTC MAIN commitmail json YAML

Updated chat/irssi to 1.0.1nb1

(wiz)

2017-02-26 22:16:57 UTC MAIN commitmail json YAML

Enable perl option by default.

This needs glib2 to run, and glib2 depends on perl, so no reason not to
support perl scripting here.

Requested by Dominik Bialy in PR 52008.

Bump PKGREVISION.

(wiz)

2017-02-26 18:42:00 UTC MAIN commitmail json YAML

more -Wno-foo for clang

(tnn)

2017-02-26 15:39:59 UTC MAIN commitmail json YAML

Improve syntax of dependencies in www/py-landslime

(kamil)

2017-02-26 13:02:17 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-XBase to 1.08

(wen)

2017-02-26 12:59:25 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08 Fri Jan 13 21:20:15 CET 2017
Add support for dBASE IV memo type B.

(wen)

2017-02-26 12:59:12 UTC MAIN commitmail json YAML

Updated net/gtk-gnutella to 1.1.11

(adam)

2017-02-26 12:58:28 UTC MAIN commitmail json YAML

Changes 1.1.11:
New Features:
- Flag uploads coming from G2 servents with a "[G2]" tag after IP address.
- Added alias support in sharing/querying.
- Made the "Clear completed" button in Downloads/Tools do something useful.
- Moved "Clear completed" button to the bottom right of the download pane.
- Remember fileinfo notebook tab number across sessions.
- Remember main notebook tab number across sessions, only restored after crash.
- Remember Gnet stats notebook tab number across sessions.
- Remember download info / tools notebook tab number across sessions.

Improvements:
- Added --cleanup to explicitly request for final memory cleanup sequence.
- Updated Italian translation.
- Updated GeoIP databases.

Bug Fixes:
- Leaf nodes could end-up being connected to more ultrapeers than configured.
- Fixed monitoring of alien threads, important when GTK file selector is used.

Under the Hood:
- Debian compatibility level changed from 4 to 5.
- Make sure we can deal with older pkg-config, which needs leading arguments.
- Use "embedded" symbols for xmalloc(), xfree() and friends.
- Added "query_trace" property to trace all queries which were searched.
- Moved halloc-based string functions like h_strdup() to dedicated hstrfn.c.
- Expanded search mask to 64 bits to be able to hold all digits and letters.
- Count aliased queries and hits from aliases.
- Pre-compute shared file media type at record creation time.
- Pass query limits to st_search() to avoid needless pattern matching.
- Added h_strsplit() and h_strsplit_set().
- Added strvec_append_with() to expand vector by appending another vector.
- crash_assert_logv(): don't call crash_mode() if assert failure was recorded.
- entropy_clock_time(): mix the entropy nonce through hashing for more diffusion.
- node_can_accept_connection(): only send headers back when handshaking.
- qrp_add_file(): optimized to avoid computing word length if not required.
- thread_stack_check_overflow(): ignore virtual addresses outside stack range.
- vmm_init_once(): ensure any shared library for stacktrace unwinding is loaded.

(adam)

2017-02-26 12:55:57 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV to 1.91

(wen)

2017-02-26 12:54:44 UTC MAIN commitmail json YAML

Update to 1.91

Upstream changes:
1.91  2017-01-28
    - production release

1.90_01  2017-01-20
- Text::CSV_PP is totally refactored using the code/doc of
  Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are
  copied and a large portion of CSV_XS.xs is ported verbatim,
  and now CSV_PP passes all the tests for CSV_XS (with slight
  modification like s/XS/PP/g).

(wen)

2017-02-26 12:23:53 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.5.0, abcm2ps-8.13.6, go-1.8, harfbuzz-1.4.3,
  libfilezilla-0.9.1, libixion-0.12.2, libsigsegv-2.11, libspectre-0.2.8,
  mame-0.183, mcookie-2.29.2, musicpd-0.20.5, putty-0.68,
  py-anki2-2.0.43, py-setuptools-34.3.0, py-sqlalchemy-migrate-0.10.0,
  py-tortoisehg-4.1, todoman-2.1.0, vim-8.0.0373, vim-share-8.0.0373,
  x264-devel-20170225.

(wiz)

2017-02-26 10:17:38 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 1.3.1; devel/ccache to 3.3.4

(adam)

2017-02-26 10:17:00 UTC MAIN commitmail json YAML

ccache 3.3.4:

New features and improvements:
* Documented the different cache statistics counters.

Bug fixes:
* Fixed a regression in ccache 3.3 related to potentially bad content of dependency files when compiling identical source code but with different source paths. This was only partially fixed in 3.3.2 and reverts the new 窶廸ames of included files are no longer included in the hash of the compiler窶冱 preprocessed output窶� feature in 3.3.
* Corrected statistics counter for -optf/--options-file failure.
* Fixed undefined behavior warnings in ccache found by -fsanitize=undefined.

(adam)

2017-02-26 10:15:52 UTC MAIN commitmail json YAML

2017-02-26 09:33:19 UTC MAIN commitmail json YAML

Updated www/curl to 7.53.1; devel/snappy to 1.1.4; security/libtasn1; security/gnutls

(adam)

2017-02-26 09:19:56 UTC MAIN commitmail json YAML

* Version 3.5.9 (released 2017-02-12)

** libgnutls: Removed any references to OpenPGP functionality in documentation,
  and marked all functions in openpgp.h as deprecated. That functionality
  is considered deprecated and should not be used for other reason than
  backwards compatibility.

** libgnutls: Improve detection of AVX support. In certain cases when
  when the instruction was available on the host, but not on a VM running
  gnutls, detection could fail causing illegal instruction usage.

** libgnutls: Added support for IDNA2008 for internationalized DNS names.
  If gnutls is compiled using libidn2 (the latest version is recommended),
  it will support IDNA2008 instead of the now obsolete IDNA2003 standard.
  Resolves gitlab issue 150. Based on patch by Tim Ruehsen.

** p11tool: re-use ID from corresponding objects when writing certificates.
  That is, when writing a certificate which has a corresponding public key,
  or private key in the token, ensure that we use the same ID for the
  certificate.

** API and ABI modifications:
gnutls_idna_map: Added
gnutls_idna_reverse_map: Added

(adam)

2017-02-26 08:50:19 UTC MAIN commitmail json YAML

Added PKGCONFIG_OVERRIDE

(adam)

2017-02-26 08:45:44 UTC MAIN commitmail json YAML

* Noteworthy changes in release 4.10:
- Updated gnulib
- Removed -Werror from default compiler flags
- Fixed undefined behavior when negating integers in _asn1_ltostr().
  Issue found by oss-fuzz project (via gnutls):
  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=388
- Pass the correct length to _asn1_get_indefinite_length_string in
  asn1_get_length_ber. This addresses reading 1-byte past the end
  of data. Issue found by oss-fuzz project (via gnutls):
  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=330
  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33

(adam)

2017-02-26 08:41:17 UTC MAIN commitmail json YAML

Changes 1.1.4:
Fix a 1% performance regression when snappy is used in PIE executables.
Improve compression performance by 5%.
Improve decompression performance by 20%.

(adam)

2017-02-26 08:37:47 UTC MAIN commitmail json YAML

Changes 7.53.1:
Bugfixes:
* cyassl: fix typo
* url: Improve CURLOPT_PROXY_CAPATH error handling
* urldata: include curl_sspi.h when Windows SSPI is enabled
* formdata: check for EOF when reading from stdin
* tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
* url: Default the proxy CA bundle location to CURL_CA_BUNDLE
* rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header

(adam)

2017-02-26 06:44:41 UTC MAIN commitmail json YAML

Updated sysutils/pciutils to 3.5.4.

(msaitoh)

2017-02-26 06:44:17 UTC MAIN commitmail json YAML

Updated sysutils/pciutils to 3.5.4.

2017-02-25  Martin Mares <mj@ucw.cz>

* Released as 3.5.4.

* Previous version broke compilation on systems, for which lib/types.h
  did not provide a 64-bit integer type. It is provided everywhere now.

(msaitoh)

2017-02-26 02:23:04 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.46

(mef)

2017-02-26 02:22:50 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.46
-------------------------------------
0.46      2017-02-25 14:19:22-05:00 America/New_York
  - No changes from 0.45-TRIAL

0.45      2017-02-23 13:22:43-05:00 America/New_York (TRIAL RELEASE)
  [Internal]
  - Avoid variable shadowing to improve debuggability.

(mef)

2017-02-26 01:25:29 UTC MAIN commitmail json YAML

Updated shells/dash to 0.5.9.1

(ryoon)

2017-02-26 01:25:00 UTC MAIN commitmail json YAML

2017-02-25 21:39:33 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.31.0

(leot)

2017-02-25 21:39:19 UTC MAIN commitmail json YAML

Update net/aria2 to 1.31.0

Changes:
1.31.0
------
* Better error message when local file status cannot be retrieved
  (GH-836)
* Fix assertion failure in SimpleRandomizer::getRandomBytes
* Add option content-disposition-default-utf8
  Patch from JimmyZ (GH-813)

(leot)

2017-02-25 21:37:47 UTC MAIN commitmail json YAML

Merge 70d85407771c2f89cde9de66a267225dfa18653a from upstream:
Use types consistent with the prototypes in the header.

(joerg)

2017-02-25 21:21:53 UTC MAIN commitmail json YAML

Deal with stupid GCC warnings on Linux due to glibc deciding that
write's return value must be used at all times.

(joerg)

2017-02-25 21:14:37 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 3.3.1

(joerg)

2017-02-25 21:14:20 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 3.3.1

(joerg)

2017-02-25 21:13:58 UTC MAIN commitmail json YAML

Update to libarchive-3.3.1:
- Various code bugs fixed as a result of fuzzing efforts.
- Better ACL support on Darwin and Solaris
- Support for NFSv4 ACLs in the pax format

(joerg)

2017-02-25 21:11:20 UTC MAIN commitmail json YAML

2017-02-25 17:43:52 UTC MAIN commitmail json YAML

Updated mail/py-policyd-spf to 2.0.1

(wiz)

2017-02-25 17:43:39 UTC MAIN commitmail json YAML

Updated py-policyd-spf to 2.0.1.

Mark as not supportin python-2.x per the 2.0.0 release notes (see below).

--- 2.0.1 (2016-12-08)
  * Man page formatting and spelling corrections
  * Corrected default debug level (LP: #1647089)
  * Amplified loging level '-1' description
  * Forward port version 1.3.2 fixes for detection of missing Authserv_Id that
    were inadvertently not brought back to trunk

--- 2.0.0 (2016-12-02)
  ! No longer python2 compatible, minimum python3 version is 3.3 for ipaddress
  ! Removed support for use of ipaddr
  ! Changed default for HELO checking from SPF_Not_Pass to Fail (same as
    MailFrom) even though I think Not Pass makes more sense in order to
    still the complaints (Fedora, you can drop your sed call in the spec file
    now). (LP: #1571144)
  ! Changed default for Authserv-ID to use local hostname to provide a
    reasonable default Authserv-ID. (LP: #1575608)
  ! Increased minimum pyspf (python-spf) version to 2.0.9 so that Void_Limit
    is always available and used.
  ! Added new Hide_Receiver option to prevent accidental disclosure of BCC
    receivers and enabled it by default to maximize privacy.  (LP: #1394294)
  ! Changed the name of the defaultSeedOnly option to TestOnly.  The previous
    name is still accepted, but an error is logged.  The old name is a legacy
    from the greylising functionaliy in tumgreyspf (from which this was forked
    in 2007).  The new name better reflects what the option does.
  + Added new Reason_Message option to allow for custom reject/defer message
    (LP: #1422324) - Thanks to Bastian Blank for the significant patch
  + Added support for RFC 7372 email authentication specific enhanced status
    codes as well as an option to use standard Postfix codes instead
  + Added new HELO_Whitelist option to allow for whitelisting from SPF checks
    based on specific HELO/EHLO names (LP: #1602761)
  + Added new Whitelist_Lookup_Time to allow for adjustments on the maximum
    time allowed for whitelist related DNS lookups to complete - This should
    also help with LP: #1622137
  + Refactored and extended per user configuration to work for more
    configuration options
  + Added new 'None' option for Header_Type.  When set, no header field of any
    kind is added to the message (LP: #1531724)
  + Added new Mock option for enhanced interoperability with downstream
    milters - See policyd-spf.conf.5 for details
  * Fix additional cases of choking on invalid email addresses (LP: #1342105)
  * Reviewed and refactored logging to provide logging details at various
    detail levels more consistent with the documentation.  Also added a new
    log level, '-1' for completely silent running.
  * Added a new PERFORMANCE CONSIDERATIONS section to policyd-spf.1.
  * Fix python3 incompatibility in cases where HELO name is somehow missing
    (LP: #1184102)
  * Improved per-user settings processing to avoid issues with multiple or
    incorrect header fields being appended to multi-recipient messages
  * Refactored processing for the No_Mail option to use the pyspf cache from
    the previous SPF query rather than a new DNS lookup - should help with
    LP: #1622137
  * Fixed an issue that may have caused issues with multi-recipient use of
    restriction classes
  * Fixed a typo in policyd-spf-peruser.5 that made the example configuration
    file invalid

(wiz)

2017-02-25 17:40:30 UTC MAIN commitmail json YAML

Updated mail/py-spf to 2.0.12nb1

(wiz)

2017-02-25 17:40:17 UTC MAIN commitmail json YAML

Fix package to support python-3.x and add missing dependency for 2.x.

Bump PKGREVISION.

(wiz)

2017-02-25 17:39:36 UTC MAIN commitmail json YAML

Added net/py-py3dns version 3.1.1a

(wiz)

2017-02-25 17:39:21 UTC MAIN commitmail json YAML

2017-02-25 17:38:41 UTC MAIN commitmail json YAML

Import py-py3dns-3.1.1a as net/py-py3dns.

This Python 3 module provides an DNS API for looking up DNS entries
from within Python 3 modules and applications. This module is a
simple, lightweight implementation.

(wiz)

2017-02-25 15:48:21 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0043

(wen)

2017-02-25 15:47:27 UTC MAIN commitmail json YAML

Update to 1.0043

Upstream changes:
1.0043  2017-02-21 19:00:31 PST
    [IMPROVEMENTS]
        - Fixed typo in docs #578 #584
        - Remove test that expects cookie to be delimited by comma #573
        - Stop upper-casing all header keys in Plack::Request->headers #585

(wen)

2017-02-25 15:41:06 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 2.4.9

(wen)

2017-02-25 15:40:02 UTC MAIN commitmail json YAML

Update to 2.4.9

Upstream changes:
v2.4.9 2017-02-22T01:23:31Z
    - Fix build issue on newer Perl

(wen)

2017-02-25 15:31:53 UTC MAIN commitmail json YAML

Add msgmerge to tools. From Yasushi Oshima in PR 52006.

(wiz)

2017-02-25 14:55:37 UTC MAIN commitmail json YAML

+ www/py-landslide

(kamil)

2017-02-25 14:54:52 UTC MAIN commitmail json YAML

Added www/py-landslide version 1.1.3

(kamil)

2017-02-25 14:53:49 UTC MAIN commitmail json YAML

Import landslide-1.1.3 as www/py-landslide.

Landslide generates a slideshow using from markdown, ReST, or textile.

It builds off of Google's html5slides template.

(kamil)

2017-02-25 14:29:07 UTC MAIN commitmail json YAML

Updated devel/p5-Hook-LexWrap to 0.26

(mef)

2017-02-25 14:29:01 UTC MAIN commitmail json YAML

Remove left over entry from removed option "compressed_mbox"

(tron)

2017-02-25 14:28:43 UTC MAIN commitmail json YAML

Updated devel/p5-Hook-LexWrap to 0.26
-------------------------------------
0.26    2017-02-23 05:42:34Z
        - properly wrap CORE::caller for @DB::args (RT#103186, Максим Лубянов)

(mef)

2017-02-25 14:16:37 UTC MAIN commitmail json YAML

Updated devel/p5-Shell-Perl to 0.0026
Updated devel/p5-Test-Aggregate to 0.375
Updated devel/p5-Ref-Util to 0.113
Updated devel/p5-Term-Screen to 1.06
Updated devel/p5-String-PerlIdentifier to 0.06
Updated devel/p5-Test-Warn to 0.32

(mef)

2017-02-25 14:14:41 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Warn to 0.32
----------------------------------
0.32  2016-12-23
        - updating github information
        - updating changes

0.31  2016-12-16
        - handling warnings with trailing newlines

(mef)

2017-02-25 14:11:47 UTC MAIN commitmail json YAML

Updated devel/p5-String-PerlIdentifier to 0.06
----------------------------------------------
v0.06 Mon Nov 14 13:28:16 EST 2016
    - First version stored in Git.  Adapt to "default_inc_excludes_dot" for
      Perl 5.26

(mef)

2017-02-25 14:08:54 UTC MAIN commitmail json YAML

Updated devel/p5-Term-Screen to 1.06
------------------------------------
1.06 2016-12-04 JSTOWE
        - Fix for improper ordering of unexpected escapes from ruittenb@cpan.org
        - Use direct object notation for Term::Cap constructor

(mef)

2017-02-25 14:06:05 UTC MAIN commitmail json YAML

Updated devel/p5-Ref-Util to 0.113
----------------------------------
0.113    2017-01-16 19:36:58+01:00 Europe/Amsterdam
        * Fix bugtracker link.
          (Shoichi Kaji)

0.112    2017-01-15 17:15:26+01:00 Europe/Amsterdam
        * GH #35: Fix compilation on Sun (Oracle) and some MSVC compilers.
          (stphnlyd)

0.111    2016-12-30 12:18:04+01:00 Europe/Amsterdam
        * Fix test failure on 5.8.5 and under.
        * Moved to Dist::Zilla.

0.110  2016-12-29
        * GH #29, #34: Fix support of 5.8.
          (Sergey Aleynikov)
        * Additional optimizations.
          (Sergey Aleynikov)
        * More extensive test suite.

(mef)

2017-02-25 14:01:49 UTC MAIN commitmail json YAML

Updated devel/p5-Shell-Perl to 0.0026
-------------------------------------
0.0026  Sun Jan 08 12:40 PT 2017
    - fix t/20expect_quit.t when TERM is not set

0.0025  Sat Jan 07 11:59 PT 2017
    - requires version 0.77
    - requires Getopt::Long 2.43 – bundling_values

0.0024  Fri Jan 06 2017
    - every statement is now evalued by default
      with the current perl version running the shell
    - new shell command :set perl_version <version>
    - change in CLI options: case-sensitivity & no auto abbreviations
    - pirl -I dir1 -Idir2
    - drop File::Slurp as a prereq

(mef)

2017-02-25 13:58:54 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Aggregate to 0.375
----------------------------------------
0.375  2017-01-08
        - Abort installation if using newer (incompatible) Test::More.
          Thanks to Alexandr Ciornii for the pull request (gh-5).

(mef)

2017-02-25 13:48:52 UTC MAIN commitmail json YAML

Use MASTER_SITE_SOURCEFORGE instead of hardcoding URL, thanks wiz@.

(mef)

2017-02-25 12:16:44 UTC MAIN commitmail json YAML

Fix archivers/zziplib build on NetBSD 7.99.62 amd64

Fix inline function error reference:
work/zziplib-0.13.59/zzip/.libs/libzzip.so: undefined reference to `__zzip_aligned4'

Replace _zzip_inline with regular static inline.

(kamil)

2017-02-25 11:04:11 UTC MAIN commitmail json YAML

Updated devel/py-txaio to 2.6.1

(wiz)