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

2024-05-13 00:12:29 UTC Now

2015-10-08 12:20:45 UTC MAIN commitmail json YAML

Requires msgfmt. Fixes build on at least SunOS.

(fhajny)

2015-10-08 11:36:00 UTC MAIN commitmail json YAML

OSX El Capitan has an interesting file system bug which allows a deep
directory hierarchy to be created but not removed.  This is triggered by
the GNU getcwd-path-max.m4 configure test used in lots of GNU software,
and causes the builds to fail in pbulk as 'make clean' cannot complete.

For now we provide a cached result for the test to avoid running it,
using a 'no' value as the test is for a specific glibc bug.

This bug has been brought to Apple's attention by the NixOS developers,
raised as https://openradar.appspot.com/radar?id=6160634819379200.  For
now we mark only 10.11.0 (15.0.0) as having the bug - it remains to be
seen whether Apple will fix it in the upcoming .1 release.

(jperkin)

2015-10-08 10:08:03 UTC MAIN commitmail json YAML

2015-10-08 10:07:10 UTC MAIN commitmail json YAML

Check current file descriptor limit and raise if required rather than
blindly setting to 4096 (which may in fact be lower than current limit).
Bump PKGREVISION

(sborrill)

2015-10-08 09:47:33 UTC MAIN commitmail json YAML

Honour chronyd in rc.conf. Prior to this, chronyd would run regardless and
could not be disabled.
Bump PKGREVISION

(sborrill)

2015-10-08 07:58:17 UTC MAIN commitmail json YAML

Changes 1.8.5:
Made the development server���s autoreload more robust.
Fixed AssertionError in some delete queries with a model containing a field that is both a foreign and primary key.
Fixed AssertionError in some complex queries.
Fixed a migrations crash with GenericForeignKey.
Made translation.override() clear the overridden language when a translation isn���t initially active.
Fixed crash when using a value in ModelAdmin.list_display that clashed with a reverse field on the model.
Fixed autocompletion for options of non-argparse management commands.
Alphabetized ordering of imports in from django.db import migrations, models statement in newly created migrations.
Fixed migrations crash on MySQL when adding a text or a blob field with an unhashable default.
Changed Count queries to execute COUNT(*) instead of COUNT('*') as versions of Django before 1.8 did. This may fix a performance regression on some databases.
Fixed custom queryset chaining with values() and values_list().
Moved the unsaved model instance assignment data loss check on reverse relations to Model.save().
Readded inline foreign keys to form instances when validating model formsets.
Allowed using ORM write methods after disabling autocommit with set_autocommit(False).
Fixed the manage.py test --keepdb option on Oracle.
Fixed incorrect queries with multiple many-to-many fields on a model with the same ���to��� model and with related_name set to ���+���.
Fixed pickling a SimpleLazyObject wrapping a mode

(adam)

2015-10-08 01:03:06 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8nb1

(leot)

2015-10-08 01:02:42 UTC MAIN commitmail json YAML

2015-10-08 00:14:17 UTC pkgsrc-2015Q3 commitmail json YAML

2015-10-08 00:12:56 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4835 - requested by leot
www/webkit-gtk: build fix

Revisions pulled up:
- www/webkit-gtk/Makefile                                      1.99
- www/webkit-gtk/hacks.mk                                      1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Mon Oct  5 16:25:30 UTC 2015

  Modified Files:
  pkgsrc/www/webkit-gtk: Makefile
  Added Files:
  pkgsrc/www/webkit-gtk: hacks.mk

  Log Message:
  Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with
  - -march=i586 in order to avoid on i386 the "-latomic" flag when linking
  libwebkit2gtk-4.0.so.

  Bump PKGREVISION.

  Thanks joerg@, jperkin@ and tnn@ for various suggestions.

  To generate a diff of this commit:
  cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/webkit-gtk/Makefile
  cvs rdiff -u -r0 -r1.1 pkgsrc/www/webkit-gtk/hacks.mk

(spz)

2015-10-07 23:21:51 UTC MAIN commitmail json YAML

Needs pkg-config.

(joerg)

2015-10-07 23:21:22 UTC MAIN commitmail json YAML

2015-10-07 23:21:07 UTC MAIN commitmail json YAML

2015-10-07 23:19:08 UTC MAIN commitmail json YAML

2015-10-07 23:16:58 UTC MAIN commitmail json YAML

Explicitly pull in limits.h, it sometimes hasn't been included yet.

(joerg)

2015-10-07 23:16:09 UTC MAIN commitmail json YAML

2015-10-07 23:14:47 UTC MAIN commitmail json YAML

2015-10-07 22:20:18 UTC MAIN commitmail json YAML

Removed www/php-sugarcrm

(ryoon)

2015-10-07 22:17:01 UTC MAIN commitmail json YAML

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

Revert previous - apparently I want netbsd-www

(hubertf)

2015-10-07 18:43:34 UTC MAIN commitmail json YAML

Make sure xsltproc is pulled in (via libxslt) when installing from
a binary package, not only when building from source.
Needed to build stuff in htdocs on NetBSD-7/amd64 at least.

That's what you get from non-recursive dependency resolving...

Bump to version 1.4.

(hubertf)

2015-10-07 14:53:45 UTC MAIN commitmail json YAML

Updated databases/p5-Dancer-Plugin-DBIC to 0.2102

(wen)

2015-10-07 14:51:38 UTC MAIN commitmail json YAML

Update to 0.2102
Add missing DEPENDS

Upstream changes:
version 0.2102 at 2015-03-29 09:46:45 +0000
-------------------------------------------

  Change: 96eacfc5c44a2ac4c5f6ae5c4e8202c1e9f7c059
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-03-29 05:44:09 +0000

    this plugin is now a thin wrapper around DBICx::Sugar

    I created DBICx::Sugar to factor out the code duplication between
    Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC. Now this plugin is
    just a thin wrapper around DBICx::Sugar.

-------------------------------------------
version 0.2101 at 2015-02-14 02:52:24 +0000
-------------------------------------------

  Change: b4b29aa82925bc53370ae15aa66e897085c31db5
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-02-13 21:52:24 +0000

    updated SQL::Translator version requirement to fix cpantesters
    failures

  Change: 2ee1a4bfad6362fad5907dfe85fb8d866835cef6
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2015-01-12 01:16:15 +0000

    Merge pull request #17 from monsieurp/test-code-refactoring

    Test code refactoring

  Change: c2b09c695a711a336e753771926c01d4a53a4c31
  Author: Patrice Clement <monsieurp@gentoo.org>
  Date : 2015-01-11 19:48:35 +0000

    get rid of eval {} and make use of Test::Requires instead

  Change: 9270cfe02c06f1de469d6e19171c3e8d1ecb2f47
  Author: Patrice Clement <monsieurp@gentoo.org>
  Date : 2015-01-10 20:32:36 +0000

    test code refactoring and import tyding

(wen)

2015-10-07 14:46:43 UTC MAIN commitmail json YAML

Added databases/p5-DBICx-Sugar version 0.0001

(wen)

2015-10-07 14:45:23 UTC MAIN commitmail json YAML

add p5-DBICx-Sugar

(wen)

2015-10-07 14:43:36 UTC MAIN commitmail json YAML

Import DBICx-Sugar-0.0001 as databases/p5-DBICx-Sugar.

Just some syntax sugar for your DBIx::Class applications. This was originally
created to remove code duplication between Dancer::Plugin::DBIC and
Dancer2::Plugin::DBIC.

(wen)

2015-10-07 14:29:39 UTC MAIN commitmail json YAML

Added devel/p5-Test-Modern version 0.013

(wen)

2015-10-07 14:28:21 UTC MAIN commitmail json YAML

Add p5-Test-Modern

(wen)

2015-10-07 14:26:42 UTC MAIN commitmail json YAML

Import Test-Modern-0.013 as devel/p5-Test-Modern.

Test::Modern provides the best features of Test::More, Test::Fatal,
Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
Test::CleanNamespaces.

Test::Modern also automatically imposes strict and warnings on your script,
and loads IO::File. (Much of the same stuff Modern::Perl does.)

Although Test::Modern is a modern testing framework, it should run fine on
pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 and
above; and if you can persuade its dependencies to install (not necessarily
easy!), should be OK on anything back to Perl 5.6.1.

(wen)

2015-10-07 14:13:09 UTC MAIN commitmail json YAML

Added devel/p5-Test-API version 0.005

(wen)

2015-10-07 14:11:09 UTC MAIN commitmail json YAML

Add p5-Test-API

(wen)

2015-10-07 14:10:39 UTC MAIN commitmail json YAML

Update git packages to 2.6.1

(ryoon)

2015-10-07 14:09:10 UTC MAIN commitmail json YAML

Import Test-API-0.005 as devel/p5-Test-API.

This simple test module checks the subroutines provided by a module. This is
useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.

(wen)

2015-10-07 14:08:41 UTC MAIN commitmail json YAML

Update to 2.6.1

Changelog:
Git v2.6.1 Release Notes
========================

Fixes since v2.6
----------------

* xdiff code we use to generate diffs is not prepared to handle
  extremely large files.  It uses "int" in many places, which can
  overflow if we have a very large number of lines or even bytes in
  our input files, for example.  Cap the input size to soemwhere
  around 1GB for now.

* Some protocols (like git-remote-ext) can execute arbitrary code
  found in the URL.  The URLs that submodules use may come from
  arbitrary sources (e.g., .gitmodules files in a remote
  repository), and can hurt those who blindly enable recursive
  fetch.  Restrict the allowed protocols to well known and safe
  ones.

Git 2.6 Release Notes
=====================

Updates since v2.5
------------------

UI, Workflows & Features

* An asterisk as a substring (as opposed to the entirety) of a path
  component for both side of a refspec, e.g.
  "refs/heads/o*:refs/remotes/heads/i*", is now allowed.

* New userdiff pattern definition for fountain screenwriting markup
  format has been added.

* "git log" and friends learned a new "--date=format:..." option to
  format timestamps using system's strftime(3).

* "git fast-import" learned to respond to the get-mark command via
  its cat-blob-fd interface.

* "git rebase -i" learned "drop commit-object-name subject" command
  as another way to skip replaying of a commit.

* A new configuration variable can enable "--follow" automatically
  when "git log" is run with one pathspec argument.

* "git status" learned to show a more detailed information regarding
  the "rebase -i" session in progress.

* "git cat-file" learned "--batch-all-objects" option to enumerate all
  available objects in the repository more quickly than "rev-list
  --all --objects" (the output includes unreachable objects, though).

* "git fsck" learned to ignore errors on a set of known-to-be-bad
  objects, and also allows the warning levels of various kinds of
  non-critical breakages to be tweaked.

* "git rebase -i"'s list of todo is made configurable.

* "git send-email" now performs alias-expansion on names that are
  given via --cccmd, etc.

* An environment variable GIT_REPLACE_REF_BASE tells Git to look into
  refs hierarchy other than refs/replace/ for the object replacement
  data.

* Allow untracked cache (experimental) to be used when sparse
  checkout (experimental) is also in use.

* "git pull --rebase" has been taught to pay attention to
  rebase.autostash configuration.

* The command-line completion script (in contrib/) has been updated.

* A negative !ref entry in multi-value transfer.hideRefs
  configuration can be used to say "don't hide this one".

* After "git am" without "-3" stops, running "git am -3" pays attention
  to "-3" only for the patch that caused the original invocation
  to stop.

* When linked worktree is used, simultaneous "notes merge" instances
  for the same ref in refs/notes/* are prevented from stomping on
  each other.

* "git send-email" learned a new option --smtp-auth to limit the SMTP
  AUTH mechanisms to be used to a subset of what the system library
  supports.

* A new configuration variable http.sslVersion can be used to specify
  what specific version of SSL/TLS to use to make a connection.

* "git notes merge" can be told with "--strategy=<how>" option how to
  automatically handle conflicts; this can now be configured by
  setting notes.mergeStrategy configuration variable.

* "git log --cc" did not show any patch, even though most of the time
  the user meant "git log --cc -p -m" to see patch output for commits
  with a single parent, and combined diff for merge commits.  The
  command is taught to DWIM "--cc" (without "--raw" and other forms
  of output specification) to "--cc -p -m".

* "git config --list" output was hard to parse when values consist of
  multiple lines.  "--name-only" option is added to help this.

* A handful of usability & cosmetic fixes to gitk and l10n updates.

* A completely empty e-mail address <> is now allowed in the authors
  file used by git-svn, to match the way it accepts the output from
  authors-prog.

Performance, Internal Implementation, Development Support etc.

* In preparation for allowing different "backends" to store the refs
  in a way different from the traditional "one ref per file in
  $GIT_DIR or in a $GIT_DIR/packed-refs file" filesystem storage,
  direct filesystem access to ref-like things like CHERRY_PICK_HEAD
  from scripts and programs has been reduced.

* Computation of untracked status indicator by bash prompt
  script (in contrib/) has been optimized.

* Memory use reduction when commit-slab facility is used to annotate
  sparsely (which is not recommended in the first place).

* Clean up refs API and make "git clone" less intimate with the
  implementation detail.

* "git pull" was reimplemented in C.

* The packet tracing machinery allows to capture an incoming pack
  data to a file for debugging.

* Move machinery to parse human-readable scaled numbers like 1k, 4M,
  and 2G as an option parameter's value from pack-objects to
  parse-options API, to make it available to other codepaths.

* "git verify-tag" and "git verify-commit" have been taught to share
  more code, and then learned to optionally show the verification
  message from the underlying GPG implementation.

* Various enhancements around "git am" reading patches generated by
  foreign SCM have been made.

* Ref listing by "git branch -l" and "git tag -l" commands has
  started to be rebuilt, based on the for-each-ref machinery.

* The code to perform multi-tree merges has been taught to repopulate
  the cache-tree upon a successful merge into the index, so that
  subsequent "diff-index --cached" (hence "status") and "write-tree"
  (hence "commit") will go faster.

  The same logic in "git checkout" may now be removed, but that is a
  separate issue.

* Tests that assume how reflogs are represented on the filesystem too
  much have been corrected.

* "git am" has been rewritten in "C".

* git_path() and mkpath() are handy helper functions but it is easy
  to misuse, as the callers need to be careful to keep the number of
  active results below 4.  Their uses have been reduced.

* The "lockfile" API has been rebuilt on top of a new "tempfile" API.

* To prepare for allowing a different "ref" backend to be plugged in
  to the system, update_ref()/delete_ref() have been taught about
  ref-like things like MERGE_HEAD that are per-worktree (they will
  always be written to the filesystem inside $GIT_DIR).

* The gitmodules API that is accessed from the C code learned to
  cache stuff lazily.

Also contains various documentation updates and code clean-ups.

Fixes since v2.5
----------------

Unless otherwise noted, all the fixes since v2.5 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).

* "git subtree" (in contrib/) depended on "git log" output to be
  stable, which was a no-no.  Apply a workaround to force a
  particular date format.
  (merge e7aac44 da/subtree-date-confusion later to maint).

* An attempt to delete a ref by pushing into a repository whose HEAD
  symbolic reference points at an unborn branch that cannot be
  created due to ref D/F conflict (e.g. refs/heads/a/b exists, HEAD
  points at refs/heads/a) failed.
  (merge b112b14 jx/do-not-crash-receive-pack-wo-head later to maint).

* The low-level "git send-pack" did not honor 'user.signingkey'
  configuration variable when sending a signed-push.
  (merge d830d39 db/send-pack-user-signingkey later to maint).

* "sparse checkout" misbehaved for a path that is excluded from the
  checkout when switching between branches that differ at the path.
  (merge 7d78241 as/sparse-checkout-removal later to maint).

* An experimental "untracked cache" feature used uname(2) in a
  slightly unportable way.
  (merge 100e433 cb/uname-in-untracked later to maint).

* A "rebase" replays changes of the local branch on top of something
  else, as such they are placed in stage #3 and referred to as
  "theirs", while the changes in the new base, typically a foreign
  work, are placed in stage #2 and referred to as "ours".  Clarify
  the "checkout --ours/--theirs".
  (merge f303016 se/doc-checkout-ours-theirs later to maint).

* The "rev-parse --parseopt" mode parsed the option specification
  and the argument hint in a strange way to allow '=' and other
  special characters in the option name while forbidding them from
  the argument hint.  This made it impossible to define an option
  like "--pair <key>=<value>" with "pair=key=value" specification,
  which instead would have defined a "--pair=key <value>" option.
  (merge 2d893df ib/scripted-parse-opt-better-hint-string later to maint).

* Often a fast-import stream builds a new commit on top of the
  previous commit it built, and it often unconditionally emits a
  "from" command to specify the first parent, which can be omitted in
  such a case.  This caused fast-import to forget the tree of the
  previous commit and then re-read it from scratch, which was
  inefficient.  Optimize for this common case.
  (merge 0df3245 mh/fast-import-optimize-current-from later to maint).

* Running an aliased command from a subdirectory when the .git thing
  in the working tree is a gitfile pointing elsewhere did not work.
  (merge d95138e nd/export-worktree later to maint).

* "Is this subdirectory a separate repository that should not be
  touched?" check "git clean" was inefficient.  This was replaced
  with a more optimized check.
  (merge fbf2fec ee/clean-remove-dirs later to maint).

* The "new-worktree-mode" hack in "checkout" that was added in
  nd/multiple-work-trees topic has been removed by updating the
  implementation of new "worktree add".
  (merge 65f9b75 es/worktree-add-cleanup later to maint).

* Remove remaining cruft from  "git checkout --to", which
  transitioned to "git worktree add".
  (merge 114ff88 es/worktree-add later to maint).

* An off-by-one error made "git remote" to mishandle a remote with a
  single letter nickname.
  (merge bc598c3 mh/get-remote-group-fix later to maint).

* "git clone $URL", when cloning from a site whose sole purpose is to
  host a single repository (hence, no path after <scheme>://<site>/),
  tried to use the site name as the new repository name, but did not
  remove username or password when <site> part was of the form
  <user>@<pass>:<host>.  The code is taught to redact these.
  (merge adef956 ps/guess-repo-name-at-root later to maint).

* Running tests with the "-x" option to make them verbose had some
  unpleasant interactions with other features of the test suite.
  (merge 9b5fe78 jk/test-with-x later to maint).

* t1509 test that requires a dedicated VM environment had some
  bitrot, which has been corrected.
  (merge faacc5a ps/t1509-chroot-test-fixup later to maint).

* "git pull" in recent releases of Git has a regression in the code
  that allows custom path to the --upload-pack=<program>.  This has
  been corrected.

  Note that this is irrelevant for 'master' with "git pull" rewritten
  in C.
  (merge 13e0e28 mm/pull-upload-pack later to maint).

* When trying to see that an object does not exist, a state errno
  leaked from our "first try to open a packfile with O_NOATIME and
  then if it fails retry without it" logic on a system that refuses
  O_NOATIME.  This confused us and caused us to die, saying that the
  packfile is unreadable, when we should have just reported that the
  object does not exist in that packfile to the caller.
  (merge dff6f28 cb/open-noatime-clear-errno later to maint).

* The codepath to produce error messages had a hard-coded limit to
  the size of the message, primarily to avoid memory allocation while
  calling die().
  (merge f4c3edc jk/long-error-messages later to maint).

* strbuf_read() used to have one extra iteration (and an unnecessary
  strbuf_grow() of 8kB), which was eliminated.
  (merge 3ebbd00 jh/strbuf-read-use-read-in-full later to maint).

* We rewrote one of the build scripts in Perl but this reimplements
  in Bourne shell.
  (merge 57cee8a sg/help-group later to maint).

* The experimental untracked-cache feature were buggy when paths with
  a few levels of subdirectories are involved.
  (merge 73f9145 dt/untracked-subdir later to maint).

* "interpret-trailers" helper mistook a single-liner log message that
  has a colon as the end of existing trailer.

* The "interpret-trailers" helper mistook a multi-paragraph title of
  a commit log message with a colon in it as the end of the trailer
  block.
  (merge 5c99995 cc/trailers-corner-case-fix later to maint).

* "git describe" without argument defaulted to describe the HEAD
  commit, but "git describe --contains" didn't.  Arguably, in a
  repository used for active development, such defaulting would not
  be very useful as the tip of branch is typically not tagged, but it
  is better to be consistent.
  (merge 2bd0706 sg/describe-contains later to maint).

* The client side codepaths in "git push" have been cleaned up
  and the user can request to perform an optional "signed push",
  i.e. sign only when the other end accepts signed push.
  (merge 68c757f db/push-sign-if-asked later to maint).

* Because the configuration system does not allow "alias.0foo" and
  "pager.0foo" as the configuration key, the user cannot use '0foo'
  as a custom command name anyway, but "git 0foo" tried to look these
  keys up and emitted useless warnings before saying '0foo is not a
  git command'.  These warning messages have been squelched.
  (merge 9e9de18 jk/fix-alias-pager-config-key-warnings later to maint).

* "git rev-list" does not take "--notes" option, but did not complain
  when one is given.
  (merge 2aea7a5 jk/rev-list-has-no-notes later to maint).

* When re-priming the cache-tree opportunistically while committing
  the in-core index as-is, we mistakenly invalidated the in-core
  index too aggressively, causing the experimental split-index code
  to unnecessarily rewrite the on-disk index file(s).
  (merge 475a344 dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update later to maint).

* "git archive" did not use zip64 extension when creating an archive
  with more than 64k entries, which nobody should need, right ;-)?
  (merge 88329ca rs/archive-zip-many later to maint).

* The code in "multiple-worktree" support that attempted to recover
  from an inconsistent state updated an incorrect file.
  (merge 82fde87 nd/fixup-linked-gitdir later to maint).

* On case insensitive systems, "git p4" did not work well with client
  specs.

* "git init empty && git -C empty log" said "bad default revision 'HEAD'",
  which was found to be a bit confusing to new users.
  (merge ce11360 jk/log-missing-default-HEAD later to maint).

* Recent versions of scripted "git am" has a performance regression in
  "git am --skip" codepath, which no longer exists in the built-in
  version on the 'master' front.  Fix the regression in the last
  scripted version that appear in 2.5.x maintenance track and older.
  (merge b9d6689 js/maint-am-skip-performance-regression later to maint).

* The branch descriptions that are set with "git branch --edit-description"
  option were used in many places but they weren't clearly documented.
  (merge 561d2b7 po/doc-branch-desc later to maint).

* Code cleanups and documentation updates.
  (merge 1c601af es/doc-clean-outdated-tools later to maint).
  (merge 3581304 kn/tag-doc-fix later to maint).
  (merge 3a59e59 kb/i18n-doc later to maint).
  (merge 45abdee sb/remove-unused-var-from-builtin-add later to maint).
  (merge 14691e3 sb/parse-options-codeformat later to maint).
  (merge 4a6ada3 ad/bisect-cleanup later to maint).
  (merge da4c5ad ta/docfix-index-format-tech later to maint).
  (merge ae25fd3 sb/check-return-from-read-ref later to maint).
  (merge b3325df nd/dwim-wildcards-as-pathspecs later to maint).
  (merge 7aa9b9b sg/wt-status-header-inclusion later to maint).
  (merge f04c690 as/docfix-reflog-expire-unreachable later to maint).
  (merge 1269847 sg/t3020-typofix later to maint).
  (merge 8b54c23 jc/calloc-pathspec later to maint).
  (merge a6926b8 po/po-readme later to maint).
  (merge 54d160e ss/fix-config-fd-leak later to maint).
  (merge b80fa84 ah/submodule-typofix-in-error later to maint).
  (merge 99885bc ah/reflog-typofix-in-error later to maint).
  (merge 9476c2c ah/read-tree-usage-string later to maint).
  (merge b8c1d27 ah/pack-objects-usage-strings later to maint).
  (merge 486e1e1 br/svn-doc-include-paths-config later to maint).
  (merge 1733ed3 ee/clean-test-fixes later to maint).
  (merge 5fcadc3 gb/apply-comment-typofix later to maint).
  (merge b894d3e mp/t7060-diff-index-test later to maint).
  (merge d238710 as/config-doc-markup-fix later to maint).

(ryoon)

2015-10-07 13:07:07 UTC MAIN commitmail json YAML

Added devel/uthash version 1.9.9; Updated net/dhcpd-pools to 2.27

(adam)

2015-10-07 13:02:39 UTC MAIN commitmail json YAML

Changes 2.27:
      docs: remove very basic git usage info
      docs: remove todo items that will never happen
      output: remove empty element from xml
      add touched addresses counts to xml and json reports
      add xml format check
      improve html output
      add hint about configure options to README
      man: fix character class change
      gitignore: update gnulib file list

(adam)

2015-10-07 12:34:00 UTC MAIN commitmail json YAML

Added devel/uthash version 1.9.9

(adam)

2015-10-07 12:33:16 UTC MAIN commitmail json YAML

This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.

(adam)

2015-10-07 11:26:22 UTC MAIN commitmail json YAML

Network libs still needed, fix build on SunOS.

(fhajny)

2015-10-07 11:22:00 UTC MAIN commitmail json YAML

2015-10-07 10:36:54 UTC MAIN commitmail json YAML

2015-10-07 10:15:24 UTC MAIN commitmail json YAML

Updated databases/lmdb to 0.9.16

(fhajny)

2015-10-07 10:15:12 UTC MAIN commitmail json YAML

Update databases/lmdb to 0.9.16.

Use Github for distfiles. Simplify build/install fixes. Readability.

LMDB 0.9.16 Release (2015/08/14)
- Fix cursor EOF bug (ITS#8190)
- Fix handling of subDB records (ITS#8181)
- Fix mdb_midl_shrink() usage (ITS#8200)

LMDB 0.9.15 Release (2015/06/19)
- Fix txn init (ITS#7961,#7987)
- Fix MDB_PREV_DUP (ITS#7955,#7671)
- Fix compact of empty env (ITS#7956)
- Fix mdb_copy file mode
- Fix mdb_env_close() after failed mdb_env_open()
- Fix mdb_rebalance collapsing root (ITS#8062)
- Fix mdb_load with large values (ITS#8066)
- Fix to retry writes on EINTR (ITS#8106)
- Fix mdb_cursor_del on empty DB (ITS#8109)
- Fix MDB_INTEGERDUP key compare (ITS#8117)
- Fix error handling (ITS#7959,#8157,etc.)
- Fix race conditions (ITS#7969,7970)
- Added workaround for fdatasync bug in ext3fs
- Don't use -fPIC for static lib
- Update .gitignore (ITS#7952,#7953)
- Cleanup for "make test" (ITS#7841), "make clean", mtest*.c
- Misc. Android/Windows cleanup
- Fix MDB_APPEND doc
- Fix MDB_MAXKEYSIZE doc (ITS#8156)
- Fix mdb_cursor_put,mdb_cursor_del EACCES description
- Fix mdb_env_sync(MDB_RDONLY env) doc (ITS#8021)
- Clarify MDB_WRITEMAP doc (ITS#8021)
- Clarify mdb_env_open doc
- Clarify mdb_dbi_open doc

(fhajny)

2015-10-07 10:07:11 UTC MAIN commitmail json YAML

Reduce SunOS optimisation to -O2, avoiding alignment faults in 32-bit builds
of libverify with certain compilers.

(jperkin)

2015-10-07 10:00:20 UTC MAIN commitmail json YAML

Needs USE_GCC_RUNTIME=yes to work with gcc??-libs packages. PKGREVISION++

(fhajny)

2015-10-07 09:56:14 UTC MAIN commitmail json YAML

Support .3am (lang/gawk) and .3f (math/udunits) cat/man page suffixes, fixing
builds with PKGMANDIR=share/man for those packages.

Put the regexes into variables to make it easier to add more in the future.

(jperkin)

2015-10-07 09:30:19 UTC MAIN commitmail json YAML

Needs pthread bl3 and vars. Fixes build on at least SunOS. PKGREVISION++

(fhajny)

2015-10-07 08:02:27 UTC MAIN commitmail json YAML

    Instead of looking for /var/shm, test NetBSD version to
determine if SHM is available.  This fixed build failures inside
pbulk sandboxes.

    Since this is just a build fix, no PKGREVISION bump.

(jnemeth)

2015-10-07 07:38:28 UTC MAIN commitmail json YAML

p5-autodie had been updated to 2.29

(wen)

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

Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200003

(wen)

2015-10-07 06:45:39 UTC MAIN commitmail json YAML

Update to 0.200003
Update DEPENDS

Upstream changes:
0.200003  2015-07-17 18:29:02-04:00 America/New_York
        - replace use of List::AllUtils with List::Util

(wen)

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

rework p5-subversion workaround to deal with netbsd issue found by wiz@
instead of creating LDFLAGS for SWIG_PL, just reuse SWIG_PL_INCLUDES
which contains already any -fstack-protector* flag necessary to link.

(richard)

2015-10-06 22:10:44 UTC MAIN commitmail json YAML

Updated games/xsoldier to 1.8

(leot)

2015-10-06 22:10:02 UTC MAIN commitmail json YAML

Update games/xsoldier to xsoldier-1.8.
>From Benedek Gergely via pkgsrc-users@ with some minor changes from myself.

Changes:
2011-08-13  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.8
* score.c: compare_entry() is now static
* configure.ac: added x before with/enable variables in case
  their values begin with a special character
* player.c: removed the "not shooting" bonus debug message
  because it is too noisy
* boss.c: removed debug messages in BossHit1 because they are
  too noisy

2011-08-10  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.7
* joystick.c, joystick.h: define empty functions instead of
  commenting them out when the joystick support is disabled
  to avoid an empty .c file
* enemyshot.c: included stdio.h and stdlib.h (for abs())
* Makefile.am: removed -Wcast-qual because the file name for
  XpmReadFileToPixmap is char *, not const char *

2011-08-09  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.6
* configure.ac: fixed so that --enable options can be disabled
  correctly
* configure.ac: rewrite --with option
* configure.ac: added AC_PROG_CPP because AC_CHECK_HEADERS requires it
* configure.ac: checks the function atexit because graphic.c uses it
* configure.ac: fixed comments
* joystick.c, joystick.h: comment out the whole file if JSTK is
  not defined
* Makefile.am: fixed comment so that Makefile doesn't say "process
  this file with automake"
* Makefile.am, configure.ac: use the tar-ustar option of automake
  instead of AMTAR = ustar in Makefile.am
* configure.ac: added the foreign option to AM_INIT_AUTOMAKE
* README: says that the joystick support is only on Linux

2009-11-08  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.5
* game.c, xsoldier.h: make sure that an object never acts at the same
  frame as it is created
* game.c: removed unnecessary variable ocheck
* version.h: updated UPDATE

2006-09-16  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.4
* Makefile.am: minor cleanup
  - uses some AM_variables
  - gcc -g and the overkill warnings are now default
  - set AMTAR to ustar
* Makefile.in: regenerated with automake 1.9
* configure: ./configure accepts --without-sld as well as --with-sdl
* INSTALL: fixed high score file instruction
* input.c, main.c, manage.c, xsolder.h: the SDL version respects
  the TERM signal and closing the window

2002-05-26  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.3
* configure.ac:  does not stop configuring even if --with-sdl is
  specified but AC_CHECK_LIB([SDL], [SDL_Init]) fails (this won't do
  any harm because if there is no SDL then "make" will fail correctly)
  (I don't know why AC_CHECK_LIB fails on a non-i386 architecture
  (perhaps because of missing -lpthread?))
* configure.ac: regenerated
* image.c, manage.c: s/HAVE_LIBSDL_IMAGE/HAVE_LIBSDL/g
* common.c, ending.c, enemyshot.c, game.c, joystick.c, opening.c:
  added some #include to avoid gcc -Wall warnings
* enemyshot.c, graphic.c, manage.c, player.c: use division instead
  of shift
* score.c: fake records no longer have loop 0
* score.c: fake records are more close to the default
* image.c: fixed image loading so that xsoldier displays the correct
  color on a 16-bit-per-pixel display (thanks to Stephen McCamant
  <smcc@CSUA.Berkeley.EDU> for the patch)
* README: fixed typo
* image.c: SDL version sets the palette of pixmaps explicitly if
  the screen is 8 bpp (without this the window is blank)
* README, extern.h, graphic.c, image.c, main.c, xsoldier.6: now
  -c option does nothing because it does not work with raw X on
  8 bpp screen
* image.h: SDL version uses typedef instead of #define for Image
* graphic.c, image.c, star.c: fixed memory leak (I still don't know
  how to free memory allocated by getpwuid() in manage.c)
* README: fixed description (xsoldier is not first-person, "for one
  player" is the right term)
* boss.c: you can't go to the next stage if the game is over

2002-04-24  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.2
* xsoldier is ported to SDL (the Simple DirectMedia Layer library)
* extern.h: fixed a typo in comment
* callback.c, game.c, graphic.c, image.c, input.c, joystick.c,
  main.c, manage.c, config.h, extern.h, graphic.h, image.h, key.h:
  Added libsdl support (use --with-sdl).  Note that libsdl support
  uses a double-standard for coordinates to keep the 10 pixel
  boundary
* enemyshot.c: enemy shots do move
* INSTALL, README: added note on SDL
* README: added a game tip

2002-04-21  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.1
* now xsolider comes with its own font
* graphic.c: no longer use the X font (this is necessary for porting
  to SDL)
* pixmap/font*.xpm: new files, provide the font
* boss.c, enemy.c: enemies appear more gracefully
* game.c: fixed counter of the number of normal enemies
* Makefile.am: "make install" does not overwrite the high score file
* INSTALL: added more info on the high score file

2002-04-21  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 1.0
* now I am the official developer of xsoldier (I got a mail from
  the original of xsoldier, Yuusuke HASHIMOTO <hachi@pm.highway.ne.jp>)
* player.c: weapon 1 shoots more and damages less
* game.c: set boss time to 2000 instead of 3000 if not in final stage
* boss.c: teleportation of boss 6 takes less time
* enemy.c: power-up items move faster
* boss.c: boss has a fixed (independent of loop) hit point
* game.c, player.c, player.h: you lose some of power-up items
  when you are killed
* boss.c: reduced the amount of ring shots of the last boss
* boss.c: the last boss shoots a 5way shot in loop 1
* enemy.c: enemy 6 may give you an item
* player.c: set immutable time to 60 instead of 50 when
  starting/restarting
* xsoldier.h: changed the argument of the srand() macro from s to x
  because the word "srand" contains the letter "s"
* boss.c: homing shot of the last boss is faster
* boss.c, enemy.c, enemyshot.c: fixed window edge detection
* boss.c: fixed homing shot of boss 2
* main.c: you can enter the high score list even if you use the
  -wait option as long as the wait is not greater than default
* game.c: normal enemies appear more frequently
* main.c: made sig_handle() static
* common.c, common.h, extern.h: translated all comments into English
* graphic.c, graphic.h, input.c, input.h: new files, putting all
  X related stuff here
* ending.c, game.c, opening.c: no more X stuff
* boss.c: boss 2 can shoot backward in loop 2 or later
* ending.c: added my name and fixed a typo
* player.c: power-up item is O(loop), not O(loop^2)
* main.c, star.c: free what is malloc()ed --- I always put away
  what I take
* main.c: removed unnecessary headers
* xsoldier.h: added #include "image.h"
* ending.c: you can skip the ending by pressing space key
* ending.c: the staff list scrolls at a fixed (independent of loop)
  speed
* ending.c: added "press space key" message
* player.c: change weapon item always makes you a bit powerful
* INSTALL: added "required libraries" and fixed a typo
* xsoldier.6: fixed typo in synopsis
* README: new file, including overview, command line options, key
  control and explanation of bonus
* LICENSE: added note on the files GPL and old-doc/CONDITION

2002-04-12  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 0.99
* putting old documents in old-doc/
* translated all comments into English
* INSTALL: fixed the FHS way
* main.c: fixed -display and -wait option
* main.c: improved the error message for bad options
* boss.c: the last boss is a bit weaker in loop 2
* game.c, main.c, manage.c, xsoldier.h: added -nopausemessage option
* boss.c, enemy.c, game.c, player.c, score.c, star.c
  s/random()/rand()/g
* main.c, xsoldier.h: s/random/rand/g, s/srandom/srand/g
* configure.ac: checks rand() instead of random()
* xsoldher.h: s/HAVE_RANDOM/HAVE_RAND/
* score.c: almost a complete rewrite
* GPL: renamed, old name is COPYING
* LICENSE: renamed, old name is CONDITION
* LICENSE: added my name
* boss.c: made boss 4 larger to prevent backstab
* boss.c: made boss 8 smaller for better collision-detection
* callback.c, game.c: draws a rectangle in the object's "real"
  size if debug is enabled
* game.c: added do_actions() and collision_detection()
* enemy.c: enemy 7 escapes from the upper side of the window
  (now weapon 2 is not the only way to get the perfect bonus)
* game.c: improved shoot down bonus (shoot down bonus should be large
  enough so that missing a boss is a big loss, but small enough not
  to trivialize non-shooting bonus)
* game.c: added shoot_down_bonus() and perfect_bonus()
* enemyshot.c: made homing missiles more stupid
* boss.c: boss 7 does escape from the window if the time is over
* manage.c: always starts a loop with a fixed level (that is, 10)
* game.c: normal enemies appear less frequently
* enemy.c: normal eneimes have a fixed hit point (independent of loop)
* main.c: set max length of player name
* manage.c: added paranoid checks to NewPlayerData()

2002-04-02  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 0.98
* uses Makefile.am instead of Imakefile
* put all *.c , *.h and the manpage under RCS
* boss.c, callback.c, ending.c, enemy.c, game.c, joystick.c,
  manage.c, opening.c, player.c: hacked to avoid gcc -Wall warnings
  - added many #include
  - removed Japanese comments which are encoded to /*
  - removed unused variables
* callback.c, ending.c, game.c, image.c, joystick.c, joystick.h,
  manage.c, manage.h, opening.c, score.c, sin.c, star.c, star.h:
  hacked to avoid gcc overkill warnings (see Makefile.am)
  - added many #include
  - declared some arguments and variables as const
  - converted switch statement to if-else because KeySym may
    not be int
  - avoid the name of a global variable in prototypes
  - removed unused arguments from printf
* xsoldier.h: now defines WAIT, PIXMAP, SCORE and SCOREFILE
* manage.h: added declaration of ClearEnemyShotManage()
* player.c: initializes notShootingTime correctly (this fixes
  a bug which didn't give you the non-shooting bonus unless
  you shot at least once)
* xsoldier.6: renamed, old name is "xsoldier.man"
* fix/: dropped because it is not used
* version.h: now VERSION is defined in config.h
* main.c, xsoldier.6: added -maxlevel option
* game.c: removed high score display because you don't need it
  during the game
* main.c: checks invalid options
* boss.c, ending.c, game.c, image.c, main.c, opening.c, player.c,
  score.c: now includes config.h
* main.c: removed zero padding from the output of -score
* xsoldier.h: replaced SYSV with HAVE_RANDOM because it only
  affects random()
* INSTALL: added
* image.c: fixed SplitImage debug message
* main.c, manage.c, xsoldier.h: added -loop, -state, -maxpower and
  -ship options (all for debug only)
* game.c, manage.c, xsoldier.h: never show shoot down bonus
  at the beginning of the game
* ending.c: fixed a typo in the ending message
* ending.c: the staff list scrolls slow in the loop 3 or later
* image.c: fixed "isn't just" debug message
* enemy.c: enemy 6 does disappear

2002-03-15  Oohara Yuuma  <oohara@libra.interq.or.jp>
* version 0.97
* based on the Debian package (version 1:0.96-14)
* bug fixes:
  - boss.c: fixed the size of boss 1 and 4 (you can't backstab them)
  - boss.c: enables the hitmask when boss 6 reappears
  - enemyshot.c: added return NoneDel; at the end of EnemyLaserAct()
    (without this the function sometimes ends without calling
    return, resulting a suicide of the boss of the stage 4)
  - game.c: when handling Hit(), call the enemy's Hit first
    (necessary because Hit() of the weapon 3 changes its Attack
    and the damage is calculated in Hit() of the enemy)
  - joystick.c: applied Right and Down fix (fix available at the
    original author's webpage:
    http://www.surfline.ne.jp/hachi/xsoldier.html)
  - main.c: set the maximum number of player's object to 256
    (64 seems to be insufficient for the weapon 2)
  - main.c: modified sig_handle() because sigaction() expects
    void f(int), not static void f(void)
  - opening.c: made sure stars moves at the normal speed
* game balance tweaks:
  - ending.c: staff list scrolls faster
  - game.c: adjusted the interval between enemy's appearances
  - game.c, opening.c: disabled zero padding of scores
  - manage.c: max level (internal parameter) is now MaxLevel
    (which is currently 80), not 85
  - player.c, player.h: made the player's weapons much more powerful
  - player.c: speed change is now 3 points/key-type instead of 5
  - player.c: your weapon does not power down even if you are killed
  - xsoldier.h: extend every 200,000 points instead of 100,000
* new features:
  - boss.c, enemy.c: act routine improved a lot
  - boss.c, game.c, manage.c, xsoldier.h: a boss escapes if
    the time is up (in this case you don't get the shoot down bonus)
  - callback.c, enemy.c: dealing damage to a enemy gives you a score
    even if you don't destroy it
  - callback.c, enemy.c, game.c, manage.c: shows the remaining hit
    points of a enemy when you shoot it
  - game.c: shoot down bonus is bigger in second or later loop
  - game.c: perfect bonus raises the level
  - game.c: added c (clear enemy shot) key (enabled only when
    compiled with -DDEBUG)
  - game.c, manage.c: cleans enemy's shots when you restart
  - main.c: set max loop to 3 (24 stages total)
  - manage.c, player.c: gives you a score as long as you don't push
    the shot key
  - opening.c: added short help for debug-only commands
  - player.c: power up item gives you a score and raises the level
    if you already have enough power up items
  - player.c: the level will be lowered if you are killed
* game.c: set the score limit to 10,000,000
* manage.c: added paranoid initialization of objects
* score.c: s/strcpy()/strncpy()/g

(leot)

2015-10-06 20:41:27 UTC pkgsrc-2015Q3 commitmail json YAML

pullups #4819 #4830 #4833 #4834

(spz)

2015-10-06 19:50:17 UTC MAIN commitmail json YAML

update kplex to 1.3.1

(plunky)

2015-10-06 19:49:32 UTC MAIN commitmail json YAML

update kplex; from the ChangeLog:

v1.3.1

Released 27th September 2015

- Fixed various uninitialised pointer fixes
- Updated Makefile for OpenWRT and github builds
- Accept NULL as a sentence terminator with "strict=no"
- Fixed problem with non-truncation of output files
- Better guessing of UDP interface parameters
- Define ACCESSPERMS, remove redundant declarations, add header guards
- Fixed bug in source filtering
- Added option to re-enable nagle for TCP interfaces
- "-d" flag now documented with additional debugging
- Default queue sizes reduced and SNDBUF size reduced
- Added optional interface to filter rules

v1.3

Released 15th April 2015

- Added udp interface type
- Added "strict" option and potential for looser parsing constraints
- Added "preamble" option to tcp interfaces
- Added AIS coalescing
- Fixed bugs in failover specification parsing
- Fixed file output to non-pre-existing files

(plunky)

2015-10-06 18:48:22 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4834 - requested by tnn
misc/pciids: build fix

Revisions pulled up:
- misc/pciids/Makefile                                          1.11

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tnn
  Date: Mon Oct  5 12:23:21 UTC 2015

  Modified Files:
  pkgsrc/misc/pciids: Makefile

  Log Message:
  Don't use master site with dynamically generated file. We have it on nbftp.
  PR pkg/50297

  To generate a diff of this commit:
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/pciids/Makefile

(spz)

2015-10-06 18:41:34 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4833 - requested by taca
mail/postfix-lmdb: build fix
mail/postfix-mysql: build fix
mail/postfix-pcre: build fix
mail/postfix-pgsql: build fix
mail/postfix-sqlite: build fix

Revisions pulled up:
- mail/postfix-lmdb/Makefile                                    1.1-1.3
- mail/postfix-mysql/Makefile                                  1.1-1.3
- mail/postfix-pcre/Makefile                                    1.1-1.3
- mail/postfix-pgsql/Makefile                                  1.1-1.3
- mail/postfix-sqlite/Makefile                                  1.1-1.3

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Oct  5 00:05:31 UTC 2015

  Modified Files:
  pkgsrc/mail/postfix-lmdb: Makefile
  pkgsrc/mail/postfix-mysql: Makefile
  pkgsrc/mail/postfix-pcre: Makefile
  pkgsrc/mail/postfix-pgsql: Makefile
  pkgsrc/mail/postfix-sqlite: Makefile

  Log Message:
  Link with corect rpath.  Fix PR pkg/50299.

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-lmdb/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-mysql/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-pcre/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-pgsql/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-sqlite/Makefile

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Oct  5 00:14:13 UTC 2015

  Modified Files:
  pkgsrc/mail/postfix-lmdb: Makefile
  pkgsrc/mail/postfix-mysql: Makefile
  pkgsrc/mail/postfix-pcre: Makefile
  pkgsrc/mail/postfix-pgsql: Makefile
  pkgsrc/mail/postfix-sqlite: Makefile

  Log Message:
  Bump PKGREVISION.

  To generate a diff of this commit:
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix-lmdb/Makefile
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix-mysql/Makefile
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix-pcre/Makefile
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix-pgsql/Makefile
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/postfix-sqlite/Makefile

(spz)

2015-10-06 17:44:21 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4830 - requested by bsiegert
graphics/exiv2: security update
graphics/exiv2-organize: dependant update

Revisions pulled up:
- graphics/exiv2-organize/Makefile                              1.28
- graphics/exiv2/Makefile.common                                1.5
- graphics/exiv2/PLIST                                          1.17
- graphics/exiv2/distinfo                                      1.25
- graphics/exiv2/patches/patch-aa                              1.5
- graphics/exiv2/patches/patch-configure                        1.2
- graphics/exiv2/patches/patch-src_Makefile                    1.1
- graphics/exiv2/patches/patch-src_http.cpp                    1.1
- graphics/exiv2/patches/patch-src_svn_version.sh              1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Sat Oct  3 12:08:37 UTC 2015

  Modified Files:
          pkgsrc/graphics/exiv2: Makefile.common PLIST distinfo
          pkgsrc/graphics/exiv2-organize: Makefile
          pkgsrc/graphics/exiv2/patches: patch-aa patch-configure
  Added Files:
          pkgsrc/graphics/exiv2/patches: patch-src_Makefile patch-src_http.cpp
              patch-src_svn_version.sh

  Log Message:
  Update exiv2 to 0.25, fixing a security issue. Patch from
  Timo Buhrmester via mail.

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/exiv2/Makefile.common
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/exiv2/PLIST
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/exiv2/distinfo
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/exiv2-organize/Makefile
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/exiv2/patches/patch-aa
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/exiv2/patches/patch-configure
  cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/exiv2/patches/patch-src_Makefile \
      pkgsrc/graphics/exiv2/patches/patch-src_http.cpp \
      pkgsrc/graphics/exiv2/patches/patch-src_svn_version.sh

(spz)

2015-10-06 16:52:51 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.3.22

(adam)

2015-10-06 16:51:35 UTC MAIN commitmail json YAML

Updated devel/deforaos-configure to 0.2.2

(khorben)

2015-10-06 16:50:32 UTC MAIN commitmail json YAML

Changes 1.3.22:

Special Issues:
* Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug.
* Magick++: Any libraries or applications using Magick++ should be rebuilt in order to use this new release. Libraries and applications will be able to continue to use prior versions of Magick++ without being re-built, while benefiting from updated C libraries, provided that the system supports library versioning.

Security Fixes:
* General Coverity fixes. Some might have security consequences.
* Ghostscript options concatenation is more secure against buffer overflow.
* Windows: Built-in random number generator is now salted using CryptGenRandom(). This improves the robustness of the temporary file allocator.

Bug fixes:
* ...

(adam)

2015-10-06 16:50:03 UTC MAIN commitmail json YAML

Packaged DeforaOS configure 0.2.2

This release brings:
- internal code refactoring
- partial unification of the Makefiles generated
- support for installing pkg-config files and documentation from
  sub-directories
- fix for a crash on Linux
- further portability fixes

(khorben)

2015-10-06 16:37:05 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4819 - requested by bsiegert
lang/go14: security update

Revisions pulled up:
- lang/go/version.mk                                            1.9
- lang/go14/Makefile                                            1.5
- lang/go14/PLIST                                              1.2
- lang/go14/distinfo                                            1.3

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tnn
  Date:          Sun Sep 27 00:36:02 UTC 2015

  Modified Files:
          pkgsrc/lang/go14: Makefile

  Log Message:
  more REPLACE_BASH

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/go14/Makefile

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Sat Sep 26 17:37:01 UTC 2015

  Modified Files:
          pkgsrc/lang/go: version.mk
          pkgsrc/lang/go14: Makefile PLIST distinfo

  Log Message:
  Update go14 to 1.4.3. It fixes four security-related issues.

  The issues were reported in Go's net/http package. They affect programs usi=
  ng
  that package to proxy HTTP requests. We recommend that all users upgrade to=
    Go
  1.5, which fixes these issues. For users unable to upgrade to Go 1.5, we ha=
  ve
  released version 1.4.3, which is based on Go 1.4.2 plus fixes for these iss=
  ues.
  Affected Go programs=E2=80=94those that use the net/http package as a proxy=
    server=E2=80=94must
  be recompiled with Go 1.5 or Go 1.4.3 to receive the fixes.

  The CVE issue descriptions and fixes are linked below.

  CVE-2015-5739
  "Content Length" treated as valid header:
  https://go-review.googlesource.com/#/c/11772/

  CVE-2015-5740
  Double content-length headers does not return 400 error:
  https://go-review.googlesource.com/#/c/11810/

  CVE-2015-5741
  Additional hardening, not sending Content-Length w/Transfer-Encoding,
  Closing connections:
  https://go-review.googlesource.com/#/c/11810/
  https://go-review.googlesource.com/#/c/12865/
  https://go-review.googlesource.com/#/c/13148/

  The Go team would like to thank Jed Denlea and R=C3=A9gis Leroy for their
  contributions to this release. They have been awarded 1337 USD under the Go=
  ogle
  Security Bounty program.

  To generate a diff of this commit:
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go/version.mk
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go14/Makefile
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go14/PLIST
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go14/distinfo

(spz)

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

Updated devel/libgit2 to 0.23.3

(fhajny)

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

Update devel/libgit2 to 0.23.3.
Simplify Github distfile handling.
Backport a futimes fix from upstream master, fixes build on SunOS.

Changes since 0.23.2:
- blame: guard xdiff calls for large files
- diff: don't feed large files to xdiff
- merge_file: treat large files as binary
- xdiff: convert size variables to size_t
- GITERR_CHECK_ALLOC_ADDn: multi-arg adders

(fhajny)

2015-10-06 13:03:20 UTC MAIN commitmail json YAML

Look for libs at the right place, fixes installation

(fhajny)

2015-10-06 11:29:55 UTC MAIN commitmail json YAML

2015-10-06 08:00:49 UTC MAIN commitmail json YAML

Updated lang/nodejs to 4.1.2

(fhajny)

2015-10-06 08:00:34 UTC MAIN commitmail json YAML

Update lang/nodejs to 4.1.2.

This release includes a fix for CVE-2015-7384, a Denial of Service
(DoS) bug. All users of Node.js v4.x should upgrade to v4.1.2.

http:
- Fix out-of-order 'finish' event bug in pipelining that can abort
  execution, fixes DoS vulnerability CVE-2015-7384
- Account for pending response data instead of just the data on
  the current request to decide whether pause the socket or not

libuv:
- Upgraded from v1.7.4 to v1.7.5, see release notes for details
- A better rwlock implementation for all Windows versions
- Improved AIX support

v8:
- Upgraded from v4.5.103.33 to v4.5.103.35
- Backported f782159 from v8's upstream to help speed up Promise
  introspection
- Backported c281c15 from v8's upstream to add JSTypedArray length
  in post-mortem metadata

(fhajny)

2015-10-05 23:56:21 UTC MAIN commitmail json YAML

Remove update to misc/ruby-ohai to 8.6.0.

(taca)

2015-10-05 23:54:59 UTC MAIN commitmail json YAML

Revert ruby-ohay package to 8.4.0 since 8.6.0 was not ready to commit.

(taca)

2015-10-05 23:45:02 UTC MAIN commitmail json YAML

Updated sysutils/deforaos-browser to 0.4.14

(khorben)

2015-10-05 23:43:55 UTC MAIN commitmail json YAML

Package DeforaOS Browser 0.4.14

This first release in almost two years brings:
- more complete VFS abstraction
- new plug-in to manage Gtk+ bookmarks
- improved CVS, Git, Make, Preview, SVN, and Volumes plug-ins
- new plug-in to track the current selection
- new experimental plug-in for the XDG trash
- improvements to the view(1) helper binary
- re-usable library, libBrowser
- Spanish translation
- support for building outside of the source tree
- further improvements to the build system
- portability fixes (SunOS)
- support for drawing the desktop as a window
- improved support for Gtk+ 3
- introduction of a test suite
- additional bugfixes and improvements (UI, performance...)

(khorben)

2015-10-05 21:45:37 UTC MAIN commitmail json YAML

Mark as broken due to missing dependency: ruby-chef-config
Unbreak scan stage on bulkbuilds

Reviewed by: wiz@

(sevan)

2015-10-05 17:06:22 UTC MAIN commitmail json YAML

Re-order the way _OPSYS_INCLUDE_DIRS is calculated, and only perform checks for
the SDK path if we need to.

This avoids issues on Yosemite and Xcode 7, which drops support for the 10.10
SDK.  Trying to determine the SDK path fails, but the failure is not cached in
the xcrun database, so each call to a compiler tool is unecessarily delayed (by
around 3 seconds on my build hosts).

For users still on Yosemite who have upgraded to Xcode 7, the solution is to
install the Command Line Tools so that /usr/include is populated and used.

(jperkin)

2015-10-05 16:25:52 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 2.10.0nb1

(leot)

2015-10-05 16:25:30 UTC MAIN commitmail json YAML

Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with
-march=i586 in order to avoid on i386 the "-latomic" flag when linking
libwebkit2gtk-4.0.so.

Bump PKGREVISION.

Thanks joerg@, jperkin@ and tnn@ for various suggestions.

(leot)

2015-10-05 15:54:02 UTC MAIN commitmail json YAML

Updated www/firefox to 41.0.1

(ryoon)

2015-10-05 15:53:23 UTC MAIN commitmail json YAML

Update to 41.0.1

Changelog:
Fixed Fix a startup crash related to Yandex toolbar and Adblock Plus (1209124)
Fixed Fix potential hangs with Flash plugins (1185639)
Fixed Fix a regression in the bookmark creation (1206376)
Fixed Fix a startup crash with some Intel Media Accelerator 3150 graphic cards (1207665)
Fixed Fix a graphic crash, occurring occasionally on Facebook (1178601)

(ryoon)

2015-10-05 14:39:35 UTC MAIN commitmail json YAML

Updated pkgtools/lintpkgsrc to 4.90

(tnn)

2015-10-05 13:51:13 UTC MAIN commitmail json YAML

Updated time/globe to 20140814

(youri)

2015-10-05 13:47:35 UTC MAIN commitmail json YAML

2015-10-05 13:16:44 UTC MAIN commitmail json YAML

simplify previous; _ is included in \w

(tnn)

2015-10-05 13:12:12 UTC MAIN commitmail json YAML

fix regexps for patch names: '+' and '_' are allowed characters

Fixes false checksum mismatch errors from lintpkgsrc -m.
Bump version to lintpkgsrc-4.90.

(tnn)

2015-10-05 12:23:21 UTC MAIN commitmail json YAML

Don't use master site with dynamically generated file. We have it on nbftp.
PR pkg/50297

(tnn)

2015-10-05 08:42:25 UTC MAIN commitmail json YAML

SunOS needs -lsocket and -lnsl in LIBS

(richard)

2015-10-05 06:33:46 UTC MAIN commitmail json YAML

Fix netbsd build by improving the gcc version extraction "logic".

(dholland)

2015-10-05 05:09:05 UTC MAIN commitmail json YAML

patch to avoid error calling overloaded sqrt by using std::sqrt on SunOS

(richard)

2015-10-05 05:06:52 UTC MAIN commitmail json YAML

include python tool to avoid inadvertently picking up native python

(richard)

2015-10-05 04:47:02 UTC MAIN commitmail json YAML

conditionalise libusb for non-SunOS platforms for the time-being, as there is
not yet any working libusb-1.0 implementation for solaris.
No revbump needed since these didn't build on SunOS prior

(richard)

2015-10-05 04:37:40 UTC MAIN commitmail json YAML

2015-10-05 03:56:18 UTC MAIN commitmail json YAML

Specify 'elf' output format for NASM on SunOS to get over undefined symbols
Configure would like an nm using easy to parse format -p on SunOS
bump PKGREVISION

(richard)

2015-10-05 01:15:47 UTC MAIN commitmail json YAML

Added math/R-minqa version 1.2.4

(wen)

2015-10-05 01:14:06 UTC MAIN commitmail json YAML

2015-10-05 01:12:46 UTC MAIN commitmail json YAML

Import minqa-1.2.4 as math/R-minqa.

Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.

(wen)

2015-10-05 00:16:11 UTC MAIN commitmail json YAML

Note update of several mail/postfix-* packages to 3.0.2nb1:

mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite

(taca)

2015-10-05 00:14:13 UTC MAIN commitmail json YAML

2015-10-05 00:05:31 UTC MAIN commitmail json YAML

2015-10-04 16:10:20 UTC MAIN commitmail json YAML

Note update of meta-pkgs/bulk-medium package to 20151004.

(taca)

2015-10-04 16:09:34 UTC MAIN commitmail json YAML

Remove obsolete packages and add newer packages.

- lang/php54, lang/ruby193-base.
+ lang/php56, lang/ruby21-base, lang/ruby22-base

Bump version.

(taca)

2015-10-04 15:40:50 UTC MAIN commitmail json YAML

Note update of www/thin package to 1.6.4.

(taca)

2015-10-04 15:40:20 UTC MAIN commitmail json YAML

Update thin to 1.6.4.

== 1.6.4 Gob Bluth
* Increase REQUEST_PATH to 2048 symbols [X2rdas]
* Fix warning in logger [tenderlove]
* Add :timeout option for Rack::Server.new [sugitak]
* When restarting, exit on a next tick so we can send response back to a client [rsamoilov]
* Check for empty PID files [z1dane]
* Update Event Machine version to 1.0.4, Ruby 2.2.0 fix [freemanoid]

(taca)

2015-10-04 15:39:44 UTC MAIN commitmail json YAML

Note update of www/ruby-puma package to 2.14.0.

(taca)

2015-10-04 15:39:06 UTC MAIN commitmail json YAML

Update to ruby-puma to 2.14.0.

=== 2.14.0 / 2015-09-18

* 1 minor feature:
  * Make building with SSL support optional

* 1 bug fix:
  * Use Rack::Builder if available. Fixes #735

(taca)

2015-10-04 15:38:28 UTC MAIN commitmail json YAML

Note update of www/ruby-patron package to 0.5.0.

(taca)

2015-10-04 15:38:00 UTC MAIN commitmail json YAML

2015-10-04 14:47:09 UTC MAIN commitmail json YAML

Updated net/tnftp to 20151004

(tnn)

2015-10-04 14:44:07 UTC MAIN commitmail json YAML

2015-10-04 14:04:17 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup tickets #4831 and #4832.

(bsiegert)

2015-10-04 14:03:38 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4832 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.114
- lang/php56/distinfo                                          1.16
- lang/php56/patches/patch-aclocal.m4                          deleted
- lang/php56/patches/patch-build_libtool.m4                    deleted
- lang/php56/patches/patch-configure                            1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct  2 14:37:40 UTC 2015

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php56: distinfo
  pkgsrc/lang/php56/patches: patch-configure
  Removed Files:
  pkgsrc/lang/php56/patches: patch-aclocal.m4 patch-build_libtool.m4

  Log Message:
  Update php56 to 5.6.14.

  01 Oct 2015, PHP 5.6.14

  - Core:
    . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
      building extensions). (Adam)

  - CLI server:
    . Fixed bug #68291 (404 on urls with '+'). (cmb)

  - DOM:
    . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
      encoding). (cmb)

  - Mysqlnd:
    . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to
      a server). (Sergei Turchanov)

  - OpenSSL:
    . Fixed bug #55259 (openssl extension does not get the DH parameters from
      DH key resource). (Jakub Zelenka)
    . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
    . Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka)
    . Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol)

  - PDO:
    . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)

  - Phar:
    . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
    . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
      entry filename is "/"). (Stas)

  - Phpdbg:
    . Fix phpdbg_break_next() sometimes not breaking. (Bob)

  - Standard:
    . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)

  - Streams:
    . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
      (Niklas Keller)

  - Zip:
    . Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb)

(bsiegert)

2015-10-04 13:53:12 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4831 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.113
- lang/php55/distinfo                                          1.46

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Oct  2 14:36:35 UTC 2015

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php55: distinfo

  Log Message:
  Update php55 to 5.5.30.

  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ** PHP 5.5 is in security-only mode , please do not commit to this branch **

  01 Oct 2015, PHP 5.5.30

  - Phar:
    . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
    . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
      entry filename is "/"). (Stas)

(bsiegert)

2015-10-04 13:50:02 UTC MAIN commitmail json YAML

Note update of www/ruby-http package to 0.9.8.

(taca)

2015-10-04 13:49:30 UTC MAIN commitmail json YAML

Update ruby-http to  0.9.8.

## 0.9.8 (2015-09-29)

* [#260](https://github.com/httprb/http/pull/258):
  Fixed global timeout persisting time left across requests when reusing connections.
  ([@zanker][])

## 0.9.7 (2015-09-19)

* [#258](https://github.com/httprb/http/pull/258):
  Unified strategy for handling exception-based and exceptionless non-blocking
  I/O. Fixes SSL support on JRuby 9000. ([@tarcieri][])

## 0.9.6 (2015-09-06)

* [#254](https://github.com/httprb/http/pull/254):
  Removed use of an ActiveSupport specific method #present?
  ([@tarcieri][])

## 0.9.5 (2015-09-06)

* [#252](https://github.com/httprb/http/pull/252):
  Fixed infinite hang/timeout when a request contained more than ~16,363 bytes.
  ([@zanker][])

## 0.9.4 (2015-08-26)

* Fixes regression when body streaming was failing on some URIs.
  See #246. (@zanker)
* Fixes require timeout statements. See #243. (@ixti)

## 0.9.3 (2015-08-19)

* Fixed request URI normalization. See #246. (@ixti)
  - Avoids query component normalization
  - Omits fragment component in headline

## 0.9.2 (2015-08-18)

* Fixed exceptionless NIO EOF handling. (@zanker)

## 0.9.1 (2015-08-14)

* Fix params special-chars escaping. See #246. (@ixti)

## 0.9.0 (2015-07-23)

* Support for caching removed. See #240. (@tarcieri)
* JRuby 9000 compatibility

(taca)

2015-10-04 13:48:49 UTC MAIN commitmail json YAML

Note update of www/ruby-css-parser package to 1.3.7.

(taca)

2015-10-04 13:48:25 UTC MAIN commitmail json YAML

Update ruby-css-parser to 1.3.7.

- Fix regex for some things being malformed, along with also putting in a few
  cases not specified for brackets

(taca)

2015-10-04 13:40:21 UTC MAIN commitmail json YAML

Note update of time/ruby-hitimes package to 1.2.3.

(taca)

2015-10-04 13:39:42 UTC MAIN commitmail json YAML

Update ruby-hitimes to 1.2.3.

## Version 1.2.3 2015-09-13

* Release new fatbinary version for windows
* Update README to indicate duration units
* Provide a more friendly error message if the gem is not installed correctly

(taca)

2015-10-04 13:38:45 UTC MAIN commitmail json YAML

Note update of textproc/ruby-redcarpet package to 3.3.3.

(taca)

2015-10-04 13:38:17 UTC MAIN commitmail json YAML

Update ruby-redcarpet to 3.3.3.

Version 3.3.3

* Fix a memory leak instantiating a Redcarpet::Render::Base object.

  Oleg Dashevskii

* Fix the StripDown renderer to handle the :highlight option.

  Itay Grudev

* The StripDown renderer handles tables if the tables extension is enabled.

  amnesia7

* Fix Smarty Pants to avoid fraction conversions when there are several
  numbers separated with slashes (e.g. for a date).

  Sam Saffron

(taca)

2015-10-04 13:33:28 UTC MAIN commitmail json YAML

Note update of textproc/ruby-kramdown package to 1.9.0.

(taca)

2015-10-04 13:32:49 UTC MAIN commitmail json YAML

Update ruby-kramdown to 1.9.0.

kramdown 1.9.0 released

This release contains some minor updates and bug fixes.

Changes

  * 3 minor changes:

    - The Rouge syntax highlighter can now be enabled/disabled for spans
      and/or blocks and options can now be set for both spans and blocks as
      well as only for spans or only for blocks (fixes #286, requested by
      Raphael R.)
    - Setting the ���footnote_backlink��� option to an empty string now
      completely suppresses footnotes (fixes #270, requested by Kyle Barbour)
    - New converter HashAST for creating a hash from the internal tree
      structure (fixes #275, pull request by Hector Correa)

  * 1 bug fix:

    - When using the ���hard_wrap��� option for the GFM parser, line numbers
      were lost (fixes #274, pull request by Marek Tuchowski) Published on
      Saturday, 04 July 2015

(taca)

2015-10-04 13:29:06 UTC MAIN commitmail json YAML

Note update of www/ruby-jekyll-watch package to 1.3.0.

(taca)

2015-10-04 13:28:41 UTC MAIN commitmail json YAML

Update ruby-jekyll-watch to 1.3.0.

v1.3.0

* Lock to Listen 3.x (#25)

(taca)

2015-10-04 13:26:40 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-listen package to 3.0.3.

(taca)

2015-10-04 13:26:10 UTC MAIN commitmail json YAML

Update ruby-listen to 3.0.3.

pkgsrc change: add pkg_alternatives support.

v3.0.3

Improvements

* #330 - fixed warnings on JRuby

v3.0.2

Bugfixes

* fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting)

v3.0.1

Bugfixes

* #325, #327 - fix regressions (allow Listen to run correctly without other
  deps + properly handle pause())

v3.0.0

KNOWN ISSUES

* #319, #258 - TCP is no longer part of Listen, and there's currently no
  alternative except downgrading to Listen 2.x

API CHANGES

* TCP functionality removed (Listen.on, Adapter::TCP,
  Adapter::TCP::Broadcaster, etc.)
* Listener#start should be used instead of Listener#unpause
* Listener#directories is no longer available
* Listener#options is no longer available as public API

IMPROVEMENTS

* Major performance improvements (CPU), especially for Polling
* Celluloid is no longer required by Listen (which means: better performance,
  less dependencies, less threads used, less version conflicts, easier
  debugging, less potential issues/bugs)
* TCP is no longer part of Listen (which means: more maintainable codebase and
  possibility to create much better TCP implementation without the tradeoffs)

Development

* major codebase rewrite
* better logging by default

(taca)

2015-10-04 13:24:14 UTC MAIN commitmail json YAML

Updated lang/yabasic to 2.769

(wen)

2015-10-04 13:22:53 UTC MAIN commitmail json YAML

Updated x11/xfce4-exo to 0.10.7

(youri)

2015-10-04 13:21:53 UTC MAIN commitmail json YAML

Update xfce4-exo to 0.10.7.

0.10.7
======
- Correctly escape file names (bug #9912), fixing magnet links
- Translation updates: Lithuanian, Swedish, Norwegian Nynorsk,
  English (Australia), Asturian, Turkish

(youri)

2015-10-04 13:21:50 UTC MAIN commitmail json YAML

Update to 2.769

Upstream changes:
Version 2.769, July 4, 2015

Fixing two bugs under Windows:

    print color under windows handles single argument correctly
    cpu extension sse2 is no longer required, so yabasic should run again on older hardware

Version 2.768, May 25, 2014

Fixing some bugs under Windows and Linux:

    Core dump e.g. under Linux mint related with grafics
    Problems with embedded newlines within the Windows console
    Keys pressed within grafic window are not always reported to inkey$ (Windows-Version)
    Spurios problems with colors under Windows and linux (reported but not fixed yet)

(wen)

2015-10-04 13:13:34 UTC MAIN commitmail json YAML

Note update of net/ruby-twitter package to 5.15.0.

(taca)

2015-10-04 13:13:06 UTC MAIN commitmail json YAML

2015-10-04 13:11:37 UTC MAIN commitmail json YAML

Note update of net/ruby-em-socksify package to 0.3.1.

(taca)

2015-10-04 13:11:08 UTC MAIN commitmail json YAML

Update ruby-em-socksify to 0.3.1.

pkgsrc change: update HOMEPAGE.

* fix: catch CONNECTError exceptions too.

(taca)

2015-10-04 13:05:47 UTC MAIN commitmail json YAML

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

(taca)

2015-10-04 13:05:09 UTC MAIN commitmail json YAML

Update ruby-sprockets to 3.3.5

**3.3.5** (September 25, 2015)

* Fix bug related to absolute path being reintroduced into history cache #141.

(taca)

2015-10-04 13:02:51 UTC MAIN commitmail json YAML

Note update of misc/ruby-pry package to 0.10.2.

(taca)

2015-10-04 13:02:20 UTC MAIN commitmail json YAML

Update ruby-pry to 0.10.2.

### 0.10.2

* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. loop with prepended methods source retrieval)
* Update some specs for recent ruby versions  (2.2+)

(taca)

2015-10-04 13:01:35 UTC MAIN commitmail json YAML

Note update of misc/ruby-ohai package to 8.6.0.

(taca)

2015-10-04 13:01:04 UTC MAIN commitmail json YAML

Update ruby-ohai to 8.6.0.

Release 8.6.0

Phil Dibowitz:

  * Provide a new and improved filesystem plugin for Linux & Mac
    (filesystem2), to support CentOS7, multiple virtual filesystems, etc.
  * Fix Darwin filesystem plugin on newer MacOSX

Jonathan Amiez:

  * Linux filesystems plugin report wrong fs-type for logical volumes

involucelate

  * Fix Windows 2008 hostname truncation #554

Pavel Yudin:

  * Detect Parallels host and guest virtualization

Claire McQuin:

  * Deprecate Ohai::Config in favor of Ohai::Config.ohai.
  * Load a configuration file while running as an application.

PR #597:

  * Correct platform, platform_family and version detection on Cisco's Nexus
    platforms.

cmluciano:

  * add vmware plugin

Jean Baptiste Favre:

  * Detect updated docker cgroup format

Shahul Khajamohideen:

  * Fix memory plugin output on Solaris
  * Add swap space attributes for Solaris memory plugin
  * Add swap space attributes for AIX
  * Add support for SPARC based processors in Solaris cpu plugin
  * Make AIX cpu plugin's output consistent with Solaris cpu plugin
  * Make AIX, Solaris memory output consistent to Linux

Sean Horn:

  * ec2 plugin should handle binary userdata too

Alexey Karpik:

  * Add support for SoftLayer cloud

MichaelSp:

  * return correct ipaddress for openvz guests

Anthony Caiafa:

  * Only run ifconfig against active interfaces

Shahul Khajamohideen and Sean Escriva:

  * Windows Memory plugin

Chris Chambers:

  * Convert Solaris OHAI CPU detection to kstat from psrinfo

Release 8.5.0

  * PR #548: Coerce non-UTF8 strings to UTF8 in output to suppress UTF8
    encoding exceptions

  * PR #544 add support for Wind River Linux and Cisco's Nexus platforms

(taca)

2015-10-04 12:50:05 UTC MAIN commitmail json YAML

Note update of misc/ruby-naught package to 1.1.0.

(taca)

2015-10-04 12:49:29 UTC MAIN commitmail json YAML

Update ruby-naught to 1.1.0.

## 1.1.0

  - [Make it possible to supply an example object to mimic, with no class.](https://github.com/avdi/naught/commit/df2b62c027812760ce200177ce056929b5aea339)
  - [Define implicit conversion for to_hash](https://github.com/avdi/naught/commit/e20dc472d3bc71ba927d6ddb0fb0032e1646df77)
  - [Define implicit conversion for to_int](https://github.com/avdi/naught/commit/d32d4ea32a9a847bffd6cf18f480bdfaaf7a3641)

(taca)

2015-10-04 12:40:57 UTC MAIN commitmail json YAML

Note update of math/ruby-spreadsheet package to 1.0.7.

(taca)

2015-10-04 12:40:30 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 1.0.7.

### 1.0.7 / 23.09.2015

Author: Leopoldo Lee Agdeppa III <leopoldo.agdeppa@gmail.com>
Date:  Wed Sep 23 08:24:16 2015 +0800

* Update worksheet.rb
* Adding Test for Freeze panels
* Update worksheet.rb
* Added freeze (freeze panel) functionality
* Update worksheet.rb
* Freeze (freeze window) functionality added to worksheet

### 1.0.6 / 14.09.2015

Author: Yann Plancqueel <yplancqueel@gmail.com>
Date:  Sat Sep 12 15:32:49 2015 +0200

(taca)

2015-10-04 12:38:59 UTC MAIN commitmail json YAML

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

(taca)

2015-10-04 12:38:21 UTC MAIN commitmail json YAML

Update ruby-mime-types to 2.6.2.

== 2.6.2 / 2015-09-13

* Bugs:
  * Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block
    parameters are the inverse of those used by +inject+. Resolves
    {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull
    request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108].
  * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively
    affecting people who use the +use_instead+ functionality. Resolved in
    {#109}[https://github.com/mime-types/ruby-mime-types/pull/109].
* Documentation:
  * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README
    not properly linking internally on the generated rdoc source. Resolved with
    {#105}[https://github.com/mime-types/ruby-mime-types/pull/105].
* Development:
  * Fixed a minor issue in the IANA registry parser that would generate empty
    +text+ xrefs if the +text+ section was empty.

(taca)

2015-10-04 12:35:57 UTC MAIN commitmail json YAML

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

(taca)

2015-10-04 12:35:29 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.3.5.

v4.3.5

* mini_magick/version.rb is now properly required in the main file (previously
  MiniMagick.version was throwing a NoMethodError unless you explicitly
  required mini_magick/version.rb)

v4.3.4

* Fix MiniMagick::Tool#tile method being applied as a creation operator
  (tile:) instead of an option (-tile)

(taca)

2015-10-04 12:31:35 UTC MAIN commitmail json YAML

Note update of devel/ruby-uglifier package to 2.7.2.

(taca)

2015-10-04 12:30:56 UTC MAIN commitmail json YAML

Update ruby-uglifier to 2.7.2.

## 2.7.2 (26 August 2015)

- update UglifyJS to 2.4.24

(taca)

2015-10-04 12:30:15 UTC MAIN commitmail json YAML

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

(taca)

2015-10-04 12:29:46 UTC MAIN commitmail json YAML

Update ruby-tins to 1.6.0.

* 2015-08-13 Release 1.6.0
  - Add complete method for readline completion
* 2015-06-21 Release 1.5.4
  - Avoid %i syntax for now
* 2015-06-17 Release 1.5.3
  - Make it run on 1.9 again.
  - Avoid a warning in Time.dummy implementation.

(taca)

2015-10-04 12:23:39 UTC MAIN commitmail json YAML

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

(taca)

2015-10-04 12:23:02 UTC MAIN commitmail json YAML

Update ruby-test-unit to

## 3.1.4 - 2015-09-26 {#version-3-1-4}

It's a minor improvement release.

### Improvements

  * Updated sample code. [GitHub#109][Patch by takiy33]
  * Updated .travis.yml. [GitHub#110][Patch by takiy33]
  * document: Added table header in how to document.
    [GitHub#111][Patch by takiy33]
  * Removed duplicated code.
    [GitHub#112][Patch by takiy33]
  * Removed needless encoding conversion in fetching code snippet.
    [GitHub#113][Patch by NARUSE, Yui]

### Thanks

  * takiy33
  * NARUSE, Yui

(taca)

2015-10-04 12:22:05 UTC MAIN commitmail json YAML

Note update of devel/ruby-pathname2 package to 1.7.4.

(taca)

2015-10-04 12:21:26 UTC MAIN commitmail json YAML

Update ruby-pathname2 to 1.7.4.

== 1.7.4 - 7-Sep-2015
* This gem is now signed.
* Rakefile now assumes Rubygems 2.x for some tasks.

(taca)

2015-10-04 12:20:46 UTC MAIN commitmail json YAML

Note update of devel/ruby-minitest package to 5.8.1.

(taca)

2015-10-04 12:20:21 UTC MAIN commitmail json YAML

Update ruby-minitest to 5.8.1.

=== 5.8.1 / 2015-09-23

* 1 minor enhancement:

  * Refactor assert_raises to be cleaner and to pass SystemExit and SignalException. (bhenderson)

(taca)

2015-10-04 12:19:35 UTC MAIN commitmail json YAML

Note update of devel/ruby-locale package to 2.1.2.

(taca)

2015-10-04 12:19:00 UTC MAIN commitmail json YAML

Update ruby-locale to 2.1.2.

## 2.1.2: 2015-09-15

### Improvements

  * Improved GNU gettext compatibility: Ignored `LANGUAGE` environment
    variable when either `LC_ALL`, `LC_MESSAGES` or `LANG` is C.
    [GitHub#6] [Reported by Hleb Valoshka]

### Thanks

  * Hleb Valoshka

(taca)

2015-10-04 12:17:40 UTC MAIN commitmail json YAML

Note update of devel/ruby-kgio package to 2.10.0.

(taca)

2015-10-04 12:17:04 UTC MAIN commitmail json YAML

Update ruby-kgio to 2.10.0.

=== kgio 2.10.0 - slimming down... / 2015-09-06 08:12 UTC

  The largely-unused autopush functionality is now a no-op.
  Existing applications will probably not notice, and are
  better off using MSG_MORE anyways if they're on Linux.

  Our poll(2) wrapper now uses rb_hash_clear if available,
  reducing global method cache dependence.

  shortlog of changes since 2.9.3:

        README: remove reference to Rainbows!
        writev: update comment on preserving errno
        poll: avoid rb_funcall for rb_hash_clear
        minor doc updates
        remove autopush support and make it a no-op
        HACKING: update URL for Message-ID lookup

(taca)

2015-10-04 12:16:20 UTC MAIN commitmail json YAML

Note update of devel/ruby-highline package to 1.7.7.

(taca)

2015-10-04 12:15:50 UTC MAIN commitmail json YAML

Update ruby-highline to 1.7.7.

### 1.7.7 / 2015-09-22
* Make HighLine::Question coerce its question argument into a String. (@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)

### 1.7.6 / 2015-09-17
* Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and Abinoam P. Marques Jr. (@abinoam), #155, PR #156)

### 1.7.5 / 2015-09-14
* Support jruby9k for system extensions (Michael (@mmmries), PR #153)

### 1.7.4 / 2015-06-16
* Workaround on #55 for stty

(taca)

2015-10-04 12:14:57 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext package to 3.1.7.

(taca)

2015-10-04 12:14:14 UTC MAIN commitmail json YAML

Update ruby-gettext to3.1.7.

## 3.1.7: 2015-09-22 {#version-3-1-7}

### Improvements

  * Supported 3 character language names.
    [GitHub#39][Patch by Vilius Paulauskas]
  * Suppressed duplicated range in regular expression warning.
    [GitHub#40][Patch by Vilius Paulauskas]
  * Replaced invalid character instead of raising an error on encoding
    conversion.
    [GitHub#41][Patch by Vilius Paulauskas]

### Fixes

  * Fixed a bug that undefined method is used.
    [GitHub#38][Patch by Hiroshi Hatake]

### Thanks

  * Hiroshi Hatake
  * Vilius Paulauskas

(taca)

2015-10-04 12:13:23 UTC MAIN commitmail json YAML

Note update of devel/ruby-flexmock package to 2.0.1.

(taca)

2015-10-04 12:12:53 UTC MAIN commitmail json YAML

Update ruby-flexmock to 2.0.1.

pkgsrc change: update HOMEPAGE.

Version 2.0.1

* A few bug fixes.

Version 2.0.0

* bump to 2.0 to mark the change of maintainership. I hope I won't disappoint.
* require 'flexmock' no longer pulls test_unit_integration. Require the latter
  explicitely
* dropped support for pre-2.0 Rubies
* added explicit minitest support. This makes the minitest integration much
  nicer to work with (in particular, the flexmock_teardown is now executed "just
  at the right place"), and fixes issues with minitest 5. Just require
  flexmock/minitest to get it.
* partial mocks now supports prepended modules
* validation errors that happen when a method is called (i.e. unexpected
  arguments, wrong call count) are reported with the backtrace of the call
  instead of with the backtrace of the expectation definition.

(taca)

2015-10-04 12:08:05 UTC MAIN commitmail json YAML

Note update of ruby-celluloid and related packages.

devel/ruby-celluloid-essentials 0.20.5
devel/ruby-celluloid-supervision 0.20.5
devel/ruby-celluloid-pool 0.20.5
devel/ruby-celluloid-fsm 0.20.5
devel/ruby-celluloid-extras 0.20.5
devel/ruby-celluloid 0.17.2

(taca)

2015-10-04 12:07:04 UTC MAIN commitmail json YAML

Update ruby-celluloid to 0.17.2.

0.17.2 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
- Clean up deprecation notes.

(taca)

2015-10-04 12:06:25 UTC MAIN commitmail json YAML

Update ruby-celluloid-extras to 0.20.5.

0.20.5 (2015-09-30)
-----
* Resumed updating changelog.
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.

(taca)

2015-10-04 12:05:21 UTC MAIN commitmail json YAML

Update ruby-celluloid-fsm to 0.20.5.

Changes are not available.

(taca)

2015-10-04 12:03:12 UTC MAIN commitmail json YAML

Update ruby-celluloid-pool to 0.20.5.

0.20.5 (2015-09-30)
-----
* Resumed updating changelog. Not much as changed -- mostly keeping version sync with other gems.
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.

(taca)

2015-10-04 12:02:27 UTC MAIN commitmail json YAML

Update ruby-celluloid-supervision to 0.20.5.

0.20.5 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.

(taca)

2015-10-04 12:01:18 UTC MAIN commitmail json YAML

Update ruby-celluloid-essentials to 0.20.5.

0.20.5 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.

(taca)

2015-10-04 11:37:08 UTC MAIN commitmail json YAML

Updated security/p5-Module-Signature to 0.79

(wen)

2015-10-04 11:35:42 UTC MAIN commitmail json YAML

Update to 0.79

Upstream changes:
[Changes for 0.79 - Mon May 18 23:02:11 CST 2015]

* Restore "cpansign --skip" functionality.

  Contributed by: CLOOS

[Changes for 0.78 - Thu Apr  9 16:58:27 CST 2015]

* Fix verify() use from cpanm and CPAN.pm.

  Contributed by: ANDK

[Changes for 0.77 - Wed Apr  8 19:36:50 CST 2015]

* Include the latest public keys of PAUSE, ANDK and AUDREYT.

* Clarify scripts/cpansign copyright to CC0.

  Reported by: @pghmcfc

[Changes for 0.76 - Wed Apr  8 18:05:48 CST 2015]

* Fix signature tests by defaulting to verify(skip=>1)
  when $ENV{TEST_SIGNATURE} is true.

  Reported by: @pghmcfc

[Changes for 0.75 - Tue Apr  7 04:56:09 CST 2015]

Two more issues reported by John Lightsey:

* Update ChangeLog.

* More protection of @INC from relative paths.

Fix various issues reported by John Lightsey:

[Changes for 0.74 - Tue Apr  7 02:39:14 CST 2015]

Fix various issues reported by John Lightsey:

* Fix GPG signature parsing logic.

* MANIFEST.SKIP is no longer consulted unless --skip is given.

* Properly use open() modes to avoid injection attacks.

(wen)

2015-10-04 11:06:01 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Reuse-Barcode to 0.07

(wen)

2015-10-04 11:04:09 UTC MAIN commitmail json YAML

Note update of devel/hoe package to 3.14.2.

(taca)

2015-10-04 11:03:41 UTC MAIN commitmail json YAML

Update hoe to 3.14.2.

=== 3.14.2 / 2015-09-14

* 1 minor enhancement:

  * Updated Hoe.pdf to reflect reality (removed all rubyforge references).

* 1 bug fix:

  * Fixed extension paths. Again. Damnit. I normally don't release after midnight.

=== 3.14.1 / 2015-09-13

* 1 bug fix:

  * *sigh* fixed bug setting up extensions data for spec.

=== 3.14.0 / 2015-09-12

* 5 minor enhancements:

  * Added so_name variable to bin/sow for using hoe w/ c-extensions.
  * Default config now excludes tmp, .git, and .bundle.
  * Extended :compiler plugin to define #extension for hoe spec decls.
  * Failures to detect/load rake-compiler are handled gracefully.
  * Removed generation of synthesized .gemtest file. Dead.

* 1 bug fix:

  * Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)

(taca)

2015-10-04 11:03:29 UTC MAIN commitmail json YAML

Update to 0.07

Upstream changes:
0.07 Thu Dec 11  2014
    Added QRcode support. B96752
    Credits to Matthew Hunt for this.

(wen)

2015-10-04 10:52:58 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Table to 0.9.9

(wen)

2015-10-04 10:51:12 UTC MAIN commitmail json YAML

Update to 0.9.9

Upstream changes:
Version 0.9.8/9

Added MANIFEST.SKIP and fixed a broken build with 0.9.8
Added some utility methods to new()

(wen)

2015-10-04 10:46:42 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-API2 to 2.025

(wen)

2015-10-04 10:46:17 UTC MAIN commitmail json YAML

+ git-base-2.6.0, glpk-4.56, harfbuzz-1.0.4, iso-codes-3.62,
  links-2.12, meld-3.14.1, mplayer-1.2, pkg-config-0.29,
  py-cryptography-1.0.2, py-cython-0.23.3, py-mercurial-3.5.2,
  py-test-2.8.1, x264-devel-20151003, xdg-utils-1.1.0rc3.

(wiz)

2015-10-04 10:45:51 UTC MAIN commitmail json YAML

Update to 2.025

Upstream changes:
2.025    2015-09-23

    - The previous release included a patch that broke compatibility
      with Perl 5.8.x.  The minimum supported version is now Perl
      5.8.5, and there is a .perl-version file to facilitate testing
      using plenv.

2.024    2015-09-18

    - [RT #104133] Include all bounding boxes when importing a page
      (patch by Don Huettl of Grant Street Group).

    - [RT #104133] When retrieving bounding boxes for a page, fall
      back according to the defaults listed in the PDF spec (patch by
      Don Huettl of Grant Street Group).

    - Barcodes now take an optional -caption argument that will be
      printed beneath the barcode.  This can replace or be used in
      conjunction with the text representation of the barcode
      (requested by Gareth Tunley).

    - [RT #105581] Calls to width() in BaseFont are now significantly
      faster (patch by Dmitri Tikhonov).

(wen)

2015-10-04 09:36:49 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Create to 1.11

(wen)

2015-10-04 09:35:50 UTC MAIN commitmail json YAML

Update to 1.11
Add missing DEPENDS

Upstream changes:
1.11 2015.10.02
    Test cleanups.  (Mohammad S Anwar)
    Input validation. (Mohammad S Anwar)

(wen)

2015-10-04 09:09:18 UTC pkgsrc-2015Q2 commitmail json YAML

Note update of lang/pcc-current to 20151003.

(he)

2015-10-04 09:08:40 UTC MAIN commitmail json YAML

Update this to a bit more recent -current version, the 20151003 version.

(he)

2015-10-04 08:51:00 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel to 4.27.0.

(taca)

2015-10-04 08:50:13 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.27.0.

=== 4.27.0 (2015-10-01)

* Don't stub Sequel.synchronize on MRI (YorickPeterse) (#1083)

* Make bin/sequel warn if given arguments that it doesn't use (jeremyevans)

* Fix the order of referenced composite keys returned by Database#foreign_key_list on PostgreSQL (jeremyevans) (#1081)

* Recognize another disconnect error in the jdbc/postgresql adapter (jeremyevans)

* In the active model plugin, make Model#persisted? return false if the transaction used for creation is rolled back (jeremyevans) (#1076)

* Use primary_key :keep_order option in the schema dumper if the auto incrementing column is not the first column in the table (jeremyevans)

* Set :auto_increment option correctly in the schema parser when the auto incrementing column is not the first column in the table (jeremyevans)

* Support :keep_order option to primary_key in schema generator, to not automatically make the primary key the first column (jeremyevans)

* Add new jsonb/json functions and operators supported in PostgreSQL 9.5+ (jeremyevans)

* Add before_after_save plugin, for refreshing created objects and resetting modified flag before calling after_create/update/save hooks (jeremyevans)

* Add Dataset#single_record! and #single_value! which don't require cloning the receiver (jeremyevans)

* Dataset#with_sql_single_value now works correctly for model datasets (jeremyevans)

* Optimize Dataset#single_value and #with_sql_single_value to not create an unnecessary array (jeremyevans)

* Make postgres adapter work with postgres-pr 0.7.0 (jeremyevans) (#1074)

(taca)

2015-10-04 08:49:29 UTC MAIN commitmail json YAML

Note update of databases/ruby-mysql2 package to 0.4.1.

(taca)

2015-10-04 08:49:01 UTC MAIN commitmail json YAML

Update ruby-mysql2 to 0.4.1.

0.4.1

0.4.0

@sodabrew sodabrew released this 26 days ago 揃 54 commits to master since this
release

New Features

* Support for Prepared Statements!
* Add connection option :sslverify
* Use mariadb_config for MariaDB builds
Bugfixes

* Fix Mysql2::Result#count always returns 0 when using stored procedures and
  MULTI_STATEMENTS

Changes

* Prevent Timeout::timeout from interrupting query execution
* Use Ruby's String#encode to remove unrecognized characters from error messages
* Convert specs to RSpec 3 expect sytnax
* Refactored the Travis CI test scripts
* Misc cleanups with Rubocop
* Stricter CFLAGS

0.3.20

@sodabrew sodabrew released this on 25 Aug 揃 205 commits to master since this
release

Bugfixes

* Check if O_CLOEXEC is defined before using it in open()
* Fix an infinite loop while searching for libmysqlclient when mysql_config is
  not found

Changes

* Call RakeCompilerDock.sh twice, once for 32-bit and once for 64-bit, when
  building Windows binary gems

0.3.19

@sodabrew sodabrew released this on 30 Jul 揃 205 commits to master since this
release

New Features

* Mysql2::Client#info class method for easier debugging, and both the class
  and instance method return US_ASCII output rather than using the connection
  encoding.
* When streaming results, continue result.count across calls to result.each

Bugfixes

* Search for mariadb_config on compile
* Update to Connector/C 6.1.6 in the Windows builds
* Fix Mysql2::Client#escape to set the encoding even if the string was not
  modified
* Fix LICENSE filename in gem file list
* Make the result.count return type consistent and match the source type

Changes

* Rename macro GetMysql2Result to GET_RESULT
* Convert StringValuePtr to either RSTRING_PTR or StringValueCStr
* Fix unused variable warning on Windows in rb_mysql_client_socket
* Add Ruby 2.2 to the AppVeyor matrix
* Test default client flag equality instead of bitwise truthiness
* Add rake-compiler-dock for building Windows binary gems
* Friendly ext build error <3
* Process :stream option in rb_mysql_result_to_obj once instead of
  rb_mysql_result_each for each call to each
* Tests for streaming and stored procedures with multiple result sets

(taca)

2015-10-04 06:22:31 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.2100

(wiz)

2015-10-04 06:22:22 UTC MAIN commitmail json YAML

Update to 1.21:

1.21  2015-09-30

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).

(wiz)

2015-10-04 06:21:11 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-tools to 5.507

(wiz)

2015-10-04 06:21:02 UTC MAIN commitmail json YAML

Update to 5.507:

5.507   2015-09-30  Dianne Skoll <dfs@roaringpenguin.com>

* VERSION 5.507 RELEASED

* Fix parsing bug
  https://rt.cpan.org/Public/Bug/Display.html?id=105455

* Fix typo that broke MIME::Body::incore->open() on Perl 5.20

(wiz)

2015-10-04 06:20:01 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 3.5.3

(wiz)