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 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 13:45:22 UTC Now

2015-06-08 16:47:54 UTC MAIN commitmail json YAML

2015-06-08 16:27:35 UTC MAIN commitmail json YAML

Extend SunOS epoll quirk to fix build on recent Illumos platforms.

(fhajny)

2015-06-08 16:26:06 UTC MAIN commitmail json YAML

Note update of security/ruby-net-ssh-multi package to 1.2.1.

(taca)

2015-06-08 16:25:36 UTC MAIN commitmail json YAML

Update ruby-net-ssh-multi to 1.2.1.

=== 1.2.1 / 11 Apr 2015

* Fix two problems with :concurrent_connections option (#4) [sersut]
* Replaced test-unit with minitest [juliandunn]

(taca)

2015-06-08 16:06:12 UTC MAIN commitmail json YAML

Note update of print/ruby-prawn package to 2.0.1.

(taca)

2015-06-08 16:05:45 UTC MAIN commitmail json YAML

Update ruby-prawn to 2.0.1.

* pkgsrc change: Allow this pacakge build on Ruby 2.2.

PrawnPDF 2.0.1 -- 2015-03-23

Fix regression in draw_text() with rotation

Due to missing tests, a typo snuck into the draw_text() method in PDF::Core,
preventing it from working properly when called with the :rotate option.

This issue has been resolved, and a test has been added to Prawn's test
suite. Speaking more generally, we need to improve the condition of the
tests for PDF::Core, and make a clear separation between Prawn's test suite
and PDF::Core's tests. Currently there are lots of little gaps that can lead
to this sort of problem.

[Robert S. Gerus, pdf-core#15]

(taca)

2015-06-08 16:03:25 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-reader package to 1.3.3nb1.

(taca)

2015-06-08 16:02:54 UTC MAIN commitmail json YAML

* Allow this package build on Ruby 2.2.
* Add support for pkg_alternatives.

Bump PKGREVISION.

(taca)

2015-06-08 16:01:41 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 16:00:47 UTC MAIN commitmail json YAML

Note update of net/ruby-userstream package to 1.4.0nb2.

(taca)

2015-06-08 16:00:18 UTC MAIN commitmail json YAML

Allow depending on ruby-yajl 1.2.x.

Bump PKGREVISION.

(taca)

2015-06-08 15:42:07 UTC MAIN commitmail json YAML

2015-06-08 15:13:33 UTC MAIN commitmail json YAML

Note update of net/ruby-soap4r package to 2.0.5nb1.

(taca)

2015-06-08 15:13:02 UTC MAIN commitmail json YAML

* Add support for pkg_alternatives.
* Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:09:46 UTC MAIN commitmail json YAML

Note update of net/ruby-snmp package to 1.2.0.

(taca)

2015-06-08 15:09:20 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:08:41 UTC MAIN commitmail json YAML

One more epoll configure check bypassed on SunOS.

(fhajny)

2015-06-08 15:07:55 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:07:13 UTC MAIN commitmail json YAML

Note update of net/ruby-domain_name package to 0.5.24.

(taca)

2015-06-08 15:06:39 UTC MAIN commitmail json YAML

Update ruby-domain_name to 0.5.24.

Update the eTLD database to 2015-04-07T20:26:05Z.

(taca)

2015-06-08 15:04:20 UTC MAIN commitmail json YAML

Note update of net/ruby-dnsruby package to 1.58.0.

(taca)

2015-06-08 15:03:52 UTC MAIN commitmail json YAML

Update ruby-dnsruby to 1.58.0.

## v1.58.0

* Add TCP pipelining (reusing a single TCP connection for multiple requests).
* Enhance zone reading, including reading data from a string.
* Add add_answer! method for adding duplicate answers, as needed for an AXFR response.
* Add support for GPOS and NXT resource records.
* Test cleanup, including removal of use of Nominet servers, soak_test cleanup.
* Refactorings: MessageDecoder, Resolv, Resolver (part).
* Fix zone reader adding unwanted dot to relative hostnames being converted to absolute.
* Fix default access for tsig options in Resolver.
* Fix ZoneTransfer not to use deprecated SingleResolver.
* Fix Resolver bug in parameter to create_tsig_options.
* Fix tests to always use working copy and not gem.

(taca)

2015-06-08 15:02:53 UTC MAIN commitmail json YAML

Note update of net/ruby-addressable package to 2.3.8.

(taca)

2015-06-08 15:02:16 UTC MAIN commitmail json YAML

Update ruby-addressable to 2.3.8.

# Addressable 2.3.8
- fix warnings
- update dependency gems
- support for 1.8.x officially deprecated

(taca)

2015-06-08 14:59:01 UTC MAIN commitmail json YAML

Updated archivers/lrzip to 0.621

(wiedi)

2015-06-08 14:58:43 UTC MAIN commitmail json YAML

2015-06-08 14:58:09 UTC MAIN commitmail json YAML

Update lrzip to 0.621, provided by Thomas Merkel

Changes:
MARCH 2015, version 0.621 Con Kolivas, Peter Hyman

* Fix libzpaq.cpp warnings
* Fix warnings in LzmaLib.c
* Making the high buffer only one page size is faster for sliding mmap mode
* Fix incompatible log callback in liblrzip
* Use PRId64 instead of lld in fscanf
* Use int64_t for i64
* Fix ISO C warning in lrzip.c
* Fix ISO C warning in lrzip.c
* Fix ISO C warning in runzip.c
* Fix ISO C warnings in rzip.c
* Fix iso c warning in util.c
* Fix EOL to unix on libzpaq
* control->tmpdir fixes
* Null terminate long options to find unhandled options
* Trivial date
* Add long option support
* Brace failure lead to broken dump to stdout
* fflush messages on print_err
* Fix inverse logic
* Honour the proper unix environment variable for temporary directory and then
try variations
* Attempt to decompress file in ram only if we are unable to create temporary
files when decompressing to stdout
* Avoid checking return values repeatedly on compress that only lead to failures
anyway
* Microoptimisation
* Don't check for failure condition that can no longer occur
* Don't check twice for failure conditions that are fatal in hot paths
* Cache the chunk bytes value to avoid setting it on each read_header call
* fake_mremap is only used when defined to mremap
* Remove unused cksem functions
* Fix remaining use of mutexes lock/unlocking in different threads with cksems,
corecting cksem usage on osx
* Update copyright dates
* Make match_len a function completely removing all indirect calls to get_sb,
significantly speeding up the single_get_sb case
* Make full_tag a pointer allowing us to avoid a function call for get_sb
* Call sliding_get_sb directly in sliding_next_tag
* Make next_tag a pointer to allow ordinary mapping to avoid an extra function
call
* fix order of lrzip.conf search

MARCH 2015, version 0.620 Con Kolivas, Peter Hyman, Chris Spiegel, Elmir Jagudin

* Increase maxram when we abandon use of temporary input/output buffers
* Don't delete the tmpinfile when decompressing from stdin before allowing seek
to end to succeed in checking md5
* Use temporary file from read_seekto when STDIN will not fit in the ram input
buffer
* Remove unused read_i64 function
* Add message about issue tracker in BUGS
* Use a common exit path iin lrzip_compress/decompress and fix lr leak on
successful return
* Fix parenthesis placement inside of unlikely().
* Clear sa_mask and sa_handler before calling sigaction().
* Fix for lrzip -i. Decompressed size wrong
* added '-m' command line option
* Fix wrong README file being included in Makefile
* Pass strict sizes to decompress length, rounding up only the amount we're
allocating to not confuse decompression libraries
* Convert the thread locking to use cksems
* Add cksems to util.h
* Fix 'Failed to malloc ckbuf in hash_search2' with very large files.
* Round up compression and decompression buffers to page size since malloc will
allocate them that large anyway.
* Increase the compressed buffer size given to libzpaq in case of incompressible
data since it does not check if it's trying to write beyond the end of the
buffer.
* Provide a helper function to round a value up to the nearest page size for
malloc optimisations.

(wiedi)

2015-06-08 14:55:17 UTC MAIN commitmail json YAML

2015-06-08 14:53:24 UTC MAIN commitmail json YAML

Note update of misc/ruby-systemu package to 2.6.5.

(taca)

2015-06-08 14:52:44 UTC MAIN commitmail json YAML

2015-06-08 14:52:33 UTC MAIN commitmail json YAML

Remove gobject-introspection here -- this is only a build dependency
of libsoup.

(wiz)

2015-06-08 14:50:18 UTC MAIN commitmail json YAML

Updated net/libnice to 0.1.10nb2

(wiz)

2015-06-08 14:50:10 UTC MAIN commitmail json YAML

Add introspection files, bump PKGREVISION.

(wiz)

2015-06-08 14:48:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-sprockets package to 3.2.0.

(taca)

2015-06-08 14:48:23 UTC MAIN commitmail json YAML

Update ruby-sprockets to 3.2.0.

3.2.0 (June 2, 2015)

* Updated SRI integrity to align with spec changes
* Deprecated Manifest integrity attribute
* Cleanup concatenating JS sources with newlines

3.1.0 (May 10, 2015)

* Removed "index" logical path normalization. Asset#logical_path is always
  the full logical path to the index file.
* Fixed static asset mtimes
* Fix manifest cleanup by age
* Removed redundant minifier level cache
* Updated SRI format according to spec changes

3.0.3 (April 27, 2015)

* Fix static asset mtime fallback
* Only warn when specified asset version can not be loaded.

3.0.2 (April 22, 2015)

* Ensure legacy Tilt handlers return String class data. Fixes issues with
  Haml Tilt handler.
* Type check and improve error messages raised on bad processor returned
  results.
* Improve error message for relative paths not under load path.
* Changed HTML encoding fallback from ISO-8859-1 to default external.
* Avoid falling back to 0 mtimes which may cause warnings with tar

3.0.1 (April 14, 2015)

* Fixed Context#depend_on with paths outside the load path

* 3.0.0 (April 12, 2015)

* New processor API. Tilt interface is deprecated.
* Improved file store caching backend.
* MIME Types now accept charset custom charset detecters. Improves support
  for UTF-16/32 files.
* Environment#version no longer affects asset digests. Only used for busting
  the asset cache.
* Removed builtin support for LESS.
* Removed //= include directive support.
* Deprecated BundledAsset#to_a. Use BundledAsset#included to access
  debugging subcomponents.
* Support circular dependencies. For parity with ES6 modules.
* Manifest compilation will no longer generate .gz files by default. Mixing
  Content-Encoding and ETags is just a bad idea
* Added linked or referenced assets. When an asset is compiled, any of its
  links will be compiled as well.
* Introduce some limitations around enumerating all logical paths. 4.x will
  deprecate it and favor linked manifests for compliation.
* Add Asset integrity attribute for Subresource Integrity
* Default digest changed to SHA256. Configuring digest_class is deprecated.
* Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and
  will return a raw byte String in 4.x.
* Added transitional compatibility flag to Environment#resolve(path, compat:
  true). 2.x mode operates with compat: true and 4.x with compat: false
* manifest-abc123.json renamed to .sprockets-abc123.json

(taca)

2015-06-08 14:43:56 UTC MAIN commitmail json YAML

NOte update of misc/ruby-parallel package to 1.6.0.

(taca)

2015-06-08 14:43:24 UTC MAIN commitmail json YAML

2015-06-08 14:38:26 UTC MAIN commitmail json YAML

Note update of misc/ruby-hashie package to 3.4.2.

(taca)

2015-06-08 14:37:51 UTC MAIN commitmail json YAML

Update ruby-hashie to 3.4.2.

## 3.4.2 (6/2/2015)

* [#292](https://github.com/intridea/hashie/pull/292): Removed `Mash#id` and `Mash#type` - [@jrochkind](https://github.com/jrochkind).
* [#297](https://github.com/intridea/hashie/pull/297): Extracted `Trash`'s behavior into a new `Dash::PropertyTranslation` extension - [@michaelherold](https://github.com/michaelherold).

## 3.4.1

* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [@msievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [@gardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [@maxlinc](https://github.com/maxlinc), [@martinstreicher](https://github.com/martinstreicher).

(taca)

2015-06-08 13:59:38 UTC MAIN commitmail json YAML

Disable compatibility epoll headers on SunOS, fixes modern Illumos builds.

(fhajny)

2015-06-08 13:45:25 UTC MAIN commitmail json YAML

Fix DEPENDS spelling (hi taca!).

(joerg)

2015-06-08 13:44:57 UTC MAIN commitmail json YAML

Workaround gettext context function definition mess to unbreak
NetBSD/current.

(joerg)

2015-06-08 13:44:01 UTC MAIN commitmail json YAML

2015-06-08 13:43:45 UTC MAIN commitmail json YAML

Wrapping a macro in a do while(0) loop works better when including the do.

(joerg)

2015-06-08 13:42:27 UTC MAIN commitmail json YAML

Updated databases/postgresql94 to 9.4.3; databases/postgresql92 to 9.2.12; databases/postgresql91 to 9.1.17; databases/postgresql90 to 9.0.21

(adam)

2015-06-08 13:40:58 UTC MAIN commitmail json YAML

2015-06-08 13:40:08 UTC MAIN commitmail json YAML

2015-06-08 13:39:35 UTC MAIN commitmail json YAML

2015-06-08 13:38:50 UTC MAIN commitmail json YAML

Pedantic format string logic requires void * arguments for %p.

(joerg)

2015-06-08 13:38:13 UTC MAIN commitmail json YAML

Avoid using an uninitialised variable by reading from, not writing to
the screen.

(joerg)

2015-06-08 12:52:08 UTC MAIN commitmail json YAML

2015-06-08 11:17:06 UTC MAIN commitmail json YAML

Added textproc/artha version 1.0.3

(wiz)

2015-06-08 11:16:57 UTC MAIN commitmail json YAML

2015-06-08 11:16:38 UTC MAIN commitmail json YAML

Import artha-1.0.3 as textproc/artha, provided by David H. Gutteridge
in PR 49953.

Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Artha is a handy thesaurus that
focuses on high usability, without trading off simplicity and ease of
use. It has the following distinct features that increases its
usability: hot key lookup, regular expressions search, notifications,
suggestions, relative to sense mapping.

(wiz)

2015-06-08 11:12:09 UTC MAIN commitmail json YAML

Add bl3.mk file, requested by David H. Gutteridge in PR 49952.

(wiz)

2015-06-08 11:04:17 UTC MAIN commitmail json YAML

Updated net/gupnp-igd to 0.2.3nb4

(wiz)

2015-06-08 11:04:09 UTC MAIN commitmail json YAML

Update PLIST due to vala changes. Bump PKGREVISION.

(wiz)

2015-06-08 06:53:27 UTC MAIN commitmail json YAML

iCompile before linking for compilers that optimise out library symbols that do
not appear to be in use.

(dsainty)

2015-06-08 06:49:55 UTC MAIN commitmail json YAML

Fix override-as.mk by fixing the path in AS.

This rarely seems to be a problem, but is exposed by building mplayer on a
32-bit x86 platform with USE_CWRAPPERS=yes.  Possibly with Linux tie-ins, my
NetBSD platforms are all 64 bit.

In the failing scenario mplayer attempts (at least at configure time) to use
"as" directly.  This is wrapped by cwrappers, which attempts to execute $AS
explicitly.

The exec fails because $PREFIX/bin/as doesn't exist, and hasn't done for a
long time.

Correct all the tool paths to include the "g" prefix for all these tools.

(dsainty)

2015-06-08 06:29:20 UTC MAIN commitmail json YAML

2015-06-08 00:44:46 UTC MAIN commitmail json YAML

As the seemingly untested -Werror changes break the bootstrap at least
on Linux, update libnbcompat to 20150615:
- Assume a C89 environment and malloc, vprintf, memcpy, memset, memmove
  to be present and working.
- Use full prototypes for isblank, snprintf, asprintf and strdup.
  This avoids GCC failing to do conflicts with the builtins.

(joerg)

2015-06-07 23:25:27 UTC MAIN commitmail json YAML

Most dependencies don't support Ruby 2.2

(joerg)

2015-06-07 22:49:14 UTC MAIN commitmail json YAML

Updated pkgtools/pbulk to 0.54

(joerg)

2015-06-07 22:49:04 UTC MAIN commitmail json YAML

2015-06-07 22:47:51 UTC MAIN commitmail json YAML

Resolve conflict.

(joerg)

2015-06-07 22:46:48 UTC MAIN commitmail json YAML

Updated security/openpam to 20140912

(joerg)

2015-06-07 22:46:08 UTC MAIN commitmail json YAML

2015-06-07 22:44:04 UTC MAIN commitmail json YAML

PostgreSQL 9.3.8.

(joerg)

2015-06-07 22:42:49 UTC MAIN commitmail json YAML

Revert unintentional change.

(joerg)

2015-06-07 22:42:15 UTC MAIN commitmail json YAML

Update PostgreSQL 9.3 to 9.3.8:
- Avoid failures while fsync'ing data directory during crash restart
- Fix pg_get_functiondef() to show functions' LEAKPROOF property, if set
- Remove configure's check prohibiting linking to a threaded libpython
  on OpenBSD
- Allow libpq to use TLS protocol versions beyond v1

(joerg)

2015-06-07 16:26:37 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:25:56 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:09:07 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:07:42 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:05:41 UTC MAIN commitmail json YAML

Allow ruby-gnome2 packages build on Ruby 2.2.

(taca)

2015-06-07 16:02:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-equalizer package to 0.0.11.

(taca)

2015-06-07 16:01:38 UTC MAIN commitmail json YAML

2015-06-07 15:57:32 UTC MAIN commitmail json YAML

Note update of misc/ruby-daemons package to 1.2.2.

(taca)

2015-06-07 15:57:05 UTC MAIN commitmail json YAML

Update ruby-daemons to 1.2.2.

== Release 1.2.2: March 17, 2015

* fix 100% CPU usage bug when using monitor mode.

(taca)

2015-06-07 15:56:05 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 15:55:24 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 10.5.7

(tnn)

2015-06-07 15:54:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-colorize package to 0.7.7.

(taca)

2015-06-07 15:54:08 UTC MAIN commitmail json YAML

Update ruby-colorize to 0.7.7.

== 0.7.7 / 2015-04-19
  * update gems

== 0.7.6 / 2015-04-18
  * fix bugs

(taca)

2015-06-07 15:53:05 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.10.3.

(taca)

2015-06-07 15:52:29 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.10.3.

## 1.10.2 (2015-05-29)

Bugfixes:

  - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins)

## 1.10.1 (2015-05-28)

Bugfixes:

  - silence ruby warning when running CLI commands (@segiddins)
  - validate gemspecs in non-packaging mode (#3681, @segiddins)
  - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins)

## 1.10.0 (2015-05-28)

(this space intentionally left blank)

## 1.10.0.rc (2015-05-16)

Features:

  - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins)
  - track CI platforms running Bundler (#3646, @fotanus)

Bugfixes:

  - allow `viz` to work with prereleases (#3621, #3217, @aprescott)
  - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect)
  - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect)

## 1.10.0.pre.2 (2015-05-07)

Bugfixes:

  - make BUNDLED WITH backwards compatible (#3623, @segiddins)

## 1.10.0.pre.1 (2015-05-05)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.10.0.pre (2015-05-03)

Features:

  - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik)
  - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins)
  - improved error reports for Gemfile errors (#3480, @segiddins)
  - `lock` command (#3437, @segiddins)
  - add `ignore_messages` config to suppress post-install text (#3510, @pducks32)
  - improve `gem` minitest template (#3513, #3515, @arthurnn)
  - add `install --force` to re-install installed gems (#3519, @segiddins)
  - show more `outdated` information, including groups (@smlance, @indirect)
  - add optional groups to the Gemfile (#3531, @jhass)
  - accept glob argument to `gemspec` in Gemfile (#3464, @pjump)
  - make timeouts and retries configurable via `config` (#3601, @pducks32)
  - add `install_if` Gemfile method for conditional installs (#3611, @segiddins)

Bugfixes:

  - standalone mode now uses builtin gems correctly (#3610, @segiddins)
  - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi)
  - remember all y/n answers when generating gems (#3579, @pducks32)

Performance:

  - use RubyGems stub specifications when possible (#3580, @segiddins)

Deprecations:

  - deprecated the (never enabled) `bundle_ruby` binary (@smlance)

## 1.9.9 (2015-05-16)

Bugfixes:

  - read mirror and credential settings from older versions (#3557, @Strech)

## 1.9.8 (2015-05-12)

Bugfixes:

  - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins)

## 1.9.7 (2015-05-11)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.9.6 (2015-05-02)

Bugfixes:

  - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect)
  - allow creating gems with names containing two dashes (#3483, @janlelis)
  - allow creating gems with names extending constants (#3603, @amatsuda)

## 1.9.5 (2015-04-29)

Bugfixes:

  - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)

## 1.9.4 (2015-04-13)

Bugfixes:

  - fix regression in installing x86 and universal gems (#3565, @jdmundrawala)
  - improve error when gems are missing (#3564, @sealocal)

## 1.9.3 (2015-04-12)

Bugfixes:

  - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect)
  - install 'universal' gems on Windows (#3066, @jdmundrawala)
  - stop passing --local during `rake install` task (#3236, @indirect)
  - guard against all possible accidental public gem pushes (#3533, @indirect)

## 1.9.2 (2015-03-30)

Bugfixes:

  - ensure gem executables are executable (#3517, #3511, @indirect)
  - fix warnings in Molinillo (#3516, @segiddins)
  - ensure duplicate dependencies do not propagate (#3522, @segiddins)
  - keep gems locked when updating another gem from the same source (#3520, @indirect)
  - resolve race that could build gems without saved arguments (#3404, @indirect)

## 1.9.1 (2015-03-21)

Bugfixes:

  - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins)

## 1.9.0 (2015-03-20)

## 1.9.0.rc (2015-03-13)

Bugfixes:

  - make Bundler.which stop finding directories (@nohoho)
  - handle Bundler prereleases correctly (#3470, @segiddins)

## 1.9.0.pre.1 (2015-03-11)

Bugfixes:

  - make `gem` command work again (@arthurnn)

## 1.9.0.pre (2015-03-11)

Features:

  - prefer gemspecs closest to the directory root (#3428, @segiddins)
  - debug log for API request limits (#3452, @neerfri)

"Features":

  - Molinillo resolver, shared with CocoaPods (@segiddins)
  - updated Thor to v0.19.1 (@segiddins)

(taca)

2015-06-07 15:50:29 UTC MAIN commitmail json YAML

Note update of mail/ruby-mime-types package to 2.6.1.

(taca)

2015-06-07 15:49:54 UTC MAIN commitmail json YAML

Update ruby-mime-types to 2.6.1.

== 2.6.1 / 2015-05-25

* Bugs:
  * Make columnar store handle all supported extensions, not just the first.
  * Avoid circular require when using the columnar store.

== 2.6 / 2015-05-25

* New Feature:
  * Columnar data storage for the MIME::Types registry, contributed by Jeremy
    Evans (@jeremyevans). Reduces default memory use substantially (the mail
    gem drops from 19 Mib to about 3 Mib). Resolves
    {#96}[https://github.com/mime-types/ruby-mime-types/pull/96],
    {#94}[https://github.com/mime-types/ruby-mime-types/issues/94],
    {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially
    addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64]
    and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62].
* Development:
  * Removed caching of deprecation messages in preparation for mime-types 3.0.
    Now, deprecated methods will always warn their deprecation instead of only
    warning once.
  * Added a logger for deprecation messages.
  * Renamed <tt>lib/mime.rb</tt> to <tt>lib/mime/deprecations.rb</tt> to not
    conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of
    the maintainers of the {Praxis Framework}[http://praxis-framework.io/].
    Provided by Josep M. Blanquer (@blanquer),
    {#100}[https://github.com/mime-types/ruby-mime-types/pull/100].
  * Added the columnar data conversion tool, also provided by Jeremy Evans.
* Documentation:
  * Improved documentation and ensured that all deprecated methods are marked
    as such in the documentation.
* Development:
  * Added more Ruby variants to Travis CI.
  * Silenced deprecation messages for internal tools. Noisy deprecations are
    noisy, but that's the point.

== 2.5 / 2015-04-25

* Bugs:
  * David Genord (@albus522) fixed a bug in loading MIME::types cache where a
    container loaded from cache did not have the expected +default_proc+,
    {#86}[https://github.com/mime-types/ruby-mime-types/pull/86].
  * Richard Schneeman (@schneems) provided a patch that substantially reduces
    unnecessary allocations.
* Documentation:
  * Tibor Szol叩r (@flexik) fixed a typo in the README,
    {#82}[https://github.com/mime-types/ruby-mime-types/pull/82]
  * Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80],
    clarifying the relationship of MIME::Type#content_type and
    MIME::Type#simplified, with Ken Ip (@kenips).
* Development:
  * Juanito Fatas (@JuanitoFatas) enabled container mode on Travis CI,
    {#87}[https://github.com/mime-types/ruby-mime-types/pull/87].
* Moved development to a mime-types organization under
  {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].

(taca)

2015-06-07 15:48:12 UTC MAIN commitmail json YAML

Update to MesaLib-10.5.7.

MesaLib-10.5.7 2015-06-07
"The current release includes over a dozen nouveau fixes (mostly targeting
nv30/nv40 era hardware), i965 patches and a crash fix common to all the
gallium dri modules."

MesaLib-10.5.6 2015-05-24
"This time around we have fixes from all over mesa - core mesa, driver
specific patches (i965, nouveau, freedreno), reentrancy improvements
in Clover (OpenCL), GLX and EGL loader patches, and Darwin build fixes."

(tnn)

2015-06-07 14:31:25 UTC MAIN commitmail json YAML

Note removal of libsoup24.

(youri)

2015-06-07 14:30:02 UTC MAIN commitmail json YAML

Remove libsoup24, which is replaced by net/libsoup version 2.5.
libsoup 2.5 is API compatible with 2.4.

(youri)

2015-06-07 14:25:40 UTC MAIN commitmail json YAML

link network libs on SunOS

(wiedi)

2015-06-07 14:19:12 UTC MAIN commitmail json YAML

2015-06-07 14:16:01 UTC MAIN commitmail json YAML

Update libsoup buildlink path.

(youri)

2015-06-07 14:14:05 UTC MAIN commitmail json YAML

2015-06-07 14:07:46 UTC MAIN commitmail json YAML

Add forgotten package from last commit,
was : update libsoup buildlink path

(youri)

2015-06-07 14:06:00 UTC MAIN commitmail json YAML

2015-06-07 14:05:08 UTC MAIN commitmail json YAML

link network libs on SunOS

(wiedi)

2015-06-07 14:04:34 UTC MAIN commitmail json YAML

2015-06-07 14:03:48 UTC MAIN commitmail json YAML

Added net/libsoup version 2.50.0

(youri)

2015-06-07 14:03:20 UTC MAIN commitmail json YAML

Import libsoup-2.50.0 as net/libsoup, replaces net/libsoup24.

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
  * Completely Asynchronous
  * Connection cache
  * HTTP chunked transfer support
  * HTTP, SOCKS4, and SOCKS5 authenticated proxy support
  * SSL Support using OpenSSL or GnuTLS
  * Client support for Digest, NTLM, and Basic authentication
  * HTTP server
  * Server support for Digest and Basic authentication

(youri)

2015-06-07 14:00:45 UTC MAIN commitmail json YAML

Allow this package build on ruby22.

(taca)

2015-06-07 13:59:26 UTC MAIN commitmail json YAML

Note update of lang/ruby-execjs package to 2.5.2.

(taca)

2015-06-07 13:58:55 UTC MAIN commitmail json YAML

2015-06-07 13:58:08 UTC MAIN commitmail json YAML

fix linking network libs on SunOS, now fails a bit later

(wiedi)

2015-06-07 13:56:07 UTC MAIN commitmail json YAML

Note update of lang/ruby-coffee-script package to 2.4.1.

(taca)

2015-06-07 13:55:41 UTC MAIN commitmail json YAML

Note update of ruby-coffee-script package to 2.4.1.

* Update HOMEPAGE.

Changes are not available.

(taca)

2015-06-07 13:54:21 UTC MAIN commitmail json YAML

Note update of lang/ruby-coffee-script-source package to 1.9.1.1.

(taca)

2015-06-07 13:53:49 UTC MAIN commitmail json YAML

HOMEPAGE is no logner available.

(taca)

2015-06-07 13:51:56 UTC MAIN commitmail json YAML

Update ruby-coffee-script-source to 1.9.1.1.

Changes are not available.

(taca)

2015-06-07 12:40:23 UTC MAIN commitmail json YAML

Updated www/trac to 1.0.5

(gdt)

2015-06-07 12:40:10 UTC MAIN commitmail json YAML

Update to 1.0.5

(March 24, 2015)
Trac 1.0.5 provides several fixes. The following are some highlights:

    Images are not rendered in the timeline (#10751).
    Git tags are shown in the browser view (#11964).
    Added support for journal_mode and synchronous pragmas in sqlite: database connection string (#11967).

(gdt)

2015-06-07 12:33:50 UTC MAIN commitmail json YAML

Drop maintainership.

(gdt)

2015-06-07 12:02:31 UTC MAIN commitmail json YAML

Updated devel/guile-gnome to 2.16.2

(gdt)

2015-06-07 12:02:22 UTC MAIN commitmail json YAML

Update to 2.16.2.  All patches were from upstream (or perhaps
accepted).

Add one new patch to avoid including glib sub-headers, just sent
upstream.

guile-gnome-platform 2.16.2 -- 2012-09-05
=========================================

[bug fixes omitted -gdt]

packaging changes
-----------------
* If Guile is new enough, tab completion at the REPL will cause all
  "latent" bindings to become present.  This makes it easier to explore
  the API.

gtk
---
* Add overrides with parameter annotations for methods of
  GtkPrintOperation (bug #603211).  Thanks to Patrick Bernaud.

* Add wrapper for gtk_tree_view_get_path_at_pos().  Thanks to Patrick
  Bernaud.

* The GtkTextBuffer API now uses UTF-8 for Guile 2.0.  Thanks to Mark
  Weaver.  There is more work to do regarding UTF-8 and Guile 2.0,
  though.

(gdt)

2015-06-07 11:32:50 UTC MAIN commitmail json YAML

Updated databases/guile-pg to 0.47

(gdt)

2015-06-07 11:24:16 UTC MAIN commitmail json YAML

Update to 0.47.

Upstream changes are mainly housekeeping and minor build system
changes not visible to pkgsrc users, plus the usual bugfixes.  Some
procedures previously advertised for deprecation have been dropped,
and some new ones are added to the deprectation list, notably
dbcoltypes.

(gdt)

2015-06-07 11:06:43 UTC MAIN commitmail json YAML

Update master site URL.

(tron)

2015-06-07 10:50:27 UTC MAIN commitmail json YAML

2015-06-07 10:48:27 UTC MAIN commitmail json YAML

Note update of graphics/ruby-oily_png package to 1.2.0.

(taca)

2015-06-07 10:47:57 UTC MAIN commitmail json YAML

Update ruby-oily_png to 1.2.0.

Update HOEPAGE.

No changes are available except commit log.
<https://github.com/flori/tins/commits/master>

(taca)

2015-06-07 10:44:20 UTC MAIN commitmail json YAML

Note update of graphics/ruby-mini-magick package to 4.2.7.

(taca)

2015-06-07 10:43:50 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.2.7.

4.2.7

* Fix Ruby 1.9.3

4.2.5

* Fixed MiniMagick::Image#details parsing

4.2.4

* Fixed detecting MiniMagick version
* Fix the private method 'format' called on mogrify for real

4.2.3

* Fixed a rush mistake

4.2.2

* Raise proper error in #cheap_info on invalid image
* Improved MiniMagick::Image#details parsing
* Attempt to solve private method 'format' called on mogrify

4.2.1

* Attempt to fix #279

4.1.1

* Fix MiniMagick::Image#composite defaulting to JPG extension. The default is
  now the extension of the base image, the one on which composite is called.

(taca)

2015-06-07 10:33:17 UTC MAIN commitmail json YAML

Note update of graphics/ruby-RMagick package to 2.15.2.

(taca)

2015-06-07 10:32:36 UTC MAIN commitmail json YAML

Update ruby-RMagick to 2.15.2.

## RMagick 2.15.2

- GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky

## RMagick 2.15.1

- Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven

RMagick 2.15.0
    o Ability to remove alpha channel - @ollie
    o C local variables guarded against GC to avoid segfaults - @u338steven
    o trace_proc protected with a mutex to avoid segfaults - @u338steven

RMagick 2.14.0
    o RMagick.rb moved to deprecated directory - @mockdeep
    o Better ImageMagick feature detection - @bf4
    o Prevent compilation failures if prefix is an empty string - @voxik
    o SplineInterpolatePixel preprocessor check removed - @joshk
    o Make error format a string literal - @mtasaka
    o Automatically set ARCHFLAGS on OS X - @u338steven
    o Fixed 'rmagick/version' require failure - @u338steven
    o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny
    o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil
    o Multiple test suite improvements - @mockdeep, @bf4
    o Ruby source code formatting with RuboCop - @vassilevsky

(taca)

2015-06-07 10:31:48 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 10:29:59 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 10:29:21 UTC MAIN commitmail json YAML

Note update of devel/ruby-tins package to 1.5.2.

(taca)

2015-06-07 10:28:54 UTC MAIN commitmail json YAML

2015-06-07 10:15:51 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 3.1.1.

(taca)

2015-06-07 10:15:23 UTC MAIN commitmail json YAML

Update -test-unit to 3.1.1.

## 3.1.0 - 2015-05-28 {#version-3-1-0}

It's a bug fix release.

### Improvements

  * [ui][console] Removed needless new line.

### Fixes

  * Fixed a bug that priority mode can't be used on Windows.
    [GitHub#95][Reported by Daniel Berger]
  * Fixed a homepage URL RubyGems spec.
    [GitHub#96][Patch by Masayoshi Takahashi]
    supported.) [GitHub#89][Patch by Aaron Stone]
  * Fixed a bug that shutdown hook isn't called when pass throw
    exception such as `Interrupt` is raised.
    [GitHub#98][Reported by jeremiahishere.]
  * Fixed typos in documents.
    [GitHub#100][Reported by scivola]
    [GitHub#102][GitHub#103][Patch by Masafumi Yokoyama]
  * Fixed a bug that the same name test isn't executed in sub test case.
    [GitHub#104][Reported by wanabe]

### Thanks

  * Daniel Berger
  * Masayoshi Takahashi
  * jeremiahishere
  * scivola
  * Masafumi Yokoyama
  * wanabe

(taca)

2015-06-07 10:14:40 UTC MAIN commitmail json YAML

Note update of devel/ruby-simplecov-html and devel/ruby-simplecov package
to 0.10.0.

(taca)

2015-06-07 10:14:03 UTC MAIN commitmail json YAML

Update ruby-simplecov to 0.10.0.

0.10.0 2015-04-18 (changes)

Enhancements

* Add writeup about using with Spring to README. See #341 (thanks @swrobel
  and @onebree)
* Add support to pass in an Array when creating filter groups (original PR
  #104)
* Filter /vendor/bundle by default. See #331 (thanks @andyw8)
* Add some helpful singleton methods to the version string.
* Allow array to be passed in a filter. See 375 (thanks @JanStevens)
* Enforce consistent code formatting with RuboCop.

Bugfixes

* Fix order dependencies in unit tests. See #376 (thanks @hugopeixoto)
* Only run the at_exit behaviors if the current PID matches the PID that
  called SimpleCov.start. See #377 (thanks @coderanger)

(taca)

2015-06-07 10:12:32 UTC MAIN commitmail json YAML

2015-06-07 09:13:21 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.9.1.4

(wiz)

2015-06-07 09:13:11 UTC MAIN commitmail json YAML

Update to 6.9.1.4.
Remove PLIST vars that only made more work during updates but didn't
simplify things.

2015-06-01  6.9.1-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-4, SVN revision 18697.

2015-06-01  6.9.1-4 Cristy  <quetzlzacatenango@image...>
  * Support 'restrict' keyword under Windows.

2015-05-25  6.9.1-4 Dirk Lemstra <dirk@lem.....org>
  * Added support for reading a user supplied layer mask in PSD files.

2015-05-24  6.9.1-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-3, SVN revision 18623.

2015-05-03  6.9.1-3 Dirk Lemstra <dirk@lem.....org>
  * Fixed transparency issue with 16-bit tga files (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469).
  * Fixed writing label and comment in tiff images (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516).
  * Jpeg images no longer have pixels per inch as a default value for density
    units when the density is not set (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589).
  * Added support for setting the font color with -fill to the pango coder.

2015-05-03  6.9.1-3 Glenn Randers-Pehrson <glennrp@image...>
  * Fixed bug with "-define png:format=x" in png.c, introduced in version
    6.8.9-0, that caused the define to be ignored.
  * Replaced some dead code in ReadJNGImage with an assert().
  * Avoid palette-building when writing a grayscale PNG (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580).

2015-04-20  6.9.1-3 Cristy  <quetzlzacatenango@image...>
  * Support -define compose:clamp=false option (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946).
  * Don't extend any user supplied image buffer in SeekBlob() (bug report
    from a.chernij@corp...).
  * Improved reproducible builds (reference
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933).
  * Draw a rectangle of width & height of 1 (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874).

2015-04-19  6.9.1-2 Cristy  <quetzlzacatenango@image...>
  * New version 6.9.1-2, SVN revision 18429.

2015-04-09  6.9.1-2 Glenn Randers-Pehrson <glennrp@image...>
  * Avoid using a NULL alpha_image or color_image in the JNG decoder.

2015-04-07  6.9.1-2 Cristy  <quetzlzacatenango@image...>
  * Fix JPEG-2000 transparency on write (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304).
  * Identify now identifies PSD (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948).
  * Speed up writing to TGA (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369).

2015-04-06  6.9.1-2 Dirk Lemstra <dirk@lem.....org>
  * Reduce draw epsilon to increase mathematical stability.
  * Fixed UTF8 issue when determining the current working directory
    on Windows (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).

(wiz)

2015-06-07 08:54:43 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 13.0.3

(wiz)

2015-06-07 08:54:35 UTC MAIN commitmail json YAML

Update to 13.0.3:

13.0.3 (2015-06-01)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.0.3

13.0.2 (2015-06-01)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.0.2

* Upgrade setuptools to 17.0

(wiz)

2015-06-07 08:52:59 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.4.1

(wiz)

2015-06-07 08:52:50 UTC MAIN commitmail json YAML

Update to 3.4.1:

TortoiseHg 3.4.1 is a regularly scheduled bugfix release. The Windows
packages no longer include subversion SWIG bindings, see libsvn.

Bug Fixes

    hglib: prevent loading zeroconf extension in GUI process (fixes
    #3289)
    merge: suppress changed/deleted prompt when discarding p2
    changes (refs #3856)
    workbench: avoid crash on sync bookmarks with no configured
    path (fixes #4166)

Improvements

    filectxactions: add explore local option to file context menu
    (fixes #3442)

Installer

    contrib/hg, thg: avoid crash by missing PATH environment
    overlay: insert bin folder to PATH and sys.path for pywintypes
    (fixes #4158)
    thg: insert bin folder into sys.path for pywintypes (fixes
    #4153)
    wix: move kdiff3.exe into bin/ folder (fixes #4151)

(wiz)

2015-06-07 08:49:31 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 0.9.1

(wiz)

2015-06-07 08:49:22 UTC MAIN commitmail json YAML

Update to 0.9.1:

0.9.1 - 2015-06-06
~~~~~~~~~~~~~~~~~~

* **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA
  to verify signatures. Note that this only affects PyPy 2.6.0 and (presently
  unreleased) CFFI versions greater than 1.1.0.

(wiz)

2015-06-07 08:46:57 UTC MAIN commitmail json YAML

Updated security/pinentry to 0.9.4

(wiz)

2015-06-07 08:46:48 UTC MAIN commitmail json YAML

Update to 0.9.4:

Noteworthy changes in version 0.9.4 (2015-06-05)
------------------------------------------------

* Fix regression in GTK+ and curses pinentries.

Noteworthy changes in version 0.9.3 (2015-06-01)
------------------------------------------------

* Improved documentation

* New pinentry-gnome3

* More improvements for pinentry-tty.

* Fixes for pinentry-curses including support for Ctrl-W, Ctrl-U,
  Ctrl-H, Ctrl-L, and Alt-Backspace

* New Assuan command to request clearing an external cache.

* Fixed problems linking to ncursesw.

* All kind of other minor fixes.

(wiz)

2015-06-07 08:41:58 UTC MAIN commitmail json YAML

2015-06-07 08:41:50 UTC MAIN commitmail json YAML

Update to 0.27:

0.27 (2015/05/30)
* fix --enable-debug and --enable-werror
* add unit tests
* new command: "searchplay" searches and plays songs from the current playlist
* fix use-after-free bug
* new command: "searchadd" works like findadd with non-exact matching
* improved error handling
* show directories in command "tab"
* bash completion: escape '&'
* add %mtime% and %mdate% to --format
* recognize command by unambiguous prefix
* "insert" queues new songs when "random" mode is enabled

(wiz)

2015-06-07 08:41:13 UTC MAIN commitmail json YAML

Updated math/coinmp to 1.8.2

(wiz)

2015-06-07 08:41:04 UTC MAIN commitmail json YAML

Update to 1.8.2; changes not found.

(wiz)

2015-06-07 08:30:59 UTC MAIN commitmail json YAML

+ ImageMagick-6.9.1.4, coinmp-1.8.2, mpc-0.27, notmuch-0.20.1,
  octave-4.0.0, pinentry-0.9.4, py-cryptography-0.9.1,
  py-html2text-2015.6.6, py-tortoisehg-3.4.1, py-virtualenv-13.0.3.

(wiz)

2015-06-07 08:26:13 UTC MAIN commitmail json YAML

geany updated to 1.24.1, provided by David H. Gutteridge in PR 49950.

(wiz)

2015-06-07 08:25:33 UTC MAIN commitmail json YAML

Update to 1.24.1:

Change log:

Geany 1.24.1 (April 16, 2014)

    General
    * Fix distribution of custom GTK style files (#1037).

Geany 1.24 (April 13, 2014)

    General
    * Add experimental support for GTK3.
    * Add support for loading CTags and Vi tags files.
    * Save configuration when plugin manager dialog is closed.

    Bug fixes
    * Fix many small memory leaks (many of them found by Pavel Roschin).
    * Fix stopping of some spawned commands.
    * Fix cursor position and selection after comment toggling (#3576431).
    * Fix truncated output of ``--list-documents`` command-line option.
    * Fix launching a new instance when ``--list-documents`` is passed
      and no other instance is running.
    * Fix crash if a Custom Command returns after its related document
      has been closed.
    * Fix typo in "deque" C++ include name (#1027).
    * Fix replacing a selection starting with "0x" by a color if the
      selection is not 8 bytes long.
    * Fix a possible crash on quit.

    Interface
    * Fix custom GTK styles under KDE (#3607935).
    * Add Find entries in the Symbol List popup menu (#3608278).
    * Flatten-out the View menu.
    * Add a button to directly configure a plugin's keybindings in the
      plugin manager (Pavel Roschin).
    * Add an Apply button to the color chooser dialog (FR#686,
      Steven Valsesia).
    * Use a non-cropped 16x16 application icon (#1010).
    * Fix "leaks" of geany_run_script (#975).

    Editor
    * Update Scintilla to version 3.3.6 (#962, #995).
    * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
      Eugene Arshinov).
    * Fix unfolding the very last line in a level (#1007).
    * Fix commenting the very last line in some situations.

    Search
    * Fix bulk Search & Replace not to match replacements.
    * Fix finding start of word when performing whole word matching.
    * Search when activating the Replace dialog find entry.

    Filetypes
    * Add CUDA filetype (PR#147, Benjamin Chr騁ien).
    * Add Rust filetype (PR#181, SiegeLord).
    * Add Batch filetype (canou).
    * Add Graphviz filetype (PR#125, Miro Hron&#269;ok).
    * Add PowerShell filetype (Igor Shaula).
    * Add Clojure filetype (PR#92, Ho瀟g Minh Th&#7855;ng).
    * Many improvements to the PHP tag parser.
    * Update PHP global tags file (PR#137, John Long).
    * Improve shebang detection for mksh and tcsh shells
      (PR#126 , Ypnose).
    * Fix Asciidoc parser recognition of open block as underline.
    * Fix symbol list entry for Asciidoc headers containing a dot.
    * Fix Asciidoc title parsing.
    * SQL parsing improvements.
    * Extend list of recognized keywords for SQL.
    * Fix SQL single-line comment marker (#997).
    * Fix parsing of some JavaScript constructors (#966).
    * Fix parsing a JavaScript regular expression in a return statement.
    * Fix parsing JavaScript files with a shebang.
    * Parse Java annotations with parameters (#924, Braden Walters).
    * Display Java enums in the symbol list.
    * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
    * Fix parsing of C++ static_assert.
    * Fix parsing of typed enums in C# and C++.
    * Mitigate parsing errors on C++ generics containing an expression.
    * Add C++ member pointer operator to scope autocomplete operators
      (#907).
    * Fix parsing of Fortran "forall" blocks and procedure pointers
      (Alexander Ebersp臘her).
    * Fix parsing of complex Cython types.
    * Fix re-parsing Objective-C code.
    * Fix parsing of Verilog initializers.
    * Fix displaying of quoted Bash HereDoc delimiters (#952).
    * Add some HTML5 keywords (Duncan de Wet).
    * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
    * Haskell highlighting improvements (kudah).
    * Add Matlab class keywords (PR#136, Felix Totir).
    * Fix argument list on some Python constructors.
    * Fix R indenting to use braces.
    * Display R sources and libraries in the symbol list.
    * Many improvements to the Fortran tag parser (#1023, #1030, with
      help from Adam Hirst).
    * Put Makefile comments at start of line.
    * Add some missing Pascal keywords (#1033, PR#144).
    * Add default build command for Bibtex in the Latex filetype
      (PR#227, Francisco Iacobelli).
    * Ignore Python imports when going to a tag's definition.
    * Add some more Ruby extensions (Igor Shaula).

    Internationalization
    * Make date templates translatable (Christian Dywan).
    * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
                          lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW

    Plugins
    * Save Actions: add autosave when the editor lose focus (FR#683,
      Steven Valsesia).
    * Export: fix exporting a document not ending with a newline.
    * Export: fix including random, unused styles in the output.
    * Export: fix HTML title if the file name contains control characters.
    * Export: fix LaTeX export with many consecutive '-', '<' or '>'.

    API
    * Add plugin_builder_connect_signals().

    Windows
    * Fix infinite pagination when printing (#961).
    * Fix spawning commands with spaces (#943).
    * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
    * Add default extension to native save dialogs (#1021).
    * Add colorschemes from the Geany-Themes project to the
      Windows  installer.
    * Add option to install Geany header files and pkgconfig file to the
      Windows installer.
    * Fix broken opening files from command line on Windows
      (again, #3613096).

(wiz)

2015-06-07 08:23:01 UTC MAIN commitmail json YAML

Added devel/py-hg-fastimport version 20150518

(wiz)

2015-06-07 08:22:52 UTC MAIN commitmail json YAML

Added devel/py-fastimport version 0.9.4

(wiz)

2015-06-07 08:22:41 UTC MAIN commitmail json YAML

+ *fastimport.

(wiz)

2015-06-07 08:22:33 UTC MAIN commitmail json YAML

Updated textproc/hunspell to 1.3.3

(wiz)

2015-06-07 08:22:24 UTC MAIN commitmail json YAML

Update to 1.3.3, provided by David H. Gutteridge in PR 49949:

Change log:

2014-06-02 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * escape spaces in paths of ODF files

2014-05-28 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * add long path/Unicode path support in WIN32 environment:
        - hunspell#233 (reported by mahak gark) and LibreOffice fdo#48017
        * flat ODF support, eg.:
          hunspell doc.fodt
          cat doc.fodt | hunspell -l -O
        * new options:
        - -X (XML) input format
        - -O (ODF or flat ODF) input format
        - --check-apostrophe: check and force Unicode apostrophe usage
          (ASCII or Unicode apostrophe has to be in the
          WORDCHARS section of the affix file)
        * fix ODF support:
        - break 1-line XML of ODT documents at </style:style>, too,
          not only at </text:p> (limiting tokenization problems, when
          fgets stops within an XML tag)
        - show ODF file path on the UI instead of the temporary file
        * fix XML support:
        - ', ", &, < and > in replacements converted to XML entities
        - recognize &apos at tokenization, depending from WORDCHARS
        - &apos; in tokens converted to ' before spell checking and
          in the output of the pipe interface
        * better apostrophe usage:
        - WORDCHARS only with one of the Unicode or ASCII apostrophe
          results extended word tokenization: both of them will be part of
          the words (if they are inside: eg. word's, but not words').
        - convert Unicode apostrophes to ASCII ones for 8-bit dictionaries
          (eg. English dictionaries), or for UTF-8 dictionaries only
          with ASCII apostrophe supports (eg. French dictionaries).
        * updated manual:
        - hunspell.4 renamed to hunspell.5, see
          hunspell#241 reported by Cristopher Yeleighton
        - updated translations
        - note about long/Unicode paths in WIN32 (hunspell.3)

2014-04-25 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * OpenDocument support, eg.
          hunspell *.odt
          hunspell -l *.odt
        * always load default personal dictionary (fix
          filtering bad words - reduce this word list - using
          it as a personal dictionary workflow)
        * fix parsing/URL recognition problem (bad tokens
          with aposthrophes)

2013-07-25 pchang9@cs.wisc.edu
        * moz#897255 Wasted work in line_uniq
        * moz#897780 Wasted work in SuggestMgr::twowords

2013-07-25 Caol疣 McNamara <caolanm at LibO>:
        * hunspell#167 layout problems with long lines
                - based on the original fix by xorho
                  adapted to HEAD
        * rhbz#925562 upgrade config.guess for aarch64

2013-07-24 pchang9@cs.wisc.edu
        * moz#896301 Wasted work in SfxEntry::checkword
        * moz#896844 Wasted work in AffixMgr::defcpd_check

2013-06-13 Konstantin Khlebniko
        * #49 HashMgr::add_word computes wrong size for struct hentry

2013-06-13 Ville Skytt�
        * #53 Man page syntax fixes

2013-04-19 John Thomson <john thomson at SIL>
        * win_api: add remove() of Hunspell API (hun#3606435)

2013-04-19 Rouslan Solomokhin <at sf.net>
        * fix crash in suggestions for 99-character long words
          by extending arrays of SuggestMgr::forgotchar_*
          (hun#3595024, also http://crbug.com/130128),
          thanks to also Pawe&#65533;<82> Hajdan to report the patch

2013-04-01 Caol疣 McNamara <caolanm at LibO>:
        * hunspell: -Werror=undef

2013-03-13 Caol疣 McNamara <caolanm at LibO>:
        * rhbz#918938 crash in interaction with danish thesaurus

2012-09-18 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: - fix morphological analysis of
        compound words (hun#3544994, reported by D疱id Nemeskey, fdo#55045)

2012-06-29 Caol疣 McNamara <caolanm at LibO>:
        * fix various coverity warnings

2012-01-10 Ehsan Akhgari <ehsan at mozilla dot com>
        * moz#710940 Firefox Crash [@ AffixMgr::parse_file(char const*, char
        const*) ]

2011-12-16 Jared Wein <jwein at mozilla dot com>
        * moz#710967 Incorrect argument passed to strncmp in
        AffixMgr::parse_convtable

2011-12-06 Caol疣 McNamara <caolanm at LibO>:
        * rhbz#759647 fixed tempname of hunSPELL.bak collides with other users
        when multiple edits in one dir

2011-10-13 Caol疣 McNamara <caolanm at LibO>:
        * moz#694002 crash in hunspell affixmgr on exit with bad .aff
        * leak in hunspell affixmgr with bad .aff

2011-09-19 Caol疣 McNamara <caolanm at LibO>:
        * make libparsers.a not installed thanks to Tom癩 Chv疸al

2011-06-23 Caol疣 McNamara <caolanm at LibO>:
        * fix some windows compiler warnings

2011-05-24 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: allow twofold suffixes in compounds
          by extended version of Arno Teigseth's patch, see hun#3288562.
        - new option for this feature: COMPOUNDMORESUFFIXES

2011-02-16 N駑eth L疽zl� <nemeth at numbertext dot org>:
        * src/*/Makefile.am: fix library versioning, the probem reported by
          Rene Engerhald and Simon Brouwer.

        * man/hunspell.4: new version based on the revised version of Ruud Baars

(wiz)

2015-06-07 08:19:36 UTC MAIN commitmail json YAML

Import py27-hg-fastimport-20150518 as devel/py-hg-fastimport.

The "fast import" format originates with Git, where it is used as
the generic backend for converting other SCM repositories to git.
It's generic enough that it can be used to feed a Mercurial repository
as well, and that's what this extension does: read a "fast import"
stream and turn it into changesets in a Mercurial repository. The
potential of this extension is that any foreign SCM that can be
converted to Git can also be converted to Mercurial, regardless of
the capabilities of Mercurial's own ConvertExtension. The catch is
that the conversion is a little cumbersome: first convert to a
fast-import dump, then feed that dump to Mercurial.

(wiz)

2015-06-07 08:19:05 UTC MAIN commitmail json YAML

Import py27-fastimport-0.9.4 as devel/py-fastimport.

This package provides a parser for and generator of the Git fastimport
format.

(wiz)

2015-06-07 08:15:51 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ReadKey to 2.33

(wiz)

2015-06-07 08:15:41 UTC MAIN commitmail json YAML

Update to 2.33:

2015-06-04  Jonathan Stowe <jns+git@gellyfish.co.uk>

* .gitignore, Changes, META.yml, README, ReadKey.pm: Up version

2015-06-04  Jonathan Stowe <jns+git@gellyfish.co.uk>

* .gitignore: Add .bs file to .gitignore

2015-06-04  Jonathan Stowe <jns@gellyfish.co.uk>

* : Merge pull request #6 from ntyni/master Make genchars.pl output reproducible by sorting hash keys

2015-04-30  Jonathan Stowe <jns+git@gellyfish.co.uk>

* Makefile.PL: Fix for "[rt.cpan.org #100932] Parallel build fails"
from Petr Pisar

2015-04-30  Jonathan Stowe <jns+git@gellyfish.co.uk>

* MANIFEST.SKIP: Add .git directory to the MANIFEST.SKIP

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

* MANIFEST, MANIFEST.SKIP: Add new artefacts

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

* .travis.yml: Add travis-ci testing

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

* .gitignore: Add .gitignore

2015-04-13  Jonathan Stowe <jns@gellyfish.co.uk>

* : Merge pull request #5 from
sdeseille/Create_T_directory_and_split_test.pl Create t directory and split test.pl

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* README: Update README to reflect the move of test.pl in example
subdirectory

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* README: Revert "Update README to reflect the move of test.pl in
example subdirectory" This reverts commit 09402dcd68d8d0417e0eb2f9ea0aeaf4b4c72e9a.

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* README: Update README to reflect the move of test.pl in example
subdirectory

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* example/test.pl, test.pl: Move test.pl in example's subdirectory
in order to keep the possibility to use its interactive mode

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* t/02_terminal_functions.t: Finished to implement all tests from
test.pl

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* t/02_terminal_functions.t: Add test to Check TerminalSize OUT

2015-04-11  S辿bastien Deseille <sebastien.deseille@gmail.com>

* t/02_terminal_functions.t: Add test to Check non-blocking read

2015-04-10  S辿bastien Deseille <sebastien.deseille@gmail.com>

* t/02_terminal_functions.t: Add second test about Comparing
TerminalSize

2015-04-10  S辿bastien Deseille <sebastien.deseille@gmail.com>

* t/01_basic.t: Add first test to validate module loading

2015-04-03  Jonathan Stowe <jns@gellyfish.co.uk>

* : Merge pull request #3 from kmx/master no resize, no stty on MS Windows

(wiz)

2015-06-07 08:13:58 UTC MAIN commitmail json YAML

Updated security/p5-Net-SSLeay to 1.69

(wiz)

2015-06-07 08:13:50 UTC MAIN commitmail json YAML

Update to 1.69:

1.69 2015-06-04
    Testing with OpenSSL 1.0.2, 1.0.2a. OK.
    Completed LibreSSL compatibility with the kind assistance of Alexander
    Bluhm.
    Improved compatibility with OpenSSL 1.0.2a as suggested by Petr Pisar.
    Added the X509_check_* functions introduced in OpenSSL 1.0.2, contributed
    by Carsten Gaebler.
    Added support for X509_V_FLAG_TRUSTED_FIRST constant, patch from Gisle Aas.
    Patch allows get_keyblock_size to work correctly with
    OpenSSL 1.0.1 and later versions. Contributed by Heikki Vatiainen.

(wiz)

2015-06-07 05:58:36 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1405

(wen)

2015-06-07 05:55:25 UTC MAIN commitmail json YAML

Update to 2.1405

Upstream changes:
2.1405  2015-06-06

  [BUG FIXES]

  - The native 'Array' trait 'sort' accessor now returns the number of
    elements in scalar context, instead of the undefined value (or a
    different, seemingly-random, value under 5.23.x).

(wen)

2015-06-07 05:52:45 UTC MAIN commitmail json YAML

Updated shells/bash to 4.3.039

(ryoon)

2015-06-07 05:49:28 UTC MAIN commitmail json YAML

Update to 4.3.039

Changelog:
* Bugfixes (031-039)

(ryoon)

2015-06-07 04:18:04 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 3.2.3.

(taca)

2015-06-07 04:17:39 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 3.2.3.

### 3.2.3 / 2015-06-06
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix regression with the railtie resulting in undefined method `preview_path=`
  on Rails 3.x and 4.0 (Aaron Kromer, #1388)

### 3.2.2 / 2015-06-03
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.1...v3.2.2)

Bug Fixes:

* Fix auto-including of generic `Helper` object for view specs sitting in the
  `app/views` root (David Daniell, #1289)
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
  without the test-unit gem (Orien Madgwick, #1350)
* Fix load order issued which causes an undefined method `fixture_path` error
  when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)

(taca)

2015-06-07 04:16:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext_i18n_rails package to 1.2.3.

(taca)

2015-06-07 04:16:06 UTC MAIN commitmail json YAML

Update ruby-gettext_i18n_rails to 1.2.3.

* fixes issue with broken storage file path.
* Inherit scope; there are the case where "rake gettext:find" just fails if
  the task has another scope.  it should be inherited to accomplish the task
  properly.

(taca)

2015-06-07 03:52:26 UTC MAIN commitmail json YAML

Don't create a directory that is never removed. Bump revision.

(joerg)

2015-06-07 03:46:40 UTC MAIN commitmail json YAML

Sync spec with reality.

(joerg)

2015-06-07 03:46:05 UTC MAIN commitmail json YAML

Support DESTDIR, drop @dirrm. Give a working WRKSRC.

(joerg)

2015-06-07 03:43:53 UTC MAIN commitmail json YAML

One forgotten @dirrm.

(joerg)

2015-06-07 03:43:27 UTC MAIN commitmail json YAML

Modernize PLIST by using @pkgdir. Bump revision.

(joerg)

2015-06-07 03:40:48 UTC MAIN commitmail json YAML

Drop outdated @comment

(joerg)

2015-06-07 03:40:19 UTC MAIN commitmail json YAML

2015-06-07 03:39:08 UTC MAIN commitmail json YAML

Garbage collect remaining part of the @dirrm logic.

(joerg)

2015-06-07 03:34:55 UTC MAIN commitmail json YAML

@dirrm has been gone for a while and so have the *-dir packages.

(joerg)

2015-06-06 20:33:42 UTC MAIN commitmail json YAML

Updated net/gupnp to 0.20.13nb3

(wiz)

2015-06-06 20:33:32 UTC MAIN commitmail json YAML

Add missing files after vala versioning change.
Bump PKGREVISION.

(wiz)

2015-06-06 17:31:47 UTC MAIN commitmail json YAML

Updated emulators/xnp2 to 0.84

(tsutsui)

2015-06-06 17:30:35 UTC MAIN commitmail json YAML

Update xnp2 to 0.84.

Changes from 20140607 (ver.0.83 based snapshot) to ver.0.84

- Change source code base from https://github.com/nonakap/xnp2
  to http://amethyst.yui.ne.jp/svn/pc98/np2/
- Fix abort in XF86VidModeGetModeInfo() on some environments

(tsutsui)

2015-06-06 17:13:25 UTC MAIN commitmail json YAML

Updated misc/rlwrap to 0.42

(youri)

2015-06-06 17:11:43 UTC MAIN commitmail json YAML

PR/4997 from Leonardo Taccary, thanks!

Update misc/rlwrap to rlwrap-0.42.

Changes:
0.42
----
* Added --mirror-arguments (-U) option
* On SunOS tcgetattr(slave pty) failed with "Invalid argument"
* If the completion list contained two words, one of which a
  prefix of the other (e.g. "sea" and "seagull") the shorter one would
  be skipped when displaying a list of completions
* reading completion files (with the -f option, or from
  $RLWRAP_HOME/<command>_completions) could fail with an incorrect
  ENOENT ("No such file or directory")
* rlwrap -z listing wouldn't list filters
* When both master and slave pty are unfit for sensing slave
  commands terminal settings, rlwrap now bails out with an error
  "cannot determine terminal mode of slave command"

0.41
----
* Slightly late SIGCHLD could cause an I/O error on master pty
* Added -W (-polling) option to poll slave pty for changes in its
  interrupt character and ISIG flag.
* if $TERM is not found in termcap/terminfo database, use vt100

0.40
----
* configure will now find tgetent() in libtinfo
* compiling with gcc -O2 made rlwrap hang after CTRL-D on empty line
* HP-UX 11 has weird tgetent() return values, confusing rlwrap
* On Solaris, rlwrap would sometimes fail with "TIOCSWINSZ failed on
  slave pty"
* Single quote ' is now word-breaking by default
* multi-line edit would mangle upper ASCII and UTF-8 (and still does
  that to UTF16 :( )
* added --extra-char-after-completion and -multi-line-ext options
* rlwrap now recognises the 'rmcup' and 'rmkx' character sequences used by
  programs that use an alternate screen (like editors and pagers) to return
  from it.
* configure will now correctly determine pty type on SCO OpenServer
* rlwrap --no-children would leak file descriptors to /proc/<command_pid>/wchan
* non-ASCII characters in multi-line input are no longer replaced
  by spaces after calling an external editor
* running rlwrap within emacs would crash (division by zero).
  rlwrap now bails out whenever terminal width == 0
* added --enable-proc-mountpoint config option to use alternate linux-like
  proc filesystems (like in FreeBSD) for finding <command>s working dir (-c option)
  and kernel function in which <command> is sleeping (-N option)
* added prototype for copy_without_ignore_markers, fixing a segfault on NetBSD/amd64
* commands final output before dying was lost on FreeBSD
* Filters now get complete echo lines even if the echo comes back in chunks

(youri)

2015-06-06 14:29:52 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.12.

(taca)

2015-06-06 14:29:13 UTC MAIN commitmail json YAML

Update typo3_62 package to 6.2.12.

2015-04-16  012f31e                  [RELEASE] Release of TYPO3 6.2.12 (TYPO3 Release Team)
2015-04-14  ad23774  #65117          [TASK] EM: Update extension to latest possible (Alexander Opitz)
2015-04-14  7477185  #66410          [BUGFIX] Store dependency errors before further dependency tests (Nicole Cordes)
2015-04-14  07be3df  #65506          [BUGFIX] Re-add parsing for list elements (Nicole Cordes)
2015-04-13  bebf919  #62184          [BUGFIX] Invalid file identifier with GIFBUILDER (Xavier Perseguers)
2015-04-13  5a15c87  #63675          [BUGFIX] Cache results of explodeSoftRefParserList() (Stephan Gro��berndt)
2015-04-13  eeaf6d9  #66208          [BUGFIX] Handle post_max_size = 0 (Markus Klein)
2015-04-13  934e4e1  #66243          [BUGFIX] Write references for FAL relations (Nicole Cordes)
2015-04-13  225eb71  #65980          [BUGFIX] indexed_search: Correct js for section titles (Tymoteusz Motylewski)
2015-04-13  c2cbc8e  #58003          [BUGFIX] IndexedSearch: Fix various issues in extbase plugin (Robert Vock)
2015-04-13  2451486  #52126,#57129  [FOLLOWUP][BUGFIX] Fix readable output for type "group" and MM-tables (Xavier Perseguers)
2015-04-13  c73d3d4  #52126,#57129  [BUGFIX] Fix readable output for type "group" and MM-tables (Georg Ringer)
2015-04-10  670bb70  #66347          [BUGFIX] Use title property for File Links (Mathias Brodala)
2015-04-10  b724d60  #58800          [BUGFIX] Prevent extension download if disabled (Nicole Cordes)
2015-04-10  e1bdf78  #65480          [BUGFIX] Compare field names without configuration (Nicole Cordes)
2015-04-10  e400018  #22167          [BUGFIX] Automatic scrolling of editing form when inserting paragraph (Andreas Fernandez)
2015-04-10  c58ba3e  #66263          [BUGFIX] Respect access method with updater in EM (Jigal van Hemert)
2015-04-09  b57bf36  #17774          [BUGFIX] Use less memory in CLI lowlevel_refindex (Christian Weiske)
2015-04-09  5538ff4  #66338          [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script (Christian Weiske)
2015-04-09  de6f536  #65829          [BUGFIX] Cancel button "id" in workspaces contains a typo (Pierre Boivin)
2015-04-08  e12a261  #66270          [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW (Frans Saris)
2015-04-08  9371564  #65654          [BUGFIX] Error code 1238108067 is used twice (Xavier Perseguers)
2015-04-08  75f50dd  #58782          [TASK] Add a signal after importer init in ImportExportUtility (Marc Bastian Heinrichs)
2015-04-08  07c2094  #16773          [BUGFIX] Indexed_search: add CSSsufix to title class (Tymoteusz Motylewski)
2015-04-08  917ea76  #65126          [BUGFIX] Fix grouping of file references in FlexForms of workspaces (Stephan Gro��berndt)
2015-04-06  2a03fac  #65848          [BUGFIX] Hooks/Signals cannot be used during extension install (Oliver Hader)
2015-04-04  acde441  #66033          [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage (Frans Saris)
2015-04-04  6c9dcb6  #66268          [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes() (Frans Saris)
2015-04-03  2049732  #65520          [BUGFIX] Handle missing relations gracefully (Frans Saris)
2015-04-02  3d380ef  #66229          [TASK] Better structure for .gitignore file (Markus Klein)
2015-04-01  2a00b45  #59224          [BUGFIX] Do not fix uniqueInPid for empty values (Markus Klein)
2015-03-31  05ee513  #66085          [BUGFIX] Link to file not editable anymore (Wouter Wolters)
2015-03-31  973cadf  #65941          [BUGFIX] Check for existing types before binding (Andreas Fernandez)
2015-03-31  b08cf78  #66083          [BUGFIX] Re-enable absolute external links (Nicole Cordes)
2015-03-31  19dde7d  #65746          [BUGFIX] Correct typo of ActionService->getDataHandler() (Stephan Gro��berndt)
2015-03-31  c1bb631  #63670          [BUGFIX] DataHandler: Cache TCA field eval array (Stephan Gro��berndt)
2015-03-31  af44141  #64627          [BUGFIX] Fix whitespace replacement for older PCRE versions (Andreas Fernandez)
2015-03-30  34dd118  #65965          [BUGFIX] Allow value 0 in textfields with eval int (Markus Klein)
2015-03-30  93080d3  #66148          [BUGFIX] Invalid syntax for swapping arguments in sprintf() (Xavier Perseguers)
2015-03-30  dea2c66  #60851          [BUGFIX] System>Configuration: Fix search in (Michael Oehlhof)
2015-03-30  f0f0f10  #66146          [BUGFIX] Mixed-up original and XCLASS class names in reports (Xavier Perseguers)
2015-03-29  92fcab3  #65341          [BUGFIX] EM: Update extension versions not in TER (Alexander Opitz)
2015-03-28  0afd642  #65871          [BUGFIX] Show commands for GDlib tests (Georg Ringer)
2015-03-28  67f03fd  #65727          [BUGFIX] Avoid cObject to create a temporary file (Benjamin Mack)
2015-03-28  26c4f4b  #62189          [BUGFIX] Correctly render menu link for translated shortcuts (Markus Klein)
2015-03-27  aacde3b  #66068          [BUGFIX] Use current time for new sys_log entries (Frans Saris)
2015-03-26  9aaba26  #65836          [BUGFIX] Fix order of generator meta tag (Wouter Wolters)
2015-03-26  d643a32  #63927          [BUGFIX] Last-Modified response header broken by design (Patrick Broens)
2015-03-26  10779eb  #62080          [BUGFIX] Do not overwrite page title of USER plugins (Markus Klein)
2015-03-26  a335865  #66028          [BUGFIX] Use early return in cObj::getImgResource (Oliver Hader)
2015-03-25  1f98368  #66023          [BUGFIX] Performance issue with caching empty text menus (Oliver Hader)
2015-03-25  bd8c701  #59589          [BUGFIX] Check folder permission for default upload folder (Nicole Cordes)
2015-03-25  71277f9  #65983          [BUGFIX] FileList uses wrong basefolder for isWithinFolder (Frans Saris)
2015-03-24  a8900b7  #65936          [BUGFIX] Allow Video Text Tracks files (Andreas Fernandez)
2015-03-24  5d6d720  #65974          [BUGFIX] TCAtree must use BackendUtility::getRecordTitle() (Georg Ringer)
2015-03-24  d7cd1a8  #65804          [BUGFIX] helhum/class-alias-loader version in composer.json (Alexander Stehlik)
2015-03-23  a84d942  #65817          [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin (Tymoteusz Motylewski)
2015-03-22  80b566f  #65844          [TASK] Use LOWER instead of LCASE (Andreas Fernandez)
2015-03-19  d6659aa  #65853          [BUGFIX] RTE: Paste structure does not remove on[event] attributes (Stanislas Rolland)
2015-03-19  5ef2236  #65792          Revert "[BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays" (Anja Leichsenring)
2015-03-19  3d95bf2  #65693          [BUGFIX] RTE: Paste structure fails in Google Chrome (Stanislas Rolland)
2015-03-19  0671b4c  #60998          [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid() (Markus Klein)
2015-03-19  04effb2  #62100          [BUGFIX] Set session cookie when FE_SESSION_KEY is used (Nils Heuermann)
2015-03-18  0708920  #65816          [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin (Tymoteusz Motylewski)
2015-03-18  0a6dfcd  #65806          [TASK] Improve deprecation message of raw query result (Christian Kuhn)

(taca)

2015-06-06 14:14:56 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.2.

(taca)

2015-06-06 14:14:12 UTC MAIN commitmail json YAML

Update roundcube to 1.1.2.  It includes security fix.

RELEASE 1.1.2
-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
- Fix zipped messages downloads after selecting all messages in a folder (#1490339)
- Fix vpopmaild driver of password plugin
- Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343)
- Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337)
- Fix message list header in classic skin on window resize in Internet Explorer (#1490213)
- Fix so text/calendar parts are listed as attachments even if not marked as such (#1490325)
- Fix lack of signature separator for plain text signatures in html mode (#1490352)
- Fix font artifact in Google Chrome on Windows (#1490353)
- Fix bug where forced extwin page reload could exit from the extwin mode (#1490350)
- Fix bug where some unrelated attachments in multipart/related message were not listed (#1490355)
- Fix mouseup event handling when dragging a list record (#1490359)
- Fix bug where preview_pane setting wasn't always saved into user preferences (#1490362)
- Fix bug where messages count was not updated after message move/delete with skip_deleted=false (#1490372)
- Fix security issue in contact photo handling (#1490379)
- Fix possible memcache/apc cache data consistency issues (#1490390)
- Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
- Fix bug where some files could have "executable" extension when stored in temp folder (#1490377)
- Fix attached file path unsetting in database_attachments plugin (#1490393)
- Fix issues when using moduserprefs.sh without --user argument (#1490399)
- Fix potential info disclosure issue by protecting directory access (#1490378)
- Fix blank image in html_signature when saving identity changes (#1490412)
- Installer: Use openssl_random_pseudo_bytes() (if available) to generate des_key (#1490402)
- Fix XSS vulnerability in _mbox argument handling (#1490417)

(taca)

2015-06-06 13:01:56 UTC MAIN commitmail json YAML

Fix MASTER_SITES after adjusting mirrored distfile location to follow
MASTER_SITE_LOCAL convention.

(gdt)

2015-06-06 12:58:11 UTC MAIN commitmail json YAML

Updated geography/gpsbabel to 1.5.2

(gdt)

2015-06-06 12:57:58 UTC MAIN commitmail json YAML

Update to 1.5.2.

pkgsrc changes: add bash exorcism for testo
upstream changes: Depend on QT, and much rewriting

Summary of upstream changes:

1.5.2

  Add read support for Google's "gx:track" extension to KML.
  Ralf Horstmann adds Mynav Map Manager and VDO GP7.
  White B. Coot adds F90G support.
  Zingo Andersonadds Energympro sport watches.
  Support altitude in mainnav.

1.5.1

  Add options to discard filter to discard points based on regular expressions.
  Experimental support for for faster Garmin serial download speeds.

1.5.0

  GPSBabel 1.4.x has had a good run. That series has been downloaded
  over a million times and is widely used by thousands of people a
  day. But, like many projects entering their teens (I started the code
  that became GPSBabel in 2001) we've accumulated our share of technical
  debt and the world around us has changed. GPSBabel 1.5 is about
  revisiting some of those early, fundamental (and, sometimes, dumb)
  decisions and rebuilding much of it from the foundation up. We've
  collected hundreds of changes spanning about a hundred thousand lines
  of code and we're presenting GPSBabel 1.5.

  Of course, if you're an existing user, you're looking for new formats
  and fixes. We happen to have those. Freshly added:

  Mapbar
  Garmin G1000
  Google Direction API
  MTK Locus
  Lowrance USR v4
  GlobalSat DG-200
  Humminbird v4

  We have fixes:

  GUI now lists help button on main screen and options pages.
  TODO: list more.

  By far, our deepest cutting changes are in our infrastructure.

  We changed the implementation language from C89 to C++03. This lets
  our developers use modern, object-oriented programming and modern
  libraries.

  We moved to the open source Qt toolkit. We've successfully used Qt in
  the GUI for over five years. This lets us focus on GPSBabel itself and
  not implementi ng our own OS abstractions from scratch, robust string
  and time handling, and much more.

  We replaced time from our old representation that used the number of
  seconds since 1/1/1970 and had a fractional seconds component bolted
  onto the side (that was only sometimes used) with a QDateTime which
  allows us to represent time within millisecond resolution from Jan 2,
  4713 BCE to sometimes in the year 11 million. While that sounds crazy
  (it is!) this lets things like the track filter not mangle data
  collected by your 10Hz GPS and your placemarks can have dates that,
  say, buildings were built or cities were founded without worrying
  about Jan 1, 1970.

  We replaced all of our XML (GPX, KML, Geo, etc) readers with Qt
  readers. This reduces the number of data-specific bugs you're likely
  to encounter. No longer will a waypoint named "]]" (it happens!) crash
  your data. We're much more robust when reading extended namespaces.

  We replaced our own XML writers with Qt's XML serializers. This solves
  a whole class of data-specific issues with specific fields containing
  data like "<" or "[[<CDATA" (it happens!) or international characters
  or such.

  Reference counted, dynamic strings are now used in the majority of our
  key data structures, eliminating leaks and allowing multiple copies of
  the same data to share a copy in memory, lessening the amount of
  memory we use.

  A lot of emphasis as been placed on sound engineering. GPSBabel now
  has automated tests covering hundreds of thousands of operations to
  check against memory leaks, overwrites, unused code, uninitialized
  data use and so on. We believe this to be our highest quality release
  ever.

  As a result of all this remodelling, some of our formats that our
  statistics showed were infrequently used and that had little to no
  support traffic in many years were removed. Most of these were formats
  for Palm OS, were never mentioned after they were initially added, or
  are for companies that have been out of business for years or that
  have moved to better formats, like GPX. These include:

  Deprecated formats - Palm/OS

  cetus
  copilot
  coto
  gcdb
  geoniche
  gpilots
  gpspilot
  mag_pdb
  magnav
  palmdoc
  pathaway
  quovadis

  Others

  axim_gpb
  coastexp
  hsandv
  ktf2
  kwf2
  msroute
  msroute1
  psp
  sportsim

(gdt)

2015-06-06 12:03:24 UTC MAIN commitmail json YAML

Update homepage from berlios to sourceforge.

(I can't find any evidence that lensfun has abandonded sourceforge
yet, but if I'm wrong please let me know.)

(gdt)

2015-06-06 11:42:35 UTC MAIN commitmail json YAML

Updated devel/git to 2.4.3

(adam)

2015-06-06 10:59:57 UTC MAIN commitmail json YAML

2015-06-06 09:59:07 UTC MAIN commitmail json YAML

Fixes since v2.4.3
------------------

* Error messages from "git branch" called remote-tracking branches as
  "remote branches".

* "git rerere forget" in a repository without rerere enabled gave a
  cryptic error message; it should be a silent no-op instead.

* "git pull --log" and "git pull --no-log" worked as expected, but
  "git pull --log=20" did not.

* The pull.ff configuration was supposed to override the merge.ff
  configuration, but it didn't.

* The code to read pack-bitmap wanted to allocate a few hundred
  pointers to a structure, but by mistake allocated and leaked memory
  enough to hold that many actual structures.  Correct the allocation
  size and also have it on stack, as it is small enough.

* Various documentation mark-up fixes to make the output more
  consistent in general and also make AsciiDoctor (an alternative
  formatter) happier.

* "git bundle verify" did not diagnose extra parameters on the
  command line.

* Multi-ref transaction support we merged a few releases ago
  unnecessarily kept many file descriptors open, risking to fail with
  resource exhaustion.

* The ref API did not handle cases where 'refs/heads/xyzzy/frotz' is
  removed at the same time as 'refs/heads/xyzzy' is added (or vice
  versa) very well.

* The "log --decorate" enhancement in Git 2.4 that shows the commit
  at the tip of the current branch e.g. "HEAD -> master", did not
  work with --decorate=full.

* There was a commented-out (instead of being marked to expect
  failure) test that documented a breakage that was fixed since the
  test was written; turn it into a proper test.

* core.excludesfile (defaulting to $XDG_HOME/git/ignore) is supposed
  to be overridden by repository-specific .git/info/exclude file, but
  the order was swapped from the beginning. This belatedly fixes it.

* The connection initiation code for "ssh" transport tried to absorb
  differences between the stock "ssh" and Putty-supplied "plink" and
  its derivatives, but the logic to tell that we are using "plink"
  variants were too loose and falsely triggered when "plink" appeared
  anywhere in the path (e.g. "/home/me/bin/uplink/ssh").

* "git rebase -i" moved the "current" command from "todo" to "done" a
  bit too prematurely, losing a step when a "pick" did not even start.

* "git add -e" did not allow the user to abort the operation by
  killing the editor.

* Git 2.4 broke setting verbosity and progress levels on "git clone"
  with native transports.

* Some time ago, "git blame" (incorrectly) lost the convert_to_git()
  call when synthesizing a fake "tip" commit that represents the
  state in the working tree, which broke folks who record the history
  with LF line ending to make their project portabile across
  platforms while terminating lines in their working tree files with
  CRLF for their platform.

* Code clean-up for xdg configuration path support.

Also contains typofixes, documentation updates and trivial code
clean-ups.

(adam)

2015-06-06 09:15:50 UTC MAIN commitmail json YAML

2015-06-06 09:15:01 UTC MAIN commitmail json YAML

2015-06-06 09:13:52 UTC MAIN commitmail json YAML

Added security/py-yara version 3.3.0

(pettai)

2015-06-06 09:13:27 UTC MAIN commitmail json YAML

2015-06-06 08:57:18 UTC MAIN commitmail json YAML

Cleanup the Makefile and move some common stuff to Makefile.common,
in preparation of additional yara-dependent stuff...

(pettai)