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

2024-05-13 07:23:04 UTC Now

2014-11-23 15:04:55 UTC MAIN commitmail json YAML

+ cups-2.0.1, gnome-3.14.2, gst-plugins1-base-1.4.4, harfbuzz-0.9.36,
  musicpd-0.18.18, musicpd-0.19.4, py-lxml-3.4.1, py-pygments-2.0.1,
  py-tortoisehg-3.2.1, webkit-gtk-2.6.4, x264-devel-20141122.

(wiz)

2014-11-23 14:49:17 UTC MAIN commitmail json YAML

Note update of graphics/netpbm to 10.67.05nb5

(gson)

2014-11-23 14:44:09 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-WikiFormat to 0.81

(schmonz)

2014-11-23 14:44:01 UTC MAIN commitmail json YAML

Update to 0.81. From the changelog:

- Add the 'nofollow_extended' option to add rel="nofollow" to extended
  links. Thanks to Ian McEwen for this patch.

(schmonz)

2014-11-23 14:42:04 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Textile to 2.13

(schmonz)

2014-11-23 14:41:58 UTC MAIN commitmail json YAML

Update to 2.13. From the changelog:

- Added textile command-line tool submitted by Amir Karger.

- Applied a patch submitted by Serap Kadam for issues with parsing
  whitespace around '!' characters.

- Applied a patch submitted by Andy Yacomink for handling mixed-case
  HTML entity names.

- Applied a patch submitted by Andy Yacomink for running some of
  the inline modifier code as a separate method to allow for a
  subclass to override/prevent them.

(schmonz)

2014-11-23 14:39:26 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 1.12

(schmonz)

2014-11-23 14:39:20 UTC MAIN commitmail json YAML

Update to 1.12. From the changelog:

* Add field number to error_diag
* Fixed non-IO parsing multi-byte EOL
* Fixed a possible missed multi-byte EOL
* Allow hashref for csv ()'s headers attribute
* Allow encoding on all output handles in csv ()
* Include doc changes as ticketed in the Text::CSV queue
* Fix parallel testing issue
* Allow csv as method call (not using the object)
* Rename quote_null to escape_null
* Give meaning to keep_meta_info on output

(schmonz)

2014-11-23 14:38:34 UTC MAIN commitmail json YAML

Use the libc vasprintf() on NetBSD.  This fixes a bug where a warning
message from pnmtops would say "rescaling to g", with the letter "g"
appearing in place of a floating point value.  Bump PKGREVISION.

(gson)

2014-11-23 14:36:08 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.64

(schmonz)

2014-11-23 14:35:54 UTC MAIN commitmail json YAML

Update to 2.64. From the changelog:

! t/utf8warnings.t MANIFEST
  Retouch pull #26 so it works with perl < 5.14
! Encode.pm
+ t/utf8warnings.t
  Pulled: Catch and re-issue utf8 warnings at a higher level
  https://github.com/dankogai/p5-encode/pull/26
+ Encode.xs
  Pulled: Validate continuations in the incremental UTF-X decoder
  https://github.com/dankogai/p5-encode/pull/25
! Encode.xs
  Applied: RT #99264: call_pv() can reallocate the stack
  https://rt.cpan.org/Ticket/Display.html?id=99264
! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs
  JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL
  bin/enc2xs encengine.c
  Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs
  https://github.com/dankogai/p5-encode/pull/24

(schmonz)

2014-11-23 14:32:02 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Trap to 0.2.5

(schmonz)

2014-11-23 14:31:51 UTC MAIN commitmail json YAML

Update to 0.2.5. From the changelog:

This release localizes $! (ERRNO) for internal operations that
change it, as suggested by Felipe Gasper. For the same operations,
it also localizes $^E (extended OS error).

Library files:
- Localize $! and $^E for internal operations that change them.
Tests:
- Check that bare test blocks leave $!, %!, and $^E unchanged,
  but that blocks that modify $! and $^E still do so.
Also:
- Added Module::Build to the configure_requires.
- Fix emacs mode line on t/14-leaks.t.
- Better comments in lib/Test/Trap/Builder.pm.

(schmonz)

2014-11-23 14:29:57 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Most to 0.34

(schmonz)

2014-11-23 14:29:45 UTC MAIN commitmail json YAML

Update to 0.34. From the changelog:

- Make compatible with the new Test::Builder (exodist - Chad Granum)
- Backwards-incompatible change: reftype no longer exported by
  default. See https://github.com/Ovid/test--most/issues/6 (reported
  by rjattril). This should not be noticed by most users
  (crosses-fingers).
- defer_plan() has long been deprecated and will be removed in a
  future release. This release carp()s if you try to call it.

(schmonz)

2014-11-23 14:27:32 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Exception to 0.35

(schmonz)

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

Update to 0.35. From the changelog:

- Fix a bug when Test::Builder isn't new.
- Fixed test broken by changes in Test::Builder and friends

(schmonz)

2014-11-23 14:25:10 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Class to 0.48

(schmonz)

2014-11-23 14:24:57 UTC MAIN commitmail json YAML

Update to 0.48. From the changelog:

- replace a few bare evals with more modern alternatives
- fixes for Test::More 1.301001_* series (PR#17, PR#18, Chad Granum)
- fix new teardown tests for MSWin32

(schmonz)

2014-11-23 14:22:56 UTC MAIN commitmail json YAML

Updated devel/p5-File-chdir to 0.1009

(schmonz)

2014-11-23 14:22:38 UTC MAIN commitmail json YAML

Update to 0.1009. From the changelog:

- Updated distribution metadata

(schmonz)

2014-11-23 14:18:13 UTC MAIN commitmail json YAML

Updated databases/p5-App-Sqitch to 0.997

(schmonz)

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

Update to 0.997. From the changelog:

[New Features]
- Added support for new target properties. In addition to the existing
  `uri`, `client`, and `registry` properties, targets may also configure
  these properties via the new `--set` option to and `set-*` actions on
  the `target` command:
  * `top_dir`
  * `plan_file`
  * `extension`
  * `deploy_dir`
  * `revert_dir`
  * `verify_dir`
- Added support for new engine configuration variables. In addition to
  the existing `target`, `client`, and `registry` variables, engine
  configuration may also include these variables:
  * `top_dir`
  * `plan_file`
  * `extension`
  * `deploy_dir`
  * `revert_dir`
  * `verify_dir`
- Rationalized the hierarchical configuration of deployment targets. The
  properties of any given target will now be determined by examining
  values in the following order:
  * Command-line options
  * Target configuration
  * Engine configuration
  * Core configuration
  * Reasonable engine-specific defaults
- Added the `engine` command to simplify engine configuration. This
  complements the newly-improved `target` command. Run `sqitch engine
  update-config` to update deprecated engine configurations and start
  using it.
- Added the sqitch-configuration guide to provide an overview of core,
  engine, and target configuration. Includes some use-case examples and
  best suggested practices.
[Improvements]
- Simplified the output of `sqitch help`, and added the more important
  options to it.
- Added the `--guide` option to `sqitch help` to list Sqitch guides.
- Renamed the `--db-client` option to `--client`. `--db-client` still
  works, but is deprecated.
- Added the `--registry` core option for parity with `--client`,
  `--top-dir`, `--plan-file`, and the rest of the hierarchical
  configuration properties.
- Updated the `init` documentation to better cover all the options
  processed.
- Incremented the version plan file format version to v1.0.0. No changes;
  it has been stable for at least a year, so it's time.
[Bug Fixes]
- At runtime, the Vertica engine now properly requires DBD::ODBC
  instead of DBD::Pg.
- The Vertica engine now supports Vertica 6, as documented.
- Fixed a warning from Type::Utils, thanks to a report from Géraud
  CONTINSOUZAS.
- The `status` command once again notices if the specified database is
  uninitialized and says as much, rather than dying with an SQL error.
- The `--etc-path` option works again.
[Deprecations]
- Deprecated `core.$engine` configuration in favor of `engine.$engine`. A
  warning will be emitted if Sqitch sees the former. Run `sqitch engine
  update-config` to update your configurations. Existing `core.$engine`
  configurations will be left in place for compatibility with older
  versions of Sqitch, but the `sqitch engine` command will not modify
  them, so they can get out-of-sync. Run `sqitch config --remove-section
  core.$engine` to remove them.
- Formally deprecated the database connection options in favor of target
  URIs. If any of these options is used, a warning will be issued. They
  will be dropped in v1.0:
  * `--db-host`
  * `--db-port`
  * `--db-username`
  * `--db-password`
  * `--db-name`
- Formally deprecated the database connection configuration variables in
  favor of target URIs. If any of these variables is used, a warning will
  be issued. Run `sqitch engine update-config` to update your
  configurations. Existing `core.$engine` configurations will be left in
  place for compatibility with older versions of Sqitch, but the `sqitch
  engine` command will not modify them, so they can get out-of-sync. Run
  `sqitch config --remove-section core.$engine` to remove them. Sqitch
  will cease to support them in v1.0:
  * `core.$engine.host`
  * `core.$engine.port`
  * `core.$engine.username`
  * `core.$engine.password`
  * `core.$engine.db_name`
- Deprecated the `--registry` and `--client` options of the `target`
  command. All target properties should now be set via the new `--set`
  option, such as `--set registry=reg`.
- Formally deprecated the following options of the `add` command. They
  have been replaced with the `--with`, `--without`, and `--use` options
  since v0.991. Their use will emit a warning, and they will be removed
  in v1.0:
  * `--deploy-template`
  * `--revert-template`
  * `--verify-template`
  * `--deploy`
  * `--no-deploy`
  * `--revert`
  * `--no-revert`
  * `--verify`
  * `--no-verify`
- Dropped support for the long-deprecated (and likely never used outside
  ancient tests long deleted) engine configuration variables
  `core.sqlite.sqitch_db` and `core.pg.sqitch_schema`. Both have been
  replaced with `engine.$engine.registry`, which applies to all engines.
- Formally deprecated the `@FIRST` and `@LAST` symbolic tags. Their use
  will trigger a warning to use `@ROOT` and `@HEAD`, instead. They will
  be removed in v1.0.
[Internals]
- Moved target and engine configuration from App::Sqitch and
  App::Sqitch::Engine to a new class, App::Sqitch::Target. This class is
  solely responsible for finding the appropriate values for attributes on
  every run. The target knows what plan and engine to use, based on those
  properties. App::Sqitch is now responsible solely for encapsulating
  command-line options, configuration, and utilities. Classes are now
  responsible for instantiating both an App::Sqitch and
  App::Sqitch::Target options as appropriate.
- Updated all classes to create both Sqitch and Target objects as
  appropriate. This change touched almost every class.
- Replaced attributes in App::Sqitch that were previously set from
  command-line options or configuration with a single attribute,
  `options`, which is a hash only of the command-line options. Classes
  are now responsible for finding the proper values in config or options.
  Mostly this requirement is encapsulated by the new App::Sqitch::Target
  class.
- Updated the command classes to use either a "default target" derived
  from command-line options, engine configuration, and core
  configuration, or a target looked up by name in the configuration
  maintained by the `target` command.
- Fixed one more test failure due to the introduction of "Negative repeat
  count does nothing" warning in Perl 5.21.1.
- Fixed "Redundant argument in printf" warning on Perl 5.21.2.
- Switched from Digest::SHA1, which is deprecated, to Digest::SHA for
  generating SHA-1 IDs.
- Switched from Mouse and Moose to Moo. Sqitch no longer depends on any
  modules that use Moose, either. This results in an approximately 40%
  startup time speedup.
- Loading of App::Sqitch::DateTime is now deferred until it's needed.
  This is because DateTime is rather expensive to load. Since a number of
  commands don't need it, it seems silly to load it in those cases.
- Now recommend Type::Tiny::XS and Class::XSAccessor for improved
  performance.
- The `check` command now properly fails on a plan parse error, instead
  of blindly continuing on.
- Fixed a failing test on PosrgreSQL due to localization issues. Thanks
  to Sven Schoberf for the report (Issue #171).
- Added the `revert.prompt_accept`, `rebase.prompt_accept`, and
  `checkout.prompt_accept` boolean configuration variables. Set these
  variables to false to change the default answer to the revert prompt to
  "No". When rebasing or checking out, if the variables specific to those
  commands are not set, Sqitch will fall back on the value of
  `revert.prompt_accept`. Suggested by Graeme Lawton (Issue #164).
- The MySQL engine now sets the `$MYSQL_PWD` environment variable if a
  password is provided in a target. This should simplify authtentication
  when running MySQL change scripts through the `mysql` client client
  (Issue #150).
- The MySQL engine now reads `client` and `mysql` groups in the MySQL
  configuration files for a password when connecting to the registry
  database, and when the target URI includes no password. The MySQL
  client already read those files, of course, but now the internal
  database connection does as well (Issue #150).
- The Firebird engine now sets the `$ISC_PASSWORD` environment variable
  if a password is provided in a target. This should simplify
  authtentication when running Firebird change scripts through the `isql`
  client client. Patch from Ștefan Suciu.
- No longer passing URI query params as DBI params, because they are
  already included in the DSN provided by URI::db.
- Added the Vertica engine.

(schmonz)

2014-11-23 14:16:14 UTC MAIN commitmail json YAML

Add and enable p5-Type-Tiny-XS.

(schmonz)

2014-11-23 14:15:45 UTC MAIN commitmail json YAML

Added devel/p5-Type-Tiny-XS version 0.012

(schmonz)

2014-11-23 14:15:31 UTC MAIN commitmail json YAML

Add p5-Type-Tiny-XS, optionally used by Type::Tiny 0.045_03 and
above to provide faster, C-based implementations of some type
constraints.

(schmonz)

2014-11-23 14:12:23 UTC MAIN commitmail json YAML

Updated databases/py-mysql-connector to 2.0.2; www/py-django to 1.6.8; www/py-django-reversion to 1.8.5; www/py-django-south to 1.0.1; www/py-djangocms-admin-style to 0.2.3; www/py-django-cms to 3.0.6

(adam)

2014-11-23 14:09:04 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.024000

(wen)

2014-11-23 14:07:47 UTC MAIN commitmail json YAML

Changes 3.0.6:
Experimental full Django 1.7 migrations support
Added CMSPlugin.get_render_model to get the plugin model at render time
Added simplified API to handle toolbar for page extensions
Fixed a few frontend glitches
Fixed menu when hide untranslated is set to False
Added option to publish all the pages in a language / site in publisher_publish command
Fixed sitemap ordering
Fixed plugin table name generation fixes

(adam)

2014-11-23 14:06:01 UTC MAIN commitmail json YAML

Update to 2.024000
Add missing DEPENDS

Upstream changes:
2.024000  2014-11-02 09:02:44-06:00 America/Chicago
- Add ::Helper::Schema::DidYouMean to help with typos when calling ->resultset

2.023007  2014-09-16 19:48:34-05:00 America/Chicago
- Fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
- Fix yet another issue with ->copy and proxied ResultSet methods (thanks again
  moltar!)

2.023006  2014-09-03 17:44:34-05:00 America/Chicago
- Fix a few ::DateMethods1 methods when using a bound date (vs a column)

2.023005  2014-08-10 11:05:27-05:00 America/Chicago
- Fix ::Row::SelfResultSet to correctly include CSA (Thanks Steve Kleiman!)

2.023004  2014-08-01 18:27:54-05:00 America/Chicago
- Fix implementation of ::Row::SelfResultSet (fixes GH#34, thanks ribasushi for
  the heads up!)

(wen)

2014-11-23 14:05:13 UTC MAIN commitmail json YAML

Changes 1.6.8:
This release fixes a couple regressions in the 1.6.6 security release.
Bugfixes
Allowed related many-to-many fields to be referenced in the admin
Allowed inline and hidden references to admin fields

(adam)

2014-11-23 13:59:52 UTC MAIN commitmail json YAML

Updated www/p5-URI-db to 0.15

(schmonz)

2014-11-23 13:59:41 UTC MAIN commitmail json YAML

Changes 2.0.2:
* If the pool_size and pool_name connection arguments were specified using the option file (as opposed to being passed explicitly to the connect call), the pooled connection was successfully created, but an exception was raised when closing it.
* The Django backend raised an exception when converting "0000-00-00 00:00:00" to None.
* Using a connection_created signal defined in django.db.backends.signals caused a ���maximum recursion depth reached��� runtime error.
* The type_code in cursor.description did not compare equal to any of the type objects defined in mysql.connector.dbapi.
* Data corruption occurred when inserting sufficiently large data in a table with a TEXT type column using prepared statements, due to incorrect encoding of the data length while sending the prepared statement packet.
* When the character set was binary, character set conversion could occur. Conversion is no longer done and binary data is returned as is.

(adam)

2014-11-23 13:59:38 UTC MAIN commitmail json YAML

Update to 0.15. From the changelog:

- Added the `canonical_engine` accessor, which returns the canonical
  engine name.
- Added `the canonical` method, which will replace the engine name with
  its canonical value if it's not already canonical.
- The `dbi_dsn` method of URI::vertica now returns an ODBC DSN instead
  of DBD::Pg, since the latter apparently does not work with Verica.
- Added a note to the `dbi_dsn` documentation that query params are
  included in the returned value.

(schmonz)

2014-11-23 13:57:30 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.14.1

(prlw1)

2014-11-23 13:57:02 UTC MAIN commitmail json YAML

Update gedit3 to 3.14.1

Highlights from the release notes:

- Increase default window size
- File loading and saving based on a new API in GtkSourceView.
  GeditEncoding is replaced by GtkSourceEncoding, and there
  are changes in GeditDocument. To port plugins, see:
  https://wiki.gnome.org/Apps/Gedit/API-Changes
- Include Adwaita theming
- New selector to open documents in the header bar
- Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All
- Add Ctrl+N shortcut for New Window
- Implement drag'n'drop for the documents panel
- Reopen last closed tab with ctrl+shift+T
- Rework fullscreen mode to use GtkRevealer
- Finalize the new API to extend the menu from plugins
- Detect when network is not available and warn if using remote documents
- Add an fpaste tool to the external tools scripts
- Many bug fixes
- Many new and updated translations

For full details see:

https://git.gnome.org/browse/gedit/tree/NEWS?h=3.14.1

(prlw1)

2014-11-23 13:46:55 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.14.2

(prlw1)

2014-11-23 13:46:07 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.14.2

News in 3.14.2
--------------
* Bug fix
* Translation updates

News in 3.14.1
--------------
* Fix UndoManager with a new implementation
* Various other improvements
* Translation updates

News in 3.14.0
--------------
* Translation updates

News in 3.13.91
---------------
* Improved Mac OS X support
* Gutter improvements
* Various other improvements and code clean-up
* Translation updates

News in 3.13.90
---------------
* Adjustments to the file loading and saving API:
  - Make gtk_source_encoding_get_default_candidates() private
  - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all()
  The file loading and saving API can be considered stable now.

* Add Vala bindings
* Various other improvements
* Translation updates

News in 3.13.3
--------------
* Extend the api to obtain candidate encodings
* Rework drawing of spaces and margins (requires new Gtk+)
* Various other improvements and bugfixes
* Translation updates

News in 3.13.2
--------------
* New feature: file loading and saving
* Split testfiles.sh to tests/syntax-highlighting/
* GtkSourceView is now fully relicensed to LGPL
* Various other improvements and bugfixes
* Translation updates

News in 3.13.1
--------------
* Improvements to the words completion provider
* Completion window sizing fixes
* Improvements to some lang files
* Various other improvements and bugfixes
* Updated translations

News in 3.12.1
--------------
* Renovate test-widget
* Various improvements and bugfixes
* Updated translations

News in 3.12.0
--------------
* Small improvements to the documentation
* Updated translations

News in 3.11.91
---------------
* Updated translations

News in 3.11.90
---------------
* Add syntax highlighting for LLVM IR and Sweave
* Improvements to some lang files
* Updated translations

News in 3.11.4
--------------
* Add the popular Solarized style schemes
* Improvements to some lang files and a new lang file for lex
* Optimize the draw-spaces code
* Various fixes to the completion framework
* Misc bugfixes
* Updated translations

News in 3.11.3
--------------
* Font scaling support for headings/titles in LaTeX and HTML
* Add Change Case submenu to the right click context menu
* Add ANS Forth 94 syntax highlighting
* Misc bugfixes
* Updated translations

News in 3.11.2
--------------
* Add API to change text case
* Add reStructuredText and yaml syntax highlighting
* Improve LaTeX, m4 and D syntax highlighting
* Documentation improvements (including best practices for language definition files)
* Installed tests
* Misc bugfixes
* Updated translations

News in 3.11.1
--------------
* Deprecate the Gutter:xpad and Gutter:ypad properties
* Deprecate gtk_source_gutter_get_window()
* Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence)
* Style schemes: more visible right margin
* Documentation improvements
* Misc bugfixes
* Updated translations

(prlw1)

2014-11-23 13:41:40 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07042

(wen)

2014-11-23 13:40:25 UTC MAIN commitmail json YAML

Update to 0.07042

Upstream changes:
Revision history for Perl extension DBIx::Class::Schema::Loader

        - Fix unescaped left braces in regexes in tests
        - Use undef instead of '%' for the table and type arguments
          to $dbh->tables (fixes breakage with DBD::Pg 3.4.0)

0.07041  2014-08-09
        - Fix many_to_many bridges going back to the same table
        - Don't disconnect after ->load in static mode
          (fixes Pg test failure with the upcoming DBIC 0.082800)
        - Set up Travis smoking (mostly stolen from DBIC)

0.07040  2014-05-27
        - Add options to omit the version and timestamp from the
          generated code (RT#92300)
        - Skip dumping unique indexes with expressions (RT#93613)
        - Fix dumping unique indexes with DBD::Pg < 1.50
        - Fix inconsistent naming of duplicate unique constraints
        - Avoid clobbering caller's $_ (RT#96010)

0.07039  2014-01-06
        - Fix table listing with DBD::DB2 >= 1.85 (RT#91764)
        - Add accessor for the list of (re)generated classes
        - Add dry-run mode for static schema creation

0.07038  2013-11-20
        - Allow coderef maps to call back into the hashref mapping code
        - Fix MySQL column info detection with multiple schemas (RT#82358)
        - Fix skip count for Oracle multi-schema tests
        - Actually test data types that require separate tables
        - Fix national character type sizes on DBD::Oracle >= 1.52
        - Fix detection of qualified sequence names for Oracle (RT#90341)

0.07037  2013-10-30
        - Allow overriding individual moniker parts

(wen)

2014-11-23 13:39:12 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.22.01

(mef)

2014-11-23 13:39:02 UTC MAIN commitmail json YAML

Update 3.21.83 to 3.22.01
2014-10-19  David Freese  <w1hkj@w1hkj.com>

9bbef87: Macro Buttons
b123fc1: Thumb drive
01bc010: Power Squelch
e7de40b: Documentation update
287e692: TxID control via xmlrpc
880df3d: Analysis modem

2014-10-17  John Phelps  <kl4yfd@gmail.com>

91bda2b: Gray-mapped 8PSK and soft-decision
- Upgraded 8psk to Gray mapped constellation
- Implemented Soft-Decision decoder based on Gray constellation
- Even when the received phase is distorted by +- 1 phase-position:
- One of the bits is still known with 100% certianty.
- Only up to 1 bit can be in error.
- Increased gain for noisy/weak/HF channels

2014-10-16  Robert Stiles  <kk5vd@yahoo.com>

60c78c0: XMLRPC Character measurement issues with 8PSK modems

2014-10-16  David Freese  <w1hkj@w1hkj.com>

5040224: View/Hide Smeter
d103209: CW matched filter
ea853a8: flarq update
e7d9cc4: 8PSK/16PSK modes
6fcf11d: KISS interface

=Version 3.22.00=

a798037: Remove Mixer controls
f3f8c9a: FTextDisplay
674da9c: Freq Control
bfb001b: Touch Screen UI
d7bb247: UI macrobars
cad1c86: VSP boolean

2014-10-06  Robert Stiles  <kk5vd@yahoo.com>

c4bfed9: Tabulated Widgets Font/Font Size Changes
80dc81b: Documentation

2014-10-06  David Freese  <w1hkj@w1hkj.com>

1dd39cc: PACKAGE_PROJ
98cd7af: Win32 warnings
93b76d4: UI tweaks
ec3177b: Hide Packet Modem
9f2b358: Record loader
bbce20e: Delta macro
38d9bab: MEMMAP
3ef0433: WF drop rate
7448535: RsID time out
03ef903: Wizard crash fix

2014-10-06  Stelios Bounanos  <vcs@enotty.net>

d7fe297: Fix log format string warnings
382452a: Build system fixes

2014-10-06  David Freese  <w1hkj@w1hkj.com>

4ad7967: Default font
632eb8a: Power meter
1bf6f49: Smeter
73cdc07: regex.c fix
eb3eb25: fft-scan
5176ffb: home directory
830a1cb: Analysis modem
38d1589: TRX limit check
a0f43c9: Win32 Socket::close
cf16c3a: SITORB tx issue

2014-08-29  Robert Stiles  <kk5vd@yahoo.com>

67a744b: Doxygen Inclusion

2014-08-29  David Freese  <w1hkj@w1hkj.com>

82aeba5: ARQ stx handshake
4503c99: Virtual ports
d40998f: New User Exit Behavior

(mef)

2014-11-23 13:31:07 UTC MAIN commitmail json YAML

Changes 1.0.1:
This is a small bugfix release of South with two changes:
- Python 3 compatability has been fixed (it was broken in 1.0 by an accidental
  introduction of ``iteritems()``)
- South will explicitly error if it detects Django 1.7 or above rather than
  failing with cryptic errors.

(adam)

2014-11-23 13:29:43 UTC pkgsrc-2014Q3 commitmail json YAML

2014-11-23 13:29:31 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4553 - requested by dholland
shells/bash: build fix

Revisions pulled up:
- shells/bash/distinfo                                          1.39
- shells/bash/patches/patch-configure                          1.1

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun Nov 23 00:43:57 UTC 2014

  Modified Files:
  pkgsrc/shells/bash: distinfo
  Added Files:
  pkgsrc/shells/bash/patches: patch-configure

  Log Message:
  Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD.
  >From Dennis Lindroos in PR 49375.

(tron)

2014-11-23 13:17:40 UTC MAIN commitmail json YAML

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

(tron)

2014-11-23 13:17:32 UTC MAIN commitmail json YAML

Updated devel/ProjectCenter to 0.6.2

(mef)

2014-11-23 13:17:21 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.12.

The following bugs have been fixed since version 4.2.10.1:
- bug #4574 Blank/white page when JavaScript disabled
- bug #4577 Multi row actions cause full page reloads
- bug      ReferenceError: targeurl is not defined
- bug      Incorrect text/icon display in Tracking report
- bug #4404 Recordset return from procedure display nothing
- bug #4584 Edit dialog for routines is too long for smaller displays
- bug #4586 Javascript error after moving a column
- bug #4576 Issue with long comments on table columns
- bug #4599 Input field unnecessarily selected on focus
- bug #4602 Exporting selected rows exports all rows of the query
- bug #4444 No insert statement produced in SQL export for queries with alias
- bug #4603 Field disabled when internal relations used
- bug #4596 [security] XSS through exception stack
- bug #4595 [security] Path traversal can lead to leakage of line count
- bug #4578 [security] XSS vulnerability in table print view
- bug #4579 [security] XSS vulnerability in zoom search page
- bug #4594 [security] Path traversal in file inclusion of GIS factory
- bug #4598 [security] XSS in multi submit
- bug #4597 [security] XSS through pma_fontsize cookie

- bug      ReferenceError: Table_onover is not defined
- bug #4552 Incorrect routines display for database due to case insensitive
            checks
- bug #4259 reCaptcha sound session expired problem
- bug #4557 PHP fatal error, undefined function __()
- bug #4568 Date displayed incorrectly when charting a timeline
- bug #4571 Database Privileges link does not work
- bug      makegrid.js: where_clause is undefined
- bug #4572 missing trailing slash (import and open_basedir)

(tron)

2014-11-23 13:17:17 UTC MAIN commitmail json YAML

update 0.6.1 to 0.6.2
2014-10-07 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectManager.m
* PCAppController.m
Revert windows-specific hacks by German to make project-type choice work. They would crash when using PC without the WinUX theme.

2014-09-08 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/Resources/LineJumper.gorm: Remove
modifier key for button.

2014-09-02 Riccardo Mottola <rm@gnu.org>

* Framework/PCAddFilesPanel.m
* Framework/PCProjectBuilder.m
Do not use GS internals but standard methods.

2014-08-29 Riccardo Mottola <rm@gnu.org>

* Modules/Editors/ProjectCenter/GNUmakefile
* Modules/Editors/ProjectCenter/LineJumper.h
* Modules/Editors/ProjectCenter/LineJumper.m
* Modules/Editors/ProjectCenter/PCEditorView.m
* Modules/Editors/ProjectCenter/Resources/LineJumper.gorm
Implement and add a simple go-to-line panel

2014-08-25  Wolfgang Lux  <wolfgang.lux@gmail.com>

* Modules/Editors/ProjectCenter/PCEditor.m (unhighlightCharacter:):
* Modules/Editors/ProjectCenter/PCEditor.m
(highlightCharacterAt:inEditor:):
Fix condition order to prevent out of range array accesses, which
may lead to a segfault when unhighlighting two matching parentheses.

Fix by Markus <desterium@t-online.de>.

2014-08-18 16:07-EDT Gregory John Casamento <greg.casamento@gmail.com>

* Modules/Projects/Aggregate/Resources/Inspector.gorm
* Modules/Projects/Application/Resources/Inspector.gorm
* Modules/Projects/Application/Resources/Main.gorm
* Modules/Projects/Bundle/Resources/Inspector.gorm
* Modules/Projects/Framework/Resources/Inspector.gorm
* Modules/Projects/Library/Resources/Inspector.gorm
* Modules/Projects/ResourceSet/Resources/Inspector.gorm
* Modules/Projects/Tool/Resources/Inspector.gorm: Update all
gorm files to latest version.

2014-08-04 Riccardo Mottola <rm@gnu.org>

* Modules/Editors/ProjectCenter/PCEditorView.m
Fix return value.

2014-08-04 Riccardo Mottola <rm@gnu.org>

* English.lproj/ProjectCenter.gorm
* Headers/Protocols/CodeEditorView.h
* Modules/Editors/ProjectCenter/PCEditor.m
* Modules/Editors/ProjectCenter/PCEditorView.h
* Modules/Editors/ProjectCenter/PCEditorView.m
Move GoToLine to the View akin to the NSTextView find panel and
declare it in the editor view protocol.

2014-08-03 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/PCEditor.m: Don't use
PCAuxiliaryWindow. This avoid the use of FindPanel.

2014-07-30 Riccardo Mottola <rm@gnu.org>

* Framework/PCEditorManager.m
* Framework/PCProjectBuilder.m
* Headers/Protocols/CodeEditor.h
* Modules/Editors/ProjectCenter/PCEditor.h
* Modules/Editors/ProjectCenter/PCEditor.m
Convert line numbers to NSUInteger / integerValue

2014-05-06 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Enhance clang support.

2014-05-03 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Recognize also egcc and clang as compilers.

2014-05-03 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectBuilder.m
Add recognition of fatal errors.

2014-04-08 German Arias <germanandre@gmx.es>

* Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Add a
comment for last commit.

2014-04-06 German Arias <germanandre@gmx.es>

* Headers/ProjectCenter/PCProjectLauncher.h: Add new variable
_isErrorRunning.
* Framework/PCProjectLauncher.m: Remove observer in -logStdOut: and
-logErrOut:. And wait until receive all data in -runDidTerminate:.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m (-replaceTagsInFileAtPath:withProject:):
Ensure UTF-8 when read and write a file in Windows.
* Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Ensure
UTF-8 when insert a text in Windows.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/English.lproj/SaveModified.gorm: Use class PCAuxiliaryWindow
to not display menu.

2014-04-02 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Removed two last commits. There is
something wrong with these.

2014-03-30 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Fix last change to ensure all string in the
file is UTF-8, since GNU make can't handle UTF-16 (this change is for
Windows).

2014-03-27 German Arias <germanandre@gmx.es>

* Framework/PCFileCreator.m: Be sure to use an UTF8 string for the user
name on Windows.

2014-03-08 German Arias <germanandre@gmx.es>

* Framework/PCFileManager.m (-isTextFile:): Rewrite this method to work
on Windows.

2014-03-07 German Arias <germanandre@gmx.es>

* Framework/PCProjectManager.m: Remove the extension returned by native
panel.

2014-03-02 German Arias <germanandre@gmx.es>

* PCAppController.m: For Windows add a menu with all types of projects.
So the user can select directly the type of project he want.
* Headers/ProjectCenter/PCProjectManager.h:
* Framework/PCProjectManager.m: Add the neccesary changes to use the
selected type of project at main menu (on Windows).
* PCMenuController.m: Use the new method to make a new project.

2014-01-17 German Arias <germanandre@gmx.es>

* English.lproj/ProjectCenter.gorm: Connect option "Line Number..."
to first responder (I was sure I did this before, but no).

2014-01-13 Riccardo Mottola <rm@gnu.org>

* Framework/PCFileManager.m
* Headers/ProjectCenter/PCFileManager.h
Convenience method to find executables, by Richard Frith-Macdonald

* Modules/Preferences/Build/PCBuildPrefs.m
* Modules/Preferences/Misc/PCMiscPrefs.m
Use the convenience method to determine better defaults for make and gdb.

2013-12-17 Riccardo Mottola <rm@gnu.org>

* Framework/PCProjectLauncher.m
Check that the executable exists before running it.

2013-10-20 German Arias <germanandre@gmx.es>

* English.lproj/Preferences.gorm:
* Modules/Preferences/Build/Resources/BuildPrefs.gorm:
* Modules/Preferences/EditorFSC/Resources/EditorFSCPrefs.gorm:
* Modules/Preferences/Saving/Resources/SavingPrefs.gorm:
* Modules/Preferences/Misc/Resources/MiscPrefs.gorm: Change the height
of the panel.

2013-10-15 German Arias <germanandre@gmx.es>

* TextFinder.h:
* TextFinder.m: Deleted.
* GNUmakefile: Remove TextFinder.
* PCMenuController.m: Remove TextFinder. Now we use the standard
menu Find.

2013-10-13 German Arias <germanandre@gmx.es>

* English.lproj/ProjectCenter.gorm: Use the standard menu Find and
connect option "Line Number..." to first responder.
* Modules/Editors/ProjectCenter/PCEditor.m: Use Find panel.
* Headers/PCMenuController.h:
* PCMenuController.m: Remove unnecessary methods.

2013-10-06 German Arias <germanandre@gmx.es>

* Headers/PCPrefController.h:
* PCPrefController.m: Don't retain the user defaults. And don't call
synchronize every time, this are causing conflicts with defaults of the
PC windows, which stores its frames here.

2013-09-24 German Arias <germanandre@gmx.es>

* PCAppController.m (-applicationDidFinishLaunching: and
-applicationShouldTerminate:) Code to handle the style
NSWindows95InterfaceStyle.
* Headers/ProjectCenter/PCAuxiliaryWindow.h:
* Framework/PCAuxiliaryWindow.m: Add this class for auxiliary windows.
This is windows that don't should add the in-window menu.
* Framework/English.lproj/BuilderPanel.gorm:
* Modules/Editors/ProjectCenter/PCEditor.m: Use the new class
PCAuxiliaryWindow.
* Framework/GNUmakefile: Add new class.

2013-09-22 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.m
Do not advance start and get startType if we are at the end anyway.

* Modules/Parsers/ProjectCenter/ObjCClassHandler.h
* Modules/Parsers/ProjectCenter/ObjCClassHandler.m
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.h
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.m
NSUInteger / NSInteger transitions for count/length variables.

* Modules/Projects/Application/PCAppProject.m
* Modules/Projects/Bundle/PCBundleProject.m
* Modules/Projects/Framework/PCFrameworkProject.m
* Modules/Projects/Library/PCLibProject.m
* Modules/Projects/ResourceSet/PCResourceSetProject.m
* Modules/Projects/Tool/PCToolProject.m
Transition to NSUInteger.

2013-09-21 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.h
* Modules/Parsers/ProjectCenter/PCParser.m
Transition count/length variables to NSUInteger

2013-09-21 Riccardo Mottola <rm@gnu.org>

* Modules/Parsers/ProjectCenter/PCParser.m
Fix parser check for temrination, do not look past last char.

* PCAppController.m
If filename is not absolute, normalize it (happens when invoking with the filename as argument to the application, e.g. 'ProjectCenter myProject').

2013-09-20 Riccardo Mottola <rm@gnu.org>

* Framework/PCFileCreator.m
Do not launch replacing if copying was not successful, avoids hang of app.

2013-09-17 Riccardo Mottola <rm@gnu.org>

* Modules/Projects/ResourceSet/PCResourceSetProject.m
Replace deprecated make variable.

* Framework/PCProjectBuilder.m
Fix int vs. float.

2013-02-25: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCFileNameIcon.m
* unsigned int -> NSDragOperation

2013-02-10: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCProjectInspector.m
* Modules/Editors/ProjectCenter/SyntaxDefinition.m
* Modules/Editors/ProjectCenter/SyntaxHighlighter.m
* Modules/Editors/ProjectCenter/TextPattern.m
* Modules/Preferences/EditorFSC/PCEditorFSCPrefs.m
  some more (unsigned) int -> NS(U)Integer transitions
  and some shutup of clang compiler warnings
* Framework/PCProjectBrowser.m
* Framework/PCSaveModified.m
* Framework/PCProjectLoadedFiles.m
* Framework/PCProjectBuilder.m
* Headers/ProjectCenter/PCProjectBrowser.h
* Headers/ProjectCenter/PCSaveModified.h
* Headers/ProjectCenter/PCProjectLoadedFiles.h
* Modules/Projects/Application/PCAppProject+Inspector.h
* Modules/Projects/Application/PCAppProject+Inspector.m
  some more (unsigned) int -> NS(U)Integer transitions
  not catched from clang, but found by libobjc2 in debug mode

2013-02-09 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Framework/PCFileCreator.m
* Framework/PCMakefileFactory.m
* Framework/PCProjectBuilder.m
* Framework/PCProjectLauncher.m
* Framework/PCProjectManager.m
* Framework/PCProject.m
* Modules/Projects/Application/PCAppProject.m
* Modules/Projects/Tool/PCToolProject.m
  shutup clang compiler warning about redunant literal
  string usage
* Modules/Preferences/Build/PCBuildPrefs.m
* Framework/PCButton.m
* Modules/Parsers/ProjectCenter/ObjCMethodHandler.m
  shutup some clang warnings
* Framework/PCProjectBrowser.m
  NSInteger conversions
* Modules/Debuggers/ProjectCenter/PTYView.m
  Include right headers for openpty on OpenBSD

2012-11-22  German Arias <german@xelalug.org>

* Modules/Projects/Library/PCLibProject.m: Don't add the prefix "lib"
to LIBRARY_NAME, gnustep-make will add this prefix anyway. On the other
hand, the super class isn't able to add this prefix to
XXX_RESOURCE_FILES at GNUmakefile.

2012-08-30 Riccardo Mottola <rm@gnu.org>

* Modules/Debuggers/ProjectCenter/PTYView.m
Do not include stropts.h for most OS's anymore.

2012-08-09 Riccardo Mottola <rm@gnu.org>

* English.lproj/ProjectCenter.gorm
* Framework/PCProjectManager.m
Recent Document menu support.

2012-07-30  Wolfgang Lux  <wolfgang.lux@gmail.com>

* Framework/PCProjectBuilder.m (-line:startsWithString:,
-parseErrorLine:):
* Modules/Editors/ProjectCenter/PCEditor.h:
* Modules/Editors/ProjectCenter/PCEditor.m (FindDelimiterInString,
-highlightCharacterAt:inEditor:): Fix for compilation on 64-bit
hosts.

2012-07-09  Serg Stoyan  <stoyan255@ukr.net>

* Framework/PCProjectInspector.m: (-removeAuthor): Improve selection
of author list items after item deletion. Inspired by bug #25571.
Bug should be closed.

(mef)

2014-11-23 13:17:10 UTC MAIN commitmail json YAML

2014-11-23 13:16:24 UTC MAIN commitmail json YAML

2014-11-23 13:11:25 UTC MAIN commitmail json YAML

Changes 1.8.5:
* Added support for proxy models
* Allowing registration of models with django-reversion using custom signals
* Fixing some Django deprecation warnings

(adam)

2014-11-23 13:10:03 UTC MAIN commitmail json YAML

2014-11-23 13:06:48 UTC MAIN commitmail json YAML

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

(wiz)

2014-11-23 13:06:40 UTC MAIN commitmail json YAML

Update to 2.006:

2.006 2014/11/22
- Make (hopefully) non-blocking work on windows by using EWOULDBLOCK instead of
  EAGAIN. While this is the same on UNIX it is different on Windows and socket
  operations return there (WSA)EWOULDBLOCK and not EAGAIN. Enable non-blocking
  tests on Windows too.
- make PublicSuffix::_default_data thread safe
- update PublicSuffix with latest list from publicsuffix.org

(wiz)

2014-11-23 13:04:56 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta-Requirements to 2.130

(wiz)

2014-11-23 13:04:48 UTC MAIN commitmail json YAML

Update to 2.130:

2.130    2014-11-19 23:25:46-05:00 America/New_York

    [ADDED]

    - from_string_hash can take optional constructor arguments

    [CHANGED]

    - bad_version_hook callback gets module name as well as version string

    - undefined/empty versions given to from_string_hash or
      add_string_requirement now carp and are coerced to "0" instead of
      being fatal.  This is more consistent with how the other requirement
      functions work.

(wiz)

2014-11-23 13:04:04 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.81

(wiz)

2014-11-23 13:03:56 UTC MAIN commitmail json YAML

Update to 1.81:

1.81    2014-11-21

- Removed tests for Win32 code.

(wiz)

2014-11-23 13:03:07 UTC MAIN commitmail json YAML

Updated devel/p5-Bit-Vector to 7.4

(wiz)

2014-11-23 13:02:59 UTC MAIN commitmail json YAML

Update to 7.4:

Version 7.4  03.09.2013

+  Modified ToolBox.h to allow bit vectors with more than 2^32 bits

(wiz)

2014-11-23 13:01:46 UTC MAIN commitmail json YAML

Updated mail/p5-MailTools to 2.14

(wiz)

2014-11-23 13:01:38 UTC MAIN commitmail json YAML

Update to 2.14:

version 2.14: Fri Nov 21 17:12:42 CET 2014

Fixes:

- threads and Mail::Field initiation
  rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker]

Improvements:

- warn when loading of some Mail::Field::* fails [Arne Becker]

(wiz)

2014-11-23 12:57:23 UTC MAIN commitmail json YAML

Updated devel/afl to 0.65b

(wiz)

2014-11-23 12:57:14 UTC MAIN commitmail json YAML

Update to 0.65b:

--------------
Version 0.65b:
--------------

  - Fix for shell printf escape codes in Makefile. Reported by Jakub Wilk.

  - A bit more color to fuzzer_stats, short documentation of the file format,
    and several other stats-related improvements.

--------------
Version 0.64b:
--------------

  - Enable GCC support on MacOS X.

--------------
Version 0.63b:
--------------

  - New, simplified way to pass data in files (@@). See README.

  - Final fixes for 64-bit MacOS X, working around a crashing bug in their
    linker (umpf) and several other things. It's alive!

  - A minor workaround for a bug in 64-bit FreeBSD (clang -m32 -g doesn't work
    on that platform, but clang -m32 does, so we no longer insert -g).

  - Build-time warning for inverse video terminals and better instructions in
    status_screen.txt.

(wiz)

2014-11-23 12:52:33 UTC MAIN commitmail json YAML

2014-11-23 12:52:02 UTC MAIN commitmail json YAML

Updated devel/hs-transformers to 0.4.2.0

(szptvlfn)

2014-11-23 12:51:34 UTC MAIN commitmail json YAML

Update to 0.4.2.0

changelog:
0.4.2.0 Ross Paterson <ross@soi.city.ac.uk> Nov 2014
    * Dropped compatibility with base-1.x
    * Data.Functor.Identity in base for GHC >= 7.10
    * Added mapLift and runErrors to Control.Applicative.Lift
    * Added AutoDeriveTypeable for GHC >= 7.10
    * Expanded messages from mfix on ExceptT and MaybeT

(szptvlfn)

2014-11-23 12:49:45 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.082810

(wen)

2014-11-23 12:48:55 UTC MAIN commitmail json YAML

Update to 0.082810
Update DEPENDS

Upstream changes:
0.082810 2014-10-25 13:58 (UTC)
    * Fixes
        - Fix incorrect collapsing-parser source being generated in the
          presence of unicode data among the collapse-points
        - Fix endless loop on BareSourcelessResultClass->throw_exception(...)

    * Misc
        - Depend on newer SQL::Abstract (fixing overly-aggressive parenthesis
          opener: RT#99503)
        - Depend on newer Moo, fixing some interoperability issues:
          http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html

0.082801 2014-10-05 23:55 (UTC)
    * Known Issues
        - Passing large amounts of objects with stringification overload
          directly to DBIx::Class may result in strange action at a distance
          exceptions. More info (and a workaround description) can be found
          under "Note" at https://metacpan.org/pod/SQL::Abstract#is_plain_value
        - The relationship condition resolution fixes come with the side effect
          of returning more complete data, tripping up *some* users of an
          undocumented but widely used internal function. In particular
          https://rt.cpan.org/Ticket/Display.html?id=91375#txn-1407239

    * Notable Changes and Deprecations
        - DBIC::FilterColumn now properly bypasses \'' and \[] literals, just
          like the rest of DBIC
        - DBIC::FilterColumn "from_storage" handler is now invoked on NULLs
          returned from storage
        - find() now throws an exception if some of the supplied values are
          managed by DBIC::FilterColumn (RT#95054)
        - Custom condition relationships are now invoked with a slightly
          different signature (existing coderefs will continue to work)
        - Add extra custom condition coderef attribute 'foreign_values'
          to allow for proper reverse-relationship-like behavior
          (i.e. $result->set_from_related($custom_rel, $foreign_result_object)
        - When in a transaction, DBIC::Ordered now seamlesly handles result
          objects that went out of sync with the storage (RT#96499)
        - CDBICompat::columns() now supports adding columns through supplied
          Class::DBI::Column instances (GH#52)
        - Deprecate { col1 => col2 } expressions in manual {from} structures
          (at some point of time manual {from} will be deprecated entirely)

    * Fixes
        - Fix Resultset delete/update affecting *THE ENTIRE TABLE* in cases
          of empty (due to conditions) resultsets with multi-column keys
        - Fix on_connect_* not always firing in some cases - a race condition
          existed between storage accessor setters and the determine_driver
          routines, triggering a connection before the set-cycle is finished
        - Fix collapse being ignored on single-origin selection (RT#95658)
        - Fix incorrect behavior on custom result_class inflators altering
          the amount of returned results
        - Fix failure to detect stable order criteria when in iterator
          mode of a has_many prefetch off a search_related chain
        - Prevent erroneous database hit when accessing prefetched related
          resultsets with no rows
        - Proper exceptions on malformed relationship conditions (RT#92234)
        - Fix incorrect handling of custom relationship conditions returning
          SQLA literal expressions
        - Fix long standing bug with populate() missing data from hashrefs with
          different keysets: http://is.gd/2011_dbic_populate_gotcha (RT#92723)
        - Fix multi-value literal populate not working with simplified bind
          specifications
        - Massively improve the implied resultset condition parsing - now all
          applicable conditions within a resultset should be properly picked
          up by create() and populate()
        - Ensure definitive condition extractor handles bizarre corner cases
          without bombing out (RT#93244)
        - Fix set_column on non-native (+columns) selections (RT#86685)
        - Fix set_inflated_column incorrectly handling \[] literals (GH#44)
        - Ensure that setting a column to a literal invariably marks it dirty
        - Fix copy() not working correctly with extra selections present
        - Work around exception objects with broken string overloading in one
          additional codepath (missed in 0.08260)
        - Fix more inconsistencies of the quote_names attribute propagating
          to SQL::Translator (partially RT#87731)
        - Fix SQLT constraint naming when DBIC table names are fully qualified
        - Ensure ::Schema::Versioned connects only once by reusing the main
          connection (GH#57)
        - Fix inability to handle multiple consecutive transactions with
          savepoints on DBD::SQLite < 1.39
        - Fix CDBICompat to match Class::DBI behavior handling non-result
          blessed has_a (implicit deflate via stringification and inflate via
          blind new) (GH#51)

    * Misc
        - Ensure source metadata calls always take place on the result source
          instance registered with the caller
        - IFF DBIC_TRACE output defaults to STDERR we now silence the possible
          wide-char warnings if the trace happens to contain unicode

(wen)

2014-11-23 12:44:18 UTC MAIN commitmail json YAML

Noteworthy changes in version `1.2.20'
==========================================
  * Bug fixes #28643, #32827
  * Corrected issues with updating document when there is a change.
  * Add cells as objects to the document so they can be properly
    edited.
  * Changes to prevent recursive frame change notifications.

(mef)

2014-11-23 12:39:29 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 0.11020

(wen)

2014-11-23 12:36:55 UTC MAIN commitmail json YAML

Update to 0.11020

Upstream changes:
0.11020 2014-09-02

* Fix test failure if Test::PostgreSQL is installed but not working

0.11019 2014-09-02

* Add Json and hstore types to Pg Parser (cloudinstustrie)
* Fix DROP TABLE in SQL Server Producer
* Fix Pg DBI parser test (Dagfinn Ilmari Mannsker)
* Remove spurious warnings (Matt Phillips, Wallace Reis)
* Fix MySQL producer for columns with scalar ref in 'ON UPDATE' (Wallace Reis)
* Fix handling of views in MySQL DBI parser
* Fix handling of renamed fields in SQLite diff (Peter Mottram)
* Check numeric equality of default values in numeric-type fields (Wallace Reis)
* Fix handling of renamed fields in renamed tables in Pg diff (Peter Mottram)

0.11018 2013-10-31

* Revert "Fix AUTOINCREMENT in SQLite"

0.11017 2013-10-30

* Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
* Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
* De-linkify XML namespace in docs (RT#81838)
* Allow both single and double quotes for values in MySQL parser
* Fix diff for altering two things per column - add ; at the end
* Call all diff methods in list context (it can be merged later)
* Fix Pg diff issue with drop constraint on primary keys
* SQLite support for SET NULL, SET DEFAULT and NO ACTION in FK clauses
* Clean up properly after Parser::DBI::PostgreSQL tests
* Fix typos in error messages
* Add SQL_TINYINT and SQL_BIGINT to the type map in
  SQL::Translator::Schema::Field
* Add JSON parser and producer (Jon Jensen)
* Clean up TTSchema doc some (Gavin Shelley)
* Fix AUTOINCREMENT in SQLite (Rafael Porres Molina)

(wen)

2014-11-23 12:36:17 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.2.2

(adam)

2014-11-23 12:35:19 UTC MAIN commitmail json YAML

2014-11-23 12:23:14 UTC MAIN commitmail json YAML

opal-3.8.3 -> opal-3.10.10

(mef)

2014-11-23 12:21:13 UTC MAIN commitmail json YAML

Updated devel/libusbx to 1.0.18

(mef)

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

(from pkglint)
The update request to 1.0.18 from doc/TODO ([but actually obsolete,
switch to libusb]) has been done.

(upstream)
  Update 1.0.11 to 1.0.18
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org

2014-01-25: v1.0.18 *FINAL RELEASE*
* Last release of libusbx, as the project is merging back again with libusb.
  As a result, continuation of the project will now occur from the following:
  o Main site:          http://libusb.info
  o Git repository:    https://github.com/libusb/libusb
  o SF repository:      https://sourceforge.net/projects/libusb/
  o Mailing list:      libusb-devel@lists.sourceforge.net (registration req.)
* Fix multiple memory leaks
* Fix a crash when HID transfers return no data on Windows
* Ensure all pending events are consumed
* Improve Android and ucLinux support
* Multiple Windows improvements (error logging, VS2013, VIA xHCI support)
* Multiple OS X improvements (broken compilation, SIGFPE, 64bit support)

2013-09-06: v1.0.17
* Hotplug callbacks now always get passed a libusb_context, even if it is
  the default context. Previously NULL would be passed for the default context,
  but since the first context created is the default context, and most apps
  use only 1 context, this meant that apps explicitly creating a context would
  still get passed NULL
* Android: Add .mk files to build with the Android NDK
* Darwin: Add Xcode project
* Darwin: Fix crash on unplug (#121)
* Linux: Fix hang (deadlock) on libusb_exit
* Linux: Fix libusbx build failure with --disable-udev (#124)
* Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
* OpenBSD: Update OpenBSD backend with support for control transfers to
  non-ugen(4) devices and make get_configuration() no longer generate I/O.
  Note that using this libusbx version on OpenBSD requires using
  OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
  to stay with the libusb shipped with OpenBSD (mpi)
* Windows: fix libusb_dll_2010.vcxproj link errors (#129)
* Various other bug fixes and improvements
The (#xx) numbers are libusbx issue numbers, see ie:
https://github.com/libusbx/libusbx/issues/121

2013-07-11: v1.0.16
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
* Add BOS descriptor support (#15)
* Make descriptor parsing code more robust
* New libusb_get_port_numbers API, this is libusb_get_port_path without
  the unnecessary context parameter, libusb_get_port_path is now deprecated
* New libusb_strerror API (#14)
* New libusb_set_auto_detach_kernel_driver API (#17)
* Improve topology API docs (#95)
* Logging now use a single write call per log-message, avoiding log-message
  "interlacing" when using multiple threads.
* Android: use Android logging when building on Android (#101)
* Darwin: make libusb_reset reenumerate device on descriptors change (#89)
* Darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET flag (#91)
* Darwin: add a device cache (#112, #114)
* Examples: Add sam3u_benchmark isochronous example by Harald Welte (#109)
* Many other bug fixes and improvements
The (#xx) numbers are libusbx issue numbers, see ie:
https://github.com/libusbx/libusbx/issues/9

2013-04-15: v1.0.15
* Improve transfer cancellation and avoid short read failures on broken descriptors
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
* Add WinCE support
* Add library stress tests
* Add Cypress FX3 firmware upload support for fxload sample
* Add HID and kernel driver detach support capabilities detection
* Add SuperSpeed detection on OS X
* Fix bInterval value interpretation on OS X
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
  early abort in libusb_close() on Windows. Also add VS2012 solution files.
* Improve fd event handling on Linux
* Other bug fixes and improvements

2012-09-26: v1.0.14
* Reverts the previous API change with regards to bMaxPower.
  If this doesn't matter to you, you are encouraged to keep using v1.0.13,
  as it will use the same attribute as v2.0, to be released soon.
* Note that LIBUSBX_API_VERSION is *decreased* to 0x010000FF and the previous
  guidelines with regards to concurrent use of MaxPower/bMaxPower still apply.

2012-09-20: v1.0.13
* [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where
  MaxPower was used instead of bMaxPower, as defined in the specs. If your
  application was accessing the MaxPower attribute, and you need to maintain
  compatibility with libusb or older versions, see APPENDIX A below.
* Fix broken support for the 0.1 -> 1.0 libusb-compat layer
* Fix unwanted cancellation of pending timeouts as well as major timeout related bugs
* Fix handling of HID and composite devices on Windows
* Introduce LIBUSBX_API_VERSION macro
* Add Cypress FX/FX2 firmware upload sample, based on fxload from
  http://linux-hotplug.sourceforge.net
* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
  the drivers allow it, isochronous transfers are not supported yet in libusbx. Also
  not supported yet is the use of libusb-win32 filter drivers on composite interfaces
* Add support for the new get_capabilities ioctl on Linux and avoid unnecessary
  splitting of bulk transfers
* Improve support for newer Intel and Renesas USB 3.0 controllers on Windows
* Harmonize the device number for root hubs across platforms
* Other bug fixes and improvements

2012-06-15: v1.0.12
* Fix a potential major regression with pthread on Linux
* Fix missing thread ID from debug log output on cygwin
* Fix possible crash when using longjmp and MinGW's gcc 4.6
* Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path()
* Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
* Define log levels in libusb.h and set timestamp origin to first libusb_init() call
* All logging is now sent to to stderr (info was sent to stdout previously)
* Update log messages severity and avoid polluting log output on OS-X
* Add HID driver support on Windows
* Enable interchangeability of MSVC and MinGW DLLs
* Additional bug fixes and improvements

(mef)

2014-11-23 11:33:44 UTC MAIN commitmail json YAML

Updated comms/openobex to 1.7.1

(mef)

2014-11-23 11:33:33 UTC MAIN commitmail json YAML

Update 1.7 to 1.7.1
Changes since  OpenOBEX-1.7:
  - Add OBEX_FL_STREAM_CONTINUE
  - Several fixes

(mef)

2014-11-23 10:07:15 UTC MAIN commitmail json YAML

Updated comms/py-gammu to 1.33.0

(mef)

2014-11-23 10:06:41 UTC MAIN commitmail json YAML

Update 1.26.1 to 1.33.0, as gammu has been updated, with PLIST adjust.

(mef)

2014-11-23 09:47:11 UTC MAIN commitmail json YAML

Updated comms/gammu to 1.33.0

(mef)

2014-11-23 09:46:50 UTC MAIN commitmail json YAML

(pkgsrc)
- Add two CMAKE_ARGS (silence and) to maintain the similar PLIST leve
    # silence warning
    CMAKE_ARGS+=    -Wno-dev
    CMAKE_ARGS+=    -DINSTALL_DOC=ON
- Add post-install: target to Remove PaxHeader garbage
- Add comment on patch

(upstream) Update 1.26.1 to 1.33.0

(mef)

2014-11-23 09:45:57 UTC MAIN commitmail json YAML

(pkgsrc)
- Add two CMAKE_ARGS (silence and) to maintain the similar PLIST leve
    # silence warning
    CMAKE_ARGS+=    -Wno-dev
    CMAKE_ARGS+=    -DINSTALL_DOC=ON
- Add post-install: target to Remove PaxHeader garbage
- Add comment on patch

(upstream) Update 1.26.1 to 1.33.0
...  sorry some 300 lines of ChangeLog
=========
20130529 - 1.33.00

[-] * Various translation improvements.
[-] * Improved support for Huawei E173, thanks to Gautier Minster.
[-] * Fixed buffer overflow in MMS decoder.
[-] * Fixed several memory leaks.
[-] * Improved compatibility with Qualcomm devices (bug #1654).
[-] * Various documentation improvements.
[-] * Updated version of sms-gammu2android, thanks to Shadow Walker.
[-] * Fixed compilation on Mac OS X, thanks to Soren Jorvang.
[-] * Fixed SMSD with CheckSecurity = 0 (bug #1672).

20120627 - 1.32.0

[-] * Fixed auto installation of EventLog registry.
[-] * Improved support for Arduino GPRS shield (bug #1592).
[-] * Fixed communication with Cross PD1101wi (bug #1617).
[-] * Ignore another unknown block in Nokia phonebook (bug #1614).
[-] * Do not encode number when setting up diverts.

20120224 - 1.31.90

[-] * Improved compatibility with ES75 (bug #1586).
[!] * Changed API for call diverts.
[+] * Added support for call diverts in Python API.
[+] * AT backend supports manipulating with call diverts.
[+] * Added support for suspending/resuming SMSD using SIGUSR1/2.
[!] * Changed protocol for S60 applet.
[+] * S60 applet now handles SMS with new lines.
[+] * Improved support for Windows Event Log.

20111221 - 1.31.0

[-] * Fixed compilation with latest libusb.
[-] * Improved error handling in SQL backend of SMSD.
[-] * SMSD documentation improvements.
[-] * Indonesian translation updates.

20111213 - 1.30.92

[-] * Improved vCard parser to better handle location for various fields, thanks to Vladimir Serbinenko for initial patch.
[-] * Fixed reading calls from some Nokia phones (bug #1553).
[-] * Improved text mode SMS parsing in AT driver, thanks to Vladimir Serbinenko.
[-] * Use glib's MD5 implementation if available.

20111129 - 1.30.91

[+] * Improved documentation for configuring Gammu.
[-] * Fixed parsing birthday from vCard in some cases.
[+] * Added option not to use configured logging in SMSD inject and monitor (bug #1539).
[+] * Added SMSD configuration LogFacility (bug #1539).
[-] * Fixed reading of data from OBEX phones (LP#891803).
[-] * Fixed double reply detection (bug #1544).
[-] * Increase maximal number of caller groups (bug #1541).
[-] * Cancel all calls on maketerminated call if we don't get call ID.
[-] * Fixed SMSC handling in some cases in SMSD (bug #1547).

20111107 - 1.30.90

[-] * Various documentation improvements.
[-] * Detect Alcatel style reply on CPIN response (bug #1502).
[-] * Fix build on some Win32 systems (bug #1496).
[-] * Make jadmaker handle names with spaces (Rapha  l Droz).
[-] * Display 8-bit messages in hex (Nicolas Pitre).
[-] * Do not use AT+CUSD=2 on some phones (bug #1508).
[-] * Fixed gammu-monitor with Windows service (bug #1515).
[-] * Cleanup of contrib directory.
[-] * Better support for Samsung AT phones (bug #1513).
[-] * Fixed handling of MMS notification SMSes (bug #1530).
[-] * Fixed CPIN reply handling (bug #1532).
[+] * SMSD checks for PIN status just after connect (bug #1532).
[-] * Fixed various MSVC compilation issues.

20110719 - 1.30.0

[*] * Improved SMSD logging of configuration settings.
[-] * Fix possible crash in fbus2 driver.
[-] * Fix possible crash of ODBC driver on Windows (bug #1482).
[-] * Fixed usage of dbi plugins from Python module.

20110607 - 1.29.93

[-] * Properly initialize atobex driver with Sony-Ericsson phones.
[-] * Updated list of country and network codes.
[-] * Escape fields in SQL queries (bug#1415).
[-] * Escape fields in PostgreSQL SQL script (bug#1415).
[-] * Default to GSM encoding for text messages in SQL backend for SMSD.
[-] * Add option to override which SQL dialect to use in SMSD (bug #1427).
[-] * Improved m-obex protocol support, thanks to Vladimir Serbinenko.
[-] * Various fixes for Samsung B2100, thanks to Vladimir Serbinenko.
[-] * Fix check for AT+CPROT support (bug #1438).
[-] * Fix memory leak in s60 protocol driver (bug #1441).
[-] * Reverted change to SignalStrength because of SQL escaping we have now (bug #1380).
[-] * Improved vCard parser to handle vCards from Gmail.
[-] * Fixed LDIF parser to cope with multiple LDIF in single file.

20110315 - 1.29.92

[-] * Documentation improvements and fixes.
[-] * Saner error handling in Windows serial driver.
[-] * Cleanup in SMSD internals.
[+] * Added ODBC driver to SMSD.

20110225 - 1.29.91

[+] * Added screenshot function for Sony-Ericssonn phones (M  rton N  meth).
[-] * Fixed parsing of some Nokia SMSes (bug #1402).
[-] * Properly report error on deleting non deletable entries (bug #1396).
[-] * Slower switch from m-obex to AT (bug #1382).
[-] * Faster initialization for AT phones without enabled echo.

20110210 - 1.29.90

[-] * Fix detection of MySQL libraries (bug #1370).
[!] * Changed default connection settings to at and ttyACM0 (bug #1078).
[+] * Add new API call to abort existing operation (bug #1155).
[+] * Change database structure to avoid using reserved word Signal (bug #1380).
[+] * Possibility to limit time of day for SMS in SMSD (bug #1203).
[-] * Enforce limits on SMS payload length.
[+] * Made GSM_SMSCounter public (bug #1356).
[+] * Support for S60 phones using Series60 applet (bug #423).
[-] * Do not fail on 0x7b field in Nokia 3600s phonebook (bug #1385).
[!] * Disabled two stage probing for most protocols.
[-] * Fixed saving of SMS backups (bug #1392).
[+] * Screenshot functionality for DCT4 phones (bug #1390).

20110119 - 1.29.0

[+] * Added option to enter new PIN when entering PUK, thanks to Peter
      Stuge for pointing out this requirement.
[-] * Improved documentation of SMSD backend services.

20110107 - 1.28.95

[-] * Fix decoding of SMS without date on DCT4 phones (bug #1368).
[+] * Added gammu-detect tool to detect available devices on system.
[-] * Fixed parsing of Philips reply to SPBR (bug #1366).
[-] * Fixed testsuite not to depend on system timezone.
[-] * Check if phone is waiting for requested security code before
      entering.
[-] * Fixup invalid international numbers with double prefix (+00) in
      SMS (bug #1364).
[-] * Fixed m-obex protocol implementation, thanks to Matthieu Patou (bug #1375).
[-] * Fixed build on Mac OS X, thanks to Matthieu Patou (bug #1374).
[-] * Fixed decoding of some SMS messages on S40 phones (bug #1243).

20101227 - 1.28.94

[+] * New convertbackup command to convert between backup formats.
[+] * Changed database structure to version 12, you need to upgrade it.
[-] * Try harder to find dn for LDIF export (bug #1363).
[-] * Better names for some fields in LDIF export (bug #1363).
[-] * Implement parsing of LDIF for all fields we save (bug #1363).
[-] * Various minor fixes in SMSD SQL backend.
[-] * Improved test suite coverage.
[-] * Improved dummy driver to allow more testing.

20101202 - 1.28.93

[+] * New SMSD configuration RunOnFailure.
[-] * Fix invalid SQL when storing 8bit SMS (bug #1329).
[-] * Probe if phone supports m-obex protocol (bug #1286).
[+] * Experimental support fo m-obex protocol (bug #1286).
[-] * Fix detection of delivery reports in MySQL and PostgreSQL backends
      (bug #313).
[+] * Include udev rules for Nokia phones (bug #1251).
[-] * Fix parsing LG VX9200 reply on getting battery state (bug #1264).
[-] * Fix handling of SMS text mode (bug #1189).
[!] * Default to no retries of the send commands on the link.
[-] * Wait for more USSD replies on getussd command (bug #1346).
[!] * New unified SQL SMSD backend handling all SQL databases.
[+] * SQL queries in SQL SMSD backend can be configured.

20101004 - 1.28.92

[+] * New SMSD config option HardResetFrequency.
[+] * Gammu now supports freedesktop.org/XDG specs for config file
      locations and reads ~/.config/gammu/config.
[-] * Increase timeout for AT+CMGL (bug #1317).
[+] * Added support for optional delivery report parts as defined by
      ETSI 123 040, section 9.2.2.3 (bug #1304).
[+] * SMSD database host configuration is now named "host" not "PC".

20100916 - 1.28.91

[-] * Fixed locales compilation/support.
[-] * Set memory to use for MPBR/SBNR/SPBR commands as well (bug #1128).
[-] * Handle errors from CMGL same way as from CMGR (bug #1211).
[-] * Fixed parsing of AT+CPMS=? reply (bug #1296).
[+] * Implemented matching by serial number.
[+] * SMSD can now be configured just for sending/receiving.
[-] * Fixed battery status for S40 phones (bug #1301).
[-] * Improved compatibility with Motorola phonebook (bug #1128).
[+] * Lot of documentation improvements, check <http://wammu.eu/docs/devel/docs/>.

20100827 - 1.28.90

[-] * Fixed handling of empty reply on CREG/CGREG (bug #1245).
[-] * Prefer storing delivery reports over forwarding them.
[-] * Fix leak and crash when handling MMS notifications in Python.
[-] * Fixed parsing of date from AT phones (bug #1256).
[-] * Simplify handling text comment in SMS backup to keep new lines.
[+] * New command gammu battery.
[-] * Fail to send SMS without set SMSC.
[-] * Avoid updating SMSD backend frequently than StatusFrequency defines.
[-] * Store SIM phonebook to vCard on backup (bug #1281).
[-] * Fixed waiting for multipart messages (bug #1279).
[-] * Fixed crash on too long GPRS access point names in backup (bug #1267).
[-] * Fallback to using SMSC from phone in SMSD if none provided.
[-] * Improved guessing of HEX/GSM charsets for phone number in AT engine.

20100712 - 1.28.0

[+] * Support for adding notes using addnew command.
[-] * Better log errors when moving message in SMSD.
[!] * Removed checkfirmware command as the server is not existing anymore.
[-] * Proper closing of Bluetooth sockets on Windows (bug #1239).
[-] * Properly decode another way of MMS notification SMS.
[+] * Support for selecting USB device to use on Linux.
[-] * Fix storing text in SMS backup comment for multiline SMS.
[-] * Fixed crash when passing invalid parameters to SMS encoder.

20100629 - 1.27.95

[+] * Support for getting packet network state (bug #1220).
[-] * Fix parsing of AT replies from Nokia 2730 (bug #1224).
[-] * Nokia E61 needs encoded USSD requests (bug #1228).
[!] * Rename Port configuration directive to Device.
[-] * Try to reconnect after lost connection to MySQL error.
[-] * Actually enable -f processing in SMSD.
[+] * Configurable number of backend retries.
[-] * Prefer GSM charset for USSD requests (bug #1228).

20100603 - 1.27.94

[-] * Fixed folder detection for Nokia S40 phones (bug #1191).
[-] * Fixed smsd-inject for long messages.
[-] * Fixed waiting for more multipart messages (bug #1193).
[-] * Fixed parsing of cellid reply with different locales (bug #1202).
[-] * Fixed handling of timeouts from libusb (bug #1207).
[-] * Properly detect birthday on Nokia 2700 (bug #1213).
[-] * Provide fallback value for note type (bug #1213).
[-] * Rewritten parsing of CREG: reply to properly parse all replies (bug #1220).

20100413 - 1.27.93

[-] * Fix crash when SMS in Nokia has too many recipients (bug #1136).
[-] * Better handling of Bluetooth errors on Windows (bug #1146).
[-] * Build with -Wl,--as-needed to avoid not required dependencies.
[-] * Python module now uses more PEP-3 compliant naming.
[-] * Fix compilation while disabling some features.
[-] * Include message reference in FILES backend logs for SMSD.
[-] * Fix crash when adding file to Nokia (bug #1163).
[+] * Added function EncodePDU to python-gammu.
[-] * Fix storing message status on multiple delivery reports (bug #1167).
[-] * Force AT^SBNR support on Siemens AX75.

20100217 - 1.27.92

[+] * Write support for Siemens phonebook (bug #1129).
[-] * Properly decode UTF-8 version 3.0 vCards (bug #1132).
[-] * Fixed wrong counting of favorite messaging numbers (bug #1010).
[+] * Implement SendDTMF in Python bindings.

20100204 - 1.27.91

[-] * Add ID for Nokia 6275i (bug #1096).
[-] * Fix Windows build by not defining MSVC version.
[-] * Correctly use first entry location in MPBR (bug #1076).
[-] * Avoid buffer overrun when parsing SM30 SMS (bug #1110).
[-] * Properly detect user home directory.
[+] * Improved MMS notifications encoding.
[+] * Allow to specify MMS notification class.
[+] * Implemented decoding of MMS notification (bug #1100).
[+] * SMSD now properly groups multipart messages together.
[+] * New NULL service for SMSD.
[+] * RunOnReceive now gets environment variables with SMS data.
[-] * Fixed AT lines splitting to work properly with quotes.
[-] * Separate getting information for Motorola phones (bug #1076).
[-] * Fixed reading of Samsung contacts (bug #1105).
[-] * Re-enable classic AT commands for adding Samsung contact (bug #1105).
[+] * SMSD no longer requires support for SMS status, so it works with Nokia S40 phones.
[-] * Fix finding of empty location for some AT phones (bug #1119).
[-] * Restore phone phonebook also to phones not supporting status (bug #1122).
[-] * Avoid reading phone memory on reading SIM (bug #1123).

20100106 - 1.27.90

[-] * Simplify code in FILES smsd service.
[-] * FILES service can send smsbackup messages.
[+] * Configurable outbox format for SMSD/FILES.
[-] * Improve conversion of boolean settings from Python.
[-] * Do not use MPBR/SPBR for other than phone memory (bug #1076).
[-] * Fix crash with unknown CME error (bug #1082).
[-] * Fixed connecting to Onda devices (LP #501025).
[+] * SMSD can terminate itself after defined number of failures.
[-] * Improved decoding of SM30 Nokia messages (bug #1091).

20091222 - 1.27.0

[+] * Initial support for reading Motorola calendar (bug#338).
[-] * Avoid parsing boolean config values all around the code.
[+] * FILES backend of SMSD now support message injecting.
[-] * Ignore duplicate lines in AT reply (bug#1069).

20091212 - 1.26.93

[-] * Add ID for MTK1/MTK2 phones (bug#1051).
[+] * Add DecodePDU to Python bindings.
[+] * Added sample SQL trigger for SMSD polls.
[-] * Display sent SMS time if it is available (bug#1053).
[-] * Added bunch of new testcases.
[-] * Distinguish silent/tone alarms in own backup format.
[-] * Fixed compilation with Clang compiler.
[-] * Fixed handling of SMS memories with Samsung (bug#1063).
[+] * Reporting location based on OpenCellID database (bug#1039).

20091203 - 1.26.92

[-] * Compare full name of config section.
[-] * Add ID for Nokia 6111 (bug#1045).
[-] * Handle CME error 601 (bug#1044).
[+] * Support for reading birthday from Samsung phonebook (bug#1038).
[+] * Report GPRS state when getting network status (bug#1023).
[-] * Fix reading of Siemens phonebook (bug#1046).
[+] * Make gammu error codes map to GSM_Error.
[-] * Various code cleanups.
[-] * Add ID for Huawei E169.

20091119 - 1.26.91

[-] * Fixed parsing of vCards with lowercase types (bug #1006).
[-] * Handle forward references in Nokia phonebook (bug #1009).
[-] * Save timestamp to SMS backup for all messages.
[-] * Store PDU type in SMS backup.
[+] * More flexible handling of exclude/include lists in SMSD.
[+] * Add support for external list of exclude/include numbers (bug#1008).
[-] * Workaround decoding of messages padded by 0xFF by phone.
[-] * Force enabling of OBEX for SE S312 (bug#1016).
[-] * Recognize Motorola A1200 error replies (bug#1019).
[-] * Disable AT/Obex for Motorola A1200e (bug#1019).
[-] * Properly detect if phone does not support AT+MODE (bug#1019).
[-] * Disable AT/Obex for Motorola E790 (bug#1018).
[+] * Add option to filter messages by SMSC (bug#1020).
[-] * Implement retries when waiting for message prompt.
[-] * Fixed logic of detecting incoming calls.
[-] * Fixed loading of non ASCII messages from files in SMSD (bug#1011).
[+] * Added example showing reading of messages.
[-] * Build Windows release with Python 2.6.
[-] * Fixed compilation in MSVC because of missing S_ISDIR.
[-] * Fixed parsing of different Samsung reply (bug#1038).
[-] * Proper error code when SMSC is empty (bug#1032).
[-] * Fixed compilation of python-gammu in MSVC.

20091012 - 1.26.90

[-] * Fixed parsing of SMS with empty recipient (bug #998).
[-] * Correct setting of time on Huawei phones.
[+] * Addnew command can now change memory type being used.
[-] * Proper handling of locations and memory type in vCards.
[-] * Added IDs for several recent Sony-Ericsson phones.
[-] * Fix decoding of phone numbers in some cases (bug #999).
[-] * Replace MD5 implementation with public domain one (bug #964).
[-] * Huawei E17X has broken UCS-2, do not use it (bug #962).
[-] * Do not fail if phone does not support extended SMS params (bug #927).
[+] * Added support for Samsung calendar (bug #839).
[-] * Do not choke on OK in message text.
[-] * Add ID of Nokia 6020b (bug #1004).
[-] * Fix decoding of SMS with extended characters.
[-] * Fixed handling of DCT4 specific functions.
[-] * Add workaround for especially broken Ubinetics GDC201.

(mef)

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

Updated comms/conserver8 to 8.2.0

(mef)

2014-11-23 08:57:42 UTC MAIN commitmail json YAML

version 8.2.0 (Apr 20, 2014):
- added --with-trust-uds-cred which uses getsockopt() to fetch and
  trust the client uid, bypassing password lookups - patch by Anton
  Lundin <glance@acc.umu.se>
- missing closedir() causing memory leak - patch by Anton Lundin
  <glance@acc.umu.se>
- sending a break signal over IPMI was broken - based on patch by
  Alexander Y.  Fomichev <git.user@gmail.com>
- IPv6 support (marked as experimental at this point because it's
  untested (except by the author), there's a lack of documentation, and
  I'm hoping for non-getifaddrs() system support) - patch by Milos
  Vyletel <milos.vyletel@gmail.com>
- no more K&R compiler support

(mef)

2014-11-23 08:51:33 UTC MAIN commitmail json YAML

Updated comms/conserver8 to 8.1.20

(mef)

2014-11-23 08:51:26 UTC MAIN commitmail json YAML

Update 8.1.18 to 8.1.20
version 8.1.20 (Apr 4, 2014):
- IPMI serial over LAN support via FreeIPMI - based on patch by Anton
  D. Kachalov <mouse@yandex-team.ru>
- minor cleanup of code, removal of gcc warnings and such that should
  have no fuctional change

version 8.1.19 (Sep 26, 2013):
- prevent select/read loop when EOF on non-pty input (console) -
  reported by Chris Marget <chris@marget.com>
- "!" syntax prefixing use of group names not honored - reported by
  Zonker <consoleteam@gmail.com>
- fixed memory leak using timestamps - patch by Karvendhan M.
  <Karvendhan.M@netapp.com>
- deprecated --with-cycladests (noop now) - cross-compilation should
  work without it as autologin now expects setpgrp() to take two
  arugments instead of testing for it
- no automatic checks for an empty password when using PAM
  authentication - based on discussion with Ryan Kirkpatrick
  <linux@rkirkpat.net>
- added 'sslcacertificatefile' and 'sslcacertificatepath' client
  configuration options - based on patch by Aki Tuomi <cmouse@cmouse.fi>
- added 'sslcacertificatefile' and 'sslreqclientcert' server
  configuration options
- added --with-req-server-cert to force clients to require a certificate
  from the server when using SSL - based on emails with Thor Simon
  <tls@coyotepoint.com>
- added server-side tasks (see conserver.cf man page) that are invoked
  by the client (useful for things like IPMI-based power control of
  servers, invoking resets of terminal server ports, or anything else
  that requires scripting) - ideas from patch by Anton Lundin
  <glance@acc.umu.se> and discussion on mailing list (2011)
- added 'confirm' option to break sequences
- added 'breaklist' option to limit exposure of break sequences to
  consoles
- sending of break signals is now announced to all attached clients

(mef)

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

Updated www/p5-Apache2-AuthCookieDBI to 2.17

(mef)

2014-11-23 07:06:28 UTC MAIN commitmail json YAML

Udate 2.14 to 2.17
2.17
    - Added support for Digest::SHA::sha256/384/512_hex digests for passwords.
      This is a response to https://rt.cpan.org/Ticket/Display.html?id=79333
      which requested sha256_base64 but because base64 digests are not properly
      padded I chose to go with sha256/384/512_hex instead.

    - Quote all database column and field names in SQL queries.
      https://rt.cpan.org/Ticket/Display.html?id=79341
      Table column names may confict with sql key words

2.16 - Sun May 27 00:23:41 PDT 2012
    - Fix 'wrong method names in calls to apache request logging' for https://rt.cpan.org/Ticket/Display.html?id=77464

2.15 - Sat May 26 08:32:23 PDT 2012
    - Implemented a logger() method that uses Apache::Log
      (inspired by https://rt.cpan.org/Ticket/Display.html?id=75675)
    - Address 'Error Message Inconsistency' https://rt.cpan.org/Ticket/Display.html?id=75725
    - Address ' If user is not active, it produces 2 errors'
      https://rt.cpan.org/Ticket/Display.html?id=75724
    - Added small amount of test coverage for authen_cred()

(mef)

2014-11-23 07:04:28 UTC MAIN commitmail json YAML

Recent change on PERL5_PACKLIST (was flagged by pkglint) seems wrong, revert this part.

(mef)

2014-11-23 06:52:25 UTC MAIN commitmail json YAML

p5-Apache-Session-Wrapper (0.34) p5-Apache-Session (1.93)

(mef)

2014-11-23 06:50:06 UTC MAIN commitmail json YAML

(pkgsrc)  use ${PERL5_LICENSE} variable for LICENSE
(upstream) update 1.88 to 1.93
1.93  2014-04-12
  - even more test fixes

1.92  2014-03-08
  - more test fixes

1.91  2014-01-07 by Alexandr Ciornii, Perl 26th birthday version
  - Add a test for RT#50896
  - 99mysql.t will work more correctly in some corner cases

1.90  2013-01-27 by Alexandr Ciornii, Perl 25th birthday version
  - Allow specifying table for Oracle
  - Use Test::Database for tests

1.89  2010-09-22  by Alexandr Ciornii
  - require Digest::MD5
  - all semaphore tests were removed
  - Apache::Session::Store::File::materialize should not append to $session->{serialized}
  - Apache::Session::Store::File will flush after writing to file

(mef)

2014-11-23 06:45:08 UTC MAIN commitmail json YAML

(pkgsrc)  set LICENSE to ${PERL5_LICENSE}
(upstream) update 0.33 to 0.34
0.34    2010-05-20

- Rerelease 0.33_01 as 0.34

0.33_01  2009-12-31

- Fix user defined options handling and fix default of optional options.
  See http://rt.cpan.org/Public/Bug/Display.html?id=49561.
- Trap possibly clobbered $@.
- New maintainer.

(mef)

2014-11-23 06:39:36 UTC MAIN commitmail json YAML

Explicitly disable libdbi

(markd)

2014-11-23 06:35:29 UTC MAIN commitmail json YAML

Updated www/p5-Apache2-AuthCookie to 3.22

(mef)

2014-11-23 06:35:21 UTC MAIN commitmail json YAML

(pkgsrc)
  pkglint flags and follow the two similar packages:
  -PERL5_PACKLIST=                auto/Apache/AuthCookie/.packlist
  +PERL5_PACKLIST=                auto/Apache2/AuthCookie/.packlist
(upstream)
- Update 3.18 to 3.22
3.22  2014-05-07

3.21  2014-05-07
  - Bad release - deleted

3.20  2013-12-09
  - login_form: return OK for mobile IE 10, which also ignores content for
    FORBIDDEN response.
  - test .pl registry scripts: do not try to load mod_perl.pm
  - escape html tags in destination.
  - fix abstract in FAQ pod.

3.19  2012-12-28
  - split out CGI data handling into ::AuthCookie::Params modules
  - use Apache::Request/Apache2::Request from libapreq if available. Otherwise,
    fall back to CGI.pm for handling CGI data.
  - improve "removed cookie" debug log message
  - add dependencies: autobox, Class::Load
  - allow username to be '0'
  - login_form: return OK for SymbianOS, which ignores content for FORBIDDEN responses.
  - add login_form_status() to override HTTP status returned by login form
  - recognize_user: return DECLINED if user is not recognized

(mef)

2014-11-23 06:14:30 UTC MAIN commitmail json YAML

Updated chat/riece to 9.0.0nb1

(mef)

2014-11-23 06:13:37 UTC MAIN commitmail json YAML

2014-11-23 06:08:37 UTC MAIN commitmail json YAML

Updated mail/mailcrypt to 3.5.9

(mef)

2014-11-23 06:08:29 UTC MAIN commitmail json YAML

Noteworthy changes in Mailcrypt version 3.5.9:

* GPG stdout buffer is now put into multibyte mode even when emacs is using
  unibyte mode in general (such as under 'standard-display-european'). This
  should fix the "inserts \201 before non-ascii characters" bugs
  (SF#496157, SF#501891, possibly others). A test case was added to catch
  these bugs in the future.

* new remailer support for modern mixmaster and mixminion clients, which
  send the message directly rather than modify the emacs buffer and
  allowing the user to send the message through their emacs MUA mode.

** added "mc-default-remailer-scheme" to choose which remailer method you
    want to use: type1, mixmaster, or mixminion. [C-c / r] now does a
    remailer-scheme -specific function. Various MUA modes can behave
    differently if they wish.

* Added support for PGP 6.5, generously contributed by Derek Atkins.

* Added support for the Wanderlust MUA mode.

* Support GNU Emacs 23.

(mef)

2014-11-23 06:06:49 UTC MAIN commitmail json YAML

Explicitly disable pulse so that doesn't accidently detect.

(markd)

2014-11-23 06:05:48 UTC MAIN commitmail json YAML

Updated print/auctex to 11.88

(mef)

2014-11-23 06:05:39 UTC MAIN commitmail json YAML

https://www.gnu.org/software/auctex/manual/auctex/Changes.html
News in 11.88

  * TeX-PDF-mode is now enabled by default.
  * Now TeX-previous-error works with TeX commands if the new option
    TeX-parse-all-errors is non-nil, which is the default. When this option is
    non-nil, an overview of errors and warnings reported by the TeX compiler
    can be opened with M-x TeX-error-overview <RET>. See Debugging, for
    details.
  * Style file authors are encouraged to distinguish common from expert macros
    and environments, and mark the latter using TeX-declare-expert-macros and
    LaTeX-declare-expert-environments.

    Users can then restrict completion using TeX-complete-expert-commands.

  * Management of LaTeX package options in the parser was improved. You might
    need to reparse your documents, especially if you loaded the ?babel?
    package with language options.
  * Now you can insert ?$...$? or ?\(...\)? by typing a single $. To do this,
    customize the new option ?TeX-electric-math?. TeX-math-close-double-dollar
    was removed. See Quotes, for details.
  * C-c <RET> documentclass <RET> completes with all available LaTeX classes,
    if the TeX-arg-input-file-search variable is non-nil. Completion for class
    options of the standard LaTeX classes is provided as well.
  * New user options LaTeX-default-author, LaTeX-fontspec-arg-font-search,
    LaTeX-fontspec-font-list-default, TeX-date-format, and
    TeX-insert-braces-alist. A new possible value (show-all-optional-args) for
    TeX-insert-macro-default-style was added. The default value of
    TeX-source-correlate-method has been changed.
  * ?biblatex? support was greatly expanded. If parsing is enabled, AUCTeX
    looks at ?backend? option to decide whether to use Biber or BibTeX. The
    LaTeX-biblatex-use-Biber variable was changed to be file local only and is
    no more customizable.
  * With some LaTeX classes, the default environment suggested by
    LaTeX-environment (C-c C-e) when the current environment is ?document? was
    changed. With ?beamer? class the default environment is ?frame?, with
    ?letter? it is ?letter?, with ?slides? it is ?slide?.
  * Brace pairing feature was enhanced in LaTeX documents. Support for ?\bigl?,
    ?\Bigl?, ?\biggl? and ?\Biggl?, the same as the one for ?\left?, was added
    to TeX-insert-macro. For example, C-c <RET> bigl <RET> ( <RET> inserts ?\
    bigl(\bigr)?.

    You can insert brace pair ?()?, ?{}? and ?[]? by typing a single left brace
    if the new user option LaTeX-electric-left-right-brace is enabled.

    Macros ?\langle?, ?\lfloor? and ?\lceil?, which produce the left part of
    the paired braces, are treated similarly as ?(?, ?{? and ?[? during the
    course of TeX-insert-macro. See Quotes, for details.

  * Support for dozens of LaTeX packages was added.
  * Tabular-like environments (tabular, tabular*, tabularx, tabulary, array,
    align, ...) are indented in a nicer and more informative way when the
    column values of a table line are written across multiple lines in the tex
    file.
  * The suitable number of ampersands are inserted when you insert array,
    tabular and tabular* environments with C-c C-e. Similar experience is
    obtained if you terminate rows in these environments with C-c <LFD>. It
    supplies line break macro ?\\? and inserts the suitable number of
    ampersands on the next line.

    Similar supports are provided for various amsmath environments.

    See Tabular-like, for details.

  * Commands for narrowing to a group (TeX-narrow-to-group) and to LaTeX
    environments (LaTeX-narrow-to-environment) were added.
  * Now arbitrary options can be passed to the TeX processor on a per file
    basis using the TeX-command-extra-options option. See Processor Options,
    for details.
  * Now C-c C-e document <RET>, in an empty document, prompts for ?\usepackage?
    macros in addition to ?\documentclass?.
  * TeX-add-style-hook has now a third argument to tell AUCTeX for which
    dialect (LaTeX, Texinfo or BibTeX) the style hook is registers. Labelling
    style hook by dialect will avoid applying them not in the right context.
  * There have been lots of bug fixes and feature additions.

(mef)

2014-11-23 06:00:01 UTC MAIN commitmail json YAML

Updated mail/gnus to 5.10.10

(mef)

2014-11-23 05:59:46 UTC MAIN commitmail json YAML

(pkgsrc)
  Convert patches (for DESTDIR) to SUBST framework
(upstream)
  update 5.10.8 to 5.10.10
2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>

* README: Gnus v5.10.10 is released.

2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>

* GNUS-NEWS (Installation changes): Mention that spaces and tabs are
allowed in the installation directory name.

* Makefile.in (datarootdir): Define.

* aclocal.m4 (AC_PATH_LISPDIR): Quote directory name that might contain
whitespace.

* configure: Regenerate.

* mkinstalldirs: Replace it with the 2006-05-11.19 version.

2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS (incoming mail files): Add version.

2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS: Update for change of `mail-source-delete-incoming'.

2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>

* Update copyright years.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

* README: Bump version to 5.10.9.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (RELEASE_COMMIT_FILES): Add etc/ChangeLog.
(release-check-settings): Add release-add-changelog
(release-bump-version): Add check for CODENAME_TO_STABLE.  Split off
release-add-changelog.
(release-add-changelog): New target.  Separate some commands from
release-bump-version.  Add etc/ChangeLog.
(release-diff-commit-files): New target.
(RELEASE_COMMIT_FILES): Reorder files.

2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>

* COPYING: GPLv3 from Emacs repository.

2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (SED_I, CODENAME_PATTERN): New.
(OLD_PATTERN): Adjust.
(release-bump-version): Use new variables.  Allow going from
development version to release.

2007-10-27  Alexander Solovyov  <piranha@piranha.org.ua>  (tiny change)

* make.bat: Initial check didn't work if path contained spaces.

2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (release-bump-version): Adjust version
in (gnus)Troubleshooting.

2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>

        * Relicense "GPLv2 or later" files to "GPLv3 or later".

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

* Makefile.in (COMMIT_STRING): New variable.
(release-bump-version): Use it.
(bump-version, bump-version-commit): New targets.

2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>

* GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
texi/gnus-news.el of the trunk.

2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>

* make.bat (:etc): Simplify.

2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>

* make.bat: Use "echo *" to clarify the output.
(:lisp, :infotest): Avoid "not found" errors
(:etc): Remove etc\gnus.  Be more verbose.

(mef)

2014-11-23 00:43:57 UTC MAIN commitmail json YAML

Use -Wl,-R instead of just -R to avoid breaking the build on FreeBSD.
>From Dennis Lindroos in PR 49375.

(dholland)

2014-11-23 00:06:28 UTC MAIN commitmail json YAML

2014-11-23 00:05:30 UTC MAIN commitmail json YAML

Add distfile patch:
- pass -Wall, use <ctype.h> correctly, use standard headers, etc.
- fix up illegal printf usage (existing behavior was undefined)
- roll in the bug fix from patch-ac
- declare own functions properly, avoiding LP64 issues

Bump PKGREVISION as some of this fixes bugs.

Prompted by (and includes changes from) PR 49347 from Rob Quinn.

(dholland)

2014-11-22 22:20:45 UTC MAIN commitmail json YAML

note ircII 20141122 update.

(mrg)

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

update ircII to 20141122.  main change is to revert the broken resize code.

(mrg)

2014-11-22 20:49:59 UTC MAIN commitmail json YAML

Use EXPORT_SYMBOLS_LDFLAGS as suggested by joerg in PR pkg/37855.

(bsiegert)

2014-11-22 20:34:34 UTC MAIN commitmail json YAML

2014-11-22 20:01:57 UTC MAIN commitmail json YAML

Unbreak non-macos build after previous.

(dholland)

2014-11-22 16:34:18 UTC MAIN commitmail json YAML

Note bootstrap-mk-files update, PR pkg/48966.

(bsiegert)

2014-11-22 16:32:13 UTC MAIN commitmail json YAML

Do not use gcc-specific compiler flags on Mac OS versions that come with
clang. Update version for bootstrap-mk-files.

Patch provided by Todd Kover in PR pkg/48966.

(bsiegert)

2014-11-22 16:02:41 UTC MAIN commitmail json YAML

Updated lang/tcl to 8.6.3; x11/tk to 8.6.3

(adam)

2014-11-22 15:58:45 UTC MAIN commitmail json YAML

Changes 8.6.3:
Cocoa: Crash after [$button destroy]
Cocoa: button and scroll display fixes
Cocoa: improved drawing performance
Phony button clicks from browsers to plugin
[text] elide changes advance epoch
fix PNG transparency appearance
Win: updated file dialogs
OSX: Improved ttk notebook tab metrics for Yosemite
[scale -digits $bigValue] segfault
[scale] handling of negative resolution

(adam)

2014-11-22 15:57:17 UTC MAIN commitmail json YAML

Changes 8.6.3:
Correct Method Search Order
Regression [lreplace {} 1 1]
Crash regression in [oo::class destroy]
Regress [regsub -all {\(.*} a(b) {}]
[try {} on ok {} - on return {} {}] panic
[tcl::unsupported::getbytecode] disassember
[string cat] bytecode optimization
segfault in mangled bytecode
Hang in some [read]s of limited size
segfault in [array set] of traced array
MSVC14 compile support
[fcopy] treats [blocked] as error
regression in Tcl_Write() interface
fix [gets] on non-blocking channels
restore [open comX: r+]
Restore [lappend v] return value
Stop forcing EOF to be permanent

(adam)

2014-11-22 15:45:41 UTC MAIN commitmail json YAML

Declare MACOSX_DEPLOYMENT_TARGET for versions from 10.3 to 10.5 to fix
the build.

Patch provided by Sevan Janiyan in PR pkg/49394.

(bsiegert)

2014-11-22 15:34:06 UTC MAIN commitmail json YAML

Updated ham/xnec2c to 3.1

(mef)

2014-11-22 15:33:58 UTC MAIN commitmail json YAML

Update 3.0 to 3.1
Version 3.1:
I have made several changes to the code that renders wire frame
drawings and displays some data, like the projection parameters
(azimuth and elevation of the structure and the radiation pattern) and
gain values. This has resulted in a faster and smoother animation of
these drawings and reduced workload on the processor during dragging
of these images.  I have also reduced the default minimum size of
xnec2c's windows, as I had reports that they would not fit in the
displays of some laptops or monitors, with resolutions on the lower
side.

(mef)

2014-11-22 14:59:59 UTC MAIN commitmail json YAML

Unbreak help2man build on Mac OS X Tiger. Put the localized info pages
into the "nls" option.

PKGREVISION++.

Patch provided by Sevan Janiyan in PR pkg/49059.

(bsiegert)

2014-11-22 14:58:51 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 1.300016

(mef)

2014-11-22 14:58:43 UTC MAIN commitmail json YAML

Update 1.300014 to  1.300016
1.300016  2014-10-10 22:54:00-04:00 America/New_York
        - no changes since 1.300015, just made non-trial release

1.300015  2014-09-12 22:01:37-04:00 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK YOUR CODE]
        - version 1.300008 was meant to rewrite line endings when sending to
          sendmail, but the change was not effective; it has been fixed

(mef)

2014-11-22 14:53:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MessageID to 1.405

(mef)

2014-11-22 14:52:55 UTC MAIN commitmail json YAML

Update 1.402 to 1.405
1.405    2014-05-09 22:28:43-04:00 America/New_York
          minor tweaks to how message-id local part is generated

1.404    2014-01-13 23:04:43-05:00 America/New_York
          no changes since previous release

1.403    2013-08-13 09:11:47 America/New_York
          [This might break your code]
          no longer a subclass of Email::Address!

(mef)

2014-11-22 14:50:23 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Folder to 0.859

(mef)

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

Update 0.857 to 0.859
0.859    2014-09-16 18:29:32-04:00 America/New_York
        - all the changes in this release contributed by Pali Roh叩r
        - support for mboxcl and mboxcl2
        - add ability to read from a filehandle
        - add next_from and next_messageref methods

0.858    2014-01-07 10:54:18-05:00 America/New_York
          typo fixes in docs (thanks, Florian Schlichting)

(mef)

2014-11-22 14:47:19 UTC MAIN commitmail json YAML

Updated mail/p5-Catalyst-View-Email to 0.34

(mef)

2014-11-22 14:47:11 UTC MAIN commitmail json YAML

Update 0.33 to 0.34
0.34    2014-05-17
        - switched from Class::MOP::load_class to Module::Runtime::require_module per
          cf. https://rt.cpan.org/Public/Bug/Display.html?id=91013
        - canonical repo now on github as noted in Makefile.PL
        - typo fix per https://rt.cpan.org/Public/Bug/Display.html?id=87370
        - packaged with /usr/bin/gnutar on OSX
          cf. https://rt.cpan.org/Public/Bug/Display.html?id=83970

(mef)

2014-11-22 14:28:06 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Simple to 2.203

(mef)

2014-11-22 14:27:57 UTC MAIN commitmail json YAML

(upstream) Update 2.202 to 2.203
2.203    2014-02-14 21:56:14-05:00 America/New_York
        - translate vertical whitespace in headers into horizontal whitespace,
          with a warning

(mef)

2014-11-22 11:55:01 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-others to 1.3.6

(obache)

2014-11-22 11:54:50 UTC MAIN commitmail json YAML

Update ibus-table-others to 1.3.6.

* Fix a typo in compose.txt (#12)

(obache)

2014-11-22 05:13:31 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.10012

(wen)

2014-11-22 05:11:50 UTC MAIN commitmail json YAML

Update to 0.10012

Upstream changes:
0.10012 2014-10-05 21:22 (UTC)
    - Fix tests tickling deficient threads on perl 5.10.0

0.10011 2014-09-26 11:24 (UTC)
    - Soft-depend on newer (bugfixed and *simpler*) Class::XSAccessor 1.19
    - More robust threading tests

(wen)

2014-11-22 04:15:14 UTC MAIN commitmail json YAML

+ dbmail-3.2.0
+ dk-milter-1.0.2 [wip]
+ py-trytond-stock-3.4.0
+ squeak-4.5

(mef)

2014-11-22 03:52:58 UTC MAIN commitmail json YAML

Updated mail/gmime20 to 2.2.27

(mef)

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

(pkgsrc)  remove patch-aa (fix applied)
(upstream) update 2.2.25 to 2.2.27
2011-03-07  Jeffrey Stedfast  <fejj@novell.com>
* configure.in: Bumped version to 2.2.27

* gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Treat EXPSIG,
EXPKEYSIG, and REVKEYSIG the same as GOODSIG/BADSIG status
messages in that all of them denote a new signer info.

* gmime/gmime-stream-mem.c (stream_write): Correctly calculate the
end boundary of the stream when bound_end is -1.

* gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Fixed to take into
acount the possibility of having to force-wrap lines at 72+
characters.
(GMIME_UUENCODE_LEN): Fixed to prevent possible buffer overflows.

2010-03-26  Jeffrey Stedfast  <fejj@novell.com>
* configure.in: Bumped version to 2.2.26

2010-03-26  Jeffrey Stedfast  <fejj@novell.com>
Fixes for bug #613653

* gmime/gmime.c (g_mime_init): Initialize GMimeObject's type
registry.
(g_mime_shutdown): Shut it down here.

* gmime/gmime-object.c (g_mime_object_type_registry_init): Renamed
a bit and fixed to not use g_atexit(). Also made internal-public.
(g_mime_object_type_registry_shutdown): Renamed and made
internal-public.
(g_mime_object_register_type): Don't init the type system anymore.
(g_mime_object_new_type): Same here.

(mef)

2014-11-22 03:47:41 UTC MAIN commitmail json YAML

Updated mail/gmime to 2.6.20

(mef)

2014-11-22 03:47:33 UTC MAIN commitmail json YAML

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.20

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-parser.c (parser_scan_content): Improved performance
by using a SIMD hack when scanning for the end of a line.

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (message_remove_header): Don't clear the
mime_part header stream unless we actually remove a header.
(message_write_to_stream): Only add nwritten to the total if we've
written a MIME-Version header.

2013-12-29  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-object.c
(g_mime_object_set_content_disposition_parameter): Unref the
disposition. Thanks to Mario Theodoridis for this patch.

2013-11-02  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (write_references): Don't write out 2
spaces between the ':' and the first message-id. Fixes bug
#711305.

2013-10-19  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.19

2013-09-29  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (write_references): Custom writer for
References headers so that individual msgid tokens do not get
folded. Fixes bug #709031.

2013-09-26  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime.c (g_mime_init): Initialize the mutexes
earlier. Fixes bug #708818.

2013-09-15  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.18

2013-08-21  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-part.c (write_content): Reset the content stream
after writing it.

2013-08-14  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-html.c (citation_depth): Fixed an ABR by
passing in an inend parameter.

2013-08-12  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-stream-file.c (g_mime_stream_file_new_for_path): New
convenience function that handles opening the file for you.

* gmime/gmime-stream-fs.c (g_mime_stream_fs_new_for_path): New
convenience function that handles opening the file for you.

2013-08-11  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-message.c (g_mime_message_set_reply_to): Fixed this
function to parse the reply_to string just like
g_mime_message_set_sender() does so that the reply_to field can be
guaranteed to be in UTF-8.

* gmime/*.c: Updated API documentation for functions taking or
returning strings to clarify whether the strings should be in
UTF-8 or not.

2013-08-10  Jeffrey Stedfast  <fejj@gnome.org>
* mono/GMime.metadata: Various fixups to get rid of warnings.

* gmime/gmime.c (g_mime_init): Don't call g_type_init() if glib >=
2.35.1

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/internet-address.c (decode_address): Properly deal with
obsolete routing information.

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.17

2013-08-08  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-parser.c (parser_content_type): If no Content-Type
header exists and the parent is a multipart/digest, default to
message/rfc822 instead of text/plain.
(parser_construct_leaf_part): If the Content-Type header didn't
exist, use the default content-type values instead of assuming
text/plain.

2013-08-07  Jeffrey Stedfast  <fejj@gnome.org>
According to Rfc2046 Section 5.1.1, boundary markers may optionally
be followed by lwsp.

* gmime/gmime-parser.c (is_boundary): New convenience function to
check that the text matches a boundary, possibly followed by lwsp.
(check_boundary): Use is_boundary().
(found_immediate_boundary): Use is_boundary().

Fixes bug #705612

2013-07-02  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-stream-cat.c (stream_substream): Fixed to properly
handle a 0-byte substream at the end of the very last source
stream. Fixes bug #701572.

2013-06-30  Jeffrey Stedfast  <fejj@gnome.org>
* configure.ac: Bumped version to 2.6.16

2013-06-30  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-gpg-context.c (gpg_ctx_set_mode):
GPG_CTX_MODE_SIGN_ENCRYPT also requires a passphrase.

2013-05-05  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-best.c (filter_filter): Reset the linelen
state to 0 when we encounter a '\n'.

2013-05-04  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-part-iter.c: Modified to work for non-multipart
messages.

2013-05-04  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-utils.c (rfc2047_encode): Respect the new
GMIME_ENABLE_USE_ONLY_USER_CHARSETS initialization flag.

* gmime/gmime.h: Define a new GMIME_ENABLE_USE_ONLY_USER_CHARSETS
initialization flag.

2013-04-05  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-utils.c (header_fold_tokens): New internal function
that replaces the older header_fold() function. This new one uses
the rfc2047 tokenizer so that we share the same rfc2047 workaround
logic in the tokenizer.

Fixes bug #697407

2013-02-23  Jeffrey Stedfast  <fejj@gnome.org>
* gmime/gmime-filter-html.c: Disable g_warnings unless warnings
are enabled in the build.

(mef)

2014-11-22 03:09:55 UTC MAIN commitmail json YAML

+evolution-exchange-3.5.2

(mef)

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

Updated mail/dnsbl-milter to 6.44

(mef)

2014-11-22 03:07:12 UTC MAIN commitmail json YAML

(upstream) update 6.40 to 6.44
6.44 2014-10-13 Generic regex now matches against the reverse dns PTR value
6.43 2014-07-18 Allow broken SRS0+ rather than the correct SRS0= tag.
6.42 2014-06-28 Never add auto-whitelist entries for outgoing mail from localhost.
6.41 2014-03-21 Unique ip connection limits only apply to authenticated connections.

(mef)

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

Replace perl interpreter in one more file.

(wiz)

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

Updated mail/avenger to 0.8.4

(mef)

2014-11-22 03:01:52 UTC MAIN commitmail json YAML

Remove path to non-existing file, and fix path to existing one.

(wiz)

2014-11-22 03:01:33 UTC MAIN commitmail json YAML

(pkgsrc)
  - Add comment for patch-util_avutil.h  (from commit log)
  - Remove patches, found the same change incorporated:
      patches/patch-libasync_itree.h
      patches/patch-libasync_qhash.h
      patches/patch-libasync_vec.h
(upstream)
  - update 0.8.2 to 0.8.4

* Changes in release 0.8.4
  - Switch to new resolver library interface, as previous way of
    reloading resolv.conf is no longer compatible with glibc.
  - Set IP_FREEBIND option if available.
  - Added systemd avenger.service file.
* Changes in release 0.8.3
  - Updated to work with gcc 4.7.

(mef)

2014-11-22 01:36:52 UTC MAIN commitmail json YAML

Updated mail/bogofilter to 1.2.4

(mef)

2014-11-22 01:36:43 UTC MAIN commitmail json YAML

1.2.4 2013-07-01 (released)

2013-06-28
* Fix three crashes in command line and environment variable parsers
  that caused NULL pointer dereferences with long option variants
  of bogofilter --syslog-tag, or bogoutil --timestamp-date, or when
  bogotune -M<file> cannot derive the bogofilter directory.
  Reported by Alexandre Rebert, found with Mayhem tool.

* Add getopt_long_chk(), a getopt_long variant that checks if the
  overlapping short and long options agree on whether their argument
  is not required, mandatory, or optional.  If they disagree, the
  program aborts.

* Fix a crash in command line parser that causes a NULL pointer
  dereference when --db-cachesize is used without argument.
  Found with getopt_long_chk().

2013-01-20
* Change lexer API/ABI a bit so as to work with flex 2.5.36 generated
  lexers (for instance, on Fedora 18 "Spherical Cow") that flip the
  type of yyleng from int to size_t. We use a signed long internally.

2012-12-30
* The bogofilter project was updated to the new SourceForge.net
  platform. This has caused the URLs to change. Use one of these
  commands for a read-only checkout:
  svn checkout svn://svn.code.sf.net/p/bogofilter/code/trunk bogofilter
  svn checkout http://svn.code.sf.net/p/bogofilter/code/trunk bogofilter

  And developers would use, replacing joe by their sf.net login:
  svn checkout --username=joe svn+ssh://m-a@svn.code.sf.net/p/bogofilter/code/trunk bogofilter

2012-12-03
* Add bogofilter-SA-2012-01 (CVE-2012-5468).
* Fix XML form of Bulgarian FAQ so that it validates;
  and validate XHTML at build time.
* Mark Berkeley DB 5.2.42 and 5.3.21 supported.

(mef)

2014-11-22 01:26:24 UTC MAIN commitmail json YAML

2014-11-22 01:26:09 UTC MAIN commitmail json YAML

- 5.9.3 | 2014-09-17
  - compatibility w/ RCS 2.x file format dropped

    This was presaged w/ RCS 5.9.0 (released 2013-05-06), below.
    Effectively, the configure script no longer supports option
    â<80><98>--enable-compat2â<80><99>, and RCS programs will fail, reporting a
    syntax error, if given a comma-v file in 2.x format.

  - bug fixes

    - crash on co/ci without changes on a branch

      RCS 5.8 (released 2011-08-30) introduced a bug whereby a ci
      without changes (i.e., reversion) on a branch would crash,
      leaving a temporary files and corrupted comma-v file as well.
      This regression is now fixed.  See tests/t804, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-01/msg00000.html

    - file corruption using stdio under Cygwin, Darwin

      RCS 5.8 (released 2011-08-30) introduced a bug when using stdio
      (e.g., with env var â<80><98>RCS_MEM_LIMITâ<80><99> set to "0") under Cygwin
      whereby ci with a sufficiently large working file would silently
      write a truncated comma-v file.  See tests/t805, and also:
      http://lists.gnu.org/archive/html/bug-rcs/2014-06/msg00000.html

      (Although the bug was initially discovered under Cygwin, the
      Hydra project reported the same problem for Darwin.)

  - portability fixes

    - don't recurse on `main'

      This is for the sake of Cygwin "make check".  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00015.html

    - avoid C99 VLA elems in func decl, sometimes

      This is for the sake of Solaris 10 + GCC 3.4.3.  See:
      http://lists.gnu.org/archive/html/bug-rcs/2014-08/msg00002.html

  - new diff/diff3 cross-compilation support

    The configure script now assigns "optimistic defaults" to some
    diff/diff3-related vars when cross-compiling and invoked with
    vars â<80><98>DIFFâ<80><99> and â<80><98>DIFF3â<80><99>.  See README.

  - maintenance tools updated
    - automake (GNU automake) 1.14.1
    - gnulib-tool (GNU gnulib 2014-09-16 19:26:48) 0.1.222-aa0c2

(mef)

2014-11-21 23:22:18 UTC MAIN commitmail json YAML

2014-11-21 23:00:10 UTC MAIN commitmail json YAML

Updated audio/libdiscid to 0.6.1

(mef)

2014-11-21 22:59:47 UTC MAIN commitmail json YAML

(pkgsrc)
- delete patch-ab, NetBSD support improved since 0.5.1
(upstream)
- Update 0.5.0 to 0.6.1

libdiscid ChangeLog:
--------------------
libdiscid-0.6.1:
- LIB-59: windows: fix bug preventing ISRC reads

libdiscid-0.6.0:
- LIB-41: add discid_get_troc_string() for fuzzy toc lookup
- LIB-54: add libmusicbrainz example with fuzzy toc lookup
- LIB-43: windows: the default drive is the first cd drive letter
- LIB-45: Linux/BSD/Solaris: try several possible default device names
- LIB-28: Mac: allow drive numbers as devices, default now "1"
- LIB-55, LIB-56: allow drive numbers for Windows and Linux
- LIB-53: discid_get_submission_url() returns the new NGS url
          currently no functional change, the old url was redirected
- LIB-52: more validation for parameters of discid_put()
- LIB-48: assert successful read/put when API is used
- the discisrc example prints the name of the device usedp

libdiscid-0.5.2:
- LIB-51: fix ISRC reading on Mac OS X again
- LIB-50: fix segfault in mb_disc_load_toc on Solaris
- LIB-26: add a better test suite, including valgrind memcheck target
- print time information in the discid example

libdiscid-0.5.1:
- LIB-40: discid_get_webservice_url() (web service version 1) is deprecated
          please use libmusicbrainz to gather metadata by disc ID
- LIB-7:  rewrote data track handling, releases with multiple data tracks
          This also fixes LIB-18 (no ID for DVDs) and LIB-9 (PS/PS2 CDs)
- LIB-44: fix invalid disc IDs on first read of multi-session discs
- LIB-37: Autotools optimization (non-recursive build etc.)
- LIB-42: remove Windows 9x platform code
- renamed openbsd platform code to netbsd, still used by both.

(mef)

2014-11-21 22:59:45 UTC MAIN commitmail json YAML

2014-11-21 22:53:55 UTC MAIN commitmail json YAML

oops, it took me 5 days to get here, didnt realize markd had fixed it first

(jmcneill)

2014-11-21 22:51:43 UTC MAIN commitmail json YAML

Relinquish maintainership for this demon package I don't even use anymore.

(schmonz)

2014-11-21 22:50:42 UTC MAIN commitmail json YAML

Generating curl_authopt.h from recent curl headers produces a
spurious '},' on a line all by itself. Patch our patch to the bundled
patch to add one more sed invocation to clear any such lines.

(schmonz)

2014-11-21 22:16:55 UTC MAIN commitmail json YAML

Clang disallows use of initializer list here, so go with copy assignment
from default constructed object.

(joerg)

2014-11-21 22:14:52 UTC MAIN commitmail json YAML

2014-11-21 22:14:33 UTC MAIN commitmail json YAML

MPRIS2 is an optional dependency and disabled by default, so remove it
from the PLIST. Bump revision.

(joerg)

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

Added devel/afl version 0.62b

(wiz)

2014-11-21 21:40:24 UTC MAIN commitmail json YAML

2014-11-21 21:37:30 UTC MAIN commitmail json YAML

Import afl-0.62b as devel/afl.

American Fuzzy Lop is a brute-force fuzzer coupled with an exceedingly
simple but rock-solid instrumentation-guided genetic algorithm. It
uses an enhanced form of edge coverage to easily detect subtle,
local-scale changes to program control flow, without being bogged
down by complex comparisons between multiple long-winded execution
paths.

(wiz)

2014-11-21 15:47:26 UTC MAIN commitmail json YAML

Updated audio/libmikmod to 3.3.7; audio/mikmod to 3.2.6

(adam)

2014-11-21 15:45:24 UTC MAIN commitmail json YAML

Changes 3.2.6:
- Fix curses linkage on some setups. (add -ltinfo if necessary.)
- Windows version now relies on %USERPROFILE% instead of %HOME%
  for its config and playlist.
- The dos version doesn't check %HOME% anymore and simply uses C:
  for its config and playlist.
- Support for AmigaOS and its variants like MorphOS, AROS. (thanks
  to Szilard Biro for lots of help.)
- Build system configuration and packaging simplifications, tidy-ups.
- Configury: fix link tests for older binutils.
- Cmake updates and improvements. Several makefile clean-ups.
- Several portability tweaks.
- Fix some OS/2 bit rot. (for nostalgia...)
- Removed ancient convert_playlist script which used to supposed
  to convert pre-ancient mikmod playlists. Documentation updates.

(adam)

2014-11-21 15:44:28 UTC MAIN commitmail json YAML

Changes 3.3.7:
- Android support, thanks to Radovan Cervenka, with the OpenSL ES
  driver adapted from the old libmikmod-android project.
- Support for AmigaOS and its variants like MorphOS, AROS, and a new
  AHI driver thanks to Szil叩rd Bir坦.
- Build system configuration and packaging simplifications, tidy-ups.
- Several portability tweaks.
- New PSP driver. (untested. suggested by Jon Daniel, based on older
  ports from pspdev.)
- Fix some OS/2 bit rot. (for nostalgia...)

(adam)

2014-11-21 14:54:28 UTC MAIN commitmail json YAML

+ fastjar-0.94 [wip]
+ gnuradio-core-3.7.5.1 [wip]
+ idutils-4.6 [wip]
+ libdiscid-0.6.1 [wip]
+ revbump-2.10rc1 [wip]
+ ruby-review-1.4.0 [wip]
+ xlog-2.0.12 [wip, tolower problem]

(mef)

2014-11-21 14:15:20 UTC MAIN commitmail json YAML

ARM assembler glue needs either Thumb or ARMv6 with emulation for one
Thumb instruction. Go with FreeBSD and use the latter.

(joerg)

2014-11-21 14:13:51 UTC MAIN commitmail json YAML

Fix build on !Linux ARM platforms. Ignore the existance of CRAY for now,
if someone really have one which is broken in this regard, it should use
normal offsetof...

(joerg)

2014-11-21 14:11:19 UTC MAIN commitmail json YAML

Just because GAS accepts something doesn't make it valid syntax.

(joerg)

2014-11-21 13:47:54 UTC MAIN commitmail json YAML

Updated audio/ncmpc to 0.24

(mef)

2014-11-21 13:47:47 UTC MAIN commitmail json YAML

(pkgsrc)
- Add comment on patch-ae (from commit log)
- Remove patch-ad, patched line (file) no longer exists

(upstream) Update 0.21 to 0.24
ncmpc 0.24 - (2014-07-14)
* fix crash on "jump" (hotkey ".")
* save keys to path specified by --key-file

ncmpc 0.23 - (2014-07-10)
* fix broken l10n in out-of-tree builds

ncmpc 0.22 - (2014-06-09)
* rename "playlist" to "queue"
* remove useless "Connected to ..." message
* require libmpdclient 2.3, MPD 0.16
* patched color line-flags
* configuration option "search-format"
* remove broken leoslyrics plugin
* show audio format in song screen

(mef)

2014-11-21 12:22:54 UTC MAIN commitmail json YAML

Updated audio/gtick to 0.5.4

(mef)

2014-11-21 12:22:46 UTC MAIN commitmail json YAML

gtick 0.5.4, 2014-07-27, Roland Stigge <stigge@gnu.org>
* Added Hungarian translation
* Fixed Makefle.am: application -> applications directory name

gtick 0.5.3, 2014-06-22, Roland Stigge <stigge@gnu.org>
* Updated Brazilian Portuguese, Finnish, Russian and Ukrainian
  translations
* Added appdata file
* Updated GNU build infrastructure files
* glib and yacc API adjustments
* Include and install desktop and icon files

(mef)

2014-11-21 12:10:43 UTC MAIN commitmail json YAML

Updated chat/cgiirc to 0.5.11

(mef)

2014-11-21 12:10:35 UTC MAIN commitmail json YAML

CGI:IRC 0.5.11
There's a new release out, including various browser bug fixes.

    Key handling fixes for WebKit, removed outline for Chrome.
    Made it more obvious when the stream is disconnected.
    Optional support for smilies (see cgiirc.config.full and docs/smilies.conf.example)

Date: 24 September 2013 Author: dgl

(mef)

2014-11-21 12:02:27 UTC MAIN commitmail json YAML

Updated chat/centerim to 4.22.10

(mef)

2014-11-21 12:02:02 UTC MAIN commitmail json YAML

(pkgsrc)
- remove patches/patch-ad. #include <utmp.h> does not exist any more.
(upstream)
- Update 4.22.9 to 4.22.10

2010-10-26  Roger  <roger@jikos.cz>
Disable standard printf() redefinition in yahoo_util.h Should fix #165

2010-10-23  Boris Petersen  <transacid@gmail.com>
Fix for CVE-2009-3720 in libjabber's xml parser

2010-10-19  Roger  <roger@jikos.cz>
Updated po files
Merge branch 'mob' of git+ssh://repo.or.cz:22/srv/git/centerim into mob
Yahoo - disable conference and file transfer support (it doesn't work anyway)
Propper authorization and buzz events

2010-10-19  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-19  Roger  <roger@jikos.cz>
Yahoo - add buddy authentication

2010-10-11  Roger  <roger@jikos.cz>
Add missing initialization to get rid of some valgrind warnings

2010-10-07  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-07  Roger  <roger@jikos.cz>
Yahoo - implement missing callback stubs

2010-10-05  Boris Petersen  <transacid@gmail.com>
updated po files

2010-10-05  Roger  <roger@jikos.cz>
Yahoo - implement missing callbacks

2010-10-04  Roger  <roger@jikos.cz>
fix GNUTLS connection

2010-10-02  Roger  <roger@jikos.cz>
connwrap - initialize gnutls session in cw_connect
connwrap - don't deinit gnutls session in cw_nb_connect on error, it's done in delsock

2010-09-16  Roger  <roger@jikos.cz>
Add missing sources to libyahoo2 makefile

2010-09-16  Boris Petersen  <transacid@gmail.com>
updated po files
ignore .version file

2010-09-16  Roger  <roger@jikos.cz>
Port Yahoo to new libyahoo2-1.0.1
Disables file transfer (at least for now)

Fix SSL context leak in connwrap

2010-08-27  Boris Petersen  <transacid@gmail.com>
Added gettext-devel test to autogen.sh

2010-08-27  Sven Putteneers  <sven@tuxera.be>
display received time if different from sent time

Added script to extract a part of a chatlog history and pretty-print it.
Run without parameters for usage info.

2010-07-31  Boris Petersen  <transacid@gmail.com>
adding new script for history formating.
initial script by Ilya Sukhanov <ilya@sukhanov.net>

2010-06-19  Roger  <roger@lv.(none)>
Add missing initialization to perm/deny SNAC and don't overwrite its id in SBL parsing

2010-04-24  Boris Petersen  <transacid@gmail.com>
Merge git-version-gen with gnulib

2010-02-25  Damyan Yordanov  <damyan@web.de>
bulgarian translation updated

2010-02-25  Boris Petersen  <transacid@gmail.com>
updated po files

2010-02-21  Boris Petersen  <transacid@gmail.com>
refresh index before checking for dirty versions

2010-02-21  Damyan Yordanov  <damyan@web.de>
bulgarian translation updated

2010-02-18  Lubomir Rintel  <lkundrak@v3.sk>
Use RAND_add() with nss_compat_openssl
It does not provide RAND_seed().

2010-02-18  Boris Petersen  <transacid@gmail.com>
updated po files

2010-02-17  Roger  <roger@lv.(none)>
Better jabber presence handling

2010-02-05  Boris Petersen  <transacid@gmail.com>
Merge branch 'versioning' into mob

2010-02-05 Ahmed El-Mahmoudy  <aelmahmoudy@sabily.org>
Check for FriBidi using pkg-config
New upstream releases of FriBidi don't provide fribidi-config anymore, so
using pkg-config instead to check for FriBidi.

2010-01-31  Boris Petersen  <transacid@gmail.com>
new packaging friendlier versioning
This basically omits the 4 hash digits at the end of the version string.
so e.g.:
centerim-4.22.9.12-3be3.tar.gz
will end up
centerim-4.22.9.12.tar.gz
This makes it easier to package mobshot in gentoo for example.

Updated po files

2010-01-29  Hakan Kvist  <hagar@df.lth.se>
Fixed compiler warnings in kkiproc.cc
Removed unused function in kkiproc.cc and fixed
compilewarnings regarding xprintf.

stringstream << should be used instead of sprintf,
and cout << instead of printf.

Beacause:
int64_t foo = 0xffffffffffffffff;
printf (%lx, foo);

printf will behave as expected on a 64 bit platform,
but not on a 32 bit platform (only ffffffff will be printed).

2010-01-28  Hakan Kvist  <hagar@df.lth.se>
Cleanup of "extra protection" for ~/.centerim directory.
Reverted some parts of the commits:
e0ab4eeb52cdba438aa2834c4223881ab006b854
deb0cbaa7c385d2656229ac366071c090c55f597

See the discussion here:
http://centerim.org/pipermail/centerim-devel/2009-June/000678.html

If the ~/.centerim directory got the proper protection, then there
is no need for bloating the code with a lot of extra verifications.
No one else than the owner can access the files in ~/centerim
anyway.

Removal of unused variables
Removed a couple of unused variables.
There is still a lot to do if we want to be able to use -Wall for detecting
real errors (currently there are too many warnings in the output, so -Wall isn't
really useful).

Ncurses RTFM. remove ugly prototypes for FreeBSD and OSX
When reading the ncurses man page you find that
_XOPEN_SOURCE_EXTENDED must be defined when using
wide character functions when including ncurses.h.

2010-01-26  Hakan Kvist  <hagar@df.lth.se>
Try to fix FreeBSD ncurses compile errors.
Tested on Ubuntu 9.04 and FreeBSD 7.2.

Try to fix FreeBSD ncurses compile errors.
Tested on Ubuntu 9.04 and FreeBSD 7.2.

Try to fix FreeBSD ncurses compile errors.

2010-01-25  Hakan Kvist  <hagar@df.lth.se>
configure: check for ncurses/ncursesw. Only curses is not enough.
Some platforms (i.e Solaris 11), still ships ancient curses.
However centerim requires ncurses in order to compile.
Adapted configure.ac to only check for ncurses(w) instead of (n)curses(w).

Cleaned up #ifdefs in conscommon.h

2010-01-19  Hakan Kvist  <hagar@df.lth.se>
Fixed compiler error with FreeBSD. Also fixed link error against curseslib.
FreeBSD do not want <utmp.h> to be included. However utmp is only used in linux,
so we do not need to include utmp.h for non linux systems.

Also bug in configure script was fixed.
The curses-lib was not properly included in the $LIBS-variable in the
configure.ac file.

2010-01-19  Boris Petersen  <transacid@gmail.com>
Better check for ncurses/ncursesw
With many thanks to the autoconf archive for the macro
and St辿phane "kjir" Bisinger for the pointers and hints ;)

2009-12-14  Boris Petersen  <transacid@gmail.com>
Updating Changelog for 4.22.9

2009-12-13  Boris Petersen  <transacid@gmail.com>
New taging model.
To be up to date with gnulib's git-version-gen.
WARNING: This breaks compatibility with non v* tags.
For us that means everything before 4.22.9 won't work
anymore.

(mef)

2014-11-21 11:30:52 UTC MAIN commitmail json YAML

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

Added databases/kyotocabinet version 1.2.76

(obache)

2014-11-21 11:29:52 UTC MAIN commitmail json YAML

Import kyotocabinet-1.2.76 as databases/kyotocabinet.

Kyoto Cabinet is a library of routines for managing a database.
The database is a simple data file containing records, each is
a pair of a key and a value. Every key and value is serial bytes
with variable length. Both binary data and character string can
be used as a key and a value. Each key must be unique within a
database. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

(obache)

2014-11-21 10:46:37 UTC MAIN commitmail json YAML

2014-11-21 10:44:54 UTC MAIN commitmail json YAML

2014-11-21 09:59:35 UTC MAIN commitmail json YAML

Correct LICENSE setting.

(he)

2014-11-21 09:55:27 UTC MAIN commitmail json YAML

Note addition of net/p5-DNS-LDNS version 0.06.

(he)

2014-11-21 09:54:25 UTC MAIN commitmail json YAML

Add p5-DNS-LDNS version 0.06 -- a package for the contributed perl5
bindings for the ldns library.

The package description:

DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
description on how this library works, you are advised to read the ldns
documentation. For a functional description of the wrapper classes,
please read the perldoc for DNS::LDNS and subclasses.

(he)

2014-11-21 09:28:51 UTC MAIN commitmail json YAML

Note updates of net/ldns and net/drill to 1.6.17.

(he)

2014-11-21 09:26:24 UTC MAIN commitmail json YAML

Update to version 1.6.17.

For the complete change log of the ldns container, see ../../net/ldns.
Changes relevant to drill:

* README now shows preferred way to configure for examples and drill.
* Bind to source address for resolvers. drill binds to source with -I.
  Thanks Bryan Duff.
* bugfix #497: Properly test for EOF when reading key files with drill.
* bugfix #521: drill trace continue on empty non-terminals with NSEC3
* New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA.

(he)

2014-11-21 09:19:32 UTC MAIN commitmail json YAML

Update to version 1.6.17.

Pkgsrc changes:
* adapt PLIST (1 new file installed)
* fix name of patch file

Upstream changes:
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
  zone to be an NSEC3 (or its RRSIG) covering an empty non terminal.
* Add --disable-dane option to configure and check availability of the
  for dane needed X509_check_ca function in openssl.
* bugfix #490: Get rid of type-punned pointer warnings.
  Thanks Adam Tkac.
* Make sure executables are linked against libcrypto with the
  LIBSSL_LDFLAGS. Thanks Leo Baltus.
* Miscellaneous prototype fixes. Thanks Dag-Erling Sm�rgrav.
* README now shows preferred way to configure for examples and drill.
* Bind to source address for resolvers. drill binds to source with -I.
  Thanks Bryan Duff.
* -T option for ldns-dane that has specific exit status for PKIX
  validated connections without (secure) TLSA records.
* Fix b{32,64}_{ntop,pton} detection and handling.
* New RR type TKEY, but without operational practice.
* New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA.
* New output format flag (and accompanying functions) to print certain
  RR's as unknown type
* -u and -U parameter for ldns-read-zone to mark/unmark a RR type
  for printing as unknown type
* bugfix #504: GPOS RR has three rdata fields. Thanks Jelte Jansen.
* bugfix #497: Properly test for EOF when reading key files with drill.
* New functions: ldns_pkt_ixfr_request_new and
  ldns_pkt_ixfr_request_new_frm_str.
* Use SNI with ldns-dane
* bugfix #507: ldnsx Fix use of non-existent variables and not
  properly referring to instance variable.  Patch from shussain.
* bugfix #508: ldnsx Adding NSEC3PARAM to known/allowable RR type
  dictionary.  Patch from shussain.
* bugfix #517: ldns_resolver_new_frm_fp error when invoked using a NULL
  file pointer.
* Fix memory leak in contrib/python: ldns_pkt.new_query.
* Fix buffer overflow in fget_token and bget_token.
* ldns-verify-zone NSEC3 checking from quadratic to linear performance.
  Thanks NIC MX (nicmexico.mx)
* ldns-dane setup new ssl session for each new connect to prevent hangs
* bugfix #521: drill trace continue on empty non-terminals with NSEC3
* bugfix #525: Fix documentation of ldns_resolver_set_retry
* Remove unused LDNS_RDF_TYPE_TSIG and associated functions.
* Fix ldns_nsec_covers_name for zones with an apex only. Thanks Miek.
* Configure option to build perl bindings: --with-p5-dns-ldns
  (DNS::LDNS is a contribution from Erik Ostlyngen)
* bugfix #527: Move -lssl before -lcrypto when linking
* Optimize TSIG digest function name comparison (Thanks Marc Buijsman)
* Compare names case insensitive with ldns_pkt_rr_list_by_name and
  ldns_pkt_rr_list_by_name_and_type (thanks Johannes Naab)
* A separate --enable for each draft RR type: --enable-rrtype-ninfo,
  --enable-rrtype-rkey, --enable-rrtype-cds, --enable-rrtype-uri and
  --enable-rrtype-ta
* bugfix #530: Don't sign and verify duplicate RRs (Thanks Jelte Jansen)
* bugfix #505: Manpage and usage output fixes (Thanks Tomas Hozza)
* Adjust ldns_sha1() so that the input data is not modified (Thanks
  Marc Buijsman)
* Messages to stderr are now off by default and can be reenabled with
  the --enable-stderr-msgs configure option.

(he)

2014-11-21 07:14:32 UTC MAIN commitmail json YAML

2014-11-21 01:05:13 UTC MAIN commitmail json YAML

Treat Haiku same as NetBSD.
patch from Бородулин Виталий in pkgsrc-users@.

(obache)

2014-11-20 23:49:19 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.15

(wiz)

2014-11-20 23:49:11 UTC MAIN commitmail json YAML

Update to 1.6.15:

Version 1.6.15beta01 [October 29, 2014]
  Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x != 0)"
  Simplified png_free_data().
  Added missing "ptr = NULL" after some instances of png_free().

Version 1.6.15beta02 [November 1, 2014]
  Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to "if (x != 0)"

Version 1.6.15beta03 [November 3, 2014]
  Added PNG_USE_ARM_NEON configuration flag (Marcin Juszkiewicz).

Version 1.6.15beta04 [November 4, 2014]
  Removed new PNG_USE_ARM_NEON configuration flag and made a one-line
    revision to configure.ac to support ARM on aarch64 instead (John Bowler).

Version 1.6.15beta05 [November 5, 2014]
  Use png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_STRING in
    example.c, pngtest.c, and applications in the contrib directory.
  Avoid out-of-bounds memory access in png_user_version_check().
  Simplified and future-proofed png_user_version_check().
  Fixed GCC unsigned int->float warnings. Various versions of GCC
    seem to generate warnings when an unsigned value is implicitly
    converted to double. This is probably a GCC bug but this change
    avoids the issue by explicitly converting to (int) where safe.
  Free all allocated memory in pngimage. The file buffer cache was left
    allocated at the end of the program, harmless but it causes memory
    leak reports from clang.
  Fixed array size calculations to avoid warnings. At various points
    in the code the number of elements in an array is calculated using
    sizeof.  This generates a compile time constant of type (size_t) which
    is then typically assigned to an (unsigned int) or (int). Some versions
    of GCC on 64-bit systems warn about the apparent narrowing, even though
    the same compiler does apparently generate the correct, in-range,
    numeric constant.  This adds appropriate, safe, casts to make the
    warnings go away.

Version 1.6.15beta06 [November 6, 2014]
  Reverted use png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_STRING
    in the manual, example.c, pngtest.c, and applications in the contrib
    directory.  It was incorrect advice.

Version 1.6.15beta07 [November 7, 2014]
  Removed #ifdef PNG_16BIT_SUPPORTED/#endif around png_product2(); it is
    needed by png_reciprocal2().
  Added #ifdef PNG_16BIT_SUPPORTED/#endif around png_log16bit() and
    png_do_swap().
  Changed all "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE */"

Version 1.6.15beta08 [November 8, 2014]
  More housecleaning in *.h

Version 1.6.15rc01 [November 13, 2014]

Version 1.6.15rc02 [November 14, 2014]
  The macros passed in the command line to Borland make were ignored if
    similarly-named macros were already defined in makefiles. This behavior
    is different from POSIX make and other make programs.  Surround the
    macro definitions with ifndef guards (Cosmin).

Version 1.6.15rc03 [November 16, 2014]
  Added "-D_CRT_SECURE_NO_WARNINGS" to CFLAGS in scripts/makefile.vcwin32.
  Removed the obsolete $ARCH variable from scripts/makefile.darwin.

Version 1.6.15 [November 20, 2014]
  No changes.

(wiz)

2014-11-20 23:48:12 UTC MAIN commitmail json YAML

Allows compiling on -current and netbsd-7 which don't have lto in gcc.

(jklos)

2014-11-20 23:46:13 UTC MAIN commitmail json YAML

Updated x11/xkbcomp to 1.3.0

(wiz)

2014-11-20 23:46:04 UTC MAIN commitmail json YAML

Update to 1.3.0:

In what is almost an olympic release schedule, here's a new version of
xkbcomp. Over the last two-and-a-bit years a number of patches have
accumulated, the most interesting one is support for multiple keysyms per
level (#25025).  I say "parsing support" for a reason, the symbol becomes a
NoSymbol, which is arguably still more useful than a parsing error. Plus,
multi-sym per key won't work in X anyway.

Other than that, misc fixes and changes all over the place. UNIXOS2 support
was dropped. Sorry guys, no multi-keysym parsing for you. I'll get a
bucket ready for the tears.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (10):
      unifdef -U__UNIXOS2__
      config: Add missing AC_CONFIG_SRCDIR
      Remove unused function entry/exit tracking framework
      Remove unused uASSERT macro
      Convert remaining sprintf calls to snprintf
      Fix many const char * warnings from gcc
      Remove useless checks for NULL before free in OverlayKeyCreate()
      Don't dereference the pointer whose allocation failed
      Remove useless assignment to 'outline' variable
      Initialize nMatch even if WIN32 is defined

Benno Schulenberg (1):
      Making sure that a copied string is always null-terminated (#66345).

Colin Walters (1):
      autogen.sh: Honor NOCONFIGURE=1

Daniel Stone (2):
      Add parsing support for multiple keysyms per level
      Reset scan state when opening a new file

Laura (1):
      Add #include <stdlib.h> to xkbscan.c

Peter Hutterer (7):
      Use DEBUG, not DEBUG_ON to determine whether debugging is enabled
      man: document -help/-?, -em1, -emp, -eml
      Always terminate the scanBuf string (#66345)
      Parse -w1 flag correctly (#66344)
      compat: don't warn about redefinition when nothing is defined yet
      man: replace default include directory with the one from configure
      xkbcomp 1.3.0

Ryan Pavlik (1):
      Include Xwindows.h rather than windows.h

Thomas Klausner (1):
      Protect config.h like usual.

Vincent Lefevre (1):
      xkbcomp: Improved -w option parsing

git tag: xkbcomp-1.3.0

http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2
MD5:  0012a8e3092cddf7f87b250f96bb38c5  xkbcomp-1.3.0.tar.bz2
SHA1: 113c93679c9245141b5899240f59fcc8227d8dc1  xkbcomp-1.3.0.tar.bz2
SHA256: cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a  xkbcomp-1.3.0.tar.bz2
PGP:  http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2.sig

http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz
MD5:  f8da094e266e2f99316696fab4922d70  xkbcomp-1.3.0.tar.gz
SHA1: 32fffd47086a6d204ac842668a598af74d9c172a  xkbcomp-1.3.0.tar.gz
SHA256: 91d052c895a47ab2930aa1e150bfe7559fdaeb959d035634d5ba259300a3353f  xkbcomp-1.3.0.tar.gz
PGP:  http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz.sig

(wiz)