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 (4m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:45:03 UTC Now

2014-03-25 16:14:45 UTC MAIN commitmail json YAML

Add support for GEM_EXTSDIR.

(taca)

2014-03-25 16:14:14 UTC MAIN commitmail json YAML

Use RUBY_SUFFIX instead of RUBY_VER.

(taca)

2014-03-25 16:13:19 UTC MAIN commitmail json YAML

Use RUBY_SUFFIX instead of RUBY_VER.

(taca)

2014-03-25 16:12:14 UTC MAIN commitmail json YAML

Build fix with ruby21.

(taca)

2014-03-25 16:04:12 UTC MAIN commitmail json YAML

2014-03-25 14:12:23 UTC MAIN commitmail json YAML

2014-03-25 13:56:38 UTC MAIN commitmail json YAML

2014-03-25 13:54:26 UTC MAIN commitmail json YAML

Update mDNSResponder to cope with import of 258.14 into NetBSD-current.

(prlw1)

2014-03-25 12:54:22 UTC MAIN commitmail json YAML

Add another missing include of stdint.h, to resolve build on Linux.

>From Iain Morgan (again; this was in the previous set and I missed it
while pruning changes that just regenerated distfiles without real
changes).

(gdt)

2014-03-25 12:51:05 UTC MAIN commitmail json YAML

Updated lang/nawk to 20121220nb1

(jperkin)

2014-03-25 12:50:49 UTC MAIN commitmail json YAML

Increase the default YYMAXDEPTH from 150 to 300, fixes problems building
devel/editline where mdoc2man.awk would previously abort with a stack
overflow.  This is still pretty conservative compared to other parsers.

Bump PKGREVISION.

(jperkin)

2014-03-25 12:05:57 UTC MAIN commitmail json YAML

2014-03-25 07:53:35 UTC MAIN commitmail json YAML

2014-03-25 07:11:52 UTC MAIN commitmail json YAML

Treat DragonFly the same way as FreeBSD.
This fixes build on DragonFly 3.7 as reported by David Shao in PR pkg/48660.

(asau)

2014-03-24 22:09:53 UTC MAIN commitmail json YAML

Use GCC_REQD+=4.6, package needs C++11 features for kactivitymanagerd
otherwise it won't be built and there are PLIST failures.

(jperkin)

2014-03-24 20:42:11 UTC MAIN commitmail json YAML

Treat NetBSD, FreeBSD, and OpenBSD uniformly.
This fixes build on FreeBSD 10 (tested by Youri Mouton) and 9.1.

(asau)

2014-03-24 20:36:47 UTC MAIN commitmail json YAML

Allow using builtin libexecinfo on FreeBSD:
FreeBSD has started using NetBSD's libexecinfo since version 10.

(asau)

2014-03-24 20:29:01 UTC MAIN commitmail json YAML

2014-03-24 17:44:47 UTC MAIN commitmail json YAML

Fix build on SunOS.  Based on a patch by MAINTAINER.

(jperkin)

2014-03-24 15:29:54 UTC MAIN commitmail json YAML

Correctly detect modern versions of "freetype2" e.g. under recent
versions of NetBSD-current.

(tron)

2014-03-23 15:16:35 UTC MAIN commitmail json YAML

2014-03-23 15:06:06 UTC MAIN commitmail json YAML

Add equivalency to mdocml so pkglocate has a hit here.

(wiz)

2014-03-23 14:44:36 UTC MAIN commitmail json YAML

+ apache22-2.2.27, blender-2.70, calibre-1.29, clutter-1.18.0,
  dap-3.9, doclifter-2.14, grilo-0.2.10, guile-2.0.11, harfbuzz-0.9.27,
  libmikmod-3.3.6, mono-3.2.8, openmpi-1.7.5, parallel-20140322,
  php-tt-rss-1.12, phpmyadmin-4.1.11, py-flakes-0.8, py-pytz-2014.1.1,
  py-setuptools-3.3, sun-jre8-8.0, webkit-gtk-2.2.6, wine-devel-1.7.15,
  x264-devel-20140322.

(wiz)

2014-03-23 13:21:16 UTC MAIN commitmail json YAML

Fix MASTER_SITES.

(wiz)

2014-03-23 11:14:46 UTC MAIN commitmail json YAML

2014-03-23 09:55:59 UTC MAIN commitmail json YAML

build fix for graphics/php53-gd following the freetype2 update

(spz)

2014-03-23 09:07:15 UTC MAIN commitmail json YAML

2014-03-23 08:21:11 UTC MAIN commitmail json YAML

2014-03-23 08:14:23 UTC MAIN commitmail json YAML

2014-03-23 07:48:03 UTC MAIN commitmail json YAML

fixup nss fetch location

(richard)

2014-03-23 07:08:21 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.3.4

(tsutsui)

2014-03-23 07:04:00 UTC MAIN commitmail json YAML

Update mlterm to 3.3.4.  (leaf package update)

pkgsrc changes:
- remove post-3.3.3 fix patches
- pull a post-3.3.4 bug fix patch for NetBSD and OpenBSD

Changes from doc/en/ReleaseNote:

ver 3.3.4
* Support not only sixel graphics but also other major image formats on Android.
* Support ReGIS partially. (depends on SDL(SDL2), SDL_ttf(SDL2_ttf) and fontconfig)
* Output strerror(errno) on error.
* Support "key=value #comment" style in the same line in ~/.mlterm/main.
* Draw all ambiguous width characters one by one to fit the column width unless
  -V option is specified.
* Merge patches:
  https://gist.github.com/tsutsui/9285759. (Thanks to @tsutsuii)
* Bug fixes:
  Change the default resolution on NetBSD/x68k from 512x512x8 to 768x512x4.
  Fix the bug which output help message to stdout where mlterm waits for image
  data and which made mlterm allocate too large memory. (enbugged at 3.3.3)
  Fix the bug which disabled to start mlconfig. (enbugged at 3.3.3)
  Fix the bug which caused segfault if x11 forwarding failed.
  Fix the bug which caused segfault in resuming on Android.
  Show candidate strings of uim-mozc correctly.
  Fix the bug which disabled normal users from opening screen on NetBSD/x68k framebuffer.
  Fix segfault in connecting unknown hosts on java.

(tsutsui)

2014-03-23 01:37:27 UTC MAIN commitmail json YAML

2014-03-23 01:24:39 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 6.0.2

(ryoon)

2014-03-23 01:19:17 UTC MAIN commitmail json YAML

Update to 6.0.2

* Update MESSAGE to use nginx and php-fpm.
  I cannot enable with apache24 (yet).

Changelog:
Version 6.0.2 March 3rd 2014

    Several security fixes
    Improved trash bin performance for deleting lots of files
    Mobile interface improvements
    Fix key problems in encryption mode in rare situations
    Smaller LDAP improvements
    Fix the keep-alive ping for non standard php session lifetimes
    Cleanup storage table when deleting an entry
    Fix compatibility with xsendfile mode
    Fix file size calculation in encryption mode
    Fix image previews in trash bin
    Fix public upload with enabled enryption
    Added APC enabled check
    Correctly localise date in notification emails
    Improve compatibility with some CIFS servers
    Fix shared files and Gallery
    Several Contacts compatibility improvements
    Several Documents improvements
    A lot of smaller bug fixes

(ryoon)

2014-03-22 23:34:13 UTC MAIN commitmail json YAML

Updated devel/nss to 3.16

(ryoon)

2014-03-22 23:32:46 UTC MAIN commitmail json YAML

Update to 3.16

* Improve 3.16 like 2 number version support (firefox etc. requires 3 number
  version string)

Changelog:
>From https://developer.mozilla.org/en-US/docs/NSS/NSS_3.16_release_notes

The following security-relevant bug has been resolved.
Users are encouraged to upgrade immediately.
* Bug 903885 - (CVE-2014-1492) In a wildcard certificate, the wildcard
  character should not be embedded within the U-label of an
  internationalized domain name. See the last bullet point in RFC 6125,
  Section 7.2.

New functionality:
* Supports the Linux x32 ABI. To build for the Linux x32 target, set
  the environment variable USE_X32=1 when building NSS.

New Functions:
* NSS_CMSSignerInfo_Verify

New Macros
* TLS_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, etc.,
  cipher suites that were first defined in SSL 3.0 can now be referred
  to with their official IANA names in TLS, with the TLS_ prefix.
  Previously, they had to be referred to with their names in SSL 3.0,
  with the SSL_ prefix.

Notable Changes:
* ECC is enabled by default. It is no longer necessary to set the
  environment variable NSS_ENABLE_ECC=1 when building NSS. To disable
  ECC, set the environment variable NSS_DISABLE_ECC=1 when building NSS.
* libpkix should not include the common name of CA as DNS names when
  evaluating name constraints.
* AESKeyWrap_Decrypt should not return SECSuccess for invalid keys.
* Fix a memory corruption in sec_pkcs12_new_asafe.
* If the NSS_SDB_USE_CACHE environment variable is set, skip the runtime
  test sdb_measureAccess.
* The built-in roots module has been updated to version 1.97, which
  adds, removes, and distrusts several certificates.
* The atob utility has been improved to automatically ignore lines of
  text that aren't in base64 format.
* The certutil utility has been improved to support creation of
  version 1 and version 2 certificates, in addition to the existing
  version 3 support.

(ryoon)

2014-03-22 22:26:44 UTC MAIN commitmail json YAML

build fix following the freetype2 update
note it still messes up run-time search paths for libXmu and libXext
for native X

(spz)

2014-03-22 22:02:11 UTC MAIN commitmail json YAML

2014-03-22 21:44:53 UTC MAIN commitmail json YAML

2014-03-22 20:50:06 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.44.0

(schmonz)

2014-03-22 20:50:00 UTC MAIN commitmail json YAML

Update to 4.44.0. From the changelog:

- add extended SSL options for IMAP retrievers, allowing certificate
  verification and other features. Thanks: Steven Murdoch.
- fix missing plaintext versions of documentation. Thanks: Osamu Aoki.
- fix "Header instance has no attribute 'strip'" error which cropped
  up in some configurations. Thanks: Krzysztof Warzecha.

Updating this leaf package during the freeze for security improvements
and bugfixes.

(schmonz)

2014-03-22 20:15:20 UTC MAIN commitmail json YAML

2014-03-22 18:22:13 UTC pkgsrc-2013Q4 commitmail json YAML

2014-03-22 18:21:02 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4350 - requested by tron
graphics/freetype2: build fix

Revisions pulled up:
- graphics/freetype2/buildlink3.mk                              1.44

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Wed Mar 19 10:16:33 UTC 2014

  Modified Files:
  pkgsrc/graphics/freetype2: buildlink3.mk

  Log Message:
  Move bzip2 and zlib buildlink3 out of the png PKG_OPTION check, they are
  unconditional dependencies.

  To generate a diff of this commit:
  cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/freetype2/buildlink3.mk

(spz)

2014-03-22 18:02:14 UTC MAIN commitmail json YAML

Partially cope with freeetyp2 update lossage.

Adjust perl program that prints include statements to use the
ft2build/constant method, from Patrick Welche.

This doesn't fix my build, but it gets a lot further.

(gdt)

2014-03-22 17:26:13 UTC MAIN commitmail json YAML

Munge patches using intptr_t to include stdint.h.

Patch changes are from Iain Morgan.  Beyond that, I have:
  omitted changing patches for line # and ~/orig nits
  used INSTALLATION_DIRS for share/doc/nedit

I sent mail to upstream about the patches.  After all, the distfile is
just about 9.5 years old, so surely they are due for at least a point
release.

(gdt)

2014-03-22 16:50:29 UTC MAIN commitmail json YAML

2014-03-22 16:38:28 UTC MAIN commitmail json YAML

Updated devel/py-ipython1 to 1.2.1

(prlw1)

2014-03-22 16:38:05 UTC MAIN commitmail json YAML

Update py-ipython1 to 1.2.1

1.2.1:

* :ghpull:`4372`: Don't assume that SyntaxTB is always called with a SyntaxError
* :ghpull:`5166`: remove mktemp usage
* :ghpull:`5163`: Simplify implementation of TemporaryWorkingDirectory.
* :ghpull:`5105`: add index to format to support py2.6

* :ghissue:`5101`: IPython 1.2.0: notebook fail with "500 Internal Server Error"

1.2.0:

* :ghpull:`4972`: Work around problem in doctest discovery in Python 3.4 with PyQt
* :ghpull:`4934`: `ipython profile create` respects `--ipython-dir`
* :ghpull:`4845`: Add Origin Checking.
* :ghpull:`4928`: use importlib.machinery when available
* :ghpull:`4849`: Various unicode fixes (mostly on Windows)
* :ghpull:`4880`: set profile name from profile_dir
* :ghpull:`4908`: detect builtin docstrings in oinspect
* :ghpull:`4909`: sort dictionary keys before comparison, ordering is not guaranteed
* :ghpull:`4903`: use https for all embeds
* :ghpull:`4868`: Static path fixes
* :ghpull:`4820`: fix regex for cleaning old logs with ipcluster
* :ghpull:`4840`: Error in Session.send_raw()
* :ghpull:`4762`: whitelist alphanumeric characters for cookie_name
* :ghpull:`4748`: fix race condition in profiledir creation.
* :ghpull:`4720`: never use ssh multiplexer in tunnels
* :ghpull:`4738`: don't inject help into user_ns
* :ghpull:`4722`: allow purging local results as long as they are not outstanding
* :ghpull:`4668`: Make non-ASCII docstring unicode
* :ghpull:`4639`: Minor import fix to get qtconsole with --pylab=qt working
* :ghpull:`4453`: Play nice with App Nap
* :ghpull:`4609`: Fix bytes regex for Python 3.
* :ghpull:`4488`: fix typo in message spec doc
* :ghpull:`4346`: getpass() on Windows & Python 2 needs bytes prompt
* :ghpull:`4230`: Switch correctly to the user's default matplotlib backend after inline.
* :ghpull:`4214`: engine ID metadata should be unicode, not bytes
* :ghpull:`4232`: no highlight if no language specified
* :ghpull:`4218`: Fix display of SyntaxError when .py file is modified
* :ghpull:`4217`: avoid importing numpy at the module level
* :ghpull:`4213`: fixed dead link in examples/notebooks readme to Part 3
* :ghpull:`4183`: ESC should be handled by CM if tooltip is not on
* :ghpull:`4193`: Update for #3549: Append Firefox overflow-x fix
* :ghpull:`4205`: use TextIOWrapper when communicating with pandoc subprocess
* :ghpull:`4204`: remove some extraneous print statements from IPython.parallel
* :ghpull:`4201`: HeadingCells cannot be split or merged

* :ghissue:`4892`: IPython.qt test failure with python3.4
* :ghissue:`4810`: ipcluster bug in clean_logs flag
* :ghissue:`4765`: missing build script for highlight.js
* :ghissue:`4761`: ipv6 address triggers cookie exception
* :ghissue:`4721`: purge_results with jobid crashing - looking for insight
* :ghissue:`4602`: "ipcluster stop" fails after "ipcluster start --daemonize" using python3.3
* :ghissue:`3386`: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn't support the buffer API
* :ghissue:`4485`: Incorrect info in "Messaging in IPython" documentation.
* :ghissue:`4351`: /parallel/apps/launcher.py error
* :ghissue:`4334`: NotebookApp.webapp_settings static_url_prefix causes crash
* :ghissue:`4039`: Celltoolbar example issue
* :ghissue:`4256`: IPython no longer handles unicode file names
* :ghissue:`4122`: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex
* :ghissue:`3819`: nbconvert add extra blank line to code block on Windows.
* :ghissue:`4203`: remove spurious print statement from parallel annoted functions
* :ghissue:`4200`: Notebook: merging a heading cell and markdown cell cannot be undone

(prlw1)

2014-03-22 15:57:07 UTC MAIN commitmail json YAML

2014-03-22 13:47:53 UTC MAIN commitmail json YAML

Added textproc/lua-cjson version 2.1.0

(imil)

2014-03-22 13:45:49 UTC MAIN commitmail json YAML

add & enable lua-cjson

(imil)

2014-03-22 13:44:02 UTC MAIN commitmail json YAML

Initial import of lua-cjson, version 2.1.0, into the NetBSD Packages Collection.

Lua CJSON provides JSON support for Lua. It has been tested under Linux,
FreeBSD, OSX, Solaris and Windows.

(imil)

2014-03-22 13:31:25 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx to 1.2.2

(wiz)

2014-03-22 13:31:15 UTC MAIN commitmail json YAML

Update to 1.2.2. Not a leaf; has ~5 dependencies.
However, 1.2.2 fixes a bug that causes PLIST divergence.
Requested by Niclas Rosenvik.

Release 1.2.2 (released Mar 2, 2014)
====================================

Bugs fixed
----------

* PR#211: When checking for existence of the :confval:`html_logo` file, check
  the full relative path and not the basename.
* PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring.
* PR#213: Fix a missing import in the setup command.
* #1357: Option names documented by :rst:dir:`option` are now again allowed to
  not start with a dash or slash, and referencing them will work correctly.
* #1358: Fix handling of image paths outside of the source directory when using
  the "wildcard" style reference.
* #1374: Fix for autosummary generating overly-long summaries if first line
  doesn't end with a period.
* #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
* #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same
  time in sphinx-quickstart.
* #1386: Fix bug preventing more than one theme being added by the entry point
  mechanism.
* #1370: Ignore "toctree" nodes in text writer, instead of raising.
* #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present.
* #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field
  interface/behavior for `item` argument usage.

Documentation
-------------

* Extended the :ref:`documentation about building extensions <dev-extensions>`.

(wiz)

2014-03-22 13:03:56 UTC MAIN commitmail json YAML

PLIST fix for Darwin/Quartz

(adam)

2014-03-22 10:48:20 UTC MAIN commitmail json YAML

2014-03-22 09:05:24 UTC MAIN commitmail json YAML

The MirBSD stanza was wrong. Moved it below the builtin.mk inclusion and
made the conditional more robust.

Fixes at least "make describe", let's see if it helps for the bulk build.

(bsiegert)

2014-03-22 08:39:10 UTC MAIN commitmail json YAML

2014-03-22 08:19:24 UTC MAIN commitmail json YAML

Look for gl.pc in lib${LIBABISUFFIX}/pkgconfig too.  Fixes some Linux
dependencies.

(jperkin)

2014-03-22 00:07:21 UTC MAIN commitmail json YAML

Revert previous, the PKGNAME is ${PYPKGPREFIX}-test nowadays.

(wiz)

2014-03-21 23:58:56 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.5.2nb1

(wiz)

2014-03-21 23:58:47 UTC MAIN commitmail json YAML

Depend on py-1.4.20. Bump PKGREVISION.

(wiz)

2014-03-21 23:58:22 UTC MAIN commitmail json YAML

Updated devel/py-py to 1.4.20

(wiz)

2014-03-21 23:58:13 UTC MAIN commitmail json YAML

Update to 1.4.20.
Only used by py-test, and it prefers a newer version.

1.4.20
==================================================

- ignore unicode decode errors in xmlescape.  Thanks Anatoly Bubenkoff.

- on python2 modify traceback.format_exception_only to match python3
  behaviour, namely trying to print unicode for Exception instances

- use a safer way for serializing exception reports (helps to fix
  pytest issue413)

Changes between 1.4.18 and 1.4.19
==================================================

- merge in apipkg fixes

- some micro-optimizations in py/_code/code.py for speeding
  up pytest runs.  Thanks Alex Gaynor for initiative.

- check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring
  for py.io.TerminalWriter() independently from capabilities
  of the output file.  Thanks Marc Abramowitz for the PR.

- some fixes to unicode handling in assertion handling.
  Thanks for the PR to Floris Bruynooghe.  (This helps
  to fix pytest issue 319).

- depend on setuptools presence, remove distribute_setup

Changes between 1.4.17 and 1.4.18
==================================================

- introduce path.ensure_dir() as a synonym for ensure(..., dir=1)

- some unicode/python3 related fixes wrt to path manipulations
  (if you start passing unicode particular in py2 you might
  still get problems, though)

Changes between 1.4.16 and 1.4.17
==================================================

- make py.io.TerminalWriter() prefer colorama if it is available
  and avoid empty lines when separator-lines are printed by
  being defensive and reducing the working terminalwidth by 1

- introduce optional "expanduser" argument to py.path.local
  to that local("~", expanduser=True) gives the home
  directory of "user".

(wiz)

2014-03-21 23:39:28 UTC MAIN commitmail json YAML

2014-03-21 22:04:28 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 0.2.2nb2

(wiz)

2014-03-21 22:04:19 UTC MAIN commitmail json YAML

Fix use with python-2.x.
Add test target and most of the needed dependencies.
(Two more packages ready, will be added after the freeze.)
Bump PKGREVISION.

(wiz)

2014-03-21 21:43:07 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.5.12nb3

(imil)

2014-03-21 21:42:50 UTC MAIN commitmail json YAML

2014-03-21 21:41:33 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7nb4

(imil)

2014-03-21 21:41:19 UTC MAIN commitmail json YAML

2014-03-21 18:26:29 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.5.2

(wiz)

2014-03-21 18:26:16 UTC MAIN commitmail json YAML

Update to 2.5.2 (leaf package).
Add missing dependencies. Add test dependencies. Replace interpreter
path in installed file.

Changes since 2.3.5:

2.5.2
-----------------------------------

- fix issue409 -- better interoperate with cx_freeze by not
  trying to import from collections.abc which causes problems
  for py27/cx_freeze.  Thanks Wolfgang L. for reporting and tracking it down.

- fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
  Thanks Jurko Gospodnetic for the complete PR.

- fix issue425: mention at end of "py.test -h" that --markers
  and --fixtures work according to specified test path (or current dir)

- fix issue413: exceptions with unicode attributes are now printed
  correctly also on python2 and with pytest-xdist runs. (the fix
  requires py-1.4.20)

- copy, cleanup and integrate py.io capture
  from pylib 1.4.20.dev2 (rev 13d9af95547e)

- address issue416: clarify docs as to conftest.py loading semantics

- fix issue429: comparing byte strings with non-ascii chars in assert
  expressions now work better.  Thanks Floris Bruynooghe.

- make capfd/capsys.capture private, its unused and shouldnt be exposed

2.5.1
-----------------------------------

- merge new documentation styling PR from Tobias Bieniek.

- fix issue403: allow parametrize of multiple same-name functions within
  a collection node.  Thanks Andreas Kloeckner and Alex Gaynor for reporting
  and analysis.

- Allow parameterized fixtures to specify the ID of the parameters by
  adding an ids argument to pytest.fixture() and pytest.yield_fixture().
  Thanks Floris Bruynooghe.

- fix issue404 by always using the binary xml escape in the junitxml
  plugin.  Thanks Ronny Pfannschmidt.

- fix issue407: fix addoption docstring to point to argparse instead of
  optparse. Thanks Daniel D. Wright.

2.5.0
-----------------------------------

- dropped python2.5 from automated release testing of pytest itself
  which means it's probably going to break soon (but still works
  with this release we believe).

- simplified and fixed implementation for calling finalizers when
  parametrized fixtures or function arguments are involved.  finalization
  is now performed lazily at setup time instead of in the "teardown phase".
  While this might sound odd at first, it helps to ensure that we are
  correctly handling setup/teardown even in complex code.  User-level code
  should not be affected unless it's implementing the pytest_runtest_teardown
  hook and expecting certain fixture instances are torn down within (very
  unlikely and would have been unreliable anyway).

- PR90: add --color=yes|no|auto option to force terminal coloring
  mode ("auto" is default).  Thanks Marc Abramowitz.

- fix issue319 - correctly show unicode in assertion errors.  Many
  thanks to Floris Bruynooghe for the complete PR.  Also means
  we depend on py>=1.4.19 now.

- fix issue396 - correctly sort and finalize class-scoped parametrized
  tests independently from number of methods on the class.

- refix issue323 in a better way -- parametrization should now never
  cause Runtime Recursion errors because the underlying algorithm
  for re-ordering tests per-scope/per-fixture is not recursive
  anymore (it was tail-call recursive before which could lead
  to problems for more than >966 non-function scoped parameters).

- fix issue290 - there is preliminary support now for parametrizing
  with repeated same values (sometimes useful to to test if calling
  a second time works as with the first time).

- close issue240 - document precisely how pytest module importing
  works, discuss the two common test directory layouts, and how it
  interacts with PEP420-namespace packages.

- fix issue246 fix finalizer order to be LIFO on independent fixtures
  depending on a parametrized higher-than-function scoped fixture.
  (was quite some effort so please bear with the complexity of this sentence :)
  Thanks Ralph Schmitt for the precise failure example.

- fix issue244 by implementing special index for parameters to only use
  indices for paramentrized test ids

- fix issue287 by running all finalizers but saving the exception
  from the first failing finalizer and re-raising it so teardown will
  still have failed.  We reraise the first failing exception because
  it might be the cause for other finalizers to fail.

- fix ordering when mock.patch or other standard decorator-wrappings
  are used with test methods.  This fixues issue346 and should
  help with random "xdist" collection failures.  Thanks to
  Ronny Pfannschmidt and Donald Stufft for helping to isolate it.

- fix issue357 - special case "-k" expressions to allow for
  filtering with simple strings that are not valid python expressions.
  Examples: "-k 1.3" matches all tests parametrized with 1.3.
  "-k None" filters all tests that have "None" in their name
  and conversely "-k 'not None'".
  Previously these examples would raise syntax errors.

- fix issue384 by removing the trial support code
  since the unittest compat enhancements allow
  trial to handle it on its own

- don't hide an ImportError when importing a plugin produces one.
  fixes issue375.

- fix issue275 - allow usefixtures and autouse fixtures
  for running doctest text files.

- fix issue380 by making --resultlog only rely on longrepr instead
  of the "reprcrash" attribute which only exists sometimes.

- address issue122: allow @pytest.fixture(params=iterator) by exploding
  into a list early on.

- fix pexpect-3.0 compatibility for pytest's own tests.
  (fixes issue386)

- allow nested parametrize-value markers, thanks James Lan for the PR.

- fix unicode handling with new monkeypatch.setattr(import_path, value)
  API.  Thanks Rob Dennis.  Fixes issue371.

- fix unicode handling with junitxml, fixes issue368.

- In assertion rewriting mode on Python 2, fix the detection of coding
  cookies. See issue #330.

- make "--runxfail" turn imperative pytest.xfail calls into no ops
  (it already did neutralize pytest.mark.xfail markers)

- refine pytest / pkg_resources interactions: The AssertionRewritingHook
  PEP302 compliant loader now registers itself with setuptools/pkg_resources
  properly so that the pkg_resources.resource_stream method works properly.
  Fixes issue366.  Thanks for the investigations and full PR to Jason R. Coombs.

- pytestconfig fixture is now session-scoped as it is the same object during the
  whole test run.  Fixes issue370.

- avoid one surprising case of marker malfunction/confusion::

      @pytest.mark.some(lambda arg: ...)
      def test_function():

  would not work correctly because pytest assumes @pytest.mark.some
  gets a function to be decorated already.  We now at least detect if this
  arg is an lambda and thus the example will work.  Thanks Alex Gaynor
  for bringing it up.

- xfail a test on pypy that checks wrong encoding/ascii (pypy does
  not error out). fixes issue385.

- internally make varnames() deal with classes's __init__,
  although it's not needed by pytest itself atm.  Also
  fix caching.  Fixes issue376.

- fix issue221 - handle importing of namespace-package with no
  __init__.py properly.

- refactor internal FixtureRequest handling to avoid monkeypatching.
  One of the positive user-facing effects is that the "request" object
  can now be used in closures.

- fixed version comparison in pytest.importskip(modname, minverstring)

- fix issue377 by clarifying in the nose-compat docs that pytest
  does not duplicate the unittest-API into the "plain" namespace.

- fix verbose reporting for @mock'd test functions

v2.4.2
-----------------------------------

- on Windows require colorama and a newer py lib so that py.io.TerminalWriter()
  now uses colorama instead of its own ctypes hacks. (fixes issue365)
  thanks Paul Moore for bringing it up.

- fix "-k" matching of tests where "repr" and "attr" and other names would
  cause wrong matches because of an internal implementation quirk
  (don't ask) which is now properly implemented. fixes issue345.

- avoid tmpdir fixture to create too long filenames especially
  when parametrization is used (issue354)

- fix pytest-pep8 and pytest-flakes / pytest interactions
  (collection names in mark plugin was assuming an item always
  has a function which is not true for those plugins etc.)
  Thanks Andi Zeidler.

- introduce node.get_marker/node.add_marker API for plugins
  like pytest-pep8 and pytest-flakes to avoid the messy
  details of the node.keywords  pseudo-dicts.  Adapated
  docs.

- remove attempt to "dup" stdout at startup as it's icky.
  the normal capturing should catch enough possibilities
  of tests messing up standard FDs.

- add pluginmanager.do_configure(config) as a link to
  config.do_configure() for plugin-compatibility

v2.4.1
-----------------------------------

- When using parser.addoption() unicode arguments to the
  "type" keyword should also be converted to the respective types.
  thanks Floris Bruynooghe, @dnozay. (fixes issue360 and issue362)

- fix dotted filename completion when using argcomplete
  thanks Anthon van der Neuth. (fixes issue361)

- fix regression when a 1-tuple ("arg",) is used for specifying
  parametrization (the values of the parametrization were passed
  nested in a tuple).  Thanks Donald Stufft.

- merge doc typo fixes, thanks Andy Dirnberger

v2.4
-----------------------------------

known incompatibilities:

- if calling --genscript from python2.7 or above, you only get a
  standalone script which works on python2.7 or above.  Use Python2.6
  to also get a python2.5 compatible version.

- all xunit-style teardown methods (nose-style, pytest-style,
  unittest-style) will not be called if the corresponding setup method failed,
  see issue322 below.

- the pytest_plugin_unregister hook wasn't ever properly called
  and there is no known implementation of the hook - so it got removed.

- pytest.fixture-decorated functions cannot be generators (i.e. use
  yield) anymore.  This change might be reversed in 2.4.1 if it causes
  unforeseen real-life issues.  However, you can always write and return
  an inner function/generator and change the fixture consumer to iterate
  over the returned generator.  This change was done in lieu of the new
  ``pytest.yield_fixture`` decorator, see below.

new features:

- experimentally introduce a new ``pytest.yield_fixture`` decorator
  which accepts exactly the same parameters as pytest.fixture but
  mandates a ``yield`` statement instead of a ``return statement`` from
  fixture functions.  This allows direct integration with "with-style"
  context managers in fixture functions and generally avoids registering
  of finalization callbacks in favour of treating the "after-yield" as
  teardown code.  Thanks Andreas Pelme, Vladimir Keleshev, Floris
  Bruynooghe, Ronny Pfannschmidt and many others for discussions.

- allow boolean expression directly with skipif/xfail
  if a "reason" is also specified.  Rework skipping documentation
  to recommend "condition as booleans" because it prevents surprises
  when importing markers between modules.  Specifying conditions
  as strings will remain fully supported.

- reporting: color the last line red or green depending if
  failures/errors occured or everything passed.  thanks Christian
  Theunert.

- make "import pdb ; pdb.set_trace()" work natively wrt capturing (no
  "-s" needed anymore), making ``pytest.set_trace()`` a mere shortcut.

- fix issue181: --pdb now also works on collect errors (and
  on internal errors) .  This was implemented by a slight internal
  refactoring and the introduction of a new hook
  ``pytest_exception_interact`` hook (see next item).

- fix issue341: introduce new experimental hook for IDEs/terminals to
  intercept debugging: ``pytest_exception_interact(node, call, report)``.

- new monkeypatch.setattr() variant to provide a shorter
  invocation for patching out classes/functions from modules:

    monkeypatch.setattr("requests.get", myfunc)

  will replace the "get" function of the "requests" module with ``myfunc``.

- fix issue322: tearDownClass is not run if setUpClass failed. Thanks
  Mathieu Agopian for the initial fix.  Also make all of pytest/nose
  finalizer mimick the same generic behaviour: if a setupX exists and
  fails, don't run teardownX.  This internally introduces a new method
  "node.addfinalizer()" helper which can only be called during the setup
  phase of a node.

- simplify pytest.mark.parametrize() signature: allow to pass a
  CSV-separated string to specify argnames.  For example:
  ``pytest.mark.parametrize("input,expected",  [(1,2), (2,3)])``
  works as well as the previous:
  ``pytest.mark.parametrize(("input", "expected"), ...)``.

- add support for setUpModule/tearDownModule detection, thanks Brian Okken.

- integrate tab-completion on options through use of "argcomplete".
  Thanks Anthon van der Neut for the PR.

- change option names to be hyphen-separated long options but keep the
  old spelling backward compatible.  py.test -h will only show the
  hyphenated version, for example "--collect-only" but "--collectonly"
  will remain valid as well (for backward-compat reasons).  Many thanks to
  Anthon van der Neut for the implementation and to Hynek Schlawack for
  pushing us.

- fix issue 308 - allow to mark/xfail/skip individual parameter sets
  when parametrizing.  Thanks Brianna Laugher.

- call new experimental pytest_load_initial_conftests hook to allow
  3rd party plugins to do something before a conftest is loaded.

Bug fixes:

- fix issue358 - capturing options are now parsed more properly
  by using a new parser.parse_known_args method.

- pytest now uses argparse instead of optparse (thanks Anthon) which
  means that "argparse" is added as a dependency if installing into python2.6
  environments or below.

- fix issue333: fix a case of bad unittest/pytest hook interaction.

- PR27: correctly handle nose.SkipTest during collection.  Thanks
  Antonio Cuni, Ronny Pfannschmidt.

- fix issue355: junitxml puts name="pytest" attribute to testsuite tag.

- fix issue336: autouse fixture in plugins should work again.

- fix issue279: improve object comparisons on assertion failure
  for standard datatypes and recognise collections.abc.  Thanks to
  Brianna Laugher and Mathieu Agopian.

- fix issue317: assertion rewriter support for the is_package method

- fix issue335: document py.code.ExceptionInfo() object returned
  from pytest.raises(), thanks Mathieu Agopian.

- remove implicit distribute_setup support from setup.py.

- fix issue305: ignore any problems when writing pyc files.

- SO-17664702: call fixture finalizers even if the fixture function
  partially failed (finalizers would not always be called before)

- fix issue320 - fix class scope for fixtures when mixed with
  module-level functions.  Thanks Anatloy Bubenkoff.

- you can specify "-q" or "-qq" to get different levels of "quieter"
  reporting (thanks Katarzyna Jachim)

- fix issue300 - Fix order of conftest loading when starting py.test
  in a subdirectory.

- fix issue323 - sorting of many module-scoped arg parametrizations

- make sessionfinish hooks execute with the same cwd-context as at
  session start (helps fix plugin behaviour which write output files
  with relative path such as pytest-cov)

- fix issue316 - properly reference collection hooks in docs

- fix issue 306 - cleanup of -k/-m options to only match markers/test
  names/keywords respectively.  Thanks Wouter van Ackooy.

- improved doctest counting for doctests in python modules --
  files without any doctest items will not show up anymore
  and doctest examples are counted as separate test items.
  thanks Danilo Bellini.

- fix issue245 by depending on the released py-1.4.14
  which fixes py.io.dupfile to work with files with no
  mode. Thanks Jason R. Coombs.

- fix junitxml generation when test output contains control characters,
  addressing issue267, thanks Jaap Broekhuizen

- fix issue338: honor --tb style for setup/teardown errors as well.  Thanks Maho.

- fix issue307 - use yaml.safe_load in example, thanks Mark Eichin.

- better parametrize error messages, thanks Brianna Laugher

- pytest_terminal_summary(terminalreporter) hooks can now use
  ".section(title)" and ".line(msg)" methods to print extra
  information at the end of a test run.

(wiz)

2014-03-21 15:14:21 UTC MAIN commitmail json YAML

2014-03-21 15:02:04 UTC MAIN commitmail json YAML

Updated www/firefox24 to 24.4.0
Updated devel/xulrunner24 to 24.4.0

(ryoon)

2014-03-21 15:00:51 UTC MAIN commitmail json YAML

Update to 24.4.0

Changelog:
Fixed in Firefox ESR 24.4
MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering
MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects
MFSA 2014-30 Use-after-free in TypeObject
MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs
MFSA 2014-28 SVG filters information disclosure through feDisplacementMap
MFSA 2014-27 Memory corruption in Cairo during PDF font rendering
MFSA 2014-26 Information disclosure through polygon rendering in MathML
MFSA 2014-17 Out of bounds read during WAV file decoding
MFSA 2014-16 Files extracted during updates are not always read only
MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4)

(ryoon)

2014-03-21 14:56:07 UTC MAIN commitmail json YAML

Fix distinfo to match recent update.

(jperkin)

2014-03-21 14:38:01 UTC MAIN commitmail json YAML

2014-03-21 14:19:31 UTC MAIN commitmail json YAML

2014-03-21 14:06:11 UTC MAIN commitmail json YAML

Updated sysutils/py-xattr to 0.7.2nb2

(wiz)

2014-03-21 14:06:01 UTC MAIN commitmail json YAML

Set modulename so cffi doesn't have to invent them.
Fixes PLIST issues with different compilers.
Bump PKGREVISION.

(wiz)

2014-03-21 14:02:53 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 0.2.2nb1

(wiz)

2014-03-21 14:02:45 UTC MAIN commitmail json YAML

2014-03-21 14:02:36 UTC MAIN commitmail json YAML

Updated x11/deforaos-libdesktop to 0.1.0nb2

(jperkin)

2014-03-21 14:02:26 UTC MAIN commitmail json YAML

2014-03-21 14:01:07 UTC MAIN commitmail json YAML

Updated mail/deforaos-mailer to 0.1.6nb3

(jperkin)

2014-03-21 14:00:57 UTC MAIN commitmail json YAML

2014-03-21 13:59:36 UTC MAIN commitmail json YAML

Updated databases/deforaos-libdatabase to 0.0.0nb4

(jperkin)

2014-03-21 13:59:27 UTC MAIN commitmail json YAML

2014-03-21 13:57:58 UTC MAIN commitmail json YAML

Updated devel/deforaos-libsystem to 0.1.7nb2

(jperkin)

2014-03-21 13:57:42 UTC MAIN commitmail json YAML

2014-03-21 13:34:59 UTC MAIN commitmail json YAML

Depends on six itself as well.
Thanks, gdt.

(wiz)

2014-03-21 13:23:27 UTC MAIN commitmail json YAML

Depend on py-cryptography instead of py-six (a py-cryptography dependency,
pulled in during an attempt to autobuild it because it was missing).
Ride PKGREVISION bump from a few minutes ago.

(wiz)

2014-03-21 13:21:01 UTC MAIN commitmail json YAML

Added security/py-cryptography version 0.2.2

(wiz)

2014-03-21 13:20:51 UTC MAIN commitmail json YAML

+ py-cryptography

(wiz)

2014-03-21 13:20:35 UTC MAIN commitmail json YAML

Import py27-cryptography-0.2.2 as security/py-cryptography.

cryptography is a package designed to expose cryptographic recipes
and primitives to Python developers.  Our goal is for it to be your
"cryptographic standard library".

cryptography includes both high level recipes, and low level
interfaces to common cryptographic algorithms such as symmetric
ciphers, message digests and key derivation functions.

Comitted during the freeze since py-OpenSSL needs it.

(wiz)

2014-03-21 13:19:02 UTC MAIN commitmail json YAML

Depend on py-six.

py-OpenSSL 0.14 started depending on six, but this package didn't, so
"import OpenSSL" failed.  Confusingly, this led to build failures in
tahoe-lafs because somehow setuptools determined six was needed and
tried to download it.

After this commit, "make test" in py-OpenSSL still fails; it tries to download
"cryptography" and "cffi".

(gdt)

2014-03-21 12:37:58 UTC MAIN commitmail json YAML

re-add enigmail checksum

(wiz)

2014-03-21 12:23:52 UTC MAIN commitmail json YAML

Fix MASTER_SITES. Addresses PR 48673.

(wiz)

2014-03-21 11:38:00 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.5.12nb2

(imil)

2014-03-21 11:37:45 UTC MAIN commitmail json YAML

2014-03-21 11:37:04 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7nb3

(imil)

2014-03-21 11:36:47 UTC MAIN commitmail json YAML

2014-03-21 08:07:09 UTC MAIN commitmail json YAML

2014-03-21 08:03:49 UTC pkgsrc-2013Q4 commitmail json YAML

2014-03-21 08:02:35 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4349 - requested by tron
www/apache24: security update

Revisions pulled up:
- www/apache24/Makefile                                        1.26
- www/apache24/PLIST                                            1.15
- www/apache24/distinfo                                        1.13

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Tue Mar 18 20:09:08 UTC 2014

  Modified Files:
  pkgsrc/www/apache24: Makefile PLIST distinfo

  Log Message:
  Changes 2.4.9:
  *) mod_ssl: Work around a bug in some older versions of OpenSSL that
      would cause a crash in SSL_get_certificate for servers where the
      certificate hadn't been sent.
  *) mod_lua: Add a fixups hook that checks if the original request is intend=
  ed
      for LuaMapHandler. This fixes a bug where FallbackResource invalidates t=
  he
      LuaMapHandler directive in certain cases by changing the URI before the =
  map
      handler code executes

  Changes 2.4.8:
  *) SECURITY: CVE-2014-0098 (cve.mitre.org)
      Clean up cookie logging with fewer redundant string parsing passes.
      Log only cookies with a value assignment. Prevents segfaults when
      logging truncated cookies.
  *) SECURITY: CVE-2013-6438 (cve.mitre.org)
      mod_dav: Keep track of length of cdata properly when removing
      leading spaces. Eliminates a potential denial of service from
      specifically crafted DAV WRITE requests
  *) core: Support named groups and backreferences within the LocationMatch,
      DirectoryMatch, FilesMatch and ProxyMatch directives. (Requires
      non-ancient PCRE library)
  *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
      TE/CL conflicts.
  *) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping
      execution when a handler is already set.
  *) mod_ssl: Do not perform SNI / Host header comparison in case of a
      forward proxy request.
  *) mod_ssl: Remove the hardcoded algorithm-type dependency for the
      SSLCertificateFile and SSLCertificateKeyFile directives, to enable
      future algorithm agility, and deprecate the SSLCertificateChainFile
      directive (obsoleted by SSLCertificateFile).
  *) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
      and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
      to child scopes without explicitly configuring each child scope.
  *) prefork: Fix long delays when doing a graceful restart.
  *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
      5+ instead of just for FreeBSD 5.
  *) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
      IDs 02445, 02446, and 02448 to TRACE1 from DEBUG.
  *) mod_remoteip: Correct the trusted proxy match test.
  *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
      number is received from the application.
  *) mod_remoteip: Use the correct IP addresses to populate the proxy_ips fie=
  ld.
  *) mod_lua: Update r:setcookie() to accept a table of options and add domai=
  n,
      path and httponly to the list of options available to set.
  *) mod_lua: Fix r:setcookie() to add, rather than replace,
      the Set-Cookie header.
  *) mod_lua: Allow for database results to be returned as a hash with
      row-name/value pairs instead of just row-number/value.
  *) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
      %{REMOTE_ADDR}.
  *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
      save the socket for reuse by the next worker as if it were an
      APR_SO_DISCONNECTED socket. Restores 2.2 behavior.
  *) mod_dir: Don't search for a DirectoryIndex or DirectorySlash on a URL
      that was just rewritten by mod_rewrite.
  *) mod_session: When we have a session we were unable to decode,
      behave as if there was no session at all.
  *) mod_session: Fix problems interpreting the SessionInclude and
      SessionExclude configuration.
  *) mod_authn_core: Allow <AuthnProviderAlias>'es to be seen from auth
      stanzas under virtual hosts.
  *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
      30 seconds timeout.
  *) mod_proxy: Added support for unix domain sockets as the
      backend server endpoint
  *) build: only search for modules (config*.m4) in known subdirectories, see
      build/config-stubs.
  *) mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk.
  *) mod_ssl: Add support for OpenSSL configuration commands by introducing
      the SSLOpenSSLConfCmd directive.
  *) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
      is equivalent to <ProxyMatch wildcard-url>.
  *) mod_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
      mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
      require directives.
  *) mod_proxy_http: Core dumped under high load.
  *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
      previously limited to 64MB.
  *) mod_lua: Use binary copy when dealing with uploads through r:parsebody()
      to prevent truncating files.

  To generate a diff of this commit:
  cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/apache24/Makefile
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/apache24/PLIST
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/apache24/distinfo

(spz)

2014-03-21 07:58:25 UTC MAIN commitmail json YAML

Add library for iconv to LDFLAGS in all cases, not only SunOS.
detection of iconv is not sufficient, especially for the case iconv from pkgsrc
is preferred to builtin one in libc.

(obache)

2014-03-21 07:14:16 UTC MAIN commitmail json YAML

Updated editors/medit to 1.2.0

(obache)

2014-03-21 07:13:45 UTC MAIN commitmail json YAML

Update medit to 1.2.0.

2014-03-20  Yevgen Muntyan  <emuntyan@users.sourceforge.net>

    * === Released 1.2.0 ===

    Updated Spanish translation by Eulogio Serradilla.
    New Polish translation by Piotr Orzechowski.
    Fixed a bug in parsing grep output for UNC paths on windows.
    Updated syntax highlighting definitions.
    Fixed compilation with new glib and gcc.
    Exposed more functionality, in particular the output pane, to scripts.
    Finally made file completion case-insensitive on windows.

(obache)

2014-03-21 01:45:52 UTC MAIN commitmail json YAML

2014-03-21 01:44:30 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 24.4.0

(ryoon)

2014-03-21 01:44:09 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 24.4.0

(ryoon)

2014-03-21 01:43:40 UTC MAIN commitmail json YAML

Update to 24.4.0

Changelog:
Fixed in Thunderbird 24.4
MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering
MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects
MFSA 2014-30 Use-after-free in TypeObject
MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs
MFSA 2014-28 SVG filters information disclosure through feDisplacementMap
MFSA 2014-27 Memory corruption in Cairo during PDF font rendering
MFSA 2014-26 Information disclosure through polygon rendering in MathML
MFSA 2014-17 Out of bounds read during WAV file decoding
MFSA 2014-16 Files extracted during updates are not always read only
MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4)

(ryoon)

2014-03-21 01:07:18 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-ssl package to 1.3.3nb2.

(taca)

2014-03-21 01:06:47 UTC MAIN commitmail json YAML

2014-03-20 22:21:37 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.5.12nb1

(imil)

2014-03-20 22:21:21 UTC MAIN commitmail json YAML

2014-03-20 22:19:50 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7nb2

(imil)

2014-03-20 22:19:35 UTC MAIN commitmail json YAML

2014-03-20 21:13:45 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 28.0

(ryoon)

2014-03-20 21:12:21 UTC MAIN commitmail json YAML

2014-03-20 21:02:39 UTC MAIN commitmail json YAML

2014-03-20 21:02:01 UTC MAIN commitmail json YAML

Update to 28.0

Changelog:
NEW
VP9 video decoding implemented
NEW
Mac OS X: Notification Center support for web notifications
NEW
Horizontal HTML5 audio/video volume control
NEW
Support for Opus in WebM
CHANGED
Now that spdy/3 is implemented support for spdy/2 has been removed and servers without spdy/3 will negotiate to http/1 without any penalty
DEVELOPER
Support for MathML 2.0 'mathvariant' attribute
DEVELOPER
Background thread hang reporting
DEVELOPER
Support for multi-line flexbox in layout
FIXED
Various security fixes

Fixed in Firefox 28
MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering
MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects
MFSA 2014-30 Use-after-free in TypeObject
MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs
MFSA 2014-28 SVG filters information disclosure through feDisplacementMap
MFSA 2014-27 Memory corruption in Cairo during PDF font rendering
MFSA 2014-26 Information disclosure through polygon rendering in MathML
MFSA 2014-25 Firefox OS DeviceStorageFile object vulnerable to relative path escape
MFSA 2014-24 Android Crash Reporter open to manipulation
MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore
MFSA 2014-22 WebGL content injection from one domain to rendering in another
MFSA 2014-21 Local file access via Open Link in new tab
MFSA 2014-20 onbeforeunload and Javascript navigation DOS
MFSA 2014-19 Spoofing attack on WebRTC permission prompt
MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key
MFSA 2014-17 Out of bounds read during WAV file decoding
MFSA 2014-16 Files extracted during updates are not always read only
MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4)

(ryoon)

2014-03-20 20:38:38 UTC MAIN commitmail json YAML

2014-03-20 19:01:46 UTC MAIN commitmail json YAML

More files observed on FreeBSD.

(asau)

2014-03-20 18:58:31 UTC MAIN commitmail json YAML

2014-03-20 12:40:22 UTC MAIN commitmail json YAML

Copy relevant 5 PLIST-mangling lines from extension.mk,
so the bulk builds are hopefully happy again.

(wiz)

2014-03-20 12:38:26 UTC MAIN commitmail json YAML

Include <stdint.h> before using uintptr_t.

Pointed out by Iain Morgan on pkgsrc-users as causing a build failure
on Linux.

(gdt)

2014-03-20 00:06:52 UTC MAIN commitmail json YAML

let to be same condition as Makefile, tool dependency on python and ruby.

(obache)

2014-03-19 22:05:39 UTC MAIN commitmail json YAML

2014-03-19 21:56:31 UTC MAIN commitmail json YAML

2014-03-19 21:50:23 UTC MAIN commitmail json YAML

2014-03-19 21:48:54 UTC MAIN commitmail json YAML

Sort. From Kai-Uwe Eckhardt.

(wiz)

2014-03-19 21:45:12 UTC MAIN commitmail json YAML

2014-03-19 21:31:09 UTC MAIN commitmail json YAML

2014-03-19 21:05:14 UTC MAIN commitmail json YAML

Workaround: this imports python modules from mercurial, so it has to
be the same version as mercurial itself, which is, however, not a versioned
package. So disallow 26 for now, since the pkgsrc default is 27 and that
is the version mercurial will be built against.

(wiz)

2014-03-19 18:09:16 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7nb1

(imil)

2014-03-19 18:01:18 UTC MAIN commitmail json YAML

2014-03-19 17:50:00 UTC MAIN commitmail json YAML

2014-03-19 16:44:08 UTC MAIN commitmail json YAML

MirBSD: remove -fvisibility=hidden until there is a version of gcc that
supports it.

(bsiegert)

2014-03-19 16:17:50 UTC MAIN commitmail json YAML

Updated mail/mutt-kz to 1.5.22.1rc1nb1

(wiz)

2014-03-19 16:17:38 UTC MAIN commitmail json YAML

Add patch from mutt (security fix):
Fix buffer overrun caused by not updating a string length after
address expansion.
http://dev.mutt.org/hg/mutt/rev/9bf7593e3c08

(wiz)

2014-03-19 15:11:52 UTC MAIN commitmail json YAML

Add missing build dependencies.

(wiz)

2014-03-19 14:51:33 UTC MAIN commitmail json YAML

Not ready for python-3.x.

(wiz)

2014-03-19 14:21:34 UTC MAIN commitmail json YAML

Updated www/moodle to 2.5.5

(wen)

2014-03-19 14:20:00 UTC MAIN commitmail json YAML

Update to 2.5.5
Approved by: wiz@

Upstream changes:
2.5.5
Highlights
MDL-43733 - Auto-saved responses are used when a quiz attempt is submitted automatically
MDL-27414 - Random short answer matching question type now works again (with thanks to Jean-Michel V辿drine)
Functional changes
MDL-40821 - Language menu in Clean shows language used
API changes
MDL-43882 - "Time spent waiting for the database" value added to performance info
UI changes
MDL-44425 - Skydrive, Box.net and Google Docs are renamed OneDrive, Box and Google Drive respectively to reflect these remote service name changes.
Security issues
MSA-14-0004 Incorrect filtering in Quiz
MSA-14-0005 Access issue in Feedback activity
MSA-14-0006 Capability issue in Chat
MSA-14-0007 Access issue in Wiki
MSA-14-0008 Cross site scripting potential in Flowplayer
MSA-14-0009 Identity information leak in Forum and Quiz
MSA-14-0010 Identity information leak in Alfresco Repository
MSA-14-0011 Cross site request forgery potential in IMS enrolments
MSA-14-0012 Access issue in Badges
Fixes and improvements
MDL-40705 - Long course names are truncated in navigation menu
MDL-40205 - Long block titles are truncated in Clean
MDL-42882 - Performance improvement to missing root directory upgrade step
MDL-40849 - Assignment marking guide screen fixed in Clean
MDL-44217 - The link colour in Bootstrapbase (and Clean) is now WCAG compliant
MDL-44029 - Quiz user overrides no longer deleted by group event handler
MDL-44018 - Variant field of question_attempts is backed up by Moodle backup
MDL-43941 - Activity show/hide toggle fixed in hidden and orphaned sections
MDL-43306 - Backup no longer introduces duplicate gradeitem sortorders when restoring

2.5.4
Highlights
MDL-41819 - Able to edit a larger number of grades in the grader report
Functional changes
MDL-42504 - Quiz auto-save detects that the connection to the server has been lost and warns students
API changes
MDL-40741 - Behat tests adapted to Clean theme
MDL-42942 - Environmental information shown at the beginning of every Behat run
Security issues
MSA-14-0001 Config passwords visibility issue
MSA-14-0002 Group constraints lacking in "login as"
MSA-14-0003 Cross-site request forgery vulnerability in profile fields
Fixes and improvements
MDL-34182 - Invalid JSON no longer output on filepicker when repository plugins output invalid content
MDL-43367 - get_child_contexts() returns correct contexts when context path missing
MDL-42913 - Group cache works as expected
MDL-40003 - Assignment submission comments are restored
MDL-42085 - Default enrolment duration is now applied when manually enrolling a user

(wen)

2014-03-19 14:16:37 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.5.12

(imil)

2014-03-19 14:16:23 UTC MAIN commitmail json YAML

Changes with nginx 1.5.12                                        18 Mar 2014

    *) Security: a heap memory buffer overflow might occur in a worker
      process while handling a specially crafted request by
      ngx_http_spdy_module, potentially resulting in arbitrary code
      execution (CVE-2014-0133).
      Thanks to Lucas Molas, researcher at Programa STIC, Fundaci�n Dr.
      Manuel Sadosky, Buenos Aires, Argentina.

    *) Feature: the "proxy_protocol" parameters of the "listen" and
      "real_ip_header" directives, the $proxy_protocol_addr variable.

    *) Bugfix: in the "fastcgi_next_upstream" directive.
      Thanks to Lucas Molas.

(imil)

2014-03-19 14:14:47 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7

(imil)

2014-03-19 14:14:31 UTC MAIN commitmail json YAML

Changes with nginx 1.4.7                                        18 Mar 2014

    *) Security: a heap memory buffer overflow might occur in a worker
      process while handling a specially crafted request by
      ngx_http_spdy_module, potentially resulting in arbitrary code
      execution (CVE-2014-0133).
      Thanks to Lucas Molas, researcher at Programa STIC, Fundaci�n Dr.
      Manuel Sadosky, Buenos Aires, Argentina.

    *) Bugfix: in the "fastcgi_next_upstream" directive.
      Thanks to Lucas Molas.

(imil)

2014-03-19 13:25:04 UTC MAIN commitmail json YAML

Only build hcrypto on MirBSD if using the builtin OpenSSL. Fixes build
now that we have OpenSSL from pkgsrc.

(bsiegert)

2014-03-19 13:15:13 UTC MAIN commitmail json YAML

Add patch from upstream to avoid failures due to clang warnings.

Resolves failure to build on OS X 10.9.

ok wiz@ (as MAINTAINER).

(gdt)

2014-03-19 12:54:02 UTC MAIN commitmail json YAML

Move fuse support into a default-off option.

Fuse support being on breaks the build on mac, where our wrappers for
OSXFUSE seem not quite right, and fuse support doesn't work on NetBSD.
ok wiz@ (as MAINTAINER).

(gdt)

2014-03-19 10:16:33 UTC MAIN commitmail json YAML

Move bzip2 and zlib buildlink3 out of the png PKG_OPTION check, they are
unconditional dependencies.

(jperkin)

2014-03-19 07:34:20 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.28

(wiz)

2014-03-19 07:34:10 UTC MAIN commitmail json YAML

As of yesterday, OpenBSD stopped supported hp300, mvme68k, and mvme88k.
Update patterns.

>From jmc@OpenBSD.

Bump version.

(wiz)

2014-03-18 23:28:20 UTC MAIN commitmail json YAML

Add stronger accomodation for broken modes in distfile.

On OS X 10.9, the find command to repair directory modes fails,
apparently because the directory is 600, without even the owner x bit.
Add an extra chmod to fix that before the find.  (No PKGREVISION++,
because the binary package will be unchanged if it built before.)

(gdt)

2014-03-18 20:11:10 UTC MAIN commitmail json YAML

Updated devel/SDL2 to 2.0.3; www/apache24 to 2.4.9

(adam)

2014-03-18 20:09:36 UTC MAIN commitmail json YAML

Changes 2.0.3:
Mac OS X:
* Fixed creating an OpenGL context by default on Mac OS X 10.6

(adam)

2014-03-18 20:09:08 UTC MAIN commitmail json YAML

Changes 2.4.9:
*) mod_ssl: Work around a bug in some older versions of OpenSSL that
  would cause a crash in SSL_get_certificate for servers where the
  certificate hadn't been sent.
*) mod_lua: Add a fixups hook that checks if the original request is intended
  for LuaMapHandler. This fixes a bug where FallbackResource invalidates the
  LuaMapHandler directive in certain cases by changing the URI before the map
  handler code executes

Changes 2.4.8:
*) SECURITY: CVE-2014-0098 (cve.mitre.org)
  Clean up cookie logging with fewer redundant string parsing passes.
  Log only cookies with a value assignment. Prevents segfaults when
  logging truncated cookies.
*) SECURITY: CVE-2013-6438 (cve.mitre.org)
  mod_dav: Keep track of length of cdata properly when removing
  leading spaces. Eliminates a potential denial of service from
  specifically crafted DAV WRITE requests
*) core: Support named groups and backreferences within the LocationMatch,
  DirectoryMatch, FilesMatch and ProxyMatch directives. (Requires
  non-ancient PCRE library)
*) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
  TE/CL conflicts.
*) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping
  execution when a handler is already set.
*) mod_ssl: Do not perform SNI / Host header comparison in case of a
  forward proxy request.
*) mod_ssl: Remove the hardcoded algorithm-type dependency for the
  SSLCertificateFile and SSLCertificateKeyFile directives, to enable
  future algorithm agility, and deprecate the SSLCertificateChainFile
  directive (obsoleted by SSLCertificateFile).
*) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
  and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
  to child scopes without explicitly configuring each child scope.
*) prefork: Fix long delays when doing a graceful restart.
*) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
  5+ instead of just for FreeBSD 5.
*) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
  IDs 02445, 02446, and 02448 to TRACE1 from DEBUG.
*) mod_remoteip: Correct the trusted proxy match test.
*) mod_proxy_fcgi: Fix error message when an unexpected protocol version
  number is received from the application.
*) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
*) mod_lua: Update r:setcookie() to accept a table of options and add domain,
  path and httponly to the list of options available to set.
*) mod_lua: Fix r:setcookie() to add, rather than replace,
  the Set-Cookie header.
*) mod_lua: Allow for database results to be returned as a hash with
  row-name/value pairs instead of just row-number/value.
*) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
  %{REMOTE_ADDR}.
*) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
  save the socket for reuse by the next worker as if it were an
  APR_SO_DISCONNECTED socket. Restores 2.2 behavior.
*) mod_dir: Don't search for a DirectoryIndex or DirectorySlash on a URL
  that was just rewritten by mod_rewrite.
*) mod_session: When we have a session we were unable to decode,
  behave as if there was no session at all.
*) mod_session: Fix problems interpreting the SessionInclude and
  SessionExclude configuration.
*) mod_authn_core: Allow <AuthnProviderAlias>'es to be seen from auth
  stanzas under virtual hosts.
*) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
  30 seconds timeout.
*) mod_proxy: Added support for unix domain sockets as the
  backend server endpoint
*) build: only search for modules (config*.m4) in known subdirectories, see
  build/config-stubs.
*) mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk.
*) mod_ssl: Add support for OpenSSL configuration commands by introducing
  the SSLOpenSSLConfCmd directive.
*) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
  is equivalent to <ProxyMatch wildcard-url>.
*) mod_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
  mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
  require directives.
*) mod_proxy_http: Core dumped under high load.
*) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
  previously limited to 64MB.
*) mod_lua: Use binary copy when dealing with uploads through r:parsebody()
  to prevent truncating files.

(adam)

2014-03-18 18:11:26 UTC MAIN commitmail json YAML

Add a workaround for the lack of strto{i,u}max on MirBSD, fix build.

(bsiegert)

2014-03-18 15:55:35 UTC MAIN commitmail json YAML

Fix checksum
>From Greg Oster, thank you.

(ryoon)

2014-03-18 15:39:01 UTC MAIN commitmail json YAML

The option jxf of tar is necessary to read *.bz2 on some systems, for example, Linux:
http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log
NetBSD 6.1.3, 5.2, 5.1 also accepts jxf.

(mef)

2014-03-18 15:34:04 UTC MAIN commitmail json YAML

The option jxf of tar is necessary to read *.bz2 on some systems, for example, Linux:
http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log
NetBSD 6.1.3, 5.2 and 5.1 also accept jxf.

(mef)

2014-03-18 15:11:38 UTC MAIN commitmail json YAML

Add European Union Public Licence and add it to default allowed licenses,
since it's OSI-approved:
http://opensource.org/licenses/EUPL-1.1

ok@ gdt

(wiz)

2014-03-18 14:45:25 UTC MAIN commitmail json YAML

Restore dependency to devel/ruby-tins.

(taca)

2014-03-18 14:44:54 UTC MAIN commitmail json YAML

Restore dependency to devel/ruby-docile.

(taca)

2014-03-18 14:43:10 UTC MAIN commitmail json YAML

Restore dependency to textproc/ruby-tilt.

(taca)

2014-03-18 14:41:27 UTC MAIN commitmail json YAML

Undo change of ABI_DEPENDS for fribidi.

This commit restores the ABI_DEPENDS line that was there until
yesterday, 0.10.4nb1.  It's unclear what the right answer is for
fribidi and ABI_DEPENDS, and if revbumping is needed - so for now
avoid the issue.

(gdt)

2014-03-18 14:39:21 UTC MAIN commitmail json YAML

Note addition of devel/ruby-tins package version 1.0.0.

(taca)

2014-03-18 14:38:54 UTC MAIN commitmail json YAML

Add and enable ruby-tins.

(taca)

2014-03-18 14:37:58 UTC MAIN commitmail json YAML

Add ruby-tins package version 1.0.0.  Approved by wiz@.

All the stuff that isn't good/big enough for a real library.

(taca)

2014-03-18 14:36:33 UTC MAIN commitmail json YAML

Note addition of devel/ruby-docile package version 1.1.1, approved by wiz@.

(taca)

2014-03-18 14:35:51 UTC MAIN commitmail json YAML

Add and enable ruby-docile.

(taca)

2014-03-18 14:34:46 UTC MAIN commitmail json YAML

Add ruby-docile package version 1.1.1.

Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.

(taca)

2014-03-18 14:32:54 UTC MAIN commitmail json YAML

Note update of textproc/ruby-tilt package to 1.4.1.

(taca)

2014-03-18 14:32:20 UTC MAIN commitmail json YAML

Update ruby-tilt to 1.4.1.  Approved by wiz@.

## 1.4.1 (2013-05-08)

* Support Arrays in pre/postambles (#193, jbwiv)

## 1.4.0 (2013-05-01)

* Better encoding support

(taca)

2014-03-18 12:50:13 UTC MAIN commitmail json YAML

Bump EMUL_REQD, per obache.

(wiz)

2014-03-18 12:43:15 UTC pkgsrc-2013Q4 commitmail json YAML

2014-03-18 12:42:57 UTC pkgsrc-2013Q4 commitmail json YAML

Pullup ticket #4348 - requested by taca
net/samba: security update

Revisions pulled up:
- net/samba/Makefile                                            1.242-1.247
- net/samba/distinfo                                            1.97-1.98
- net/samba/patches/patch-ab                                    1.29

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Tue Jan 28 12:16:39 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile

  Log Message:
  Use GNU_CONFIGURE_LIBDIR for --libdir.

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Feb 12 23:18:57 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile

  Log Message:
  Recursive PKGREVISION bump for OpenSSL API version bump.

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon Mar  3 08:05:07 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile

  Log Message:
  simplify with SUBST_VARS.

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Mon Mar  3 08:15:10 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile distinfo
  pkgsrc/net/samba/patches: patch-ab

  Log Message:
  Replace log dir in the default sample config file correctly.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Thu Mar 13 11:08:54 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile

  Log Message:
  Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
  not use libtool to do so.  This is required to correctly depend upon a
  gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Mar 17 14:01:57 UTC 2014

  Modified Files:
  pkgsrc/net/samba: Makefile distinfo

  Log Message:
  Update samba to 3.6.23.

                      ==============================
                      Release Notes for Samba 3.6.23
                              March 11, 2014
                      ==============================

  This is a security release in order to address
  CVE-2013-4496 (Password lockout not enforced for SAMR password changes).

  o  CVE-2013-4496:
      Samba versions 3.4.0 and above allow the administrator to implement
      locking out Samba accounts after a number of bad password attempts.

      However, all released versions of Samba did not implement this check for
      password changes, such as are available over multiple SAMR and RAP
      interfaces, allowing password guessing attacks.

(tron)

2014-03-18 12:42:05 UTC MAIN commitmail json YAML

Remove "us5.samba.org" URL which no longer works.

(tron)

2014-03-18 11:55:59 UTC MAIN commitmail json YAML

Updated print/acroread9 to 9.5.5nb1

(wiz)

2014-03-18 11:55:49 UTC MAIN commitmail json YAML

acroread9 comes with host of libraries included.
In particular, it comes with a curl library, which needs libidn.
libidn is not provided though.
Since libidn is in suse121_base but a separate package in suse131
(suse131_libidn), depend on curl so that it is pulled in correctly.

Bump PKGREVISION.

(wiz)

2014-03-18 11:10:52 UTC MAIN commitmail json YAML

Don't strip binaries on Darwin, or some dynamic modules won't be loaded; pkglint cleanups.

(adam)

2014-03-18 10:00:51 UTC MAIN commitmail json YAML

Updated URL in MESSAGE

(adam)

2014-03-18 09:43:47 UTC MAIN commitmail json YAML

Comment out ruby-tilt dependency, there is no version which matches the
requirement.

(jperkin)

2014-03-18 09:03:26 UTC MAIN commitmail json YAML

Add workaround for NetBSD-5.x.
readlink is defined as a macro, it produce build failure reported in PR pkg/48622.

(obache)

2014-03-18 08:22:44 UTC MAIN commitmail json YAML

+ fftw-3.3.4, gdl-3.10.0, global-6.2.11, gnome-commander-1.4.0,
  libFS-1.0.6, opendkim-2.9.1, pngcrush-1.7.73, py-gstreamer0.10-1.2.0,
  py-psutil-2.0.0, py-pytz-2014.1, py-qt5-5.2.1, py-sip-4.15.5,
  py-sphinx-1.2.2, python-3.4.0, qt4-qscintilla-2.8.1.

(wiz)

2014-03-18 07:29:57 UTC MAIN commitmail json YAML

+ kakasi-2.3.6

(obache)

2014-03-18 04:38:01 UTC MAIN commitmail json YAML

+ imapsync-1.584 [CVE-2014-2014]

(obache)

2014-03-18 03:35:23 UTC MAIN commitmail json YAML

Add patch to build problem with newer readline.

(taca)

2014-03-18 03:35:04 UTC MAIN commitmail json YAML

Add patch to build problem with newer readline.

(taca)

2014-03-18 01:28:26 UTC MAIN commitmail json YAML

Explain problems with sed.

Basically: 10.9's sed is broken, bootstrap works around this via nbsed
on 10.9, and therefore while a 10.6 boostrap's binaries will *run* on
10.9, one can't reliably build new packages.

(Thanks to jperkin@ for pointing this out.)

(gdt)

2014-03-18 01:02:28 UTC MAIN commitmail json YAML

Update BUILDLINK_API_DEPENDS to 0.19.1.

Based on a report from Bob Bernstein, m17n-lib does not build with
0.10.9.  According to
  http://upstream-tracker.org/versions/fribidi.html
there was an API and ABI break at 0.19.1, and then it has been
essentially stable.

(gdt)

2014-03-18 00:14:43 UTC MAIN commitmail json YAML

+ apache-2.4.9 [CVE-2014-0098, CVE-2013-6438], sudo-1.8.10p2.

(taca)

2014-03-17 19:07:36 UTC MAIN commitmail json YAML

2014-03-17 18:21:43 UTC MAIN commitmail json YAML

Stop forcing pcsc-lite's library to be the libtool version.

opensc upstream has removed the use of ltdl.  Thus, it is not longer
reasonable to expect it to be able to dlopen a .la file.  So pass the
.so, not the .la, to configure, when using the pcsc-lite (default)
option.  Resolves a failure of pkcs15-init to load modules.

(gdt)

2014-03-17 17:58:54 UTC MAIN commitmail json YAML

Depend on ../../devel/scmcvs on systems where cvs is not in the "base".

(schnoebe)