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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:31:02 UTC Now

2014-03-31 12:12:57 UTC pkgsrc-2014Q1 commitmail json YAML

Remove unexecuted shell script snippets.

(tron)

2014-03-31 11:29:04 UTC MAIN commitmail json YAML

Tell locatin of uic and qmake with cmake way too, and avoid to detect
unwanted builtin one.

(obache)

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

2014-03-31 10:52:14 UTC MAIN commitmail json YAML

Sort contents (no changes to binary package).

(tron)

2014-03-31 10:51:21 UTC MAIN commitmail json YAML

Updated x11/xtrans to 1.3.4

(wiz)

2014-03-31 10:51:05 UTC MAIN commitmail json YAML

Update to 1.3.4:
I'm happy to announce xtrans-1.3.4

Hans de Goede (2):
      configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
      xtrans 1.3.4

Mark Kettenis (1):
      Increase UNIX socket buffer size

Thomas Klausner (2):
      Cast ctype(3) function arguments to unsigned char.
      Add missing headers for free() and strlen().

(wiz)

2014-03-31 10:37:27 UTC MAIN commitmail json YAML

Updated graphics/optipng; graphics/pngcrush; databases/sqlite3; databases/mysql55; databases/mysql56; Added graphics/SDL2_image

(adam)

2014-03-31 10:32:13 UTC MAIN commitmail json YAML

Changes 5.6.17:

Functionality Added or Changed

Incompatible Change: The AES_ENCRYPT() and AES_DECRYPT() functions now permit control of the block encryption mode and take an optional initialization vector argument:

The new block_encryption_mode system variable controls the mode for block-based encryption algorithms. Its default value is aes-128-ecb, which signifies encryption using a key length of 128 bits and ECB mode.

An optional init_vector argument provides an initialization vector for encryption modes that require it:

AES_ENCRYPT(str,key_str[,init_vector])
AES_DECRYPT(crypt_str,key_str[,init_vector])
A random string of bytes to use for the initialization vector can be produced by calling the new RANDOM_BYTES() function.

For more information, see Encryption and Compression Functions.

These changes make statements that use AES_ENCRYPT() or AES_DECRYPT() unsafe for statement-based replication and they cannot be stored in the query cache. Queries that use RANDOM_BYTES() are unsafe for statement-based replication and cannot be stored in the query cache.

Incompatible Change: The ERROR_FOR_DIVISION_BY_ZERO, NO_ZERO_DATE, and NO_ZERO_IN_DATE SQL modes now are deprecated and setting the sql_mode value to include any of them generates a warning. In MySQL 5.7, these modes do nothing. Instead, their effects are included in the effects of strict SQL mode (STRICT_ALL_TABLES or STRICT_TRANS_TABLES). The motivation for the change in MySQL 5.7 is to reduce the number of SQL modes with an effect dependent on strict mode and make them part of strict mode itself.

To make advance preparation for an upgrade to MySQL 5.7, see SQL Mode Changes in MySQL 5.7. That discussion provides guidelines to assess whether your applications will be affected by the SQL mode changes in MySQL 5.7.

InnoDB: MySQL now supports rebuilding regular and partitioned InnoDB tables using online DDL (ALGORITHM=INPLACE) for the following operations:

OPTIMIZE TABLE

ALTER TABLE ... FORCE

ALTER TABLE ... ENGINE=INNODB (when run on an InnoDB table)

Online DDL support reduces table rebuild time and permits concurrent DML, which helps reduce user application downtime. For additional information, see Overview of Online DDL.

On Solaris, mysql_config --libs now includes -R/path/to/library so that libraries can be found at runtime.

mysql_install_db provides a more informative diagnostic message when required Perl modules are missing.

The IGNORE clause for ALTER TABLE is now deprecated and will be removed in a future version of MySQL. ALTER IGNORE TABLE causes problems for replication, prevents online ALTER TABLE for unique index creation, and causes problems with foreign keys (rows removed in the parent table).

Bugs Fixed

(adam)

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

Updated security/libguardtime to 0.3.13

(fhajny)

2014-03-31 10:20:26 UTC MAIN commitmail json YAML

Update libguardtime to 0.3.13.

2014-03-04 release (0.3.13)
* Mostly added convenience functions for wrapper APIs:
  - functions to manage the list of CA roots from client code;
  - functions to convert hash values to and from imprints;
  - a function to extract the data hash from a timestamp.

2014-01-20 release (0.3.12)
* Publications file verification switched away from hardcoded CA root
  certificate:
  - on most platforms OpenSSL trust store is used;
  - on Windows Crypto API and its trust store are used by default,
    with option to switch to OpenSSL and its trust store.
* Now builds with both OpenSSL 0.9.8 and OpenSSL 1.0.
* Lifted a restriction of the underlying WinINet library that limited
  the number of simultaneous HTTP requests to 2 on Windows.
* Various other improvements to the build scripts.
* Replaced test timestamps with more recent ones.

(fhajny)

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

Changes 1.7.73:
* Restored calls to png_set_crc_action() which had been removed from
  version 1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial,
  when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.

(adam)

2014-03-31 10:12:07 UTC MAIN commitmail json YAML

Added graphics/SDL2_image version 2.0.0

(adam)

2014-03-31 10:10:15 UTC MAIN commitmail json YAML

2014-03-31 09:51:35 UTC MAIN commitmail json YAML

Add binutils-mips-current and gcc-mips-current

(martin)

2014-03-31 09:50:06 UTC MAIN commitmail json YAML

Updated cross/gcc-mips-current to 20140330

(martin)

2014-03-31 09:49:32 UTC MAIN commitmail json YAML

2014-03-31 09:48:20 UTC MAIN commitmail json YAML

Updated cross/binutils-mips-current to 2.23.91

(martin)

2014-03-31 09:46:57 UTC MAIN commitmail json YAML

2014-03-31 09:20:30 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.85

(ryoon)

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

2014-03-31 09:06:29 UTC MAIN commitmail json YAML

Remove mozilla-mirror.naist.jp from mozilla mirror sites.
It does not exist anymore.
Pointed out by nonaka@, thank you.

(ryoon)

2014-03-31 08:53:17 UTC MAIN commitmail json YAML

Updated misc/raspberrypi-userland 20140329

(skrll)

2014-03-31 08:49:42 UTC MAIN commitmail json YAML

Update to 20140329 based on bf068918b5fa6eb53d4b72846b36f2168cfb532e of
https://github.com/jaredmcneill/userland

Various bug and gcc 4.8 fixes

(skrll)

2014-03-31 08:45:43 UTC MAIN commitmail json YAML

add misc/py-stdnum

(richard)

2014-03-31 08:45:21 UTC MAIN commitmail json YAML

Add missing header for DragonflyBSD.
PR 48691 by David Shao.

(wiz)

2014-03-31 08:43:26 UTC MAIN commitmail json YAML

2014-03-31 08:42:47 UTC MAIN commitmail json YAML

Add misc/py-stdnum

Parse, validate and reformat standard numbers and codes.

This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats.

(richard)

2014-03-31 08:40:58 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.29

(wiz)

2014-03-31 08:40:47 UTC MAIN commitmail json YAML

OpenBSD added CONTEXT section to man9. Update library list. From
jmc@openbsd.
Bump version.

(wiz)

2014-03-31 08:37:25 UTC MAIN commitmail json YAML

Fix fprintf format string (already fixed the same way in src).

(wiz)

2014-03-31 08:37:04 UTC MAIN commitmail json YAML

Updated devel/boost-headers to 1.55.0nb1

(wiz)

2014-03-31 08:36:51 UTC MAIN commitmail json YAML

2014-03-31 08:35:27 UTC MAIN commitmail json YAML

Updated devel/xorg-util-macros to 1.19.0

(wiz)

2014-03-31 08:35:18 UTC MAIN commitmail json YAML

Update to 1.19.0:

Alan Coopersmith (1):
      XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set

Arnaud Fontaine (1):
      Add XORG_WITH_M4 macro

Gaetan Nadon (3):
      Bump minimum Autoconf required version to 2.62
      Provide the automake INSTALL file at level 1.11
      Version bump: 1.19.0

Hans de Goede (1):
      XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS

(wiz)

2014-03-31 08:35:04 UTC MAIN commitmail json YAML

Updated x11/xrandr to 1.4.2

(wiz)

2014-03-31 08:34:55 UTC MAIN commitmail json YAML

Update to 1.4.2:

This minor bugfix release restores the ability to disconnect
providers from each other using "0x0" as the provider XID.  For
example, to disconnect a display offload sink from its source,
use

  xrandr --setprovideroutputsource <sink> 0x0

This release also formats the GUID provided by DisplayPort 1.2
displays in traditional GUID form.

Finally, this release increases the precision of refresh rate
calculations to disambiguate modes with very similar refresh
rates and to improve the accuracy for interlaced modes.

Aaron Plattner (5):
      Split output property printing into a helper function
      Move EDID printing into a helper function
      Special-case printing of the GUID property
      xrandr: document how to disconnect RandR 1.4 providers
      xrandr 1.4.2

Dave Airlie (1):
      xrandr: allow disconnecting of offload and outputs

Ville Syrjè¾°lè¾° (2):
      xrandr: Use more decimal places when printing various rates
      xrandr: Use floating point for VTotal when calculating refresh rate

(wiz)

2014-03-31 08:34:42 UTC MAIN commitmail json YAML

Updated devel/global to 6.2.11

(wiz)

2014-03-31 08:34:33 UTC MAIN commitmail json YAML

Update to 6.2.11:

Version 6.2.11 - March 12 2014

[CHANGES]
New facilities:
o global: New -S (--scope) <directory> option. This option prints only tags
  which exist under <directory>. It is similar to the -l option, but different
  from it in that you need not change directory.
o gtags: Now, the skip list allows glob file patterns (*, ?, [...], [!...], [^...]).
o gtags.conf: Added the following glob patterns to the skip list:
  *.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake
o gtags: Now, the -I option supports file list (-f option or gtags.files).
  Instead, idutils 4.5 or later is required.

[FIXED BUGS]
o global: With combination of the --invert-match and --literal, it does not match
  the last line of files. Now it works.
o global: Literal search with the -i option prints an unmatched tag in a certain
  kind of case. Now it works.
o global: 'global -cI' without argument causes segmentation fault.
  Now it works.

(wiz)

2014-03-31 08:34:21 UTC MAIN commitmail json YAML

Updated audio/libmikmod to 3.3.6

(wiz)

2014-03-31 08:34:12 UTC MAIN commitmail json YAML

Update to 3.3.6:

libmikmod v3.3.6 was released on 20-Mar-2014.

- UMX loader: Minor corrections to the container parse code with
  relation to upkg file format. (for correctness' sake only...)
- ALSA and ESD drivers: Fixed a dlopen() issue.
- PulseAudio driver: Simplified its command line parser procedure,
  so that it always sets server and sink to some value, NULL or
  otherwise, and fix a very minor memory leak on some occasions.
- Configury, OSS driver: Removed useless check for /dev/sndstat
  presence, added <soundcard.h> check to cover all our bases for
  less common setups.
- Configury, NAS driver: Use the configury detected X header and
  library locations when necessary, not just hardcoded /usr/X11R6/.
- Several configury and makefile clean-ups.
- Added Dreamcast driver from the old 3.2.0b2 dreamcast.es port.

(wiz)

2014-03-31 08:33:52 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.27

(wiz)

2014-03-31 08:33:44 UTC MAIN commitmail json YAML

Update to 0.9.27:

Overview of changes leading to 0.9.27
Tuesday, March 18, 2014
=====================================

- Don't use "register" storage class specifier
- Wrap definition of free_langs() with HAVE_ATEXIT
- Add coretext_aat shaper and hb_coretext_face_create() constructor
- If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
- Add Myanmar test case from OpenType Myanmar spec
- Only do fallback Hebrew composition if no GPOS 'mark' available
- Allow bootstrapping without gtk-doc
- Use AM_MISSING_PROG for ragel and git
- Typo in ucdn's Makefile.am
- Improve MemoryBarrier() implementation

(wiz)

2014-03-31 08:33:19 UTC MAIN commitmail json YAML

2014-03-31 08:33:10 UTC MAIN commitmail json YAML

Update to 3.3.4:

FFTW 3.3.4

* New functions fftw_alignment_of (to check whether two arrays are
  equally aligned for the purposes of applying a plan) and fftw_sprint_plan
  (to output a description of plan to a string).

* Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the
  bug report.

* Fixed manual to work with texinfo-5.

* Increased timing interval on x86_64 to reduce timing errors.

* Default to Win32 threads, not pthreads, if both are present.

* Various build-script fixes.

(wiz)

2014-03-31 08:32:57 UTC MAIN commitmail json YAML

Updated converters/py-zfec to 1.4.24

(wiz)

2014-03-31 08:32:48 UTC MAIN commitmail json YAML

2014-03-31 08:32:35 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 3.3

(wiz)

2014-03-31 08:32:27 UTC MAIN commitmail json YAML

Update to 3.3:

---
3.3
---

* Add ``include`` parameter to ``setuptools.find_packages()``.

---
3.2
---

* Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
* Issue #162: Update dependency on certifi to 1.0.1.
* Issue #164: Update dependency on wincertstore to 0.2.

(wiz)

2014-03-31 08:32:15 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2014.2

(wiz)

2014-03-31 08:32:07 UTC MAIN commitmail json YAML

2014-03-31 08:31:52 UTC MAIN commitmail json YAML

Updated textproc/uncrustify to 0.60

(wiz)

2014-03-31 08:31:44 UTC MAIN commitmail json YAML

Update to 0.60:

Change highlights in uncrustify-0.60 (1 Jan 2013)
-------------------------------------------------------------------------------
Objective C support was greatly enhanced in this release.
Many bugs were squashed and many options were added.

New options:
- align_oc_msg_colon_first
- align_pp_define_together
- indent_ctor_init_leading
- indent_func_def_force_col1
- indent_oc_block
- indent_oc_block_msg
- indent_oc_msg_colon
- ls_code_width
- nl_after_annotation
- nl_before_return
- nl_between_annotation
- nl_brace_struct_var
- nl_oc_msg_args
- nl_oc_msg_leave_one_liner
- nl_remove_extra_newlines
- nl_scope_brace
- nl_typedef_blk_end
- nl_typedef_blk_in
- nl_typedef_blk_start
- nl_unittest_brace
- nl_var_def_blk_end
- nl_var_def_blk_in
- nl_var_def_blk_start
- nl_version_brace
- sp_after_for_colon
- sp_after_oc_dict_colon
- sp_after_oc_msg_receiver
- sp_after_oc_property
- sp_after_throw
- sp_after_tparen_close
- sp_annotation_paren
- sp_before_for_colon
- sp_before_oc_dict_colon
- sp_before_pp_stringify
- sp_before_template_paren
- sp_cpp_lambda_assign
- sp_cpp_lambda_paren
- sp_extern_paren
- sp_inside_sparen_open
- sp_inside_tparen
- sp_permit_cpp11_shift
- sp_ptr_star_paren

Changed default:
- sp_pp_stringify = ignore (was add)

(wiz)

2014-03-31 08:31:30 UTC MAIN commitmail json YAML

Updated audio/libwildmidi to 0.3.5

(wiz)

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

Update to 0.3.5:

0.3.5:

While we've not added any additional functionality, we have fixed
many bugs from internal testing (clang static analysis and valgrind)
and also downstream distribution issues. We've also reduced the
memory thrashing dramatically. Going from 16,000 reallocations and
about 400MiB memory usage when playing a 2 minute midi down to
about 600 reallocations and only 8MiB memory usage!

What is new in this release:

    Greatly reduced the heap usage (was a regression introduced in
    0.2.3)
    OpenAL support: Fixed audio output on big-endian systems. Fixed
    audio skips at song start.
    OSS support: No longer uses mmap mode for better compatibility.
    This gains us NetBSD and OpenBSD support.
    Worked around an invalid memory read found by valgrind when
    playing Beethoven's Fur Elise.rmi at 44100 Hz using the old
    MIDIA patch-set from 1994.
    Build fixes for MSVC. Revised visibility attributes usage.

0.3.4:

This release marks the end of further development in the 0.3 branch.
We will do bug-fixes to help stabilize platforms, but no new
functionality will be added after this.

What is new in this release:

    OpenAL support: This gains us OSX and other platforms that
    OpenAL supports for sound output!
    DOS DJGPP support: This goes a long way to helping other DOS
    based applications like UHexen2.
    MinGW support: This gains us win32 and win64 support using this
    toolchain.
    Fedora support: We are now ready to see this get pushed upstream
    to Fedora.
    New portable file and path-name system to handle cross-platform
    support.
    Support for Debian/kFreeBSD, Debian/Hurd and other Debian archs.
    Many bug fixes, code clean-ups and cosmetic fixes.

0.3.3:

This is the first package to be officially uploaded to Debian.

    default to hidden visibility and only export our API functions
    windows lean and mean to help compile times on Windows
    cli and xcode work now on OSX
    better FreeBSD support

Supported platforms are Debian, FreeBSD, Windows and OSX (but only
for WAV output)

0.3.2:

Now with Microsoft Visual Studio support.

(wiz)

2014-03-31 08:31:02 UTC MAIN commitmail json YAML

Updated devel/py-flakes to 0.8

(wiz)

2014-03-31 08:30:53 UTC MAIN commitmail json YAML

Update to 0.8:

0.8.0 (2014-03-22):
  - Adapt for the AST in Python 3.4.
  - Fix caret position on SyntaxError.
  - Fix crash on Python 2.x with some doctest SyntaxError.
  - Add tox.ini.
  - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the
    `PYFLAKES_DOCTEST` environment variable (with the opposite meaning).
    Doctest checking is now disabled by default; set the environment variable
    to enable it.
  - Correctly parse incremental `__all__ += [...]`.
  - Catch return with arguments inside a generator (Python <= 3.2).
  - Do not complain about `_` in doctests.
  - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.

(wiz)

2014-03-31 08:30:40 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 0.8.2

(wiz)

2014-03-31 08:30:31 UTC MAIN commitmail json YAML

2014-03-31 08:30:14 UTC MAIN commitmail json YAML

2014-03-31 08:30:05 UTC MAIN commitmail json YAML

Update to 1.0.6:

libFS is the protocol binding library used by clients of X Font Servers (xfs),
such as xfsinfo, fslsfonts, and the X servers themselves.

This minor maintenance release includes fixes for libxtrans 1.3 compatibility,
removal of dead code, and cleanups of issues found by static analyzers.

Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path

(wiz)

2014-03-31 08:29:53 UTC MAIN commitmail json YAML

Updated devel/physfs to 2.0.3

(wiz)

2014-03-31 08:29:44 UTC MAIN commitmail json YAML

Update to 2.0.3:

2.0.3:

- Source code now packaged in a .tar.bz2 instead of .tar.gz.
- Fixed "make docs" for out-of-tree builds.
- No longer builds annoying wxWidgets test program by default.
- Fixed logic bug in UTF-8 string processing.
- Fixed infinite loop on some .zip files with symlinks.
- Enabled CD-ROM support on Haiku OS.
- Fixed Win64 support.
- Fixed OpenBSD support.
- Fixed building of readline support in test program.
- Fixed .zip archiver losing files in some cases.
- Corrected copyright dates in license.
- Other minor tweaks and fixes.

2.0.1:

- Fixed building with gcc 4.4.
- Workaround bug with lzma archiver not being able to reopen the same
file twice.
- Fixed reading of /proc/self/exe on Linux when calculating base dir.
Fixes unexpected PHYSFS_init() failures.
- Fixed cross-compiling problems.
- Fixed building with GCC on several platforms that don't support the
-fvisibility=hidden option.
- Added support for building with the Mac OS X 10.6 SDK.
- Fixed latin1-to-utf8 encoding conversion issue.
- Fixed logic error in the OS/2 code.
- Replaced some C++-style comments with C-style equivalents.
- Fixed compiler warning on newer Linux systems.
- Added support for GNU/Hurd.
- Doxygen corrections.
- Setting $HOME to a missing directory on Unix will no longer cause
PHYSFS_init() to fail.
- Improved CD-ROM/DVD-ROM detection for Linux systems.
- Corrected file sharing permissions on Windows and PocketPC.
- Other minor fixes.

2.0:

PhysicsFS 2.0 offers many improvements over the 1.0 branch.

- New CMake-based build system. The autotools mess is gone, as are all
the specialized project files for various toolchains. We now maintain
one text file that describes the project, and use CMake
(http://www.cmake.org/) to generate real project files from there...it
produces standard Makefiles for most Unixes and BeOS, but also project
files for KDevelop, Xcode, Visual Studio 6/7/8, Watcom, Borland, and
other build tools on Windows and Mac OS X. If your platform or build
tool isn't supported, energy is better spent on enhancing CMake than
creating another project file for PhysicsFS. OS/2 still uses a batch
file to build for now, but everything else is either using CMake or will
be dropped.

- New archiver: lzma support (7zip archives), thanks to Dennis Schridde.

- Unicode support! All PhysicsFS APIs that deal with strings now expect
them to be UTF-8 encoded, and will convert behind the scenes as
appropriate, so eventually your UTF-8 encoded Japanese characters will
become 2-byte WCHAR strings when looking for filenames on a Windows NTFS
disc, etc. Windows will try to use the appropriate codepage on
Win95/98/ME, and use the actual Unicode entry points on NT/XP/Vista,
CFStrings on Mac OS X, etc. The platform layers in PhysicsFS for all
supported OSes are now Unicode clean, except OS/2 (to be considered).
There are new PhysicsFS APIs to provide conversion between some common
character encodings.

- Applications may now supply their own allocators for PhysicsFS to use
internally. If you don't want to supply one, PhysicsFS uses a reasonable
default for the platform (such as malloc() on Unix, or CoreFoundation
APIs on Mac OS X).

- New API: PHYSFS_mount(). This supercedes PHYSFS_addToSearchPath().
This lets you put your archives at specific points in the interpolated
file system. If you have an archive mounted to "/some/subdir" then it
treats it as if every file in that archive is under the /some/subdir
directory (so /path/x.txt will be accessible at
/some/subdir/path/x.txt). Developers can still use
PHYSFS_addToSearchPath() if source/binary compatibility with PhysicsFS
1.0.x is important, and even mix and match calls with PHYSFS_mount().

- New API: PHYSFS_isInit(), to determine if the library is ready for use
when you don't have access to the results of a previous PHYSFS_init() call.

- New API: PHYSFS_symbolicLinksPermitted(), to determine this state when
you don't control the calls to PHYSFS_permitSymbolicLinks().

- Symlinks are now supported on Windows Vista and later:
PHYSFS_isSymbolicLink() and PHYSFS_permitSymbolicLinks() work with the
native filesystem as expected in the new Windows version without losing
binary compatibility with older Windows releases.

- Public headers no longer use size_t, so they work without any system
headers pre-included.

- Internal mutexes are now recursive on all platforms, which means it's
now safe to call most PHYSFS_* functions from inside an enumeration
callback (including performing more enumerations from inside an
enumeration!)

- Added unarchiver program as an example application, which actually
does enumerations from inside enumerations.  :)

- Added initial shot at a wxWidgets-based test program, to supersede
test_physfs.c ... still a work in progress.

- Mac OS classic support has been dropped. It could be readded if CMake
is enhanced to support CodeWarrior or MPW, and the code moves from
FSSpec to FSRef functions for Unicode support. Mac OS 8/9 support will
remain in the stable 1.0 branch, and Mac OS X is still, of course, fully
supported everywhere.

- Improvements to support Cygwin, Mingw32, and MSYS.

- Mac OS X now has its own Carbon-based code, split out from unix.c,
which helps with functionality like Unicode and recursive mutexes...the
bits in posix.c are still used on OS X, though.

- OS/2 now builds with Innotek GCC and klibc instead of EMX (although
can probably still work with EMX).

- Most systems can make do with PHYSFS_init(NULL) now (but still should
have argv[0] for cases where they can't!). This includes Linux and
systems that present a Linux-like /proc filesystem with /proc/self/exe ...

- Compiles on BeOS again (was broken in 1.1.0). Haiku is now a supported
target platform as well.

- On GCC 4 and later, will build with -fvisibility=hidden, so the only
symbols exported from the library are the public APIs. This makes the
library smaller and faster when built as a shared library, not to
mention prevents namespace pollution.

- Reduced malloc pressure a little more (see __PHYSFS_smallAlloc() in
physfs_internal.h). More to come.

- Other bug fixes, cleanups, refactoring, and improvements. A LOT of
internal code has changed...you can check the Mercurial repository
history for specific details.

(wiz)

2014-03-31 08:29:20 UTC MAIN commitmail json YAML

Updated security/py-keyring to 3.7

(wiz)

2014-03-31 08:29:11 UTC MAIN commitmail json YAML

Update to 3.7:

---
3.7
---

* Gnome keyring no longer relies on the GNOME_KEYRING_CONTROL environment
  variable.
* Issue #140: Restore compatibility for older versions of PyWin32.

---
3.6
---

* `Pull Request #1 (github) <https://github.com/jaraco/keyring/pull/1>`_:
  Add support for packages that wish to bundle keyring by using relative
  imports throughout.

---
3.5
---

* Issue #49: Give the backend priorities a 1.5 multiplier bump when an
  XDG_CURRENT_DESKTOP environment variable matches the keyring's target
  environment.
* Issue #99: Clarified documentation on location of config and data files.
  Prepared the code base to treat the two differently on Unix-based systems.
  For now, the behavior is unchanged.

---
3.4
---

* Extracted FileBacked and Encrypted base classes.
* Add a pyinstaller hook to expose backend modules. Ref #124
* Pull request #41: Use errno module instead of hardcoding error codes.
* SecretService backend: correctly handle cases when user dismissed
  the collection creation or unlock prompt.

---
3.3
---

* Pull request #40: KWallet backend will now honor the ``KDE_FULL_SESSION``
  environment variable as found on openSUSE.

-----
3.2.1
-----

* SecretService backend: use a different function to check that the
  backend is functional. The default collection may not exist, but
  the collection will remain usable in that case.

  Also, make the error message more verbose.

  Resolves https://bugs.launchpad.net/bugs/1242412.

---
3.2
---

* Issue #120: Invoke KeyringBackend.priority during load_keyring to ensure
  that any keyring loaded is actually viable (or raises an informative
  exception).

* File keyring:

  - Issue #123: fix removing items.
  - Correctly escape item name when removing.
  - Use with statement when working with files.

* Add a test for removing one item in group.

* Issue #81: Added experimental support for third-party backends. See
  `keyring.core._load_library_extensions` for information on supplying
  a third-party backend.

---
3.1
---

* All code now runs natively on both Python 2 and Python 3, no 2to3 conversion
  is required.
* Testsuite: clean up, and make more use of unittest2 methods.

-----
3.0.5
-----

* Issue #114: Fix logic in pyfs detection.

-----
3.0.4
-----

* Issue #114: Fix detection of pyfs under Mercurial Demand Import.

-----
3.0.3
-----

* Simplified the implementation of ``keyring.core.load_keyring``. It now uses
  ``__import__`` instead of loading modules explicitly. The ``keyring_path``
  parameter to ``load_keyring`` is now deprecated. Callers should instead
  ensure their module is available on ``sys.path`` before calling
  ``load_keyring``. Keyring still honors ``keyring-path``. This change fixes
  Issue #113 in which the explicit module loading of keyring modules was
  breaking package-relative imports.

-----
3.0.2
-----

* Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. As reported
  in Issue #112 and `mercurial_keyring #31
  <https://bitbucket.org/Mekk/mercurial_keyring/issue/31>`_ and in `Mercurial
  itself <http://bz.selenic.com/show_bug.cgi?id=4029>`_, Mercurial's Demand
  Import does not honor ``absolute_import`` directives, so it's not possible
  to have a module with the same name as another top-level module. A patch is
  in place to fix this issue upstream, but to support older Mercurial
  versions, this patch will remain for some time.

-----
3.0.1
-----

* Ensure that modules are actually imported even in Mercurial's Demand Import
  environment.

---
3.0
---

* Removed support for Python 2.5.
* Removed names in ``keyring.backend`` moved in 1.1 and previously retained
  for compatibilty.

-----
2.1.1
-----

* Restored Python 2.5 compatibility (lost in 2.0).

---
2.1
---

*  Issue #10: Added a 'store' attribute to the OS X Keyring, enabling custom
  instances of the KeyringBackend to use another store, such as the
  'internet' store. For example::

      keys = keyring.backends.OS_X.Keyring()
      keys.store = 'internet'
      keys.set_password(system, user, password)
      keys.get_password(system, user)

  The default for all instances can be set in the class::

      keyring.backends.OS_X.Keyring.store = 'internet'

*  GnomeKeyring: fix availability checks, and make sure the warning
  message from pygobject is not printed.

*  Fixes to GnomeKeyring and SecretService tests.

-----
2.0.3
-----

*  Issue #112: Backend viability/priority checks now are more aggressive about
  module presence checking, requesting ``__name__`` from imported modules to
  force the demand importer to actually attempt the import.

-----
2.0.2
-----

*  Issue #111: Windows backend isn't viable on non-Windows platforms.

-----
2.0.1
-----

*  Issue #110: Fix issues with ``Windows.RegistryKeyring``.

---
2.0
---

*  Issue #80: Prioritized backend support. The primary interface for Keyring
  backend classes has been refactored to now emit a 'priority' based on the
  current environment (operating system, libraries available, etc). These
  priorities provide an indication of the applicability of that backend for
  the current environment. Users are still welcome to specify a particular
  backend in configuration, but the default behavior should now be to select
  the most appropriate backend by default.

-----
1.6.1
-----

* Only include pytest-runner in 'setup requirements' when ptr invocation is
  indicated in the command-line (Issue #105).

---
1.6
---

*  GNOME Keyring backend:

  - Use the same attributes (``username`` / ``service``) as the SecretService
    backend uses, allow searching for old ones for compatibility.
  - Also set ``application`` attribute.
  - Correctly handle all types of errors, not only ``CANCELLED`` and ``NO_MATCH``.
  - Avoid printing warnings to stderr when GnomeKeyring is not available.

* Secret Service backend:

  - Use a better label for passwords, the same as GNOME Keyring backend uses.

---
1.5
---

*  SecretService: allow deleting items created using previous python-keyring
  versions.

  Before the switch to secretstorage, python-keyring didn't set "application"
  attribute. Now in addition to supporting searching for items without that
  attribute, python-keyring also supports deleting them.

*  Use ``secretstorage.get_default_collection`` if it's available.

  On secretstorage 1.0 or later, python-keyring now tries to create the
  default collection if it doesn't exist, instead of just raising the error.

*  Improvements for tests, including fix for Issue #102.

---
1.4
---

* Switch GnomeKeyring backend to use native libgnome-keyring via
  GObject Introspection, not the obsolete python-gnomekeyring module.

---
1.3
---

* Use the `SecretStorage library <https://pypi.python.org/pypi/SecretStorage>`_
  to implement the Secret Service backend (instead of using dbus directly).
  Now the keyring supports prompting for and deleting passwords. Fixes #69,
  #77, and #93.
* Catch `gnomekeyring.IOError` per the issue `reported in Nova client
  <https://bugs.launchpad.net/python-novaclient/+bug/1116302>`_.
* Issue #92 Added support for delete_password on Mac OS X Keychain.

-----
1.2.3
-----

* Fix for Encrypted File backend on Python 3.
* Issue #97 Improved support for PyPy.

-----
1.2.2
-----

* Fixed handling situations when user cancels kwallet dialog or denies access
  for the app.

-----
1.2.1
-----

* Fix for kwallet delete.
* Fix for OS X backend on Python 3.
* Issue #84: Fix for Google backend on Python 3 (use of raw_input not caught
  by 2to3).

---
1.2
---

* Implemented delete_password on most keyrings. Keyring 2.0 will require
  delete_password to implement a Keyring. Fixes #79.

-----
1.1.2
-----

* Issue #78: pyfilesystem backend now works on Windows.

-----
1.1.1
-----

* Fixed MANIFEST.in so .rst files are included.

---
1.1
---

This is the last build that will support installation in a pure-distutils
mode. Subsequent releases will require setuptools/distribute to install.
Python 3 installs have always had this requirement (for 2to3 install support),
but starting with the next minor release (1.2+), setuptools will be required.

Additionally, this release has made some substantial refactoring in an
attempt to modularize the backends. An attempt has been made to maintain 100%
backward-compatibility, although if your library does anything fancy with
module structure or clasess, some tweaking may be necessary. The
backward-compatible references will be removed in 2.0, so the 1.1+ releases
represent a transitional implementation which should work with both legacy
and updated module structure.

* Added a console-script 'keyring' invoking the command-line interface.
* Deprecated _ExtensionKeyring.
* Moved PasswordSetError and InitError to an `errors` module (references kept
  for backward-compatibility).
* Moved concrete backend implementations into their own modules (references
  kept for backward compatibility):

  - OSXKeychain -> backends.OS_X.Keyring
  - GnomeKeyring -> backends.Gnome.Keyring
  - SecretServiceKeyring -> backends.SecretService.Keyring
  - KDEKWallet -> backends.kwallet.Keyring
  - BasicFileKeyring -> backends.file.BaseKeyring
  - CryptedFileKeyring -> backends.file.EncryptedKeyring
  - UncryptedFileKeyring -> backends.file.PlaintextKeyring
  - Win32CryptoKeyring -> backends.Windows.EncryptedKeyring
  - WinVaultKeyring -> backends.Windows.WinVaultKeyring
  - Win32CryptoRegistry -> backends.Windows.RegistryKeyring
  - select_windows_backend -> backends.Windows.select_windows_backend
  - GoogleDocsKeyring -> backends.Google.DocsKeyring
  - Credential -> keyring.credentials.Credential
  - BaseCredential -> keyring.credentials.SimpleCredential
  - EnvironCredential -> keyring.credentials.EnvironCredential
  - GoogleEnvironCredential -> backends.Google.EnvironCredential
  - BaseKeyczarCrypter -> backends.keyczar.BaseCrypter
  - KeyczarCrypter -> backends.keyczar.Crypter
  - EnvironKeyczarCrypter -> backends.keyczar.EnvironCrypter
  - EnvironGoogleDocsKeyring -> backends.Google.KeyczarDocsKeyring
  - BasicPyfilesystemKeyring -> backends.pyfs.BasicKeyring
  - UnencryptedPyfilesystemKeyring -> backends.pyfs.PlaintextKeyring
  - EncryptedPyfilesystemKeyring -> backends.pyfs.EncryptedKeyring
  - EnvironEncryptedPyfilesystemKeyring -> backends.pyfs.KeyczarKeyring
  - MultipartKeyringWrapper -> backends.multi.MultipartKeyringWrapper

* Officially require Python 2.5 or greater (although unofficially, this
  requirement has been in place since 0.10).

---
1.0
---

This backward-incompatible release attempts to remove some cruft from the
codebase that's accumulated over the versions.

* Removed legacy file relocation support. `keyring` no longer supports loading
  configuration or file-based backends from ~. If upgrading from 0.8 or later,
  the files should already have been migrated to their new proper locations.
  If upgrading from 0.7.x or earlier, the files will have to be migrated
  manually.
* Removed CryptedFileKeyring migration support. To maintain an existing
  CryptedFileKeyring, one must first upgrade to 0.9.2 or later and access the
  keyring before upgrading to 1.0 to retain the existing keyring.
* File System backends now create files without group and world permissions.
  Fixes #67.

------
0.10.1
------

* Merged 0.9.3 to include fix for #75.

----
0.10
----

* Add support for using `Keyczar <http://www.keyczar.org/>`_ to encrypt
  keyrings. Keyczar is "an open source cryptographic toolkit designed to make
  it easier and safer for developers to use cryptography in their
  applications."
* Added support for storing keyrings on Google Docs or any other filesystem
  supported by pyfilesystem.
* Fixed issue in Gnome Keyring when unicode is passed as the service name,
  username, or password.
* Tweaked SecretService code to pass unicode to DBus, as unicode is the
  preferred format.
* Issue #71 - Fixed logic in CryptedFileKeyring.
* Unencrypted keyring file will be saved with user read/write (and not group
  or world read/write).

-----
0.9.3
-----

* Ensure migration is run when get_password is called. Fixes #75. Thanks to
  Marc Deslauriers for reporting the bug and supplying the patch.

-----
0.9.2
-----

* Keyring 0.9.1 introduced a whole different storage format for the
  CryptedFileKeyring, but this introduced some potential compatibility issues.
  This release incorporates the security updates but reverts to the INI file
  format for storage, only encrypting the passwords and leaving the service
  and usernames in plaintext. Subsequent releases may incorporate a new
  keyring to implement a whole-file encrypted version. Fixes #64.
* The CryptedFileKeyring now requires simplejson for Python 2.5 clients.

-----
0.9.1
-----

* Fix for issue where SecretServiceBackend.set_password would raise a
  UnicodeError on Python 3 or when a unicode password was provided on Python
  2.
* CryptedFileKeyring now uses PBKDF2 to derive the key from the user's
  password and a random hash. The IV is chosen randomly as well. All the
  stored passwords are encrypted at once. Any keyrings using the old format
  will be automatically converted to the new format (but will no longer be
  compatible with 0.9 and earlier). The user's password is no longer limited
  to 32 characters. PyCrypto 2.5 or greater is now required for this keyring.

---
0.9
---

* Add support for GTK 3 and secret service D-Bus. Fixes #52.
* Issue #60 - Use correct method for decoding.

-----
0.8.1
-----

* Fix regression in keyring lib on Windows XP where the LOCALAPPDATA
  environment variable is not present.

---
0.8
---

* Mac OS X keyring backend now uses subprocess calls to the `security`
  command instead of calling the API, which with the latest updates, no
  longer allows Python to invoke from a virtualenv. Fixes issue #13.
* When using file-based storage, the keyring files are no longer stored
  in the user's home directory, but are instead stored in platform-friendly
  locations (`%localappdata%\Python Keyring` on Windows and according to
  the freedesktop.org Base Dir Specification
  (`$XDG_DATA_HOME/python_keyring` or `$HOME/.local/share/python_keyring`)
  on other operating systems). This fixes #21.

*Backward Compatibility Notice*

Due to the new storage location for file-based keyrings, keyring 0.8
supports backward compatibility by automatically moving the password
files to the updated location. In general, users can upgrade to 0.8 and
continue to operate normally. Any applications that customize the storage
location or make assumptions about the storage location will need to take
this change into consideration. Additionally, after upgrading to 0.8,
it is not possible to downgrade to 0.7 without manually moving
configuration files. In 1.0, the backward compatibilty
will be removed.

-----
0.7.1
-----

* Removed non-ASCII characters from README and CHANGES docs (required by
  distutils if we're to include them in the long_description). Fixes #55.

---
0.7
---

* Python 3 is now supported. All tests now pass under Python 3.2 on
  Windows and Linux (although Linux backend support is limited). Fixes #28.
* Extension modules on Mac and Windows replaced by pure-Python ctypes
  implementations. Thanks to Jerome Laheurte.
* WinVaultKeyring now supports multiple passwords for the same service. Fixes
  #47.
* Most of the tests don't require user interaction anymore.
* Entries stored in Gnome Keyring appears now with a meaningful name if you try
  to browser your keyring (for ex. with Seahorse)
* Tests from Gnome Keyring no longer pollute the user own keyring.
* `keyring.util.escape` now accepts only unicode strings. Don't try to encode
  strings passed to it.

-----
0.6.2
-----

* fix compiling on OSX with XCode 4.0

-----
0.6.1
-----

* Gnome keyring should not be used if there is no DISPLAY or if the dbus is
  not around (https://bugs.launchpad.net/launchpadlib/+bug/752282).

---
0.6
---

* Added `keyring.http` for facilitating HTTP Auth using keyring.

* Add a utility to access the keyring from the command line.

(wiz)

2014-03-31 08:19:42 UTC MAIN commitmail json YAML

Updated devel/gnome-common to 3.12.0

(wiz)

2014-03-31 08:19:33 UTC MAIN commitmail json YAML

Update to 3.12.0:

    version 3.12.0

    gnome-autogen.sh: Fix check if stdin is a tty

    Commit 7f977b021462 introduced a check if stdin is ins't a tty, and
    prevent printing terminal codes in this case. But the check was wrong
    and always failed.

    https://bugzilla.gnome.org/show_bug.cgi?id=726892

    gnome-autogen: require automake 1.11.2

    This is the version of automake that introduced ACLOCAL_PATH support, so
    make sure that we have it before attempting to configure the package.

    gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS

    jhbuild has set this variable for more than two years.

    https://bugzilla.gnome.org/show_bug.cgi?id=726208

    gnome-autogen.sh: correct IFS value

    Due to a likely copy-paste mistake, the default value of IFS was being
    set to 9 spaces instead of a tab and a space.  Fix that.

    https://bugzilla.gnome.org/show_bug.cgi?id=726208

    gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML

    compiler-flags: Simplify a case statement slightly

    compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING

    Read the dirlist file unconditionally

(wiz)

2014-03-31 08:19:05 UTC MAIN commitmail json YAML

Added devel/py-pretend version 1.0.8

(wiz)

2014-03-31 08:18:52 UTC MAIN commitmail json YAML

+ py-pretend.

(wiz)

2014-03-31 08:18:37 UTC MAIN commitmail json YAML

Import py27-pretend-1.0.8 as devel/py-pretend.

Pretend is a library to make stubbing with Python easier.

What is stubbing?

Stubbing is a technique for writing tests. You may hear the term
mixed up with mocks, fakes, or doubles. Basically a stub is an
object that returns pre-canned responses, rather than doing any
computation.

(wiz)

2014-03-31 08:13:56 UTC MAIN commitmail json YAML

Added textproc/pod2mdoc version 0.0.8

(wiz)

2014-03-31 08:13:46 UTC MAIN commitmail json YAML

Added textproc/docbook2mdoc version 0.0.5

(wiz)

2014-03-31 08:13:36 UTC MAIN commitmail json YAML

+ docbook2mdoc, pod2mdoc.

(wiz)

2014-03-31 08:13:32 UTC MAIN commitmail json YAML

Import docbook2mdoc-0.0.5 as textproc/docbook2mdoc.

The docbook2mdoc utility is a converter from DocBook into mdoc.
Unlike most DocBook utilities, it's a standalone ISC-licensed ISO
C utility that should compile on any modern UNIX system.

(wiz)

2014-03-31 08:13:16 UTC MAIN commitmail json YAML

Import pod2mdoc-0.0.8 as textproc/pod2mdoc.

The pod2mdoc utility is a converter from POD into mdoc. It's meant
to operate like pod2man; however, it doesn't require a Perl
installation: pod2mdoc is a standalone ISC-licensed ISO C utility
and should compile on any modern UNIX system.

(wiz)

2014-03-31 08:12:45 UTC MAIN commitmail json YAML

Added fonts/ttf-tlwg version 0.6.0

(wiz)

2014-03-31 08:12:36 UTC MAIN commitmail json YAML

2014-03-31 08:11:14 UTC MAIN commitmail json YAML

Import ttf-tlwg-0.6.0 as fonts/ttf-tlwg.

Fonts-TLWG (formerly ThaiFonts-Scalable) is a collection of Thai
scalable fonts available in free licenses. Its goal is to provide
fonts that conform to existing standards and recommendations, so
that it can be a reference implementation.

So, the fonts have to be modified from their original versions as
needed, according to following references:

* Recommendation for Thai font design, from the National Font Project
* Adobe Glyph naming convention
* Microsoft Typography
* Common practice for Thai Windows fonts

(wiz)

2014-03-31 08:10:31 UTC MAIN commitmail json YAML

Added time/py-iso8601 version 0.1.10

(wiz)

2014-03-31 08:10:17 UTC MAIN commitmail json YAML

+ py-iso8601.

(wiz)

2014-03-31 08:10:05 UTC MAIN commitmail json YAML

Import py27-iso8601-0.1.10 as time/py-iso8601.

This Python module parses the most common forms of ISO 8601 date
strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.

(wiz)

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

Changes 5.5.37:

Functionality Added or Changed

On Solaris, mysql_config --libs now includes -R/path/to/library so that libraries can be found at runtime.

Bugs Fixed

InnoDB: A regression introduced by Bug 14329288 would result in a performance degradation when a compressed table does not fit into memory.

InnoDB: The maximum value for innodb_thread_sleep_delay is now 1000000 microseconds. The previous maximum value (4294967295 microseconds on 32-bit and 18446744073709551615 microseconds on 64-bit) was unnecessarily large. Because the maximum value of innodb_thread_sleep_delay is limited by the value set for innodb_adaptive_max_sleep_delay (when set to a non-zero value), the maximum value for innodb_thread_sleep_delay is now the same as the maximum value for innodb_adaptive_max_sleep_delay.

InnoDB: In debug builds, creating a unique index on a binary column, with input data containing duplicate keys, would cause an assertion.

InnoDB: InnoDB would fail to start when innodb_data_file_path specified the data file size in kilobytes by appending K to the size value.

InnoDB: An insert buffer merge would cause an assertion error due to incorrectly handled ownership information for externally stored BLOBs.

InnoDB: Assertion failure in thread thread_num in file ibuf0ibuf.cc line 4080
InnoDB: Failing assertion: rec_get_deleted_flag(rec, page_is_comp(page))

InnoDB: Decreasing the auto_increment_increment value would have no affect on the next auto-increment value.

Replication: The server did not handle correctly the insertion of a row larger than 4 GB when using row-based replication.

Replication: When using row-based replication, an additional auto-increment column on the slave version of a table was not updated correctly; a zero was inserted instead.

Replication: Statements involving the Performance Schema tables should not be written to the binary log, because the content of these tables is applicable only to a given MySQL Server instance, and may differ greatly between different servers in a replication topology. The database administrator should be able to configure (INSERT, UPDATE, or DELETE) or flush (TRUNCATE TABLE) performance schema tables on a single server without affecting others. However, when replicating from a MySQL 5.5 master to a MySQL 5.5 or later slave, warnings about unsafe statements updating Performance Schema tables were elevated to errors. For MySQL 5.6 and later slaves, this prevented the simultaneous use of performance_schema and GTIDs (see Replication with Global Transaction Identifiers, in the MySQL 5.6 Manual).

This fix causes all updates on tables in the performance_schema database to be filtered on the master and not replicated, regardless of the type of logging that is in effect. Prior to this fix, statements using were handled by being marked as unsafe for replication, which caused warnings during execution; the statements were nonetheless written to the binary log, regardless of the logging format in effect.

Existing replication behavior for tables in the INFORMATION_SCHEMA database is not changed by this fix.

For more information, see MySQL Performance Schema.

Compilation failed if MySQL was configured with CFLAGS set to include a -Werror option with an argument.

A shared libmysqld embedded server library was not built on Linux.

While printing the server version, the mysql client did not check for buffer overflow in a string variable.

Contraction information in a collation could be mishandled, resulting in incorrect decisions about whether a character is part of a contraction, and miscalculation of contraction weights.

DROP TRIGGER succeeded even with the read_only system variable enabled.

Updating the Performance Schema setup_instruments table on a replication master caused a slave to exit.

Due to a race condition, it was possible for two threads to end up with the same query ID for different queries.

When run by root, mysqld --help --verbose exited with a nonzero error code after displaying the help message.

MySQL client programs from a Community Edition distribution could not connect using SSL to a MySQL server from an Enterprise Edition. This was due to a difference in certificate handling by yaSSL and OpenSSL (used for Community and Enterprise, respectively). OpenSSL expected a blank certificate to be sent when not all of the --ssl-ca, --ssl-cert, and --ssl-key options were specified, and yaSSL did not do so. To resolve this, yaSSL has been modified to send a blank certificate when an option is missing.

A deadlock error occurring during subquery execution could cause an assertion to be raised.

The Performance Schema stage/sql/Waiting to get readlock instrument is no longer used and has been removed.

For system variables that take a string value, SET statements permitted an unquoted value, but values that contained dots were parsed incorrectly and only part of the value was assigned. For example, SET GLOBAL slow_query_log_file = my_slow.log assigned the value my_slow. Now such values must be quoted or an error occurs.

On Windows, mysql_install_db.pl could be run only from within the bin directory under the installation directory.

(adam)

2014-03-31 08:01:07 UTC MAIN commitmail json YAML

2014-03-31 07:15:19 UTC MAIN commitmail json YAML

Changes 0.7.5:
* Upgraded libpng to version 1.6.10-optipng.
* Upgraded zlib to version 1.2.8-optipng.
! Fixed various build issues with libpng-1.5 and libpng-1.6.
* Allowed the handling of huge image files (> millions of pixels
  per row or column) to be independent of the libpng version.
+ Allowed the option -preserve to save the file ownership (UID/GID)
  on Unix.
! Fixed a build issue with Clang.
+ Added various enhancements to the configure script.

(adam)

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

Note the end of the freeze in preparation for the pkgsrc-2014Q1 branch

(agc)

2014-03-31 05:20:06 UTC pkgsrc-2014Q1 commitmail json YAML

Start the list of changes on the pkgsrc-2014Q1 branch off with its creation

(agc)

2014-03-30 23:58:28 UTC MAIN commitmail json YAML

Updated sysutils/ntfsprogs to 2.0.0nb2

(jakllsch)

2014-03-30 23:58:19 UTC MAIN commitmail json YAML

2014-03-30 19:45:37 UTC MAIN commitmail json YAML

Updated multimedia/mlt to 0.9.0
Updated multimedia/kdenlive to 0.9.6

(abs)

2014-03-30 19:45:00 UTC MAIN commitmail json YAML

Updated multimedia/kdenlive to 0.9.6
- Previous kdenlive version would not run due to issue with SDL update
- Hence update during freeze

0.9.6
    * Fix keyframes when cutting a clip / undoing a clip cut
    * Warn before overwriting .mlt stabilized file
    * Fix monitor confusion (clip monitor sometimes playing timeline,...)
    * Fix the Mono to Stereo effect UI
    * Fix proxy of playlist having wrong aspect ratio in some locales
    * Fix transition widget not correctly updated when resizing a transition
    * Fix DVD chapters broken when using an intro movie
    * Fix error message (No matching profile) poping up in render widget when everything was ok
    * Fix clip keyframes not showing on project load
    * Fix bug when moving guide (was not moving to the correct place)
    * Fix project corruption (wrong character) caused by some clip's metadata
    * Fix possible crash on track deletion
    * Fix timeline corruption when using spacer tool or overwrite edit mode
    * Fix possible crash when editing speed effect
    * Fix transition losing all its properties when moved
    * Fix crash when pressing del when editing animation in title widget
    * Fix crash when doing quick clip resize
    * Fix corruption when groups where overlapping
    * Fix corruption when adding a title clip where a transition already existed
    * Fix timeline preview corruption with some transitions

0.9.4
    * Fix color parameter in some effects not working correctly (#2644)
    * Fix V4l licensing issue (#2632)
    * Fix keyframes lost / broken when pasting an effect

0.9.2
    * Fix firewire capture (preview not showing)
    * Fix freeze when reloading previously missing clip
    * Fade effects lost when moving / resizing clip
    * Undoing change in clip crop start breaking clip
    * Make disabling of track effects possible
    * Fix slideshow clips not working
    * Fix crash on composite transition
    * Fix crash when opening stop motion widget
    * Fix rendering of projects created in another locale

0.9
    * Fix monitor effect scene sometimes forcing monitor minimum size
    * Improve detection of locale issues (default to POSIX when there is a locale conflict on the system)
    * Improve timeline operation for small clips (disable resizing, only allow move)
    * Add background color parameter to "Rotate" and "Pan and Zoom" effects
    * Allow to scroll using the mouse wheel in monitor editing scene
    * Zoom to mouse when using CTRL + mouse wheel in monitor editing scene
    * Add support for new slope mode in "Color Selection" effect to allow smooth alpha transition
    * Introduce grouping of effects; groups can also be saved
    * Allow dragging an effect to another clip/track
    * Allow record monitor to go fullscreen
    * Image sequences can now start at an arbitrary frame (http://kdenlive.org/mantis/view.php?id=2508)
    * Add automatic clip alignment based on audio (experimental, has to be manually enabled)s
    * Allow archiving for offline use (only archive proxies)
    * Offline editing: Allow working on project with only proxies available (http://kdenlive.org/mantis/view.php?id=2509)
    * Allow rendering to another framerate
    * Check for missing locale and ask to install instead of opening corrupted project
    * Allow to open project files manually extracted from archived project
    * Support dropping a folder in the project tree (http://kdenlive.org/mantis/view.php?id=1288)
    * Add "select all clips in track" and "select all clips in timeline" features (http://kdenlive.org/mantis/view.php?id=1950)
    * Put audio effects in subcategories to avoid uberlong menus (http://kdenlive.org/mantis/view.php?id=2436)
    * Support for project metadata (can be embedded in rendered file)
    * Add Online Resource Widget allowing easy search and download of online services (freesound, openclipart, archive.org)
    * Introduce MLT clip analysis to get auto normalize data in sox gain effect
    * Connect recording to audio scopes
    * Add audio only recording (works while playing)
    * Add extract zone function: part of clip is copied to new file without re-encoding
    * Introduce generic job framework to process clips
    * Improve the Choose color widget: Use less space and make it easier to pick the average color value from an area
    * Add GUI for effect Dynamic Text: Allows to display timecode/framecount and other data
    * Rework effect stack: All effects are shown at once and are collapsible
    * Add two different video stabilizers
    * Add IIR Blur GUI
    * Add date column to project tree

    * Fix clip move sometimes giving error when it should work
    * Fix custom effects not considering capital letters in name (http://kdenlive.org/mantis/view.php?id=2580)
    * Fix script rendering when script name contains whitespace
    * Ensure clip in project tree is visible after rename (scroll if necessary) (http://kdenlive.org/mantis/view.php?id=2563)
    * Fix monitor scene never resetting scrollbars
    * Fix issues with transitions when inserting track (http://kdenlive.org/mantis/view.php?id=2477)
    * Fix some GUI elements not responding to color theme change
    * Do not hide render profile list when there is only one item to avoid confusion (http://kdenlive.org/mantis/view.php?id=2543)
    * Fix consecutive error messages overwriting each other (http://www.kdenlive.org/mantis/view.php?id=2519)
    * Fix crash when editing properties of several missing clips
    * Fix vectorscope for 24b RGB images (http://kdenlive.org/mantis/view.php?id=2478)
    * Fix archiving sometimes not saving playlist clips and subclips (http://kdenlive.org/mantis/view.php?id=2475)
    * Fix archiving feature not saving playlist clips and slowmotion clips inside them (http://kdenlive.org/mantis/view.php?id=2475)
    * Fix crash recovery feature issues with long or non UTF-8 filenames (http://kdenlive.org/mantis/view.php?id=2441, http://kdenlive.org/mantis/view.php?id=2450)
    * Fix rendering jobs sometimes not starting
    * Fix crash on proxy creation (concurrency issue) (http://kdenlive.org/mantis/view.php?id=2471)
    * Fix zone playing (http://kdenlive.org/mantis/view.php?id=2468)
    * Fix click on monitor sometimes not triggering play
    * Fix crash when moving a folder and a clip in project tree (http://kdenlive.org/mantis/view.php?id=2458)
    * Fix color change not working in title widget (http://kdenlive.org/mantis/view.php?id=2459)
    * Fix slideshow clips created with invalid frame duration
    * Fix profile warning with clips that have 1088 pixels height
    * Fix unnecessary proxy reload on document load
    * Fix detection of broken render scripts

0.8.2.1
    * Fix title text oultine transparency not working
    * Make titler window fit on smaller resolutions (1024x768)
    * Fix corruption when undoing and redoing a transition add + move
    * Fix possible crash in thumbnails
    * Fix possible crashes in clip transcoding and improve feedback when failing
    * Various small optimizations (unnecessary clip reloads)
    * Fix timecode widget hard to edit and sometimes giving random values
    * Workaround locale issue ahappening when system C locale and Qt's locale did not give the same numeric separator
    * Fix audio thumbnail concurrency issue
    * Fix various video thumbnails issues (don't load several times the same thumb, load all of them, ...)
    * Fix crash when opening a file dialog on KDE < 4.5
    * Fix various proxy issues (missing extension, concurrency, disabling broken proxy, ...)
    * Fix startup crash caused by invalid parsing of v4l data
    * Fix project tree disabled after loading some projects / creating new one
    * Fix corrupted timeline / monitor timecode
    * Fix search path for Luma files when missing

0.8.2
    * Load zone thumbnails from disk if available.
    * Optimise document loading.
    * In case of missing or invalid clips, open only one dialog box instead of one for each clip.
    * Display proxy creation progress in project tree.
    * Improve way of picking an average color of an area.
    * Make audio bitrate in render dialog selectable.
    * Add support for handling different versions of filters and add rules to convert between them.
    * Move all cached data in one operation, so that user does not get one dialog box for each file in case of duplicates. (http://kdenlive.org/mantis/view.php?id=2297)
    * Show filter version in filter info box.
    * When multiple clips are selected do not allow resizing, but moving only. (http://kdenlive.org/mantis/view.php?id=2257)
    * Add remux with MKV transcode preset.
    * Make audio only render profiles faster by telling ffmpeg to skip video.
    * Open documents using a locale different to the system as read only.
    * Replace locale-dependent comma with slash in geometry value.
    * Add Kdenlive manual converted from UserBase QuickStart page.
    * Improve handling of missing luma files. (http://kdenlive.org/mantis/view.php?id=2216)
    * Remove the "avformat-novalidate" trick for faster loading, caused crash. (http://kdenlive.org/mantis/view.php?id=2205)
    * Allow to assign a shortcut to usage of proxies in project.
    * Use separate thread for generation of timeline thumbnails when zoom is at frame level to keep UI responsive.
    * Allow to use JScript in render profile parameter values. Values that need evalutation need to be indicated by '%'.
    * Check for missing proxies on document opening.
    * Check document for invalid (overlapping) transitions.
    * Check for duration mismatch in clip producers when opening a document (can cause corruption).
    * Automatically create backups of the project file; they can be restored in a recovery dialog.
    * Allow to manually edit video4linux capture profile.
    * Allow to store presets for proxy creation parameters.
    * Enable proxies for playlist clips (*.mlt, *.kdenlive).
    * Directly encode capture from Decklink card to make it usable in Kdenlive.
    * Allow to use bitrate different from presets in render dialog.
    * Whole projects (including all necessary files) can be archieved into a directory or file.
    * Allow use of different ffmpeg preset for 1st and 2nd render pass.
    * Notes widget: context menu now allows to insert clickable timecode to make easy reference to some place in the project.

    * Fix encoding of dvd vob menu file.
    * Fix possible crash when doing fast start/stop.
    * Fix multiple concurrency crashes related to thumbnail and proxy creation.
    * Fix name of dvgrab captured file. (http://kdenlive.org/mantis/view.php?id=2344)
    * Fix issues with simultaneous 2-pass rendering (x264). (http://kdenlive.org/mantis/view.php?id=2338)
    * Fix rendering progress not shown if multiple copies of Kdenlive are open. (http://kdenlive.org/mantis/view.php?id=1265)
    * Fix DVD chapters discarded when opening from render dialog. (http://kdenlive.org/mantis/view.php?id=2335)
    * Fix possible corruption caused by vertical offset of transitions in timeline.
    * Fix aspect ratio of thumbnails to correctly use the project's arpect ratio.
    * Fix bitrate broken when editing render profile or making it a favorite. (http://kdenlive.org/mantis/view.php?id=2321)
    * Fix audio issues in rendered file when using a recent ffmpeg version by replacing 'b' with 'vb' (ffmpeg bitrate parameter). (http://kdenlive.org/mantis/view.php?id=2318)
    * Fix rendering to Flash could be broken by setting the number of encoder threads. (http://kdenlive.org/mantis/view.php?id=2312)
    * Fix DVD wizard losing chapters data when switching to menu page.
    * Fix previewing of affine transitions with transparent png.
    * Fix timeline corruption when using 'Remove space' tool (transitions could overlap).
    * Fix 'adjust to original size' and 'fit to width/height' for title and color clips in geometry widget (pan and zoom, composite, affine).
    * Fix vorbis rendering by setting the audio quality (aq).
    * Rotoscoping: do not allow to add keyframes until initial spline is created to avoid corruptions.
    * Fix possible crash in DVD wizard chapters. (http://kdenlive.org/mantis/view.php?id=2264)
    * Do not duplicate effect stack after split audio but move audio effects only.
    * Fix issues related to the usage of comma as numeric separator in some locales.
    * Fix build on GNU/kFreeBSD.
    * Fix cursor not visible in title widget. (http://kdenlive.org/mantis/view.php?id=2231)
    * Fix aspect ratio in title widget background image. (http://kdenlive.org/mantis/view.php?id=2225)
    * Fix layout in save profile dialog. (http://kdenlive.org/mantis/view.php?id=2224)
    * Fix timeline corruption because resizing a clip end could overlap another clip in some cases.
    * Fix last keyframe for composite transition (and other geometry effects) inserted one frame after the end of the transition.
    * Prevent crash when deleting a clip while playing. (http://kdenlive.org/mantis/view.php?id=2200)
    * Disable save action if we are in the same state as last save.
    * Fix pan and zoom keyframes lost after clip resize. (http://kdenlive.org/mantis/view.php?id=2210)
    * Fix mouse wheel in slider section of (effect) parameters with a large range (> 1000).
    * Fix GUI setup issues with some list parameters (for effects).
    * Fix timecode widget not communicating changes upon focus leave.
    * Fix list of effects in effect stack taking up to much space by default.
    * Fix transition track not correctly saved. (http://kdenlive.org/mantis/view.php?id=2187)
    * Fix "save zone" saving proxy instead of real clip. (http://kdenlive.org/mantis/view.php?id=2184)
    * Fix freeze when saving while timeline is at maximum zoom. (http://kdenlive.org/mantis/view.php?id=2174)
    * Fix crash when deleting a track and having an audio clip on last track. (http://kdenlive.org/mantis/view.php?id=2168)
    * Do not allow to create overlapping transitions that could corrupt timeline. (http://kdenlive.org/mantis/view.php?id=1901)
    * Fix sometimes effects were missing. (http://kdenlive.org/mantis/view.php?id=2152)
    * Fix crash in histogram scope.
    * Fix multiple possible timeline corruptions. (http://kdenlive.org/mantis/view.php?id=2157)
    * Do not allow rendering to a frame rate different than current project's profile. (http://kdenlive.org/mantis/view.php?id=2138)
    * Fix DVD menu entries hidden under some circumstances.
    * Fix channels in audio thumbnails being displaced by one frame. (http://kdenlive.org/mantis/view.php?id=1976)
    * Fix possible crash caused by audio thumbnails. (http://kdenlive.org/mantis/view.php?id=2147)
    * Fix possible freeze and error on project opening. (http://kdenlive.org/mantis/view.php?id=2144)
    * Fix progress bar running twice on 2pass render.
    * Fix proxy file path issue on system installation.
    * Use luma as default channel for levels effect.
    * Fix handling of proxies when duration != duration of original clip.
    * Fix filename encoding problem in renderer. (http://kdenlive.org/mantis/view.php?id=2110)
    * Fix user specified CFLAGS ignored. (http://kdenlive.org/mantis/view.php?id=2108)

0.8
    See http://kdenlive.org/discover/0.8

(abs)

2014-03-30 19:42:53 UTC MAIN commitmail json YAML

Updated multimedia/mlt to 0.9.0
- Only consumer of mlt in pkgsrc is kdenline
- Current kdenlive version is non functional due to SDL update
- Updated version of kdenline requires newer mlt
- Hence mlt update during freeze

2013-06-02  Dan Dennedy <dan@dennedy.org>

  * Doxyfile, configure, docs/melt.1, src/framework/mlt_version.h: Set version
  to 0.9.0.

  * src/modules/opengl/filter_glsl_manager.cpp,
  src/modules/opengl/glsl_manager.h: Fix tiny memory leak in GlslManager
  (coverity-1026795).

  * src/framework/mlt.h, src/framework/mlt_animation.c,
  src/framework/mlt_animation.h, src/framework/mlt_geometry.c,
  src/framework/mlt_geometry.h: Indicate mlt_geometry is deprecated in API
  docs.

2013-06-01  Dan Dennedy <dan@dennedy.org>

  * src/modules/opengl/filter_movit_rect.cpp,
  src/modules/opengl/filter_movit_rect.yml,
  src/modules/opengl/filter_movit_resize.cpp: Convert movit.rect to mlt_rect.

2013-05-31  Dan Dennedy <dan@dennedy.org>

  * .../opengl/filter_deconvolution_sharpen.cpp,
  .../opengl/filter_deconvolution_sharpen.yml,
  src/modules/opengl/filter_lift_gamma_gain.cpp,
  src/modules/opengl/filter_lift_gamma_gain.yml,
  src/modules/opengl/filter_movit_diffusion.cpp,
  src/modules/opengl/filter_movit_diffusion.yml,
  src/modules/opengl/filter_movit_glow.cpp,
  src/modules/opengl/filter_movit_glow.yml,
  src/modules/opengl/filter_movit_opacity.cpp,
  src/modules/opengl/filter_movit_opacity.yml,
  src/modules/opengl/filter_movit_saturation.cpp,
  src/modules/opengl/filter_movit_saturation.yml,
  src/modules/opengl/filter_movit_vignette.cpp,
  src/modules/opengl/filter_movit_vignette.yml,
  src/modules/opengl/filter_white_balance.cpp,
  src/modules/opengl/filter_white_balance.yml,
  src/modules/opengl/transition_movit_mix.cpp,
  src/modules/opengl/transition_movit_mix.yml: Add property animation to the
  other movit services.

  * presets/filter/movit.blur/blur_in, presets/filter/movit.blur/blur_in_out,
  presets/filter/movit.blur/blur_out: Add animated movit.blur presets.

  * src/modules/opengl/filter_movit_blur.cpp,
  src/modules/opengl/filter_movit_blur.yml: Add property animation to
  movit.blur filter.

  * src/framework/mlt_properties.c, src/framework/mlt_property.c: Compile fixes
  for Windows after merging animation branch.

  * src/framework/mlt_properties.c, src/mlt++/mlt++.vers: Compile fixes for
  Linux after merging animation branch.

2013-05-30  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_animation.c, src/framework/mlt_animation.h,
  src/framework/mlt_frame.c, src/framework/mlt_frame.h,
  src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/framework/mlt_types.h: Various documentation and copyright fixes and
  updates.

  * src/framework/mlt_animation.c, src/framework/mlt_animation.h: Document the
  new mlt_animation API.

  * src/framework/mlt_properties.c, src/framework/mlt_property.c,
  src/framework/mlt_types.h: Document the property animation, rect, and color
  additions.

  * src/framework/mlt_animation.h, src/framework/mlt_properties.c,
  src/framework/mlt_properties.h, src/framework/mlt_property.c,
  src/framework/mlt_property.h, src/framework/mlt_types.h: Add
  mlt_properties_get_animation(); it might come in handy.

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/mlt++/MltProperties.cpp, src/mlt++/MltProperties.h, src/mlt++/mlt++.vers,
  src/tests/test_properties/test_properties.cpp: Add
  mlt_properties_set_color().

2013-05-29  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/mlt++/MltProperties.cpp, src/tests/test_properties/test_properties.cpp:
  Reorder some property anim parameters for consistency.

  * src/framework/Makefile, src/framework/mlt_animation.c,
  src/framework/mlt_profile.c, src/framework/mlt_property.c,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp:
  Make animation length optional.  It is only really needed when using negative
  time values. With some fixes for parsing negatives in time code/clock values.

2013-05-27  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_types.h, src/mlt++/MltProperties.cpp,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_color and mlt_properties_get_color().

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/mlt++/MltProperties.cpp, src/mlt++/MltProperties.h,
  src/tests/test_properties/test_properties.cpp: Add
  mlt_properties_anim_set/get() for string.

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/mlt++/MltProperties.cpp,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_properties_anim_set/get_double().

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/mlt++/MltProperties.cpp, src/mlt++/MltProperties.h,
  src/tests/test_properties/test_properties.cpp: Rename functions with _pos to
  anim_.

  * src/framework/mlt_animation.c, src/framework/mlt_properties.c,
  src/framework/mlt_properties.h, src/framework/mlt_property.c,
  src/framework/mlt_property.h, src/mlt++/MltProperties.cpp,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_properties_set/get_rect_pos for rect animation.

2013-05-26  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/framework/mlt_types.h, src/mlt++/MltProperties.cpp,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_rect and mlt_properties_set/get_rect.

2013-05-22  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_properties.c, src/framework/mlt_properties.h,
  src/framework/mlt_property.c, src/mlt++/MltProperties.cpp,
  src/mlt++/MltProperties.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_properties_set/get_int_pos and Properties::set/get_int.

2013-05-19  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_property.c,
  src/tests/test_properties/test_properties.cpp: Interpret % after numeric
  string.

  * src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/framework/mlt_types.h, src/tests/test_properties/test_properties.cpp: Add
  mlt_property_set_double_pos() and mlt_property_set_int_pos().

2013-05-18  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_animation.c, src/framework/mlt_animation.h,
  src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/framework/mlt_types.h, src/tests/test_properties/test_properties.cpp: Add
  Catmull-Rom spline smooth animation interpolation.

2013-05-17  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_property.c, src/framework/mlt_property.h,
  src/tests/test_properties/test_properties.cpp: Add
  mlt_property_get_double_pos() and mlt_property_get_int_pos().

2013-05-16  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_animation.c, src/framework/mlt_animation.h,
  src/framework/mlt_property.c, src/tests/test_properties/test_properties.cpp:
  Add support for discrete animation including strings.

  * src/framework/Makefile, src/framework/mlt_animation.c,
  src/framework/mlt_animation.h, src/framework/mlt_property.c,
  src/framework/mlt_property.h, src/tests/test_properties/test_properties.cpp:
  Add mlt_animation and mlt_property_interpolate().  mlt_property_interpolate()
  only works on a scalar double property at this time.

2013-05-14  Maksym Veremeyenko <verem@m1stereo.tv>

  * src/framework/mlt_consumer.c, src/framework/mlt_frame.c,
  src/framework/mlt_types.h, src/modules/avformat/producer_avformat.c,
  src/modules/avsync/consumer_blipflash.c, src/modules/core/filter_luma.c,
  src/modules/dgraft/filter_telecide.c, src/modules/gtk2/producer_count.c,
  src/modules/kdenlive/producer_framebuffer.c,
  src/modules/xine/filter_deinterlace.c: make mlt_position type double

2013-05-22  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/producer_avformat.c,
  src/modules/avformat/producer_avformat.yml: Add exit_on_disconnect property
  to avformat producer.

2013-05-21  Dan Dennedy <dan@dennedy.org>

  * src/modules/frei0r/Makefile, src/modules/frei0r/factory.c,
  src/modules/frei0r/param_name_map.yaml,
  src/modules/frei0r/param_name_map.yml: Rename frei0r param_name_map filename
  and install it.

  * src/modules/avformat/producer_avformat.c,
  src/modules/avformat/producer_avformat.yml: Add reconnect property to
  avformat producer.

2013-05-07  Dan Dennedy <dan@dennedy.org>

  * src/modules/core/producer_melt.c, src/modules/rtaudio/RtAudio.cpp,
  src/modules/xine/deinterlace.c, src/modules/xml/producer_xml.c: Fix some
  compile warnings raised by clang.

  * src/framework/mlt_consumer.c, src/framework/mlt_consumer.h: Make a bunch of
  fields of mlt_consumer_s truly private.

2013-05-03  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_properties.c,
  src/tests/test_properties/test_properties.cpp: Add more properties unit
  tests.

2013-05-02  Dan Dennedy <dan@dennedy.org>

  * src/tests/test_properties/test_properties.cpp,
  src/tests/test_properties/test_properties.pro: Add more unit tests for
  mlt_property.

2013-04-30  Dan Dennedy <dan@dennedy.org>

  * src/tests/common.pri, src/tests/test_properties/test_properties.cpp,
  src/tests/test_properties/test_properties.pro,
  src/tests/test_repository/test_repository.cpp,
  src/tests/test_repository/test_repository.pro, src/tests/tests.pro: Add the
  start of a unit test suite using QtTest.

  * src/tests/Makefile, src/tests/README, src/tests/charlie.c, src/tests/dan.c,
  src/tests/dissolve.c, src/tests/hello.c, src/tests/io.c, src/tests/io.h,
  src/tests/luma.c, src/tests/pango.c, src/tests/pixbuf.c, src/tests/test.png:
  Remove old files in src/tests to make way for new ones.

2013-04-27  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_consumer.c, src/modules/sdl/consumer_sdl_preview.c: Fix
  race condition in mlt_consumer_stop().

2013-04-25  Dan Dennedy <dan@dennedy.org>

  * configure, src/framework/mlt_consumer.c, src/framework/mlt_consumer.h,
  src/modules/sdl/consumer_sdl.c, src/modules/sdl/consumer_sdl_audio.c,
  src/modules/sdl/consumer_sdl_preview.c: Make mlt_consumer_purge() more
  thorough. (SF-187)  This is applied to SDL consumers only at the moment since
  that is what most applications are using. Needs to be extended to other
  consumers.

2013-04-12  Dan Dennedy <dan@dennedy.org>

  * configure, src/framework/mlt_version.h: Set interim version 0.8.9.

2013-04-07  Brian Matherly <pez4brian@yahoo.com>

  * src/modules/gtk2/producer_count.yml, src/modules/oldfilm/filter_dust.yml,
  src/modules/oldfilm/filter_grain.yml, src/modules/oldfilm/filter_oldfilm.yml:
  Misc YAML fixes

2013-04-06  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt.vers, src/framework/mlt_service.c,
  src/framework/mlt_service.h, src/mlt++/MltService.cpp,
  src/mlt++/MltService.h, src/mlt++/mlt++.vers: Add mlt_service_move_filter()
  and Mlt::Service::move_filter().

2013-04-04  Brian Matherly <pez4brian@yahoo.com>

  * src/modules/gtk2/Makefile, src/modules/gtk2/factory.c,
  src/modules/gtk2/producer_count.c, src/modules/gtk2/producer_count.yml: Add
  new count producer

2013-03-21  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/factory.c, src/modules/avformat/filter_avresample.c:
  Restore avresample filter when build against FFmpeg.  This provides a LGPL
  audio resampler, but it is using deprecated APIs. Support for swresample or
  libav avresampler is another project.

2013-03-20  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/consumer_avformat.c,
  src/modules/avformat/producer_avformat.c: Add support for libavformat and
  libavcodec major version 55.

2013-03-18  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/Makefile, src/modules/avformat/configure,
  src/modules/avformat/consumer_avformat.c, src/modules/avformat/factory.c,
  src/modules/avformat/filter_avcolour_space.c,
  src/modules/avformat/filter_avdeinterlace.c,
  src/modules/avformat/filter_avresample.c,
  src/modules/avformat/filter_swscale.c,
  src/modules/avformat/producer_avformat.c: Drop support for FFmpeg v0.5 and
  v0.6 and require swscale.  This is cleanup work to make way for more version
  handling to handle current git master of libav that removes deprecated APIs.

2013-03-23  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/filter_avcolour_space.c,
  src/modules/core/consumer_multi.c, src/modules/core/producer_loader.c,
  src/modules/opengl/filter_movit_convert.cpp: Make the arg to avcolor_space
  filter a pointer.  Instead of passing an int cast as pointer.

2013-03-21  Dan Dennedy <dan@dennedy.org>

  * src/modules/frei0r/factory.c, src/modules/frei0r/frei0r_helper.c,
  src/modules/frei0r/param_name_map.yml: Add a frei0r param name mapping
  system.  For apps that set frei0r parameters by their name, this provides
  backwards compatibility when a frei0r parameter name changes.

2013-03-17  Dan Dennedy <dan@dennedy.org>

  * src/modules/frei0r/factory.c, src/modules/frei0r/frei0r_helper.c: Switch to
  indexed propery names for frei0r params.  Properties supplied by frei0r param
  name are supported for backwards compatibility.

2013-03-13  Dan Dennedy <dan@dennedy.org>

  * src/modules/core/loader.dict, src/modules/core/producer_loader.c: Tell
  loader how to use WebVfx.  With my latest (merged) patches to WebVfx, one can
  load plain old HTML and QML files. They do not need webvfx script to
  initialize rendering - with some caveats about the meaning of
  document-loaded. However, without this loader change, plain resources need
  to prefaced with "plain:". The loader producer can now do that and instead
  "webvfx:" is needed to tell webvfx to wait for script in the content to call
  WebVfx.renderReady(true) (unless you use "webvfx:plain:...").  Also, WebVfx
  can also now load HTML over HTTP. This is especially handy if your content is
  updating itself with data from a web service. Otherwise, you will run into
  cross-site-scripting errors.

2013-03-07  Dan Dennedy <dan@dennedy.org>

  * src/modules/opengl/filter_movit_crop.cpp,
  src/modules/opengl/filter_movit_opacity.cpp,
  src/modules/opengl/filter_movit_resample.cpp,
  src/modules/opengl/filter_movit_resize.cpp,
  src/modules/opengl/transition_movit_mix.cpp,
  src/modules/opengl/transition_movit_overlay.cpp: Add locking to opengl
  services for thread protection.

  * src/modules/opengl/filter_glsl_manager.cpp,
  src/modules/opengl/glsl_manager.h: Make opengl filters support attach,
  detach, and disable.

2013-03-03  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt.vers, src/framework/mlt_service.c,
  src/framework/mlt_service.h, src/mlt++/MltService.cpp,
  src/mlt++/MltService.h, src/mlt++/mlt++.vers: Add mlt_service_filter_count
  and Mlt::Service::filter_count.

2013-02-25  Brian Matherly <pez4brian@yahoo.com>

  * src/modules/avsync/Makefile, src/modules/avsync/consumer_blipflash.c,
  src/modules/avsync/consumer_blipflash.yml, src/modules/avsync/factory.c,
  src/modules/avsync/producer_blipflash.c,
  src/modules/avsync/producer_blipflash.yml: Add new avsync module

2013-02-24  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_frame.c, src/modules/core/consumer_multi.c: Let qglsl
  multi consumer work with more consumers.  Works with sdl and decklink
  consumers.

  * src/framework/mlt_consumer.c, src/modules/core/producer_loader.c: Fix crash
  on missing NULL at end of mlt_events_fire().

2013-02-23  Dan Dennedy <dan@dennedy.org>

  * src/melt/melt.c, src/modules/opengl/mlt_movit_input.cpp,
  src/modules/qimage/consumer_qglsl.cpp: Fix OpenGL context cleanup on Windows.
  Would crash at end of melt with qglsl.

  * src/modules/opengl/filter_glsl_manager.cpp,
  src/modules/qimage/consumer_qglsl.cpp: Some minor logging cleanup.

2013-02-20  Dan Dennedy <dan@dennedy.org>

  * src/modules/opengl/consumer_xgl.c,
  src/modules/opengl/filter_glsl_manager.cpp,
  src/modules/opengl/filter_movit_convert.cpp: Cleanup some logging from work
  in opengl branch.

  * src/melt/melt.c, src/modules/xml/producer_xml.c: Let melt and xml producer
  use qglsl consumer (opengl branch).

  * src/modules/qimage/Makefile, src/modules/qimage/configure,
  src/modules/qimage/consumer_qglsl.cpp, src/modules/qimage/factory.c: Add
  qglsl multi consumer (opengl branch).

  * src/framework/mlt_profile.c, src/modules/avformat/filter_avcolour_space.c,
  src/modules/avformat/filter_swscale.c,
  src/modules/avformat/producer_avformat.c, src/modules/core/consumer_multi.c,
  src/modules/core/filter_crop.c, src/modules/core/filter_fieldorder.c,
  src/modules/core/filter_imageconvert.c, src/modules/core/loader.ini,
  src/modules/core/producer_loader.c: Let loader producer use new GLSL
  normalizing filters (opengl branch).

  * src/modules/opengl/Makefile, src/modules/opengl/configure,
  src/modules/opengl/consumer_xgl.c, src/modules/opengl/factory.c,
  src/modules/opengl/fbo_input.cpp, src/modules/opengl/fbo_input.h,
  .../opengl/filter_deconvolution_sharpen.cpp,
  .../opengl/filter_deconvolution_sharpen.yml,
  src/modules/opengl/filter_glsl_manager.cpp,
  src/modules/opengl/filter_lift_gamma_gain.cpp,
  src/modules/opengl/filter_lift_gamma_gain.yml,
  src/modules/opengl/filter_movit_blur.cpp,
  src/modules/opengl/filter_movit_blur.yml,
  src/modules/opengl/filter_movit_convert.cpp,
  src/modules/opengl/filter_movit_crop.cpp,
  src/modules/opengl/filter_movit_diffusion.cpp,
  src/modules/opengl/filter_movit_diffusion.yml,
  src/modules/opengl/filter_movit_glow.cpp,
  src/modules/opengl/filter_movit_glow.yml,
  src/modules/opengl/filter_movit_mirror.cpp,
  src/modules/opengl/filter_movit_mirror.yml,
  src/modules/opengl/filter_movit_opacity.cpp,
  src/modules/opengl/filter_movit_opacity.yml,
  src/modules/opengl/filter_movit_rect.cpp,
  src/modules/opengl/filter_movit_rect.yml,
  src/modules/opengl/filter_movit_resample.cpp,
  src/modules/opengl/filter_movit_resize.cpp,
  src/modules/opengl/filter_movit_saturation.cpp,
  src/modules/opengl/filter_movit_saturation.yml,
  src/modules/opengl/filter_movit_vignette.cpp,
  src/modules/opengl/filter_movit_vignette.yml,
  src/modules/opengl/filter_white_balance.cpp,
  src/modules/opengl/filter_white_balance.yml,
  src/modules/opengl/glsl_manager.h, src/modules/opengl/mlt_flip_effect.h,
  src/modules/opengl/mlt_movit_input.cpp, src/modules/opengl/mlt_movit_input.h,
  src/modules/opengl/transition_movit_mix.cpp,
  src/modules/opengl/transition_movit_mix.yml,
  src/modules/opengl/transition_movit_overlay.cpp,
  src/modules/opengl/transition_movit_overlay.yml: Add the new opengl module
  (opengl branch).

  * src/framework/mlt_consumer.c, src/framework/mlt_consumer.h: Add
  consumer-thread-started and -stopped events (opengl branch).

  * src/framework/mlt_frame.c, src/framework/mlt_types.h: Add mlt_image_glsl
  and _glsl_texture (opengl branch).

  * src/mlt++/MltDeque.cpp, src/mlt++/MltDeque.h, src/mlt++/mlt++.vers: Add
  Mlt::Deque::peek() (opengl branch).

2013-02-15  Brian Matherly <pez4brian@yahoo.com>

  * src/modules/jackrack/Makefile, src/modules/jackrack/factory.c,
  src/modules/jackrack/plugin_desc.c, src/modules/jackrack/plugin_desc.h,
  src/modules/jackrack/plugin_mgr.c, src/modules/jackrack/process.c,
  src/modules/jackrack/producer_ladspa.c,
  src/modules/jackrack/producer_ladspa.yml: Add ladspa producer

2013-02-13  Cristian Morales Vega <reddwarf@opensuse.org>

  * src/framework/Makefile, src/mlt++/Makefile: Fix OSX buld which broke when
  adding Linux symbols versioning

2013-02-10  Dan Dennedy <dan@dennedy.org>

  * src/modules/sdl/consumer_sdl.c, src/modules/sdl/consumer_sdl_still.c:
  Remove local references to SDL_Surface. (SF-186)  Why bother when
  SDL_GetVideoSurface() is available?

2013-02-07  Cristian Morales Vega <reddwarf@opensuse.org>

  * src/framework/Makefile, src/framework/mlt.vers, src/mlt++/Makefile,
  src/mlt++/config.h, src/mlt++/mlt++.vers: Use symbol versioning

2013-02-08  Cristian Morales Vega <reddwarf@opensuse.org>

  * Makefile, configure, src/melt/Makefile: Make the versioning opt-in

2013-02-07  Cristian Morales Vega <reddwarf@opensuse.org>

  * Makefile, configure, profiles/Makefile, src/framework/Makefile,
  src/framework/mlt_factory.c, src/melt/Makefile, src/melt/configure,
  src/modules/Makefile, src/modules/avformat/Makefile,
  src/modules/core/Makefile, src/modules/decklink/Makefile,
  src/modules/dgraft/Makefile, src/modules/dv/Makefile,
  src/modules/effectv/Makefile, src/modules/feeds/Makefile,
  src/modules/frei0r/Makefile, src/modules/gtk2/Makefile,
  src/modules/jackrack/Makefile, src/modules/kdenlive/Makefile,
  src/modules/kino/Makefile, src/modules/linsys/Makefile,
  src/modules/lumas/Makefile, src/modules/motion_est/Makefile,
  src/modules/normalize/Makefile, src/modules/oldfilm/Makefile,
  src/modules/plus/Makefile, src/modules/qimage/Makefile,
  src/modules/resample/Makefile, src/modules/rotoscoping/Makefile,
  src/modules/rtaudio/Makefile, src/modules/sdl/Makefile,
  src/modules/sox/Makefile, src/modules/swfdec/Makefile,
  src/modules/videostab/Makefile, src/modules/vmfx/Makefile,
  src/modules/vorbis/Makefile, src/modules/xine/Makefile,
  src/modules/xml/Makefile: Version modules and data directories, and melt
  Allow the "extras" of binary incompatible versions of MLT to be installed
  simultaneously. I don't like the idea of versioning the melt binary. But
  kdenlive is the main user of MLT and it expects the same formats support from
  both the libmltX it is linked to, and the melt binary it uses to do the
  actual work.

2013-01-20  Dan Dennedy <dan@dennedy.org>

  * Doxyfile, configure, docs/melt.1, src/framework/mlt_version.h,
  src/melt/melt.c: Set version to 0.8.8.

2012-12-31  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/consumer_avformat.c,
  src/modules/avformat/producer_avformat.c: Fix build against FFmepg 0.5 and
  0.6.

2012-12-26  Niv Sardi <xaiki@evilgiggle.com>

  * src/modules/gtk2/producer_pixbuf.c, src/modules/gtk2/producer_pixbuf.yml:
  pixbuf producer: loop option to loop sequence selectively

2012-12-22  Dan Dennedy <dan@dennedy.org>

  * src/framework/mlt_consumer.c, src/framework/mlt_frame.c,
  src/framework/mlt_types.h, src/modules/avformat/consumer_avformat.c,
  src/modules/avformat/producer_avformat.c,
  src/modules/core/filter_audiochannels.c,
  src/modules/core/filter_audioconvert.c,
  src/modules/core/filter_channelcopy.c, src/modules/core/filter_mono.c: Add
  mlt_audio_u8 (sourceforce-182).  It should support planar libavutil
  AV_SAMPLE_FMT_U8P, but it is untested due to lacking a sample.

2012-12-12  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/producer_avformat.c,
  src/modules/resample/filter_resample.c: Fix possible divide by zero
  exceptions.

2012-11-27  Dan Dennedy <dan@dennedy.org>

  * src/modules/avformat/factory.c, src/modules/avformat/filter_avresample.c,
  src/modules/avformat/producer_avformat.c: Fix decoding audio with planar
  formats.

  * src/modules/decklink/consumer_decklink.cpp,
  src/modules/decklink/producer_decklink.cpp: Fix mlt_profile to DeckLink
  DisplayMode matching.

2012-11-17  Dan Dennedy <dan@dennedy.org>

  * src/modules/gtk2/producer_pixbuf.c, src/modules/qimage/producer_qimage.c:
  Fix crash on invalid image sequence.

  * configure, src/framework/mlt_version.h: set to interim version 0.8.7

  * src/modules/qimage/kdenlivetitle_wrapper.cpp,
  src/modules/videostab/stab/klt/error.c: Remove exit()s that cause unexpected
  app failures.  An app can register a mlt_log callback, trap errors, and do
  something more graceful than abort as perhaps some of these are not really as
  fatal as they claim to be (a different patch can change the levels as
  needed).

(abs)

2014-03-30 17:15:34 UTC MAIN commitmail json YAML

Note update of lang/ruby21-base package to 2.1.1nb2.

(taca)

2014-03-30 17:15:01 UTC MAIN commitmail json YAML

One more rubygem's platform fix from jperkin@.  It solves some build
problem of ruby extension on NetBSD/i386.

Bump PKGREVISION.

(taca)

2014-03-30 16:45:00 UTC MAIN commitmail json YAML

Updated misc/libreoffice4-bin to 4.2.2

(ryoon)

2014-03-30 16:43:50 UTC MAIN commitmail json YAML

Update to 4.2.2.1

* dbus and dbus-glib Linux emulation modules are only available for
  SUSE_PREFER=13.1

Changelog:
* Many bugfixes
* Add many new features
See https://wiki.documentfoundation.org/ReleaseNotes/4.2

(ryoon)

2014-03-30 16:27:16 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.45.0

(schmonz)

2014-03-30 16:27:12 UTC MAIN commitmail json YAML

Update to 4.45.0. From the changelog:

- perform hostname-vs-certificate matching of SSL certificate if
  validating the certifcate. Thanks: "mancha".
- fix missing plaintext versions of documentation.

Updating this leaf package during the freeze for the security fix.

(schmonz)

2014-03-30 14:47:20 UTC MAIN commitmail json YAML

Note update of security/sudo to 1.7.10p8

(kim)

2014-03-30 14:10:32 UTC MAIN commitmail json YAML

+ fontconfig-2.11.1, giflib-5.0.6, gmp-6.0.0a, help2man-1.45.1,
  libxkbcommon-0.4.1, lilypond-2.18.2, pari-2.7.0, py-ldap-2.4.15.

(wiz)

2014-03-30 13:09:27 UTC MAIN commitmail json YAML

Note update of devel/p5-Term-ReadLine package to 1.22.

(taca)

2014-03-30 13:08:50 UTC MAIN commitmail json YAML

Update p5-Term-ReadLine to 1.22.  Approved by wiz@ to fix build problem
with readline 6.3.

1.22  2014-03-05
- make Kwalitee <http://cpants.cpanauthors.org/> friendly
  - add MakeMaker options for META.yml
  - add Changelog
  - fix POD errors
  - make .pm versions consistent
  - use "use warnings"
- Makefile.PL dies on the CPAN Test for OpenBSD temporarily
          (hopefully).

1.21  2014-03-02
- readline-6.3 support (Gnu Readline Library 6.3 requires this
  release or newers.)
    new function
rl_clear_history
    new variable
rl_signal_event_hook
rl_input_available_hook
rl_executing_key
rl_executing_keyseq
rl_key_sequence_length
rl_change_environment
rl_filename_stat_hook
- readline-6.1 support
    new function
rl_free_keymap (enabled)
    new variable
rl_filename_rewrite_hook (now implemented)
- make the following variables read-only.: rl_executing_macro,
          history_length, rl_readline_state, rl_explicit_arg,
  rl_numeric_arg, rl_editing_mode
- Improve backward compatiblity variable and function definitions.
- Fix Term::ReadLine::Gnu::XS::_trp_completion_function not to
  perform a case-sensitive filter.
- fix Gnu.xs:rl_initialize to be compiled with Perl 5.8.5 or
          before.
- update Pod documents

- t/readline.t, t/history.t: add variable access tests.
- t/readline.t: consider .svn directory on filename
          completion test and to set the standard tty setting before
          re_initialize() being called.
- eg/perlsh makes use of the deferred signal (safe signal)
          feature.

- Maefile.PL checks whether the xmalloc exported by readline
  is indeed called 'xmalloc' or whether it has been renamed to
  '_rl_malloc'.
- Makefile.PL: add -DTRL_READLINE_VERSION to show GNU Readline
          Library version in CPAN Tester Reports.
- t/00checkver.t: let messages go to stdout.

- README: add project home page URL and remove out-of-date
          descriptions.
- INSTALL: add a section "Install on Mac OS X"

(taca)

2014-03-30 12:57:54 UTC MAIN commitmail json YAML

Upstream release notes:

Fixed in 7.36.0 - March 26 2014
Release contains security-related bug fixes

Changes:

    ntlm: Added support for NTLMv2
    tool: Added support for URL specific options
    openssl: add ALPN support
    gtls: add ALPN support
    nss: add ALPN and NPN support
    added CURLOPT_EXPECT_100_TIMEOUT_MS
    tool: add --no-alpn and --no-npn
    added CURLOPT_SSL_ENABLE_NPN and CURLOPT_SSL_ENABLE_ALPN
    winssl: enable TLSv1.1 and TLSv1.2 by default
    winssl: TLSv1.2 disables certificate signatures using MD5 hash
    winssl: enable hostname verification of IP address using SAN or CN
    darwinssl: Don't omit CN verification when an IP address is used
    http2: build with current nghttp2 version
    polarssl: dropped support for PolarSSL < 1.3.0
    openssl: info message with SSL version used

Bugfixes:

    SECURITY ADVISORY: wrong re-use of connections
    SECURITY ADVISORY: IP address wildcard certificate validation
    SECURITY ADVISORY: not verifying certs for TLS to IP address / Darwinssl
    SECURITY ADVISORY: not verifying certs for TLS to IP address / Winssl
    nss: allow to use ECC ciphers if NSS implements them
    netrc: Fixed a memory leak in an OOM condition
    ftp: fixed a memory leak on wildcard error path
    pipeline: Fixed a NULL pointer dereference on OOM
    nss: prefer highest available TLS version
    100-continue: fix timeout condition
    ssh: Fixed a NULL pointer dereference on OOM condition
    formpost: use semicolon in multipart/mixaed
    --help: add missing --tlsv1.x options
    formdata: Fixed memory leak on OOM condition
    ConnectionExists: reusing possible HTTP+NTLM connections better
    mingw32: fix compilation
    chunked decoder: track overflows correctly
    curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0
    dict: fix memory leak in OOM exit path
    valgrind: added suppression on optimized code
    curl: output protocol headers using binary mode
    tool: Added URL index to password prompt for multiple operations
    ConnectionExists: re-use non-NTLM connections better
    axtls: call ssl_read repeatedly
    multi: make MAXCONNECTS default 4 x number of easy handles function
    configure: Fix the --disable-crypto-auth option
    multi: ignore SIGPIPE internally
    curl.1: update the description of --tlsv1
    SFTP: skip reading the dir when NOBODY=1
    easy: Fixed a memory leak on OOM condition
    tool: Fixed incorrect return code when setting HTTP request fails
    configure: Tiny fix to honor POSIX
    tool: Do not output libcurl source for the information only parameters
    Rework Open Watcom make files to use standard Wmake features
    x509asn: moved out Curl_verifyhost from NSS builds
    configure: call it GSS-API
    hostcheck: Curl_cert_hostcheck is not used by NSS builds
    multi_runsingle: move timestamp into INIT
    remote_port: allow connect to port 0
    parse_remote_port: error out on illegal port numbers better
    ssh: Pass errors from libssh2_sftp_read up the stack
    docs: remove documentation on setting up krb4 support
    polarssl: build fixes to work with PolarSSL 1.3.x
    polarssl: fix possible handshake timeout issue in multi
    nss: allow to enable/disable cipher-suites better
    ssh: prevent a logic error that could result in an infinite loop
    http2: free resources on disconnect
    polarssl: avoid extra newlines in debug messages
    rtsp: parse "Session:" header properly
    trynextip: don't store 'ai' on failed connects
    Curl_cert_hostcheck: strip trailing dots in host name and wildcard

(spz)

2014-03-30 12:31:52 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2014.1.1

(imil)

2014-03-30 12:31:17 UTC MAIN commitmail json YAML

2014-03-30 10:32:34 UTC MAIN commitmail json YAML

Update HOMEPAGE, http://wxsvg.sourceforge.net/ is default template page.

(ryoon)

2014-03-30 09:56:29 UTC MAIN commitmail json YAML

2014-03-30 04:24:23 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.25

(ryoon)

2014-03-30 04:23:44 UTC MAIN commitmail json YAML

2014-03-30 04:14:10 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.25

(ryoon)

2014-03-30 04:13:17 UTC MAIN commitmail json YAML

Update to 2.25

* Change enigmail build mechanism

Changelog:
2.25:
SeaMonkey-specific changes

    Newsgroup names can now be entered using autocompletion.
    See the changes page for a more complete overview.

Mozilla platform changes

    The Gamepad API has been finalized and enabled (learn more).
    VP9 video decoding has been implemented.
    Support for Opus in WebM was added.
    Volume control for HTML5 audio/video has been added.
    Mac OS X Notification Center support has been added for web notifications.
    Support for spdy/2 has been removed.
    Support for multi-line flexbox in layout has been added.
    Support for the MathML 2.0 mathvariant attribute has been added.
    Background thread hang reporting has been added.
    <input type=color> has been implemented and enabled.
    Fixed several stability issues.

Fixed in SeaMonkey 2.25
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-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-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)

2.24:
SeaMonkey-specific changes

    The DoNotTrack and Prompt on Sanitize preferences are now kept in sync.
    A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling.
    Support for Atom Threading Extensions (RFC 4685) has been added.
    Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped).
    Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries.
    The account name is now displayed in the status bar for all messages when checking mail.
    IMAP alert messages now show the server of the corresponding mail account.
    Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog.
    See the changes page for a more complete overview.

Mozilla platform changes

    Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490).
    Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266).
    Added support for the SPDY 3.1 protocol.
    Added ability to reset style sheets using all:unset.
    Added support for scrolled fieldsets (overflow property support, bug 261037).
    Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282).
    Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672).
    Added support for ES6 generators in SpiderMonkey (blog post).
    Implemented support for mathematical function Math.hypot() in ES6 (bug 896264).
    Added dashed line support on Canvas (bug 768067).
    Fixed Azure/Skia content rendering on Linux (bug 740200).
    Fixed several stability issues.

Fixed in SeaMonkey 2.24
MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects
MFSA 2014-12 NSS ticket handling issues
MFSA 2014-11 Crash when using web workers with asm.js
MFSA 2014-09 Cross-origin information leak through web workers
MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing
MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy
MFSA 2014-05 Information disclosure with *FromPoint on iframes
MFSA 2014-04 Incorrect use of discarded images by RasterImage
MFSA 2014-03 UI selection timeout missing on download prompts
MFSA 2014-02 Clone protected content with XBL scopes
MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)

(ryoon)

2014-03-30 01:03:22 UTC MAIN commitmail json YAML

2014-03-30 00:18:09 UTC MAIN commitmail json YAML

More care was needed to the case of editline(3).
Base on r45240 in Ruby's repository with one critical correction.

(taca)

2014-03-30 00:17:57 UTC MAIN commitmail json YAML

More care was needed to the case of editline(3).
Base on r45240 in Ruby's repository with one critical correction.

(taca)

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

Note update of lang/php54 and lang/php55 for security fix.

(he)

2014-03-29 22:10:15 UTC MAIN commitmail json YAML

2014-03-29 22:06:06 UTC MAIN commitmail json YAML

2014-03-29 20:50:03 UTC MAIN commitmail json YAML

2014-03-29 14:22:21 UTC MAIN commitmail json YAML

+ mysql-5.6.17.

(taca)

2014-03-29 14:18:19 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 2.5.1.

(taca)

2014-03-29 14:17:06 UTC MAIN commitmail json YAML

Update fengoffice to 2.5.1.

Changelog
=========

Since 2.5.1-rc
----------------
bugfix: can't view object link in notification when an email does not have a subject.

Since 2.5.1-beta
----------------
bugfix: cannot add milestones in templates
bugfix: when adding template, after adding milestone cannot select it when adding a task

Since 2.5.0.6
----------------
bugfix: Template view broken by single quote in property name.
bugfix: when edit a template if have milestones you can't see tasks.
bugfix: don't show members that cannot be used in member selector.

Since 2.5.0.5
----------------
bugfix: Tasks grouping by dimension fixed.

Since 2.5.0.4
----------------
performance: Issue when loading persons dim.
bugfix: Imap folders are not saved when editing an email account.
bugfix: Cannot unclassify mails from classify form.
bugfix: Emessage not shown when inputing dates with incorrect format.
bugfix: Add start date to task view.
bugfix: Get tasks by range query does not include logged user's timezone.
bugfix: In task complete edition form, assigned to are not displayed correctly.
bugfix: Issue in include myself in document notifications.
bugfix: Set db charset when reconnecting in abstract db adapter.

Since 2.5.0.3
----------------
bugfix: Add attachments column in queued_emails in upgrade scripts.
bugfix: Set db charset when reconnecting in abstract db adapter.

Since 2.5.0.2
----------------
bugfix: Render member selectors with preloaded member info.
bugfix: Order by name doesn't work on object list.
bugfix: People widget only display users.

Since 2.5.0.1
----------------
bugfix: on mysql 5.6 have_innodb variable is deprecated

Since 2.5
----------------

feature: Allow to configure dashboard widget position and order for each user.
feature: Allow to configure default dashboard widget position and order for all users.
feature: Comments dashboard widget.
feature: Email dashboard widget.
feature: choose to filter calendar widget or not.
feature: choose the user to filter the tasks widget.

bugfix: when add a timeslot by clock on tasks update the percent complete.
bugfix: if a file doesn't have revision when classify create one.
bugfix: several minor fixes of undefined variables, missing langs, etc.
bugfix: when disabling or reactivating users from company view, users list is not reloaded.
bugfix: member selector displayed wrong data
bugfix: on task add/edit view, assignee combo displayed wrong data
bugfix: subscribers and invited people were not shown correctly
bugfix: encoding when receiving emails
bugfix: when editing a classified timeslot, its context was not shown
bugfix: in file upload, the name is not changed if a new name is entered
bugfix: missing langs and sql changes for email user config options

Since 2.5-rc
----------------

bugfix: general search form submitted by enter key doesn't work in Google Chrome
bugfix: links are now saved as such when using WYSIWYG
bugfix: primary-breadcrumb show exact context
bugfix: mysql transaction problem when sending emails without using a cronjob
bugfix: when making a new installation, users were not shown by default

Since 2.5-beta
----------------

bugfix: if a file doesn't have a revision, when classifying an email create one.
bugfix: when adding a timeslot by clock on tasks, task progress bar was not updated correctly.
bugfix: fixed custom reports using boolean conditions in false.
bugfix: problems with paging on the overview list.
bugfix: on activity widget, when clicking on a member, change dimension.

(taca)

2014-03-29 14:14:56 UTC MAIN commitmail json YAML

+ fmsx-3.8.

(wiz)

2014-03-29 10:30:15 UTC MAIN commitmail json YAML

Always add pam in PLIST_VARS.

(taca)

2014-03-29 10:25:19 UTC MAIN commitmail json YAML

We already have fix for CVE-2014-2525 in libyaml-0.1.5nb1.
Thanks to wiz@ noted via private e-mail.

(taca)

2014-03-29 09:39:37 UTC MAIN commitmail json YAML

+ libyaml-0.1.6 [CVE-2014-2525], mysql-5.5.37.
- openssh-6.6.

(taca)

2014-03-29 09:38:47 UTC MAIN commitmail json YAML

Note update of security/openssh package to 6.6.1.

(taca)

2014-03-29 09:38:11 UTC MAIN commitmail json YAML

2014-03-29 09:05:51 UTC MAIN commitmail json YAML

Fix build with gcc 4.8.

(prlw1)

2014-03-29 06:04:41 UTC MAIN commitmail json YAML

Reduce GCC_REQD. Thank you, richard@.

(ryoon)

2014-03-29 04:15:51 UTC MAIN commitmail json YAML

2014-03-29 04:15:09 UTC MAIN commitmail json YAML

Update to 0.18.4

Changelog:

aria2 1.18.4
============

Release Note
------------

This release adds new RPC authorization mechanism using --rpc-secret
option.  The existing --rpc-user and --rpc-passwd options are now
deprecated, and all applications using RPC API is strongly encouraged
to migrate to the new mechanism.  See RPC INTERFACE section in aria2
manual page for the details.  The new RPC method, aria2.saveSession,
was added, which tells aria2 server to save session file immediately.
There are several enhancements and bug fixes.  See the changes for the
details.

Changes
-------

* Added support for RPC channel encryption in aria2rpc

  Patch from David Macek

* Add aria2.saveSession RPC method

  This method saves the current session to a file specified by
  --save-session option. This method returns "OK" if it succeeds.

* Add numStoppedTotal key to aria2.getGlobalStat() RPC method response

  It shows the number of stopped downloads in the current session and
  not capped by --max-download-result option. On the other hand, the
  existing numStopped key also shows the number of stopped downloads,
  but it is capped by --max-download-result option.

* Better handling of 30x HTTP status codes

  Reference: http://greenbytes.de/tech/tc/httpredirects/

* Implement new RPC authorization using --rpc-secret option

  Add future deprecation warning to --rpc-user and --rpc-passwd.  Warn
  if neither --rpc-secret nor a combination of --rpc-user/rpc-passwd
  is set.

* Add --enable-color option to enable/disable terminal color output

* Add DSCP support

* gnutls: Don't fail handshake if returned error is not fatal

* Add workaround GnuTLS bug with OCSP status extension and
  non-blocking socket

  GnuTLS version 3.1.3 - 3.1.18 and 3.2.0 - 3.2.8, inclusive, has this
  bug. For these versions, we disable OCSP status extension.

* Make GnuTLS log level dependent on the aria2 ones

aria2 1.18.3
============

Release Note
------------

This release fixes the bug which may cause assertion failure after
multi-file downloads (e.g., multi-file metalink or torrent) are
performed several times due to the bad handling of --bt-max-open-files
option.

Changes
-------

* Fix crash if unpause failed before assigning BtProgressInfoFile
  object

* Enable and check PIE in makerelease-osx

* Fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is
  deleted

  This bug caused assertion error in
  RequestGroupMan::ensureMaxOpenFileLimit

(ryoon)

2014-03-29 01:23:58 UTC MAIN commitmail json YAML

Fix ruby-readline build problem with readline 6.3 and later.

(taca)

2014-03-29 01:21:36 UTC MAIN commitmail json YAML

2014-03-28 23:46:36 UTC MAIN commitmail json YAML

+ cvs-fast-export-1.10, glpk-4.54, reposurgeon-3.8,
  xorg-util-macros-1.19.0, xrandr-1.4.2.

(wiz)

2014-03-28 23:37:08 UTC MAIN commitmail json YAML

Updated audio/libmodplug to 0.8.8.5

(wiz)

2014-03-28 23:36:53 UTC MAIN commitmail json YAML

Update to 0.8.8.5 for security fixes.

10 March 2014: libmodplug 0.8.8.5

    A very long time between the last release (although some
    occasional activity occured in git)
    The code is now in both the sourceforge git tree (as a full
    project), as well as github (only libmodplug): Here.
    Some security patches: CVE-2013-4233, CVE-2013-4234, as well
    as many fixes suggested by static analyzers: clang build-scan,
    and coverity.
    A few patches to ease compilation in windows environments,
    including a CMakeLists file.

(wiz)

2014-03-28 23:27:51 UTC MAIN commitmail json YAML

Updated net/bird to 1.3.11

(pettai)

2014-03-28 23:27:16 UTC MAIN commitmail json YAML

Version 1.3.11 (2013-07-27)
  o OSPF stub router option (RFC 3137).
  o TTL security for OSPF and RIP.
  o Protocol packet priority and traffic class handling.
  o Multiple routing tables support for FreeBSD and OpenBSD.
  o Extends constants to all filter data types.
  o Implements eval command.
  o 'bgppath ~ int set' filter operation.
  o Several bugfixes.

Version 1.3.10 (2013-04-30)
  o Lightweight BIRD client for embedded environments.
  o Dynamic IPv6 router advertisements.
  o New 'next hop keep' option for BGP.
  o Smart default routing table for 'show route export/preexport/protocol'.
  o Automatic router ID selection could be configured to use address of loopback.
  o Allows configured global addresses of NBMA neighbors in OSPFv3.
  o Allows BIRD commands from UNIX shell even in restricted mode.
  o Route limits inherited from templates can be disabled.
  o Symbol names enclosed by apostrophes can contain dots.
  o Several bugfixes.

Version 1.3.9 (2013-01-11)
  o BIRD can be configured to keep and show filtered routes.
  o Separate receive and import limits.
  o Several new reconfiguration cmd options (undo, timeout, check).
  o Configurable automatic router ID selection.
  o Dragonfly BSD support.
  o Fixed OSPFv3 vlinks.
  o Several minor bugfixes.

Version 1.3.8 (2012-08-07)
  o Generalized import and export route limits.
  o RDNSS and DNSSL support for RAdv.
  o Include in config file support wildcards.
  o History deduplication in BIRD client.
  o New route attributes krt_source, krt_metric.
  o Different instance ID support for OSPFv3.
  o Real broadcast mode for OSPFv2.
  o Several minor bugfixes.

Version 1.3.7 (2012-03-22)
  o Route Origin Authorization basics.
  o RIPng working again.
  o Extended clist operations in filters.
  o Fixes several bugs in BSD iface handling.
  o Several minor bugfixes and enhancements.

(pettai)

2014-03-28 16:07:08 UTC MAIN commitmail json YAML

add patch from upstream (XSA-89) to fix:
Processing of the HVMOP_set_mem_access HVM control operations does not
check the size of its input and can tie up a physical CPU for extended
periods of time.
bump PKGREV

(drochner)

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

add patch from upstream to fix heap-based buffer overflow which can lead
to arbitrary code execution (CVE-2014-2525)
bump PKGREV

(drochner)

2014-03-28 14:13:55 UTC MAIN commitmail json YAML

Updated www/dansguardian to 2.12.0.3

(prlw1)

2014-03-28 14:13:26 UTC MAIN commitmail json YAML

Update dansguardian to 2.12.0.3

* Applied patch #9 (Crash when more than one authplugin are selected)
  by Frederic Bourgeois
* Added feature to allow Facebook mock ajax (request #6) by Jason Spiro
* Added contrib dir
* Added a new html & css validated html template in contrib (request #3).
  By Chris Peschke
* Converted iso-8859 message files to utf-8 (bug #86). Suggested
  by Fred Ulisses Maranhao
* Fixed Error reading Content-Length (bug #84). By Carlos Soto
* Fixed compilation error BSD due lack of string.h when using
  memcpy() (bug #75). By Alexander Hornung
* Fixed exceptioniplist case sensitivity (bug #11). By Mark J Hewitt
* Fixed accept-encoding support for new tokens (bug #13). By userquin
* Applied patch 3438750 (GCC 4.4 and 4.6 compatibility) by Mathieu PARENT
* Applied patch 3438749 (French translation update) by Mathieu PARENT
* Applied patch 3418297 (Set proxy timeout in dansguardian.conf)
  by Frederic Bourgeois
* Applied patch 3419088 (login/password in URL is dropped) by Mathieu PARENT
* Applied patch 3419089 ("Expect" header should be dropped) by Mathieu PARENT
* Applied patch 3438751 (Fix queue handling in OptionContainer)
  by Mathieu PARENT
* Applied patch 3515167 (Fix digest identication) by Frederic Bourgeois
* Fixed GCC warnings
* LFS review in String.cpp (requires different arch review yet)

Previous release notes seem to be lost - the build structure changed, and:

  Both the main configuration file and the filter group configuration
  file(s) have changed since the last stable release.  If you try
  to re-use the configuration from an existing copy of 2.8.0.6 or
  earlier, the daemon will not start.  On the other hand, list
  files (phrase lists, domain lists, etc.) have not changed format,
  and should largely "just work".  There have been improvements to
  the default list files, though, so again it is recommended that
  you start from the new version and re-do any customisations.

(prlw1)

2014-03-28 11:58:48 UTC MAIN commitmail json YAML

+ abcm2ps-7.8.0, anjuta-3.12.0, calibre-1.30, gama-1.15, gdl-3.12.0,
  glade-3.18.1, gmp-6.0.0, gnome-3.12, gnome-keyring-3.12.0,
  grilo-plugins-0.2.12, json-glib-1.0.0, libgee-0.14.0,
  libgnome-keyring-3.12.0, mousetweaks-3.12.0, ocrad-0.23, openssh-6.6,
  phpmyadmin-4.1.12, seahorse-3.12.0, tea-37.2.0, webkit-gtk-2.4.0,
  xf86-video-vmware-13.0.2.

(wiz)

2014-03-28 11:27:57 UTC MAIN commitmail json YAML

Updated www/apache22 to 2.2.27

(adam)

2014-03-28 11:25:43 UTC MAIN commitmail json YAML

Changes 2.2.27:

  *) 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: draft-ietf-httpbis-p1-messaging-23 corrections regarding
    TE/CL conflicts.

  *) mod_proxy_http: Core dumped under high load. PR 50335.

  *) proxy_util: NULL terminate the right buffer in 'send_http_connect'.

  *) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
    is equivalent to <ProxyMatch wildcard-url>.

  *) mod_ldap: Fix a potential memory leak or corruption.

  *) mod_ssl: Do not perform SNI / Host header comparison in case of a
    forward proxy request.

  *) mod_rewrite: Add mod_rewrite.h to the headers installed on Windows.

(adam)

2014-03-28 07:30:25 UTC MAIN commitmail json YAML

+ ruby-ncurses-1.3.1

(obache)

2014-03-28 07:29:05 UTC MAIN commitmail json YAML

- ruby-tw-1.0.2 [pkg/48447] (1.0.8 now)

(obache)

2014-03-28 05:51:13 UTC MAIN commitmail json YAML

2014-03-27 21:01:16 UTC MAIN commitmail json YAML

Updated databases/postgresql93 to 9.3.4; databases/postgresql92 to 9.2.8; databases/postgresql91 to 9.1.13; databases/postgresql90 to 9.0.17; databases/postgresql84 to 8.4.21

(adam)

2014-03-27 20:57:55 UTC MAIN commitmail json YAML

This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience.

The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues. For this reason, users are encouraged to replace each of their standby databases with a new base backup after applying the update.

Other PostgreSQL 9.3-only fixes in this update include:

Make sure that statistics files for dropped databases get deleted
Allow materialized views to be referenced in UPDATE and DELETE queries
Add read-only data_checksum parameter
Prevent erroneous operator push-down in postgres_fdw

This release resolves some other issues in all versions of PostgreSQL, including:
Fix timing consistency issue with NOTIFY
Allow regular expression execution to be cancelled
Improve performance of index checks for newly added rows
Prevent premature walsender disconnection
Prevent memory errors on newer Windows versions
Update timezone files

(adam)

2014-03-27 20:19:43 UTC MAIN commitmail json YAML

2014-03-27 19:51:31 UTC MAIN commitmail json YAML

Updated security/opendnssec to 1.4.4

(pettai)

2014-03-27 19:51:06 UTC MAIN commitmail json YAML

OpenDNSSEC 1.4.4:

* SUPPORT-114: libhsm: Optimize storage in HSM by deleting the public
  key directly if SkipPublicKey is used [OPENDNSSEC-574].
* OPENDNSSEC-358: ods-ksmutil:Extend 'key list' command with options to filter
  on key type and state. This allows keys in the GENERATE and DEAD state to be
  output.
* OPENDNSSEC-457: ods-ksmutil: Add a check on the 'zone add' input/output
  type parameter to allow only File or DNS.
* OPENDNSSEC-549: Signer Engine: Put NSEC3 records on empty non-terminals
  derived from unsigned delegations (be compatible with servers that are
  incompatible with RFC 5155 errata 3441).
* Make/build: Include README.md in dist tar-ball.

Bugfixes:
* SUPPORT-86: Fixed build on OS X [OPENDNSSEC-512].
* SUPPORT-97: Signer Engine: Fix after restart signer thinks zone has expired
  [OPENDNSSEC-526].
* SUPPORT-101: Signer Engine: Fix multiple zone transfer to single file bug
  [OPENDNSSEC-529].
* SUPPORT-102: Signer Engine: Fix statistics (count can be negative)/
* SUPPORT-108: Signer Engine: Don't replace tabs in RRs with whitespace
  [OPENDNSSEC-520].
* SUPPORT-116: ods-ksmutil: 'key import' date validation fails on certain
  dates [OPENDNSSEC-553].
* SUPPORT-128: ods-ksmutil. Man page had incorrect formatting [OPENDNSSEC-576].
* SUPPORT-127: ods-signer: Fix manpage sections.
* OPENDNSSEC-481: libhsm: Fix an off-by-one length check error.
* OPENDNSSEC-482: libhsm: Improved cleanup for C_FindObjects.
* OPENDNSSEC-531: ods-ksmutil: Exported value of <Parent><SOA><TTL> in
  'policy export' output could be wrong on MySQL.
* OPENDNSSEC-537: libhsm: Possible memory corruption in hsm_get_slot_id.
* OPENDNSSEC-544: Signer Engine: Fix assertion error that happens on an IXFR
  request with EDNS.
* OPENDNSSEC-546: enforcer & ods-ksmutil: Improve logging on key creation
  and alloctaion.
* OPENDNSSEC-560: Signer Engine: Don't crash when unsigned zone has no SOA.
* Signer Engine: Fix a race condition when stopping daemon.

(pettai)

2014-03-27 19:28:33 UTC MAIN commitmail json YAML

2014-03-27 19:27:04 UTC MAIN commitmail json YAML

Updated sysutils/lsof to 4.87

(ryoon)

2014-03-27 19:26:40 UTC MAIN commitmail json YAML

Update to 4.87

Changelog:
4.85 September 27, 2011
John Dzubera <Zube@CS.ColoState.EDU> kindly provided a patched
Solaris 9 test system with the lgrp_root conflict and I was
able to devise an automatic work-around for the conflict.  The
special note in .../dialects/sun/machine.h was removed and
the 17.28.1 FAQ entry was modified to reflect the update.

Added a Solaris 11 work-around for a typedef problem with
<sys/mutex.h>.  Carson Gaspar <carson@taltos.org> reported
the problem and supplied the work-around.

Added support for FreeBSD 7.4 and 8.2; tested on systems
provided by Larry Rosenman <ler@lerctr.org>.

Added support for 32 bit Solaris 11 lsof with mods supplied
by Jan Wortelboer <J.H.P.Wortelboer@uva.nl>.

Added Solaris 11 support for using an alternate genunix
location.  Bill Goodridge <bill@its.brooklyn.cuny.edu>
reported the alternate location.

Added further Linux cross configuration support to lsof's
Configure script.  The additional support was supplied by
Grant Erickson <erick205@umn.edu>.  See the descriptions of
the LINUX_* environmen  variables in 00XCONFIG for more
information.  Tested lsof on Linux kernel 2.6.32 and picked
some lint that surfaced during the test.

Added fixes and changes for Apple Mac OS X 10.6, provided by
Allan Nathanson <ajn@apple.com>.  Allan also provided a test
system.

Tested on FreeBSD 6.4 i386, using a test system provided by
Terry Kennedy <TERRY@tmk.com>.  Updated for recent FreeBSD ZFS
changes on an 8.2 amd64 test system also provided by Terry.

Changed documentation to indicate FreeBSD 7.x is no longer
supported, since I no longer have a test system.

Made some changes to the lsof man page, suggested by Navid
<evi1m4chine@googlemail.com>.

Added compensation for Solaris 10 systems that have patch
144488-10.  The patch requires that the new header file
<sys/socket_proto.h> be included while _KERNEL is defined.
Brett Bartick <Brett.bartick@nomura.com> reported the problem
first, followed by Stuart Anderson <anderson@ligo.caltech.edu>.
Michael Hocke <michael.hocke@nyu.edu> suggested a work-around
which I refined to limit it to the specific Solaris 10 instance
and then tested on a system provided by Charles Stephens
<cfs@cowlabs.com>

Added the +|-e option for Linux.  It exempts file systems
named by path from function calls that might block in the
kernel -- i.e., stat(2) and lstat(2), and when the +e form
is used, readlink (2).  The new packager of lsof for the
Linux Fedora and RHEL distributions, Peter Schiffer
<pschiffe@redhat.com>, asked for the feature so it could
be used with Clearcase file systems, whose implementation
can block stat(2) calls.  I consider this feature very risky
and easy to misuse -- e.g., specifying the file system as
'/' would exempt all file systems.  I don't intend to
propagate this option to any other UNIX dialect that lsof
currently supports.

Made FreeBSD 9 adjustment.

Fixed a Linux bug that prevented the display of paths for
abstact UNIX sockets.  Masatake Yamato <yamato@redhat.com>
reported the bug and supplied a patch.

Added compensation for the removal of RPC header files from
GlibC 2.14 for Linux.  Marek Behun <kabel@blackhole.sk>
reported the problem and supplied a patch.

Added support for Linux Netlink protocol.  Masatake Yamato
requested the support and supplied a patch.  Peter Schiffer
<pschiffe@redhat.com> provided a test system.

Corrected Linux UDP6-lite path.  The error was reported by
Masatake Yamato and he also supplied a patch.

4.86 April 10, 2012
Lsof for AIX is no longer supported on any versions of that
operating system.

Added information about the clang compiler for FreeBSD to the
FAQ.

Corrected an arg.c bug in the accumulation of +|-e option
values, reported by Peter Schiffer <pschiffe@redhat.com>.
This correction was supplied as a patch to revision 4.85.

Enabled FreeBSD 10 support and tested it there on a system
provided by Larry Rosenman <ler@lerctr.org>.

Updated for latest Solaris 11 with patches supplied by
Carson Gaspar <carson@taltos.org>.  Carson supplied a test
system.

Adjusted Linux file system search method to compensate for
NFS mounts that have duplicate device numbers.  The problem
was reported by Peter Schiffer <pschiffe@redhat.com>, who
provided a test system.

At the request of Peter Schiffer <pschiffe@redhat.com>, added
support for Linux SCTP socket files.  Peter provided a test
system.  Applied a warning patch supplied by Peter.

Added support for Mac OS X 10.7 (Lion), provided by Allan
Nathanson <ajn@apple.com>.  Allan also supplied a test
system.

Enabled FreeBSD 8.3 support and tested it there on a system
provided by Larry Rosenman <ler@lerctr.org>.

Corrected the FAQ information on ZFS with Solaris 10 after
Steven Blackmon <stblackm@cisco.com> and Prasad Jampala
<jampalp@cisco.com> pointed out that it was incorrect --
i.e., outdated by the libctf changes at revision 4.83.

Added code to handle a Linux NFS-mounted root.  Jia He
<hejianet@linux.vnet.ibm.com> reported the need for this.

4.87 January 2, 2013
Added an entry to 00FAQ about lsof behavior when the
HASSECURITY and HASNOSOCKSECURITY options are defined.
Carson Gaspar <carson@taltos.org> pointed out the need
for this clarification.

Added a work-around for a missing definition of mach_port_t
in Darwin 9 (Mac OS/X 10.5.8).  The work-around was supplied
by Jim Reid <jim@rfc1035.com>.

Added support for Linux anon_inodefs, provided by Masatake
YAMATO <yamato@redhat.com>.

Documented a Solaris 9 and 10 portmap reporting problem
(+M) in 00FAQ.  The problem was reported by Clint
Roberts <Clint.Roberts@ttius.com>.  I have no solution
to the problem, but discuss a possible work-around in
the answer to this 00FAQ question: "Why doesn't lsof
report portmap registrations for some Solaris versions?"

Added FreeBSD support for the oldnfs and newnfs file system
types.  Daniel Braniss <danny@cs.huji.ac.il> reported the
need for the addition.

Added ICMP socket support for Linux with code provided by
Masatake YAMATO <yamato@redhat.com>.

Corrected the reporting of process group ID for libproc
versions of Mac OS X with a patch from Jeff Trawick
<trawick@gmail.com>.  The patch has not been applied to
Darwin kmem versions, because of little call for them
and inadequate test system access.  The patch has been
tested on Mac OS X 10.8 (Mountain Lion), courtesy of a
test system provided by Allan Nathanson <ajn@apple.com>.

Added thread support to those FreeBSD versions that have
ki_numthreads in their kinfo_proc structure.  This also
activates the -K option for those FreeBSD versions.  Jeff
Trawick reported problems with FreeBSD lsof when threads
are present and this addition solves those problems.

Made changes to 00FAQ and the distribution, suggested by
Warren Young <warren@etr-usa.com>.  The 00FAQ changes
center on sections that discuss the -s option.  The changes
to the distribution include a ChangeLog file that is either
a pointer to or a copy of 00DIST, the distribution notes.

Added support to FreeBSD for using the clang compiler.

Added Linux support for using the getxattr() call to obtain
socket protocol identification when it is can't be obtained
from the /proc/net files that lsof examines.  Masatake YAMATO
<yamato@redhat.com> developed the kernel patch to getxattr()
and supplied the lsof patch.

(ryoon)

2014-03-27 19:13:06 UTC MAIN commitmail json YAML

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

Updated fonts/umefont-ttf to 0.461

(ryoon)

2014-03-27 18:39:31 UTC MAIN commitmail json YAML

Update to 0.461

Status:
Unadjusted: Unicode 7a2f-9398

(ryoon)

2014-03-27 10:04:02 UTC MAIN commitmail json YAML

2014-03-27 09:19:20 UTC MAIN commitmail json YAML

Updated graphics/x11rec to 0.3nb9

(obache)

2014-03-27 09:19:12 UTC MAIN commitmail json YAML

Fixes missing dependency on ruby-base.

Bump PKGREVISION.

(obache)

2014-03-27 08:50:11 UTC MAIN commitmail json YAML

Updated lang/python33 to 3.3.5nb1

(obache)

2014-03-27 08:50:01 UTC MAIN commitmail json YAML

Disable spwd module, same as other python version.
It is provided as devel/py-spwd in pkgsrc.

Bump PKGREVISION.

(obache)

2014-03-27 08:32:20 UTC MAIN commitmail json YAML

- newt-0.52.12 (devel/newt had been removed from pkgsrc, and py-newt is newer)

(obache)

2014-03-27 07:54:49 UTC MAIN commitmail json YAML

Fixes hard-coded paths used for installaton of po files.
for the case INSTALL != /usr/bin/install and/or PKGLOCALEDIR != share.

(obache)

2014-03-27 06:26:24 UTC MAIN commitmail json YAML

Update readline-6.3 patch from upstream, for builtin GNU readline<4.2.

(obache)

2014-03-27 06:14:57 UTC MAIN commitmail json YAML

2014-03-27 05:36:38 UTC MAIN commitmail json YAML

2014-03-27 05:36:10 UTC MAIN commitmail json YAML

2014-03-27 05:22:33 UTC MAIN commitmail json YAML

Prevent to detect unwanted builtin openssl.

After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c,
buitin openssl is not acceptable for various platforms.

(obache)

2014-03-27 05:15:00 UTC MAIN commitmail json YAML

Prevent to detect unwanted builtin openssl.

After bump of BUILDLINK_API_DEPENDS.openssl to 1.0.1c,
buitin openssl is not acceptable for various platforms.

(obache)

2014-03-26 22:02:27 UTC MAIN commitmail json YAML

Updated devel/accerciser3 to 3.12.0

(prlw1)

2014-03-26 21:59:00 UTC MAIN commitmail json YAML

Update accerciser3 to 3.12 (so it now works)

What's New
==========
Two GNOME Goals accomplished:
- Joanmarie Diggs did the Python 3 Porting Goal (Thank you!)
- Modernize your autotools configuration
Other changes:
- Force accerciser to use Wnck 3.0 version
- Stop including the spec file for rpm packages
- Fix for bug 691136 - Replace deprecated GObject methods with their GLib equival
- Fix for bug 691145 - The Interface Viewer's States tree is too small
- Fix for bug 691147 - The Interface Viewer displays markup
- Fix for bug 691141 - Interface Viewer does not populate in Python 3
- Fix for bug 687885 - Add keywords to the desktop file
- Fix for bug 692543 - Remove markup from translatable strings
- Fix for bug 694120 - Accerciser crash at launch because python3 gettext
- Added some categories in the .desktop file for accerciser
- Fixed view manager's popup menu and translations
- Updates on accerciser.doap
- Fix for bug 695141 - Add high contrast icon
- help: fix a typo
- Remove INSTALL from git repo
- Fix for bug 709349 - Make the highlight window a POPUP window
- Fix for bug 709122 - Do not wrap __class__ object from plugins' methods
- ipython: Update to match the latest IPython API
- ipython: seek to 0 after truncating stdout
- ipython: Adding auto-indentation
- Fix for bug 723403 - Save window's properties at 'delete-event' time
- Validate plugin: Make use of metaclasses compatible on python 2.x & 3.x
- Interface Viewer plugin
  - Display of states should be wider
  - Avoid the misalignement of elements when resizing
  - Fix for bug 660971 - Fixing iv plugin's caret offset value
  - Fix spinner on Value's section
- Macaroon
  - Make Macaroon work in Python 3
  - Update get_text call according to latest API
  - When recording, put right ATSPI roles in the output sequence
- Quick select: fix inspect accessible under mouse
- IPython View: Add backwards compatibility with old stable releases of IPython
- User docs: Fixed a few boken/redirected links
- Many new and updated translations

(prlw1)

2014-03-26 16:48:35 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.3.4nb1

(tsutsui)

2014-03-26 16:47:39 UTC MAIN commitmail json YAML

Pull one more post-3.3.4 bug fix patch for build failure with gcc-4.8.x.

Bump PKGREVISION.  (leaf package build fix, and also changes binaries)

(tsutsui)

2014-03-26 16:23:48 UTC MAIN commitmail json YAML

Update gimp-docs* to 2.8.1

(ryoon)

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

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

Update to 2.8.1

Changelog:

GIMP Help 2 release 2.8.1
=========================

- New (incomplete) translations: Brazilian Portuguese, Danish, Catalan
- Online documentation (http://docs.gimp.org) now provides a language
  menu which allows users to switch to other translations of the same
  document if available (#168256)
- Bugfixes:

    * #168256 - Help pages should have links to corresponding pages in other language
    * #676683 - Docs use the term "dpi", GIMP UI uses "ppi"
    * #679173 - Grammatical error in Help Browser: "have there own preset system"
    * #680243 - Export File shortcut error in Gimp Manual
    * #711318 - help pages should have a link to Bugzilla

(ryoon)

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

2014-03-26 14:27:23 UTC MAIN commitmail json YAML

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

2014-03-26 13:53:37 UTC MAIN commitmail json YAML

Updated www/nginx to 1.4.7nb5

(imil)

2014-03-26 13:52:43 UTC MAIN commitmail json YAML

Updated lang/LuaJIT2 to 2.0.3nb1

(imil)

2014-03-26 13:47:58 UTC MAIN commitmail json YAML

2014-03-26 13:45:12 UTC MAIN commitmail json YAML

Add support for GEM_EXTSDIR.

(taca)

2014-03-26 13:44:34 UTC MAIN commitmail json YAML

Require ruby-rdoc 3.11 and later.

(taca)

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

PLIST for ruby-cookiejar 0.3.2, it should be commited with previous update.

(taca)

2014-03-26 13:37:03 UTC MAIN commitmail json YAML

+ aria2-1.18.4, cheese-3.12.0, ffmpeg2-2.2, gnome-common-3.12.0,
  gthumb-3.2.7, gtk3-3.12.0, libwildmidi-0.3.5, optipng-0.7.5,
  py-keyring-3.7, seamonkey-2.25, tcpreplay-4.0.4, vala-0.24.0,
  vinagre-3.12.0, vino-3.12.0.

(wiz)

2014-03-26 13:32:48 UTC MAIN commitmail json YAML

Add GEM_EXTSDIR support.

(taca)

2014-03-26 13:31:57 UTC MAIN commitmail json YAML

Add GEM_EXTSDIR support.

(taca)

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

Fixed LuaJIT2 linking for the Lua module.

(imil)

2014-03-26 13:30:56 UTC MAIN commitmail json YAML

Add GEM_EXTSDIR support.
Use ${RUBY_DLEXT} instead of "so".

(taca)

2014-03-26 13:29:53 UTC MAIN commitmail json YAML

2014-03-26 13:29:09 UTC MAIN commitmail json YAML

Correct depending package's directory.

(taca)

2014-03-26 13:28:30 UTC MAIN commitmail json YAML

Allow build with ruby21.

(taca)

2014-03-26 13:27:50 UTC MAIN commitmail json YAML

Allow build with ruby21.

(taca)

2014-03-26 13:27:28 UTC MAIN commitmail json YAML

+ ibus-1.5.6 ibus-anthy-1.5.5

(obache)

2014-03-26 13:26:46 UTC MAIN commitmail json YAML

Allow build with ruby200 and ruby21.

(taca)

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

2014-03-26 13:24:52 UTC MAIN commitmail json YAML

Only enable gles files if the gles header exists.

(jperkin)

2014-03-26 13:24:35 UTC MAIN commitmail json YAML

Re-add .RUBYARCHDIR.time to GEM_CLEANBUILD to fix build problem.

(taca)