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

2024-05-12 23:37:33 UTC Now

2014-07-06 12:49:55 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.0.3

(obache)

2014-07-06 12:49:44 UTC MAIN commitmail json YAML

Update mikutter to 3.0.3.

* FIX: at getting tab order, unwanted non-existet tab may be created.
* FIX: properly handle mentions to multiple accounts.
* CHANGE: colorize rule of metions for tweets with multi accounts.
*

(obache)

2014-07-06 12:48:04 UTC MAIN commitmail json YAML

added support for MacOS X (which is a BSD-style UNIX system, too)

(schwarz)

2014-07-06 12:36:58 UTC MAIN commitmail json YAML

Updated graphics/py-nwdiag to 1.0.3

(obache)

2014-07-06 12:36:48 UTC MAIN commitmail json YAML

Update nwdiag to 1.0.3.

1.0.3 (2014-07-03)
------------------
* rackdiag: Fix rackheight syntax (cf. rack { 12U }) was disabled

1.0.2 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)

1.0.1 (2014-06-26)
------------------
* Add options to blockdiag directive (docutils extension)
  - :width:
  - :height:
  - :scale:
  - :align:
  - :name:
  - :class:
  - :figwidth:
  - :figclass:

(obache)

2014-07-06 12:33:17 UTC MAIN commitmail json YAML

Updated graphics/py-actdiag to 0.5.3

(obache)

2014-07-06 12:33:08 UTC MAIN commitmail json YAML

Update actdiag to 0.5.3.

0.5.3 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)

0.5.2 (2014-06-24)
------------------
* Add options to blockdiag directive (docutils extension)
  - :width:
  - :height:
  - :scale:
  - :align:
  - :name:
  - :class:
  - :figwidth:
  - :figclass:

(obache)

2014-07-06 12:28:32 UTC MAIN commitmail json YAML

Updated graphics/py-seqdiag to 0.9.3

(obache)

2014-07-06 12:28:22 UTC MAIN commitmail json YAML

Update seqdiag to 0.9.3.

0.9.3 (2014-07-03)
------------------
* Fix bugs

0.9.2 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)

0.9.1 (2014-06-23)
------------------
* Add options to blockdiag directive (docutils extension)
  - :width:
  - :height:
  - :scale:
  - :align:
  - :name:
  - :class:
  - :figwidth:
  - :figclass:

(obache)

2014-07-06 12:22:58 UTC MAIN commitmail json YAML

Updated graphics/py-blockdiag to 1.4.1

(obache)

2014-07-06 12:22:49 UTC MAIN commitmail json YAML

Update blockdiag to 1.4.1.

1.4.1 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)
* Fix bugs

1.4.0 (2014-06-23)
------------------
* Support embedding SVG/EPS images as background
* Use wand to paste background images that is not supported by Pillow (if installed)
* Add options to blockdiag directive (docutils extension)
  - :width:
  - :height:
  - :scale:
  - :align:
  - :name:
  - :class:
  - :figwidth:
  - :figclass:
* actor shape supports label rendering

1.3.3 (2014-04-26)
------------------
* Add diagram attribute: default_node_style
* Fix bugs

(obache)

2014-07-06 12:18:39 UTC MAIN commitmail json YAML

2014-07-06 12:16:03 UTC MAIN commitmail json YAML

Updated graphics/py-Pillow to 2.5.0

(obache)

2014-07-06 12:15:53 UTC MAIN commitmail json YAML

Update Pillow to 2.5.0.

2.5.0 (2014-07-01)
------------------

- Imagedraw rewrite
  [terseus, wiredfool]

- Add support for multithreaded test execution
  [wiredfool]

- Prevent shell injection #748
  [mbrown1413, wiredfool]

- Support for Resolution in BMP files #734
  [gcq]

- Fix error in setup.py for Python 3
  [matthew-brett]

- Pyroma fix and add Python 3.4 to setup metadata #742
  [wirefool]

- Top level flake8 fixes #741
  [aclark]

- Remove obsolete Animated Raster Graphics (ARG) support
  [hugovk]

- Fix test_imagedraw failures #727
  [cgohlke]

- Fix AttributeError: class Image has no attribute 'DEBUG' #726
  [cgohlke]

- Fix msvc warning: 'inline' : macro redefinition #725
  [cgohlke]

- Cleanup #654
  [dvska, hugovk, wiredfool]

- 16-bit monochrome support for JPEG2000
  [videan42]

- Fixed ImagePalette.save
  [brightpisces]

- Support JPEG qtables
  [csinchok]

- Add binary morphology addon
  [dov, wiredfool]

- Decompression bomb protection
  [hugovk]

- Put images in a single directory
  [hugovk]

- Support OpenJpeg 2.1
  [al45tair]

- Remove unistd.h #include for all platforms
  [wiredfool]

- Use unittest for tests
  [hugovk]

- ImageCms fixes
  [hugovk]

- Added more ImageDraw tests
  [hugovk]

- Added tests for Spider files
  [hugovk]

- Use libtiff to write any compressed tiff files
  [wiredfool]

- Support for pickling Image objects
  [hugovk]

- Fixed resolution handling for EPS thumbnails
  [eliempje]

- Fixed rendering of some binary EPS files (Issue #302)
  [eliempje]

- Rename variables not to use built-in function names
  [hugovk]

- Ignore junk JPEG markers
  [hugovk]

- Change default interpolation for Image.thumbnail to Image.ANTIALIAS
  [hugovk]

- Add tests and fixes for saving PDFs
  [hugovk]

- Remove transparency resource after P->RGBA conversion
  [hugovk]

- Clean up preprocessor cruft for Windows
  [CounterPillow]

- Adjust Homebrew freetype detection logic
  [jacknagel]

- Added Image.close, context manager support.
  [wiredfool]

- Added support for 16 bit PGM files.
  [wiredfool]

- Updated OleFileIO to version 0.30 from upstream
  [hugovk]

- Added support for additional TIFF floating point format
  [Hijackal]

- Have the tempfile use a suffix with a dot
  [wiredfool]

- Fix variable name used for transparency manipulations
  [nijel]

(obache)

2014-07-06 07:45:28 UTC MAIN commitmail json YAML

Note update of Ruby on Rails packages to 3.2.19.

devel/ruby-activesupport32
devel/ruby-activemodel32
databases/ruby-activerecord32
www/ruby-activeresource32
www/ruby-actionpack32
mail/ruby-actionmailer32
devel/ruby-railties32
www/ruby-rails32

(taca)

2014-07-06 07:43:50 UTC MAIN commitmail json YAML

Update ruby-rails32 to 3.2.19.

This is meta package like ruby gem.

(taca)

2014-07-06 07:42:48 UTC MAIN commitmail json YAML

Update ruby-railties32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

* No changes.

(taca)

2014-07-06 07:42:15 UTC MAIN commitmail json YAML

Update ruby-actionmailer32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

* No changes.

(taca)

2014-07-06 07:41:43 UTC MAIN commitmail json YAML

Update ruby-actionpack32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

*  Fix regression when using `ActionView::Helpers::TranslationHelper#translate` with
    `options[:raise]`.

    This regression was introduced at ec16ba75a5493b9da972eea08bae630eba35b62f.

    *Shota Fukumori (sora_h)*

(taca)

2014-07-06 07:40:52 UTC MAIN commitmail json YAML

Update ruby-activeresource32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

* No changes.

(taca)

2014-07-06 07:40:12 UTC MAIN commitmail json YAML

Update ruby-activerecord32 to 3.2.19, security fix.

## Rails 3.2.19 (Jul 2, 2014) ##

*  Fix SQL Injection Vulnerability in 'bitstring' quoting.

    Fixes CVE-2014-3482.

    *Rafael Mendonça França*

(taca)

2014-07-06 07:38:50 UTC MAIN commitmail json YAML

Update ruby-activemodel32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

* No changes.

(taca)

2014-07-06 07:38:16 UTC MAIN commitmail json YAML

Update ruby-activesupport32 to 3.2.19.

## Rails 3.2.19 (Jul 2, 2014) ##

*  Make sure Active Support configurations are applied correctly.

    Before this change configuration set using `config.active_support`
    would not be set.

    *Rafael Mendon巽a Fran巽a*

(taca)

2014-07-06 07:36:35 UTC MAIN commitmail json YAML

Start update of Ruby on Rails to 3.2.19.

(taca)

2014-07-06 06:33:02 UTC MAIN commitmail json YAML

Updated devel/rt4 to 4.2.5

(ryoon)

2014-07-06 06:32:32 UTC MAIN commitmail json YAML

Update to 4.2.5 from 4.2.1

Changelog:
>From http://bestpractical.com/release-notes/rt/4.2.5
This release is primarily a bugfix release; most notably, it explicitly
updates a dependency to fix a previously-announced security
vulnerability, resolves two serious bugs in the serializer, and fixes
the "paste" feature in the Rich Text editor.

Updated dependencies
* Updated Email::Address::List dependency, to resolve CVE-2014-1474,
  as was previously announced in
  http://blog.bestpractical.com/2014/01/security-vulnerability-in-rt-42.html
* Bump CGI dependency (under perl 5.20 and above, only) to quash
  warnings about CGI.pm's deprecation in core (#29053)

Serializer/Importer
* Serialize binary data as binary, not as UTF-8 codepoints; this fixes
  a regression introduced in 4.2.3 which corrupted all binary data in
  serialized data.
* Serialize ObjectScrips when cloning, which had been mistakenly
  omitted; this only partially resolves #29949, as it does not address
  serialization of ObjectScrips when not cloning.

General web UI
* Force CKEDITOR_BASEPATH; this fixes errors during pasting into the
  Rich Text editor (#29780, #29987)
* Ticket autocompletion (for links) is more predictable when completing
  on strings containing numbers (#25755)
* Fix "Show Outgoing Email" and Reply/Comment/Forward links in
  Approvals (#29800)
* Correctly decode text/html parts of old (RT 3.6.5 and prior) emails

Internationalization
* Updated localizations (German, Greek, Slovak, Lithuanian)

Web administration
* Display clean Stage name in ColumnMaps (#28739)
* Add Scrips Select/Create menu, and maintain context on which list of
  Scrips the Select page should link to (#28787)
* Granting rights to new groups no longer requires clicking in textbox
  twice in Firefox (#29911)

Server administration
* Log when Encode::HanExtra would be useful in decoding emails, and
  make use of it if it is available.
* Squash warnings in 4.1.17 upgrade step (#29595)
* Reorder DROP IF EXISTS on 4.1.1 Postgres upgrade step to drop
  sequence after dropping the table; avoids bugs on upgrading in a
  previously-upgraded database
* Stop hardcoding the list of available themes, instead auto-detecting
  new themes as they are added (#14667)
* Explicitly point to $AutocompleteOwners setting in warning that RT is
  switching to the autocompleter due to too many owners.
* Remove caching of template object in rt-crontool; this fixes a bug
  where the same content would be sent on all tickets (#29454)
* rt-fulltext-indexer now locks, to prevent more than one instance from
  running at once (#17423)

Developer
* Add BeforeMessageBox callback in ModifyAll.html for parity with
  Create.html and Update.html
* BeforeCustomFields callback in ShowCustomFields now takes $Table parameter
* Default callback in ShowTransaction can now modify $ShowBody
* Add a RT::Date->IsSet method
* Fix invalid ContextObject on RT::CustomField->LoadByName when passed
  Queue => 0; this led to invalid LookupType limits on later calls to
  ->LoadByName.
* Generalize RT::CustomField->LoadByName to work with non-Queue context
  objects, and to optionally return globally-applied CFs and not
  Disabled CFs.
* Tests now pass again using RT_TEST_WEB_HANDLER=inline
* ->AddCustomFieldValues no longer allows adding repeated values (#4553)

Documentation
* Drop references to MySQL 4.1, as RT 4.2 requires MySQL 5.1
* Updated example plugins used in documentation, and suggest Plugin()
  over Set(@Plugins, ...)  (#29978)
* Documentation for ColumnMap

>From http://bestpractical.com/release-notes/rt/4.2.4
This release is primarily a bugfix release; notable changes include:

Database changes
* Add the AutoOpenInactive action for upgrades; clean installs of RT
  4.2.0 or higher have this action already
* Force Lifecycle and Disabled properties of the internal __Approvals
  queue to the values RT needs to function correctly

Notable new features
* If indexed full-text searching is enabled, the simple search will
  search in both Content and Subject.
* Align headers of collections to their content, by default.  This
  right-aligns the "#" header of ticket collections, for instance.
* Send caching headers for all static content; this fixes a regression
  from RT 4.0, which correctly set caching headers on static images
  (#28640)
* Re-order JS to optimize parallel resource fetching, and decrease load
  times
* Allow LIKE and NOT LIKE with Status limits (#29654)

Regression fixes
* Resolve a regression in 4.2.3 wherein TITLE information was lost
  after parsing on the Advanced page (#29425)
* Fix a regression in 4.2.2, which caused "select" custom fields to not
  pick up their defaults when cloning tickets (#29751)
* Fix a regression in 4.2.2 which caused checkbox CFs to add the same
  value multiple times (#29392)
* Fix a regression in 4.2.2 when categories were set on a CF without
  using the "based on" feature.
* Show reminders without due dates if $OnlyOverdue is set; this fixes a
  regression from RT 4.0

Email
* Use "white-space: pre-wrap" when inserting plain-text into HTML
  templates.  This preserves line breaks but allows clients to wrap
  lines if need be.

Localization
* Updated localizations from Launchpad; new Persian translation
* Better cluing of pluralization and quantified terms for translators
* Remove untranslatable locstrings (#29798)
* Fix extra/missing numbers in Czech localization (#29741)
* Remove no longer translated right names from PO files
* Disambiguate "M" for "month" vs "megabyte"

General web UI
* Better splitting of phrases with numbers in ticket link
  autocompletion
* Autocomplete email addresses in Forward page (#28441)
* Allow non-ASCII characters in passwords (#28784)
* Add a "Reset" button to revert homepage portlet formatting to the
  system default
* Remove uninitialized value warnings for upgrades from RT 3.8 (#17505)
* Allow downloading attachments whose filenames contain a leading dot
  (#29700)
* Prevent uninitialized value warning on search result pages with no
  query (#29699)
* Hide user summary links in mobile UI, as there is no user summary
  page for mobile (#28788)
* Always add the trailing delimiter when autocompleting multiple-entry
  objects, such as email addresses
* Compress PNG images to decrease initial page load times
* Avoid "That is already the current value" warning when changing
  between two queues with differing lifecycles but a same-name mapping
* Don't nest <a> tags to User Summaries in queue watcher page
* Require that saved searches have names in order to be created
  (#20210)
* Give a proper error when attempting to merge a ticket into itself
  (#26407)
* Searching for "ip version 6" no longer limits to ticket 6; the 6 is
  instead searched for in the subject. (#22470)
* Give SystemError transactions their own CSS style
* Fix ticket link autocompletion during ticket creation
* Require that one or more addresses be provided to forward (#25308)
* Respect the "color" attribute in HTML mail (#28389)
* Rework the JS that prevented form resubmission; instead of disabling
  the submit button (which interacted poorly with the browser's back
  button), instead use an attribute on the form (#27489)
* Squash warnings triggered by query builder when more than 50
  different users had OwnTicket
* Serve rich text editor JS with the rest of the compressed JS; this
  ensures that it is better cached

Web administration
* Allow external custom fields to have a "based on" category.
* Hide the queue name, lifecycle, and disabled box on the edit page for
  the __Approvals queue; these must remain unchanged for Approvals
  functionality.
* Correctly page user results in User Summary searches
* Prevent warnings on Scrip edit pages if the user did not have global
  ShowTemplate rights

Configuration options
* Add a new option ($AllowLoginPasswordAutoComplete) to allow the
  browser to remember user passwords on RT's login screen (#29071)
* Add new $DefaultSearchResultOrderBy and $DefaultSearchResultOrder
  options to control the global default ordering of tickets
* When the stylesheet is set to an unknown style, default to rudder,
  not aileron (#29132)

Server administration
* Use one fewer database connections per rt-server process; this is
  most notable on FastCGI deployments, which spawn a number of
  rt-server processes
* Default to connecting to sphinx via 127.0.0.1 instead of localhost on
  MySQL 5.5, due to http://sphinxsearch.com/bugs/view.php?id=1815
* rt-validator can now detect and fix links to Articles with the wrong
  $Organization set
* Check that the version in sbin/rt-server matches the version in
  lib/RT/Generated.pm during server startup
* Follow up to 3 HTTP redirects when POSTing to the mail gateway.  This
  covers the common case of http: redirecting to https:, but the mail
  gateway referencing http: (#14114)
* Return a status code 503 if we cannot connect to the database
  (#23332)

Installation
* When configuring, pull the primary group of the current user using
  perl, instead of `groups`, which may not list the primary group
  first.
* Ensure that rt-test-dependencies re-execs itself using its full path,
  as module installations may have changed the directory (#29024)
* Properly detect an existing database but missing schema in the web
  installer
* On perl 5.19.3 and above, a more recent version of
  Symbol::Global::Name is required, due to core perl changes

Upgrades
* Bulletproof 4.0 Articles upgrade steps by dropping tables before
  attempting to create them
* Correct documentation path in upgrade warning
* In database upgrades, skip the "BACK UP BEFORE THIS STEP" warning if
  the --force option was provided, which gives no change to stop at
  that point.
* Remove a warning in the optional time-worked-history.pl upgrade step

REST
* Allow arbitrary Content-Disposition in REST uploads (#19770)

Developer
* Add a comment warning about the use of the SetFieldsOnce callback in
  BuildFormatString; it will be removed in RT 4.4.
* Fix behavior of RT::Date->AddDays when passed 0 days
* Check POD of all files
* Allow RT::Users->WhoBelongToGroups to optionally return unprivileged
  users
* Provide hooks to implement a cache on MakeClicky
* Document ExtractTicketId and ParseTicketId, as useful methods for
  local overrides
* Update RT::CustomField->LoadByName, when called with a Queue
  argument, to return only ticket CFs; in 4.2, it also began finding
  queue CFs.  This reverts to the behavior from 4.0.
* The Articles URI implementation is now consistent with Ticket URIs;
  ->LocalURIPrefix does not contain /article/
* Allow @JSFiles to include files not under /static/js/ if they have a
  leading /
* Add a generic style for reverse-color ticket titlebox tabs
* Allow plugins to wrap the PSGI application in its entirety
* Bulletproof role resolution for single-user roles
* Win32 and IIS are not a supported platform; remove all lingering
  references to them
* Allow ModifyAll.html's Default callback to change @results, like
  Modify.html
* Make Widgets/Form/Select honor the Multiple flag (#12447)
* Remove extraneous direct uses of Time::ParseDate (#24498)
* Add a callback after Attachments on ticket display
* Fix SetDisabled's return message on failure (#29802)
* Refactor CSV export to allow its use by non-ticket collections

Documentation
* Updated parts of RT::StyleGuide
* Document the --no-users and --no-groups options to rt-serializer more
  clearly
* Add documentation for rt-validate-aliases
* Remove misleading comment about "an rt-mailgate user" from
  rt-mailgate documentation
* Remove ambiguity of direction of $CanonicalizeEmailAddressMatch and
  $CanonicalizeEmailAddressReplace
* Update schema.dot for the ObjectScrips table, new in 4.2
* List SQLite in documentation as a possible database backend, for
  non-production use.
* Update suggested backup strategy on MySQL to no longer require LOCK
  TABLES privileges (#22893)
* Note that changing queue subject tags may require altering
  $EmailSubjectTagRegex
* Suggest /etc/cron.d instead of root's crontab, for discoverability

>From http://bestpractical.com/release-notes/rt/4.2.3
This release is primarily a bugfix release; notable changes include:

Administrator tasks
* Avoid starting a FastCGI process manager in the common case of the
  FastCGI process being started by the webserver, and communicating
  over STDIN.  This restores the behavior from 4.0, where the process
  name is the full path to rt-server.fcgi, and not the static string
  "perl-fcgi-pm" or "perl-fcgi".
* Automatically clean out Mason cache when updated HTML is installed
  during upgrades; this should prevent a common class of errors.
* Fix paths in rt-importer when importing from a serialized dump which
  was written to an absolute path.
* Additional optional upgrade script for users upgrading from RT 3.8
  who previously used RT::Extension::CustomField::Checkbox.
* Pass characters, not bytes, to _EncodeLOB during de-serialization;
  this prevents invalid UTF-8 from a serialized dump from entering the
  new database.
* Catch and warn of additional common misconfigurations of GPG/SMIME
  integration.
* Prevent a possible infinite loop in rt-validator --resolve if
  Principal records were missing; default to forcing their creation.

Localization
* Localization updates from Launchpad.

General user UI
* Date and DateTime customfields now pass "mandatory" validation if
  unchanged.
* "1970-01-01" is now treated as "unset" for purposes of Date and
  DateTime validation.
* Add Date and DateTime fields to bulk update.
* Don't conduct a user search if no string was entered.
* Signal if a user is disabled at the top of User Summary pages.
* Resolve regression in 4.2, which caused warnings during ticket
  creation when transaction custom fields were applied.
* Respect transaction squelching during GPG/SMIME signing and
  encryption.  Lack of public key for a squelched user will no longer
  trigger errors, for instance.
* Resolve regression in 4.2, where the recipient squelching
  checkboxes did not properly synchronize state between users who
  appeared multiple times.
* Adjust the bottom edge of rolled-up tabs in ticket pages.
* Sort data groupings in charts numerically, not ASCIIbetically, if
  they all appear to be numbers.
* Ensure that Sidebar / Body panes in dashboard configuration display
  in a consistent order on perl 5.18 and above.
* For strict DOM compliance, move a "name" attribute on <div> to
  "data-name".
* Prevent "Can't call method "DependsOn" on an undefined value" error
  in bulk update if tickets were deleted.
* Show links to tickets which are not readable by the user as numbers,
  not as blank titles.
* Add a "ticket-active" class, as well as the current status as a
  class, to ticket links on ticket display page.
* Fix a regression in 4.2 which caused an error when a user with
  only limited rights (Watch or WatchAsAdminCc) removed themselves as a
  watcher from a ticket or queue.
* Allow SeeCustomField on a single queue to show its custom fields
  during search if the search is limited to that queue.

Documentation
* Remove obsolete wording mentioning CPAN 1.84, which we guaranteed to
  already have a more recent version of, by way of perl 5.10.1.
* Correct reminders documentation to suggest RT::Action::Notify, not
  RT::Action::SendEmail.
* Documentation on writing extensions for RT.

Admin interface
* Fix "Queue" and "QueueId" columns in admin Scrips listing to emulate
  their display in 4.0.
* Additional ModifyDropdownLimit in SelectOwnerDropdown to allow sites
  to increase the previously-hardcoded limit of 50 users in the
  drop-down before it switched to autocompletion.
* Correctly style warnings about Articles needing configuration.
* Resolve regression in 4.2 in admin interface, where the current group
  and rights tab is not preserved across rights submission.
* Show static content roots in System Configuration, alongside Mason
  content roots.
* Catch and warn of template compilation errors, such as unbalanced
  braces.

Database
* Improve right-checking query plan (at least on PostgreSQL 9.3) by
  de-duplicating ACL equivalence objects, and using the RT::System's
  id.
* Upgrade steps from RT 4.0 -> 4.2 now DROP IF EXISTS tables and
  sequences before attempting to create them, except on Oracle.  This
  resolves the common case of testing an upgrade before re-importing a
  backup atop it for the final upgrade, leaving the new tables still in
  place.
* Fix a regression in 4.2 which caused rt-server to hold extra database
  handles open.  For FastCGI processes, this was one extra per FastCGI
  process; for standalone servers, only one overall.

Callbacks
* MassageDisplayHeaders callback in ShowTransactionAttachments is now
  passed $ShowHeaders.
* Callbacks in EditTransactionCustomFields are now passed $InTable.
* MassageCustomFields callback in EditCustomField is now correctly
  passed $CustomFields.
* Correct a typo in the documentation for MakeClicky callbacks.

Developer
* Provide and use a GetCustomFieldInputName() function to
  programmatically determine form field names from custom field
  objects.
* Resolve a bug when associating unknown users with single-user roles;
  this primarily only affects Assets.
* Allow consumers of /Elements/SimpleSearch to provide the placeholder
  text.
* Default Stage for Scrips to be TransactionCreate; primarily for
  initialdata, but affects all callers of RT::Scrip->AddToObject.
* Adjust etc/upgrade/shrink_transactions_table.pl to avoid new
  deprecation warnings.
* Fix precedence errors of "return ... or ..." found by perl 5.19.
* Allow consumers of EditCustomField to specify undef $Rows or $Cols to
  omit the respective attributes during form element rendering.
* Prevent warnings on perl 5.19 and above.
* Allow members to be added to groups during group creation in
  initialdata.
* Prevent race conditions in 99-policy.t by skipping t/tmp/ and other
  volatile directories.
* Pass Ticket object to ShowAttachments on Ticket/Forward.html, to
  allow for greater extensibility by providing more context.

>From http://bestpractical.com/release-notes/rt/4.2.2
This release is primarily a bugfix release; of particular note is that
it contains schema changes for MySQL.  Though the changes are limited,
it is especially important to take, and verify you can recover from, a
database backup prior to upgrading.

Also notable is that this release fixes a bug in 4.2.0 and 4.2.1 where
failures of the HTML-to-text conversion would silently cause mail to
fail to be sent.  When using the rich text editor, RT will also now
quote the the HTML parts of email, and not simply their text
equivalents.

Other changes include:

Documentation
* Wording fixes in Shredder
* Clean up examples in Lifecycles documentation
* Document additional indexes that increase performance of Shredder
* Replace a suggested GnuPG option with one which is not deprecated
* Note that errors reported from the GnuPG infrastructure may be caused
  by GnuPG not being configured, but having been automatically enabled.

Database
* Ensure that even disabled scrips get the same id-to-name change that
  other scrips got during the 4.0 -> 4.2 upgrade.
* On MySQL, alter the character set of all columns used to store email
  addresses to UTF-8
* Ensure that invalid byte sequences that may have snuck into the
  database previously (on earlier versions on MySQL, for instance) are
  not blindly interpreted as UTF-8 when retrieved from the database.
  As a result, invalid bytes will be returned from the API as the four
  characters "\xHH", where HH is the hexadecimal encoding of the byte.
* Ensure that all data containing non-ASCII is quoted-printable encoded
  for PostgreSQL, instead of merely all data not claiming to be
  "text/plain"
* Additional warnings prevention on Oracle; tests now pass cleanly
* Allow fully-automated database upgrades using --upgrade-from and
  --upgrade-to options to rt-setup-database
* Clean out any remaining traces of RTFM that lingered in custom fields
  and custom field values that were disabled at the time of the
  previous upgrade step.
* Bullet-proof a 3.8 -> 4.0 upgrade step for Scrips with no Condition

Serializer/importer
* Install rt-serializer and rt-importer into sbin/
* Ensure that incremental upgrade steps only run on incremental
  serializations, not all exports
* Fix a runtime error in the incremental upgrade path to 4.2
* Ensure that inflated Users and Groups are created with the same id as
  their Principal
* Disable in-memory record caching when serializing and importing to
  improve performance
* Only search non-Disabled custom fields when looking up BasedOn in
  initialdata files
* Set up logging properly; warnings are now displayed during
  serialization and importing

Email
* Don't die if HTML -> text conversion throws an error, which would
  silently prevent outgoing mail from being sent.  Instead, fall back
  to just sending text/html with no text/plain
* Replying to an HTML mail with the rich text editor will now quote the
  HTML part, not the equivalent text version.
* Set a transfer encoding on outgoing dashboards; this resolves issues
  with long lines when using the Sendmail MTA.
* Cope with mangled and overly-quoted recipient headers occasionally
  generated by Outlook.

General user UI
* Stop localizing custom field names, for consistency
* Show a useful error on "show outgoing mail" if the user has no rights
  to see the page, rather than displaying an empty page.
* Adjust UI to not block header on "show outgoing email" page
* Hide the Take and Steal menu items if you already own the ticket,
  closing a regression in 4.2.0 and above.
* Autocompletion custom fields now properly autocomplete when placed in
  custom field groupings
* Improve rendering on Internet Explorer 6
* Fix cascaded custom fields on Internet Explorer 8 and below.
* Fix third-level cascading custom fields, broken in 4.2.1
* Minor rendering bugs with Charts placed on homepages and dashboards
* Whitelist "show outgoing email" and chart results from CSRF
  protection
* RT 4.0.7 introduced a performance regression when building ticket
  searches that query Links; switch back to a much better-indexed
  query.
* Fix "Clone ticket" functionality with Select-multiple custom fields.
* Show the queue ID for the current queue in the ticket edit page, even
  if the user does not have SeeQueue; this prevents the user from
  accidentally changing the queue.
* Respect custom field groupings on user preferences page

Query Builder
* Warnings avoidance for searches with more than 1000 results.
* Allow IS NULL to search for dates which are unset
* Properly quote CF names containing non-ASCII characters in query
  builder, broken since 4.2.0
* Add "UpdatedBy" TicketSQL limit

Admin
* Correct a package load order problem which prevented the web
  installer from working since 4.2.0
* Report the correct setting name in rt-validate-aliases
* Fix real-time updating of Theme CSS on Internet Explorer 8 and below
* Fix a minor display bug in the CF Admin pages, where the queue number
  instead of queue name would be displayed in requests shortly after
  server startup.
* Add "Extra Info" as a possible field for "More About Requestor"

REST
* Allow searching for users, queues, and groups in REST
* Prevent a server error when attempting to guess content-type in the
  REST interface.

Development
* Allow running tests with an explicit set of plugins enabled.
* Custom Action and Condition packages (as supplied by extensions;
  these are not the text entry boxes in the UI) are now loaded at
  server startup time, to catch compile-time errors in such classes
  early as well as reducing RT's memory footprint on mod_perl.
  Previously, these errors would have logged errors only when their
  Scrip failed to fire.  This restores the behavior found in RT 3.8,
  which was mistakenly removed in RT 4.0.0.
* Additional callbacks, including in charts, and on ticket reply pages
* Remove an unused Makefile target

(ryoon)

2014-07-06 06:28:17 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Address-List to 0.05

(ryoon)

2014-07-06 06:27:59 UTC MAIN commitmail json YAML

Update to 0.05

Changelog:
0.05 2014-02-16

- Correct typos in documentation; no functionality changes

0.04 2014-02-03

- Update minimum perl version to 5.10, because of use of ++ quantifier

0.03 2014-01-22

- Include documentation updates present in the released version of
  0.01, but never checked into the repository

0.02 2014-01-15

- Prevent a quadratic-time check when the provided string did not
  contain a valid address

(ryoon)

2014-07-06 06:27:10 UTC MAIN commitmail json YAML

Updated devel/p5-Symbol-Global-Name to 0.05

(ryoon)

2014-07-06 06:26:30 UTC MAIN commitmail json YAML

Update to 0.05

Changelog:
0.05    Thu Feb 13 15:42:17 EST 2013
    • Work with inlined list constants, new in 5.20

(ryoon)

2014-07-06 02:24:30 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.0.2

(wiz)

2014-07-06 02:24:18 UTC MAIN commitmail json YAML

Update to 3.0.2:
This is a regularly-scheduled bugfix release.
    cmdutil: add copy-filtering support to duplicatecopies
    hgweb: avoid initialization race (issue4280)
    keyword: suppress keyword expansion for internal merge
    match: make glob '**/' match the empty string
    p4: accept changesets with no description (issue4282)
    parsers.c: fix a couple of memory leaks
    push: restore contents of HG_URL for hooks (issue4268)
    rebase: fix bug that caused transitive copy records to disappear (issue4192)
    repoview: do not crash when localtags refers to non existing revisions
    resolve: keep wlock while resolving
    revlog: hold a private reference to self._cache
    revlog: make _chunkcache access atomic

(wiz)

2014-07-05 23:23:26 UTC MAIN commitmail json YAML

Updated www/py-furl to 0.3.94

(rodent)

2014-07-05 23:23:14 UTC MAIN commitmail json YAML

Upstream fixed permissions issue in egg files. Fixed HOMEPAGE. No other
changes.

(rodent)

2014-07-05 23:22:29 UTC MAIN commitmail json YAML

Updated databases/py-orderedmultidict to 0.7.3

(rodent)

2014-07-05 23:22:16 UTC MAIN commitmail json YAML

Upstream fixed permissions issue in egg files. Fixed HOMEPAGE. No other
changes.

(rodent)

2014-07-05 21:00:23 UTC MAIN commitmail json YAML

Dependencies don't support Ruby 1.8.

(joerg)

2014-07-05 20:15:30 UTC MAIN commitmail json YAML

Updated devel/libexecinfo to 1.1nb1

(schmonz)

2014-07-05 20:15:24 UTC MAIN commitmail json YAML

Libtoolize to fix build on OS X 10.9 and (untested) fix shlibs under
Solaris 10. What's tested:

1. devel/cmake with USE_BUILTIN.libexecinfo=no links and runs on:
    * CentOS/amd64 6.5
    * Mac OS X/x86_64 10.9.4 (Darwin 13.3.0)
    * NetBSD/amd64 6.1.4
    * SmartOS/i386 (Joyent SmartMachine 1.8.1, "SunOS 5.11")

2. http://www.gnu.org/software/libc/manual/html_node/Backtraces.html's
  sample program outputs:
    * Mac OS X: the expected backtrace
    * NetBSD: dumps core (but it did before this change, too)
    * SmartOS: the expected backtrace

Bump PKGREVISION.

(schmonz)

2014-07-05 19:45:57 UTC MAIN commitmail json YAML

+py-wtforms-{alchemy,components}

(rodent)

2014-07-05 19:44:52 UTC MAIN commitmail json YAML

Added www/py-wtforms-alchemy version 0.12.6

(rodent)

2014-07-05 19:44:34 UTC MAIN commitmail json YAML

Import py27-wtforms-alchemy-0.12.6 as www/py-wtforms-alchemy.

Generates WTForms forms from SQLAlchemy models.

(rodent)

2014-07-05 19:43:15 UTC MAIN commitmail json YAML

Added www/py-wtforms-components version 0.9.3

(rodent)

2014-07-05 19:43:01 UTC MAIN commitmail json YAML

2014-07-05 19:41:18 UTC MAIN commitmail json YAML

+py-sqlalchemy-utils

(rodent)

2014-07-05 19:40:38 UTC MAIN commitmail json YAML

Added databases/py-sqlalchemy-utils version 0.26.3

(rodent)

2014-07-05 19:40:25 UTC MAIN commitmail json YAML

2014-07-05 19:38:59 UTC MAIN commitmail json YAML

2014-07-05 19:38:12 UTC MAIN commitmail json YAML

Added devel/py-fann2 version 1.0.0

(rodent)

2014-07-05 19:38:00 UTC MAIN commitmail json YAML

Import py27-fann2-1.0.0 as devel/py-fann2.

This is an update of the python bindings for the Fast Artificial Neural Network
(FANN) library, which were included in fann-2.1.0beta.

(rodent)

2014-07-05 19:34:12 UTC MAIN commitmail json YAML

2014-07-05 19:33:32 UTC MAIN commitmail json YAML

Added math/py-intervals version 0.3.1

(rodent)

2014-07-05 19:33:18 UTC MAIN commitmail json YAML

Import py27-intervals-0.3.1 as math/py-intervals.

Python tools for handling intervals (ranges of comparable objects).

(rodent)

2014-07-05 19:31:04 UTC MAIN commitmail json YAML

2014-07-05 19:30:26 UTC MAIN commitmail json YAML

Added www/py-furl version 0.3.93

(rodent)

2014-07-05 19:30:14 UTC MAIN commitmail json YAML

Import py27-furl-0.3.93 as www/py-furl.

URL manipulation made simple.

(rodent)

2014-07-05 19:29:09 UTC MAIN commitmail json YAML

+py-orderedmultidict

(rodent)

2014-07-05 19:28:22 UTC MAIN commitmail json YAML

Added databases/py-orderedmultidict version 0.7.2

(rodent)

2014-07-05 19:28:06 UTC MAIN commitmail json YAML

Import py27-orderedmultidict-0.7.2 as databases/py-orderedmultidict.

Ordered Multivalue Dictionary - omdict.

A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.

omdict retains method parity with dict.

(rodent)

2014-07-05 15:34:13 UTC MAIN commitmail json YAML

Added devel/py-tortoisehg version 3.0.1

(wiz)

2014-07-05 15:34:00 UTC MAIN commitmail json YAML

+ py-tortoisehg.

(wiz)

2014-07-05 15:33:03 UTC MAIN commitmail json YAML

2014-07-05 12:48:11 UTC MAIN commitmail json YAML

+ruby-websocket

(rodent)

2014-07-05 12:34:55 UTC MAIN commitmail json YAML

Added www/ruby-websocket version 1.1.4

(rodent)

2014-07-05 12:34:44 UTC MAIN commitmail json YAML

Import ruby200-websocket-1.1.4 as www/ruby-websocket.

Universal Ruby library to handle WebSocket protocol. It focuses on providing
abstraction layer over WebSocket API instead of providing server or client
functionality.

Currently, WebSocket Ruby supports all existing drafts of WebSocket, which
include:

* hixie-75
* hixie-76
* all hybi drafts (00-13)
* RFC 6455

(rodent)

2014-07-05 12:33:26 UTC MAIN commitmail json YAML

Added textproc/ruby-yard version 0.8.7.4

(rodent)

2014-07-05 12:33:15 UTC MAIN commitmail json YAML

Import ruby200-yard-0.8.7.4 as textproc/ruby-yard.

YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.

(rodent)

2014-07-05 12:31:11 UTC MAIN commitmail json YAML

2014-07-05 12:30:31 UTC MAIN commitmail json YAML

Added databases/ruby-tiny_tds version 0.6.2

(rodent)

2014-07-05 12:29:25 UTC MAIN commitmail json YAML

Import ruby200-tiny_tds-0.6.2 as databases/ruby-tiny_tds.

TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.
Developed for the ActiveRecord SQL Server adapter.

(rodent)

2014-07-05 12:25:31 UTC MAIN commitmail json YAML

2014-07-05 12:25:01 UTC MAIN commitmail json YAML

Added meta-pkgs/ruby-shoulda version 3.5.0

(rodent)

2014-07-05 12:24:50 UTC MAIN commitmail json YAML

Import ruby200-shoulda-3.5.0 as meta-pkgs/ruby-shoulda.

The shoulda gem is a meta gem with two dependencies:

* shoulda-context (official documentation)
* shoulda-matchers (official documentation)

(rodent)

2014-07-05 12:23:24 UTC MAIN commitmail json YAML

+ruby-shoulda-{context,matchers}

(rodent)

2014-07-05 12:21:59 UTC MAIN commitmail json YAML

Added devel/ruby-shoulda-context version 1.2.1

(rodent)

2014-07-05 12:21:46 UTC MAIN commitmail json YAML

Import ruby200-shoulda-context-1.2.1 as devel/ruby-shoulda-context.

Shoulda's contexts make it easy to write understandable and maintainable tests
for Test::Unit. It's fully compatible with your existing tests in Test::Unit,
and requires no retooling to use.

(rodent)

2014-07-05 12:21:03 UTC MAIN commitmail json YAML

Added devel/ruby-shoulda-matchers version 2.6.1

(rodent)

2014-07-05 12:20:51 UTC MAIN commitmail json YAML

Import ruby200-shoulda-matchers-2.6.1 as devel/ruby-shoulda-matchers.

shoulda-matchers provides Test::Unit- and RSpec-compatible one-liners that test
common Rails functionality. These tests would otherwise be much longer, more
complex, and error-prone.

(rodent)

2014-07-05 11:31:19 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-05 11:30:58 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4441 - requested by he
lang/python34: security patch

Revisions pulled up:
- lang/python34/Makefile                                        1.6
- lang/python34/distinfo                                        1.13
- lang/python34/patches/patch-Lib_http_server.py                1.1
- lang/python34/patches/patch-Lib_test_test__httpservers.py    1.1
- lang/python34/patches/patch-Misc_NEWS                        1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Fri Jul  4 11:37:13 UTC 2014

  Modified Files:
  pkgsrc/lang/python34: Makefile distinfo
  Added Files:
  pkgsrc/lang/python34/patches: patch-Lib_http_server.py
      patch-Lib_test_test__httpservers.py patch-Misc_NEWS

  Log Message:
  Apply fix for directory traversal vulnerability, ref.
  http://bugs.python.org/issue21766
  Bump PKGREVISION.

(tron)

2014-07-05 11:21:49 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4441 - requested by he
lang/python33: security patch

Revisions pulled up:
- lang/python33/Makefile                                        1.26
- lang/python33/distinfo                                        1.18
- lang/python33/patches/patch-Lib_http_server.py                1.1
- lang/python33/patches/patch-Lib_test_test__httpservers.py    1.1
- lang/python33/patches/patch-Misc_NEWS                        1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Wed Jul  2 12:53:52 UTC 2014

  Modified Files:
  pkgsrc/lang/python33: Makefile distinfo
  Added Files:
  pkgsrc/lang/python33/patches: patch-Lib_http_server.py
      patch-Lib_test_test__httpservers.py patch-Misc_NEWS

  Log Message:
  Add a fix, test-case and note for directory traversal vulnerability, ref.
  http://bugs.python.org/issue21766
  Bump PKGREVISION.

(tron)

2014-07-05 11:21:30 UTC MAIN commitmail json YAML

Remove current master site which is no longer working and re-enable
GNU master sites which are now working.

(tron)

2014-07-05 11:13:52 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4441 - requested by he
lang/python27: security patch

Revisions pulled up:
- lang/python27/distinfo                                        1.43
- lang/python27/patches/patch-Lib_CGIHTTPServer.py              1.1
- lang/python27/patches/patch-Lib_test_test__httpservers.py    1.1
- lang/python27/patches/patch-Misc_NEWS                        1.4

---
  Module Name: pkgsrc
  Committed By: he
  Date: Wed Jul  2 08:22:02 UTC 2014

  Modified Files:
  pkgsrc/lang/python27: distinfo
  pkgsrc/lang/python27/patches: patch-Misc_NEWS
  Added Files:
  pkgsrc/lang/python27/patches: patch-Lib_CGIHTTPServer.py
      patch-Lib_test_test__httpservers.py

  Log Message:
  Apply a fix for directory-traversal vulnerability, ref.
  http://bugs.python.org/issue21766
  Bump PKGREVISION.

(tron)

2014-07-05 09:52:45 UTC MAIN commitmail json YAML

Limit to ruby193 and newer, there is no ruby18-nokogiri dependency.

Fixes bulk builds.

(jperkin)

2014-07-05 09:04:10 UTC MAIN commitmail json YAML

Updated cross/gcc-mips-current to 4.9.0nb5

(martin)

2014-07-05 09:03:49 UTC MAIN commitmail json YAML

2014-07-05 05:17:38 UTC MAIN commitmail json YAML

Updated security/kpcli to 2.7nb1

(wiz)

2014-07-05 05:17:27 UTC MAIN commitmail json YAML

Add dependency on p5-Term-ReadLine-Perl. Either that or
...-Gnu is needed for kpcli to work.
Bump PKGREVISION.

(wiz)

2014-07-05 05:10:48 UTC MAIN commitmail json YAML

Use bash on SunOS, as pdksh (at least on x86_64) has issues for the moment.

(richard)

2014-07-05 04:54:19 UTC MAIN commitmail json YAML

Updated devel/nss to 3.16.3

(ryoon)

2014-07-05 04:53:39 UTC MAIN commitmail json YAML

Update to 3.16.2

Changelog:
Network Security Services (NSS) 3.16.3 is a patch release for NSS 3.16.

This release consists primarily of CA certificate changes as listed
below, and fixes an issue with a recently added utility function.

New Functions:
* CERT_GetGeneralNameTypeFromString (This function was already added
  in NSS 3.16.2, however, it wasn't declared in a public header file.)

Notable Changes:
* The following 1024-bit CA certificates were Removed
  - Entrust.net Secure Server Certification Authority
  - GTE CyberTrust Global Root
  - ValiCert Class 1 Policy Validation Authority
  - ValiCert Class 2 Policy Validation Authority
  - ValiCert Class 3 Policy Validation Authority
* Additionally, the following CA certificate was Removed as
  requested by the CA:
  - TDC Internet Root CA
* The following CA certificates were Added:
  - Certification Authority of WoSign
  - CA 沃通根证书
  - DigiCert Assured ID Root G2
  - DigiCert Assured ID Root G3
  - DigiCert Global Root G2
  - DigiCert Global Root G3
  - DigiCert Trusted Root G4
  - QuoVadis Root CA 1 G3
  - QuoVadis Root CA 2 G3
  - QuoVadis Root CA 3 G3
* The Trust Bits were changed for the following CA certificates
  - Class 3 Public Primary Certification Authority
  - Class 3 Public Primary Certification Authority
  - Class 2 Public Primary Certification Authority - G2
  - VeriSign Class 2 Public Primary Certification Authority - G3
  - AC Raíz Certicámara S.A.
  - NetLock Uzleti (Class B) Tanusitvanykiado
  - NetLock Expressz (Class C) Tanusitvanykiado

(ryoon)

2014-07-04 21:20:52 UTC MAIN commitmail json YAML

Generate a correct error message, instead of referring to a variable
that gets changed on the next line.

(dholland)

2014-07-04 14:31:49 UTC MAIN commitmail json YAML

Make this pull in cups-1.7, since it overlaps with cups15.
Noted by joerg.

(wiz)

2014-07-04 13:01:17 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.7.3

(schmonz)

2014-07-04 13:01:12 UTC MAIN commitmail json YAML

Update to 2014.7.3. From the changelog:

* Fix #8: Remove ``How to do a release`` section from README.md.
* Fix #11: Include test directory markdown, html files.
* Fix memory leak in using ``handle`` while keeping the old instance
  of ``html2text``.

(schmonz)

2014-07-04 12:42:10 UTC MAIN commitmail json YAML

+ruby-{openid,rack-openid,ruby-openid}

(rodent)

2014-07-04 12:39:55 UTC MAIN commitmail json YAML

Added security/ruby-rack-openid version 1.4.2

(rodent)

2014-07-04 12:39:38 UTC MAIN commitmail json YAML

Import ruby200-rack-openid-1.4.2 as security/ruby-rack-openid.

Provides a more HTTPish API around the ruby-openid library.

(rodent)

2014-07-04 12:36:48 UTC MAIN commitmail json YAML

Added security/ruby-ruby-openid version 2.5.0

(rodent)

2014-07-04 12:36:34 UTC MAIN commitmail json YAML

Import ruby200-ruby-openid-2.5.0 as security/ruby-ruby-openid.

A Ruby library for verifying and serving OpenID identities. Features:

* Easy to use API for verifying OpenID identites - OpenID::Consumer
* Support for serving OpenID identites - OpenID::Server
* Does not depend on underlying web framework
* Supports multiple storage mechanisms (Filesystem, ActiveRecord, Memory)
* Example code to help you get started, including:
  * Ruby on Rails based consumer and server
  * OpenIDLoginGenerator for quickly getting creating a rails app that uses
    OpenID for authentication
  * ActiveRecordOpenIDStore plugin
* Comprehensive test suite
* Supports both OpenID 1 and OpenID 2 transparently

(rodent)

2014-07-04 12:35:32 UTC MAIN commitmail json YAML

Added security/ruby-openid version 0.0.1

(rodent)

2014-07-04 12:35:20 UTC MAIN commitmail json YAML

Import ruby200-openid-0.0.1 as security/ruby-openid.

OpenID support for Ruby. OpenID is a decentralized identification system that
allows users to prove they own a url. OpenID for Ruby currently includes only
consumer modules.

(rodent)

2014-07-04 12:30:51 UTC MAIN commitmail json YAML

+ruby-childprocess

(rodent)

2014-07-04 12:30:13 UTC MAIN commitmail json YAML

Added sysutils/ruby-childprocess version 0.5.3

(rodent)

2014-07-04 12:30:02 UTC MAIN commitmail json YAML

Import ruby200-childprocess-0.5.3 as sysutils/ruby-childprocess.

This gem aims at being a simple and reliable solution for controlling external
programmes running in the background on any Ruby/OS combination.

(rodent)

2014-07-04 12:28:20 UTC MAIN commitmail json YAML

+ruby-capybara

(rodent)

2014-07-04 12:27:38 UTC MAIN commitmail json YAML

Added www/ruby-capybara version 2.4.1

(rodent)

2014-07-04 12:27:25 UTC MAIN commitmail json YAML

Import ruby200-capybara-2.4.1 as www/ruby-capybara.

Capybara is an integration testing tool for rack based web applications. It
simulates how a user would interact with a website.

(rodent)

2014-07-04 11:37:47 UTC MAIN commitmail json YAML

Note update of lang/python34 to 3.4.1nb1.

(he)

2014-07-04 11:37:13 UTC MAIN commitmail json YAML

2014-07-04 10:35:36 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg to 20140623.1.2.7

(adam)

2014-07-04 10:34:52 UTC MAIN commitmail json YAML

Changed the date as well

(adam)

2014-07-04 10:33:42 UTC MAIN commitmail json YAML

Changes 1.2.7:
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it
avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible
avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled
avcodec/mss4: Fix () in MKVAL() macro
avcodec/mss34dsp: fix () in SOP* macros
avcodec/mlpdec: fix () in MSB_MASK() macro
avcodec/golomb-test: fix () in EXTEND() macro
avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro
avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE
avutil/cpu: force mmx on selection of higher x86 SIMD features
avcodec/diracdec: move mc buffer allocation to per frame
avfilter/graphdump: Fix pointer to local outside scope
more...

(adam)

2014-07-04 10:27:43 UTC MAIN commitmail json YAML

Disable all assembly optimisations on SunOS, avoids having to chase down
all the various GENERAL_REGS failures and ensures portability.

(jperkin)

2014-07-04 03:34:43 UTC MAIN commitmail json YAML

The qmail-bigdns patch currently redirects to https. Put a copy on
MASTER_SITE_LOCAL.

(schmonz)

2014-07-04 00:24:24 UTC MAIN commitmail json YAML

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

Added textproc/ruby-xpath version 2.0.0

(rodent)

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

Import ruby200-xpath-2.0.0 as textproc/ruby-xpath.

XPath is a Ruby DSL for generating XPath expressions.

(rodent)

2014-07-04 00:21:17 UTC MAIN commitmail json YAML

+ruby-awesome_nested_set

(rodent)

2014-07-04 00:20:29 UTC MAIN commitmail json YAML

Added databases/ruby-awesome_nested_set version 2.1.6

(rodent)

2014-07-04 00:20:17 UTC MAIN commitmail json YAML

Import ruby200-awesome_nested_set-2.1.6 as databases/ruby-awesome_nested_set.

An awesome nested set implementation for Active Record.

(rodent)

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

Updated cross/binutils-mips-current to 2.24nb3

(martin)

2014-07-03 20:31:16 UTC MAIN commitmail json YAML

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

bits I forgot: trn, libpano13 on Sunday 6/29

(dholland)

2014-07-03 17:00:59 UTC MAIN commitmail json YAML

remove ap2-chroot now that it is really gone from the filesystem

(jnemeth)

2014-07-03 16:58:19 UTC MAIN commitmail json YAML

- sort
- remove duplicated entry

(jnemeth)

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

Updated mail/notmuch to 0.18.1

(wiz)

2014-07-03 15:01:46 UTC MAIN commitmail json YAML

Update to 0.18.1:

Notmuch 0.18.1 (2014-06-25)
===========================

This is a bug fix and portability release.

Build System
------------

Add a workaround for systems without zlib.pc

Make emacs install robust against the non-existence of emacs

Put notmuch lib directory first in RPATH

Fix handling of html_static_path in sphinx

  Both the python bindings and the main docs had spurious settings of
  this variable.

Test Suite
----------

Use --quick when starting emacs

  This avoids a hang in the T160-json tests.

Allow pending break points in atomicity script

  This allows the atomicity tests to run on several more architectures/OSes.

Command-Line Interface
----------------------

To improve portability use fsync instead of fdatasync in
`notmuch-dump`. There should be no functional difference.

Library changes
---------------

Resurrect support for single-message mbox files

  The removal introduced a bug with previously indexed single-message
  mboxes.  This support remains deprecated.

Fix for phrase indexing

  There were several bugs where words intermingled from different
  headers and MIME parts could match a single phrase query.  This fix
  will affect only newly indexed messages.

Emacs Interface
---------------

Make sure tagging on an empty query is harmless

  Previously tagging an empty query could lead to tags being
  unintentionally removed.

Notmuch 0.18 (2014-05-06)
=========================

Overview
--------

This new release includes some enhancements to searching for messages
by filesystem location (`folder:` and `path:` prefixes under *General*
below).  Saved searches in *Emacs* have also been enhanced to allow
distinct search orders for each one.  Another enhancement to the
*Emacs* interface is that replies to encrypted messages are now
encrypted, reducing the risk of unintentional information disclosure.
The default dump output format has changed to the more robust
`batch-tag` format. The previously deprecated parsing of single
message mboxes has been removed. For detailed release notes, see
below.

General
-------

The `folder:` search prefix now requires an exact match

  The `folder:` prefix has been changed to search for email messages
  by the exact, case sensitive maildir or MH folder name. Wildcard
  matching (`folder:foo*`) is no longer supported. The new behaviour
  allows for more accurate mail folder based searches, makes it
  possible to search for messages in the top-level folder, and should
  lead to less surprising results than the old behaviour. Users are
  advised to see the `notmuch-search-terms` manual page for details,
  and review how the change affects their existing `folder:` searches.

There is a new `path:` search prefix.

  The new `path:` search prefix complements the `folder:` prefix. The
  `path:` prefix searches for email messages that are in particular
  directories within the mail store, optionally recursively using a
  special syntax. See the `notmuch-search-terms` manual page for
  details.

Notmuch database upgrade due to `folder:` and `path:` changes

  The above mentioned changes to the `folder:` prefix and the addition
  of `path:` prefix require a Notmuch database upgrade. This will be
  done automatically, without prompting on the next time `notmuch new`
  is run after the upgrade. The upgrade is not reversible, and the
  upgraded database will not be readable by older versions of
  Notmuch. As a safeguard, a database dump will be created in the
  `.notmuch` directory before upgrading.

Library changes
---------------

Notmuch database upgrade

  The libnotmuch consumers are reminded to handle database upgrades
  properly, either by relying on running `notmuch new`, or checking
  `notmuch_database_needs_upgrade()` and calling
  `notmuch_database_upgrade()` as necessary. This has always been the
  case, but in practise there have been no database upgrades in any
  released version of Notmuch before now.

Support for indexing mbox files has been dropped

  There has never been proper support for mbox files containing
  multiple messages, and the support for single-message mbox files has
  been deprecated since Notmuch 0.15. The support has now been
  dropped, and all mbox files will be rejected during indexing.

Message header parsing changes

  Notmuch previously had an internal parser for message headers. The
  parser has now been dropped in favour of letting GMime parse both
  the headers and the message MIME structure at the same pass. This is
  mostly an internal change, but the GMime parser is stricter in its
  interpretation of the headers. This may result in messages with
  slightly malformed message headers being now rejected.

Command-Line Interface
----------------------

`notmuch dump` now defaults to `batch-tag` format

  The old format is still available with `--format=sup`.

`notmuch new` has a --quiet option

  This option suppresses the progress and summary reports.

`notmuch insert` respects maildir.synchronize_flags config option

  Do not synchronize tags to maildir flags in `notmuch insert` if the
  user does not want it.

The commands set consistent exit status codes on failures

  The cli commands now consistently set exit status of 1 on failures,
  except where explicitly otherwise noted. The notable expections are
  the status codes for format version mismatches for commands that
  support formatted output.

Bug fix for checking configured new.tags for invalid tags

  `notmuch new` and `notmuch insert` now check the user configured
  new.tags for invalid tags, and refuse to apply them, similar to
  `notmuch tag`. Invalid tags are currently the empty string and tags
  starting with `-`.

Emacs Interface
---------------

Init file

  If the file pointed by new variable `notmuch-init-file` (typically
  `~/.emacs.d/notmuch-config.el`) exists, it is loaded at the end of
  `notmuch.el`. Users can put their personal notmuch emacs lisp based
  configuration/customization items there instead of filling
  `~/.emacs` with these.

Changed format for saved searches

  The format for `notmuch-saved-searches` has changed, but old style
  saved searches are still supported. The new style means that a saved
  search can store the desired sort order for the search, and it can
  store a separate query to use for generating the count notmuch
  shows.

  The variable is fully customizable and any configuration done
  through customize should *just work*, with the additional options
  mentioned above. For manual customization see the documentation for
  `notmuch-saved-searches`.

  IMPORTANT: a new style notmuch-saved-searches variable will break
  previous versions of notmuch-emacs (even search will not work); to
  fix remove the customization for notmuch-saved-searches.

  If you have a custom saved search sort function (not unsorted or
  alphabetical) then the sort function will need to be
  modified. Replacing (car saved-search) by (notmuch-saved-search-get
  saved-search :name) and (cdr saved-search) by
  (notmuch-saved-search-get saved-search :query) should be sufficient.

The keys of `notmuch-tag-formats` are now regexps

  Previously, the keys were literal strings.  Customized settings of
  `notmuch-tag-formats` will continue to work as before unless tags
  contain regexp special characters like `.` or `*`.

Changed tags are now shown in the buffer

  Previously tag changes made in a buffer were shown immediately. In
  some cases (particularly automatic tag changes like marking read)
  this made it hard to see what had happened (e.g., whether the
  message had been unread).

  The changes are now shown explicitly in the buffer: by default
  deleted tags are displayed with red strike-through and added tags
  are displayed underlined in green (inverse video is used for deleted
  tags if the terminal does not support strike-through).

  The variables `notmuch-tag-deleted-formats` and
  `notmuch-tag-added-formats`, which have the same syntax as
  `notmuch-tag-formats`, allow this to be customized.

  Setting `notmuch-tag-deleted-formats` to `'((".*" nil))` and
  `notmuch-tag-added-formats` to `'((".*" tag))` will give the old
  behavior of hiding deleted tags and showing added tags identically
  to tags already present.

Version variable

  The new, build-time generated variable `notmuch-emacs-version` is used
  to distinguish between notmuch cli and notmuch emacs versions.
  The function `notmuch-hello-versions` (bound to 'v' in notmuch-hello
  window) prints both notmuch cli and notmuch emacs versions in case
  these differ from each other.
  This is especially useful when using notmuch remotely.

Ido-completing-read initialization in Emacs 23

  `ido-completing-read` in Emacs 23 versions 1 through 3 freezes unless
  it is initialized. Defadvice-based *Ido* initialization is defined
  for these Emacs versions.

Bug fix for saved searches with newlines in them

  Split lines confuse `notmuch count --batch`, so we remove embedded
  newlines before calling notmuch count.

Bug fixes for sender identities

  Previously, Emacs would rewrite some sender identities in unexpected
  and undesirable ways.  Now it will use identities exactly as
  configured in `notmuch-identities`.

Replies to encrypted messages will be encrypted by default

  In the interest of maintaining confidentiality of communications,
  the Notmuch Emacs interface now automatically adds the mml tag to
  encrypt replies to encrypted messages. This should make it less
  likely to accidentally reply to encrypted messages in plain text.

Reply pushes mark before signature

  We push mark and set point on reply so that the user can easily cut
  the quoted text. The mark is now pushed before the signature, if
  any, instead of end of buffer so the signature is preserved.

Message piping uses the originating buffer's working directory

  `notmuch-show-pipe-message` now uses the originating buffer's
  current default directory instead of that of the `*notmuch-pipe*`
  buffer's.

nmbug
-----

nmbug adds a `clone` command for setting up the initial repository and
uses `@{upstream}` instead of `FETCH_HEAD` to track upstream changes.

  The `@{upstream}` change reduces ambiguity when fetching multiple
  branches, but requires existing users update their `NMBGIT`
  repository (usually `~/.nmbug`) to distinguish between local and
  remote-tracking branches.  The easiest way to do this is:

  1. If you have any purely local commits (i.e. they aren't in the
    nmbug repository on nmbug.tethera.net), push them to a remote
    repository.  We'll restore them from the backup in step 4.
  2. Remove your `NMBGIT` repository (e.g. `mv .nmbug .nmbug.bak`).
  3. Use the new `clone` command to create a fresh clone:

        nmbug clone http://nmbug.tethera.net/git/nmbug-tags.git

  4. If you had local commits in step 1, add a remote for that
    repository and fetch them into the new repository.

(wiz)

2014-07-03 15:00:42 UTC MAIN commitmail json YAML

2014-07-03 14:59:55 UTC MAIN commitmail json YAML

Remove --with-libintl-prefix that few packages support.
Packages needing it should set it themselves.

(wiz)

2014-07-03 12:58:46 UTC MAIN commitmail json YAML

Updated devel/ruby-gettext to 3.1.2

(obache)

2014-07-03 12:58:38 UTC MAIN commitmail json YAML

Update ruby-gettext to 3.1.2.
(restrict acceptable ruby version from ruby-text).

## 3.1.2: 2014-04-24

### Improvements

  * Travis CI: Enabled Rubyinus again.
    [GitHub#30] [Patch by Masafumi Yokoyama]
  * `GetText::Tools::Task`: Added `msginit_options` to customize `msginit`
    command line.
  * `rmsginit`: Supported `--translator` option.
  * `GetText::Tools::Task`: Changed to not set translator information
    by default. [GitHub#31] [Reported by David Silva]

### Thanks

  * Masafumi Yokoyama
  * David Silva

(obache)

2014-07-03 12:50:20 UTC MAIN commitmail json YAML

Updated textproc/ruby-text to 1.3.0

(obache)

2014-07-03 12:50:03 UTC MAIN commitmail json YAML

Update ruby-text to 1.3.0.

* Adds maximum distance optimisation for Levenshtein.
* Removes support for Ruby versions before 1.9.

(obache)

2014-07-03 09:35:42 UTC MAIN commitmail json YAML

2014-07-03 01:32:50 UTC MAIN commitmail json YAML

Forgot to commit distinfo.

(taca)

2014-07-02 22:10:40 UTC MAIN commitmail json YAML

2014-07-02 19:17:40 UTC pkgsrc-2014Q2 commitmail json YAML

2014-07-02 19:17:26 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4440 - requested by asau
devel/boost-libs: build fix

Revisions pulled up:
- devel/boost-libs/Makefile                                    1.28

---
  Module Name: pkgsrc
  Committed By: asau
  Date: Tue Jul  1 22:16:43 UTC 2014

  Modified Files:
  pkgsrc/devel/boost-libs: Makefile

  Log Message:
  Work around PR toolchain/48878: make it build on NetBSD/i386 with GCC 4.8.

(tron)

2014-07-02 14:02:59 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.11nb2

(ryoon)

2014-07-02 14:02:38 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Install a configure file

(ryoon)

2014-07-02 13:58:06 UTC MAIN commitmail json YAML

Updated devel/editline to 3.1.20140620

(ryoon)

2014-07-02 13:57:18 UTC MAIN commitmail json YAML

Update to 3.1.20140620

Changelog:
2014-06-20 Jess Thrysoee

  * version-info: 0:51:0

  * all: sync with upstream source

2014-06-18 Jess Thrysoee

  * version-info: 0:50:0

  * all: sync with upstream source - add weak alias patches

2014-06-18 Jess Thrysoee

  * version-info: 0:49:0

  * all: sync with upstream source.

2014-02-13 Jess Thrysoee

  * version-info: 0:48:0

  * all: sync with upstream source.

  * examples/fileman.c: Fix typo. Patch by Kamil Dudka.

  * Makefile.am, configure.ac: Add --enable-examples configure parameter.
        Make it possible to enable/disable building of the examples programs.
        Patch by James Le Cuirot.

(ryoon)

2014-07-02 13:52:25 UTC MAIN commitmail json YAML

Updated security/clamav to 0.98.4; multimedia/ffmpeg2 to 2.2.4; Added multimedia/x265 version 1.1

(adam)

2014-07-02 13:49:06 UTC MAIN commitmail json YAML

Changes 2.2.4:
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it
avformat/cavsvideodec: Fix probing when the file extension is avs
cavsdec: fix qp fixed slice handling
avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible
avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled.
avcodec/aic: fix quantization table permutation
avutil/lzo: add asserts to be double sure against overflows
avutil/lzo: Fix integer overflow
Show duration for large asf files as written in the file header.

(adam)

2014-07-02 13:39:50 UTC MAIN commitmail json YAML

Updated devel/nss to 3.16.2

(ryoon)

2014-07-02 13:39:25 UTC MAIN commitmail json YAML

Update to 3.16.2

Changelog:
Network Security Services (NSS) 3.16.2 is a patch release for NSS 3.16.

New functionality:
* DTLS 1.2 is supported.
* The TLS application layer protocol negotiation (ALPN) extension
  is also supported on the server side.
* RSA-OEAP is supported. Use the new PK11_PrivDecrypt and
  PK11_PubEncrypt functions with the CKM_RSA_PKCS_OAEP mechanism.
* New Intel AES assembly code for 32-bit and 64-bit Windows,
  contributed by Shay Gueron and Vlad Krasnov of Intel.

New Functions:
* CERT_AddExtensionByOID
* PK11_PrivDecrypt
* PK11_PubEncrypt

New Macros
* SSL_ERROR_NEXT_PROTOCOL_NO_CALLBACK
* SSL_ERROR_NEXT_PROTOCOL_NO_PROTOCOL

Notable Changes:
* The btoa command has a new command-line option -w suffix, which
  causes the output to be wrapped in BEGIN/END lines with the
  given suffix
* The certutil commands supports additionals types of subject
  alt name extensions.
* The certutil command supports generic certificate extensions,
  by loading binary data from files, which have been prepared using
  external tools, or which have been extracted from other existing
  certificates and dumped to file.
* The certutil command supports three new certificate usage specifiers.
* The pp command supports printing UTF-8 (-u).
* On Linux, NSS is built with the -ffunction-sections -fdata-sections
  compiler flags and the --gc-sections linker flag to allow unused
  functions to be discarded.

(ryoon)

2014-07-02 13:36:32 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.5.2

(ryoon)

2014-07-02 13:36:04 UTC MAIN commitmail json YAML

2014-07-02 13:30:54 UTC MAIN commitmail json YAML

Updated devel/mdds to 0.10.3

(ryoon)

2014-07-02 13:30:30 UTC MAIN commitmail json YAML

Update to 0.10.3

Changelog:
mdds 0.10.3

* multi_type_vector

  * added 2 variants of release_range() that take start and end positions,
    to allow releasing of elements in specified interval.  One of the
    variants takes iterator as a block position hint.

    * iterator release_range(size_type start_pos, size_type end_pos)

    * iterator release_range(const iterator& pos_hint, size_type start_pos, size_type end_pos)

  * added push_back() and push_back_empty(), to allow efficient way to
    append new values to the end of the container.

    * template<typename _T>
      iterator push_back(const _T& value)

    * iterator push_back_empty()

(ryoon)

2014-07-02 13:21:17 UTC MAIN commitmail json YAML

Updated cross/gcc-mips-current to 4.9.0nb4

(martin)

2014-07-02 13:20:51 UTC MAIN commitmail json YAML

Workaround for bugzilla ticket 61651: pass explicit --with-.. for all binutils
programs to configure.

(martin)

2014-07-02 12:55:45 UTC MAIN commitmail json YAML

Note update of lang/python33 to 3.3.5nb4.

(he)

2014-07-02 12:54:15 UTC MAIN commitmail json YAML

Updated cross/gcc-mips-current to 4.9.0nb3

(martin)

2014-07-02 12:54:00 UTC MAIN commitmail json YAML

Updated cross/binutils-mips-current to 2.24nb2

(martin)

2014-07-02 12:53:52 UTC MAIN commitmail json YAML

2014-07-02 12:53:35 UTC MAIN commitmail json YAML

2014-07-02 12:53:06 UTC MAIN commitmail json YAML

2014-07-02 12:42:48 UTC MAIN commitmail json YAML

Updated textproc/groonga to 4.0.3

(obache)

2014-07-02 12:42:34 UTC MAIN commitmail json YAML

Update groonga to 4.0.3.

Release 4.0.3 - 2014/06/29
--------------------------

Improvements
^^^^^^^^^^^^

* [experimental][ :doc:`/executables/groonga-server-http` ]
  Supported POST.
* [windows] Bundled libwinpthread-1.dll. Because newer
  libgcc_s_sjlj-1.dll depends on libwinpthread-1.dll.
  [groonga-dev,02398] [Reported by Masafumi Yokoyama]
* [ :doc:`/reference/executables/groonga` ] Changed the default port number of
  GQTP to 10043. Because server packages use 10043 by default.
  [GitHub#172] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/normalize` ] Added more validations for invalid
  argument.
  [groonga-dev,02409][GitHub:#174]
  [Reported by GMO Media, Inc.][Patch by Naoya Murakami]
* [ :doc:`/reference/commands/tokenize` ] Added more validations for invalid
  argument.
* [ :doc:`/reference/executables/groonga-server-http` ] Supported ``Expect:
  100-Continue`` request.
* Exported ``grn_proc_get_type()``.
* [ :doc:`/reference/executables/groonga-suggest-learner` ]
  Added ``--log-path`` and ``--log-level`` options.
* Deprecated ``GRN_CTX_USE_QL``.
* Deprecated ``GRN_CTX_BATCH_MODE``.
* Added ``grn_text_printf()``.
* Added ``grn_text_vprintf()``.
* Removed limitation of one query log size.
* Added :c:func:`grn_plugin_expr_var_init()`.
  [GitHub#175][Patch by Naoya Murakami]
* Added :c:func:`grn_plugin_command_create()`.
  [GitHub#175][Patch by Naoya Murakami]
* [GitHub#176] Supported reference vector column with weight.
* [plugin] Used public API instead of internal API.
  [GitHub#177][GitHub#178] [Patch by Naoya Murakami]
* [doc][plugin] Added plugin APIs.
  [GitHub#179] [Patch by Naoya Murakami]
* [windows] Re-supported Visual C++ 2010.
  [groonga-dev,02454] [Reported by cosmo0920].

Fixes
^^^^^

* [rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
  not GQTP.
  [GitHub#173] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/select` ] Fixed a crash bug when
  :ref:`select-adjuster` has a syntax error.

Thanks
^^^^^^

* Masafumi Yokoyama
* Naoya Murakami
* GMO Media, Inc.
* cosmo0920

(obache)

2014-07-02 12:18:38 UTC MAIN commitmail json YAML

Added multimedia/x265 version 1.1

(adam)

2014-07-02 11:46:21 UTC MAIN commitmail json YAML

x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.

(adam)

2014-07-02 11:38:28 UTC MAIN commitmail json YAML

Changes 0.98.4:
- Various build problems on Solaris, OpenBSD, AIX.
- Crashes of clamd on Windows and Mac OS X platforms when reloading&nbsp;the virus signature database.
- Infinite loop in clamdscan when clamd is not running.
- Freshclam failure on Solaris 10.
- Buffer underruns when handling multi-part MIME email attachments.
- Configuration of OpenSSL on various platforms.
- Name collisions on Ubuntu 14.04, Debian sid, and Slackware 14.1.
- Linking issues with libclamunrar

(adam)

2014-07-02 10:01:37 UTC MAIN commitmail json YAML

Updated lang/python27 to 2.7.8

(adam)

2014-07-02 09:53:16 UTC MAIN commitmail json YAML

Changes 2.7.8:
The openssl version bundled in the Windows installer has been updated.
A regression in the mimetypes module on Windows has been fixed.
A possible overflow in the buffer type has been fixed.
A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched.
A regression in the handling of UNC paths in os.path.join has been fixed

(adam)

2014-07-02 09:13:36 UTC MAIN commitmail json YAML

Note update of www/php-sugarcrm package to 6.5.17.

(taca)

2014-07-02 09:13:02 UTC MAIN commitmail json YAML

Update php-sugarcrm to 6.5.17, security release.

Quote from http://www.providentcrm.com/news/sugarcrm-6-5-17-patch-list/.

1. Module scanner now blocks two additional functions:
  simplexml_load_file and simplexml_load_string
2. JS Security Fix in Emails --  changing AJAX call from GET to POST.
3. XML Handling -- Additional error handling and libxml_disable_entity_loader
  is now set to true.
4. Users module -- Additional checking on un-authorised access to other users
  profile, plus Bugfix for password field.

(taca)

2014-07-02 09:10:58 UTC MAIN commitmail json YAML

Note update of www/contao33 package to 3.3.3nb1.

(taca)

2014-07-02 09:10:26 UTC MAIN commitmail json YAML

INSTALL was missing from this package when I first imported it to pkgsrc.

Bump PKGREVISION.

(taca)

2014-07-02 09:09:13 UTC MAIN commitmail json YAML

Note update of editors/emacs24 package to 24.3nb14.

(taca)

2014-07-02 09:08:36 UTC MAIN commitmail json YAML

2014-07-02 09:00:34 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.4.6

(adam)

2014-07-02 08:48:27 UTC MAIN commitmail json YAML

Changes 3.4.6:
Docs: external_acl_type documentation lies for cache=n option
Non https connectiona on SSL-bump enabled port may stuck
Do not leak implicit ACLs during reconfigure.
Assure that when LruMap::memLimit_ is set to 0 no entries stored on LruMap
Portability: use 64-bit for X-Cache-Age header
Windows: fix various libip build issues
Windows: rename TcpLogger::connect
Windows: rename ConnOpener::connect
Change order of BSD-specific network includes so that they are properly picked up
Do not leak ex_data for SSL state that survived reconfigure.
Do not register the same Cache Manager action more than once
Fix leaked TcpAcceptor job on reconfiguration
Fix leak of ACLs related to adaptation access rules
Bug 4056: assertion MemPools[type] from netdbExchangeStart()
Bug 4065: round-robin neighbor selection with unequal weights
Bug 4050: Segfault in CommSelectEngine::checkEvents on helper response
Fix segfault setting up server SSL connnection
Regression: segfault logging with %tg format specifier
SourceFormat Enforcement

(adam)

2014-07-02 08:23:28 UTC MAIN commitmail json YAML

Note update of lang/python27 to 2.7.7nb2.

(he)

2014-07-02 08:22:02 UTC MAIN commitmail json YAML

2014-07-02 08:00:04 UTC MAIN commitmail json YAML

Link against security/libsodium so that CURVE security becomes available.
Conditionalize C++ standard on the compiler being used (the curve code
in zeromq uses "long long" which is not vali in C++98).

(mbalmer)

2014-07-02 06:19:35 UTC pkgsrc-2014Q2 commitmail json YAML

note fix to www/Makefile

(spz)

2014-07-02 06:17:22 UTC pkgsrc-2014Q2 commitmail json YAML

www/ap2-chroot was removed on Jun 26. Fix www/Makefile to match.

(spz)

2014-07-02 03:45:50 UTC MAIN commitmail json YAML

Add EXTRACT_USING=gtar to prevent a stream of warnings/errors as
source tarball was created with extensions to tar that aren't
supported by nbtar.  Since this does not change the binary package,
no PKGREVISION bump.

(jnemeth)

2014-07-02 03:42:06 UTC MAIN commitmail json YAML

Updated databases/myodbc to 5.3.2

(jnemeth)

2014-07-02 03:41:51 UTC MAIN commitmail json YAML

Update to MySQL Connector-ODBC 5.3.2.

pkgsrc change: add 56 to MYSQL_VERSIONS_ACCEPTED

5.3.2

  Functionality added or changed:
  * Support of ODBCINSTGetProperties in MyODBC Driver (WL #7577)
  * Add DFLT_BIGINT_BIND_STR option to Connector/ODBC GUI (Windows and Linux)
    (WL#7579)
  * Accessibility features in Connector/ODBC Linux GUI (WL #7635)

  Bugs fixed:
  * Connect crash if the catalog name given to SQLSetConnectAttr is invalid
    (Bug #17587913)
  * Driver returns wrong length for output parameter streams
    (Bug #17814768/70946)
  * Assert failure in case of prepared statments and SQLDESCRIBECOL() called
    with column number given larger then actual parameter marker in query.
    (Bug #17311065)
  * SQLFOREIGNKEYS WITH FLAG_NO_INFORMATION_SCHEMA OPTION RETURNS BAD RESULTS
    (Bug #16920750)
  * SQLFetch() crashing when execute using UnixODBC 2.3.2 (Bug #17857204)
  * Segmentation fault in SQLSpecialColumns if table name is invalid
    (Bug# 17854697)
  * Invalid order of free() functions can cause crash (Bug# 17992912)
  * Crash in ODBC Driver with CHARSET=WRONGCHARSET (Bug# 17999659)
  * Driver and myodbc-installer crash with long option names (>100) and
    values (>255) (Bug# 17966018)
  * ODBCManageDataSourcesQ4 cannot run MyODBC GUI setup to edit an existing
    DSN (Bug# 18046123)
  * SQLGetData returning error being called after SQLParamData (Bug #17842966)
  * Valgrind: jump or move depends on uninitialised value error from
    myodbc-installer (Bug# 18046120)
  * Memory leak in sqlexecute() when connection is killed from another thread
    (Bug#17587617)
  * Data corruption in SQLBulkOperations because of buffer overrun.
    (Bug #17714172)
  * Segfault in SQLBulkOperations() for SQL_UPDATE_BY_BOOKMARK when select
    returns 0 records. (Bug# 17714358)
  * MS Access crashed when sorting a column (Bug# 17071780/69550)
  * Empty query giving segmentation fault in myodbc_casecmp (Bug# 17085344)
  * Uninitialized variable free_value can set wrong error in SQLDescribeCol
    (Bug# 17588101)
  * ODBC 5.2.5 DMG installer fails on OSX 10.8.5 (Bug #17512040/70422)
  * Bulk insert on time column with hour value > 99 gives error (Bug#17613161)
  * Concurrent execution of SQLEndTran() with SQL_HANDLE_ENV results in
    SEG FAULT (Bug #18166331)
  * Workaround to GTK bug in GtkComboBox and GtkComboBoxEntry (WL #7637)
  * ODBC Driver GUI in Windows has wrong order of controls selection
    (Bug# 18240696)
  * Wrong installation library directory on some 64bit system other than x86_64.
    (Bug# 68848)
  * SQLNumResultCols() with NULL parameter results in Segmentation Fault
    (Bug# 18165197)
  * SQLBULKOPERATIONS(SQL_FETCH_BOOKMARK) RETURNS SQL_NO_DATA ERROR
    (Bug# 18287216)
  * Segmentation Fault in SQLExecute() while executing test file "my_types"
    (Bug# 18303978)
  * Segmentation fault in SQLParamOptions() in Solaris platform (Bug# 18325878)
  * Segmentation fault in SQLForeignKeys() when number of columns in the table
    is more (Bug# 18286366)
  * Valgrind memory leak in SQLForeignKeys when NO_I_S=1 (Bug# 18286007)
  * Valgrind memory leak in when SQLPrepare used with SQLParamData/SQLPutData for
    NO_I_S=1 (Bug#18295317)
  * The password is getting saved when creating FileDSN using SQLDriverConnect
    (Bug# 18310873)
  * Passing NULL pointer to SQLSetDescField, SQLGetDiagField and SQLGetDiagRec
    results in a crash (Bug# 18431088)

----

5.3.1(20-Nov-2013)

  Functionality added or changed:
  * Support of SQL_ATTR_RESET_CONNECTION connection attribute (WL #7274)

  Bugs fixed:
  * Memory leak using 5.2.6 ODBC Connector (Bug #17653461/70662)

  * MySQL ODBC driver incorrectly quotes TableName when calling SQLPrimaryKeys
    (Bug# 16952531/69448)
  * Bad memory access when get out params (Bug #17640929/70642)
  * Setting Unix Socket using ODBCManageDataSourcesQ4 sets NAMED_PIPE=1
    (Bug# 17586452)
  * Segmentation Fault in SQLBulkOperations() (Bug #17714290)
  * Segmentation fault when SQLColumns table or column argument are provided
    more then 256 and 129 respectively (Bug #17358838)
  * Memory leak in SQLSetStmtAttr() as statement deallocation was missing
    (Bug #17441507)
  * Memory leak is happening in SQLProcedureColumns when returning empty results.
    (Bug #17298721)
  * Memory leak in SQLConnect() called after SQLSetConnectAttr() (Bug #17586844)

  Built using MySQL 5.6.14.

----

5.3.0(19-Oct-2013)

  Functionality added or changed:
  * Support for File Data Sources. (WL #6583, Bug #11746219/24581)
  * Bookmark support added in myodbc (WL #7039)
  * Added new variable in cmake config files ODBCCP32_LIB for odbccpp32.lib path,
    and MYSQLCLIENT_LIB_NAME for linking mysqlclient statically or dynamically by
    specifying mysqlclient library (libmysql.*, mysqlclient.*, libmysqlclient_r.*,
    libmysqlclient.*) to be used. Mysql CPP linkage for mysql version >= 5.6.4
    (WL #6738)
  * Added a new test module for crash bugs (my_crash.c)
  * Added GUI dialog for Linux
  * Support of ODBC 3.8 standard - driver self identification, input/output
    stream parameters (WL #6584)

  Bugs fixed:
  * With utf8 byte string for mysql server version < 5.5.3, insert fails
    with error message "Server does not support 4-byte encoded UTF8
    characters." (Bug #14838690)
  * Driver use the char ';' as separator in attributes string instead
    of the '\0' (Bug #15940689/66548)
  * DSN connection parameters override those specified in the connection
    string (Bug #11760574/52996)
  * Non-compliant behavior of SQLMoreResults (Bug #16101282/67920)
  * MSSQL linked server connected to MySQL 5.1.9 driver causes hard crash
    (Bug #16604346/63386)
  * MySQL ODBC drivers incorrectly returns TIME columns, where value > '99:59:59'
    (Bug #16176981/67793)
  * Conversion of Time field data to Timestamp type may produce incorrect result
    (Bug #17016839/69545)
  * Need to add a lock to access connections member in ENV structure
    (Bug #17240611/69864)
  * Visual Studio 2010 crashes when reading rows from any table in Server
    Explorer (Bug #17304031/69950)
  * Corrected MYSQL_NUM_VERSION calculation error in FindMysql.cmake.
    MYSQL_LIB_DIR, MYSQL_INCLUDE_DIR, MYSQL_LINK_FLAGS and MYSQL_CXXFLAGS will
    be obtained from mysql_config only when they are not provided using cmake
    options.
  * Memory leak in SQLPrepare with queries that use parameters
    (Bug #17400483/70113)
  * Valgrind error, simple loop fix (Bug #17397596/64105)
  * Wrong pointer type can cause crash in convert_c_type2str()
    (Bug #17421620/69733)
  * Memory leak in SQLMoreResults() as deallocation of result_bind buffer
    required before calling mysql_stmt_free_result() (Bug# 17441296)
  * FileDSN is created evein if the connection credentials are wrong
    (Bug #17508006)
  * Error with iodbc in SQLAllocHandle with handle type SQL_HANDLE_DBC
    as odbc_ver is unset.

  Built using MySQL 5.6.14.

----

5.2.5(04-Apr-2013)

  Functionality added or changed:
  * MSI package installs both ANSI and Unicode drivers. (WL#6793)

  Bugs fixed:
  * query_print will cause core dump in 32-bit application
    (Bug #16367440/68201)
  * Microsoft Access Crashes when Bit field updates (Bug# 16287859/68243)
  * Datetime and timestamp second fractions need removing the trailing
    zeros (Bug# 16294197/65418)
  * Binding string to decimal parameter always uses system locale setting
    (Bug# 11766369/59469)
  * Added CLEARTEXT authentication connection option ENABLE_CLEARTEXT_PLUGIN.
  (Bug#16445091)
  * Crash in SQLSetConnectAttr(SQL_ATTR_CURRENT_CATALOG) (Bug# 16526604/63844)

  Built using MySQL 5.6.11.

----

5.2.4 (16-Jan-2013)

  Functionality added or changed:
  * Support of expired passwords. Added conenction string option CAN_HANDLE_EXP_PWD.
    (WL#6786)
  * Add new reserved words from MySQL 5.6 in SQLGetInfo (WL#6704)

  Bugs fixed:
  * While retrieving data from a field, BLOB to CHAR conversion is done only for
    fields having BLOB_FLAG, BINARY_FLAG and binary character set(63) (Bug #11746572)

  Built using MySQL 5.6.10.

----

5.2.3 (19-Dec-2012)

  Bugs fixed:
  * Memory leak in 5.2.2(w) ODBC driver causes Prepared_stmt_count to grow
    (Bug# 67340/14812778)
  * Version 5.1 exports symbols SQLInstallDriverEx and SQLInstallDriverExW
    (Bug# 11766724/59900)
  * Corrected calculation for length indicator descriptor field (Bug# 11766437)
  * is_minimum_version() function does not work correctly (Bug# 15926340)
  * Problem with BIT columns in MS Access (Bug# 15997361/67702)

  Built using MySQL 5.5.27.

(jnemeth)

2014-07-02 03:30:07 UTC MAIN commitmail json YAML

Added graphics/py-chart version 1.39

(darcy)

2014-07-02 03:27:23 UTC MAIN commitmail json YAML

PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, or PNG charts. It currently supports line plots, bar plots, range-fill
plots, and pie charts. Because it is based on Python, you can make full use
of Python's scripting power.

(darcy)

2014-07-02 03:22:36 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.28.2

(jnemeth)

2014-07-02 03:20:43 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.28.2: this fixes multiple vulnerabilities and
numerous general bugs.  The vulnerabilities fixed are:  AST-2014-001,
AST-2014-002, and AST-2014-007.

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert7,
11.6-cert4, 1.8.28.2, 11.10.2, and 12.3.2.

These releases resolve security vulnerabilities that were previously
fixed in 1.8.15-cert6, 11.6-cert3, 1.8.28.1, 11.10.1, and 12.3.1.
Unfortunately, the fix for AST-2014-007 inadvertently introduced
a regression in Asterisk's TCP and TLS handling that prevented
Asterisk from sending data over these transports. This regression
and the security vulnerabilities have been fixed in the versions
specified in this release announcement.

The security patches for AST-2014-007 have been updated with the
fix for the regression, and are available at
http://downloads.asterisk.org/pub/security

Please note that the release of these versions resolves the following security
vulnerabilities:

* AST-2014-007: Denial of Service via Exhaustion of Allowed Concurrent HTTP
                Connections

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-005, AST-2014-006,
AST-2014-007, and AST-2014-008, which were released with the previous
versions that addressed these vulnerabilities.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.28.2

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-007.pdf

Thank you for your continued support of Asterisk!

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert6,
11.6-cert3, 1.8.28.1, 11.10.1, and 12.3.1.

These releases are available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases

The release of these versions resolves the following issue:

* AST-2014-007: Denial of Service via Exhaustion of Allowed Concurrent HTTP
                Connections

  Establishing a TCP or TLS connection to the configured HTTP or
  HTTPS port respectively in http.conf and then not sending or
  completing a HTTP request will tie up a HTTP session. By doing
  this repeatedly until the maximum number of open HTTP sessions
  is reached, legitimate requests are blocked.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-005, AST-2014-006,
AST-2014-007, and AST-2014-008, which were released at the same
time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.28.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-007.pdf

Thank you for your continued support of Asterisk!

-----

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

The release of Asterisk 1.8.28.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-23547 - [patch] app_queue removing callers from queue
      when reloading (Reported by Italo Rossi)
* ASTERISK-22846 - testsuite: masquerade super test fails on all
      branches (still) (Reported by Matt Jordan)
* ASTERISK-23546 - CB_ADD_LEN does not do what you'd think
      (Reported by Walter Doekes)
* ASTERISK-23620 - Code path in app_stack fails to unlock list
      (Reported by Bradley Watkins)
* ASTERISK-18331 - app_sms failure (Reported by David Woodhouse)
* ASTERISK-19465 - P-Asserted-Identity Privacy (Reported by
      Krzysztof Chmielewski)
* ASTERISK-23707 - Realtime Contacts: Apparent mismatch between
      PGSQL database state and Asterisk state (Reported by Mark
      Michelson)
* ASTERISK-23665 - Wrong mime type for codec H263-1998 (h263+)
      (Reported by Guillaume Maudoux)
* ASTERISK-22977 - chan_sip+CEL: missing ANSWER and PICKUP event
      for INVITE/w/replaces pickup (Reported by Walter Doekes)
* ASTERISK-23709 - Regression in Dahdi/Analog/waitfordialtone
      (Reported by Steve Davies)
* ASTERISK-23650 - Intermittent segfault in string functions
      (Reported by Roel van Meer)

Improvements made in this release:
-----------------------------------
* ASTERISK-23754 - [patch] Use var/lib directory for log file
      configured in asterisk.conf (Reported by Igor Goncharovsky)

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

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

Thank you for your continued support of Asterisk!

-----

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

The release of Asterisk 1.8.27.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-22790 - check_modem_rate() may return incorrect rate
      for V.27 (Reported by Paolo Compagnini)
* ASTERISK-23061 - [Patch] 'textsupport' setting not mentioned in
      sip.conf.sample (Reported by Eugene)
* ASTERISK-23028 - [patch] Asterisk man pages contains unquoted
      minus signs (Reported by Jeremy Lain辿)
* ASTERISK-23046 - Custom CDR fields set during a GoSUB called
      from app_queue are not inserted (Reported by Denis Pantsyrev)
* ASTERISK-23027 - [patch] Spelling typo "transfered" instead of
      "transferred" (Reported by Jeremy Lain辿)
* ASTERISK-23008 - Local channels loose CALLERID name when DAHDI
      channel connects (Reported by Michael Cargile)
* ASTERISK-23100 - [patch] In chan_mgcp the ident in transmitted
      request and request queue may differ - fix for locking (Reported
      by adomjan)
* ASTERISK-22988 - [patch]T38 , SIP 488 after Rejecting image
      media offer due to invalid or unsupported syntax (Reported by
      adomjan)
* ASTERISK-22861 - [patch]Specifying a null time as parameter to
      GotoIfTime or ExecIfTime causes segmentation fault (Reported by
      Sebastian Murray-Roberts)
* ASTERISK-17837 - extconfig.conf - Maximum Include level (1)
      exceeded (Reported by pz)
* ASTERISK-22662 - Documentation fix? - queues.conf says
      persistentmembers defaults to yes, it appears to lie (Reported
      by Rusty Newton)
* ASTERISK-23134 - [patch] res_rtp_asterisk port selection cannot
      handle selinux port restrictions (Reported by Corey Farrell)
* ASTERISK-23220 - STACK_PEEK function with no arguments causes
      crash/core dump (Reported by James Sharp)
* ASTERISK-19773 - Asterisk crash on issuing Asterisk-CLI 'reload'
      command multiple times on cli_aliases (Reported by Joel Vandal)
* ASTERISK-22757 - segfault in res_clialiases.so on reload when
      mapping "module reload" command (Reported by Gareth Blades)
* ASTERISK-17727 - [patch] TLS doesn't get all certificate chain
      (Reported by LN)
* ASTERISK-23178 - devicestate.h: device state setting functions
      are documented with the wrong return values (Reported by
      Jonathan Rose)
* ASTERISK-23297 - Asterisk 12, pbx_config.so segfaults if
      res_parking.so is not loaded, or if res_parking.conf has no
      configuration (Reported by CJ Oster)
* ASTERISK-23069 - Custom CDR variable not recorded when set in
      macro called from app_queue (Reported by Bryan Anderson)
* ASTERISK-19499 - ConfBridge MOH is not working for transferee
      after attended transfer (Reported by Timo Ter辰s)
* ASTERISK-23261 - [patch]Output mixup in
      ${CHANNEL(rtpqos,audio,all)} (Reported by rsw686)
* ASTERISK-23260 - [patch]ForkCDR v option does not keep CDR
      variables for subsequent records (Reported by zvision)
* ASTERISK-23141 - Asterisk crashes on Dial(), in
      pbx_find_extension at pbx.c (Reported by Maxim)
* ASTERISK-23231 - Since 405693 If we have res_fax.conf file set
      to minrate=2400, then res_fax refuse to load (Reported by David
      Brillert)
* ASTERISK-23135 - Crash - segfault in ast_channel_hangupcause_set
      - probably introduced in 11.7.0 (Reported by OK)
* ASTERISK-23323 - [patch]chan_sip: missing p->owner checks in
      handle_response_invite (Reported by Walter Doekes)
* ASTERISK-23382 - [patch]Build System: make -qp can corrupt
      menuselect-tree and related files (Reported by Corey Farrell)
* ASTERISK-23406 - [patch]Fix typo in "sip show peer" (Reported by
      ibercom)
* ASTERISK-23310 - bridged channel crashes in bridge_p2p_rtp_write
      (Reported by Jeremy Lain辿)
* ASTERISK-23104 - Specifying the SetVar AMI without a Channel
      cause Asterisk to crash (Reported by Joel Vandal)
* ASTERISK-23383 - Wrong sense test on stat return code causes
      unchanged config check to break with include files. (Reported by
      David Woolley)
* ASTERISK-17523 - Qualify for static realtime peers does not work
      (Reported by Maciej Krajewski)
* ASTERISK-21406 - [patch] chan_sip deadlock on monlock between
      unload_module and do_monitor (Reported by Corey Farrell)
* ASTERISK-23373 - [patch]Security: Open FD exhaustion with
      chan_sip Session-Timers (Reported by Corey Farrell)
* ASTERISK-23340 - Security Vulnerability: stack allocation of
      cookie headers in loop allows for unauthenticated remote denial
      of service attack (Reported by Matt Jordan)
* ASTERISK-23488 - Logic error in callerid checksum processing
      (Reported by Russ Meyerriecks)
* ASTERISK-20841 - fromdomain not honored on outbound INVITE
      request (Reported by Kelly Goedert)
* ASTERISK-22079 - Segfault: INTERNAL_OBJ (user_data=0x6374652f)
      at astobj2.c:120 (Reported by Jamuel Starkey)
* ASTERISK-23509 - [patch]SayNumber for Polish language tries to
      play empty files for numbers divisible by 100 (Reported by
      zvision)
* ASTERISK-23391 - Audit dialplan function usage of channel
      variable (Reported by Corey Farrell)
* ASTERISK-23548 - POST to ARI sometimes returns no body on
      success (Reported by Scott Griepentrog)

Improvements made in this release:
-----------------------------------
* ASTERISK-22980 - [patch]Allow building cdr_radius and cel_radius
      against libfreeradius-client (Reported by Jeremy Lain辿)
* ASTERISK-22661 - Unable to exit ChanSpy if spied channel does
      not have a call in progress (Reported by Chris Hillman)

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

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

Thank you for your continued support of Asterisk!

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert5,
11.6-cert2, 1.8.26.1, 11.8.1, and 12.1.1.

The release of these versions resolve the following issues:

* AST-2014-001: Stack overflow in HTTP processing of Cookie headers.

  Sending a HTTP request that is handled by Asterisk with a large number of
  Cookie headers could overflow the stack.

  Another vulnerability along similar lines is any HTTP request with a
  ridiculous number of headers in the request could exhaust system memory.

* AST-2014-002: chan_sip: Exit early on bad session timers request

  This change allows chan_sip to avoid creation of the channel and
  consumption of associated file descriptors altogether if the inbound
  request is going to be rejected anyway.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-001, AST-2014-002,
AST-2014-003, and AST-2014-004, which were released at the same
time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.26.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-001.pdf
* http://downloads.asterisk.org/pub/security/AST-2014-002.pdf

Thank you for your continued support of Asterisk!

-----

The Asterisk Development Team has announced the release of Asterisk 1.8.26.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk

The release of Asterisk 1.8.26.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-22544 - Italian prompt vm-options has advertisement in
      it (Reported by Rusty Newton)
* ASTERISK-12117 - chan_sip creates a new local tag (from-tag) for
      every register message (Reported by Pawel Pierscionek)
* ASTERISK-20862 - Asterisk min and max member penalties not
      honored when set with 0 (Reported by Schmooze Com)
* ASTERISK-22746 - [patch]Crash in chan_dahdi during caller id
      read (Reported by Michael Walton)
* ASTERISK-22788 - [patch] main/translate.c: access to variable f
      after free in ast_translate() (Reported by Corey Farrell)
* ASTERISK-21242 - Segfault when T.38 re-invite retransmission
      receives 200 OK (Reported by Ashley Winters)
* ASTERISK-22590 - BufferOverflow in unpacksms16() when receiving
      16 bit multipart SMS with app_sms (Reported by Jan Juergens)
* ASTERISK-22905 - Prevent Asterisk functions that are 'dangerous'
      from being executed from external interfaces (Reported by Matt
      Jordan)
* ASTERISK-23021 - Typos in code : "avaliable" instead of
      "available" (Reported by Jeremy Lain辿)
* ASTERISK-22970 - [patch]Documentation fix for QUOTE() (Reported
      by Gareth Palmer)
* ASTERISK-22856 - [patch]SayUnixTime in polish reads minutes
      instead of seconds (Reported by Robert Mordec)
* ASTERISK-22854 - [patch] - Deadlock between cel_pgsql unload and
      core_event_dispatcher taskprocessor thread (Reported by Etienne
      Lessard)
* ASTERISK-22910 - [patch] - REPLACE() calls strcpy on overlapping
      memory when <replace-char> is empty (Reported by Gareth Palmer)
* ASTERISK-22871 - cel_pgsql module not loading after "reload" or
      "reload cel_pgsql.so" command (Reported by Matteo)
* ASTERISK-23084 - [patch]rasterisk needlessly prints the
      AST-2013-007 warning (Reported by Tzafrir Cohen)
* ASTERISK-17138 - [patch] Asterisk not re-registering after it
      receives "Forbidden - wrong password on authentication"
      (Reported by Rudi)
* ASTERISK-23011 - [patch]configure.ac and pbx_lua don't support
      lua 5.2 (Reported by George Joseph)
* ASTERISK-22834 - Parking by blind transfer when lot full orphans
      channels (Reported by rsw686)
* ASTERISK-23047 - Orphaned (stuck) channel occurs during a failed
      SIP transfer to parking space (Reported by Tommy Thompson)
* ASTERISK-22946 - Local From tag regression with sipgate.de
      (Reported by Stephan Eisvogel)
* ASTERISK-23010 - No BYE message sent when sip INVITE is received
      (Reported by Ryan Tilton)

Improvements made in this release:
-----------------------------------
* ASTERISK-22659 - Make a new core and extra sounds release
      (Reported by Rusty Newton)
* ASTERISK-22918 - dahdi show channels slices PRI channel dnid on
      output (Reported by outtolunc)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2014-07-02 03:08:46 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.10.2

(jnemeth)

2014-07-02 03:06:24 UTC MAIN commitmail json YAML

Update to Asterisk 11.10.2: this fixes multiple security issues along
with general bug fixes.  The security issues fixed are:  AST-2014-001,
AST-2014-002, AST-2014-006, and AST-2014-007.

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert7,
11.6-cert4, 1.8.28.2, 11.10.2, and 12.3.2.

These releases resolve security vulnerabilities that were previously
fixed in 1.8.15-cert6, 11.6-cert3, 1.8.28.1, 11.10.1, and 12.3.1.
Unfortunately, the fix for AST-2014-007 inadvertently introduced
a regression in Asterisk's TCP and TLS handling that prevented
Asterisk from sending data over these transports. This regression
and the security vulnerabilities have been fixed in the versions
specified in this release announcement.

Please note that the release of these versions resolves the following security
vulnerabilities:

* AST-2014-006: Permission Escalation via Asterisk Manager User Unauthorized
                Shell Access

* AST-2014-007: Denial of Service via Exhaustion of Allowed Concurrent HTTP
                Connections

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-005, AST-2014-006,
AST-2014-007, and AST-2014-008, which were released with the previous
versions that addressed these vulnerabilities.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.10.2

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-006.pdf
* http://downloads.asterisk.org/pub/security/AST-2014-007.pdf

Thank you for your continued support of Asterisk!

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert6,
11.6-cert3, 1.8.28.1, 11.10.1, and 12.3.1.

The release of these versions resolves the following issue:

* AST-2014-007: Denial of Service via Exhaustion of Allowed Concurrent HTTP
                Connections

  Establishing a TCP or TLS connection to the configured HTTP or HTTPS port
  respectively in http.conf and then not sending or completing a HTTP request
  will tie up a HTTP session. By doing this repeatedly until the maximum number
  of open HTTP sessions is reached, legitimate requests are blocked.

Additionally, the release of 11.6-cert3, 11.10.1, and 12.3.1 resolves the
following issue:

* AST-2014-006: Permission Escalation via Asterisk Manager User Unauthorized
                Shell Access

  Manager users can execute arbitrary shell commands with the MixMonitor manager
  action. Asterisk does not require system class authorization for a manager
  user to use the MixMonitor action, so any manager user who is permitted to use
  manager commands can potentially execute shell commands as the user executing
  the Asterisk process.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-005, AST-2014-006,
AST-2014-007, and AST-2014-008, which were released at the same
time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.10.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-006.pdf
* http://downloads.asterisk.org/pub/security/AST-2014-007.pdf

Thank you for your continued support of Asterisk!

-----

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

The release of Asterisk 11.10.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-23547 - [patch] app_queue removing callers from queue
      when reloading (Reported by Italo Rossi)
* ASTERISK-23559 - app_voicemail fails to load after fix to
      dialplan functions (Reported by Corey Farrell)
* ASTERISK-22846 - testsuite: masquerade super test fails on all
      branches (still) (Reported by Matt Jordan)
* ASTERISK-23545 - Confbridge talker detection settings
      configuration load bug (Reported by John Knott)
* ASTERISK-23546 - CB_ADD_LEN does not do what you'd think
      (Reported by Walter Doekes)
* ASTERISK-23620 - Code path in app_stack fails to unlock list
      (Reported by Bradley Watkins)
* ASTERISK-23616 - Big memory leak in logger.c (Reported by
      ibercom)
* ASTERISK-23576 - Build failure on SmartOS / Illumos / SunOS
      (Reported by Sebastian Wiedenroth)
* ASTERISK-23550 - Newer sound sets don't show up in menuselect
      (Reported by Rusty Newton)
* ASTERISK-18331 - app_sms failure (Reported by David Woodhouse)
* ASTERISK-19465 - P-Asserted-Identity Privacy (Reported by
      Krzysztof Chmielewski)
* ASTERISK-23605 - res_http_websocket: Race condition in shutting
      down websocket causes crash (Reported by Matt Jordan)
* ASTERISK-23707 - Realtime Contacts: Apparent mismatch between
      PGSQL database state and Asterisk state (Reported by Mark
      Michelson)
* ASTERISK-23381 - [patch]ChanSpy- Barge only works on the initial
      'spy', if the spied-on channel makes a new call, unable to
      barge. (Reported by Robert Moss)
* ASTERISK-23665 - Wrong mime type for codec H263-1998 (h263+)
      (Reported by Guillaume Maudoux)
* ASTERISK-23664 - Incorrect H264 specification in SDP. (Reported
      by Guillaume Maudoux)
* ASTERISK-22977 - chan_sip+CEL: missing ANSWER and PICKUP event
      for INVITE/w/replaces pickup (Reported by Walter Doekes)
* ASTERISK-23709 - Regression in Dahdi/Analog/waitfordialtone
      (Reported by Steve Davies)

Improvements made in this release:
-----------------------------------
* ASTERISK-23649 - [patch]Support for DTLS retransmission
      (Reported by NITESH BANSAL)
* ASTERISK-23564 - [patch]TLS/SRTP status of channel not currently
      available in a CLI command (Reported by Patrick Laimbock)
* ASTERISK-23754 - [patch] Use var/lib directory for log file
      configured in asterisk.conf (Reported by Igor Goncharovsky)

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

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

Thank you for your continued support of Asterisk!

-----

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

The release of Asterisk 11.9.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-22790 - check_modem_rate() may return incorrect rate
      for V.27 (Reported by Paolo Compagnini)
* ASTERISK-23034 - [patch] manager Originate doesn't abort on
      failed format_cap allocation (Reported by Corey Farrell)
* ASTERISK-23061 - [Patch] 'textsupport' setting not mentioned in
      sip.conf.sample (Reported by Eugene)
* ASTERISK-23028 - [patch] Asterisk man pages contains unquoted
      minus signs (Reported by Jeremy Lainé)
* ASTERISK-23046 - Custom CDR fields set during a GoSUB called
      from app_queue are not inserted (Reported by Denis Pantsyrev)
* ASTERISK-23027 - [patch] Spelling typo "transfered" instead of
      "transferred" (Reported by Jeremy Lainé)
* ASTERISK-23008 - Local channels loose CALLERID name when DAHDI
      channel connects (Reported by Michael Cargile)
* ASTERISK-23100 - [patch] In chan_mgcp the ident in transmitted
      request and request queue may differ - fix for locking (Reported
      by adomjan)
* ASTERISK-22988 - [patch]T38 , SIP 488 after Rejecting image
      media offer due to invalid or unsupported syntax (Reported by
      adomjan)
* ASTERISK-22861 - [patch]Specifying a null time as parameter to
      GotoIfTime or ExecIfTime causes segmentation fault (Reported by
      Sebastian Murray-Roberts)
* ASTERISK-17837 - extconfig.conf - Maximum Include level (1)
      exceeded (Reported by pz)
* ASTERISK-22662 - Documentation fix? - queues.conf says
      persistentmembers defaults to yes, it appears to lie (Reported
      by Rusty Newton)
* ASTERISK-23134 - [patch] res_rtp_asterisk port selection cannot
      handle selinux port restrictions (Reported by Corey Farrell)
* ASTERISK-23220 - STACK_PEEK function with no arguments causes
      crash/core dump (Reported by James Sharp)
* ASTERISK-19773 - Asterisk crash on issuing Asterisk-CLI 'reload'
      command multiple times on cli_aliases (Reported by Joel Vandal)
* ASTERISK-22757 - segfault in res_clialiases.so on reload when
      mapping "module reload" command (Reported by Gareth Blades)
* ASTERISK-17727 - [patch] TLS doesn't get all certificate chain
      (Reported by LN)
* ASTERISK-23178 - devicestate.h: device state setting functions
      are documented with the wrong return values (Reported by
      Jonathan Rose)
* ASTERISK-23232 - LocalBridge AMI Event LocalOptimization value
      is opposite to what's expected (Reported by Leon Roy)
* ASTERISK-23098 - [patch]possible null pointer dereference in
      format.c (Reported by Marcello Ceschia)
* ASTERISK-23297 - Asterisk 12, pbx_config.so segfaults if
      res_parking.so is not loaded, or if res_parking.conf has no
      configuration (Reported by CJ Oster)
* ASTERISK-23069 - Custom CDR variable not recorded when set in
      macro called from app_queue (Reported by Bryan Anderson)
* ASTERISK-19499 - ConfBridge MOH is not working for transferee
      after attended transfer (Reported by Timo Teräs)
* ASTERISK-23261 - [patch]Output mixup in
      ${CHANNEL(rtpqos,audio,all)} (Reported by rsw686)
* ASTERISK-23279 - [patch]Asterisk doesn't support the dynamic
      payload change in rtp mapping in the 200 OK response (Reported
      by NITESH BANSAL)
* ASTERISK-23255 - UUID included for Redhat, but missing for
      Debian distros in install_prereq script (Reported by Rusty
      Newton)
* ASTERISK-23260 - [patch]ForkCDR v option does not keep CDR
      variables for subsequent records (Reported by zvision)
* ASTERISK-23141 - Asterisk crashes on Dial(), in
      pbx_find_extension at pbx.c (Reported by Maxim)
* ASTERISK-23336 - Asterisk warning "Don't know how to indicate
      condition 33 on ooh323c" on outgoing calls from H323 to SIP peer
      (Reported by Alexander Semych)
* ASTERISK-23231 - Since 405693 If we have res_fax.conf file set
      to minrate=2400, then res_fax refuse to load (Reported by David
      Brillert)
* ASTERISK-23135 - Crash - segfault in ast_channel_hangupcause_set
      - probably introduced in 11.7.0 (Reported by OK)
* ASTERISK-23323 - [patch]chan_sip: missing p->owner checks in
      handle_response_invite (Reported by Walter Doekes)
* ASTERISK-23406 - [patch]Fix typo in "sip show peer" (Reported by
      ibercom)
* ASTERISK-23310 - bridged channel crashes in bridge_p2p_rtp_write
      (Reported by Jeremy Lainé)
* ASTERISK-22911 - [patch]Asterisk fails to resume WebRTC call
      from hold (Reported by Vytis Valentinavičius)
* ASTERISK-23104 - Specifying the SetVar AMI without a Channel
      cause Asterisk to crash (Reported by Joel Vandal)
* ASTERISK-21930 - [patch]WebRTC over WSS is not working.
      (Reported by John)
* ASTERISK-23383 - Wrong sense test on stat return code causes
      unchanged config check to break with include files. (Reported by
      David Woolley)
* ASTERISK-20149 - Crash when faxing SIP to SIP with strictrtp set
      to yes (Reported by Alexandr Gordeev)
* ASTERISK-17523 - Qualify for static realtime peers does not work
      (Reported by Maciej Krajewski)
* ASTERISK-21406 - [patch] chan_sip deadlock on monlock between
      unload_module and do_monitor (Reported by Corey Farrell)
* ASTERISK-23373 - [patch]Security: Open FD exhaustion with
      chan_sip Session-Timers (Reported by Corey Farrell)
* ASTERISK-23340 - Security Vulnerability: stack allocation of
      cookie headers in loop allows for unauthenticated remote denial
      of service attack (Reported by Matt Jordan)
* ASTERISK-23311 - Manager - MoH Stop Event fails to show up when
      leaving Conference (Reported by Benjamin Keith Ford)
* ASTERISK-23420 - [patch]Memory leak in manager_add_filter
      function in manager.c (Reported by Etienne Lessard)
* ASTERISK-23488 - Logic error in callerid checksum processing
      (Reported by Russ Meyerriecks)
* ASTERISK-23461 - Only first user is muted when joining
      confbridge with 'startmuted=yes' (Reported by Chico Manobela)
* ASTERISK-20841 - fromdomain not honored on outbound INVITE
      request (Reported by Kelly Goedert)
* ASTERISK-22079 - Segfault: INTERNAL_OBJ (user_data=0x6374652f)
      at astobj2.c:120 (Reported by Jamuel Starkey)
* ASTERISK-23509 - [patch]SayNumber for Polish language tries to
      play empty files for numbers divisible by 100 (Reported by
      zvision)
* ASTERISK-23103 - [patch]Crash in ast_format_cmp, in ao2_find
      (Reported by JoshE)
* ASTERISK-23391 - Audit dialplan function usage of channel
      variable (Reported by Corey Farrell)
* ASTERISK-23548 - POST to ARI sometimes returns no body on
      success (Reported by Scott Griepentrog)
* ASTERISK-23460 - ooh323 channel stuck if call is placed directly
      and gatekeeper is not available (Reported by Dmitry Melekhov)

Improvements made in this release:
-----------------------------------
* ASTERISK-22980 - [patch]Allow building cdr_radius and cel_radius
      against libfreeradius-client (Reported by Jeremy Lainé)
* ASTERISK-22661 - Unable to exit ChanSpy if spied channel does
      not have a call in progress (Reported by Chris Hillman)
* ASTERISK-23099 - [patch] WSS: enable ast_websocket_read()
      function to read the whole available data at first and then wait
      for any fragmented packets (Reported by Thava Iyer)

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

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

Thank you for your continued support of Asterisk!

-----

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.6, and Asterisk 1.8, 11, and 12. The
available security releases are released as versions 1.8.15-cert5,
11.6-cert2, 1.8.26.1, 11.8.1, and 12.1.1.

The release of these versions resolve the following issues:

* AST-2014-001: Stack overflow in HTTP processing of Cookie headers.

  Sending a HTTP request that is handled by Asterisk with a large number of
  Cookie headers could overflow the stack.

  Another vulnerability along similar lines is any HTTP request with a
  ridiculous number of headers in the request could exhaust system memory.

* AST-2014-002: chan_sip: Exit early on bad session timers request

  This change allows chan_sip to avoid creation of the channel and
  consumption of associated file descriptors altogether if the inbound
  request is going to be rejected anyway.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities,
please read security advisories AST-2014-001, AST-2014-002,
AST-2014-003, and AST-2014-004, which were released at the same
time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.8.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2014-001.pdf
* http://downloads.asterisk.org/pub/security/AST-2014-002.pdf

Thank you for your continued support of Asterisk!

-----

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

The release of Asterisk 11.8.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-22544 - Italian prompt vm-options has advertisement in
      it (Reported by Rusty Newton)
* ASTERISK-21383 - STUN Binding Requests Not Being Sent Back from
      Asterisk to Chrome (Reported by Shaun Clark)
* ASTERISK-22478 - [patch]Can't use pound(hash) symbol for custom
      DTMF menus in ConfBridge (processed as directive) (Reported by
      Nicolas Tanski)
* ASTERISK-12117 - chan_sip creates a new local tag (from-tag) for
      every register message (Reported by Pawel Pierscionek)
* ASTERISK-20862 - Asterisk min and max member penalties not
      honored when set with 0 (Reported by Schmooze Com)
* ASTERISK-22746 - [patch]Crash in chan_dahdi during caller id
      read (Reported by Michael Walton)
* ASTERISK-22788 - [patch] main/translate.c: access to variable f
      after free in ast_translate() (Reported by Corey Farrell)
* ASTERISK-21242 - Segfault when T.38 re-invite retransmission
      receives 200 OK (Reported by Ashley Winters)
* ASTERISK-22590 - BufferOverflow in unpacksms16() when receiving
      16 bit multipart SMS with app_sms (Reported by Jan Juergens)
* ASTERISK-22905 - Prevent Asterisk functions that are 'dangerous'
      from being executed from external interfaces (Reported by Matt
      Jordan)
* ASTERISK-23021 - Typos in code : "avaliable" instead of
      "available" (Reported by Jeremy Lainé)
* ASTERISK-22970 - [patch]Documentation fix for QUOTE() (Reported
      by Gareth Palmer)
* ASTERISK-21960 - ooh323 channels stuck (Reported by Dmitry
      Melekhov)
* ASTERISK-22350 - DUNDI - core dump on shutdown - segfault in
      sqlite3_reset from /usr/lib/libsqlite3.so.0 (Reported by Birger
      "WIMPy" Harzenetter)
* ASTERISK-22942 - [patch] - Asterisk crashed after
      Set(FAXOPT(faxdetect)=t38) (Reported by adomjan)
* ASTERISK-22856 - [patch]SayUnixTime in polish reads minutes
      instead of seconds (Reported by Robert Mordec)
* ASTERISK-22854 - [patch] - Deadlock between cel_pgsql unload and
      core_event_dispatcher taskprocessor thread (Reported by Etienne
      Lessard)
* ASTERISK-22910 - [patch] - REPLACE() calls strcpy on overlapping
      memory when <replace-char> is empty (Reported by Gareth Palmer)
* ASTERISK-22871 - cel_pgsql module not loading after "reload" or
      "reload cel_pgsql.so" command (Reported by Matteo)
* ASTERISK-23084 - [patch]rasterisk needlessly prints the
      AST-2013-007 warning (Reported by Tzafrir Cohen)
* ASTERISK-17138 - [patch] Asterisk not re-registering after it
      receives "Forbidden - wrong password on authentication"
      (Reported by Rudi)
* ASTERISK-23011 - [patch]configure.ac and pbx_lua don't support
      lua 5.2 (Reported by George Joseph)
* ASTERISK-22834 - Parking by blind transfer when lot full orphans
      channels (Reported by rsw686)
* ASTERISK-23047 - Orphaned (stuck) channel occurs during a failed
      SIP transfer to parking space (Reported by Tommy Thompson)
* ASTERISK-22946 - Local From tag regression with sipgate.de
      (Reported by Stephan Eisvogel)
* ASTERISK-23010 - No BYE message sent when sip INVITE is received
      (Reported by Ryan Tilton)
* ASTERISK-23135 - Crash - segfault in ast_channel_hangupcause_set
      - probably introduced in 11.7.0 (Reported by OK)

Improvements made in this release:
-----------------------------------
* ASTERISK-22728 - [patch] Improve Understanding Of 'Forcerport'
      When Running "sip show peers" (Reported by Michael L. Young)
* ASTERISK-22659 - Make a new core and extra sounds release
      (Reported by Rusty Newton)
* ASTERISK-22919 - core show channeltypes slicing  (Reported by
      outtolunc)
* ASTERISK-22918 - dahdi show channels slices PRI channel dnid on
      output (Reported by outtolunc)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2014-07-02 02:47:01 UTC MAIN commitmail json YAML

Added net/bind910 version 9.10.0pl2

(jnemeth)

2014-07-02 02:44:01 UTC MAIN commitmail json YAML

add and enable bind910

(jnemeth)

2014-07-01 22:16:43 UTC MAIN commitmail json YAML

Work around PR toolchain/48878: make it build on NetBSD/i386 with GCC 4.8.

(asau)

2014-07-01 17:00:06 UTC MAIN commitmail json YAML

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

(agc)

2014-07-01 16:22:54 UTC pkgsrc-2014Q2 commitmail json YAML

Add the CHANGES file to track changes on the pkgsrc-2014Q2 branch.

(agc)

2014-07-01 13:43:08 UTC MAIN commitmail json YAML

+ Mesa-10.2.2, MesaLib-10.2.2, blender-2.71, ffmpeg2-2.2.4,
  glu-10.2.2, libburn-1.3.8, libexttextcat-3.4.4,
  modular-xorg-server-1.15.2, notmuch-0.18.1 [wiz], ocaml-findlib-1.5.1,
  py-cherrypy-3.5.0, py-qt5-5.3.1, py-setuptools-5.3, py-simplejson-3.5.3,
  qt5-qtbase-5.3.1, rsync-3.1.1, x264-devel-20140628, xf86-video-ati-7.4.0.

(wiz)

2014-07-01 13:33:40 UTC MAIN commitmail json YAML

Remove the installation of rancid.types.base for good

(pettai)

2014-07-01 12:05:49 UTC MAIN commitmail json YAML

Remove unused configure script (3rd party bundled software) to satisfy
pkgsrc build checks

(pettai)

2014-07-01 11:23:05 UTC MAIN commitmail json YAML

Exactly disable fflay,
Fixes unwanted installation of ffplay with builtin supported SDL,
Reported by diger in pkgsrc-users@.

(obache)

2014-06-30 17:45:55 UTC MAIN commitmail json YAML

2014-06-30 17:45:48 UTC MAIN commitmail json YAML

2014-06-30 17:45:40 UTC MAIN commitmail json YAML