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 (7m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-06 07:44:35 UTC Now

2015-03-24 14:28:53 UTC MAIN commitmail json YAML

2015-03-24 14:27:20 UTC MAIN commitmail json YAML

2015-03-24 14:24:38 UTC MAIN commitmail json YAML

2015-03-24 14:23:14 UTC MAIN commitmail json YAML

2015-03-24 13:36:06 UTC MAIN commitmail json YAML

Updated devel/lua-filesystem to 1.6.3

(fhajny)

2015-03-24 13:35:49 UTC MAIN commitmail json YAML

Update devel/lua-filesystem to 1.6.3.

- Lua 5.3 support.
- Assorted bugfixes.

(fhajny)

2015-03-24 13:22:21 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 1.1.2

(fhajny)

2015-03-24 13:22:09 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.1.2.

mongo-c-driver 1.1.2
====================
* Process connectTimeoutMS cast insensitively
* Addition of missing trace macros
* Improvement of internal error messages
* Fix a segfault in OpenSSL cleanup routines
* Fix for IPv66 support for replica sets
* Coalesce small vectorized TLS writes
* MinGW fixups
* Fix for a memory leak in get_database_names()
* Fixes for patching write concern through the bulk api
* Fix to normalize hostnames in uri parsing
* Fix for managing connections in the client pool
* Various other fixes

mongo-c-driver 1.1.0
====================
* ABI versioning for 1.1 versus 1.0 symbols
* additional geo index options
* authMechanismProperties in URI
* fixes for OS X Yosemite
* removal of replica set member limit
* SCRAM-SHA-1 SASL mechanism
* updated dependency on libbson 1.1 abi
* validation for bulk insert
* various memory leak fixes
* Fixes to documentation typos
* "How to Ask For Help" in the README
* Removed dependency on sasl for PLAIN authentication
* Use provided username, if available, for X.509 auth
* Fixed WriteConcern error reporting for some writes
* Check for closed sockets before attempting RPCs
* Fixes for gridfs file seek
* Fixes for mongoc_cursor_clone()
* Fixes for unix domain socket support
* Fixes for polling on win32
* Improved warnings on failure to connect
* Addition of wired tiger options
* Fixes for examples

Additions to the ABI include:
* support for extra option in count
  - mongoc_collection_count_with_opts
* additional index options
  - mongoc_index_opt_geo_get_default
  - mongoc_index_opt_geo_init
  - mongoc_index_opt_wt_get_default
  - mongoc_index_opt_wt_init
* rand interface to seed and verify the strong random number generation needed
  by some auth mechanisms
  - mongoc_rand_seed
  - mongoc_rand_add
  - mongoc_rand_status
* URI additions to support more complicated auth credentials
  - mongoc_uri_get_credentials
  - mongoc_uri_get_mechanism_properties
* Support for cursor returning metadata crud operations
  - mongoc_client_find_databases
  - mongoc_collection_find_indexes
  - mongoc_database_find_collections
* Kill cursor supportp
  - mongoc_client_kill_cursor
* Various get/setters on cursor
  - mongoc_cursor_get_batch_size
  - mongoc_cursor_get_id
  - mongoc_cursor_set_batch_size
* More socket/stream options
  - mongoc_socket_check_closed
  - mongoc_socket_inet_ntop
  - mongoc_stream_check_closed
  - mongoc_stream_write

(fhajny)

2015-03-24 13:21:54 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.1.2

(fhajny)

2015-03-24 13:21:43 UTC MAIN commitmail json YAML

Update devel/libbson to 1.1.2.

Libbson 1.1.2
=============
* sscanf_s doesn't exist for mingw.

Libbson 1.1.0
=============
ABI/API changes include:
* Deprecation of bson_copy_to_excluding
* Addition of bson_copy_to_excluding_noinit
* Removal of MIN, MAX and ABS macros in favor of BSON_MIN, BSON_MAX and
  BSON_ABS.  Note this is a breaking source level change if you relied on
  these from bson.h.  Also note that this is not a breaking ABI change.
* Addition of BSON_ERROR_BUFFER_SIZE macro

Other changes include:
* Addition of a versioned ABI for the libbson shared library
* fixed bson_get_monotonic_time fallback when a system monotonic clock can not
  be found.  Formerly failed to compile with an incorrect call to
  bson_gettimeofday
* Allow the "dbref" convention in bson_validate when BSON_VALIDATE_DOLLAR_KEYS
  is present
* Support for ISO-8601 or $numberLong dates in bson <-> json parsing
* Quiet various compiler warnings

(fhajny)

2015-03-24 12:49:31 UTC MAIN commitmail json YAML

Updated textproc/sphinxsearch to 2.2.8

(fhajny)

2015-03-24 12:49:16 UTC MAIN commitmail json YAML

Update textproc/sphinxsearch to 2.2.8.

2.2.8
- It is now possible to add an option to an agent description.
- fixed #2182, incorrect query results with multiple same destination
  wordforms
- fixed #2181, improved error message on incorrect filters
- fixed #2178, ZONESPAN operator for queries with more than two words
- fixed #2172, incorrect results with field position fulltext operators
- fixed #2171, some index options do not work for template indexes
- fixed #2170, joined fields indexation with document id equals to 0
- fixed #2110, crash on snippet generation related to blend_chars inside
  HTML markup
- fixed WLCCS ranking factor computation
- fixed memory leak on queries with ZONEs

2.2.7
- added #2112, string equal comparison support for IF() function (for JSON
  and string attributes)
- added #2153, IN() support for mixed and top-level JSON array
- fixed #2158, crash at RT index after morphology changed to AOT after
  index was created
- fixed #2155, stopwords got missed on disk chunk save at RT index
- fixed #2151, agents statistics missed in case of huge amount of agents
- fixed #2139, escape all special characters in JSON result set, according
  to RFC 4627
- fixed #2123, no pid file created in x64 release built with vs2012
- fixed #2115, indexer crash on wordforms with multiple destination keywords
- fixed #2050, multi result set doesn't work without libmysqlclient
- fixed #2003, lemmatize_XX_all handling of short and exact words
- fixed #1912, reduce indextool memory usage during a check of a huge index
- fixed off by one errors in filtering of BIGINT attributes
- fixed seamless rotation in prefork mode
- fixed snippets crash with blend chars at the beginning of a string

(fhajny)

2015-03-24 12:15:31 UTC MAIN commitmail json YAML

Updated net/rabbitmq to 3.5.0

(fhajny)

2015-03-24 12:15:13 UTC MAIN commitmail json YAML

Update net/rabbitmq to 3.5.0.

3.5.0
- Priority queues
- Faster persistence
- I/O statistics
- .NET client API changes
See http://www.rabbitmq.com/release-notes/README-3.5.0.txt for details.

3.4.4
- Bug fixes
See http://www.rabbitmq.com/release-notes/README-3.4.4.txt for details.

3.4.3
- Bug fixes
- Security fixes to the management plugin (CVE-2015-0862)
See http://www.rabbitmq.com/release-notes/README-3.4.3.txt for details.

(fhajny)

2015-03-24 08:36:56 UTC MAIN commitmail json YAML

Fix typo in previous, noted by rpalo.

(wiz)

2015-03-24 08:03:54 UTC MAIN commitmail json YAML

Remove hash for deleted patch patch-Makefile.in

(dsainty)

2015-03-24 06:49:26 UTC MAIN commitmail json YAML

Remove hash for deleted patch patch-Xfuncproto.h.in

(dsainty)

2015-03-23 22:24:24 UTC MAIN commitmail json YAML

Updated archivers/lz4 to 127

(fhajny)

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

Update archivers/lz4 to 127.

r127:
N/A  : added a file on SVN

r126:
New  : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
Changed : lz4 is C90 compatible
Changed : added -pedantic option, fixed a few mminor warnings

r125:
Changed : endian and alignment code
Changed : directory structure : new "lib" directory
Updated : lz4io, now uses lz4frame
Improved: slightly improved decoding speed
Fixed : LZ4_compress_limitedOutput(); Special thanks to Christopher Speller !
Fixed : some alignment warnings under clang
Fixed : deprecated function LZ4_slideInputBufferHC()

(fhajny)

2015-03-23 16:49:53 UTC MAIN commitmail json YAML

Suggest packaging Phabricator, Geogebra, Gitlab, and Baikal.

(wiz)

2015-03-23 16:02:22 UTC MAIN commitmail json YAML

Updated cross/gcc-mips-current to 4.9.2

(martin)

2015-03-23 16:02:09 UTC MAIN commitmail json YAML

2015-03-23 16:01:38 UTC MAIN commitmail json YAML

Updated cross/binutils-mips-current to 2.25

(martin)

2015-03-23 16:01:28 UTC MAIN commitmail json YAML

2015-03-23 15:34:18 UTC MAIN commitmail json YAML

Disable incompatible assembly sections on 32-bit OSX.  Based on MacPorts fix
in http://trac.macports.org/ticket/44170

(jperkin)

2015-03-23 14:49:54 UTC MAIN commitmail json YAML

+ sudo-1.8.13.

(taca)

2015-03-23 10:15:46 UTC MAIN commitmail json YAML

Find builtin XPG4 curses library on 64-bit SunOS.

(jperkin)

2015-03-23 09:54:47 UTC MAIN commitmail json YAML

+ atk-2.16.0, calibre-2.22.0, gtk3-3.16.0, p5-JSON-MaybeXS-1.003004
  [pkg/49771], p5-Sereal-Decoder-3.005 [pkg/49772], p5-Sereal-Encoder-3.005
  [pkg/49773], p5-Unicode-Collate-1.12 [pkg/49774].

(wiz)

2015-03-23 09:38:50 UTC MAIN commitmail json YAML

Revbump because of security/libssh2 update.

(nros)

2015-03-23 09:27:57 UTC MAIN commitmail json YAML

Revbump because of security/libbsh2 update.

(nros)

2015-03-23 09:24:50 UTC MAIN commitmail json YAML

2015-03-23 09:20:33 UTC MAIN commitmail json YAML

Revbump because of security/libssh2 update.

(nros)

2015-03-23 09:16:39 UTC MAIN commitmail json YAML

Updated security/libssh2 to 1.5.0

(nros)

2015-03-23 09:14:53 UTC MAIN commitmail json YAML

Update libssh2 to 1.5.0 to address CVE-2015-1782.
http://www.libssh2.org/adv_20150311.html

Set LICENSE.

Changelog:

This release includes the following changes:

o Added Windows Cryptography API: Next Generation based backend

This release includes the following bugfixes:

o Security Advisory for CVE-2015-1782, using SSH_MSG_KEXINIT data unbounded
o missing _libssh2_error in _libssh2_channel_write
o knownhost: Fix DSS keys being detected as unknown.
o knownhost: Restore behaviour of `libssh2_knownhost_writeline` with short buffer.
o libssh2.h: on Windows, a socket is of type SOCKET, not int
o libssh2_priv.h: a 1 bit bit-field should be unsigned
o windows build: do not export externals from static library
o Fixed two potential use-after-frees of the payload buffer
o Fixed a few memory leaks in error paths
o userauth: Fixed an attempt to free from stack on error
o agent_list_identities: Fixed memory leak on OOM
o knownhosts: Abort if the hosts buffer is too small
o sftp_close_handle: ensure the handle is always closed
o channel_close: Close the channel even in the case of errors
o docs: added missing libssh2_session_handshake.3 file
o docs: fixed a bunch of typos
o userauth_password: pass on the underlying error code
o _libssh2_channel_forward_cancel: accessed struct after free
o _libssh2_packet_add: avoid using uninitialized memory
o _libssh2_channel_forward_cancel: avoid memory leaks on error
o _libssh2_channel_write: client spins on write when window full
o windows build: fix build errors
o publickey_packet_receive: avoid junk in returned pointers
o channel_receive_window_adjust: store windows size always
o userauth_hostbased_fromfile: zero assign to avoid uninitialized use
o configure: change LIBS not LDFLAGS when checking for libs
o agent_connect_unix: make sure there's a trailing zero
o MinGW build: Fixed redefine warnings.
o sftpdir.c: added authentication method detection.
o Watcom build: added support for WinCNG build.
o configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
o sftp_statvfs: fix for servers not supporting statfvs extension
o knownhost.c: use LIBSSH2_FREE macro instead of free
o Fixed compilation using mingw-w64
o knownhost.c: fixed that 'key_type_len' may be used uninitialized
o configure: Display individual crypto backends on separate lines
o examples on Windows: check for WSAStartup return code
o examples on Windows: check for socket return code
o agent.c: check return code of MapViewOfFile
o kex.c: fix possible NULL pointer de-reference with session->kex
o packet.c: fix possible NULL pointer de-reference within listen_state
o tests on Windows: check for WSAStartup return code
o userauth.c: improve readability and clarity of for-loops
o examples on Windows: use native SOCKET-type instead of int
o packet.c: i < 256 was always true and i would overflow to 0
o kex.c: make sure mlist is not set to NULL
o session.c: check return value of session_nonblock in debug mode
o session.c: check return value of session_nonblock during startup
o userauth.c: make sure that sp_len is positive and avoid overflows
o knownhost.c: fix use of uninitialized argument variable wrote
o openssl: initialise the digest context before calling EVP_DigestInit()
o libssh2_agent_init: init ->fd to LIBSSH2_INVALID_SOCKET
o configure.ac: Add zlib to Requires.private in libssh2.pc if using zlib
o configure.ac: Rework crypto library detection
o configure.ac: Reorder --with-* options in --help output
o configure.ac: Call zlib zlib and not libz in text but keep option names
o Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro
o sftp: seek: Don't flush buffers on same offset
o sftp: statvfs: Along error path, reset the correct 'state' variable.
o sftp: Add support for fsync (OpenSSH extension).
o _libssh2_channel_read: fix data drop when out of window
o comp_method_zlib_decomp: Improve buffer growing algorithm
o _libssh2_channel_read: Honour window_size_initial
o window_size: redid window handling for flow control reasons
o knownhosts: handle unknown key types

(nros)

2015-03-22 20:17:04 UTC MAIN commitmail json YAML

+ abcm2ps-7.8.13, abcmidi-20150316, afl-1.57b, anjuta-3.16.0,
  duplicity-0.7.02, exaile-3.4.4, ffmpeg2-2.6.1, fox-1.7.51,
  freeciv-2.5.0, gdl-3.16.0, gperiodic-3.0.0, gsharutils-4.15
  [pkg/49770], harfbuzz-0.9.40, libXdmcp-1.1.2, libdrm-2.4.60,
  liblangtag-0.5.5, libvdpau-1.1, py-cryptography-0.8.1,
  py-setuptools-14.3.1, rspamd-0.8.3, vala-0.28.0, xerces-c-3.1.2.

(wiz)

2015-03-22 20:09:28 UTC MAIN commitmail json YAML

2015-03-22 20:09:09 UTC MAIN commitmail json YAML

2015-03-22 20:08:04 UTC MAIN commitmail json YAML

2015-03-22 20:07:47 UTC MAIN commitmail json YAML

Do as the comment say and use -fPIC everywhere but for Win32.
Bump revision.

(joerg)

2015-03-22 20:06:32 UTC MAIN commitmail json YAML

2015-03-22 20:05:29 UTC MAIN commitmail json YAML

2015-03-22 19:51:06 UTC MAIN commitmail json YAML

Remove PKG_DESTDIR_SUPPORT=user-destdir, which is default.

(rodent)

2015-03-22 19:44:28 UTC MAIN commitmail json YAML

Remove commented PKGREVISION. Remove DESTDIR=user-destdir, which is default

(rodent)

2015-03-22 19:42:53 UTC MAIN commitmail json YAML

Remove commented PKGREVISION. Remove DESTDIR=user-destdir, which is default

(rodent)

2015-03-22 19:38:13 UTC MAIN commitmail json YAML

2015-03-22 17:32:55 UTC MAIN commitmail json YAML

Add patch for CVE-2014-8118 - Integer overflow allows remote attackers to
execute arbitrary code via a crafted CPIO header in the payload section of an
RPM file, which triggers a stack-based buffer overflow.

https://bugzilla.redhat.com/show_bug.cgi?id=1168715

Reviewed by wiz@

(sevan)

2015-03-22 17:26:05 UTC MAIN commitmail json YAML

Note lua51 update.

(bsiegert)

2015-03-22 17:20:24 UTC MAIN commitmail json YAML

SECURITY: Add a patch for CVE-2014-5461, taken from the Debian package.
Bump PKGREVISION.

(bsiegert)

2015-03-22 16:07:59 UTC MAIN commitmail json YAML

2015-03-22 14:21:27 UTC MAIN commitmail json YAML

Do not replace "6.1" to ${OS_VERSION}.

(taca)

2015-03-22 10:47:58 UTC MAIN commitmail json YAML

2015-03-22 09:53:57 UTC MAIN commitmail json YAML

Needs dvips and pdftex for build.

(asau)

2015-03-22 09:48:52 UTC MAIN commitmail json YAML

SECURITY: Update file to 5.22.

Bugs fixed:
* restructure elf note printing to avoid repeated messages
* add note limit, suggested by Alexander Cherepanov
* Bail out on partial pread()'s (Alexander Cherepanov)
* Fix incorrect bounds check in file_printable (Alexander Cherepanov)
* PR/405: ignore SIGPIPE from uncompress programs
* change printable -> file_printable and use it in
  more places for safety
* Fix for CVE-2014-9620.

(bsiegert)

2015-03-22 07:44:44 UTC MAIN commitmail json YAML

2015-03-22 05:53:12 UTC MAIN commitmail json YAML

pass --with-lzma to configure script

(tnn)

2015-03-22 03:43:11 UTC MAIN commitmail json YAML

osl 3.0 should be default acceptable (it is both FSF and OSI approved)

(tnn)

2015-03-22 03:39:47 UTC MAIN commitmail json YAML

2015-03-22 00:22:45 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 36.0.4

(ryoon)

2015-03-22 00:22:17 UTC MAIN commitmail json YAML

Update to 36.0.4

* Sync with firefox-36.0.4

(ryoon)

2015-03-22 00:21:48 UTC MAIN commitmail json YAML

Updated www/firefox to 36.0.4

(ryoon)

2015-03-22 00:21:16 UTC MAIN commitmail json YAML

Update to 36.0.4

Changelog:
Fixed 36.0.4: Security fixes for issues disclosed at HP Zero Day Initiative's Pwn2Own contest

Fixed in Firefox 36.0.4
    2015-28 Privilege escalation through SVG navigation

Fixed in Firefox 36.0.3
    2015-29 Code execution through incorrect JavaScript bounds checking elimination

(ryoon)

2015-03-21 22:35:46 UTC MAIN commitmail json YAML

Fix configure to compile on i386.

We are carrying a patch for configure to include -li386 on i386/i486,
but the upstream script is missing the [] intended to match multiple
subfamilies, and hence does not match.  This commit just adds in the
missing [], enabling compilation to succeed on i386, and not changing
anything on !i386.

(gdt)

2015-03-21 21:51:20 UTC MAIN commitmail json YAML

Fix PLIST which was for previous version of clamav.
Noted by joerg@.

(taca)

2015-03-21 21:49:31 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 8.0.2

(ryoon)

2015-03-21 21:48:52 UTC MAIN commitmail json YAML

Update to 8.0.2

Changelog:
Version 8.0.2 March 11th 2015
Prevent DB errors in certain high load situations
Fix installation and updating of apps from the app store
Fix documentation links
Fix file move/copy when out of storage space
Disable 3rd party apps during upgrade to prevent breaking ownCloud if incompatible apps are used
Fix compatibility with certain MariaDB versions
Print app upgrade information to console
Detect broken APC versions
Fix certain incompatibilities with older PHP 5.4 versions
Several smaller fixes

(ryoon)

2015-03-21 21:35:07 UTC MAIN commitmail json YAML

Support different installations of PHP package versions. Fix MESSAGE, PLIST
and bump PKGREVISION.

(rodent)

2015-03-21 21:23:30 UTC MAIN commitmail json YAML

Mark broken for fetching dependency during build.

(joerg)

2015-03-21 20:50:56 UTC MAIN commitmail json YAML

2015-03-21 20:49:28 UTC MAIN commitmail json YAML

SECURITY: Update ntpd to 4.2.8p1.

* [Sec 2671] vallen in extension fields are not validated.
* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs.

(bsiegert)

2015-03-21 20:42:48 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.4.5nb1

(tsutsui)

2015-03-21 20:41:37 UTC MAIN commitmail json YAML

Pull upstream fix for NetBSD which also affects RPIs.

https://bitbucket.org/arakiken/mlterm/commits/d2f31b50c2b90bf731ae2223a975d9bb6320478f
> x_display_wscons.c: WSDISPLAYIO_GET_FBINFO is supported.

Tested on RPI2 with the following change by jun@:
http://mail-index.netbsd.org/source-changes/2015/01/21/msg062550.html
> Newer Raspberry Pi firmware has changed the framebuffer from BGR to RGB.

Bump PKGREVISION.  (leaf package update)

(tsutsui)

2015-03-21 20:05:35 UTC MAIN commitmail json YAML

2015-03-21 20:04:39 UTC MAIN commitmail json YAML

SECURITY: add a patch to prevent saving of unknown host keys without user
intervention.
Bump PKGREVISION.

(bsiegert)

2015-03-21 19:39:44 UTC MAIN commitmail json YAML

Ensure RANLIB is defined in the environment.

(jperkin)

2015-03-21 19:27:56 UTC MAIN commitmail json YAML

2015-03-21 19:27:23 UTC MAIN commitmail json YAML

Don't care about using plain return in K&R function for clang.

(joerg)

2015-03-21 19:26:47 UTC MAIN commitmail json YAML

2015-03-21 19:25:23 UTC MAIN commitmail json YAML

Uses set and dict comprehension as well as OrderedDict -- not for Python
2.6.

(joerg)

2015-03-21 19:25:21 UTC MAIN commitmail json YAML

Fix build under Solaris 10.

(tron)

2015-03-21 19:10:49 UTC MAIN commitmail json YAML

Note vorbis-tools update.

(bsiegert)

2015-03-21 19:06:54 UTC MAIN commitmail json YAML

SECURITY: Fix CVE-2014-9640.
https://trac.xiph.org/changeset/19117
oggenc: fix crash on raw file close, reported by Hanno in issue #2009. pointer
to a non-static struct was escaping its scope.

(bsiegert)

2015-03-21 18:48:36 UTC MAIN commitmail json YAML

Note tcllib update.

(bsiegert)

2015-03-21 17:31:47 UTC MAIN commitmail json YAML

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

2015-03-21 16:24:51 UTC MAIN commitmail json YAML

Add default-off libusb option.
If you enable this, scdaemon can use some USB Tokens without another
pcsc daemon.

>From Yasushi Oshima in PR 49760.

(wiz)

2015-03-21 16:18:20 UTC MAIN commitmail json YAML

Updated devel/pth to 2.0.7nb4

(wiz)

2015-03-21 16:18:12 UTC MAIN commitmail json YAML

Adapt syscall name patch for NetBSD>=6.0.
>From Yasushi Oshima in PR 49759.

(wiz)

2015-03-21 08:03:33 UTC MAIN commitmail json YAML

Updated www/php-basercms to 3.0.7

(ryoon)

2015-03-21 08:03:09 UTC MAIN commitmail json YAML

2015-03-21 06:33:41 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 36.0.3

(ryoon)

2015-03-21 06:31:23 UTC MAIN commitmail json YAML

Update to 36.0.3

* Sync with firefox-36.0.3

(ryoon)

2015-03-21 06:13:59 UTC MAIN commitmail json YAML

Updated www/firefox to 36.0.3

(ryoon)

2015-03-21 06:13:16 UTC MAIN commitmail json YAML

Update to 36.0.3

Changelog:
Fixed 36.0.3: Security fixes for issues disclosed at HP Zero Day Initiative's Pwn2Own contest

(ryoon)

2015-03-21 04:15:47 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.1.1

(ryoon)

2015-03-21 04:15:19 UTC MAIN commitmail json YAML

2015-03-21 02:20:52 UTC MAIN commitmail json YAML

fix PLIST breakage on amd64

(tnn)

2015-03-21 02:18:39 UTC MAIN commitmail json YAML

2015-03-21 01:17:08 UTC MAIN commitmail json YAML

Fix build on MKGCC=no systems

(tnn)

2015-03-21 01:06:49 UTC MAIN commitmail json YAML

don't send standard error to /dev/null, we'd like to know if cp(1) fails

(tnn)

2015-03-21 00:36:08 UTC MAIN commitmail json YAML

Fix error spotted in bulk build.
1) add patch-elisp-comp from FreeBSD ports to fix
  "Wrong type argument: stringp, nil"
2) for some reason the unit test fails if we're in CET time zone so
  just set TZ=GMT in the make environment for now.

(tnn)

2015-03-20 22:46:09 UTC MAIN commitmail json YAML

Has race conditions at least on NetBSD.

(joerg)

2015-03-20 22:41:19 UTC MAIN commitmail json YAML

2015-03-20 17:53:14 UTC MAIN commitmail json YAML

Extend the list of packages that ccache.mk avoids in order to prevent
circular dependency errors on platforms where most builtins are provided
by pkgsrc.

(tnn)

2015-03-20 16:34:35 UTC MAIN commitmail json YAML

+ openssh-6.8p1.

(taca)

2015-03-20 16:34:12 UTC MAIN commitmail json YAML

Note update of PHP:

lang/php54 5.4.39
lang/php55 5.5.23
lang/php56 5.6.7

(taca)

2015-03-20 16:33:28 UTC MAIN commitmail json YAML

2015-03-20 16:31:47 UTC MAIN commitmail json YAML

Update php56 to 5.6.7, including security fix.

19 Mar 2015, PHP 5.6.7

- Core:
  . Fixed bug #69174 (leaks when unused inner class use traits precedence).
    (Laruence)
  . Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
    (Laruence)
  . Fixed bug #69121 (Segfault in get_current_user when script owner is not
    in passwd with ZTS build). (dan at syneto dot net)
  . Fixed bug #65593 (Segfault when calling ob_start from output buffering
    callback). (Mike)
  . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
    not validated in memory.c). (nayana at ddproperty dot com)
  . Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
  . Fixed bug #69141 (Missing arguments in reflection info for some builtin
    functions). (kostyantyn dot lysyy at oracle dot com)
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- CGI:
  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)

- CLI:
  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)

- cURL:
  . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
    Win32). (Grant Pannell)
  . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
    by libcurl. (Linus Unneback)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
    (Stas)

- FPM:
  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)

- ODBC:
  . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)

- Opcache:
  . Fixed bug #69159 (Opcache causes problem when passing a variable variable
    to a function). (Dmitry, Laruence)
  . Fixed bug #69125 (Array numeric string as key). (Laruence)
  . Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)

- OpenSSL:
  . Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)
  . Fixed bug #61285, #68329, #68046, #41631 (encrypted streams don't observe
    socket timeouts). (Brad Broerman)
  . Fixed bug #68920 (use strict peer_fingerprint input checks)
    (Daniel Lowrey)
  . Fixed bug #68879 (IP Address fields in subjectAltNames not used)
    (Daniel Lowrey)
  . Fixed bug #68265 (SAN match fails with trailing DNS dot) (Daniel Lowrey)
  . Fixed bug #67403 (Add signatureType to openssl_x509_parse) (Daniel Lowrey)
  . Fixed bug (#69195 Inconsistent stream crypto values across versions)
    (Daniel Lowrey)

- pgsql:
  . Fixed bug #68638 (pg_update() fails to store infinite values).
    (william dot welter at 4linux dot com dot br, Laruence)

- Readline:
  . Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
    parameters). (Laruence)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (andrea dot palazzo at truel dot it, Laruence)

- SPL:
  . Fixed bug #69108 ("Segmentation fault" when (de)serializing
    SplObjectStorage). (Laruence)
  . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
    calling getChildren()). (Julien)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary) (CVE-2015-2331). (Stas)

(taca)

2015-03-20 16:30:38 UTC MAIN commitmail json YAML

Update php55 to 5.5.23, including security fix.

19 Mar 2015, PHP 5.5.23

- Core:
  . Fixed bug #69174 (leaks when unused inner class use traits precedence).
    (Laruence)
  . Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
    (Laruence)
  . Fixed bug #69121 (Segfault in get_current_user when script owner is not
    in passwd with ZTS build). (dan at syneto dot net)
  . Fixed bug #65593 (Segfault when calling ob_start from output buffering
    callback). (Mike)
  . Fixed bug #69017 (Fail to push to the empty array with the constant value
    defined in class scope). (Laruence)
  . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
    not validated in memory.c). (nayana at ddproperty dot com)
  . Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
  . Fixed bug #69141 (Missing arguments in reflection info for some builtin
    functions). (kostyantyn dot lysyy at oracle dot com)
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- CGI:
  . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)

- CLI:
  . Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)

- cURL:
  . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
    Win32). (Grant Pannell)
  . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
    by libcurl. (Linus Unneback)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)

- FPM:
  . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)

- ODBC:
  . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)

- Opcache:
  . Fixed bug #69125 (Array numeric string as key). (Laruence)
  . Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)

- OpenSSL:
  . Fixed bugs #61285, #68329, #68046, #41631 (encrypted streams don't observe
    socket timeouts). (Brad Broerman)

- pgsql:
  . Fixed bug #68638 (pg_update() fails to store infinite values).
    (william dot welter at 4linux dot com dot br, Laruence)

- Readline:
  . Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
    parameters). (Laruence)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (andrea dot palazzo at truel dot it, Laruence)

- SPL:
  . Fixed bug #69108 ("Segmentation fault" when (de)serializing
    SplObjectStorage). (Laruence)
  . Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
    calling getChildren()). (Julien)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary) (CVE-2015-2331). (Stas)

(taca)

2015-03-20 16:29:24 UTC MAIN commitmail json YAML

Update php54 to 5.4.39, including securitfy fix.

19 Mar 2015 PHP 5.4.39

- Core:
  . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
    configuration options). (Anatol Belski)
  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

- Ereg:
  . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)

- SOAP:
  . Fixed bug #69085 (SoapClient's __call() type confusion through
    unserialize()). (Dmitry)

- ZIP:
  . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
    boundary). (Stas)

(taca)

2015-03-20 15:19:47 UTC MAIN commitmail json YAML

Fix problem of pod2man not found, thanks joerg.

(mef)

2015-03-20 14:46:47 UTC MAIN commitmail json YAML

2015-03-20 10:14:12 UTC MAIN commitmail json YAML

Updated www/firefox to 36.0.1nb1

(martin)

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

2015-03-20 02:34:32 UTC MAIN commitmail json YAML

Restore hpn-patch delated DISTFIELS.

(taca)

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

Note update of mail/dovecot2-pigeonhole package to 0.4.7.

(taca)

2015-03-20 01:25:31 UTC MAIN commitmail json YAML

Update dovecot2-pigeonhole to 0.4.7, a leaf package and this update is
needed to dovecot2-pigeonhole compatible with Dovecot 2.2.16.

v0.4.7 19-03-2015 Stephan Bosch <stephan@rename-it.nl>

* editheader extension: Made protection against addition and deletion of
  headers configurable separately. Also, the `Received' and `Auto-Submitted'
  headers are no longer protected against addition by default.
* Turned message envelope address parse errors into warnings.
* The interpreter now accepts non-standard domain names, e.g. containing '_'.
+ Implemented the Sieve index extension (RFC 5260).
+ Implemented support for the mboxmetadata and servermetadata extensions
  (RFC 5490).
+ Implemented new sieve commands for the doveadm command line utility. These
  commands are currently limited to ManageSieve operations, but the other
  current sieve tools will be migrated to doveadm in the near future as well.
+ Added more debug output about binary up-to-date checking.
+ Added script metadata to binary dump output.
- Fixed Sieve script binary up-to-date checking by normalizing the script
  location.
- The Sieve interpreter now flushes the duplicate database during start phase
  of result execution rather than commit phase. This makes sure locks on the
  duplicate database are released as soon as possible, preventing contention.
- Performed a few optimizations in the lexical scanner of the language.
- Fixed bug in `:matches' match-type that made a pattern without
  wildcards match as if there were a '*' at the beginning.
- Fixed crash in validation of the string parameter of the comparator tag.
- extprograms extension: Made sure supplemental group privileges are also
  dropped. This was a problem reported by Debian lintian.
- Fixed bug in handling of binary errors for action side-effects and message
  overrides.
- file script storage: Restructured storage initialization to address
  backwards compatibility issues.
- dict script storage: Fixed small memory allocation bug.

(taca)

2015-03-20 01:04:40 UTC MAIN commitmail json YAML

2015-03-20 00:58:38 UTC MAIN commitmail json YAML

2015-03-19 23:41:40 UTC MAIN commitmail json YAML

Updated fonts/ricty-ttf to 3.2.4

(ryoon)

2015-03-19 23:41:22 UTC MAIN commitmail json YAML

2015-03-19 23:39:21 UTC MAIN commitmail json YAML

Update to 3.2.4

* Drop bash from USE_TOOLS.
* Convert to use GITHUB framework.
* USe .tar.gz instead of .zip.

Changelog:
* Change LICENSE to 2-clause BSD from public domain.

(ryoon)

2015-03-19 23:05:33 UTC MAIN commitmail json YAML

2015-03-19 23:01:15 UTC MAIN commitmail json YAML

change from .xz to .gz distfile. xz needs gettext-lib by default which
leads to circular dependencies on some platforms with
PKGSRC_COMPILER=ccache gcc

(tnn)

2015-03-19 22:37:29 UTC MAIN commitmail json YAML

Updated net/unbound to 1.5.3

(pettai)

2015-03-19 22:37:06 UTC MAIN commitmail json YAML

Unbound 1.5.3

Bug Fixes:
* [bugzilla: 647 ] Fix #647 crash in 1.5.2 because pwd.db no longer
accessible after reload.
* [bugzilla: 645 ] Fix #645 Portability to Solaris 10, use AF_LOCAL.
* [bugzilla: 646 ] Fix #646 Portability to Solaris, -lrt for
getentropy_solaris.
* Use the getrandom syscall introduced in Linux 3.17

(pettai)

2015-03-19 22:15:52 UTC MAIN commitmail json YAML

2015-03-19 22:11:44 UTC MAIN commitmail json YAML

Note update of the "openssl" package to version 1.0.2a.

(tron)

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

Update "openssl" package to version 1.0.2. Changes since version 1.0.2a:
- ClientHello sigalgs DoS fix

  If a client connects to an OpenSSL 1.0.2 server and renegotiates with an
  invalid signature algorithms extension a NULL pointer dereference will
  occur. This can be exploited in a DoS attack against the server.

  This issue was was reported to OpenSSL by David Ramos of Stanford
  University.
  (CVE-2015-0291)
  [Stephen Henson and Matt Caswell]

- Multiblock corrupted pointer fix

  OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This
  feature only applies on 64 bit x86 architecture platforms that support AES
  NI instructions. A defect in the implementation of "multiblock" can cause
  OpenSSL's internal write buffer to become incorrectly set to NULL when
  using non-blocking IO. Typically, when the user application is using a
  socket BIO for writing, this will only result in a failed connection.
  However if some other BIO is used then it is likely that a segmentation
  fault will be triggered, thus enabling a potential DoS attack.

  This issue was reported to OpenSSL by Daniel Danner and Rainer Mueller.
  (CVE-2015-0290)
  [Matt Caswell]

- Segmentation fault in DTLSv1_listen fix

  The DTLSv1_listen function is intended to be stateless and processes the
  initial ClientHello from many peers. It is common for user code to loop
  over the call to DTLSv1_listen until a valid ClientHello is received with
  an associated cookie. A defect in the implementation of DTLSv1_listen means
  that state is preserved in the SSL object from one invocation to the next
  that can lead to a segmentation fault. Errors processing the initial
  ClientHello can trigger this scenario. An example of such an error could be
  that a DTLS1.0 only client is attempting to connect to a DTLS1.2 only
  server.

  This issue was reported to OpenSSL by Per Allansson.
  (CVE-2015-0207)
  [Matt Caswell]

- Segmentation fault in ASN1_TYPE_cmp fix

  The function ASN1_TYPE_cmp will crash with an invalid read if an attempt is
  made to compare ASN.1 boolean types. Since ASN1_TYPE_cmp is used to check
  certificate signature algorithm consistency this can be used to crash any
  certificate verification operation and exploited in a DoS attack. Any
  application which performs certificate verification is vulnerable including
  OpenSSL clients and servers which enable client authentication.
  (CVE-2015-0286)
  [Stephen Henson]

- Segmentation fault for invalid PSS parameters fix

  The signature verification routines will crash with a NULL pointer
  dereference if presented with an ASN.1 signature using the RSA PSS
  algorithm and invalid parameters. Since these routines are used to verify
  certificate signature algorithms this can be used to crash any
  certificate verification operation and exploited in a DoS attack. Any
  application which performs certificate verification is vulnerable including
  OpenSSL clients and servers which enable client authentication.

  This issue was was reported to OpenSSL by Brian Carpenter.
  (CVE-2015-0208)
  [Stephen Henson]

- ASN.1 structure reuse memory corruption fix

  Reusing a structure in ASN.1 parsing may allow an attacker to cause
  memory corruption via an invalid write. Such reuse is and has been
  strongly discouraged and is believed to be rare.

  Applications that parse structures containing CHOICE or ANY DEFINED BY
  components may be affected. Certificate parsing (d2i_X509 and related
  functions) are however not affected. OpenSSL clients and servers are
  not affected.
  (CVE-2015-0287)
  [Stephen Henson]

- PKCS7 NULL pointer dereferences fix

  The PKCS#7 parsing code does not handle missing outer ContentInfo
  correctly. An attacker can craft malformed ASN.1-encoded PKCS#7 blobs with
  missing content and trigger a NULL pointer dereference on parsing.

  Applications that verify PKCS#7 signatures, decrypt PKCS#7 data or
  otherwise parse PKCS#7 structures from untrusted sources are
  affected. OpenSSL clients and servers are not affected.

  This issue was reported to OpenSSL by Michal Zalewski (Google).
  (CVE-2015-0289)
  [Emilia K舖per]

- DoS via reachable assert in SSLv2 servers fix

  A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
  servers that both support SSLv2 and enable export cipher suites by sending
  a specially crafted SSLv2 CLIENT-MASTER-KEY message.

  This issue was discovered by Sean Burford (Google) and Emilia K舖per
  (OpenSSL development team).
  (CVE-2015-0293)
  [Emilia K舖per]

- Empty CKE with client auth and DHE fix

  If client auth is used then a server can seg fault in the event of a DHE
  ciphersuite being selected and a zero length ClientKeyExchange message
  being sent by the client. This could be exploited in a DoS attack.
  (CVE-2015-1787)
  [Matt Caswell]

- Handshake with unseeded PRNG fix

  Under certain conditions an OpenSSL 1.0.2 client can complete a handshake
  with an unseeded PRNG. The conditions are:
  - The client is on a platform where the PRNG has not been seeded
  automatically, and the user has not seeded manually
  - A protocol specific client method version has been used (i.e. not
  SSL_client_methodv23)
  - A ciphersuite is used that does not require additional random data from
  the PRNG beyond the initial ClientHello client random (e.g. PSK-RC4-SHA).

  If the handshake succeeds then the client random that has been used will
  have been generated from a PRNG with insufficient entropy and therefore the
  output may be predictable.

  For example using the following command with an unseeded openssl will
  succeed on an unpatched platform:

  openssl s_client -psk 1a2b3c4d -tls1_2 -cipher PSK-RC4-SHA
  (CVE-2015-0285)
  [Matt Caswell]

- Use After Free following d2i_ECPrivatekey error fix

  A malformed EC private key file consumed via the d2i_ECPrivateKey function
  could cause a use after free condition. This, in turn, could cause a double
  free in several private key parsing functions (such as d2i_PrivateKey
  or EVP_PKCS82PKEY) and could lead to a DoS attack or memory corruption
  for applications that receive EC private keys from untrusted
  sources. This scenario is considered rare.

  This issue was discovered by the BoringSSL project and fixed in their
  commit 517073cd4b.
  (CVE-2015-0209)
  [Matt Caswell]

- X509_to_X509_REQ NULL pointer deref fix

  The function X509_to_X509_REQ will crash with a NULL pointer dereference if
  the certificate key is invalid. This function is rarely used in practice.

  This issue was discovered by Brian Carpenter.
  (CVE-2015-0288)
  [Stephen Henson]

- Removed the export ciphers from the DEFAULT ciphers
  [Kurt Roeckx]

(tron)

2015-03-19 20:40:31 UTC MAIN commitmail json YAML

Remove obsolete BUILDLINK_TRANSFORMs. The package does not set any of the
transformed compiler flags when built through pkgsrc because
config.guess overrides are in effect. Fixes build with cwrappers on i386.

Also add a comment that we should enable the runtime CPU detection support
on amd64 some time in the future.

(tnn)

2015-03-19 20:24:13 UTC MAIN commitmail json YAML

Note update of the "openssh" package to version 6.6.1nb5.

(tron)

2015-03-19 20:23:55 UTC MAIN commitmail json YAML

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

2015-03-19 19:58:28 UTC MAIN commitmail json YAML

2015-03-19 19:26:28 UTC MAIN commitmail json YAML

fix a typo in configure overrides

(tnn)

2015-03-19 19:18:07 UTC MAIN commitmail json YAML

Sync includes with main package.

(joerg)

2015-03-19 19:17:45 UTC MAIN commitmail json YAML

Drop override added by mistake.

(joerg)

2015-03-19 19:17:18 UTC MAIN commitmail json YAML

2015-03-19 19:16:31 UTC MAIN commitmail json YAML

2015-03-19 19:15:37 UTC MAIN commitmail json YAML

config.guess / config.sub are found in very deep subdirectories, adjust.

(joerg)

2015-03-19 19:15:23 UTC MAIN commitmail json YAML

Report that SunOS 5.10 and older don't have "err.h".

Change during freeze approved by Jonathan Perkin.

(tron)

2015-03-19 19:14:49 UTC MAIN commitmail json YAML

Look deeper for config.guess / config.sub.

(joerg)

2015-03-19 19:14:26 UTC MAIN commitmail json YAML

2015-03-19 18:33:43 UTC MAIN commitmail json YAML

g/c CCACHE_DEFAULT_MAXSIZE, it is no longer possible to set the default
cache size this way, and the default is now bumped to 5GB so it's not
really needed.

(tnn)

2015-03-19 18:09:17 UTC MAIN commitmail json YAML

2015-03-19 16:17:12 UTC MAIN commitmail json YAML

Updated geography/py-proj to 1.9.4

(gdt)

2015-03-19 16:16:58 UTC MAIN commitmail json YAML

Update to 1.9.4 (leaf).

This required a fairly massive rototill of the PKGNAME/DISTNAME
because of bugs in upstream distfile generation, reported at
https://github.com/jswhit/pyproj/issues/7
But there are no signficant changes in packaging other than coping with the
distfile naming bug.

1.9.4 (git tag v1.9.4rel)
* migrate to github from googlecode.
* update proj4 source code from svn r2595 (version 4.9.0RC2).
* include runtime_library_dirs in setup-proj.py.
* added to_latlong method (issue 51).
* fix back azimuth when lon1 and lon2 are identical.

(gdt)

2015-03-19 15:46:58 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.1.

(taca)

2015-03-19 15:46:26 UTC MAIN commitmail json YAML

Update roundcube to 1.1.1, a leaf package.

RELEASE 1.1.1
-------------
- ACL: Allow other plugins to adjust the list of permissions and groups to edit
- Add possibility to print contact information (of a single contact)
- Add possibility to configure max_allowed_packet value for all database engines (#1490283)
- Improved handling of storage errors after message is sent
- Update to TinyMCE 4.1.9
- Unified request* event arguments handling, added support for _unlock and _action parameters
- Security: Generate random hash for the per-user local storage prefix (#1490279)
- Fix refreshing of drafts list when sending a message which was saved in meantime (#1490238)
- Fix saving/sending emoticon images when assets_dir is set
- Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet (#1490292)
- Fix setting max packet size for DB caches and check packet size also in shared cache
- Fix needless security warning on BMP attachments display (#1490282)
- Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284)
- Fix performance of rcube_db_mysql::get_variable()
- Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
- Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280)
- Fix cursor position on reply below the quote in HTML mode (#1490263)
- Fix so "over quota" errors are displayed also in message compose page
- Fix duplicate entries supression in autocomplete result (#1490290)
- Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281)
- Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)
- Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
- Fix so localized folder name is displayed in multi-folder search result (#1490243)
- Fix javascript error after creating a folder which is a subfolder of another one (#1490297)
- Fix bug where subject of sent/saved message was removed if mbstring wasn't installed (#1490295)
- Fix missing vcard_attachment icon on messages list (#1490303)
- Fix storing signatures with big images in MySQL database (#1490306)
- Fix Opera browser detection in javascript (#1490307)
- Fix so search filter, scope and fields are reset on folder change
- Fix rows count when messages search fails (#1490266)
- Fix bug where spellchecking in HTML editor do not work after switching editor type more than once (#1490311)
- Fix bug where TinyMCE area height was too small on slow network connection (#1490310)
- Fix backtick character handling in sql queries (#1490312)
- Fix redirct URL for attachments loaded in an iframe when behind proxy (#1490191)
- Fix menu container references to point to the actual <ul> element (#1490313)
- Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden element (#1490318)

(taca)

2015-03-19 15:39:03 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 3.1.2.2.

(taca)

2015-03-19 15:38:25 UTC MAIN commitmail json YAML

Update fengoffice to 3.1.2.2, a leaf package.

Since 3.1.2.1
----------------
bugfix: Users without permissions to add timeslots can add timeslots if the task is assigned to him/her.
bugfix: In tasks list, in show menu, user has no time permissions but time option is shown, and are also shown the time links in task row.
bugfix: In tasks list, if action popover button has no actions, it is shown with an empty menu.
bugfix: on template tasks add dependant task not working.
bugfix: after edit member update all childs depths.
bugfix: when deleting emails the register in objects table was not deleted.
bugfix: document level filter is not set with its current value when logging in.

feature: in single member selector when no member is selected show root node's text.
feature: upgrade by console - no need to pass the version from and version to parameters.

Since 3.1.2
----------------
bugfix: When checking mail, check for spam level in headers improved.
bugfix: Error when adding tasks.
bugfix: Cannot delete user group.
bugfix: Feng1 to Feng3 upgrade script does not fill the "enabled_dimensions" config option.

Since 3.1.1
----------------
feature: Cron process to reprocess last objects' sharing table entries

Since 3.1
----------------
bugfix: Sql error in tasks list.
bugfix: In upgrader script, if DEFAULT_LOCALIZATION not defined then define it with value "en_us".
bugfix: After adding tasks, actions buttons not working.
bugfix: Reminders on task templates are not saved.
bugfix: Can't see subtasks if parent task  is not displayed.
bugfix: If email account is set as default, then the "Sender name" field is ignored.
bugfix: After change group by on tasks list the groups are still the same.
bugfix: Timezones on tasks list groups.
bugfix: When adding an event checkboxes "subscribe invited users" and "send email notifications" are not working.
bugfix: Duplicated tasks on tasks list in last month and last week when this groups are overlapping.
bugfix: Sql error table missing prefix. table im_types.
bugfix: Can't add tasks in french.

feature: in contact csv import allow to match custom properties

language: fr_ca updated.

Since 3.1-beta
----------------
bugfix: Template tasks subscribers were not copied when instantiating the tasks.
bugfix: Remove contextmenu from the email editor.
bugfix: Autoclassifying email fix in query.
bugfix: Refresh the task row after adding timeslots to tasks.
bugfix: Sql query malformed on tasks list.
bugfix: Duplicate signature sometimes when replying emails.
bugfix: When creating collaborators positioned in a workspace, the workspace is not added to the member cache, permissions are fine.
bugfix: Javascript eerror "member is undefined" in member cache js file.

Since 3.0.8
----------------
feature: hierarchy filter on documents tab.
feature: in custom reports if object name is printed now it is a link to the object.
feature: when classifying users using drag and drop the system asks if you want to add the default permissions for the users in the workspace where they are being classified.
feature: add tags selector in user add/edit form.

performance: tree node asks for childrens to the server twice after click .

bugfix: reminders on template tasks.
bugfix: after adding a client, the client tree shows the client twice.
bugfix: do not reload member trees after editing a member.
bugfix: use current time when adding timeslots from tasks list.
bugfix: permission errors when adding timeslots from tasks list.
bugfix: on tasks list after add the first task remove  "There are no tasks in".
bugfix: wrong order when grouping by priority on tasks list.
bugfix: wrong signature when replying mail from a non default account.
bugfix: after add subtasks send assignment notifications.
bugfix: when dragging members to no-permissions tree children are not moved.
bugfix: cannot edit user tags.
bugfix: select milestones on templates.
bugfix: when composing an email with other email address the autosave asks if you want to send with that adddess (it must ask only when sending or saving draft).
bugfix: collaborators should not have access to mail tab

language: fr_ca updated.

Since 3.0.7
----------------

Since 3.0.6
----------------
feature: in custom reports, show name column as a link to the listed object and open the link in a new feng tab.
feature: add projects to available object types when configuring autonumeric prefixes.
feature: crpm types plugin - new dimension Client type, Project type and Project status.
feature: when replying an email of other account, a warning must appear telling that email will be sent using that account and give the posibility to change the account before sending the email.

bugfix: upgrade script to 3.0 fails when inserting in tab_panels if not all columns are specified depending in mysql server configuration.
bugfix: dont use the same "from name" when sending mails with different account.
bugfix: cannot autoclassify mails in more than one workspace.
bugfix: checklang translation tool does not show plugin missing/incomplete translation files.
bugfix: non-exec directors should not be task assingable.
bugfix: header breadcrumbs are not reloaded when deleting a workspace.
bugfix: when reordering workspaces, tags, clients and projects columns in any listing (notes, documents, etc), the values of these columns are lost for all rows, must reload the list to reappear.
bugfix: send notification when a task is assigned.

performance: ajax load on tasks list.

(taca)

2015-03-19 15:37:27 UTC MAIN commitmail json YAML

Note update of www/drupal6 package to 6.35 and www/drupal7 package to 7.35.

(taca)

2015-03-19 15:36:41 UTC MAIN commitmail json YAML

Update drupal7 to 7.35 (Drupal 7.35), security fix release.

Drupal 7.35, 2015-03-18
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.

(taca)

2015-03-19 15:35:56 UTC MAIN commitmail json YAML

Update drupal6 to 6.35 (Drupal 6.35), security fix release.

Drupal 6.35, 2015-03-18
----------------------
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.

(taca)

2015-03-19 14:33:35 UTC MAIN commitmail json YAML

Add -lintl on Darwin.

>From Adrien Auzanneau via pkgsrc-users.

(gdt)

2015-03-19 14:04:45 UTC MAIN commitmail json YAML

2015-03-19 13:50:30 UTC MAIN commitmail json YAML

2015-03-19 13:24:13 UTC MAIN commitmail json YAML

2015-03-19 12:49:47 UTC MAIN commitmail json YAML

Needs BROKEN_GETTEXT_DETECTION=yes

(jperkin)

2015-03-19 12:45:16 UTC MAIN commitmail json YAML

Needs BROKEN_GETTEXT_DETECTION=yes

(jperkin)

2015-03-19 12:34:38 UTC MAIN commitmail json YAML

Avoid mixing _POSIX_C_SOURCE and C99 on SunOS.

(jperkin)

2015-03-19 11:52:12 UTC MAIN commitmail json YAML

Ensure we can find the appropriate sphinx-build, fixes docs build.

(jperkin)

2015-03-19 11:52:09 UTC MAIN commitmail json YAML

Add nss-3.18

(ryoon)

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

2015-03-19 09:58:36 UTC MAIN commitmail json YAML

Updated www/py-django to 1.7.7; www/py-django14 to 1.4.20

(adam)

2015-03-19 09:57:06 UTC MAIN commitmail json YAML

Changes 1.4.20:
* Mitigated possible XSS attack via user-supplied redirect URLs

(adam)

2015-03-19 09:53:45 UTC MAIN commitmail json YAML

Changes 1.7.7:
* Fix for Denial-of-service possibility with strip_tags()
* Mitigated possible XSS attack via user-supplied redirect URLs

(adam)

2015-03-19 09:48:52 UTC MAIN commitmail json YAML

Updated net/nagios-plugin-dotpid to 0.3

(manu)

2015-03-19 09:46:22 UTC MAIN commitmail json YAML

2015-03-19 09:21:13 UTC MAIN commitmail json YAML

Note update of net/exabgp to 3.4.9.

(he)

2015-03-19 09:20:30 UTC MAIN commitmail json YAML

Update to version 3.4.9.

Pkgsrc changes:
* fix up the set of REPLACE_PYTHON settings to match
* remove patch which has been accepted upstream, adapt remaining patch
* install the newly contributed man pages
* adapt PLIST

Upstream changes:
3.4.9:
  This release mostly fixes a very embarrassing issue introduced with
  3.4.8 with non IPv4 unicast route decoding, the handlers were badly
  registered.

3.4.8:
  This is a bug fix release. It fixes an obscure bug when routes
  would not reach the backend API as two NLRI could be seen as
  identical due to a bad hashing of the attributes.

  * Fix: bug with multiple configuration files
  * Fix: allow generic attribute not only in single line but also
    in multiple lines patch by: Eiichiro Watanabe (issue #214)
  * Fix: issue with parsing extended-community origin reported by: Tim Preston
  * Fix: handle numeric community parsing correctly reported by: Aaron Kalin
  * Fix: bug in AS_PATH with AS_SET handling patch by: Eiichiro Watanabe
  * Fix: off by one for the maximum message size generation reported
    by: Eiichiro Watanabe
  * Fix: issue with handling of some generic attributes reported
    by: Hiroshi Yokoi
  * Fix: restore old api syntax broken by mistake patch by: David Waring
  * Fix: issue with E-VPN NLRI patch by: Thomas Morin
  * Fix: bad iteration for JSON generation ( bug created during
    3.4.8 dev ) patch by: Ian bobbitt
  * Fix: healthcheck.py: optionally match "alias" in ifconfig output
    patch by: Havard Eidnes
  * Fix: healthcheck.py: make the ifconfig path work; regexp fix
    patch by: Havard Eidnes
  * Change: moved the netlink library within exabgp
  * Feature: qa/bin/ip and qa/bin/route

(he)

2015-03-19 08:34:53 UTC MAIN commitmail json YAML

2015-03-19 08:29:40 UTC MAIN commitmail json YAML

2015-03-19 08:12:50 UTC MAIN commitmail json YAML

2015-03-19 08:12:27 UTC MAIN commitmail json YAML

Treat NetBSD the same as FreeBSD wrt. handling of TCP_INFO.
No revision bump since this is a build fix for systems supporting TCP_INFO.

(he)

2015-03-19 01:06:25 UTC MAIN commitmail json YAML

Add buildlink3.mk. The new version of mysql-workbench needs this.

(rodent)

2015-03-18 22:54:00 UTC MAIN commitmail json YAML

Fix PLIST as identified by joerg@.

(rodent)

2015-03-18 21:25:49 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 4.3.12.

(tron)

2015-03-18 21:25:28 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.3.12. Changes since version 4.3.9:
- bug #4746 Right-aligned columns have left-aligned header
- bug #4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8 values
- bug      Undefined index savedsearcheswork
- bug #4788 Inline edit of DATE fields with NULL, NULL checkbox is under
            datepicker
- bug #4790 DROP TABLE/VIEW IF EXISTS are not tracked
- bug      Compatibility with central columns of version 4.4
- bug #4758 Firefox with auth_type to http with multiple server doesn't
            work anymore
- bug #4789 Views aren't dropped when copying a database
- bug #4784 Incomplete bookmark saving
- bug #4786 SELECT width on relations page
- bug      [security] Risk of BREACH attack, see PMASA-2015-1
- bug #4774 SQL links are completely wrong
- bug #4768 MariaDB: version mismatch
- bug #4777 Some images are missing in Designer for original theme
- bug #4767 Drizzle: undefined index in mysql_charsets.inc.php
- bug #4753 Normal field and multi-line field have different margins
- bug #4760 Cannot re-import settings from local storage
- bug #4778 SQL error when database list is sorted by additional columns
- bug #4780 Notice when timestamp column does not have default value
- bug      Undefined index navwork
- bug #4744 Opening console scroll down the page
- bug      Remove extra column heading in view structure page
- bug      Add missing confirmation when deleting central columns
- bug      Undefined index DisableIS
- bug #4763 Database export with more than 512 tables fails
- bug #4769 Previously set column aliases are destroyed if returned to the
            same table
- bug #4752 Incorrect page after creating table
- bug #4771 Central Columns not working, showing error

(tron)

2015-03-18 19:17:39 UTC MAIN commitmail json YAML

I've we detected an Mac OS X SDK location use it as the prefix of the
builtin "editline" package.

This fixes the build of the "mysql56-client" package (and possibly others)
under Mac OS X Yosemite with a clean install of Xcode (in particular
with no files in "/Developer").

(tron)

2015-03-18 17:46:32 UTC MAIN commitmail json YAML

Use __sparc instead of __sparc__ as per pkglint, mentioned by
Adrien Auzanneau following up to PR 45036. Add patch comments.

(dholland)

2015-03-18 15:06:17 UTC MAIN commitmail json YAML

As the name of the package implies, it is only working on OSX.

(joerg)

2015-03-18 15:05:51 UTC MAIN commitmail json YAML

2015-03-18 15:05:46 UTC MAIN commitmail json YAML

Updated pkgtools/cwrappers to 20150318

(jperkin)

2015-03-18 15:05:36 UTC MAIN commitmail json YAML

cwrappers-20150318: Don't ferror() after fclose().

Fixes libtool cwrapper on Linux, ok joerg@

(jperkin)

2015-03-18 15:04:35 UTC MAIN commitmail json YAML

Fix build with versioned spinx.

(joerg)

2015-03-18 15:04:17 UTC MAIN commitmail json YAML

2015-03-18 15:03:43 UTC MAIN commitmail json YAML

2015-03-18 15:01:21 UTC MAIN commitmail json YAML

2015-03-18 14:54:53 UTC MAIN commitmail json YAML

2015-03-18 14:02:15 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.11.

(taca)

2015-03-18 14:01:45 UTC MAIN commitmail json YAML

Update typo3_62 to 6.2.11 (TYPO3 6.2.11), a leaf package.

2015-03-17  08687ec                  [RELEASE] Release of TYPO3 6.2.11 (TYPO3 Release Team)
2015-03-16  22db119  #65577          [FOLLOWUP][BUGFIX] Handle exceptions in Logging API (Steffen Müller)
2015-03-16  089417c  #59616          [BUGFIX] Fix wrong enforcement of pid 0 for rootLevel = -1 in impexp (Marc Bastian Heinrichs)
2015-03-15  0db2830  #65223          [BUGFIX] Do not remove FE session cookie if fe_user is logged in (Markus Klein)
2015-03-15  705da95  #65638          [BUGFIX] Allow to disable Info->PageTSconfig again (Markus Klein)
2015-03-15  a90e373  #59042          [TASK] Category fields are not added to TCA interface section (Oliver Hader)
2015-03-15  8f60b2f  #65680          [TASK] Show suited TYPO3 versions at distributions (Andreas Fernandez)
2015-03-15  78bf331  #65576          [BUGFIX] Avoid fatal for unserializable extension configuration (Stephan Großberndt)
2015-03-15  4aa2f0c  #57292          [BUGFIX] RTE styling does not fit to TCEforms styling (Benjamin Mack)
2015-03-14  89f9ec4  #65667          [BUGFIX] Resolve class name from aliases managed by composer (Helmut Hummel)
2015-03-13  d7d00d4  #65420          [FOLLOWUP] Do not respect autoload info if core repo is composer root (Helmut Hummel)
2015-03-13  eb4a357  #65673          [BUGFIX] FAL: Allow filenames like "0" (Malte Muth)
2015-03-12  ca0aedf  #60545          [BUGFIX] Consider subfolder in absolute links (Markus Klein)
2015-03-12  4356284  #65126          [BUGFIX] Missing relations when saving flexform fields (Stephan Großberndt)
2015-03-12  54b0b7e  #63373          [TASK] EXT:dbal: Harden unit tests for expression chunks (Andreas Fernandez)
2015-03-12  8fedc9e  #55774,#55775,  [TASK] Add IE 11 detection to ExtJS (Lorenz Ulrich)
2015-03-12  d392b3f  #65668          [BUGFIX] PHP Warning in HistoryService (Oliver Hader)
2015-03-12  4995a82  #65689          [BUGFIX] Use a typecast to ensure correct value (Georg Ringer)
2015-03-12  6ff644d  #58824          [TASK] Add functional test for imports with forced uids (Marc Bastian Heinrichs)
2015-03-11  65c2fd0  #57413          [BUGFIX] Correct trim of trailing slash (Andreas Fernandez)
2015-03-11  31d0458  #65569          [TASK] Remove deprecated "strict" PHPUnit option (Mathias Brodala)
2015-03-11  ae317f2  #52607          [BUGFIX] Add domain model validators only once (Alexander Schnitzler)
2015-03-11  47cbb9d  #65666          [BUGFIX] Properly handle absolute links in typolink() (Markus Klein)
2015-03-11  8c31180  #47372          [BUGFIX] Correct upload field name for TCA internal_type file (Wouter Wolters)
2015-03-10  26bb5e0  #63550          [BUGFIX] Re-enable menu configuration caching (Martin Helmich)
2015-03-10  7cd196b  #65646          [BUGFIX] Scheduler misses the "stop" icon when a task is running (Ernesto Baschny)
2015-03-10  6f62632  #63991          [BUGFIX] DBAL: Set allowNull for insert and update queries to TRUE (Armin Ruediger Vieweg)
2015-03-10  4f9799b  #65634          [BUGFIX] Use "user_auth" index for DataHandler:printLogErrorMessages (Andreas Fernandez)
2015-03-09  485668b  #65624          [BUGFIX] Respect newlines in ['SYS']['binSetup'] (Nicole Cordes)
2015-03-07  aba076a  #65577          [BUGFIX] Handle exceptions in Logging API (Markus Klein)
2015-03-06  1248078  #65564          [BUGFIX] Fix labels in linkvalidator (Georg Ringer)
2015-03-06  fd0f56b  #61463          [BUGFIX] Allow processed folders in different storage (Helmut Hummel)
2015-03-05  2203c5e  #65554          [TASK] Update to phpunit 4.5 (Christian Kuhn)
2015-03-05  9f46236  #63728          [BUGFIX] Avoid getTCAtypeValue-calls in DataHandler->fillInFieldArray (Stephan Großberndt)
2015-03-05  844dc39  #59015          [BUGFIX] Catch all errors on adding files of sys_files to export (Marc Bastian Heinrichs)
2015-03-05  0ba442b  #60226          [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-03-05  70ed6e3  #65501          [BUGFIX] Normalize font-size in install tool (Benjamin Kott)
2015-03-04  1bd123a  #64733          [BUGFIX] Reload extension list after update (Nicole Cordes)
2015-03-04  4ed8c45  #64920          [BUGFIX] Update misleading help text about deprecated/removed features (Michael Schams)
2015-03-04  6781f3f  #65485          [BUGFIX] Remove RemoveXSS credit link (Christian Kuhn)
2015-03-04  835be9a  #65378          [BUGFIX] Regression when scaling/cropping in GIFBUILDER (Torben Hansen)
2015-03-03  223e087  #63676,#63782  [BUGFIX] Do not fetch records from tables without references (Stephan Großberndt)
2015-03-02  57f749d  #57393          [BUGFIX] Prevent infinite loop in TceformsUpdateWizard (Nicole Cordes)
2015-03-02  23b8d74  #65468          [BUGFIX] Fix listAll GET parameter case in indexed_search (Alexander Stehlik)
2015-03-02  64cf5ee  #65273          [BUGFIX] Properly handle XLF translation file detection (Markus Klein)
2015-03-02  aef204f  #48965          [BUGFIX] Add property "uidLocal" to extbase FileReference model (Jost Baron)
2015-03-02  f52bfac  #55699          [BUGFIX] Show data of valid columns in element info (Marc Bastian Heinrichs)
2015-03-02  4af8a63  #65433          [BUGFIX] Invalid back path of ImageViewHelper in TYPO3 backend (Oliver Hader)
2015-03-02  68caf38  #65454          [TASK] Backport functional / unit bootstrap changes to 6.2 (Oliver Klee)
2015-03-02  f5d526d  #58307          [BUGFIX] Invalid reference count on storing new child records in FlexForm (Oliver Hader)
2015-03-02  c0b7c44  #65447          [BUGFIX] Prevent redirection loop for shortcuts (Nicole Cordes)
2015-03-01  8cdf89c  #65335          [BUGFIX] File must use MIME type from index record (Andreas Wolf)
2015-03-01  015b15d  #65248          [BUGFIX] Let Scheduler handle storage indexing exception (Francois Suter)
2015-03-01  a20d223  #65434          [FOLLOWUP][BUGFIX] Respect interfaces as well when checking class existence (Helmut Hummel)
2015-03-01  6d2b05b  #65434          [BUGFIX] Respect interfaces as well when checking class existence (Helmut Hummel)
2015-03-01  84176a1  #25594          [BUGFIX] Code completion in t3editor behind operator (Frederic Gaus)
2015-03-01  d21b223  #65040          [BUGFIX] Check default storage first to find default upload folder (Frans Saris)
2015-03-01  e1027eb  #25732          [BUGFIX] t3editor: Add code autocompletion for listNum (Frederic Gaus)
2015-02-28  dc6a2fe  #65420          [TASK] Do not respect autoload info if core repo is composer root (Helmut Hummel)
2015-02-28  75302df  #65358          [FOLLOWUP][BUGFIX] Allow file:// links in Element Browser (Nicole Cordes)
2015-02-28  6bc5d5b                  [BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays (Alexander Schnitzler)
2015-02-28  fd63368  #65421          [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-02-28  f47d624  #60226          [BUGFIX] Prevent wrong ref_index for fields with soft references (Nicole Cordes)
2015-02-28  40281c4  #41728          [BUGFIX] Escape regex chars when building sWordRegEx (Alexander Stehlik)
2015-02-28  9bfc330  #65358          [BUGFIX] Allow file:// links in Element Browser (Nicole Cordes)
2015-02-28  e1d7254  #49071          [BUGFIX] Rethrow Extbase scheduler task exceptions (Mathias Brodala)
2015-02-27  9759533  #65102          [BUGFIX] Workspaces: Fix broken buttons in frontend (Andreas Fernandez)
2015-02-27  8c70746  #65187          [BUGFIX] Fix cookie evaluation order (Helmut Hummel)
2015-02-27  3c56167  #56655          [BUGFIX] Display Info of File in popup instead of File Metadata (Fabien Udriot)
2015-02-27  b66a0f0  #64253          [BUGFIX] Set correct workspace ID when updating referenceIndex for files (Markus Klösges)

(taca)

2015-03-18 13:47:26 UTC MAIN commitmail json YAML

2015-03-18 13:21:36 UTC MAIN commitmail json YAML

2015-03-18 10:28:42 UTC MAIN commitmail json YAML

Don't try to fetch a dependency that is only needed for testing.

(joerg)

2015-03-18 10:27:54 UTC MAIN commitmail json YAML

2015-03-18 10:26:53 UTC MAIN commitmail json YAML

2015-03-18 10:24:49 UTC MAIN commitmail json YAML

2015-03-18 10:20:13 UTC MAIN commitmail json YAML

2015-03-18 02:39:56 UTC MAIN commitmail json YAML

Correction to build problem. Add two DEPENDS.

(mef)

2015-03-18 02:34:08 UTC MAIN commitmail json YAML