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

2024-05-13 05:43:37 UTC Now

2015-11-07 10:11:02 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.3.7

(adam)

2015-11-07 10:10:10 UTC MAIN commitmail json YAML

2015-11-07 09:16:28 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.99

(tron)

2015-11-07 09:16:09 UTC MAIN commitmail json YAML

Add missing FreeType 2 include file "ftfntfmt.h". This fixes the build
of the "cairo" package under Mac OS X.

(tron)

2015-11-07 06:22:42 UTC MAIN commitmail json YAML

Removed unused buildlink3.mk file from the pre-2009 aera

(rillig)

2015-11-06 21:45:32 UTC MAIN commitmail json YAML

Remove obsolete entry.

(wiz)

2015-11-06 21:42:32 UTC MAIN commitmail json YAML

Updated devel/py-requests to 2.8.1

(wiz)

2015-11-06 21:42:14 UTC MAIN commitmail json YAML

Update py-requests to 2.8.1.

2.8.1 (2015-10-13)
++++++++++++++++++

**Bugfixes**

- Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate
  bundle.
- Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of
  ``ConnectionError``
- When using the PreparedRequest flow, requests will now correctly respect the
  ``json`` parameter. Broken in 2.8.0.
- When using the PreparedRequest flow, requests will now correctly handle a
  Unicode-string method name on Python 2. Broken in 2.8.0.

2.8.0 (2015-10-05)
++++++++++++++++++

**Minor Improvements** (Backwards Compatible)

- Requests now supports per-host proxies. This allows the ``proxies``
  dictionary to have entries of the form
  ``{'<scheme>://<hostname>': '<proxy>'}``. Host-specific proxies will be used
  in preference to the previously-supported scheme-specific ones, but the
  previous syntax will continue to work.
- ``Response.raise_for_status`` now prints the URL that failed as part of the
  exception message.
- ``requests.utils.get_netrc_auth`` now takes an ``raise_errors`` kwarg,
  defaulting to ``False``. When ``True``, errors parsing ``.netrc`` files cause
  exceptions to be thrown.
- Change to bundled projects import logic to make it easier to unbundle
  requests downstream.
- Changed the default User-Agent string to avoid leaking data on Linux: now
  contains only the requests version.

**Bugfixes**

- The ``json`` parameter to ``post()`` and friends will now only be used if
  neither ``data`` nor ``files`` are present, consistent with the
  documentation.
- We now ignore empty fields in the ``NO_PROXY`` enviroment variable.
- Fixed problem where ``httplib.BadStatusLine`` would get raised if combining
  ``stream=True`` with ``contextlib.closing``.
- Prevented bugs where we would attempt to return the same connection back to
  the connection pool twice when sending a Chunked body.
- Miscellaneous minor internal changes.
- Digest Auth support is now thread safe.

**Updates**

- Updated urllib3 to 1.12.

(wiz)

2015-11-06 21:32:45 UTC MAIN commitmail json YAML

Use py-requests-oauthlib from security/

(wiz)

2015-11-06 21:32:28 UTC MAIN commitmail json YAML

2015-11-06 20:36:01 UTC MAIN commitmail json YAML

2015-11-06 20:34:00 UTC MAIN commitmail json YAML

2015-11-06 20:33:21 UTC MAIN commitmail json YAML

2015-11-06 20:12:01 UTC MAIN commitmail json YAML

Explicitly depend on gettext-tools and gettext-m4. Fix build when these
packages are not installed.

>From joerg and wiz via email.

(bsiegert)

2015-11-06 17:35:26 UTC MAIN commitmail json YAML

2015-11-06 17:32:15 UTC MAIN commitmail json YAML

Updated devel/git to 2.6.3; devel/libsmi to 0.5.0

(adam)

2015-11-06 17:07:23 UTC MAIN commitmail json YAML

2015-11-06 16:38:27 UTC MAIN commitmail json YAML

Fix a typo and s/Mac OS X/OS X/g

Thanks to wiz@ and Luis Muir for pointing these out.

(gdt)

2015-11-06 16:05:00 UTC MAIN commitmail json YAML

Fix PLIST for non-SunOS platforms

(fhajny)

2015-11-06 15:48:53 UTC MAIN commitmail json YAML

Make assorted minor updates

- Remove information about older versions of pkgsrc.
- Note that /usr/include is gone and that there are SDKs
- Add hazy explanation of the missing SDK/command-line-tools issue.
- Add 10.11 (but do not change deprecation status of anything).
- Clarify (but do not try to update for current reality) the 10.6/10.9
  bulk build descriptions.

(gdt)

2015-11-06 15:45:05 UTC MAIN commitmail json YAML

Changes 2.6.3:
* The error message from "git blame --contents --reverse" incorrectly
  talked about "--contents --children".

* "git merge-file" tried to signal how many conflicts it found, which
  obviously would not work well when there are too many of them.

* The name-hash subsystem that is used to cope with case insensitive
  filesystems keeps track of directories and their on-filesystem
  cases for all the paths in the index by holding a pointer to a
  randomly chosen cache entry that is inside the directory (for its
  ce->ce_name component).  This pointer was not updated even when the
  cache entry was removed from the index, leading to use after free.
  This was fixed by recording the path for each directory instead of
  borrowing cache entries and restructuring the API somewhat.

* When the "git am" command was reimplemented in C, "git am -3" had a
  small regression where it is aborted in its error handling codepath
  when underlying merge-recursive failed in some ways.

* The synopsis text and the usage string of subcommands that read
  list of things from the standard input are often shown as if they
  only take input from a file on a filesystem, which was misleading.

* A couple of commands still showed "[options]" in their usage string
  to note where options should come on their command line, but we
  spell that "[<options>]" in most places these days.

* The submodule code has been taught to work better with separate
  work trees created via "git worktree add".

* When "git gc --auto" is backgrounded, its diagnosis message is
  lost.  It now is saved to a file in $GIT_DIR and is shown next time
  the "gc --auto" is run.

* Work around "git p4" failing when the P4 depot records the contents
  in UTF-16 without UTF-16 BOM.

* Recent update to "rebase -i" that tries to sanity check the edited
  insn sheet before it uses it has become too picky on Windows where
  CRLF left by the editor is turned into a trailing CR on the line
  read via the "read" built-in command.

* "git clone --dissociate" runs a big "git repack" process at the
  end, and it helps to close file descriptors that are open on the
  packs and their idx files before doing so on filesystems that
  cannot remove a file that is still open.

* Correct "git p4 --detect-labels" so that it does not fail to create
  a tag that points at a commit that is also being imported.

* The internal stripspace() function has been moved to where it
  logically belongs to, i.e. strbuf API, and the command line parser
  of "git stripspace" has been updated to use the parse_options API.

* Prepare for Git on-disk repository representation to undergo
  backward incompatible changes by introducing a new repository
  format version "1", with an extension mechanism.

* "git gc" used to barf when a symbolic ref has gone dangling
  (e.g. the branch that used to be your upstream's default when you
  cloned from it is now gone, and you did "fetch --prune").

* The normalize_ceiling_entry() function does not muck with the end
  of the path it accepts, and the real world callers do rely on that,
  but a test insisted that the function drops a trailing slash.

* "git gc" is safe to run anytime only because it has the built-in
  grace period to protect young objects.  In order to run with no
  grace period, the user must make sure that the repository is
  quiescent.

* A recent "filter-branch --msg-filter" broke skipping of the commit
  object header, which is fixed.

* "git --literal-pathspecs add -u/-A" without any command line
  argument misbehaved ever since Git 2.0.

* Merging a branch that removes a path and another that changes the
  mode bits on the same path should have conflicted at the path, but
  it didn't and silently favoured the removal.

* "git imap-send" did not compile well with older version of cURL library.

* The linkage order of libraries was wrong in places around libcurl.

* It was not possible to use a repository-lookalike created by "git
  worktree add" as a local source of "git clone".

* When "git send-email" wanted to talk over Net::SMTP::SSL,
  Net::Cmd::datasend() did not like to be fed too many bytes at the
  same time and failed to send messages.  Send the payload one line
  at a time to work around the problem.

* We peek objects from submodule's object store by linking it to the
  list of alternate object databases, but the code to do so forgot to
  correctly initialize the list.

* "git status --branch --short" accessed beyond the constant string
  "HEAD", which has been corrected.

* "git daemon" uses "run_command()" without "finish_command()", so it
  needs to release resources itself, which it forgot to do.

Also contains typofixes, documentation updates and trivial code
clean-ups.

(adam)

2015-11-06 15:37:50 UTC MAIN commitmail json YAML

Explicitly avoid inotify on anything non-Linux. Fixes build.

(fhajny)

2015-11-06 13:51:18 UTC MAIN commitmail json YAML

2015-11-06 13:50:25 UTC MAIN commitmail json YAML

Added lang/clang-static-analyzer version 3.7.0

(wiz)

2015-11-06 13:50:16 UTC MAIN commitmail json YAML

+ clang-static-analyzer

(wiz)

2015-11-06 13:50:05 UTC MAIN commitmail json YAML

Import clang-static-analyzer-3.7.0 as lang/clang-static-analyzer.

The Clang Static Analyzer is a source code analysis tool that finds
bugs in C, C++, and Objective-C programs.

The standalone tool is invoked from the command line, and is intended
to be run in tandem with a build of a codebase.

The analyzer is 100% open source and is part of the Clang project.
Like the rest of Clang, the analyzer is implemented as a C++ library
that can be used by other tools and applications

(wiz)

2015-11-06 12:46:29 UTC MAIN commitmail json YAML

Updated finance/magento to 1.9.2.2

(fhajny)

2015-11-06 12:46:14 UTC MAIN commitmail json YAML

Update finance/magento to 1.9.2.2.

This release fixes several vulnerabilities and security issues.

See release notes for details:

  http://merch.docs.magento.com/ce/user_guide/magento/release-notes-ce-1.9.2.2.html

The patch bundle technical notes explain how the patches affect
existing installations:

  http://magento.com/security/patches/supee-6788-technical-details

(fhajny)

2015-11-06 11:42:21 UTC MAIN commitmail json YAML

Added devel/py-requests-oauthlib version 0.5.0

(wiz)

2015-11-06 11:42:11 UTC MAIN commitmail json YAML

+ py-requests-oauthlib

(wiz)

2015-11-06 11:41:28 UTC MAIN commitmail json YAML

Import py34-requests-oauthlib-0.5.0 as devel/py-requests-oauthlib.

This python package provides first-class OAuth library support for
Requests.

(wiz)

2015-11-06 11:33:58 UTC MAIN commitmail json YAML

Updated audio/libopenmpt to 0.2.5705

(wiz)

2015-11-06 11:33:40 UTC MAIN commitmail json YAML

Update libopenmpt to 0.2.5705.

libopenmpt 0.2-beta15 (2015-10-31)

    [Change] openmpt123: SDL2 is now supported and preferred to
    SDL1 if available.
    [Bug] Emscripten support for older emscripten versions broke
    in -beta14. These are now supported again when using make
    CONFIG=emscripten-old.
    [Bug] Fixed crashes in MED loader.
    Playback improvements and loader fixes for MOD, MT2 and MED.

(wiz)

2015-11-06 11:20:00 UTC MAIN commitmail json YAML

2015-11-06 11:19:48 UTC MAIN commitmail json YAML

Update gsl to 2.0.

No shlib major bump despite the big version bump.

* What is new in gsl-2.0:

** fixed bug #43258 for hypergeometric functions (Raymond Rogers)

** added L-curve analysis routines for linear Tikhonov regression

** add running statistics module

** added bilinear and bicubic interpolation (David Zaslavsky)

** added function gsl_multifit_robust_residuals to compute robust
  fit residuals

** added Steffen monotonic interpolation method (Jean-Fran巽ois Caron)

** added new nonlinear least squares solver 'lmniel' suitable for
  systems with large numbers of data

** nonlinear least squares solver now tracks the number of function
  and Jacobian evaluations, see example program for details

** the 'fdf' field of gsl_multifit_function_fdf is now deprecated
  and does not need to be specified for nonlinear least squares
  problems

** added extensive test suite to nonlinear least squares module,
  resulting in a few minor bug fixes; the routine
  gsl_multifit_fdfsolver_driver has been rewritten (with API change)
  to handle the various error codes of the lmsder iterate
  routine, resulting in a high level caller which is highly robust
  for a wide class of problems

** added support for sparse matrices, including a GMRES
  iterative linear solver

** added routines gsl_linalg_givens and gsl_linalg_givens_gv
  for Givens rotations

** added Tikhonov (ridge) regularization to least squares module
  (linear and nonlinear)

** removed unused argument 'n' from gsl_sf_ellint_D

** merged bspline_deriv_workspace into bspline_workspace to simplify
  bspline API; the functions
    gsl_bspline_deriv_alloc
    gsl_bspline_deriv_free
  are now deprecated and will be removed in a future release.

** merged ALF extension into GSL for associated Legendre functions;
  api has changed; consequently the functions:
    gsl_sf_legendre_Plm_array
    gsl_sf_legendre_Plm_deriv_array
    gsl_sf_legendre_sphPlm_array
    gsl_sf_legendre_sphPlm_deriv_array
    gsl_sf_legendre_array_size
  are now deprecated and will be removed in a future release.

** added function gsl_multifit_robust_weights to allow user to
  access the various weighting functions

(wiz)

2015-11-06 11:16:57 UTC MAIN commitmail json YAML

Updated devel/colordiff to 1.0.16

(wiz)

2015-11-06 11:16:46 UTC MAIN commitmail json YAML

Update colordiff to 1.0.16:

Changes between 1.0.15 and 1.0.16

Support for XDG_CONFIG_HOME (thanks Zhiming Wang), fewer deps for cdiff.sh and
fixes for diffy and diff-type specification (thanks Peter Wu).

(wiz)

2015-11-06 11:16:21 UTC MAIN commitmail json YAML

Updated graphics/cairo-gobject to 1.14.4

(wiz)

2015-11-06 11:16:07 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.14.4

(wiz)

2015-11-06 11:15:52 UTC MAIN commitmail json YAML

Update cairo* to 1.14.4:

Release 1.14.4    (2015-10-28  Bryce Harrington <bryce@osg.samsung.com>)
========================================================================
Just in time for Halloween we see another bug-fix release for Cairo.
This brings a few dozen straightforward bug fixes with no API changes.

In addition, this includes a typical assortment of fixes to tests,
cleanup of warnings and memory leaks, correction of misspellings,
updates to documentation, etc.

For a complete log of changes since 1.14.2, please see:

    http://cairographics.org/releases/ChangeLog.1.14.4

Features
--------
None

API Changes
-----------
None

Dependency Changes
------------------
None

Performance Optimizations
-------------------------
None

Bug Fixes
---------
* Avoid appending empty slots to user data arrays.  Fixes a memory
  consumption regression since commit 9341c254a.

* Return a better error (file-not-found) when setting up pango on
  devices where the font files don't have read permissions.

* Fix regression in the font size of canvas text in Inkscape when
  compiled with the Quartz backend.  (Bug #84324)

* Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with
  OpenGL ES 2.0.  Manually transpose the matrix.

* Fix incorrect font descriptor conversion when the font matrix yy is
  negative. (Bug #90538)

* Fix crash when using a complex path for clip and stroke due to
  discarding the intersection exactly at the top edge.
  (Bug #74779)

* Fix cairo_get_locale_decimal_point() on Android

* Fix compilation problem on AIX due to conflicting usage of symbol
  'jmpbuf'.  (Bug #89339)

* Fix broken rendering with XCB due to snapshotting of uploaded part of
  surfaces.  (Bug #67505)

* Fix loss of alpha when copying a mask for a cairo recording surface,
  resulting in a double copy.  (Bugs #73038, #73901)

* Fix incorrect recording of certain paths with script surfaces.
  (Bug #91054)

* Fix typo in definition of MAYBE_WARN in configure script.
  (Bug #89750)

* Fix use of filename variable after it's been freed.
  (Bug #91206)

* Fix out of bounds access when printing pattern.
  (Bug #91266)

* Fix incorrect size calculation in glyph cache unlocking for Cairo GL
  compositor.
  (Bug #91321)

* Fix memory leak in _cairo_gl_pattern_texture_setup()
  (Bug #91537)

* Fix transparent images in win32-print.
  (Bug #91835)

* Fix _put_shm_image_boxes and _put_image_boxes when no SHM available
  with XCB.

(wiz)

2015-11-06 11:07:09 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.7.3

(wiz)

2015-11-06 11:06:56 UTC MAIN commitmail json YAML

Update py-vdirsyncer to 0.7.3. Add more (new) dependencies.

Version 0.7.3
=============

*released on 05 November 2015*

- Make remotestorage-dependencies actually optional.

Version 0.7.2
=============

*released on 05 November 2015*

- Un-break testsuite.

Version 0.7.1
=============

*released on 05 November 2015*

- **Packagers:** The setuptools extras ``keyring`` and ``remotestorage`` have
  been added. They're basically optional dependencies. See ``setup.py`` for
  more details.

- Highly experimental remoteStorage support has been added. It may be
  completely overhauled or even removed in any version.

- Removed mentions of old ``password_command`` in documentation.

Version 0.7.0
=============

*released on 27 October 2015*

- **Packagers:** New dependencies are ``click_threading``, ``click_log`` and
  ``click>=5.0``.
- ``password_command`` is gone. Keyring support got completely overhauled. See
  :doc:`keyring`.

(wiz)

2015-11-06 11:01:51 UTC MAIN commitmail json YAML

Updated security/py-requests-oauthlib to 0.5.0

(wiz)

2015-11-06 11:01:38 UTC MAIN commitmail json YAML

Updated py-requests-oauthlib to 0.5.0:

v0.5.0 (4 May 2015)
+++++++++++++++++++
- Fix ``TypeError`` being raised instead of ``TokenMissing`` error.
- Raise requests exceptions on 4XX and 5XX responses in the OAuth2 flow.
- Avoid ``AttributeError`` when initializing the ``OAuth2Session`` class
  without complete client information.

v0.4.2
++++++
- New ``authorized`` property on OAuth1Session and OAuth2Session, which allows
  you to easily determine if the session is already authorized with OAuth tokens
  or not.
- New ``TokenMissing`` and ``VerifierMissing`` exception classes for OAuth1Session:
  this will make it easier to catch and identify these exceptions.

v0.4.1 (6 June 2014)
++++++++++++++++++++
- New install target ``[rsa]`` for people using OAuth1 RSA-SHA1 signature
  method.
- Fixed bug in OAuth2 where supplied state param was not used in auth url.
- OAuth2 HTTPS checking can be disabled by setting environment variable
  ``OAUTHLIB_INSECURE_TRANSPORT``.
- OAuth1 now re-authorize upon redirects.
- OAuth1 token fetching now raise a detailed error message when the
  response body is incorrectly encoded or the request was denied.
- Added support for custom OAuth1 clients.
- OAuth2 compliance fix for Sina Weibo.
- Multiple fixes to facebook compliance fix.
- Compliance fixes now re-encode body properly as bytes in Python 3.
- Logging now properly done under ``requests_oauthlib`` namespace instead
  of piggybacking on oauthlib namespace.
- Logging introduced for OAuth1 auth and session.

(wiz)

2015-11-06 10:56:31 UTC MAIN commitmail json YAML

pkglint cleanup.

Add commented out test dependencies.

(wiz)

2015-11-06 10:50:41 UTC MAIN commitmail json YAML

Updated security/py-oauthlib to 1.0.3

(wiz)

2015-11-06 10:50:30 UTC MAIN commitmail json YAML

Update to 1.0.3. Add missing dependencies.

1.0.3 (2015-08-16)

    (Fix) Changed the documented return type of the `invalidate_request_token()` method from the RSA key to None since nobody is using the return type.
    (Enhancement) Added a validator log that will store what the endpoint has computed for debugging and logging purposes (OAuth 1 only for now).

1.0.2 (2015-08-10)

    (Fix) Allow client secret to be null for public applications that do not mandate it's specification in the query parameters.
    (Fix) Encode request body before hashing in order to prevent encoding errors in Python 3.

1.0.1 (2015-07-27)

    (Fix) Added token_type_hint to the list of default Request parameters.

1.0.0 (2015-07-19)

    (Breaking Change) Replace pycrypto with cryptography from https://cryptography.io
    (Breaking Change) Update jwt to 1.0.0 (which is backwards incompatible) no oauthlib api changes were made.
    (Breaking Change) Raise attribute error for non-existing attributes in the Request object.
    (Fix) Strip whitespace off of scope string.
    (Change) Don't require to return the state in the access token response.
    (Change) Hide password in logs.
    (Fix) Fix incorrect invocation of prepare_refresh_body in the OAuth2 client.
    (Fix) Handle empty/non-parsable query strings.
    (Fix) Check if an RSA key is actually needed before requiring it.
    (Change) Allow tuples for list_to_scope as well as sets and lists.
    (Change) Add code to determine if client authentication is required for OAuth2.
    (Fix) Fix error message on invalid Content-Type header for OAtuh1 signing.
    (Fix) Allow ! character in query strings.
    (Fix) OAuth1 now includes the body hash for requests that specify any content-type that isn't x-www-form-urlencoded.
    (Fix) Fixed error description in oauth1 endpoint.
    (Fix) Revocation endpoint for oauth2 will now return an empty string in the response body instead of 'None'.
    Increased test coverage.
    Performance improvements.
    Documentation improvements and fixes.

0.7.2 (2014-11-13)

    (Quick fix) Unpushed locally modified files got included in the PyPI 0.7.1 release. Doing a new clean release to address this. Please upgrade quickly and report any issues you are running into.

0.7.1 (2014-10-27)

    (Quick fix) Add oauthlib.common.log object back in for libraries using it.

0.7.0 (2014-10-27)

    (Change) OAuth2 clients will not raise a Warning on scope change if the environment variable OAUTHLIB_RELAX_TOKEN_SCOPE is set. The token will now be available as an attribute on the error, error.token. Token changes will now also be announced using blinker.
    (Fix/Feature) Automatic fixes of non-compliant OAuth2 provider responses (e.g. Facebook).
    (Fix) Logging is now tiered (per file) as opposed to logging all under oauthlib.
    (Fix) Error messages should now include a description in their message.
    (Fix/Feature) Optional support for jsonp callbacks after token revocation.
    (Feature) Client side preparation of OAuth 2 token revocation requests.
    (Feature) New OAuth2 client API methods for preparing full requests.
    (Feature) OAuth1 SignatureOnlyEndpoint that only verifies signatures and client IDs.
    (Fix/Feature) Refresh token grant now allow optional refresh tokens.
    (Fix) add missing state param to OAuth2 errors.
    (Fix) add_params_to_uri now properly parse fragment.
    (Fix/Feature) All OAuth1 errors can now be imported from oauthlib.oauth1.
    (Fix/Security) OAuth2 logs will now strip client provided password, if present.
    Allow unescaped @ in urlencoded parameters.

0.6.3 (2014-06-10)

Quick fix. OAuth 1 client repr in 0.6.2 overwrote secrets when scrubbing for print.

0.6.2 (2014-06-06)

    Numerous OAuth2 provider errors now suggest a status code of 401 instead of 400 (#247.
    Added support for JSON web tokens with oauthlib.common.generate_signed_token. Install extra dependency with oauthlib[signedtoken] (#237).
    OAuth2 scopes can be arbitrary objects with __str__ defined (#240).
    OAuth 1 Clients can now register custom signature methods (#239).
    Exposed new method oauthlib.oauth2.is_secure_transport that checks whether the given URL is HTTPS. Checks using this method can be disabled by setting the environment variable OAUTHLIB_INSECURE_TRANSPORT (#249).
    OAuth1 clients now has __repr__ and will be printed with secrets scrubbed.
    OAuth1 Client.get_oauth_params now takes an oauthlib.Request as an argument.
    urldecode will now raise a much more informative error message on incorrectly encoded strings.
    Plenty of typo and other doc fixes.

(wiz)

2015-11-06 10:47:29 UTC MAIN commitmail json YAML

Added textproc/py-JWT version 1.4.0

(wiz)

2015-11-06 10:47:18 UTC MAIN commitmail json YAML

2015-11-06 10:46:25 UTC MAIN commitmail json YAML

Import py-JWT-1.4.0 as textproc/py-JWT.

A Python implementation of JSON Web Token draft 32.

(wiz)

2015-11-06 09:47:22 UTC MAIN commitmail json YAML

Added devel/py-click-log version 0.1.1

(wiz)

2015-11-06 09:47:08 UTC MAIN commitmail json YAML

+ py-click-log.

(wiz)

2015-11-06 09:46:51 UTC MAIN commitmail json YAML

2015-11-06 09:44:52 UTC MAIN commitmail json YAML

Added devel/py-click-threading version 0.1.2

(wiz)

2015-11-06 09:44:37 UTC MAIN commitmail json YAML

+ py-click-threading

(wiz)

2015-11-06 09:44:07 UTC MAIN commitmail json YAML

Import py-click-threading-0.1.2 as devel/py-click-threading.

Utilities for multithreading in py-click.

(wiz)

2015-11-06 09:39:30 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.19.11

(wiz)

2015-11-06 09:39:14 UTC MAIN commitmail json YAML

Update musicpd to 0.19.11:

ver 0.19.11 (2015/10/27)
* tags
  - ape: fix buffer overflow
* decoder
  - ffmpeg: fix crash due to wrong avio_alloc_context() call
  - gme: don't loop forever, fall back to GME's default play length
* encoder
  - flac: fix crash with 32 bit playback
* mixer
  - fix mixer lag after enabling/disabling output

(wiz)

2015-11-06 09:25:32 UTC MAIN commitmail json YAML

Updated sysutils/dbus to 1.10.2

(wiz)

2015-11-06 09:25:17 UTC MAIN commitmail json YAML

Update dbus to 1.10.2:

D-Bus 1.10.2 (2015-10-26)
==

The “worst pies in London” release.

Fixes:

• Correct error handling for activation: if there are multiple attempts
  to activate the same service and it fails immediately, the first attempt
  would get the correct reply, but the rest would time out. We now send
  the same error reply to each attempt. (fd.o #92200, Simon McVittie)

• If BecomeMonitor is called with a syntactically invalid match rule,
  don't crash with an assertion failure, fixing a regression in 1.9.10.
  This was not exploitable as a denial of service, because the check
  for a privileged user is done first. (fd.o #92298, Simon McVittie)

• On Linux with --enable-user-session, add the bus address to the
  environment of systemd services for better backwards compatibility
  (fd.o #92612, Jan Alexander Steffens)

• On Windows, fix the logic for replacing the installation prefix
  in service files' Exec lines (fd.o #83539; Milan Crha, Simon McVittie)

• On Windows, if installed in the conventional layout with ${prefix}/etc
  and ${prefix}/share, use relative paths between bus configuration files
  to allow the tree to be relocated (fd.o #92028, Simon McVittie)

• Make more of the regression tests pass in Windows builds (fd.o #92538,
  Simon McVittie)

(wiz)

2015-11-06 09:19:55 UTC MAIN commitmail json YAML

Updated devel/libuv to 1.7.5

(wiz)

2015-11-06 09:19:40 UTC MAIN commitmail json YAML

Update libuv to 1.7.5, provided by Jonathan Buschmann in PR 50409.

Update to libuv 1.7.5

--- Changelog

2015.09.23, Version 1.7.5 (Stable), a8c1136de2cabf25b143021488cbaab05834daa8

Changes since version 1.7.4:

* unix: Support atomic compare & swap xlC on AIX (nmushell)

* unix: Fix including uv-aix.h on AIX (nmushell)

* unix: consolidate rwlock tryrdlock trywrlock errors (Sa�l Ibarra Corretg�)

* unix, win: consolidate mutex trylock errors (Sa�l Ibarra Corretg�)

* darwin: fix memory leak in uv_cpu_info (Jianghua Yang)

* test: add tests for the uv_rwlock implementation (Bert Belder)

* win: redo/fix the uv_rwlock APIs (Bert Belder)

* win: don't fetch function pointers to SRWLock APIs (Bert Belder)

2015.09.12, Version 1.7.4 (Stable), a7ad4f52189d89cfcba35f78bfc5ff3b1f4105c4

Changes since version 1.7.3:

* doc: uv_read_start and uv_read_cb clarifications (Ben Trask)

* freebsd: obtain true uptime through clock_gettime() (Jianghua Yang)

* win, tty: do not convert \r to \r\n (Colin Snover)

* build,gyp: add DragonFly to the list of OSes (Michael Neumann)

* fs: fix bug in sendfile for DragonFly (Michael Neumann)

* doc: add uv_dlsym() return type (Brian White)

* tests: fix fs tests run w/o full getdents support (Jeremy Whitlock)

* doc: fix typo (Devchandra Meetei Leishangthem)

* doc: fix uv-unix.h location (Sakthipriyan Vairamani)

* unix: fix error check when closing process pipe fd (Ben Noordhuis)

* test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno)

* win: fix unsavory rwlock fallback implementation (Bert Belder)

* doc: clarify repeat timer behavior (Eli Skeggs)

2015.08.28, Version 1.7.3 (Stable), 93877b11c8b86e0a6befcda83a54555c1e36e4f0

Changes since version 1.7.2:

* threadpool: fix thread starvation bug (Ben Noordhuis)

2015.08.25, Version 1.7.2 (Stable), 4d13a013fcfa72311f0102751fdc7951873f466c

Changes since version 1.7.1:

* unix, win: make uv_loop_init return on error (Willem Thiart)

* win: reset pipe handle for pipe servers (Sa�l Ibarra Corretg�)

* win: fix replacing pipe handle for pipe servers (Sa�l Ibarra Corretg�)

* win: fix setting pipe pending instances after bind (Sa�l Ibarra Corretg�)

2015.08.20, Version 1.7.1 (Stable), 44f4b6bd82d8ae4583ccc4768a83af778ef69f85

Changes since version 1.7.0:

* doc: document the procedure for verifying releases (Sa�l Ibarra Corretg�)

* doc: add note about Windows binaries to the README (Sa�l Ibarra Corretg�)

* doc: use long GPG IDs in MAINTAINERS.md (Sa�l Ibarra Corretg�)

* Revert "stream: squelch ECONNRESET error if already closed" (Sa�l Ibarra
  Corretg�)

* doc: clarify uv_read_stop() is idempotent (Corbin Simpson)

* unix: OpenBSD's setsockopt needs an unsigned char for multicast (Zachary
  Hamm)

* test: Fix two memory leaks (Karl Skomski)

* unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski)

* win: set accepted TCP sockets as non-inheritable (Sa�l Ibarra Corretg�)

* unix: remove superfluous parentheses in fs macros (Ben Noordhuis)

* unix: don't copy arguments for sync fs requests (Ben Noordhuis)

* test: plug small memory leak in unix test runner (Ben Noordhuis)

* unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis)

* unix,windows: don't assert on unknown error code (Ben Noordhuis)

* stream: retry write on EPROTOTYPE on OSX (Brian White)

* common: fix use of snprintf on Windows (Sa�l Ibarra Corretg�)

* tests: refactored fs watch_dir tests for stability (Jeremy Whitlock)

2015.08.06, Version 1.7.0 (Stable), 415a865d6365ba58d02b92b89d46ba5d7744ec8b

Changes since version 1.6.1:

* win,stream: add slot to remember CRT fd (Bert Belder)

* win,pipe: properly close when created from CRT fd (Bert Belder)

* win,pipe: don't close fd 0-2 (Bert Belder)

* win,tty: convert fd -> handle safely (Bert Belder)

* win,tty: properly close when created from CRT fd (Bert Belder)

* win,tty: don't close fd 0-2 (Bert Belder)

* win,fs: don't close fd 0-2 (Bert Belder)

* win: include "malloc.h" (Cheng Zhao)

* windows: MSVC 2015 has C99 inline (Jason Williams)

* dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann)

* dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann)

* dragonflybsd: fix uv_exepath (Michael Neumann)

* win,fs: Fixes align(8) directive on mingw (Stefano Cristiano)

* unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Sa�l Ibarra Corretg�)

* win: move logic to set socket non-inheritable to uv_tcp_set_socket (Sa�l
  Ibarra Corretg�)

* unix, win: add ability to create tcp/udp sockets early (Sa�l Ibarra Corretg�)

* test: retry select() on EINTR, honor milliseconds (Ben Noordhuis)

* unix: consolidate tcp and udp bind error (Sa�l Ibarra Corretg�)

* test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi)

* core: add UV_VERSION_HEX macro (Sa�l Ibarra Corretg�)

* doc: add section with version-checking macros and functions (Sa�l Ibarra
  Corretg�)

* tty: cleanup handle if uv_tty_init fails (Sa�l Ibarra Corretg�)

* darwin: save a fd when FSEvents is used (Sa�l Ibarra Corretg�)

* win: fix returning thread id in uv_thread_self (Sa�l Ibarra Corretg�)

* common: use offsetof for QUEUE_DATA (Sa�l Ibarra Corretg�)

* win: remove UV_HANDLE_CONNECTED (A. Hauptmann)

* docs: add Windows specific note for uv_fs_open (Sa�l Ibarra Corretg�)

* doc: add note about uv_fs_scandir (Sa�l Ibarra Corretg�)

* test,unix: reduce stack size of watchdog threads (Ben Noordhuis)

* win: add support for recursive file watching (Sa�l Ibarra Corretg�)

* win,tty: support consoles with non-default colors (John McNamee)

* doc: add missing variable name (Yosuke Furukawa)

* stream: squelch ECONNRESET error if already closed (Santiago Gimeno)

* build: remove ancient condition from common.gypi (Sa�l Ibarra Corretg�)

* tests: skip some tests when network is unreachable (Luca Bruno)

* build: proper support for android cross compilation (guworks)

* android: add missing include to pthread-fixes.c (RossBencina)

* test: fix compilation warning (Sa�l Ibarra Corretg�)

* doc: add a note about uv_dirent_t.type (Sa�l Ibarra Corretg�)

* win,test: fix shared library build (Sa�l Ibarra Corretg�)

* test: fix compilation warning (Santiago Gimeno)

* build: add experimental Windows installer (Roger A. Light)

* threadpool: send signal only when queue is empty (chenttuuvv)

* aix: fix uv_exepath with relative paths (Richard Lau)

* build: fix version syntax in AppVeyor file (Sa�l Ibarra Corretg�)

* unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving)

(wiz)

2015-11-06 09:16:52 UTC MAIN commitmail json YAML

Updated devel/geany to 1.25

(wiz)

2015-11-06 09:16:36 UTC MAIN commitmail json YAML

Update geany to 1.25, provided by David H. Gutteridge in PR 50406.

Geany 1.25 (July 12, 2015)

    General
    * GTK3 support, while not enabled by default, is now considered stable.
    * Improve MacOS X support (PR#396, PR#419, PR#420, Jiří Techet).
    * Improve subprocess spawning (especially on Windows) (PR#441,
      Dimitar Zhekov).
    * Huge tag management performance improvement (auto-completion,
      calltips, etc.) (PR#356, Jiří Techet).
    * Remove broken "Show macro list" keybinding and feature (PR#378).
    * Add %l substitution to build commands (PR#289, Martin Spacek).
    * Depend on GTK 2.24 and GLib 2.28.
    * Add per-project line wrapping, line breaking and comment
      continuation settings.
    * The plugin API is now split out of the main executable into libgeany,
      a shared library plugins have to link against.

    Bug fixes
    * Fix applying filetype-specific indentation settings for newly
      opened files.
    * Fix relative project base path when creating a new project
      (#1062).
    * Fix next/previous keybindings when no files are open.
    * Fix markup injection in some tooltips (#1091).
    * Use absolute project path for projects opened from the command
      line (PR#431, Jiří Techet).
    * Fix goto tag in some cases when the same symbol name appears in
      different languages (PR#487, Jiří Techet).
    * Fix UI updating after loading a project.
    * Fix the currently selected document after Save All.
    * Fix leftovers in the Project dialog in some cases (PR#363, Jiří
      Techet).
    * Fix function return type in symbol list tooltips in some cases
      (PR#475, Jiří Techet).
    * Fix VTE path following on startup.

    Interface
    * Show document-related dialogs embedded in the main window ("info
      bars") (PR#277, Matthew Brush and Thomas Martitz).
    * Plugin manager dialog cleanup and overhaul (PR#251, PR#414).
    * Filetypes can now define the MIME type used to select their icon
      (PR#179).
    * Close documents in the sidebar with middle mouse button (PR#172,
      Pavel Roschin).
    * Ask whether to replace project files when creating a project.
    * Ask whether to adopt the open documents when creating a new
      project (PR#315).
    * Allow to disable the list of recent files.
    * Fix many shadow inconsistencies (PR#411, Jiří Techet).
    * Add virtual column and selected chars to the statusbar (Patch #10,
      Dimitar Zhekov).
    * Add "dirty" terminal indication (PR#476, Jiří Techet).
    * Allow to select the None filetype in the Open File dialog
      (Issue#483).
    * Add configuration menu entries for all filetypes (PR#491, Jiří Techet).

    Editor
    * Update Scintilla to version 3.5.6 (#1041).
    * Do not comment out blank lines when toggling comments (PR#79, Igor
      Shaula).
    * Improve handling of Verilog strings and comments.
    * Support for keeping undo history when reloading files (PR#188, Arthur
      Rosenstein).  This is not enabled by default in this release.
    * Respect filetype.common's wordchars if a filetype doesn't have its own
      (Issue#492, PR#501).

    Search
    * Add support for single-line regular expressions (PR#310).
    * Default action is now "Replace & Find" in the replace dialog but
      can be configured (Roland Pallai).
    * Activate default action from all fields in the Find in Files
      dialog (#959).

    Filetypes
    * Add JSON filetype.
    * Add Zephir filetype.
    * Add CoffeScript filetype (PR#230, Mark Dresselhaus).
    * Add Go tags parser (PR#373, PR#481, Issue#238, Jiří Techet).
    * Add Erlang tags parser (PR#445, Beng Tan).
    * Add PowerShell tags parser (PR#477).
    * Many JavaScript parsing fixes and improvements.
    * Many CSS parser fixes and improvements.
    * Many Txt2tags parsing fixes and improvements (feature #690).
    * Make parser fixes and improvements.
    * Parse D enum base type (PR#404).
    * Various small Rust fixes (PR#306, SiegeLord).
    * Highlight C types in C++.
    * Add some missing C11 keywords.
    * Add some missing SQL keywords.
    * Fix and add some CSS keywords (PR#333, Hannes Heute).
    * Fix some FreeBasic keywords (#691).
    * Add some missing D keywords (PR#293, Danyal Zia).
    * Fix R keywords and wordchars (PR#273, landroni).
    * Fix styling of some CSS elements.
    * Fix styling of Lua preprocessor.
    * Fix style of PHP variables interpolation.
    * Recognize `.vbs` files as FreeBasic (PR#171, Nicolas Karolak).
    * Recognize `.tpl` files as HTML.
    * Recognize `.xtpl` files as XML.
    * Recognize `.xpm` files as C.
    * Recognize more Bash files (PR#291, Peter Bittner).
    * Update templates for Python and Vala.
    * Add template for HTML5.
    * Fix parsing of some Python triple-quoted strings.
    * Add some linting tools to some filetype's default Build menu.
    * Fix scope of some Python symbols.
    * Fix support of trigraphs in C-like languages.
    * Add support of digraphs in C-like languages.
    * Add support of `final`, `override` and `noexcept` C++11 keywords
      (PR#544).

    Internationalization
    * Update translations: be, ca, cs, de, el, es, fr, id, it, ja, nl, pl,
                          pt_BR, pt, ru, sl, sr, sv, zh_CN.

    Plugins
    * File Browser: use "explorer" as the default open command on
                    Windows.
    * File Browser: use icons based on the detected file's MIME type (PR#455,
                    Jiří Techet).
    * Save Actions: use mode 0600 for backup copies (#833, PR#413).
    * Split Window: Fix a few keybindings (cut, copy, paste, delete,
                    select all) (PR#467, Alex).

    API
    * Hide private API (PR#351, Jiří Techet, and PR#429, Matthew Brush and
      Thomas Martitz).
    * Cleaner and safer TagManager API (Part of PR#356, Jiří Techet).
    * Entry point prototypes are now checked by the compiler (PR#359).
    * Add pseudo-unique document IDs through GeanyDocument::id and
      document_find_by_id(). This is a safer API for keeping a reference
      to a document for a long time (PR#256).
    * Add convenient and portable spawning API: spawn_sync(), spawn_async(),
      spawn_with_callbacks(), spawn_kill_process(), spawn_check_command(),
      spawn_write_data() (PR#441, Dimitar Zhekov).
    * plugin_signal_connect() is now safe to use also with objects
      destroyed before unloading the plugin.
    * Add document_reload_force() to replace document_reload_file().
    * Add project_write_config() (PR#361, Jiří Techet).
    * Add keybindings_get_modifiers() and GEANY_PRIMARY_MOD_MASK (Jiří
      Techet).
    * Fix emission of the 'document-activate' signal in some cases.
    * Add ui_tree_view_set_tooltip_text_column().
    * Add scintilla_get_type().

    Windows
    * Use native Windows quoting rules for commands (on Windows, part of
      subprocess spawning improvements).
    * Prompt before overwriting existing files when using native Save As
      dialog (PR#113, Adam Coyne).
    * View -> Change Font now respects the native dialog setting.
    * Fix main window freeze when displaying native dialogs.
    * Use the same plugin directory as other platforms (PR#540, Thomas
      Martitz).

(wiz)

2015-11-06 09:12:07 UTC MAIN commitmail json YAML

Updated x11/xkbcomp to 1.3.1

(wiz)

2015-11-06 09:11:52 UTC MAIN commitmail json YAML

Update xkbcomp to 1.3.1:

Couple of minor fixes, the only user-visible change is that the warning when
a key type is shortened is now on a verbosity level above the default
verbosity. This effectively removes the warning below for all users of the
german keyboard layout (and others):
  Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols

Alan Coopersmith (1):
      Stop including <X11/Xalloca.h> in parseutils.c

Jon TURNEY (1):
      Define WIN32_LEAN_AND_MEAN when building on Win32

Matthew Green (1):
      Adjust a NUL-string assignment to avoid const issues.

Peter Hutterer (2):
      symbols: increase the warning level for shortening a key type
      xkbcomp 1.3.1

(wiz)

2015-11-06 08:39:13 UTC MAIN commitmail json YAML

Updated www/py-django to 1.8.6

(adam)

2015-11-06 08:38:29 UTC MAIN commitmail json YAML

Django 1.8.6 adds official support for Python 3.5 and fixes several bugs in 1.8.5:
Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its queryset.
Allowed 窶徇ode=memory窶� in SQLite test database name if supported.
Fixed system check crash on ForeignKey to abstract model.
Fixed incorrect queries when you have multiple ManyToManyFields on different models that have the same field name, point to the same model, and have their reverse relations disabled.
Allowed filtering over a RawSQL annotation.
Made the Concat database function idempotent on SQLite.
Avoided a confusing stack trace when starting runserver with an invalid INSTALLED_APPS setting.
Made deferred models use their proxied model窶冱 _meta.apps for caching and retrieval. This prevents any models generated in data migrations using QuerySet.defer() from leaking to test and application code.
Fixed a typo in the name of the strictly_above PostGIS lookup.
Fixed crash with contrib.postgres.forms.SplitArrayField and IntegerField on invalid value.
Added a helpful error message when Django and South migrations exist in the same directory.
Fixed a regression in URLValidator that allowed URLs with consecutive dots in the domain section (like http://example..com/) to pass.
Fixed a crash with GenericRelation and BaseModelAdmin.to_field_allowed.

(adam)

2015-11-06 07:23:08 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-GeneratePassword to 0.04

(wen)

2015-11-06 07:21:35 UTC MAIN commitmail json YAML

Update to 0.04
Add LICENSE

Upstream changes:
0.04 2014-06-12 NEILB
    - Fixed bug that would occasionally generate a division by zero
      in word() and word3(). RT#42832
    - Fixed mistake in doc for word() and word3()
      Thanks to Smylers for RT#11787.
    - Switched to Dist::Zilla
    - Reformatted this file as per CPAN::Changes::Spec
    - Moved test.pl to t/01-require.t and simplified it
    - Added real tests for chars(), word() and word3()
    - Added github repo to pod
    - Added package statement and use strict & warnings in ::de and ::en
    - Tell dzil that the language model modules are binary, so they won't
      be parsed with PPI, which takes 5+ minutes on my laptop.

(wen)

2015-11-06 07:12:51 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-RandPasswd to 0.06

(wen)

2015-11-06 07:11:07 UTC MAIN commitmail json YAML

Update to 0.06

Upstream changes:
0.06 2014-05-28
    - Fixed typo in code comment (thanks dsteinbrunner)
    - Added github repo to pod
    - Added intro paragraph to doc and beefed up SEE ALSO section

(wen)

2015-11-06 07:06:47 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 6.29

(wen)

2015-11-06 07:05:36 UTC MAIN commitmail json YAML

Update to 6.29

Upstream changes:
6.29  2015-11-03
  - Fixed a few bugs in built-in templates. (Zoffix, sri)

6.28  2015-11-02
  - Improved build_app method in Mojo::Server to work more like the load_app
    method.
  - Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)

(wen)

2015-11-05 22:03:15 UTC MAIN commitmail json YAML

Updated multimedia/gpac to 0.5.2

(tnn)

2015-11-05 22:02:08 UTC MAIN commitmail json YAML

Update to gpac-0.5.2.

Changes unknown. Previous version couldn't import VTT subtitles,
this version can.

While here switch from ffmpeg1 to ffmpeg2 and drop MAKE_JOBS_SAFE=no.

(tnn)

2015-11-05 21:26:58 UTC MAIN commitmail json YAML

Version 0.14.0, by Aleksey Cheusov, Thu,  5 Nov 2015 23:45:38 +0300

  All messages shown to user are sent to stderr

  nih:
    - CACHEDIR is initialized in nih.default.conf (thanks to wiz@).
    - IPv4-only for download is not the default anymore (thanks to gdt@).
    - Binary package checksums are kept in pkg_summary.txt.
    - Preliminary support for multiple repositories.
    - Clean-ups for function "fetch".
      It just runs either fetch_wget or fetch_ftp and does nothing else.
    - Atomic update for pkg_inst_summary.txt was implemented
      (thanks to wiz@ for pointing out!).

  nih history:
    - Option -p was introduced.

  nih list:
    - Fix: bug in -f (unexpected line: `Updating pkg_inst_summary...`).

  nih remove:
    - "nih remove" without arguments uninstalls leaf packages.
      This is correct according to the documentation.
      "nih install" works the same way (thanks to wiz@ for the report).

  nih install:
    - Missing dependencies are fixed in a different way.
      When nih finds the missing dependency it tries to install
      the dependency and then update the installed package.
      This is more correct way to fix consequences of 'pkg_delete -f'.
    - Fix: the rule "do not change PKGPATHs of installed packages"
      was broken in 0.13.0 (thanks to wiz@ for the report!).
    - Fix: packages are no longer installed as a dependency by mistake.
    - Fix: flag "automatic" is unset correctly
      ("pkg_add -UD" does not change it).
    - Fix: "fake" package creation.
    - New option -w was added for ignoring non-existing package.
    - New option -f was added for getting package list from a file.
    - If "package could not be found", nih exits with non-zero status.
    - Configuration variables yes_install and yes_remove_pkgs were removed.
      New option -Y was added as a replacement (See NIH_OPTS for details).
    - Unnecessary variable "cksums" was removed.
    - Better explanation for update plan build failures.

  pkg_update_plan:
    - New option -w was added for the same purpose as in "nih install".
    - Man page was updated.

  nih.1:
    - A number of typos were fixed (thanks to wiz@).
    - All configuration variables were documented.

(cheusov)

2015-11-05 19:48:58 UTC MAIN commitmail json YAML

Updated print/podofo to 0.9.3

(adam)

2015-11-05 19:46:54 UTC MAIN commitmail json YAML

2015-11-05 19:10:30 UTC MAIN commitmail json YAML

Fix build in case there is a system version of verto found.
No revbump because it failed to build before if there was one.
Fixes pkg/50348

(tez)

2015-11-05 13:44:17 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.2.1.

- Critical bugfix for SSL connections with mongoc_client_pool_t,
  and for Unix domain socket connections.
- Doc update.

(fhajny)

2015-11-05 13:43:10 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 1.2.1

(fhajny)

2015-11-05 13:41:29 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.2.1

(fhajny)

2015-11-05 13:41:19 UTC MAIN commitmail json YAML

Update devel/libbson to 1.2.1.

- Fixed compiler warnings and build failures on MinGW.
- Improve content and format of HTML documentation and man pages.

(fhajny)

2015-11-05 13:08:47 UTC MAIN commitmail json YAML

Updated lang/nodejs to 4.2.2

(fhajny)

2015-11-05 13:08:35 UTC MAIN commitmail json YAML

Update lang/nodejs to 4.2.2.

- buffer: fix value check for writeUInt{B,L}E (Trevor Norris)
- buffer: don't CHECK on zero-sized realloc (Ben Noordhuis)
- deps: backport 010897c from V8 upstream (Ali Ijaz Sheikh)
- deps: backport 8d6a228 from the v8's upstream (Fedor Indutny)
- fs: reduced duplicate code in fs.write() (ronkorving)
- http: fix stalled pipeline bug (Fedor Indutny)
- lib: fix cluster handle leak (Rich Trott)
- lib: avoid REPL exit on completion error (Rich Trott)
- repl: handle comments properly (Sakthipriyan Vairamani)
- repl: limit persistent history correctly on load (Jeremiah Senkpiel)
- src: fix race condition in debug signal on exit (Ben Noordhuis)
- src: fix exception message encoding on Windows (Brian White)
- stream: avoid unnecessary concat of a single buffer. (Calvin Metcalf)
- timers: reuse timer in setTimeout().unref() (Fedor Indutny)
- tls: TLSSocket options default isServer false (Yuval Brik)

(fhajny)

2015-11-05 12:24:05 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 15.10

(fhajny)

2015-11-05 12:23:50 UTC MAIN commitmail json YAML

Update ejabberd to 15.10.

Switch dependencies to use standalone packages for Erlang modules.

Core
- c2s: Let stop/1 close XEP-0198 sessions
- c2s: Close socket when waiting for resume
- s2s: Don't crash on certificates without extensions
- xml: Optimizations in memory allocator
- OAuth: Fix cyrsasl_oauth:mech_new call

Modules
- mod_http_upload: New HTTP File Upload module (XEP-0363)
- mod_http_upload_quota: New module to support user quotas
- mod_metrics: New simple metrics module for use with grapherl
- mod_mam: Advertise XEP-0313 v0.4 support in room disco
- mod_mam: Avoid MAM dups when routing to multiple resources

Compilation
- Make: Pass {C,CPP,LD}FLAGS used in main ./configure to deps
- Use OTP directory structure for `make install`
- mix.lock should be commited to ensure consistent builds
- Code cosmetic cleanup

Commands
- Let modules_update_specs report failures
- Fix problem with -auth
- Fix unauthenticated calls to commands with policy=user
- Improve access_commands option backward compatibility

Configuration
- ejabberdctl.cfg: New CONTRIB_MODULES_CONF_DIR
- Be able to merge old style configs with {listen,...}
- Fix support for macros
- mod_ping: New option ping_ack_timeout

(fhajny)

2015-11-05 08:53:18 UTC MAIN commitmail json YAML

2015-11-05 08:50:55 UTC MAIN commitmail json YAML

Added security/argon2 version 20151102

(wiz)

2015-11-05 08:50:33 UTC MAIN commitmail json YAML

Import argon2-20151102 as security/argon2.

This is the reference C implementation of Argon2, the password-hashing
function that won the Password Hashing Competition (PHC).

You should use Argon2 whenever you need to hash passwords for
credential storage, key derivation, or other applications.

There are two main versions of Argon2, Argon2i and Argon2d. Argon2i
is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.

Argon2i and Argon2d are parametrized by

* A time cost, which defines the amount of computation realized
  and therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads

(wiz)

2015-11-05 07:44:16 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup tickets #4848, #4849 and #4850.

(bsiegert)

2015-11-04 21:45:09 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.5.11

(adam)

2015-11-04 21:44:27 UTC MAIN commitmail json YAML

Changes 3.5.11:
* Add Locker friend class to SBuf for protection against memory issues
* Connection stats, including %<lp, missing for persistent connections
* Fix incorrect authentication headers on cache digest requests
* Bug 4281: copy-paste typos in src/tools.cc
* Bug 4188: Bumping intercepted SSL connections does not work on Solaris
* Avoid errors when parsing manager ACL in old squid.conf
* Bug 4279: No response from proxy for FTP-download of non-existing file
* Bug 3574: crashes on reconfigure and startup
* Bug 4347: compile errors with LibreSSL 2.3

(adam)

2015-11-04 21:26:45 UTC MAIN commitmail json YAML

Updated audio/py-audiotools; Added archivers/py-lhafile, emulators/fs-uae, emulators/fs-uae-launcher

(adam)

2015-11-04 21:25:07 UTC MAIN commitmail json YAML

Added emulators/fs-uae version 2.6.2

(adam)

2015-11-04 21:24:14 UTC MAIN commitmail json YAML

FS-UAE is an Amiga emulator for Windows, Linux and Mac OS X based on
UAE/WinUAE, with a focus on emulating games.

Features include emulation of Amiga 500, 1200, 4000, CD32 and CDTV,
perfectly smooth scrolling on 50Hz displays, support for floppy images in
ADF and IPF formats, CD-ROM images in ISO or BIN/CUE format, mounting folders
on your computer as Amiga hard drives, support for Picasso 96 drivers for
high-color and high-resolution Workbench displays, and more...

A unique feature is support for cross-platform online play. You can now play
Amiga games against (or with) friends over the Internet.

The emulator uses the latest Amiga emulation code from the WinUAE project
and requires a moderately fast computer with accelerated graphics (OpenGL)
to work. A game pad or joystick is recommended, but not required (FS-UAE
can emulate a joystick using the cursor keys and right ctrl/alt keys).

(adam)

2015-11-04 21:22:27 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4850 - requested by bouyer
sysutils/xenkernel45: security fix

Revisions pulled up:
- sysutils/xenkernel45/Makefile                                1.10
- sysutils/xenkernel45/distinfo                                1.10
- sysutils/xenkernel45/patches/patch-CVE-2015-7835              1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-7969              1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-7970              1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-7971              1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Thu Oct 29 20:40:53 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel45: Makefile
  Added Files:
  pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-7835
      patch-CVE-2015-7969 patch-CVE-2015-7970 patch-CVE-2015-7971

  Log Message:
  Add patches from Xen security advisory, fixing:
  CVE-2015-7835 aka XSA-148
  CVE-2015-7869 aka XSA-149 + XSA-151
  CVE-2015-7970 aka XSA-150
  CVE-2015-7971 aka XSA-152
  Bump PKGREVISION

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Fri Oct 30 07:46:36 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel45: distinfo

  Log Message:
  Add patch entries from previous security commit. Pointed out by
  Takahiro Hayashi, thanks !

(bsiegert)

2015-11-04 20:02:32 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4849 - requested by bouyer
sysutils/xenkernel42: security fix

Revisions pulled up:
- sysutils/xenkernel42/Makefile                                1.18
- sysutils/xenkernel42/distinfo                                1.17
- sysutils/xenkernel42/patches/patch-CVE-2015-7835              1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-7969              1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-7971              1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Thu Oct 29 21:59:16 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel42: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel42/patches: patch-CVE-2015-7835
      patch-CVE-2015-7969 patch-CVE-2015-7971

  Log Message:
  Add patches, derived from Xen security advisory, fixing:
  CVE-2015-7835 aka XSA-148
  CVE-2015-7869 aka XSA-149 + XSA-151
  CVE-2015-7971 aka XSA-152
  Bump PKGREVISION

(bsiegert)

2015-11-04 19:55:44 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4848 - requested by bouyer
sysutils/xenkernel41: security fix

Revisions pulled up:
- sysutils/xenkernel41/Makefile                                1.46
- sysutils/xenkernel41/distinfo                                1.38
- sysutils/xenkernel41/patches/patch-CVE-2015-7835              1.1
- sysutils/xenkernel41/patches/patch-CVE-2015-7969              1.1
- sysutils/xenkernel41/patches/patch-CVE-2015-7971              1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Thu Oct 29 20:29:56 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel41: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel41/patches: patch-CVE-2015-7835
      patch-CVE-2015-7969 patch-CVE-2015-7971

  Log Message:
  Add patches, derived from Xen security advisory, fixing:
  CVE-2015-7835 aka XSA-148
  CVE-2015-7869 aka XSA-149 + XSA-151
  CVE-2015-7971 aka XSA-152
  Bump PKGREVISION

(bsiegert)

2015-11-04 17:41:21 UTC MAIN commitmail json YAML

2015-11-04 17:25:55 UTC MAIN commitmail json YAML

Added archivers/py-lhafile version 0.2.1

(adam)

2015-11-04 17:25:19 UTC MAIN commitmail json YAML

Extract LHA(.lzh) archive files.
The interface is like zipfile extension included in regular python distribution.

(adam)

2015-11-04 16:45:53 UTC MAIN commitmail json YAML

2015-11-04 15:32:34 UTC MAIN commitmail json YAML

Add /usr/lib/mit/bin/krb5-config as a possible location for the
krb5-config script, fixing SLES according to sobukus on IRC.

(jperkin)

2015-11-04 15:06:51 UTC MAIN commitmail json YAML

Updated security/gnupg21 to 2.1.9

(tnn)

2015-11-04 15:05:52 UTC MAIN commitmail json YAML

Update to gnupg-2.1.9.

gnupg-2.1.9:
* gpg: Allow fetching keys via OpenPGP DANE (--auto-key-locate).  New
  option --print-dane-records.
* gpg: Fix for a problem with PGP-2 keys in a keyring.
* gpg: Fail with an error instead of a warning if a modern cipher
  algorithm is used without a MDC.
* agent: New option --pinentry-invisible-char.
* agent: Always do a RSA signature verification after creation.
* agent: Fix a regression in ssh-add-ing Ed25519 keys.
* agent: Fix ssh fingerprint computation for nistp384 and EdDSA.
* agent: Fix crash during passprase entry on some platforms.
* scd: Change timeout to fix problems with some 2.1 cards.
* dirmngr: Displayed name is now Key Acquirer.
* dirmngr: Add option --keyserver.  Deprecate that option for gpg.
  Install a dirmngr.conf file from a skeleton for new installations.

gnupg-2.1.8:
* gpg: Sending very large keys to the keyservers works again.
* gpg: Validity strings in key listings are now again translatable.
* gpg: Emit FAILURE status lines to help GPGME.
* gpg: Does not anymore link to Libksba to reduce dependencies.
* gpgsm: Export of secret keys via Assuan is now possible.
* agent: Raise the maximum passphrase length from 100 to 255 bytes.
* agent: Fix regression using EdDSA keys with ssh.
* Does not anymore use a build timestamp by default.
* The fallback encoding for broken locale settings changed
  from Latin-1 to UTF-8.
* Many code cleanups and improved internal documentation.
* Various minor bug fixes.

gnupg-2.1.7:
* gpg: Support encryption with Curve25519 if Libgcrypt 1.7 is used.
* gpg: In the --edit-key menu: Removed the need for "toggle", changed
  how secret keys are indicated, new commands "fpr *" and "grip".
* gpg: More fixes related to legacy keys in a keyring.
* gpgv: Does now also work with a "trustedkeys.kbx" file.
* scd: Support some feature from the OpenPGP card 3.0 specs.
* scd: Improved ECC support
* agent: New option --force for the DELETE_KEY command.
* w32: Look for the Pinentry at more places.
* Dropped deprecated gpgsm-gencert.sh
* Various other bug fixes.

(tnn)

2015-11-04 14:21:02 UTC MAIN commitmail json YAML

Unaccounted for library name found on Bitrig-current

Reviewed by wiz@

(sevan)

2015-11-04 14:07:27 UTC MAIN commitmail json YAML

2015-11-04 13:55:50 UTC MAIN commitmail json YAML

Add ejabberd dependency packages

(fhajny)

2015-11-04 13:45:46 UTC MAIN commitmail json YAML

2015-11-04 13:41:22 UTC MAIN commitmail json YAML

Explicitly prevent the configure script from picking up a per-user tmp
directory.

(richard)

2015-11-04 13:30:06 UTC MAIN commitmail json YAML

Skip chkref in manfiles that have debug lines containing references to temp
files that include the TMPDIR directory, which could possibly be in the
build directory. In any event they cannot be validly referred to post-build.

(richard)

2015-11-04 13:27:59 UTC MAIN commitmail json YAML

Use cleaner mechanism for gdiff dependency. From anonymous.

(tnn)

2015-11-04 12:32:26 UTC MAIN commitmail json YAML

2015-11-04 12:32:11 UTC MAIN commitmail json YAML

2015-11-04 10:41:17 UTC MAIN commitmail json YAML

Add explicit -lfontconfig for Darwin too.

(jperkin)

2015-11-04 10:03:47 UTC MAIN commitmail json YAML

Updated devel/py-libmc to 1.5.0

(wiz)

2015-11-04 10:03:36 UTC MAIN commitmail json YAML

Update to 1.5.0 based on PR 50399 by derouiche. Now with python 3 support.

New in version 1.5.0
====================

This release fixes critical memory leaks in common code paths introduced in
1.4.2. Highly recommended.

New in version 1.4.0
--------------------

Brace yourself, Python 3.x support has come!

Thanks to everybody involved in this project; this release involves less
authors but **a lot** more work per person. Thanks especially to Harvey Falcic
for the work he put in, without which there wouldn't be any Python 3.x support.
Also thanks to Sergey Pashinin for the initial stab at the problem.

Other than that, we had miscellaneous bug fixes, testing improvements, and
documentation updates.

Last but not least I would like to ask for your support in this project, either
by helping out with development, testing, documentation or anything at all; or
simply by donating some `magic internet money`__ to the project's Bitcoin
address `12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h`__

__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg
__ bitcoin:12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h

New in version 1.3.0
--------------------

Because there ain't nothing better than releasing software in the spring time.

Lots of improvements have come about in just about every corner of the library,
thanks to *eighteen different authors* over almost *20 pull requests*. Amazing.

- Added touch support
- Added compress_level
- Added weighted distribution
- Added automated benchmarking utility
- Added Travis CI and build status
- Added behavior dead_timeout
- Added behaviors tcp_keepalive
- Added behavior callback_prefix_key
- Lots of bug tuning, fixes, tests, and documentation

Lastly, thanks in particular to the authors of this release: Abramowitz,
Baklanov, Bergstr旦m, Borisov, Branson, Brown, Ericson, Hansche, Hlodversson,
King, Kowalak, McFague, Moura, Noguchi, Shurter, Williams and Wong.

(wiz)

2015-11-04 09:53:51 UTC MAIN commitmail json YAML

Updated audio/py-mutagen to 1.31

(wiz)

2015-11-04 09:53:40 UTC MAIN commitmail json YAML

Update to 1.31:

1.31 - 2015.09.10
-----------------

* New padding control API for flac/id3/mp4/asf/ogg/aiff and everything
  based on it, except oggflac :bug:`229`
* Mutagen will now reduce padding on save if there is lots of it.
* delete() will remove padding in addition to tags.

* ASF:

  * Padding support :bug:`201`
  * Don't report negative lengths for some broken files
  * New :class:`asf.ASFInfo`.codec_type/codec_name/codec_description
  * Implement ASF.delete()

* OGG: Padding support for Opus/Vorbis/Theora/Speex
* M4A: Implementation removed. Every operation will raise. Use mp4 instead.
* Tools: Support Unicode output under Windows :bug:`232`

1.30 - 2015.08.22
-----------------

* FLAC:

  * Fix :meth:`flac.FLAC.save` in case the source contained a too large
    (invalid but recovered) image block :bug:`226`

* MP3:

  * Improved length and bitrate accuracy:

    * Read lame "Info" tags for improved bitrate/length accuracy
    * Use bytes info of VBRI headers for improved bitrate accuracy
    * Subtract encoder delay/padding from length for improved length accuracy
      (especially for short tracks)
    * Fix rare false identification of Xing headers :bug:`182`

  * New :class:`mp3.MPEGInfo`.encoder_info attribute containing the encoder
    name and version :bug:`66`
  * New :class:`mp3.MPEGInfo`.bitrate_mode attribute exposing if the file is
    VBR, ABR or CBR :bug:`24` :bug:`66`
  * New :class:`mp3.MPEGInfo`.channels attribute providing the channel count
  * New :class:`mp3.MPEGInfo`.track_gain/track_peak/album_gain values exposing
    the replaygain info provided by the lame header :bug:`36`

* ID3:

  * New :class:`id3.PictureType` enum for the picture type used in APIC frames :bug:`222`

* MP4:

  * Fix MP4FreeForm.__eq__ and MP4Cover.__eq__ when comparing with bytes
    :bug:`218`

* Don't raise on :meth:`FileType.save` if there are no tags. :bug:`227`
* Minor fixes: :bug:`228`

1.29 - 2015.05.09
-----------------

* mid3v2: Fix an error under Python 3 with files without tags :bug:`219`
* mid3v2: Various Windows+Python2+Unicode fixes :bug:`214`
* Don't emit warnings during loading (ID3Warning) :bug:`223`
* py.test support

1.28 - 2015.03.06
-----------------

* Various minor fixes to make mutagen behave the same under Python3 as under
  Python2.
* Update gpl text :bug:`205`
* Documentation: Add example for how to create a new flac.Picture :bug:`209`

* ID3:

  * Various error handling fixes (:bug:`110`, :bug:`211`, ...)
  * Don't hide ID3 loading errors with ID3FileType.
  * In case a synch safe marked frame isn't sync safe, only warn :bug:`210`
  * Removed PEDANTIC mode

* Tools:

  * Add signal handling :bug:`170`
  * mid3cp: Make it work under Windows.
  * mutagen-inspect: Make it work under Windows+Python3 :bug:`216`
  * Support unicode file paths under Windows+Python2 :bug:`214`
  * Support file paths with invalid encoding under Unix+Python3.

(wiz)

2015-11-04 09:45:15 UTC MAIN commitmail json YAML

Updated textproc/py-markdown to 2.6.3

(wiz)

2015-11-04 09:45:05 UTC MAIN commitmail json YAML

2015-11-04 08:32:34 UTC MAIN commitmail json YAML

Add SHA512 checksum.

(wiz)

2015-11-04 07:04:26 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 2.10.3

(leot)

2015-11-04 07:03:57 UTC MAIN commitmail json YAML

Update www/webkit-gtk to webkit-gtk-2.10.3.

Changes:
What's new in WebKitGTK+ 2.10.3?

  - Fix graphics artifacts when entering/leaving Accelerated Compositing mode.
  - Honour 'forwards' fill-mode in Multiple-keyframe and delayed instantaneous
    animations.
  - Fix runtime warning when the inspector is closed.
  - Fix the build with GTK+2 plugin process disabled.
  - Gracefully handle errors when sending/receiving IPC messages data on connection
    close.
  - Fix several crashes and rendering issues.

(leot)

2015-11-04 06:33:21 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.9.2

(adam)

2015-11-04 06:32:26 UTC MAIN commitmail json YAML

Changes 3.9.2:
* Fix the schema parser so that it interprets certain (obscure and ill-formed) CREATE TABLE statements the same as legacy.
* Fix a query planner problem that could result in an incorrect answer due to the use of automatic indexing in subqueries in the FROM clause of a correlated scalar subqueries.

(adam)

2015-11-04 03:34:26 UTC MAIN commitmail json YAML

Note the addition of SHA512 for distfiles and distpatches for most packages

(agc)

2015-11-04 03:33:39 UTC MAIN commitmail json YAML

2015-11-04 03:29:14 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 02:47:43 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 02:00:17 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 01:32:42 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for sysutils category

Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 01:18:12 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for security category

Problems found locating distfiles:
Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
Package libidea: missing distfile libidea-0.8.2b.tar.gz
Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 01:10:41 UTC MAIN commitmail json YAML

Updated textproc/discount to 2.1.8a

(leot)

2015-11-04 01:10:18 UTC MAIN commitmail json YAML

Update textproc/discount to discount-2.1.8a.
Patch provided by Derouiche in PR pkg/50404.

Changes:
o version 2.1.8a When I put in the patch to ..
    # Change the mail demangler to a debian-specific 'always mangle
      one way' hack. (enabled with the configure.sh option
      --debian-glitch)

  I messed up the format string and made the mangled email address
  into a fixed bogus string. Sigh. Fixed (thanks to a patch from
  Alessandro Ghedini), updated (and I really have to expand the
  runtime configuration flags array to be long enough to fit 64
  settings, but that?s a fix for a different day) and released.

o version 2.1.8 After a year or so of letting the code sit and slowly
  accumulate fixes, a new version which fixes a wad of bugs and adds
  a few new features. Some of this code is front other people, and
  those changes will be marked with their names:

    # FINALLY address the bug where markdown extra-style footnotes
      lose numbering when they show up in nested element; I was not
      carrying the m-e reference# inside the footnotes structure, but
      was instead carrying it in the parent structure and not
      updating it. So I changed the footnotes structure to include
      the reference + the list of footnotes, which made the
      misnumbering go away on my tests.
    # Fix makefile distclean to cleanup all the generated files and
      corrected the names of the installed sample program man pages
      to end in .1 (Mark Pizzolato mark@infocomm.com)
    # Change the mail demangler to a debian-specific 'always mangle
      one way' hack. (enabled with the configure.sh option
      --debian-glitch)
    # Add --with-unmangled-email compile-time flag to disable mailto:
      mangling
    # Allow the magic output filename -, which means send output to
      stdout instead of to a file.
    # Fix a bug where autolink + github flavored markdown absorbs the
      ^C eoln character into a link at the end of a line.
    # Tweak install.samples so that the user can supply a SAMPLE_PFX
      on the command line SAMPLE_PFX=discount- make install.samples
      to install the sample programs with a package-specific prefix.
    # Emit pages in utf-8 instead of us-ascii (simply a change to the
      Content-Type meta) (Nathan Phillip Brink binki@gentoo.org)
    # Patch the horrible list handler to support long numeric list
      items (George Hartzell hartzell@alerce.com)
    # Various bugfixes (Masayoshi Sekimura sekimura@gmail.com)
    # Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for
      all build invokations of CC. (Nathan Phillip Brink
      binki@gentoo.org)
    # Github-style language attributes on fenced code blocks (Loren
      Segal lsegal@amazon.com)
    # When defining WORD & DWORD, check first for the MS Windows
      WinDef.h file; if found, include it instead of defining WORD &
      DWORD ourselves.
    # support url-encoded anchor links with --with-urlencoded-anchor
      option (Daisuke Murase typester@cpan.org)

(leot)

2015-11-04 01:03:03 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for print category

Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-04 00:38:40 UTC MAIN commitmail json YAML

2015-11-04 00:35:47 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for net category

Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 23:54:34 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for multimedia category

Problems found locating distfiles:
        Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm
        Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2
        Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2
        Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2
        Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz
        Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2
        Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2
        Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2
        Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2
        Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2
        Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2
        Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2
        Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz
        Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz
        Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz
        Package handbrake: missing distfile handbrake/lame-3.98.tar.gz
        Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz
        Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz
        Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz
        Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz
        Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz
        Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz
        Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz
        Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2
        Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz
        Package mpv: missing distfile mpv-0.12.0.tar.gz
        Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2
        Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2
        Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2
        Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz
        Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz
        Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz
        Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz
        Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz
        Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz
        Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz
        Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz
        Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 23:49:56 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 23:46:53 UTC MAIN commitmail json YAML

Updated www/firefox38-l10n to 38.4.0

(ryoon)

2015-11-03 23:44:25 UTC MAIN commitmail json YAML

2015-11-03 23:40:04 UTC MAIN commitmail json YAML

Updated www/firefox38 to 38.4.0

(ryoon)

2015-11-03 23:39:08 UTC MAIN commitmail json YAML

Update to 38.4.0

Changelog:
Fixed in Firefox ESR 38.4

    2015-133 NSS and NSPR memory corruption issues
    2015-132 Mixed content WebSocket policy bypass through workers
    2015-131 Vulnerabilities found through code inspection
    2015-130 JavaScript garbage collection crash with Java applet
    2015-128 Memory corruption in libjar through zip files
    2015-127 CORS preflight is bypassed when non-standard Content-Type headers are received
    2015-123 Buffer overflow during image interactions in canvas
    2015-122 Trailing whitespace in IP address hostnames can bypass same-origin policy
    2015-116 Miscellaneous memory safety hazards (rv:42.0 / rv:38.4)

(ryoon)

2015-11-03 23:33:46 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for math category

Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 23:27:24 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for mail category

Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 22:59:10 UTC MAIN commitmail json YAML

2015-11-03 22:50:46 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for lang category

Problems found with existing digests:
Package nhc98 distfile nhc98src-1.22.tar.gz
a8adc8f22371998ee0657bc0e01058a57d876abc [recorded]
81975fcb5f1dda5efeaabc30ce8c6dceae55e591 [calculated]

Problems found locating distfiles:
Package gcc-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2
Package gcc-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2
Package gcc-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
Package gcc-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2
Package gcc-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2
Package gcc5-aux: missing distfile ada-bootstrap.i386.dragonfly.36A.tar.bz2
Package gcc5-aux: missing distfile ada-bootstrap.i386.freebsd.84.tar.bz2
Package gcc5-aux: missing distfile ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
Package gcc5-aux: missing distfile ada-bootstrap.x86_64.freebsd.84.tar.bz2
Package gcc5-aux: missing distfile ada-bootstrap.x86_64.solaris.511.tar.bz2
Package ghc7: missing distfile ghc-7.6.3-boot-i386-unknown-freebsd.tar.xz
Package icc11: missing distfile l_cproc_p_11.1.080.tgz
Package jini: missing distfile jini-1_2_1_001-src.zip
Package oo2c: missing distfile oo2c_32-2.0.11.tar.bz2
Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz
Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz
Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz
Package openjdk7: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
Package openjdk7: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz
Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-6-i386-20150301.tar.xz
Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-earmv6hf-20150306.tar.xz
Package openjdk8: missing distfile openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
Package openjdk8: missing distfile openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
Package oracle-jdk8: missing distfile jdk-8u60-linux-i586.tar.gz
Package oracle-jdk8: missing distfile jdk-8u60-solaris-x64.tar.gz
Package oracle-jre8: missing distfile jre-8u60-linux-i586.tar.gz
Package oracle-jre8: missing distfile jre-8u60-solaris-x64.tar.gz
Package sun-jdk6: missing distfile jdk-6u45-linux-i586.bin
Package sun-jdk6: missing distfile jdk-6u45-solaris-i586.sh
Package sun-jdk7: missing distfile jdk-7u72-linux-i586.tar.gz
Package sun-jdk7: missing distfile jdk-7u72-solaris-i586.tar.gz
Package sun-jre6: missing distfile jce_policy-6.zip
Package sun-jre6: missing distfile jre-6u45-linux-x64.bin
Package sun-jre6: missing distfile jre-6u45-solaris-x64.sh
Package sun-jre7: missing distfile jre-7u72-linux-i586.tar.gz
Package sun-jre7: missing distfile jre-7u72-solaris-i586.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 22:13:42 UTC MAIN commitmail json YAML

2015-11-03 21:34:36 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for graphics category

Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 20:57:10 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for games category

Problems found locating distfiles:
Package blokus: missing distfile blokus-1.1.tar.gz
Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
Package gate88: missing distfile Gate88_Mar19_05.tar.gz
Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
Package rollemup: missing distfile Rollemup.tar.gz
Package tscp: missing distfile tscp181.zip
Package xbat: missing distfile xev111.tar.gz
Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
Package xrick: missing distfile xrick-021212.tgz
Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 20:53:43 UTC MAIN commitmail json YAML

added opencv-contrib-face and updated digikam et al.

(markd)

2015-11-03 20:47:48 UTC MAIN commitmail json YAML

2015-11-03 20:45:25 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for fonts category

Problems found locating distfiles:
Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread9-chtfont: missing distfile acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
Package acroread9-jpnfont: missing distfile acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
Package umefont-ttf: missing distfile umefont_560.tar.xz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 20:43:00 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20151102

(adam)

2015-11-03 20:42:07 UTC MAIN commitmail json YAML

Changes 2015.11.02:
* Fix extraction and update test checksum
* fix info extraction
* unified_strdate: Return None if the date format can't be recognized

(adam)

2015-11-03 20:31:11 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for emulators category

Problems found with existing digests:
Package suse131_libSDL
1c4d17a53bece6243cb3e6dd11c36d50f851a4f4 [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Package suse131_libdbus
de99fcfa8e2c7ced28caf38c24d217d6037aaa56 [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Package suse131_qt4
94daff738912c96ed8878ce1a131cd49fb379206 [recorded]
886206018431aee9f8a01e1fb7e46973e8dca9d9 [calculated]

Problems found locating distfiles for atari800, compat12, compat 13,
compat14, compat15, compat20, compat30, compat40, compat50,
compat50-x11, compat51, compat51-x11, compat60, compat61,
compat61-x11, fmsx, osf1_lib, vice, xbeeb, xm7.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 20:28:57 UTC MAIN commitmail json YAML

2015-11-03 20:28:45 UTC MAIN commitmail json YAML

2015-11-03 20:23:13 UTC MAIN commitmail json YAML

2015-11-03 20:19:20 UTC MAIN commitmail json YAML

2015-11-03 20:16:51 UTC MAIN commitmail json YAML

Update to 4.13.0 (part of digikam 4.13.0)

(markd)

2015-11-03 20:09:21 UTC MAIN commitmail json YAML

Add opencv-contrib-face

(markd)

2015-11-03 20:08:06 UTC MAIN commitmail json YAML

2015-11-03 19:36:25 UTC MAIN commitmail json YAML

bmon and confuse update

(bsiegert)

2015-11-03 19:34:02 UTC MAIN commitmail json YAML

2015-11-03 19:32:50 UTC MAIN commitmail json YAML

Update confuse to 2.8.

Changes

- Support for specifying a searchpath for cfg_parse(), by J.J. Green
- Restore build of shared library by default, by Nathan Phillip Brink
- Added German translation, contributed by Chris Leick, Aurelien Jarno, and
  Tux^verdreifelt.
- Document CFG_SIMPLE_STR for doxygen, by Nathan Phillip Brink
- Update ISC license to 2007 version, by Joachim Nilsson
- Write files in a Bourne shell compatible way, by Alvaro G. M
- Fix mid-string environment variable substitution, by Frank Hunleth

Fixes

- Various ISO C90 and -ansi fixes by Carlo Marcelo Arenas Belon
- Fix C++ compiler warnings for const strings, by Craig McQueen
- Fix make distcheck and out-of-source builds, by Nathan Phillip Brink
- Fix missing .gitignore files, by Carlo Marcelo Arenas Belon
- Fix CFG_SIMPLE_INT on 64-bit systems, by Carlo Marcelo Arenas Belon
- Coding style cleanup by J.J. Green
- Fix issue #27: searchpath free problems. Fix to new feature introduced in
  this release cycle.
- Improved support for MSYS2 by David Grayson.

(bsiegert)

2015-11-03 19:10:07 UTC MAIN commitmail json YAML

2015-11-03 19:08:45 UTC MAIN commitmail json YAML

2015-11-03 19:06:48 UTC MAIN commitmail json YAML

2015-11-03 19:04:57 UTC MAIN commitmail json YAML

2015-11-03 19:03:27 UTC MAIN commitmail json YAML

2015-11-03 17:57:47 UTC MAIN commitmail json YAML

adjust update version like openjdk7/Makefile v1.103

(tnn)

2015-11-03 17:47:34 UTC MAIN commitmail json YAML

2015-11-03 17:46:57 UTC MAIN commitmail json YAML

Major bmon update to 3.8.

The changelog only goes as far back as 3.1. Major changes are:
- Mac OS X port
- Provide minimal interface information on BSD
- Fixes for all defects identified by coverity
- Fix accuracy issue on total rate calculation
- Better example config file
- Only initialize curses module if actually used
- Bugfixes

Also saner build system and new source code location (github).

(bsiegert)

2015-11-03 17:21:04 UTC MAIN commitmail json YAML

Update BUILDLINK_API_DEPENDS.nspr

(ryoon)

2015-11-03 16:56:17 UTC MAIN commitmail json YAML

Updated devel/nss to 3.20.1

(ryoon)

2015-11-03 16:55:07 UTC MAIN commitmail json YAML

Update to 3.20.1

Changelog:
The following security-relevant bugs have been resolved in NSS 3.20.1.
Users are encouraged to upgrade immediately.

* Bug 1192028 (CVE-2015-7181) and
  Bug 1202868 (CVE-2015-7182):
  Several issues existed within the ASN.1 decoder used by NSS for handling
  streaming BER data. While the majority of NSS uses a separate, unaffected
  DER decoder, several public routines also accept BER data, and thus are
  affected. An attacker that successfully exploited these issues can overflow
  the heap and may be able to obtain remote code execution.

(ryoon)

2015-11-03 16:51:37 UTC MAIN commitmail json YAML

Note update of security/netpgpverify to 20151103

(agc)

2015-11-03 16:50:32 UTC MAIN commitmail json YAML

Update netpgpverify to 20151103

Changes since previous version:

+ fix a bug where SHA512 case was missed in the digest_get_prefix()
  function. Bug and fix from Felix Lange.

(agc)

2015-11-03 16:42:08 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.80nb1

(jperkin)

2015-11-03 16:41:55 UTC MAIN commitmail json YAML

Set JDK_MICRO_VERSION so that the update number is reflected in version
output, going from this:

  openjdk version "1.7.0-internal"

to this:

  openjdk version "1.7.0_80-internal"

This matches the behaviour of sun-jre, and fixes software such as Logstash
and Jira which expect it to be included.  Bump PKGREVISION.

(jperkin)

2015-11-03 16:02:35 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 42.0

(ryoon)

2015-11-03 16:02:03 UTC MAIN commitmail json YAML

2015-11-03 15:53:36 UTC MAIN commitmail json YAML

Updated www/firefox to 42.0

(ryoon)

2015-11-03 15:52:57 UTC MAIN commitmail json YAML

Update to 42.0

Changelog:
    New Private Browsing with Tracking Protection blocks certain Web elements that could be used to record your behavior across sites
    New Control Center that contains site security and privacy controls
    New Indicator added to tabs that play audio with one-click muting
    New WebRTC improvements:
        IPV6 support
        Preferences for controlling ICE candidate generation and IP exposure
        Hooks for extensions to allow/deny createOffer/Answer
        Improved ability for applications to monitor and control which devices are used in getUserMedia
    New Login Manager improvements:
        Improved heuristics to save usernames and passwords
        Edit and show all logins in line, Copy/Paste usernames/passwords from the Context menu
        Migration imports your passwords to Firefox from Google Chrome for Windows and Internet Explorer; import anytime from the Login Manager
    Changed Improved performance on interactive websites that trigger a lot of restyles
    HTML5 Media Source Extension for HTML5 video available for all sites
    HTML5 Support ImageBitmap and createImageBitmap()
    HTML5 Implemented ES6 Reflect
    Developer Ability to save filter presets inside CSS Filter Tooltip
    Developer CSS filter presets in the Inspector
    Developer Configurable Firefox OS Simulator in WebIDE, to simulate reference devices like phones, tablets, even TVs
    Developer Asynchronous call stacks now allow web developers to follow the code flow through setTimeout, DOM event handlers, and Promise handlers.
    Developer Remote website debugging over WiFi (no USB cable or ADB needed)
    Developer View HTML source in a tab

(ryoon)

2015-11-03 15:08:50 UTC MAIN commitmail json YAML

2015-11-03 13:59:10 UTC MAIN commitmail json YAML

Various fixes to get this working on El Capitan / Xcode 7:

* Pull in patch from MacPorts to handle 10.11 SDK header issue
  with fixincludes.

* Backport upstream bugfix for GCC bug 66523, fixing an issue
  with Xcode 7.

* Pull in --with-build-config=bootstrap-debug change from FreeBSD
  ports to fix bootstrap compare issue seen with clang / Xcode 7.

(jperkin)

2015-11-03 10:48:55 UTC MAIN commitmail json YAML

2015-11-03 09:16:41 UTC MAIN commitmail json YAML

2015-11-03 07:27:45 UTC MAIN commitmail json YAML

Updated lang/openjdk8 to 1.8.66

(ryoon)

2015-11-03 07:27:21 UTC MAIN commitmail json YAML

Update to 1.8.66

Changelog:
http://www.oracle.com/technetwork/java/javase/8u66-relnotes-2692847.html
New Features and Changes

The following are some of the notable new features and changes in this release:

Support ISO 4217 "Current funds codes" table (A.2)

This enhancement adds support for ISO 4217 table A.2 fund codes. Previously the JDK only supported those currencies listed in table A.1.

See JDK-8074350.

Bug Fixes

This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory. For a list of bug fixes included in this release, see JDK 8u66 Bug Fixes page.

The following are some of the notable bug fixes included in this release:

Hotspot should use PICL interface to get cacheline size on SPARC The libpicl library is now required on Solaris/SPARC to determine the size of the cache lines. In case the library is not present or the PICL service is not available the JVM will display a warning and compiler optimizations that utilize the BIS (Block Initializing Store) instruction will be turned off.

See JDK-8056124.

Preloading libjsig.dylib causes deadlock when signal() is called

Applications need to preload the libjsig library to enable signal chaining. Previously, on OS X, after libjsig.dylib was preloaded, any call from native code to signal() caused a deadlock. This has been corrected.

See JDK-8072147.

VM crash when class is redefined with Instrumentation.redefineClasses

The JVM could crash when a class was redefined with Instrumentation.redefineClasses(). The crash could either be a segmentation fault at SystemDictionary::resolve_or_null, or an internal error with the message "tag mismatch with resolution error table". This has now been fixed .

See JDK-8076110.

JDK-8087201 client-libs 2D
OGL: rendering of lcd text is slow
JDK-8130938 client-libs 2D [solaris] Incomplete 8ux fix for 8071710: libfontmanager & t2k should link against headless awt on solaris
JDK-8037371 client-libs java.awt [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
JDK-8131752 client-libs java.awt [Regression] Test java/awt/GraphicsDevice/CheckDisplayModes.java fails
JDK-8134453 client-libs javax.accessibility JAWS crashes in WindowsAccessBridge.DLL on 32 bit 8u60 running on 32 bit Win 7
JDK-8134403 core-libs jdk.nashorn Nashorn react.js benchmark performance regression
JDK-8079618 deploy plugin AccessControlException with deployment cache and RMI
JDK-8135116 globalization translation [de] Missing the link of license agreement
JDK-6904403 hotspot jvmti assert(f == k->has_finalizer(),"inconsistent has_finalizer") with debug VM
JDK-8048353 hotspot runtime jstack -l crashes VM when a Java mirror for a primitive type is locked
JDK-8072147 hotspot runtime Preloading libjsig.dylib causes deadlock when signal() is called
JDK-8076110 hotspot runtime VM crash when class is redefined with Instrumentation.redefineClasses
JDK-8133191 install   NVDA screen reader and JAWS can't read the "Look and Feel" Selections.
JDK-8078495 security-libs org.ietf.jgss:krb5 End time checking for native TGT is wrong
JDK-8131907 xml jaxp Numerous threads lock during XML processing while running Weblogic 12.1.3

Fixed securty bugs:
http://www.oracle.com/technetwork/topics/security/cpuoct2015-2367953.html
CVE-2015-4835
CVE-2015-4881
CVE-2015-4843
CVE-2015-4883
CVE-2015-4860
CVE-2015-4805
CVE-2015-4844
CVE-2015-4901
CVE-2015-4868
CVE-2015-4810
CVE-2015-4806
CVE-2015-4871
CVE-2015-4902
CVE-2015-4840
CVE-2015-4882
CVE-2015-4842
CVE-2015-4734
CVE-2015-4903
CVE-2015-4803
CVE-2015-4893
CVE-2015-4911
CVE-2015-4872
CVE-2015-4906
CVE-2015-4916
CVE-2015-4908

(ryoon)

2015-11-03 03:32:24 UTC MAIN commitmail json YAML

2015-11-03 03:29:40 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 01:56:36 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
distfiles/D6.data.ros.gz
distfiles/cstore0.2.tar.gz
distfiles/data4.tar.gz
distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)

2015-11-03 01:43:56 UTC MAIN commitmail json YAML

2015-11-03 01:34:58 UTC MAIN commitmail json YAML

2015-11-03 01:20:26 UTC MAIN commitmail json YAML

Add SHA512 digests for distfiles for chat category

Problems found with existing distfiles:
distfiles/icb-5.0.9.tar.gz
distfiles/icb.2.1.4.tar.Z
distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

(agc)