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

2024-05-13 06:04:55 UTC Now

2014-10-20 11:10:46 UTC MAIN commitmail json YAML

Updated x11/xcb-util to 0.4.0

(wiz)

2014-10-20 11:10:31 UTC MAIN commitmail json YAML

Update to 0.4.0:

Release 0.4.0 (2014-10-15)
==========================

- Remove AM_MAINTAINER_MODE.
- Use AC_CONFIG_HEADERS to create a config.h file.
- Add missing COPYING file.
- Remove the dependency on X11 Protocol.
- #include <stdio.h> for vsnprintf case, not just vasprintf (#64807).

(wiz)

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

Updated audio/ezstream to 0.5.6

(mef)

2014-10-20 11:02:53 UTC MAIN commitmail json YAML

(upsteam) Update 0.5.4 to 0.5.6
Changes in 0.5.6, released on 2009-08-31:
* ezstream-file.sh:
  - [NEW]  Add and install ezstream-file.sh, a new convenience shell script
            that generates configuration and playlist from a template and
            command line, respectively. (Bourne shell and POSIX utilities
            required.)
            See ezstream-file.sh(1) for details.
* src/ezstream.c:
  - [MISC]  Be more tolerant towards faulty playlists and similar issues.
            Failure to open a resource (e.g. a media file) is no longer fatal
            and operation will continue until 100 subsequent errors. Based on
            an idea from dhorton.
            (Ticket #1585)
  - [NEW]  New command line option -s: Make ezstream function as a line-
            based shuffling utility.
* src/playlist.c:
  - [MISC]  Consider no output from a playlist program to be equivalent to an
            empty line, indicating that the end of the playlist is reached.
  - [FIX]  Do not complain when receiving an empty line from a playlist
            program.
* examples/:
  - [NEW]  Add a real-world example playlist script with logging feature.

Changes in 0.5.5, released on 2009-08-01:
* win32/config.h:
  - [FIX]  Re-enable TagLib support in MSVC build. Found by Roman Donchenko.
            (Ticket #1535)

* various:
  - [NEW]  New optional <sourceuser/> configuration option, to change the
            username used in authentication with Icecast. Suggested by
            Akos Veres.
  - [MISC]  Further improvements and minor fixes in the build system.

(mef)

2014-10-20 11:00:25 UTC MAIN commitmail json YAML

- Added camlp4 dependency
- Added patch to remove duplicate method
- Added LICENSE

(jaapb)

2014-10-20 10:50:35 UTC MAIN commitmail json YAML

Updated x11/libxkbcommon to 0.5.0

(wiz)

2014-10-20 10:50:20 UTC MAIN commitmail json YAML

Update to 0.5.0:

libxkbcommon 0.5.0 - 2014-10-18
==================

- Added support for Compose/dead keys in a new module (included in
  libxkbcommon). See the documentation or the
  xkbcommon/xkbcommon-compose.h header file for more details.

- Improved and reordered some sections of the documentation.

- The doxygen HTML pages were made nicer to read.

- Most tests now run also on non-linux platforms.

- A warning is emitted by default about RMLVO values which are not used
  during keymap compilation, which are most often a user misconfiguration.
  For example, "terminate:ctrl_alt_backspace" instead of
  "terminate:ctrl_alt_bksp".

- Added symbol versioning for libxkbcommon and libxkbcommon-x11.
  Note: binaries compiled against this and future versions will not be
  able to link against the previous versions of the library.

- Removed several compatablity symbols from the binary (the API isn't
  affected). This affects binaries which

  1. Were compiled against a pre-stable (<0.2.0) version of libxkbcommon, and
  2. Are linked against the this or later version of libxkbcommon.

  Such a scenario is likely to fail already.

- If Xvfb is not available, the x11comp test is now correctly skipped
  instead of hanging.

- Benchmarks were moved to a separate bench/ directory.

- Build fixes from OpenBSD.

- Fixed a bug where key type entries such as "map[None] = Level2;" were
  ignored.

- New API:
  XKB_COMPOSE_*
  xkb_compose_*

(wiz)

2014-10-20 10:44:03 UTC MAIN commitmail json YAML

Updated textproc/libunistring to 0.9.4

(wiz)

2014-10-20 10:43:53 UTC MAIN commitmail json YAML

Update to 0.9.4.

New in 0.9.4:
* The data tables and line breaking algorithm have been updated to Unicode
  version 6.0.0.
* A new include file unigbrk.h is provided. It declares functions for
  grapheme cluster breaking, that is, determining the boundaries between
  graphemes. See the documentation chapter "Grapheme cluster breaks in strings"
  for details.
* In the include file unictype.h, constants are defined for the group of
  general categories LC ("Cased Letter").
* In the include file unictype.h, functions for associating canonical
  combining classes with names have been added:
    uc_combining_class_name
    uc_combining_class_long_name
    uc_combining_class_byname
* In the include file unictype.h, functions for the Arabic joining type and
  the Arabic joining group have been added:
    uc_joining_type_name
    uc_joining_type_long_name
    uc_joining_type_byname
    uc_joining_type
    uc_joining_group_name
    uc_joining_group_byname
    uc_joining_group
* In the include file unictype.h, functions for new predefined properties
  have been added:
    uc_is_property_cased
    uc_is_property_case_ignorable
    uc_is_property_changes_when_lowercased
    uc_is_property_changes_when_uppercased
    uc_is_property_changes_when_titlecased
    uc_is_property_changes_when_casefolded
    uc_is_property_changes_when_casemapped
  But it's recommended to use the case mapping functions from unicase.h
  instead.
* In the include file unictype.h, the functions for bidi class, formerly known
  as bidirectional category, have been renamed:
    uc_bidi_category_name  -> uc_bidi_class_name
    uc_bidi_category_byname -> uc_bidi_class_byname
    uc_bidi_category        -> uc_bidi_class
    uc_is_bidi_category    -> uc_is_bidi_class
  The old function names still exist, but are obsolete.
* In the include file unictype.h, functions for returning long names of
  property values have been added:
    uc_general_category_long_name
    uc_bidi_class_long_name
  The functions
    uc_general_category_byname
    uc_bidi_class_byname
  have been extended to recognize long names as well as short names.
* It is now easier to detect the subminor version: The value of the variable
  _libunistring_version and of the macro _LIBUNISTRING_VERSION now includes
  also the subminor version.
* The functions u8_mbtouc and u8_mbtouc_unsafe now handle ill-formed UTF-8
  input in a better way, that is more compliant with W3C recommendations.
* The functions u8_strcoll, u16_strcoll, u32_strcoll now produce results that
  are less dependent on the iconv implementation in use.
* The functions u8_strstr, u16_strstr, u32_strstr now perform in O(n) time
  worst-case, where n is the sum of the lengths of the argument strings.

(wiz)

2014-10-20 10:43:06 UTC MAIN commitmail json YAML

Added dependency on camlp4.

(jaapb)

2014-10-20 10:35:20 UTC MAIN commitmail json YAML

- Added dependency on camlp4

(jaapb)

2014-10-20 10:22:31 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.31

(wiz)

2014-10-20 10:22:19 UTC MAIN commitmail json YAML

Update to 2.0.31. Split off not always needed dependencies
(lame, mplayer, portaudio) into options and default them to off.

Changes in 2.0.31

    Fix a problem where large regular syncs sometimes timed out.

Changes in 2.0.30

If youç©©e using the alternate build on an older Mac, this upgrade
is necessary to keep syncing.
    Disable embedded fonts on OSX to prevent crashes.
    The Browse screen on OSX now deletes cards when you press Fn+Del, not Del.
    Fix a syncing bug triggered by importing apkgs with custom deck options.
    Fix saved searches not being synced (thanks to Houssam).
    Fix "check database" not saving changes after fixing an AnkiDroid problem.

(wiz)

2014-10-20 10:15:16 UTC MAIN commitmail json YAML

regen patch, no change, just patches more cleanly

(wiz)

2014-10-20 10:13:32 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.17

(wiz)

2014-10-20 10:13:16 UTC MAIN commitmail json YAML

Update to 1.17:

Noteworthy changes in version 1.17 (2014-10-15) [C13/A13/R0]
-----------------------------------------------

* New error codes for TLS protocol libraries.

* New configure option --enable-build-timestamp.

* New man page for gpg-error-config.

(wiz)

2014-10-20 10:12:51 UTC MAIN commitmail json YAML

- Changed dependencies etc. to build with new camlp4 structure;
- added patch to deal with unterminated string constant
- added comment to configure.in patch.

(jaapb)

2014-10-20 10:01:03 UTC MAIN commitmail json YAML

+ cairo-1.14.0, cairo-gobject-1.14.0, gettext-lib-0.19.3,
  libgpg-error-1.17, libxkbcommon-0.5.0, memcached-1.4.21,
  musicpd-0.19.1, ocaml-4.02.1, ocaml-findlib-1.5.4, py-anki2-2.0.31,
  py-cryptography-0.6.1, py-cython-0.21.1, py-libxml2-2.9.2,
  py-tortoisehg-3.1.2, py-urwid-1.3.0, webkit-gtk-2.6.1,
  x264-devel-20141018.

(wiz)

2014-10-20 09:31:55 UTC MAIN commitmail json YAML

Updated mail/dovecot2 to 2.2.14

(adam)

2014-10-20 09:29:11 UTC MAIN commitmail json YAML

Changes 2.2.14:
* lmtp: Delivered-To: header no longer contains <> around the email
  address. Other MDAs don't have it either.
* "Out of disk space" errors are now treated as temporary errors
  (not the same as "Out of disk quota").
* replication plugin: Use replication only for users who have a
  non-empty mail_replica setting.

+ lmtp proxy: Log a line about each mail delivery.
+ Added login_source_ips setting. This can be used to set the source IP
  address round-robin from a pool of IPs (in case you run out of TCP
  ports).
+ Rawlog settings can use tcp:<host>:<port> as the path.
+ virtual plugin: Don't keep more than virtual_max_open_mailboxes
  (default 64) number of backend mailboxes open.
+ SSL/TLS compression can be disabled with ssl_options=no_compression
+ acl: Global ACL file now supports "quotes" around patterns.
+ Added last-login plugin to set user's last-login timestamp on login.
+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
- IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't
  enabled. This broke at least old Outlooks.
- passdb static treated missing password field the same as an empty
  password field.
- mdbox: Fixed potential infinite looping when scanning a broken
  mdbox file.
- imap-login, pop3-login: Fixed potential crashes when client
  disconnected unexpectedly.
- imap proxy: The connection was hanging in some usage patterns. This
  mainly affected older Outlooks.
- lmtp proxy: The proxy sometimes delivered empty mails in error
  situations or potentially delivered truncated mails.
- fts-lucene: If whitespace_chars was set, we may have ended up
  indexing some garbage words, growing the index size unnecessarily.
- -c and -i parameters for dovecot/doveadm commands were ignored if
  the config socket was readable.
- quota: Quota recalculation didn't include INBOX in some setups.
- Mail headers were sometimes added to dovecot.index.cache in wrong
  order. The main problem this caused was with dsync+imapc incremental
  syncing when the second sync thought the local mailbox had changed.
- doveadm backup didn't notice if emails were missing from the middle
  of the destination mailbox. Now it deletes and resyncs the mailbox.

(adam)

2014-10-20 09:02:52 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Date-Format to 1.005

(wiz)

2014-10-20 09:02:42 UTC MAIN commitmail json YAML

Update to 1.005:

1.005    2014-10-13 08:32:03-04:00 America/New_York
          fix documentation of export names (thanks, Thomas Klausner!)

(wiz)

2014-10-20 09:01:02 UTC MAIN commitmail json YAML

Updated devel/p5-Proc-ProcessTable to 0.51

(wiz)

2014-10-20 09:00:52 UTC MAIN commitmail json YAML

Update to 0.51:

0.51
  - Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
  #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
  Nikolov.

(wiz)

2014-10-20 08:59:48 UTC MAIN commitmail json YAML

Updated audio/bml to 0.7.0

(mef)

2014-10-20 08:58:26 UTC MAIN commitmail json YAML

Update PLIST also.

(mef)

2014-10-20 08:58:23 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.000

(wiz)

2014-10-20 08:58:14 UTC MAIN commitmail json YAML

Update to 2.000:

2.000 2014/10/15
- consider SSL3.0 as broken because of POODLE and disable it by default.
- Skip live tests without asking if environment NO_NETWORK_TESTING is set.
  Thanks to ntyni[AT]debian[DOT]org for suggestion.
- skip tests which require fork on non-default windows setups without proper
  fork. Thanks to SHAY for https://github.com/noxxi/p5-io-socket-ssl/pull/18

(wiz)

2014-10-20 08:57:51 UTC MAIN commitmail json YAML

(upstream) Update 0.5.0 to 0.7.0
0.7.0 victory, not venegance (19.Jan.2013)
  Maintainance release with autofoo and code cleanups.
0.6.1 black beats blue (04.Jan.2012)
  Hot fix release.
0.6.0 black beats blue (25.Dec.2011)
  Improved machine compatibility.

(mef)

2014-10-19 22:27:48 UTC MAIN commitmail json YAML

2014-10-19 22:26:38 UTC MAIN commitmail json YAML

Change lua-5.1.pc file to link to -llua5.1.

(alnsn)

2014-10-19 22:11:22 UTC MAIN commitmail json YAML

Fix hardcoded paths to executables; ++pkgrevision

(cheusov)

2014-10-19 21:27:08 UTC MAIN commitmail json YAML

2014-10-19 21:26:13 UTC MAIN commitmail json YAML

Updated textproc/hs-parsec to 3.1.7

(szptvlfn)

2014-10-19 21:25:47 UTC MAIN commitmail json YAML

Update to 3.1.7

CHANGES:
3.1.7

- Fix a regression from 3.1.6 related to the reported position of error messages.
  See bug #9 for details.
- Reset the current error position on success of 'lookAhead'.

(szptvlfn)

2014-10-19 20:39:25 UTC MAIN commitmail json YAML

Updated devel/ccache to 3.1.10; databases/sqlite3 to 3.8.7

(adam)

2014-10-19 20:37:48 UTC MAIN commitmail json YAML

Changes 3.8.7:

Performance Enhancements:
* Many micro-optimizations result in 20.3% more work for the same number of CPU cycles relative to the previous release. The cumulative performance increase since version 3.8.0 is 61%. (Measured using cachegrind on the speedtest1.c workload on Ubuntu 13.10 x64 with gcc 4.8.1 and -Os. Your performance may vary.)
* The sorter can use auxiliary helper threads to increase real-time response. This feature is off by default and may be enabled using the PRAGMA threads command or the SQLITE_DEFAULT_WORKER_THREADS compile-time option.
* Enhance the skip-scan optimization so that it is able to skip index terms that occur in the middle of the index, not just as the left-hand side of the index.
* Improved optimization of CAST operators.
* Various improvements in how the query planner uses sqlite_stat4 information to estimate plan costs.

New Features:
* Added new interfaces with 64-bit length parameters: sqlite3_malloc64(), sqlite3_realloc64(), sqlite3_bind_blob64(), sqlite3_result_blob64(), sqlite3_bind_text64(), and sqlite3_result_text64().
* Added the new interface sqlite3_msize() that returns the size of a memory allocation obtained from sqlite3_malloc64() and its variants.
* Added the SQLITE_LIMIT_WORKER_THREADS option to sqlite3_limit() and PRAGMA threads command for configuring the number of available worker threads.
* The spellfix1 extension allows the application to optionally specify the rowid for each INSERT.
* Added the User Authentication extension.

Bug Fixes:
* Fix a bug in the partial index implementation that might result in an incorrect answer if a partial index is used in a subquery or in a view.
* Fix a query planner bug that might cause a table to be scanned in the wrong direction (thus reversing the order of output) when a DESC index is used to implement the ORDER BY clause on a query that has an identical GROUP BY clause.
* Fix a bug in sqlite3_trace() that was causing it to sometimes fail to print an SQL statement if that statement needed to be re-prepared.
* Fix a faulty assert() statement.

(adam)

2014-10-19 20:25:39 UTC MAIN commitmail json YAML

Changes 3.1.10:

New features and improvements:
* Added support for the -Xclang compiler option.
* Improved handling of exit code of internally executed processes.
* Zero length object files in the cache are now rejected as invalid.
* Bail out on option -gsplit-dwarf (since it produces multiple output files).
* Compiler option -fdebug-prefix-map is now ignored (not part of the hash). (The -fdebug-prefix-map option may be used in combination with CCACHE_BASEDIR to reuse results across different directories.)
* Added note in documentation that --ccache-skip currently does not mean 窶彭on窶冲 hash the following option窶�.
* To enable support for precompiled headers (PCH), CCACHE_SLOPPINESS now also needs to include the new pch_defines sloppiness. This is because ccache can窶冲 detect changes in the source code when only defined macros have been changed.
* Stale files in the internal temporary directory (<ccache_dir>/tmp) are now cleaned up if they are older than one hour.

Bug fixes:
* Fixed path canonicalization in make_relative_path() when path doesn窶冲 exist.
* Fixed bug in common_dir_prefix_length(). This corrects the CCACHE_BASEDIR behavior.
* ccache no longer tries to create the cache directory when CCACHE_DISABLE is set.
* Fixed bug when reading manifests with a very large number of file info entries.
* Fixed problem with logging of current working directory.

(adam)

2014-10-19 16:48:44 UTC MAIN commitmail json YAML

2014-10-19 14:15:47 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.0

(ryoon)

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

Update to 4.0 from 3.9.2

* Update MESSAGE to use apache24 and php-fpm.
* Add php-fpm option, and make default option as php-fpm.

Changelog:
What's New
General

    Featured image previews now support .bmp files
    Featured Image meta box is now hidden for contributors lacking upload capabilities
    New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube playlists, TED talks
    Install WordPress in your language
    Streamlined Language management right from the dashboard

Posts

    Display embed previews for audio/visual URLs in Visual editor content box.
    Page scrolling now scrolls post content box.
    Edit Post/Page menu bar sticks to top of content box when scrolling (Visual and Text editor).
    Color picker was re-added to the Visual editor

Media

    Add Media Grid view option (default) for Media Library
    Add "Bulk Select" button to Media Grid view to delete multiple items
    Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
    Expand oEmbed support to include YouTube playlist URLs and Polldaddy窶冱 short URL format
    Remove Viddler oEmbed support
    Update SlideShare oEmbed regex
    Improved media experience on small screen sizes (embedded videos now responsive)
    Native video and audio shortcodes now support Flash playback looping

Comments

    Comments in trash can now be marked as spam.

Plugins

    Display plugins list as grid, with thumbnails, on Add New screen.
    Add popup window with plugin details (displays info from plugin's directory page).
    Add "Beta Testing" tab to Plugins screen for new features-as-plugins.

Accessibility

    Improved keyboard accessibility in the Add Media panel
    Improved screen-reader support for Customizer sections
    Makes links in help tabs keyboard accessible
    Improvements for screen-readers when managing widgets in the Customizer

Install Process

    Add language select menu as first Installation screen (skipped for localized installs)

Multisite

    mp4 file extension was added to allowed upload file types

(ryoon)

2014-10-19 10:43:55 UTC MAIN commitmail json YAML

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

(tron)

2014-10-19 10:43:12 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.10.

The following bugs have been fixed since version 4.2.9.1:
- bug #4361 Can't change font size (when config.inc.php not present)
- bug #4542 Tab key in column name not shown
- bug      PDF export: title not present in PDF
- bug #4543 Changing column name can break saved "order by" clause
- bug #4545 trying to favorite table while browser localStorage is disabled
            throws JS error
- bug #4259 reCaptcha sound session expired problem
- bug #4548 Inline editing a field converts tab to spaces
- bug #4252 Database-level permission bug for db names containing underscores
- bug #3120 Events are not exported when using xml
- bug #4554 Grid-editing timestamp column forces datepicker
- bug #4556 Fast filters for tables, views etc. should be governed by
            NavigationTreeDisplayItemFilterMinimum

(tron)

2014-10-19 09:57:34 UTC MAIN commitmail json YAML

Added math/liblinear version 1.94

(cheusov)

2014-10-19 08:59:31 UTC MAIN commitmail json YAML

Add more utilities and files to libsvm package

(cheusov)

2014-10-19 08:49:09 UTC MAIN commitmail json YAML

Note update of libvirt to 1.2.9

(agc)

2014-10-19 08:48:07 UTC MAIN commitmail json YAML

Update to libvert-1.2.9 from 1.2.6

A vast number of features, portability changes, and bug fixes
were introduced, including fixes for two vulnerabilities:

CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up disk (Peter Krempa),
CVE-2014-3657: domain_conf: fix domain deadlock (Pavel Hrdina)

as well as

spec: Update polkit dependencies for CVE-2013-4311 (Jiri Denemark)

(agc)

2014-10-18 21:28:59 UTC MAIN commitmail json YAML

2014-10-18 21:28:19 UTC MAIN commitmail json YAML

Updated devel/hs-vector to 0.10.12.1

(szptvlfn)

2014-10-18 21:27:53 UTC MAIN commitmail json YAML

Update to 0.10.12.1

changelog:
Changes in version 0.10.12.1

* Fixed compilation on non-head GHCs

Changes in version 0.10.12.0

* Export MVector constructor from Data.Vector.Primitive to match Vector's
  (which was already exported).

* Fix building on GHC 7.9 by adding Applicative instances for Id and Box

(szptvlfn)

2014-10-18 17:56:35 UTC MAIN commitmail json YAML

Fix build under NetBSD 6.

* Avoid conflict of tolower function, Thank you, tsutsui@ (PR pkg/49262).
* GCC 4.6 is required to support nullptr at least.

(ryoon)

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

Note update of lang/php55 package to 5.5.18 and lang/php54 package to 5.4.34.

(taca)

2014-10-18 14:29:04 UTC MAIN commitmail json YAML

Update to php54 5.4.34.

16 Oct 2014, PHP 5.4.34

- Fileinfo:
  . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)

- Core:
  . Fixed bug #67985 (Incorrect last used array index copied to new array after
    unset). (Tjerk)
  . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
    (CVE-2014-3669) (Stas)

- cURL:
  . Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)

- EXIF:
  . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
    (Stas)

- OpenSSL:
  . Reverted fixes for bug #41631, due to regressions. (Stas)

- XMLRPC:
  . Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
    (CVE-2014-3668) (Stas)

(taca)

2014-10-18 14:27:30 UTC MAIN commitmail json YAML

Update php55 to 5.5.18.

16 Oct 2014, PHP 5.5.18

- Core:
  . Fixed bug #67985 (Incorrect last used array index copied to new array after
    unset). (Tjerk)
  . Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
    as 6.2 (instead of 6.3)). (Christian Wenz)
  . Fixed bug #67633 (A foreach on an array returned from a function not doing
    copy-on-write). (Nikita)
  . Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
  . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
    (CVE-2014-3669) (Stas)

- cURL:
  . Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)

- EXIF:
  . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
    (Stas)

- FPM:
  . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
    when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)

- OpenSSL:
  . Revert regression introduced by fix of bug #41631

- Reflection:
  . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)

- Session:
  . Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)

- XMLRPC:
  . Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
    (CVE-2014-3668) (Stas)

(taca)

2014-10-18 12:59:30 UTC MAIN commitmail json YAML

Fix syntax error in ham/gnuradio-trellis section

(cheusov)

2014-10-18 05:56:34 UTC MAIN commitmail json YAML

+ kde4-4.14.2, vtk-5.10.1, xcb-util-0.4.0, xcb-util-image-0.4.0.

(wiz)

2014-10-18 00:01:08 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.5.1

(roy)

2014-10-18 00:00:52 UTC MAIN commitmail json YAML

Import dhcpcd-6.5.1 with the following changes:

  *  Use RTF_PINNED when deleting routes when available
    Allows dhcpcd to control IPv4 routing on newer FreeBSDs
  *  Don't work on bridge, or ptp interfaces unless explicitly told
  *  Poll for IFF_RUNNING again but avoid constantly sending IFF_UP
    (should now fix all carrier problems on BSD virtual interfaces)
  *  Don't crash when processing IPv6 route calls from the kernel
    when IPv6 resources have been disabled in dhcpcd
  *  Allow the same IP address to be shared across different interfaces
    Interface with the lowest metric gets the IP address, will move
    to the next highest if dropped (interface departs, carrier drops, etc)
  *  Use correct interface gateway on FreeBSD, removes need for linkaddr.c
    on kFreeBSD
  *  Delegated prefix addresses are now reported via DELEGATE6
  *  Fix copying the correct timezone file
  *  Work better with unknown delegated prefix lengths
  *  Move IPv4LL and ARP to the DHCP eloop queue to fix timing issues
  *  Add IA PD documentation update from christos@netbsd.org

(roy)

2014-10-17 22:13:24 UTC MAIN commitmail json YAML

Doesn't use modern print syntax.

(joerg)

2014-10-17 22:01:25 UTC MAIN commitmail json YAML

2014-10-17 22:00:40 UTC MAIN commitmail json YAML

2014-10-17 21:59:29 UTC MAIN commitmail json YAML

2014-10-17 21:04:43 UTC MAIN commitmail json YAML

add and enable php-xdebug

(jnemeth)

2014-10-17 21:03:03 UTC MAIN commitmail json YAML

Updated devel/hs-cpphs to 1.18.6

(szptvlfn)

2014-10-17 21:02:36 UTC MAIN commitmail json YAML

Update to 1.18.6

CHANGELOG:
* (1.18.6): bugfix to reject a macro usage with different arity than
            its definition

(szptvlfn)

2014-10-17 17:28:32 UTC MAIN commitmail json YAML

Updated textproc/sphinxsearch to 2.2.5

(fhajny)

2014-10-17 17:28:15 UTC MAIN commitmail json YAML

Update sphinxsearch to 2.2.5.

Changes:
- added OPTION rand_seed which affects ORDER BY RAND()
- fixed #2042, indextool fails with field mask on 32+ fields
- fixed #2031, wrong encoding with UnixODBC/Oracle source
- fixed #2056, several bugs in RLP tokenizer
- fixed #2054, SHOW THREADS hangs if queries in prefork mode
- fixed #2057, WARNING at indexer on duplicated wordforms
- fixed #2066, snippet generation with weight_order enabled
- fixed exception parsing in queries
- fixed crash in config parser
- fixed MySQL protocol response when daemon maxed out

(fhajny)

2014-10-17 17:07:45 UTC MAIN commitmail json YAML

Add optional Sphinx SE plugin support to MySQL 5.5 and 5.6.
Intented as a clean implementation (replacement) of wip/mysql-sphinxse.

SphinxSE is MySQL storage engine which can be compiled into MySQL server 5.x
using its pluggable architecture. Despite the name, SphinxSE does not
actually store any data itself. It is actually a built-in client which
allows MySQL server to talk to searchd, run search queries, and obtain
search results. All indexing and searching happen outside MySQL.

See http://sphinxsearch.com/docs/current.html#sphinxse-overview

(fhajny)

2014-10-17 16:50:11 UTC MAIN commitmail json YAML

2014-10-17 16:49:09 UTC MAIN commitmail json YAML

2014-10-17 16:48:17 UTC MAIN commitmail json YAML

2014-10-17 16:47:23 UTC MAIN commitmail json YAML

2014-10-17 16:46:26 UTC MAIN commitmail json YAML

2014-10-17 16:45:46 UTC MAIN commitmail json YAML

Simplify to avoid broken dependency chains. Still doesn't build.

(joerg)

2014-10-17 16:45:12 UTC MAIN commitmail json YAML

2014-10-17 16:44:02 UTC MAIN commitmail json YAML

gdbus-codegen is a separate package now.

(joerg)

2014-10-17 16:05:07 UTC MAIN commitmail json YAML

2014-10-17 16:04:24 UTC MAIN commitmail json YAML

update to 1.3.8
changes:
-Queries now support sorting
-user-defined fields can now have types
-plugin improvements

(drochner)

2014-10-17 16:01:15 UTC MAIN commitmail json YAML

sync w/ base pkg

pkgsrc note: at least the "mid3v2" tool doesn't work correctly
(probably due to the unicode string type mess), so I left
the "INCOMPATIBLE" there

(drochner)

2014-10-17 15:58:57 UTC MAIN commitmail json YAML

2014-10-17 15:46:47 UTC MAIN commitmail json YAML

update to 2.9.2
-security fixes:
-Fix for CVE-2014-3660 billion laugh variant
-CVE-2014-0191 Do not fetch external parameter entities (was patched
  in pkgsrc)
-many bugfixes, doc fixes, cleanup
-added cmake macro

(drochner)

2014-10-17 13:14:01 UTC MAIN commitmail json YAML

Noticed on NetBSD:

- Upstream's perl-shebang replacement missed one due to a space
  (fixed upstream). check-interpreter hadn't told me on OS X because
  "/usr/bin/perl" does exist there.

- gmake seems to choose a build order where the perl-shebang
  replacement doesn't happen early enough, breaking the build.
  Force the needed ordering.

(schmonz)

2014-10-17 11:50:55 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20141016

(schmonz)

2014-10-17 11:50:43 UTC MAIN commitmail json YAML

Update to 3.20141016. From the changelog:

[ Joey Hess ]
* Fix crash that can occur when only_committed_changes is set and a
  file is deleted from the underlay.

[ Simon McVittie ]
* core: avoid dangerous use of CGI->param in list context, which led
  to a security flaw in Bugzilla; as far as we can tell, ikiwiki
  is not vulnerable to a similar attack, but it's best to be safe
* core: new reverse_proxy option prevents ikiwiki from trying to detect
  how to make self-referential URLs by using the CGI environment variables,
  for instance when it's deployed behind a HTTP reverse proxy
  (Closes: #745759)
* core: the default User-Agent is now "ikiwiki/$version" to work around
  ModSecurity rules assuming that only malware uses libwww-perl
* core: use protocol-relative URLs (e.g. //www.example.com/wiki) so that
  https stays on https and http stays on http, particularly if the
  html5 option is enabled
* core: avoid mixed content when a https cgiurl links to http static pages
  on the same server (the static pages are assumed to be accessible via
  https too)
* core: force the correct top URL in w3mmode
* google plugin: Use search form
* docwiki: replace Paypal and Flattr buttons with text links
* comments: don't record the IP address in the wiki if the user is
  logged in via passwordauth or httpauth
* templates: add ARIA roles to some page elements, if html5 is enabled.
  Thanks, Patrick

pkgsrc changes:
* For the python option, add missing py-expat dependency.

(schmonz)

2014-10-17 11:50:06 UTC MAIN commitmail json YAML

Describe the "git" option.

(schmonz)

2014-10-17 11:10:34 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy to 0.9.8

(fhajny)

2014-10-17 11:10:21 UTC MAIN commitmail json YAML

2014-10-17 10:24:51 UTC MAIN commitmail json YAML

2014-10-17 10:24:21 UTC MAIN commitmail json YAML

Added databases/py-peewee version 2.3.3

(fhajny)

2014-10-17 10:24:04 UTC MAIN commitmail json YAML

Import peewee as databases/py-peewee.

Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
Supports SQLite, MySQL and PostgreSQL.

(fhajny)

2014-10-17 09:53:05 UTC MAIN commitmail json YAML

Updated ham/gnuradio-core to 3.7.5nb1

(mef)

2014-10-17 09:51:56 UTC MAIN commitmail json YAML

2014-10-17 09:43:27 UTC pkgsrc-2014Q3 commitmail json YAML

2014-10-17 09:37:07 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4522 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.29
- www/drupal7/distinfo                                          1.22

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 16 03:08:11 UTC 2014

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 to 7.32, including security fix and drupal6 is not affected.

  Drupal 7.32, 2014-10-15
  ----------------------
  - Fixed security issues (SQL injection). See SA-CORE-2014-005.

(tron)

2014-10-16 12:56:10 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.50

(wen)

2014-10-16 12:55:23 UTC MAIN commitmail json YAML

Update to 5.50

Upstream changes:
5.50  2014-10-15
  - Improved Mojo::DOM::HTML performance slightly.
  - Fixed description list parsing bug in Mojo::DOM::HTML. (Trelane)

5.49  2014-10-10
  - Improved form content generator to allow custom content types.
  - Improved Mojo::Server to load applications consistently for all servers.
    (tianon, sri)
  - Fixed Mojolicious::Static to hide files without extensions in DATA
    sections.
  - Fixed inflate command to ignore files without extensions.
  - Fixed bug in Mojolicious::Routes::Route where formats could be rendered
    twice for embedded applications.

(wen)

2014-10-16 12:47:59 UTC MAIN commitmail json YAML

Cache remote deps. This should help offline builds and prevent PLIST
changes if upstream updates one of the dependencies. Clean up and
reorder Makefile for better readability.

(fhajny)

2014-10-16 12:20:05 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.152000

(wen)

2014-10-16 12:19:13 UTC MAIN commitmail json YAML

Update to 0.152000
Add missing BUILD_DEPENDS

Upstream changes:
0.152000  2014-10-14 04:30:59+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #723: Redispatched requests lose data. (Sawyer X)

    [ ENHANCEMENT ]
    * Provide 'content' keyword to set the response content. (Sawyer x)
    * GH #616, #155, #615: Session engines are now lazy! (Russell Jenkins)
    * Dancer2 response objects can be created from arrays or from
      Plack::Response objects. (Sawyer X)
    * GH #718: Clean up App's Template engine. (Russell Jenkins)
    * Adding class-based tests. (Sawyer X)

    [ DOCUMENTATION ]
    * Add a policy document under Dancer2::Policy. (Sawyer X)
    * Document log_format instead of logger_format. (Sawyer X)

0.151000  2014-10-08 21:49:06+02:00 Europe/Amsterdam

    [ ENHANCEMENT ]
    * Apps are now a proper independent PSGI application. Forwarding
      and passing requests between apps will still work if you use the
      'Dancer2->psgi_app' method without providing a class, but it might
      still be phased out in the future.
      (Sawyer X)

    [ DOCUMENTATION ]
    * Migration document! (Snigdha Dagar)
    * GH #667: Fix typo in cookbook pod. (Lindsey Beesley)
    * GH #649, #670: Document core logger. (simbabque)
    * GH #689: Git guide markdown fixes. (Paul Cochrane)
    * GH #690, #691, #694, #696, #698, #699, #700, #702, #703,
        #704, #705, #706, #707, #708, #710: Doc cleanups.
      (Paul Cochrane)
    * GH #688: Improve testing documentation. (Paul Chochrane)
    * GH #692: Document serving static files using
      Plack::Middleware::Static. (Dvid Kovcs DavsX)
    * GH #695: Correct Dancer2::Logger::Capture, add test example.
      (David Kovcs DavsX)
    * GH #716: Correct document on proxy procotol forwarding
      in Apache. (Andy Beverley)

(wen)

2014-10-16 12:12:41 UTC MAIN commitmail json YAML

Updated devel/p5-File-ShareDir-Install to 0.09

(wen)

2014-10-16 12:11:50 UTC MAIN commitmail json YAML

Update to 0.09

Upstream changes:
0.09  Jul 7 2014
    - Get rid of DB::single
        Thank you djerius@cpan.org
    - Don't do POD tests

0.08  Jan 29 2014
    - Tests may now be run in parallel
        Thank you KENTNL@cpan.org

0.07  Jan 17 2014
    - Added delete_share
        Thank you dmuey@cpan.org

0.06  Jan 16 2014
    - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
        Thank you sharyanto@cpan.org

(wen)

2014-10-16 12:02:16 UTC MAIN commitmail json YAML

Fix build by update PERL5_MODULE_TYPE.

Spotted by: joerg@(Thanks !)

(wen)

2014-10-16 08:19:34 UTC MAIN commitmail json YAML

Updated net/dhcpcd-qt to 0.7.4

(roy)

2014-10-16 08:19:16 UTC MAIN commitmail json YAML

Updated net/dhcpcd-gtk to 0.7.4

(roy)

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

Updated net/dhcpcd-icons to 0.7.4

(roy)

2014-10-16 08:18:48 UTC MAIN commitmail json YAML

Import dhcpcd-ui-0.7.4 with the following changes:

  *  Better link messages
  *  Works with raN_addr instead of raN_prefix from newer dhcpcd versions
  *  Better Qt building

(roy)

2014-10-16 04:51:08 UTC MAIN commitmail json YAML

Don't hand-process $required_dirs and $required_files. This is provided
by the infrastructure. Tangentially related to PR 48555.

(dholland)

2014-10-16 04:41:14 UTC MAIN commitmail json YAML

Add some missing update (retrospectively) gnuradio-video-sdl,-trellis,-wxgui.

(mef)

2014-10-16 03:11:01 UTC MAIN commitmail json YAML

Updated ham/chirp to 0.4.1

(mef)

2014-10-16 03:10:11 UTC MAIN commitmail json YAML

Update ham/chirp to 0.4.1
  http://chirp.danplanet.com/news/13
Version 0.4.1 contains a special backport for Baofeng users to
work around a firmware incompatibility issue.
Thanks djb@ dholland@ for attention,

(mef)

2014-10-16 03:08:51 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.32.

(taca)

2014-10-16 03:08:11 UTC MAIN commitmail json YAML

Update drupal7 to 7.32, including security fix and drupal6 is not affected.

Drupal 7.32, 2014-10-15
----------------------
- Fixed security issues (SQL injection). See SA-CORE-2014-005.

(taca)

2014-10-16 02:33:48 UTC MAIN commitmail json YAML

Update for recent change to the makefile: ghostscript is no longer optional.
Should fix depending packages. My bad for not noticing ghostscript was in
here.

(dholland)

2014-10-15 22:11:24 UTC MAIN commitmail json YAML

2014-10-15 22:10:33 UTC MAIN commitmail json YAML

Bump revision for strnstr fix.

(joerg)

2014-10-15 22:10:21 UTC MAIN commitmail json YAML

2014-10-15 22:08:11 UTC MAIN commitmail json YAML

2014-10-15 22:07:46 UTC MAIN commitmail json YAML

2014-10-15 22:06:23 UTC MAIN commitmail json YAML

2014-10-15 22:05:40 UTC MAIN commitmail json YAML

Sync PLIST with installation. Bump revision.

(joerg)

2014-10-15 21:28:01 UTC MAIN commitmail json YAML

2014-10-15 19:55:53 UTC MAIN commitmail json YAML

Add back manual page which somehow was removed yet got past install checks.

(jperkin)

2014-10-15 19:04:51 UTC MAIN commitmail json YAML

Updated security/openssl to 1.0.1j

(jperkin)

2014-10-15 19:04:40 UTC MAIN commitmail json YAML

Update to openssl-1.0.1j.

Changes between 1.0.1i and 1.0.1j [15 Oct 2014]

  *) SRTP Memory Leak.

    A flaw in the DTLS SRTP extension parsing code allows an attacker, who
    sends a carefully crafted handshake message, to cause OpenSSL to fail
    to free up to 64k of memory causing a memory leak. This could be
    exploited in a Denial Of Service attack. This issue affects OpenSSL
    1.0.1 server implementations for both SSL/TLS and DTLS regardless of
    whether SRTP is used or configured. Implementations of OpenSSL that
    have been compiled with OPENSSL_NO_SRTP defined are not affected.

    The fix was developed by the OpenSSL team.
    (CVE-2014-3513)
    [OpenSSL team]

  *) Session Ticket Memory Leak.

    When an OpenSSL SSL/TLS/DTLS server receives a session ticket the
    integrity of that ticket is first verified. In the event of a session
    ticket integrity check failing, OpenSSL will fail to free memory
    causing a memory leak. By sending a large number of invalid session
    tickets an attacker could exploit this issue in a Denial Of Service
    attack.
    (CVE-2014-3567)
    [Steve Henson]

  *) Build option no-ssl3 is incomplete.

    When OpenSSL is configured with "no-ssl3" as a build option, servers
    could accept and complete a SSL 3.0 handshake, and clients could be
    configured to send them.
    (CVE-2014-3568)
    [Akamai and the OpenSSL team]

  *) Add support for TLS_FALLBACK_SCSV.
    Client applications doing fallback retries should call
    SSL_set_mode(s, SSL_MODE_SEND_FALLBACK_SCSV).
    (CVE-2014-3566)
    [Adam Langley, Bodo Moeller]

  *) Add additional DigestInfo checks.

    Reencode DigestInto in DER and check against the original when
    verifying RSA signature: this will reject any improperly encoded
    DigestInfo structures.

    Note: this is a precautionary measure and no attacks are currently known.

    [Steve Henson]

(jperkin)

2014-10-15 15:14:36 UTC MAIN commitmail json YAML

.tar.bz seems now broken, changed (MASTER_SITED and) to .tar.bz2. Thanks joerg@

(mef)

2014-10-15 13:50:14 UTC MAIN commitmail json YAML

2014-10-15 13:43:32 UTC MAIN commitmail json YAML

pkgsrc/www/firefox/patches/patch-content_media_gmp_GMPChild.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-content_media_gmp_GMPParent.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_libcubeb_AUTHORS@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb.c@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc@1.1 / diff
pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h@1.1 / diff
pkgsrc/www/firefox/patches/patch-mfbt_Atomics.h@1.3 / diff
pkgsrc/www/firefox/patches/patch-toolkit_modules_GMPInstallManager.jsm@1.1 / diff
pkgsrc/www/firefox/patches/patch-toolkit_mozapps_extensions_internal_OpenH264Provider.jsm@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_Makefile.in@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp@1.1 / diff
pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp@1.1 / diff
      :
(more 4 files)
Add missing patches.

(ryoon)

2014-10-15 13:29:08 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 33.0

(ryoon)

2014-10-15 13:27:57 UTC MAIN commitmail json YAML

2014-10-15 13:08:02 UTC MAIN commitmail json YAML

2014-10-15 13:07:07 UTC MAIN commitmail json YAML

Update to 33.0

Changelog:
New
OpenH264 support (sandboxed)

New
Improved search experience through the location bar

New
Slimmer and faster JavaScript strings

New
Search suggestions on the Firefox Start (about:home) and new tab (about:newtab) pages

New
Windows: OMTC enabled by default

New
New CSP (Content Security Policy) backend

New
Support for connecting to HTTP proxy over HTTPS

New
Improved reliability of the session restoration

New
Azerbaijani [az] locale added

Changed
Proprietary window.crypto properties/functions removed

Changed
JSD (JavaScript Debugger Service) removed in favor of the Debugger interface

HTML5
@counter-style rule from CSS3 Counter Styles specification implemented

HTML5
DOMMatrix interface implemented

Developer
Cubic-bezier curves editor

Developer
Display which elements have listeners attached

Developer
New sidebar which displays a list of shortcuts to every @media rule in the current stylesheet

Developer
Paint flashing for browser content repaints

Developer
Editable @keyframes rules in the Rules section of the Inspector

Developer
CSS transform highlighter in the style-inspector

Fixed
Fix incomplete downloads being marked as complete by detecting broken HTTP1.1 transfers (237623)

Fixed
Various security fixes

Fixed in Firefox 33
MFSA 2014-82 Accessing cross-origin objects via the Alarms API
MFSA 2014-81 Inconsistent video sharing within iframe
MFSA 2014-80 Key pinning bypasses
MFSA 2014-79 Use-after-free interacting with text directionality
MFSA 2014-78 Further uninitialized memory use during GIF
MFSA 2014-77 Out-of-bounds write with WebM video
MFSA 2014-76 Web Audio memory corruption issues with custom waveforms
MFSA 2014-75 Buffer overflow during CSS manipulation
MFSA 2014-74 Miscellaneous memory safety hazards (rv:33.0 / rv:31.2)

(ryoon)

2014-10-15 13:06:10 UTC MAIN commitmail json YAML

2014-10-15 13:04:20 UTC MAIN commitmail json YAML

Update to 3.17.2

Changelog:
New in NSS 3.17.2

New Functionality

No new functionality is introduced in this release. This is a patch release to fix a regression and other bugs.

Notable Changes in NSS 3.17.2

    Bug 1049435: Change RSA_PrivateKeyCheck to not require p > q. This fixes a regression introduced in NSS 3.16.2 that prevented NSS from importing some RSA private keys (such as in PKCS #12 files) generated by other crypto libraries.
    Bug 1057161: Check that an imported elliptic curve public key is valid. Previously NSS would only validate the peer's public key before performing ECDH key agreement. Now EC public keys are validated at import time.
    Bug 1078669: certutil crashes when an argument is passed to the --certVersion option.

Bugs fixed in NSS 3.17.2

This Bugzilla query returns all the bugs fixed in NSS 3.17.2:

https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.17.2

Compatibility

NSS 3.17.2 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.17.2 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.

(ryoon)

2014-10-14 22:31:11 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.14.0

(prlw1)

2014-10-14 22:30:48 UTC MAIN commitmail json YAML

Update at-spi2-core to 2.14.0

What's new in at-spi2-core 2.13.92:

* Fix alignment checks when cross-compiling (bgo#736653).

What's new in at-spi2-core 2.13.90:

* Fix crash when testing interfaces with collections (bgo#734805).

What's new in at-spi2-core 2.13.4:

* Ensure that we register with the session manager only once (bgo#728934).

* Fix ucs2keysym prototype (bgo#730897).

* introspection: add some missing Returns: (nullable) annotations

* Fix various memory leaks.

What's new in at-spi2-core 2.13.1:

* Add GError setter in atspi_accessible_get_process_id function

* registryd: Wait for gnome-session before registering if it is not
  running yet (bgo#728934).

(prlw1)

2014-10-14 21:00:50 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.1.2

(snj)

2014-10-14 21:00:15 UTC MAIN commitmail json YAML

Update qemu to 2.1.2.  Changes:

9a72433: slirp: udp: fix NULL pointer dereference because of uninitialized socket (Petr Matousek)
00dd2b2: pc: leave more space for BIOS allocations (Michael S. Tsirkin)
80f4d02: Revert "virtio: don't call device on !vm_running" (Michael S. Tsirkin)
074e347: virtio-net: drop assert on vm stop (Michael S. Tsirkin)
9e8d994: Revert "rng-egd: remove redundant free" (Eduardo Habkost)
a56b9cf: hw/machine: Free old values of string properties (Eduardo Habkost)
0717855: Revert "spapr_pci: map the MSI window in each PHB" (Greg Kurz)
82d80e1: target-i386: Support migratable=no properly (Eduardo Habkost)
5dd076a: exec: Save CPUState::exception_index field (Pavel Dovgaluk)
257e9cf: pty: Fix byte loss bug when connecting to pty (Sebastian Tanase)
1aa87d3: spice: make sure we don't overflow ssd->buf (Gerd Hoffmann)
7fe5418: vbe: rework sanity checks (Gerd Hoffmann)
c5042f0: vbe: make bochs dispi interface return the correct memory size with qxl (Gerd Hoffmann)
cf29a88: virtio-net: purge outstanding packets when starting vhost (Michael S. Tsirkin)
08743db: net: complete all queued packets on VM stop (Michael S. Tsirkin)
d9c06c0: net: invoke callback when purging queue (Michael S. Tsirkin)
f321710: virtio: don't call device on !vm_running (Michael S. Tsirkin)
ec48bfd: net: Forbid dealing with packets when VM is not running (zhanghailiang)
eb36f79: acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flags (zhanghailiang)
34d41c1: vhost-scsi: init backend features earlier (Michael S. Tsirkin)
6f8d05a: vhost_net: init acked_features to backend_features (Jason Wang)
5e83dae: vhost_net: start/stop guest notifiers properly (Jason Wang)
ff34ca0: pci: avoid losing config updates to MSI/MSIX cap regs (Knut Omang)
e685d2a: virtio-net: don't run bh on vm stopped (Michael S. Tsirkin)
67cfda8: qxl-render: add more sanity checks (Gerd Hoffmann)
4fd144f: target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register values (Peter Maydell)
ea774b8: target-arm: Fix regression that disabled VFP for ARMv5 CPUs (Peter Maydell)
3e8966d: x86: Clear MTRRs on vCPU reset (Alex Williamson)
ba8576f: x86: kvm: Add MTRR support for kvm_get|put_msrs() (Alex Williamson)
07f8c97: x86: Use common variable range MTRR counts (Alex Williamson)
72c9c9a: target-i386: Don't forbid NX bit on PAE PDEs and PTEs (William Grant)
3d8cc86: vl: process -object after other backend options (Paolo Bonzini)
0824ca6: spapr_pci: map the MSI window in each PHB (Greg Kurz)
feb6334: thread-pool: avoid deadlock in nested aio_poll() calls (Stefan Hajnoczi)
75ada6b: thread-pool: avoid per-thread-pool EventNotifier (Stefan Hajnoczi)
be3af75: pc: reserve more memory for ACPI for new machine types (Michael S. Tsirkin)
bfe3e6f: pcihp: fix possible array out of bounds (Gonglei)
cd4acff: hostmem: set MPOL_MF_MOVE (Michael S. Tsirkin)
4b59161: vmxnet3: Pad short frames to minimum size (60 bytes) (Ben Draper)
fab7560: blkdebug: Delete BH in bdrv_aio_cancel (Fam Zheng)
16c92cd: qemu-iotests: add test case 101 for short file I/O (Stefan Hajnoczi)
dea6efe: raw-posix: fix O_DIRECT short reads (Stefan Hajnoczi)
8c4edd7: block/iscsi: fix memory corruption on iscsi resize (Peter Lieven)
504e2a7: arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2 (Christoffer Dall)
2f6d5e1: target-arm: Rename QEMU PSCI v0.1 definitions (Christoffer Dall)
20463dc: target-arm: Fix return address for A64 BRK instructions (Peter Maydell)
2a575c4: virtio-blk: fix reference a pointer which might be freed (zhanghailiang)
1ad9dce: acpi: align RSDP (Michael S. Tsirkin)
ba1bc81: numa: show hex number in error message for consistency and prefix them with 0x (Hu Tao)
948574e: pc-dimm: fix up error message (Michael S. Tsirkin)
044af98: pc-dimm: validate node property (Hu Tao)
7c68c54: hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE (Hu Tao)
bd47406: ide: only constrain read/write requests to drive size, not other types (Michael Tokarev)
e22d5dc: l2tpv3 (configure): it is linux-specific (Michael Tokarev)
dfd4808: vfio: Fix MSI-X vector expansion (Alex Williamson)
5f26e63: qdev-monitor: include QOM properties in -device FOO, help output (Stefan Hajnoczi)
42f7a13: qmp: hide "hotplugged" device property from device-list-properties (Stefan Hajnoczi)

(snj)

2014-10-14 19:20:05 UTC MAIN commitmail json YAML

Don't let configure switch OBJC to gcc, or building may fail then CC=clang. Only affects OS X.

(adam)

2014-10-14 18:26:01 UTC MAIN commitmail json YAML

needs libglu.
XXX: should glew include it?

(wiz)

2014-10-14 17:08:15 UTC MAIN commitmail json YAML

+ Mesa-10.3.1, Sigil-0.8.1, blender-2.72, cheese-3.14.1,
  dovecot-2.2.14, firefox-33.0, glu-10.3.1, vala-0.26.1, vinagre-3.14.1.

(wiz)

2014-10-14 16:28:17 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.9.5nb2.

(taca)

2014-10-14 16:27:48 UTC MAIN commitmail json YAML

Update included pear Archive_Tar package to 1.3.13.

Release date: 2014-09-03 22:08 UTC
Release state: stable

Changelog:

* Fix Bug #20382: gzopen fix [mrook]

Bump PKGREVISION.

(taca)

2014-10-14 16:26:00 UTC MAIN commitmail json YAML

clang 3.5 needs gcc 4.7 and later when build with gcc.

(taca)

2014-10-14 16:23:53 UTC MAIN commitmail json YAML

Note update of net/bind910 package to 9.10.1.

(taca)

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

Update bind910 to 9.10.1.

Security Fixes

  A query specially crafted to exploit a defect in EDNS option
  processing could cause named to terminate with an assertion
  failure, due to a missing isc_buffer_availablelength() check
  when formatting packet contents for logging. For more information,
  see the security advisory at https://kb.isc.org/article/AA-01166/.
  [CVE-2014-3859] [RT #36078]

  A programming error in the prefetch feature could cause named
  to crash with a "REQUIRE" assertion failure in name.c. For more
  information, see the security advisory at
  https://kb.isc.org/article/AA-01161/. [CVE-2014-3214] [RT #35899]

New Features

  Support for CAA record types, as described in RFC 6844 "DNS
  Certification Authority Authorization (CAA) Resource Record",
  was added. [RT#36625] [RT #36737]

  Disallow "request-ixfr" from being specified in zone statements
  where it is not valid (it is only valid for slave and redirect
  zones) [RT #36608]

  Support for CDS and CDNSKEY resource record types was added. For
  details see the proposed Informational Internet-Draft "Automating
  DNSSEC Delegation Trust Maintenance" at
  http://tools.ietf.org/html/draft-ietf-dnsop-delegation-trust-maintainance-14.
  [RT #36333]

  Added version printing options to various BIND utilities. [RT #26057]
  [RT #10686]

  Optionally allows libseccomp-based (secure computing mode)
  system-call filtering on Linux. This sandboxing mechanism may
  be used to isolate "named" from various system resources. Use
  "configure --enable-seccomp" at build time to enable it.  Thank you
  to Loganaden Velvindron of AFRINIC for the contribution. [RT #35347]

Feature Changes

  "geoip asnum" ACL elements would not match unless the full
  organization name was specified.  They can now match against the
  AS number alone (e.g., AS1234). [RT #36945]

  Adds RPZ SOA to the additional section of responses to clearly
  indicate the use of RPZ in a manner that is intended to avoid
  causing issues for downstream resolvers and forwarders [RT #36507]

  rndc now gives distinct error messages when an unqualified zone
  name matches multiple views vs. matching no views [RT #36691]

  Improves the accuracy of dig's reported round trip times.  [RT #36611]

  When an SPF record exists in a zone but no equivalent TXT record
  does, a warning will be issued.  The warning for the reverse
  condition is no longer issued. See the check-spf option in the
  documentation for details. [RT #36210]

  Aging of smoothed round-trip time measurements is now limited
  to no more than once per second, to improve accuracy in selecting
  the best name server. [RT #32909]

  DNSSEC keys that have been marked active but have no publication
  date are no longer presumed to be publishable. [RT #35063]

Bug Fixes

  The Makefile in bin/python was changed to work around a bmake
  bug in FreeBSD 10 and NetBSD 6. [RT #36993] (**)

  Corrected bugs in the handling of wildcard records by the DNSSEC
  validator: invalid wildcard expansions could be treated as valid
  if signed, and valid wildcard expansions in NSEC3 opt-out ranges
  had the AD bit set incorrectly in responses. [RT #37093] [RT #37072]

  An assertion failure could occur if a route event arrived while
  shutting down. [RT #36887]

  When resigning, dnssec-signzone was removing all signatures from
  delegation nodes. It now retains DS and (if applicable) NSEC
  signatures.  [RT #36946]

  The AD flag was being set inappopriately on RPZ responses. [RT #36833]

  Updates the URI record type to current draft standard,
  draft-faltstrom-uri-08, and allows the value field to be zero
  length [RT #36642] [RT #36737]

  On some platforms, overhead from DSCP tagging caused a performance
  regression between BIND 9.9 and BIND 9.10.  [RT #36534]

  RRSIG sets that were not loaded in a single transaction at start
  up were not being correctly added to re-signing heaps.  [RT #36302]

  Setting '-t aaaa' in .digrc had unintended side-effects. [RT #36452]

  Fixed a bug where some updated policy zone contents could be
  ignored due to stale RPZ summary information [RT #35885]

  A race condition could cause a crash in isc_event_free during
  shutdown.  [RT #36720]

  Addresses some problems with unrecoverable lookup failures. [RT #36330]

  Addresses a race condition issue in dispatch. [RT #36731]

  acl elements could be miscounted, causing a crash while loading
  a config [RT #36675]

  Corrects a deadlock between view.c and adb.c. [RT #36341]

  liblwres wasn't properly handling link-local addresses in
  nameserver clauses in resolv.conf. [RT #36039]

  Disable the GCC 4.9 "delete null pointer check" optimizer option,
  and refactor dns_rdataslab_fromrdataset() to separate out the
  handling of an rdataset with no records. This fixes problems
  when using GNU GCC 4.9.0 where its compiler code optimizations
  may cause crashes in BIND. For more information, see the operational
  advisory at https://kb.isc.org/article/AA-01167/. [RT #35968]

  Fixed a bug that could cause repeated resigning of records in
  dynamically signed zones. [RT #35273]

  Fixed a bug that could cause an assertion failure after forwarding
  was disabled. [RT #35979]

  Fixed a bug that caused GeoIP ACLs not to work when referenced
  indirectly via named or nested ACLs. [RT #35879]

  FIxed a bug that could cause problems with cache cleaning when
  SIT was enabled. [RT #35858]

  Fixed a bug that caused SERVFAILs when using RPZ on a system
  configured as a forwarder. [RT #36060]

  Worked around a limitation in Solaris's /dev/poll implementation
  that could cause named to fail to start when configured to use
  more sockets than the system could accomodate. [RT #35878]

  Fixed a bug that could cause an assertion failure when inserting
  and deleting parent and child nodes in a response-policy zone.
  [RT #36272]

(taca)

2014-10-14 16:21:30 UTC MAIN commitmail json YAML

Note update of net/bind99 package to 9.9.6.

(taca)

2014-10-14 16:21:02 UTC MAIN commitmail json YAML

Update bind99 to 9.9.6.

New Features

  Support for CAA record types, as described in RFC 6844 "DNS
  Certification Authority Authorization (CAA) Resource Record",
  was added. [RT#36625] [RT #36737]

  Disallow "request-ixfr" from being specified in zone statements
  where it is not valid (it is only valid for slave and redirect
  zones) [RT #36608]

  Support for CDS and CDNSKEY resource record types was added. For
  details see the proposed Informational Internet-Draft "Automating
  DNSSEC Delegation Trust Maintenance" at
  http://tools.ietf.org/html/draft-ietf-dnsop-delegation-trust-maintainance-14.
  [RT #36333]

  Added version printing options to various BIND utilities. [RT #26057]
  [RT #10686]

  On Windows, enable the Python tools "dnssec-coverage" and
  "dnssec-checkds". [RT #34355]

  Added a "no-case-compress" ACL, which causes named to use
  case-insensitive compression (disabling change #3645) for specified
  clients. (This is useful when dealing with broken client
  implementations that use case-sensitive name comparisons, rejecting
  responses that fail to match the capitalization of the query
  that was sent.) [RT #35300]

Feature Changes

  Adds RPZ SOA to the additional section of responses to clearly
  indicate the use of RPZ in a manner that is intended to avoid
  causing issues for downstream resolvers and forwarders [RT #36507]

  rndc now gives distinct error messages when an unqualified zone
  name matches multiple views vs. matching no views [RT #36691]

  Improves the accuracy of dig's reported round trip times.  [RT #36611]

  The Windows installer now places files in the Program Files area
  rather than system services. [RT #35361]

  When an SPF record exists in a zone but no equivalent TXT record
  does, a warning will be issued.  The warning for the reverse
  condition is no longer issued. See the check-spf option in the
  documentation for details. [RT #36210]

  "named" will now log explicitly when using rndc.key to configure
  command channel. [RT #35316]

  The default setting for the -U option (setting the number of UDP
  listeners per interface) has been adjusted to improve performance.
  [RT #35417]

  Aging of smoothed round-trip time measurements is now limited
  to no more than once per second, to improve accuracy in selecting
  the best name server. [RT #32909]

  DNSSEC keys that have been marked active but have no publication
  date are no longer presumed to be publishable. [RT #35063]

Bug Fixes

  The Makefile in bin/python was changed to work around a bmake
  bug in FreeBSD 10 and NetBSD 6. [RT #36993] (**)

  Corrected bugs in the handling of wildcard records by the DNSSEC
  validator: invalid wildcard expansions could be treated as valid
  if signed, and valid wildcard expansions in NSEC3 opt-out ranges
  had the AD bit set incorrectly in responses. [RT #37093] [RT #37072]

  When resigning, dnssec-signzone was removing all signatures from
  delegation nodes. It now retains DS and (if applicable) NSEC
  signatures.  [RT #36946]

  The AD flag was being set inappopriately on RPZ responses. [RT #36833]

  Updates the URI record type to current draft standard,
  draft-faltstrom-uri-08, and allows the value field to be zero
  length [RT #36642] [RT #36737]

  RRSIG sets that were not loaded in a single transaction at start
  up were not being correctly added to re-signing heaps.  [RT #36302]

  Setting '-t aaaa' in .digrc had unintended side-effects. [RT #36452]

  A race condition could cause a crash in isc_event_free during
  shutdown.  [RT #36720]

  Addresses a race condition issue in dispatch. [RT #36731]

  acl elements could be miscounted, causing a crash while loading
  a config [RT #36675]

  Corrects a deadlock between view.c and adb.c. [RT #36341]

  liblwres wasn't properly handling link-local addresses in
  nameserver clauses in resolv.conf. [RT #36039]

  Buffers in isc_print_vsnprintf were not properly initialized
  leading to potential overflows when printing out quad values.
  [RT #36505]

  Don't call qsort() with a null pointer, and disable the GCC 4.9
  "delete null pointer check" optimizer option. This fixes problems
  when using GNU GCC 4.9.0 where its compiler code optimizations
  may cause crashes in BIND. For more information, see the operational
  advisory at https://kb.isc.org/article/AA-01167/. [RT #35968]

  Fixed a bug that could cause repeated resigning of records in
  dynamically signed zones. [RT #35273]

  Fixed a bug that could cause an assertion failure after forwarding
  was disabled. [RT #35979]

  Fixed a bug that caused SERVFAILs when using RPZ on a system
  configured as a forwarder. [RT #36060]

  Worked around a limitation in Solaris's /dev/poll implementation
  that could cause named to fail to start when configured to use
  more sockets than the system could accomodate. [RT #35878]

(taca)

2014-10-14 15:56:17 UTC MAIN commitmail json YAML

2014-10-14 14:52:19 UTC MAIN commitmail json YAML

Add filter-design and ninja-build (GNU Radio).

(mef)

2014-10-14 14:46:16 UTC MAIN commitmail json YAML

Updated www/p5-CGI-FormBuilder to 3.0501nb8

(schmonz)

2014-10-14 14:43:09 UTC MAIN commitmail json YAML

2014-10-14 14:41:17 UTC MAIN commitmail json YAML

2014-10-14 14:05:17 UTC MAIN commitmail json YAML

Having libmozjs.so around is a good idea. Bump revision.

(joerg)

2014-10-14 14:04:19 UTC MAIN commitmail json YAML

2014-10-14 13:54:35 UTC MAIN commitmail json YAML

Note update of ISC DHCP package to 4.3.1.

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2014-10-14 13:53:01 UTC MAIN commitmail json YAML

Update isc-dhcp4 and related packages to 4.3.1.

                        Changes since 4.3.1rc1

- None

                        Changes since 4.3.1b1

- Modify the linux and openwrt dhclient scripts to process information
  from a stateless request.  Thanks to Jiri Popelka at Red Hat for the
  bug report and patch.
  [ISC-Bugs 36102]

- Remove more unused RCSID tags.  These weren't noticed in 4.3 as
  the code isn't used anymore but we remove them here to keep the
  code consistent across versions.
  [ISC-Bugs #36451]

(taca)

2014-10-14 13:46:27 UTC MAIN commitmail json YAML

+ sudo-1.8.11p1.

(taca)

2014-10-14 13:46:00 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.11.2.

(taca)

2014-10-14 13:45:22 UTC MAIN commitmail json YAML

Update postfix to 2.11.2.

Bugfixes for Postfix 2.11, 2.10, 2.9 and 2.8:

  * Fix for DMARC implementations based on SPF policy plus DKIM
    Milter. The PREPEND access/policy action added headers ABOVE
    Postfix's own Received: header, exposing Postfix's own Received:
    header to Milters (protocol violation) and hiding the PREPENDed
    header from Milters. PREPENDed headers are now added BELOW
    Postfix's own Received: header and remain visible to Milters.

  * The Postfix SMTP server logged an incorrect client name in
    reject messages for check_reverse_client_hostname_access and
    check_reverse_client_hostname_{mx,ns}_access. They replied with
    the verified client name, instead of the name that was rejected.

  * The qmqpd daemon crashed with null pointer bug when logging a
    lost connection while not in a mail transaction.

(taca)

2014-10-14 13:27:45 UTC MAIN commitmail json YAML

Fix permission for setuid binary

(manu)

2014-10-14 12:53:57 UTC MAIN commitmail json YAML

Fix build. Remove vogus dependency, math/coinmp.

Thank you, Mustafa Dogan.

(ryoon)

2014-10-14 11:32:45 UTC MAIN commitmail json YAML

Remove PECL_LEGACY_VERSION_SCHEME accidentally left in

(sborrill)

2014-10-14 11:16:04 UTC MAIN commitmail json YAML

Added Xdebug as devel/php-xdebug version 2.2.5

(sborrill)

2014-10-14 11:14:50 UTC MAIN commitmail json YAML

Add Xdebug, a debugging extension for PHP:

The Xdebug extension helps you debugging your script by providing
a lot of valuable debug information.
The debug information that Xdebug can provide includes the following:

    * stack traces and function traces in error messages with:
          o full parameter display for user defined functions
          o function name, file name and line indications
          o support for member functions
    * memory allocation
    * protection for infinite recursions

Xdebug also provides:

    * profiling information for PHP scripts
    * code coverage analysis
    * capabilities to debug your scripts interactively with a debug client

(sborrill)

2014-10-14 10:00:51 UTC MAIN commitmail json YAML

Updated devel/p5-Test-BDD-Cucumber to 0.31

(schmonz)

2014-10-14 10:00:30 UTC MAIN commitmail json YAML

Update to 0.31. From the changelog:

- Specified a minimum version of File::Slurp in response to a private
  bug report

(schmonz)

2014-10-14 06:40:06 UTC MAIN commitmail json YAML

2014-10-14 06:39:30 UTC MAIN commitmail json YAML

Enable compression. From Ben Gergely in PR 49280. PKGREVISION -> 6

(dholland)

2014-10-14 03:36:53 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.13.0

(jnemeth)

2014-10-14 03:36:40 UTC MAIN commitmail json YAML

Update Asterisk to 11.13.0.  This is mostly a bugfix release:

The Asterisk Development Team has announced the release of Asterisk 11.13.0.

The release of Asterisk 11.13.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-24032 - Gentoo compilation emits warning:
      "_FORTIFY_SOURCE" redefined (Reported by Kilburn)
* ASTERISK-24225 - Dial option z is broken (Reported by
      dimitripietro)
* ASTERISK-24178 - [patch]fromdomainport used even if not set
      (Reported by Elazar Broad)
* ASTERISK-22252 - res_musiconhold cleanup - REF_DEBUG reload
      warnings and ref leaks (Reported by Walter Doekes)
* ASTERISK-23997 - chan_sip: port incorrectly incremented for RTCP
      ICE candidates in SDP answer (Reported by Badalian Vyacheslav)
* ASTERISK-24019 - When a Music On Hold stream starts it restarts
      at beginning of file. (Reported by Jason Richards)
* ASTERISK-23767 - [patch] Dynamic IAX2 registration stops trying
      if ever not able to resolve (Reported by David Herselman)
* ASTERISK-24211 - testsuite: Fix the dial_LS_options test
      (Reported by Matt Jordan)
* ASTERISK-24249 - SIP debugs do not stop (Reported by Avinash
      Mohod)
* ASTERISK-23577 - res_rtp_asterisk: Crash in
      ast_rtp_on_turn_rtp_state when RTP instance is NULL (Reported by
      Jay Jideliov)
* ASTERISK-23634 - With TURN Asterisk crashes on multiple (7-10)
      concurrent WebRTC (avpg/encryption/icesupport) calls (Reported
      by Roman Skvirsky)
* ASTERISK-24301 - Security: Out of call MESSAGE requests
      processed via Message channel driver can crash Asterisk
      (Reported by Matt Jordan)

Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
      utility (Reported by Jeremy Lain辿)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.13.0

Thank you for your continued support of Asterisk!

(jnemeth)

2014-10-14 03:35:19 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.31.0

(jnemeth)

2014-10-14 03:35:05 UTC MAIN commitmail json YAML

Update Asterisk to 1.8.31.0.  This is mostly a bugfix release:

The Asterisk Development Team has announced the release of Asterisk 1.8.31.0.

The release of Asterisk 1.8.31.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-24032 - Gentoo compilation emits warning:
      "_FORTIFY_SOURCE" redefined (Reported by Kilburn)
* ASTERISK-24225 - Dial option z is broken (Reported by
      dimitripietro)
* ASTERISK-24178 - [patch]fromdomainport used even if not set
      (Reported by Elazar Broad)
* ASTERISK-24019 - When a Music On Hold stream starts it restarts
      at beginning of file. (Reported by Jason Richards)
* ASTERISK-24211 - testsuite: Fix the dial_LS_options test
      (Reported by Matt Jordan)
* ASTERISK-24249 - SIP debugs do not stop (Reported by Avinash
      Mohod)

Improvements made in this release:
-----------------------------------
* ASTERISK-24171 - [patch] Provide a manpage for the aelparse
      utility (Reported by Jeremy Lain辿)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.31.0

Thank you for your continued support of Asterisk!

(jnemeth)

2014-10-14 02:25:54 UTC MAIN commitmail json YAML

+linpsk-1.2 [ld: cannot find -lqt-mt with qt4]

(mef)

2014-10-14 01:10:40 UTC MAIN commitmail json YAML

Seems HOMEPAGE is moved, the author is VK5ABN

(mef)

2014-10-14 00:55:09 UTC MAIN commitmail json YAML

+xlog-2.0.12 (tolower problem)

(mef)

2014-10-14 00:45:51 UTC MAIN commitmail json YAML

Updated ham/nec2c to 1.3

(mef)

2014-10-14 00:45:42 UTC MAIN commitmail json YAML

Update nec2c 1.1 to 1.3
-----------------------
  Version 1.2: Fixed four issues (defects) reported by Coverity Scan
  (https://scan.coverity.com/). Two of those were in the somnec
  functions and I suspect that they did effect the calculations in
  the rom1() and gshank() functions, at least under some circumstances.
  Unfortunately the original Fortran source (somnec.for), as the rest
  of the NEC2 Fortran source, is extremely difficult to read so I am
  not able to confirm the impact of those reported defects.

  Version 1.3: Revised the fix of one issue reported by Coverity Scan,
  as on more detailed comparison with the original Fortran code, it
  seems the original changes (in the ROM1 function in SOMNEC) were
  not correct. Unfortunately I cannot verify the correctness of the
  above fixes, as nec2c does not print out SOMNEC output files.

(mef)

2014-10-14 00:42:39 UTC MAIN commitmail json YAML

Updated ham/xnec2c to 3.0

(mef)

2014-10-14 00:42:13 UTC MAIN commitmail json YAML

Update xnec2c 2.3-beta to 3.0
------------------------------
Version 2.4:
  I submitted xnec2c (and nec2c) for scanning to the Coverity source code
  audit website, which produced a list of no less than 57 issues to be
  fixed! Most of them were not bugs that affected calculations but possibly
  two, both in the Somnec code, one in function rom1() and one in gshank()
  likely could have caused errors in the relevant
  calculations. Unfortunately the Fortran source of Somnec (as well as that
  of the NEC2) is very difficult to read so I cannot say with certainty if
  this was so.

Version 2.5:
  After a bug report by Jean Collin, I made some changes to the input file
  parser code in input.c, to properly identify tabs in the input file.

Version 2.6:
  After a bug report by Lucjan SQ9VPA, I changed the case of the signal
  handler that deals with SIGCHLD so that it doesn't cause xnec2c to exit
  when the SIGCHLD signal does not originate from child processes created
  by xnec2c. It appears that in some Linux installations a SIGCHLD signal
  is sent to xnec2c even if it is not running forked, e.g. the -j option is
  not used in the command line.

Version 2.7:
  After a bug report by Tim, WJ5Q, I fixed a bug that was preventing the
  creation of an LD card of type 5 (LDTYP=5) when wire conductivity (S/m)
  was specified in the GW card (Wire) editor. The same bug was present in
  the GH (Helix) card editor and it was also fixed. I added code so that
  the wire conductivity for GW, GA and GH cards can be read from the
  relevant LD card and shown in the Conductivity (S/m) spin button.

  After all these changes I checked the xnec2c source code using the
  Coverity Scan service and I fixed an out-of-bounds read error that was
  reported by the scanner, in the plot_freqdat.c file.

Version 2.8:
  Fixed a bug in the GN card editor function which caused xnec2c to save
  the GN card parameters in the .nec antenna description file without
  clearing the number of radials to zero. This resulted in the GN card
  editor window to open with confusing and incorrect defaults for the
  radial screen, when the Reflection Coefficient Approximation method was
  selected for specifying ground parameters.

  Also fixed some bugs (missing variable initializations) in the Ground
  Parameters calculation functions which resulted in incorrect Radiation
  Pattern calculations. This would happen if a .nec file, with Perfect
  Ground (iperf = 1) specified in the GN card, was opened after a .nec
  file, with a Radial Ground Screen specified in the GN card, was
  processed.

Version 2.9:
  After a request by the Debian maintainer of xnec2c, I added a rudimentary
  man page he sent me and corrected some spelling errors (arbitary to
  arbitrary).

Version 3.0:
  I have modified the NEC2 file parser so that it can read the file with
  both the '.' and ',' as decimal point characters. This is necessary to
  make xnec2c compatible with different locales. I also fixed a resource
  (memory) leak, reported by valgrind, in the xyz axes drawing routine.

(mef)

2014-10-13 21:54:56 UTC MAIN commitmail json YAML

Revbump from graphics/glm

(ryoon)

2014-10-13 21:53:49 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.3.2.2

(ryoon)

2014-10-13 21:52:50 UTC MAIN commitmail json YAML

pkgsrc/misc/libreoffice4/Makefile@1.44 / diff
pkgsrc/misc/libreoffice4/PLIST@1.9 / diff
pkgsrc/misc/libreoffice4/PLIST.java@1.5 / diff
pkgsrc/misc/libreoffice4/distinfo@1.24 / diff
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_uno2cpp.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-canvas_source_cairo_cairo__spritecanvashelper.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-canvas_source_vcl_spritecanvashelper.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-configure.ac@1.6 / diff
pkgsrc/misc/libreoffice4/patches/patch-connectivity_source_parse_sqlbison.y deleted
pkgsrc/misc/libreoffice4/patches/patch-dbaccess_source_ui_tabledesign_TableController.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-external_coinmp_ExternalProject__coinmp.mk@1.1 / diff
pkgsrc/misc/libreoffice4/patches/patch-oox_source_drawingml_table_tablecell.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-reportdesign_source_core_api_ReportDefinition.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_activities_activitybase.hxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_rehearsetimingsactivity.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_shapes_appletshape.cxx deleted
pkgsrc/misc/libreoffice4/patches/patch-slideshow_source_engine_shapes_drawshape.cxx deleted
      :
(more 5 files)
Update to 4.3.2.2 from 4.2.5.2

* Use external boost again with Linux From Scratch patch
* COLLADA support is disabled

Changelog:
New features and many bugfixes.
See
https://wiki.documentfoundation.org/ReleaseNotes/4.3
https://wiki.documentfoundation.org/Releases/4.3.2/RC1
https://wiki.documentfoundation.org/Releases/4.3.2/RC2

(ryoon)

2014-10-13 21:52:03 UTC MAIN commitmail json YAML

2014-10-13 21:51:15 UTC MAIN commitmail json YAML

Added graphics/libgltf version 0.0.2

(ryoon)

2014-10-13 21:50:10 UTC MAIN commitmail json YAML

Import libgltf-0.0.2 as graphics/libgltf.

Rendering library for glTF: Runtime asset format for WebGL, OpenGL
ES, and OpenGL

(ryoon)

2014-10-13 21:48:57 UTC MAIN commitmail json YAML

Updated graphics/glm to 0.9.5.4

(ryoon)

2014-10-13 21:47:59 UTC MAIN commitmail json YAML

Update to 0.9.5.3

Changelog:
================================================================================
GLM 0.9.5.4: 2014-06-21
--------------------------------------------------------------------------------
- Fixed non-utf8 character #196
- Added FindGLM install for CMake #189
- Fixed GTX_color_space - saturation #195
- Fixed glm::isinf and glm::isnan for with Android NDK 9d #191
- Fixed builtin GLM_ARCH_SSE4 #204
- Optimized Quaternion vector rotation #205
- Fixed missing doxygen @endcond tag #211
- Fixed instruction set detection with Clang #158
- Fixed orientate3 function #207
- Fixed lerp when cosTheta is close to 1 in quaternion slerp #210
- Added GTX_io for io with <iostream> #144
- Fixed fastDistance ambiguity #215
- Fixed tweakedInfinitePerspective #208 and added user-defined epsilon to
  tweakedInfinitePerspective
- Fixed std::copy and std::vector with GLM types #214
- Fixed strict aliasing issues #212, #152
- Fixed std::nextafter not supported with C++11 on Android #213
- Fixed corner cases in exp and log functions for quaternions #199

================================================================================
GLM 0.9.5.3: 2014-04-02
--------------------------------------------------------------------------------
- Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch
  compiler argument
- Fixed GTX_raw_data code dependency
- Fixed GCC instruction set detection
- Added GLM_GTX_matrix_transform_2d extension (#178, #176)
- Fixed CUDA issues (#169, #168, #183, #182)
- Added support for all extensions but GTX_string_cast to CUDA
- Fixed strict aliasing warnings in GCC 4.8.1 / Android NDK 9c (#152)
- Fixed missing bitfieldInterleave definisions
- Fixed usubBorrow (#171)
- Fixed eulerAngle*** not consistent for right-handed coordinate system (#173)
- Added full tests for eulerAngle*** functions (#173)
- Added workaround for a CUDA compiler bug (#186, #185)

================================================================================
GLM 0.9.5.2: 2014-02-08
--------------------------------------------------------------------------------
- Fixed initializer list ambiguity (#159, #160)
- Fixed warnings with the Android NDK 9c
- Fixed non power of two matrix products
- Fixed mix function link error
- Fixed SSE code included in GLM tests on "pure" platforms
- Fixed undefined reference to fastInverseSqrt (#161)
- Fixed GLM_FORCE_RADIANS with <glm/ext.hpp> build error (#165)
- Fix dot product clamp range for vector angle functions. (#163)
- Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152)
- Fixed GLM_GTC_constants description brief (#162)

================================================================================
GLM 0.9.5.1: 2014-01-11
--------------------------------------------------------------------------------
- Fixed angle and orientedAngle that sometimes return NaN values (#145)
- Deprecated degrees for function parameters and display a message
- Added possible static_cast conversion of GLM types (#72)
- Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
- Fixed mismatch between some declarations and definitions
- Fixed inverse link error when using namespace glm; (#147)
- Optimized matrix inverse and division code (#149)
- Added intersectRayPlane function (#153)
- Fixed outerProduct return type (#155)

================================================================================
GLM 0.9.5.0: 2013-12-25
--------------------------------------------------------------------------------
- Added forward declarations (glm/fwd.hpp) for faster compilations
- Added per feature headers
- Minimized GLM internal dependencies
- Improved Intel Compiler detection
- Added bitfieldInterleave and _mm_bit_interleave_si128 functions
- Added GTX_scalar_relational
- Added GTX_dual_quaternion
- Added rotation function to GTX_quaternion (#22)
- Added precision variation of each type
- Added quaternion comparison functions
- Fixed GTX_multiple for negative value
- Removed GTX_ocl_type extension
- Fixed post increment and decrement operators
- Fixed perspective with zNear == 0 (#71)
- Removed l-value swizzle operators
- Cleaned up compiler detection code for unsupported compilers
- Replaced C cast by C++ casts
- Fixed .length() that should return a int and not a size_t
- Added GLM_FORCE_SIZE_T_LENGTH and glm::length_t
- Removed unnecessary conversions
- Optimized packing and unpacking functions
- Removed the normalization of the up argument of lookAt function (#114)
- Added low precision specializations of inversesqrt
- Fixed ldexp and frexp implementations
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
- Increased unit tests completness
- Added creating of a quaternion from two vectors
- Added C++11 initializer lists
- Fixed umulExtended and imulExtended implementations for vector types (#76)
- Fixed CUDA coverage for GTC extensions
- Added GTX_io extension
- Improved GLM messages enabled when defining GLM_MESSAGES
- Hidden matrix _inverse function implementation detail into private section

================================================================================
GLM 0.9.4.6: 2013-09-20
--------------------------------------------------------------------------------
- Fixed detection to select the last known compiler if newer version #106
- Fixed is_int and is_uint code duplication with GCC and C++11 #107
- Fixed test suite build while using Clang in C++11 mode
- Added c++1y mode support in CMake test suite
- Removed ms extension mode to CMake when no using Visual C++
- Added pedantic mode to CMake test suite for Clang and GCC
- Added use of GCC frontend on Unix for ICC and Visual C++ fronted on Windows
  for ICC
- Added compilation errors for unsupported compiler versions
- Fixed glm::orientation with GLM_FORCE_RADIANS defined #112
- Fixed const ref issue on assignment operator taking a scalar parameter #116
- Fixed glm::eulerAngleY implementation #117

================================================================================
GLM 0.9.4.5: 2013-08-12
--------------------------------------------------------------------------------
- Fixed CUDA support
- Fixed inclusion of intrinsics in "pure" mode #92
- Fixed language detection on GCC when the C++0x mode isn't enabled #95
- Fixed issue #97: register is deprecated in C++11
- Fixed issue #96: CUDA issues
- Added Windows CE detection #92
- Added missing value_ptr for quaternions #99

================================================================================
GLM 0.9.4.4: 2013-05-29
--------------------------------------------------------------------------------
- Fixed slerp when costheta is close to 1 #65
- Fixed mat4x2 value_type constructor #70
- Fixed glm.natvis for Visual C++ 12 #82
- Added assert in inversesqrt to detect division by zero #61
- Fixed missing swizzle operators #86
- Fixed CUDA warnings #86
- Fixed GLM natvis for VC11 #82
- Fixed GLM_GTX_multiple with negative values #79
- Fixed glm::perspective when zNear is zero #71

================================================================================
GLM 0.9.4.3: 2013-03-20
--------------------------------------------------------------------------------
- Detected qualifier for Clang
- Fixed C++11 mode for GCC, couldn't be enabled without MS extensions
- Fixed squad, intermediate and exp quaternion functions
- Fixed GTX_polar_coordinates euclidean function, takes a vec2 instead of a vec3
- Clarify the license applying on the manual
- Added a docx copy of the manual
- Fixed GLM_GTX_matrix_interpolation
- Fixed isnan and isinf on Android with Clang
- Autodetected C++ version using __cplusplus value
- Fixed mix for bool and bvec* third parameter

================================================================================
GLM 0.9.4.2: 2013-02-14
--------------------------------------------------------------------------------
- Fixed compAdd from GTX_component_wise
- Fixed SIMD support for Intel compiler on Windows
- Fixed isnan and isinf for CUDA compiler
- Fixed GLM_FORCE_RADIANS on glm::perspective
- Fixed GCC warnings
- Fixed packDouble2x32 on XCode
- Fixed mix for vec4 SSE implementation
- Fixed 0x2013 dash character in comments that cause issue in Windows
  Japanese mode
- Fixed documentation warnings
- Fixed CUDA warnings

================================================================================
GLM 0.9.4.1: 2012-12-22
--------------------------------------------------------------------------------
- Improved half support: -0.0 case and implicit conversions
- Fixed Intel Composer Compiler support on Linux
- Fixed interaction between quaternion and euler angles
- Fixed GTC_constants build
- Fixed GTX_multiple
- Fixed quat slerp using mix function when cosTheta close to 1
- Improved fvec4SIMD and fmat4x4SIMD implementations
- Fixed assert messages
- Added slerp and lerp quaternion functions and tests

================================================================================
GLM 0.9.4.0: 2012-11-18
--------------------------------------------------------------------------------
- Added Intel Composer Compiler support
- Promoted GTC_espilon extension
- Promoted GTC_ulp extension
- Removed GLM website from the source repository
- Added GLM_FORCE_RADIANS so that all functions takes radians for arguments
- Fixed detection of Clang and LLVM GCC on MacOS X
- Added debugger visualizers for Visual C++ 2012

================================================================================
GLM 0.9.3.4: 2012-06-30
--------------------------------------------------------------------------------
- Added SSE4 and AVX2 detection.
- Removed VIRTREV_xstream and the incompatibility generated with GCC
- Fixed C++11 compiler option for GCC
- Removed MS language extension option for GCC (not fonctionnal)
- Fixed bitfieldExtract for vector types
- Fixed warnings
- Fixed SSE includes

================================================================================
GLM 0.9.3.3: 2012-05-10
--------------------------------------------------------------------------------
- Fixed isinf and isnan
- Improved compatibility with Intel compiler
- Added CMake test build options: SIMD, C++11, fast math and MS land ext
- Fixed SIMD mat4 test on GCC
- Fixed perspectiveFov implementation
- Fixed matrixCompMult for none-square matrices
- Fixed namespace issue on stream operators
- Fixed various warnings
- Added VC11 support

(ryoon)

2014-10-13 21:44:25 UTC MAIN commitmail json YAML

Updated converters/orcus to 0.7.0

(ryoon)

2014-10-13 21:43:20 UTC MAIN commitmail json YAML

Update to 0.7.0

* Change to 0.8.0 branch
* Change license to mpl-2.0 from mit

Changelog:
Add some more formats.

(ryoon)

2014-10-13 20:53:46 UTC MAIN commitmail json YAML

2014-10-13 20:52:44 UTC MAIN commitmail json YAML

Don't force _XOPEN_SOURCE unconditionally, it breaks at least NetBSD.

(joerg)

2014-10-13 18:52:25 UTC MAIN commitmail json YAML

Update MASTER_SITES and HOMEPAGE. Add LICENSE.

(snj)

2014-10-13 18:30:21 UTC MAIN commitmail json YAML

Updated multimedia/lsdvd to 0.17

(snj)

2014-10-13 18:29:55 UTC MAIN commitmail json YAML

Update lsdvd to 0.17.  Changes:
* Ignore 'phantom' audio, subtitle tracks
* Check for garbage in the program chains, which indicate that a track is
  non-existant, to work around additional copy protection
* Fix displaying content type for audio tracks, subtitles
* Fix pallete display of first entry
* Fix include orders
* Ignore read errors in titles that would not be displayed anyway
* Fix the chapter count
* Make sure the array size and the array limit used when initialising
  the palette size is the same.
* Fix array printing.
* Correct subsecond calculations.
* Add sector information to the output format.
* Clean up code to be closer to ANSI C and compile without warnings
  with more GCC compiler warnings.

(snj)

2014-10-13 13:58:13 UTC MAIN commitmail json YAML

Removing obsolete package, gnuradio-core-docs

(mef)

2014-10-13 13:55:58 UTC MAIN commitmail json YAML

2014-10-13 13:53:19 UTC MAIN commitmail json YAML

2014-10-13 13:49:43 UTC MAIN commitmail json YAML

2014-10-13 13:48:55 UTC MAIN commitmail json YAML

2014-10-13 13:46:23 UTC MAIN commitmail json YAML

Import hackrf-2014.08.1 as ham/hackrf.

An open source hardware project to build a Software Defined Radio
(SDR) peripheral.
HackRF was designed to be the most widely useful SDR peripheral that
can be manufactured at a low cost. See
  http://greatscottgadgets.com/hackrf/

(mef)