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 (9m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 15:44:26 UTC Now

2015-01-02 12:53:35 UTC MAIN commitmail json YAML

add & enable password-store

(imil)

2015-01-02 12:52:16 UTC MAIN commitmail json YAML

Initial import of password-store, version 1.6.3, into the NetBSD Packages
Collection.

Password management should be simple and follow Unix philosophy. With pass,
each password lives inside of a gpg encrypted file whose filename is the title
of the website or resource that requires the password. These encrypted files
may be organized into meaningful folder hierarchies, copied from computer to
computer, and, in general, manipulated using standard command line file
management utilities.

pass makes managing these individual password files extremely easy. All
passwords live in ~/.password-store, and pass provides some nice commands for
adding, editing, generating, and retrieving passwords. It is a very short and
simple shell script. It's capable of temporarily putting passwords on your
clipboard and tracking password changes using git

(imil)

2015-01-02 12:41:49 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2015-01-02 12:41:00 UTC MAIN commitmail json YAML

Update to version 4.1.

Major changes:

General
- Show the number of approved comments, instead of total comments, in the ���At A Glance��� section in the dashboard.
- Site Language: Install translations on the fly on the General Settings screen. The language drop down now includes installed languages and all available translations when the filesystem is writable by WordPress.
- Admin notices: There are now four types of notices: success (green), warning (orange), error (red), and info (blue).

Posts
- Spellchecking is enabled for the post title field on the Edit Post screen.

Media
- Disable multi-file uploading in iOS 7.x Safari as it prevents uploading of videos.
- Allow PSDs (Photoshop documents) to be uploaded.
- oEmbed: Add support for the Vine endpoint.
- Display error message when Media Library upload fails.

Appearance
- Custom Header and Custom Background screens removed. Admin menu links now go to the Customizer.
- Widgets screen now has a Manage in Customizer link at top of screen.
- Themes: Make "Live Preview" the primary action and ���Activate��� secondary.

Users
- Introduce a button on the user profile screen which clears all other sessions, and on the user editing screen which clears all sessions.
Accessibility
- Admin menu separators are now hidden from screen readers.
- Improved keyboard control of Edit Selection mode in the media manager.
- Improved keyboard accessibility on Custom Header and Custom Background screen.
- Improved text contrast against dark backgrounds in the admin menu and toolbar.
- When switching to the Text editor, make the textarea visible to screen readers.
- Use <button> instead of <a> for the Visual/Text buttons to make them focusable.
- Improve the focus style for review links in the plugin info modal.
- TinyMCE:
-- Return focus to the editor on pressing Escape while the image toolbar is focused.
-- Add a Close button to the Help modal and close it on Escape.
-- Override the title on the editor iframe (read by screen reader apps), replace with the Alt+Shift+H shortcut.
-- Add focus shortcuts descriptions to the Help modal.

Multisite
- Set the default network language on the Network Settings screen.

(morr)

2015-01-02 12:32:13 UTC MAIN commitmail json YAML

Add support for lua in vim

(morr)

2015-01-02 11:52:07 UTC MAIN commitmail json YAML

note update of vim-share

(morr)

2015-01-02 11:06:23 UTC MAIN commitmail json YAML

Update to newest patchlevel of vim.

ChangeLog:

7.4.431  compiler warning
7.4.432  MS-Windows: setting 'encoding' does not convert arguments
7.4.433  test 75 fails on MS-Windows
7.4.434  gettabvar() is not consistent with getwinvar() and getbufvar()
7.4.435  line formatting behaves differently when 'linebreak' is set
7.4.436  ml_get error for autocommand that moves the cursor
7.4.437  new and old regexp engine are not consistent
7.4.438  cached values for 'cino' not reset for ":set all&"
7.4.439  duplicate message in message history
7.4.440  omni complete popup drawn incorrectly
7.4.441  endless loop and other problems when 'cedit' is set to CTRL-C
7.4.442  (after 7.4.434) using unitinialized variable
7.4.443  error reported by ubsan when running test 72
7.4.444  reversed question mark not recognized as punctuation
7.4.445  clipboard may be cleared on startup
7.4.446  environment for executing autocommand may not be restored
7.4.447  spell files from Hunspell may generate a lot of errors
7.4.448  MS-Windows: Using ETO_IGNORELANGUAGE causes problems
7.4.449  can't easily close the help window
7.4.450  some commands that edit another buffer don't support +cmd
7.4.451  calling system() with empty input gives an error
7.4.452  can't build with tiny features
7.4.453  still can't build with tiny features
7.4.454  CTRL-W-] does not work when using a Visual selection
7.4.455  completion for :buf does not use 'wildignorecase'
7.4.456  'backupcopy' is global, can't set a local value
7.4.457  cannot recognize getchar() returning K_CURSORHOLD
7.4.458  issue 252: Cursor moves in a zero-height window
7.4.460  (after 7.4.454) can't build without the quickfix feature
7.4.461  MS-Windows: When collate is on the number of copies is too high
7.4.462  Setting the local value of 'backupcopy' empty gives an error
7.4.463  tests 86 and 87 may hang on MS-Windows
7.4.464  (after 7.4.459) compiler warning
7.4.465  crash when expanding a very long string
7.4.466  (after 7.4.460) CTRL-W } does not open preview window
7.4.467  'linebreak' does not work well together with Visual mode
7.4.469  (after 7.4.467) can't build with MSVC
7.4.470  test 11 and 100 do not work properly on Windows
7.4.471  MS-Windows: multi-byte printer name is displayed as ???
7.4.472  drawing "precedes" entry of 'listchar' when 'list' is not set
7.4.473  cursor position incorrect with number column and 'sbr'
7.4.474  AIX compiler can't handle // comment
7.4.475  can't compile if Xutf8SetWMProperties() is not in X11 library
7.4.476  MingW: compiling with "XPM=no" doesn't work
7.4.477  ":%diffput" adds an empty line if the other file is empty
7.4.478  using byte length instead of character length for 'showbreak'
7.4.479  MS-Windows: The console title can be wrong
7.4.480  (after 7.4.479) MS-Windows: Can't build
7.4.481  (after 7.4.471) compiler warning on MS-Windows
7.4.482  when 'balloonexpr' results in a list, text has a trailing NL
7.4.483  a 0x80 byte is not handled correctly in abbreviations
7.4.484  (after 7.4.483) compiler warning
7.4.485  (after 7.4.484) abbreviations don't work
7.4.486  check for writing to a yank register is wrong
7.4.487  ":sign jump" may unnecessarily use another window
7.4.488  test_mapping fails for some people
7.4.489  cursor movement wrong when 'lbr' with a number column
7.4.490  cannot specify the buffer to use for "do" and "dp"
7.4.491  negative "topline" value for winrestview() has display errors
7.4.492  Ctrl-O in Insert mode moves right after insert comment leader
7.4.493  a TextChanged autocommand is triggered when saving a file
7.4.494  cursor shape is wrong after a CompleteDone autocommand
7.4.495  XPM isn't used correctly in the Cygwin Makefile
7.4.496  many lines are both in Make_cyg.mak and Make_ming.mak
7.4.497  NFA engine is very slow with some regexp patterns
7.4.498  (after 7.4.497) typo in DOS makefile
7.4.499  substitute() can be slow with long strings
7.4.500  test 72 still fails once in a while
7.4.501  (after 7.4.497) typo in file pattern
7.4.502  language mapping also applies to mapped characters
7.4.503  cannot append a list of lines to a file
7.4.504  MS-Windows installer restricts install path to end in "vim"
7.4.505  problem on MS-Windows file name longer than MAX_PATH bytes
7.4.506  MS-Windows: Cannot open a file with 259 characters
7.4.507  (after 7.4.496) building with MingW and Perl may fail
7.4.508  when generating ja.sjis.po, header is not correctly adjusted
7.4.509  users are not aware their encryption is weak
7.4.510  "-fwrapv" argument breaks use of cproto
7.4.511  generating proto for if_ruby.c uses type not defined elsewhere
7.4.512  cannot generate prototypes for Win32 files and VMS
7.4.513  crash because reference count is wrong for list from getreg()
7.4.514  (after 7.4.492) memory access error
7.4.515  in a help buffer the global 'foldmethod' is used
7.4.516  issue 253: completing function name with a # does not work
7.4.517  cursor may not end up in the right place on a wrapping line
7.4.518  using status line height in width computations
7.4.519  (after 7.4.497) crash when using syntax highlighting
7.4.520  Sun PCK locale is not recognzed
7.4.521  when using "vep" a mark is moved to the next line
7.4.522  specifying wrong buffer size for GetLongPathName()
7.4.523  copy/paste no longer works is X11 server is restarted
7.4.524  when using ":ownsyntax" spell checking is messed up
7.4.525  map() leaks memory when there is an error in the expression
7.4.526  matchstr() fails on long text
7.4.527  still confusing regexp failure and NFA_TOO_EXPENSIVE
7.4.528  crash when using matchadd()
7.4.529  no test for what 7.4.517 fixes
7.4.530  many commands take count/range that is not using line numbers
7.4.531  comments about parsing an Ex command are wrong
7.4.532  when using 'incsearch' "2/pattern/e" highlights first match
7.4.533  ":hardcopy" leaks memory in case of errors
7.4.534  warnings when compiling if_ruby.c
7.4.535  (after 7.4.530) can't build with tiny features
7.4.536  test 63 fails when using a black&white terminal
7.4.537  value of v:hlsearch reflects an internal variable
7.4.538  tests fail with small features plus Python
7.4.539  (after 7.4.530) crash when computing buffer count
7.4.540  (after 7.4.539) cannot build with tiny and small features
7.4.541  crash when doing a range assign
7.4.542  cannot specify the type of range for a user command
7.4.543  (after 7.4.232) "1,3s/\n//" joins two lines instead of three
7.4.544  warnings for unused arguments with a combination of features

(morr)

2015-01-02 10:07:40 UTC MAIN commitmail json YAML

Addition of security/py-pycrypto was reverted.

(bsiegert)

2015-01-02 10:03:00 UTC MAIN commitmail json YAML

Remove this package again, it already exists as py-crypto. Sorry for the
noise.

Pointed out by wiz and obache, thanks!

(bsiegert)

2015-01-02 09:24:31 UTC MAIN commitmail json YAML

Restore some ${PLIST.foo}

(wiz)

2015-01-02 09:14:28 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 14.12

(fhajny)

2015-01-02 09:14:16 UTC MAIN commitmail json YAML

Update ejabberd to 14.12.

ejabberd Community 14.12 includes many bugfixes, and a few new features:
- New module mod_client_state implements XEP-0352: Client State Indication
- New module mod_fail2ban to ban IPs that show malicious signs
- New option store_empty_body in mod_offline
- New option disable_sasl_mechanisms
- Improve option resend_on_timeout to support if_offline
- More robust offline server
- Better charset support in XMLRPC
- Some PEP issues fixed

(fhajny)

2015-01-02 07:33:41 UTC MAIN commitmail json YAML

Updated lang/ruby21-base to 2.1.5nb1

(ryoon)

2015-01-02 07:32:58 UTC MAIN commitmail json YAML

Bump PKGREVISION

Install new certificate for rubygems.org.
This fixes certification invalid error from gem and bundler.

(ryoon)

2015-01-02 04:38:20 UTC MAIN commitmail json YAML

2015-01-02 04:38:05 UTC MAIN commitmail json YAML

Updated devel/py-msgpack to 0.4.2nb1

(obache)

2015-01-02 04:37:56 UTC MAIN commitmail json YAML

Drop dependency on devel/msgpack, its header may not match to this extension,
and not required because using builtin one.

Requested by Jonathan Buschmann via private mail.

(obache)

2015-01-02 04:27:06 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.31

(ryoon)

2015-01-02 04:26:21 UTC MAIN commitmail json YAML

Update to 2.31

Changelog:
# What's New in SeaMonkey 2.31

SeaMonkey 2.31 contains the following major changes relative to SeaMonkey 2.30:

## SeaMonkey-specific changes

    Text zoom is now available in Composer.
    GStreamer and PulseAudio support has been re-enabled on Linux.

## Mozilla platform changes

    Support for H264 (MP4) is now built in on Mac OS X Snow Leopard (10.6) and newer through native APIs.
    HTTP/2 (draft14) and ALPN have been implemented.
    Added ability to recover from a locked process in the "SeaMonkey is already running" dialog on Windows.
    Added ECDH support for WebCrypto.
    The console.table function has been added to the Error Console.
    CSS transitions start correctly now when started at the same time as changes to display, position, overflow, and similar properties.
    Also see Firefox 34 for Developers.
    Fixed several stability issues.

# Security fixes
Fixed in SeaMonkey 2.31
    2014-91 Privileged access to security wrapped protected objects
    2014-89 Bad casting from the BasicThebesLayer to BasicContainerLayer
    2014-88 Buffer overflow while parsing media content
    2014-87 Use-after-free during HTML5 parsing
    2014-86 CSP leaks redirect data via violation reports
    2014-85 XMLHttpRequest crashes with some input streams
    2014-84 XBL bindings accessible via improper CSS declarations
    2014-83 Miscellaneous memory safety hazards (rv:34.0 / rv:31.3)

(ryoon)

2015-01-02 02:04:38 UTC MAIN commitmail json YAML

2015-01-02 02:03:42 UTC MAIN commitmail json YAML

2015-01-01 22:36:02 UTC MAIN commitmail json YAML

+ raine-0.64.

(wiz)

2015-01-01 22:29:40 UTC MAIN commitmail json YAML

+ calibre-2.14.0, dillo-3.0.4.1, gbrainy-2.24, meld-3.12.3, xterm-314.

(wiz)

2015-01-01 21:40:41 UTC MAIN commitmail json YAML

Note update of lang/python33 to 3.3.6.

(he)

2015-01-01 21:39:45 UTC MAIN commitmail json YAML

Update to 3.3.6.

Python 3.3.6 was released on October 11, 2014.

Python 3.3.6 includes fixes for a few of our previously added patches,
as well as other important security-related fixes.  Local changes:
rename the configure patch, remove now-included patches.

Upstream list of changes for this version:

Core and Builtins
-----------------
- Issue #22518: Fixed integer overflow issues in "backslashreplace",
  "xmlcharrefreplace", and "surrogatepass" error handlers.
- Issue #22520: Fix overflow checking when generating the repr of a unicode
  object.
- Issue #22519: Fix overflow checking in PyBytes_Repr.
- Issue #22518: Fix integer overflow issues in latin-1 encoding.

Library
-------
- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
  weakrefs.
- Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
  65536 bytes and send a 414 error code for higher lengths. Patch contributed
  by Devin Cook.
- Lax cookie parsing in http.cookies could be a security issue when combined
  with non-standard cookie handling in some Web browsers.  Reported by
  Sergey Bobrov.
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
  before checking for a CGI script at that path.
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
  parameter. Bug reported by Guido Vranken.
- Issue #20633: Replace relative import by absolute import.
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
  changes behavior of makedirs when exist_ok=True.
- Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
  Patch by Claudiu Popa.
- Issue #11599: When an external command (e.g. compiler) fails, distutils now
  prints out the whole command line (instead of just the command name) if the
  environment variable DISTUTILS_DEBUG is set.
- Issue #4931: distutils should not produce unhelpful "error: None" messages
  anymore.  distutils.util.grok_environment_error is kept but doc-deprecated.
- Issue #20283: RE pattern methods now accept the string keyword parameters
  as documented.  The pattern and source keyword parameters are left as
  deprecated aliases.
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
  broken by the fix for security issue #19435.  Patch by Zach Byrne.

Tests
-----
- Issue #17752: Fix distutils tests when run from the installed location.
- Issue #20946: Correct alignment assumptions of some ctypes tests.
- Issue #20939: Fix test_geturl failure in test_urllibnet due to
  new redirect of http://www.python.org/ to https://www.python.org.

(he)

2015-01-01 21:05:13 UTC MAIN commitmail json YAML

Add a patch fixing compilation on NetBSD-7.99.3/amd64 by extending the
libtool usage.

Remove unnecessary install rule.

>From Niclas Rosenvik.

(wiz)

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

Updated fonts/umefont-ttf to 0.468

(ryoon)

2015-01-01 20:11:12 UTC MAIN commitmail json YAML

Update to 0.468

Status:
Unadjusted glyphs: Unicode 7cc7-9398

(ryoon)

2015-01-01 19:00:24 UTC MAIN commitmail json YAML

Updated devel/acr to 0.9.9

(wiz)

2015-01-01 19:00:15 UTC MAIN commitmail json YAML

Update to 0.9.9, based on 0.9.8 package by krytarowski in wip.
Changes not found, but patch was integrated.

(wiz)

2015-01-01 18:55:10 UTC MAIN commitmail json YAML

2015-01-01 18:53:57 UTC MAIN commitmail json YAML

2015-01-01 18:53:34 UTC MAIN commitmail json YAML

Added databases/db6 version 6.1.19

(ryoon)

2015-01-01 18:52:52 UTC MAIN commitmail json YAML

Import db6-6.1.19 as databases/db6.

Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

  * B+tree: Stores keys in sorted order, using either a programmer-supplied
    ordering function or a default function that does lexicographical
    ordering of keys. Applications may perform equality or range searches.
  * Hashing: Stores records in a hash table for fast searches based on
    strict equality. Extended Linear Hashing modifies the hash function
    used by the table as new records are inserted, in order to keep buckets
    underfull in the steady state.
  * Fixed and Variable-Length Records: Stores fixed- or variable-length
    records in sequential order. Record numbers may be immutable or
    mutable, i.e., permitting new records to be inserted between existing
    records or requiring that new records be added only at the end of the
    database.

This package privides Berkeley DB 6 released under GNU AGPL3.

(ryoon)

2015-01-01 18:47:34 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.1

(ryoon)

2015-01-01 18:44:56 UTC MAIN commitmail json YAML

2015-01-01 18:44:10 UTC MAIN commitmail json YAML

Update to 4.1

Changelog:
Version 4.1 of WordPress, named "Dinah" in honor of jazz singer
Dinah Washington, is available for download or update in your
WordPress dashboard. New features in WordPress 4.1 help you focus
on your writing, and the new default theme lets you show it off in
style.

# Introducing Twenty Fifteen

Our newest default theme, Twenty Fifteen, is a blog-focused theme
designed for clarity.

Twenty Fifteen has flawless language support, with help from Google's
Noto font family.

The straightforward typography is readable on any screen size.

Your content always takes center stage, whether viewed on a phone,
tablet, laptop, or desktop computer.

# Distraction-free writing

Just write.

Sometimes, you just need to concentrate on putting your thoughts
into words. Try turning on distraction-free writing mode. When you
start typing, all the distractions will fade away, letting you
focus solely on your writing. All your editing tools instantly
return when you need them.

# The Finer Points

## Choose a language

Right now, WordPress 4.1 is already translated into over forty
languages, with more always in progress. You can switch to any
translation on the General Settings screen.

## Log out everywhere

If you've ever worried you forgot to sign out from a shared computer,
you can now go to your profile and log out everywhere.

## Vine embeds

Embedding videos from Vine is as simple as pasting a URL onto its
own line in a post. See the full list of supported embeds.

## Plugin recommendations

The plugin installer suggests plugins for you to try. Recommendations
are based on the plugins you and other users have installed.

# Under the Hood

## Complex Queries

Metadata, date, and term queries now support advanced conditional
logic, like nested clauses and multiple operators � A AND ( B OR
C ).

## Customizer API

The customizer now supports conditionally showing panels and sections
based on the page being previewed.

## <title> tags in themes

add_theme_support('title-tag') tells WordPress to handle the
complexities of document titles.

## Developer Reference

Continued improvements to inline code documentation have made the
developer reference more complete than ever.

(ryoon)

2015-01-01 14:33:22 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Simple to 1.115

(mef)

2015-01-01 14:33:12 UTC MAIN commitmail json YAML

Update 1.113 to 1.115
1.114
      - Drop support for Perls older than 5.6.1.

1.115 2014.10.19
      - Replace indirect calling of constructor both in code an documentation
        with direct calling.
        Write  CGI::Simle->new  instead of    new CGI::Simple
      - add tests to make sure the order of value is kept as
        they were passed in the QUERY_STRING
      - new co-maintainer (SZABGAB(

(mef)

2015-01-01 14:15:27 UTC MAIN commitmail json YAML

2015-01-01 13:00:12 UTC MAIN commitmail json YAML

Note pycrypto addition

(bsiegert)

2015-01-01 12:59:16 UTC MAIN commitmail json YAML

Add a package for pycrypto, version 2.6.1. From DESCR:

This is a collection of both secure hash functions (such as SHA256 and
RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal,
etc.).  The package is structured to make adding new modules easy.

One possible application of the modules is writing secure administration
tools.  Another application is in writing daemons and servers.  Clients
and servers can encrypt the data being exchanged and mutually
authenticate themselves; daemons can encrypt private data for added
security.  Python also provides a pleasant framework for prototyping and
experimentation with cryptographic algorithms; thanks to its
arbitrary-length integers, public key algorithms are easily implemented.

(bsiegert)

2015-01-01 11:51:41 UTC MAIN commitmail json YAML

Use PKG_FAIL_REASON for errors.

(dholland)

2015-01-01 11:36:38 UTC MAIN commitmail json YAML

Remove NOT_FOR_PLATFORM=*-*-alpha # doesn't build (LP64 bugs)
as it builds on amd64. Might not *work* of course; if anyone
feels like testing...

(dholland)

2015-01-01 11:36:17 UTC MAIN commitmail json YAML

Updated textproc/py-pygments to 2.0.1nb1

(wiz)

2015-01-01 11:36:07 UTC MAIN commitmail json YAML

Rename bin/pygmentize to pygmentize${PYVERSSUFFIX} to fix conflict with
other python versions of the same package. Add ALTERNATIVES file.
Bump PKGREVISION.

(wiz)

2015-01-01 11:31:12 UTC MAIN commitmail json YAML

Update documentation of ONLY_FOR_PLATFORM.

XXX: the file in here is badly out of date wrt upstream tzdata.

(dholland)

2015-01-01 11:27:37 UTC MAIN commitmail json YAML

This doesn't use anything particularly specific other than opening
/dev/audio, as far as I can tell, so lift the narrow ONLY_FOR_PLATFORM
restriction.

(But, based on things I saw while going through audio/, mark it
NOT_FOR_PLATFORM on Interix.)

If you try it on Linux or whatever and it doesn't work, let me know or
file a PR and I'll attend to it or mark it broken.

(dholland)

2015-01-01 11:19:28 UTC MAIN commitmail json YAML

Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually.

(dholland)

2015-01-01 11:16:09 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM with LP64PLATFORMS.

(dholland)

2015-01-01 11:12:26 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM with LP64PLATFORMS.

(dholland)

2015-01-01 11:10:15 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM for "core dumps".
XXX: this should probably be all LP64PLATFORMS, not just alpha.

(dholland)

2015-01-01 11:08:46 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORMS with LP64PLATFORMS.

(dholland)

2015-01-01 11:05:01 UTC MAIN commitmail json YAML

Remove redundant ONLY_FOR_PLATFORM; the centrally maintained one in
mk/pf.bl3.mk is sufficient.

(dholland)

2015-01-01 11:03:21 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM for random C library incompatibilities.

(dholland)

2015-01-01 10:56:23 UTC MAIN commitmail json YAML

Document ONLY_FOR_PLATFORM. In addition to some i386 assembler, this
one has a simple i386-generating dynamic recompiler... which looks
intriguingly plausible to expand on if anyone's bored and finds this
kind of thing interesting.

(dholland)

2015-01-01 10:46:33 UTC MAIN commitmail json YAML

Uses i386 assembler.

(dholland)

2015-01-01 10:44:54 UTC MAIN commitmail json YAML

Document ONLY_FOR_PLATFORM.

(dholland)

2015-01-01 10:38:24 UTC MAIN commitmail json YAML

Use BROKEN_EXCEPT_ON_PLATFORM for missing configs.

(dholland)

2015-01-01 10:31:01 UTC MAIN commitmail json YAML

Document ONLY_FOR_PLATFORM.

(dholland)

2015-01-01 10:26:17 UTC MAIN commitmail json YAML

Document ONLY_FOR_PLATFORM and extend it to all the BSDs - this only
requires openpty from libutil. (I think some Linux libcs even support
this, or used to. But I'm not sure, so I'm leaving that out.)

(dholland)

2015-01-01 10:18:42 UTC MAIN commitmail json YAML

document ONLY_FOR_PLATFORM

(dholland)

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

Mark this broken on all LP64PLATFORMS, not just alpha. If it actually
works for you, let me know. (I haven't tried, just systematizing what's
already here.)

(dholland)

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

Broken on x86_64. Supposedly supports alpha, which is why this restriction
isn't all LP64PLATFORMS. Open question whether this package is worth fixing,
though.

(dholland)

2015-01-01 10:03:58 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM with LP64PLATFORMS.

(dholland)

2015-01-01 09:57:54 UTC MAIN commitmail json YAML

Document NOT_FOR_PLATFORM, which was previously recorded only in the
CVS history. This package is very not 64-bit clean.

(dholland)

2015-01-01 09:54:25 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM for missing config entries. (yeah this one's my
fault)

(dholland)

2015-01-01 09:53:50 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM for build failures.

(dholland)

2015-01-01 09:50:31 UTC MAIN commitmail json YAML

This builds fine on NetBSD; remove bogus NOT_FOR_PLATFORM.

(dholland)

2015-01-01 09:48:59 UTC MAIN commitmail json YAML

2015-01-01 09:43:44 UTC MAIN commitmail json YAML

Remove obsolete restriction based on a.out shared libraries not working.
Even if they still don't (it was noted ten years ago) I don't think we
have any a.out platforms left in pkgsrc. (Do we?)

(dholland)

2015-01-01 09:35:17 UTC MAIN commitmail json YAML

Use PKG_SKIP_REASON for unsupported OSes.

(dholland)

2015-01-01 09:32:21 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.2.1

(obache)

2015-01-01 09:32:19 UTC MAIN commitmail json YAML

Since ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM can be used together,
limit to NetBSD and then reject NetBSD-[0-3]*, instead of accepting
NetBSD-[4-9]*.

(dholland)

2015-01-01 09:32:13 UTC MAIN commitmail json YAML

Update mikutter to 3.2.1.

* fixes crash with editing extraction tab.
* Happy New Year!

(obache)

2015-01-01 09:28:26 UTC MAIN commitmail json YAML

Use BROKEN_ON_PLATFORM to fail on LP64PLATFORMS.

(dholland)

2015-01-01 09:24:22 UTC MAIN commitmail json YAML

"uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)

(dholland)

2015-01-01 09:22:23 UTC MAIN commitmail json YAML

Patch out use of sys/disklabel.h and sys/ioctl.h (neither is actually used)
and remove associated unnecessary ONLY_FOR_PLATFORM restriction.

(dholland)

2015-01-01 09:14:31 UTC MAIN commitmail json YAML

NOT_FOR_PLATFORM can be used together with ONLY_FOR_PLATFORM, so simplify
the logic and make it not fail when we hit NetBSD 10.

(dholland)

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

Gratuitous change in ONLY_FOR_PLATFORM to group like platforms together.

(dholland)

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

Use BROKEN_EXCEPT_ON_PLATFORM. This package comes only with cdrom code
for Solaris and IRIX; we ship cdrom code for BSD, so theoretically we
could also ship cdrom code for other platforms if anyone wanted to get
it working. Hence, report it broken on those platforms instead of
skipping it.

(dholland)

2015-01-01 09:01:37 UTC MAIN commitmail json YAML

Use BROKEN_EXCEPT_ON_PLATFORM=${LITTLEENDIANPLATFORMS} instead of trying
to enumerate such platforms on the fly. (and doing it incorrectly)

(dholland)

2015-01-01 09:00:28 UTC MAIN commitmail json YAML

Add a bunch of missing LP64PLATFORMS after reviewing the list in NetBSD's
build.sh:
*-*-aarch64{,eb}
*-*-ia64
*-*-mips64{eb,el}
*-*-powerpc64
*-*-riscv64

(dholland)

2015-01-01 08:57:23 UTC MAIN commitmail json YAML

Add BIGENDIANPLATFORMS and LITTLEENDIANPLATFORMS, like LP64PLATFORMS, for
restricting broken packages.

(dholland)

2015-01-01 08:29:07 UTC MAIN commitmail json YAML

Comment out NOT_FOR_COMPILER and remove ONLY_FOR_PLATFORM restriction that
appears to have originated in a much earlier mpg123's build system.

(dholland)

2015-01-01 08:23:53 UTC MAIN commitmail json YAML

Instead of an ONLY_FOR_PLATFORM declaration listing all the major
platforms, just leave it off. If this doesn't build on IRIX, OSF/1, or
whatever and anyone actually cares about testing and documenting that,
add BROKEN_ON_PLATFORM or NOT_FOR_PLATFORM as appropriate.

(dholland)

2015-01-01 08:15:51 UTC MAIN commitmail json YAML

Switch ONLY_FOR_PLATFORM to NOT_FOR_PLATFORM and list the platforms known
not to support the Sun audio interface, as per mpg123-sun.

XXX: this knowledge should be centralized.

(dholland)

2015-01-01 08:05:21 UTC MAIN commitmail json YAML

Change ONLY_FOR_PLATFORM to BROKEN_EXCEPT_ON_PLATFORM - the reason for
the restriction is not documented and the CVS history indicates it was
at least originally about build failures.

(dholland)

2015-01-01 07:58:11 UTC MAIN commitmail json YAML

Using nonexistent ioctls is grounds for BROKEN_ON_PLATFORM instead of
NOT_FOR_PLATFORM.

(dholland)

2015-01-01 07:56:42 UTC MAIN commitmail json YAML

2015-01-01 07:51:47 UTC MAIN commitmail json YAML

Use PKG_SKIP_REASON instead of PKG_FAIL_REASON for some cases where
the problem is either situational (e.g. the various RESTRICTED-like
cases) or unfixable in pkgsrc (no pthreads, ipv6, etc. on platform).

Conversely, if the wrong version of mysql is installed, that's a
PKG_FAIL_REASON.

(dholland)

2015-01-01 07:03:43 UTC MAIN commitmail json YAML

Add py-zanata-python-client

(ryoon)

2015-01-01 07:02:58 UTC MAIN commitmail json YAML

2015-01-01 07:01:00 UTC MAIN commitmail json YAML

Added devel/py-zanata-python-client version 1.3.18

(ryoon)

2015-01-01 07:00:00 UTC MAIN commitmail json YAML

Import py27-zanata-python-client-1.3.18 as devel/py-zanata-python-client.

Zanata Python client is a client that communicates with a Zanata
server to push text for translation (from publican documents or
gettext-based software), and pull translated text back for inclusion
in software or documentation builds.

It also provides support for creating projects/versions in Zanata
and retrieving information about projects.

(ryoon)

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

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

new pkglint (part of BROKEN_ON_PLATFORM)

(dholland)

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

2015-01-01 06:08:00 UTC MAIN commitmail json YAML

Add __APPLE__ to the list of preprocessor symbols.
(this has been sitting in my tree since I-forget-when)

(dholland)

2015-01-01 06:07:12 UTC MAIN commitmail json YAML

Document BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM.

(dholland)

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

Add support for BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM, as per
discussion on tech-pkg.

BROKEN_ON_PLATFORM and NOT_FOR_PLATFORM are the same, except that
(now) BROKEN_ON_PLATFORM sets PKG_FAIL_REASON and NOT_FOR_PLATFORM
sets PKG_SKIP_REASON. BROKEN_EXCEPT_FOR_PLATFORM and ONLY_FOR_PLATFORM
correspond in the same way.

The idea is that going forward we will distinguish unbuildable
packages that theoretically ought to be fixed (these are BROKEN) from
packages where it doesn't make sense to build (these are NOT_FOR)...
examples of the former include most non-64-bit-clean packges; examples
of the latter include OS-specific language bindings.

A general review of the uses of NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM
(converting many of them to BROKEN...) is coming up.

Similarly, a general review of the uses of PKG_FAIL_REASON and
PKG_SKIP_REASON is coming up.

For this to become useful, pbulk needs to be taught to report failing
and skipped packages differently - the idea is that failing packages
should be reported up front and skipped packages don't need to be. This
has not been done yet, but one set of things at a time...

(dholland)

2015-01-01 05:54:26 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.32

(jnemeth)

2015-01-01 05:54:21 UTC MAIN commitmail json YAML

2015-01-01 05:20:29 UTC MAIN commitmail json YAML

2015-01-01 05:19:02 UTC MAIN commitmail json YAML

2015-01-01 04:07:46 UTC MAIN commitmail json YAML

Updated www/p5-HTML-FillInForm to 2.21

(mef)

2015-01-01 04:07:39 UTC MAIN commitmail json YAML

Update 2.20 to 2.21
2.21 - August 14th, 2014
  - Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin McGrath)

(mef)

2015-01-01 04:05:41 UTC MAIN commitmail json YAML

Updated www/p5-FCGI-ProcManager to 0.25

(mef)

2015-01-01 04:05:33 UTC MAIN commitmail json YAML

Update 0.24 to 0.25
0.25 2014-11-20 Andrew Rodland  <arodland@cpan.org>
    * Notice errors writing out the PID file and abort.
    * Make sure that children get independent random numbers by calling
      srand() after fork.

(mef)

2015-01-01 03:58:01 UTC MAIN commitmail json YAML

Updated www/p5-Cookie-Baker to 0.05

(mef)

2015-01-01 03:57:53 UTC MAIN commitmail json YAML

Update 0.03 to 0.05
      ------------
0.05 2014-11-26T05:49:50Z
  - fix bug. accepts expires => 0

0.04 2014-11-25T02:36:43Z
    - requires perl-5.8.1

(mef)

2015-01-01 03:55:41 UTC MAIN commitmail json YAML

Updated www/p5-Continuity to 1.6

(mef)

2015-01-01 03:55:35 UTC MAIN commitmail json YAML

Update  1.5 to 1.6
        ----------
Version 1.6 (released 2014.07.17)
  * Spelling fixes mostly (thanks dsteinbrunner!)

(mef)

2015-01-01 03:49:10 UTC MAIN commitmail json YAML

Updated www/p5-CatalystX-CRUD-YUI to 0.031

(mef)

2015-01-01 03:49:02 UTC MAIN commitmail json YAML

Update 0.25 to 0.31
      ------------
0.031 2014-05-31
- improve the autocomplete search algorithm to act more like
  what most people would expect
- require Template::Plugin::Autoformat 2.75
- added Search::Tools dependency to the Makefile.PL

0.030 21 Jan 2014
- YUI 2.x is deprecated since 2011 and they finally changed the icon urls.
  Fix the calendar icon.

0.029 24 Sept 2013
- default View now coerces all output to UTF-8.
- pass object to form.metadata.related_field() in case object affects
  the relationship returned.

0.028 12 Sept 2013
- fix autoformat() use in crud/form.tt

0.027 31 Oct 2012
- no code change, just adding missing files from 0.026

0.026 31 Oct 2012
- bundle livegrid js/css with package
- support serialization of objects with their related objects

(mef)

2015-01-01 02:56:41 UTC MAIN commitmail json YAML

Updated www/p5-CatalystX-CRUD-Controller-REST to 0.004

(mef)

2015-01-01 02:56:32 UTC MAIN commitmail json YAML

Update  0.003 to 0.004
0.004 11 May 2014
- fix bug calling status_bad_request()

(mef)

2015-01-01 02:49:36 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-View-TT to 0.42

(mef)

2015-01-01 02:49:29 UTC MAIN commitmail json YAML

Update 0.41 to 0.42
0.42  2014-12-29
        - Fixes to test cases to be compatible with Catalyst v5.90080
        - Added a Unicode test designed to check new Catalyst function
        - Docs for above

(mef)

2015-01-01 02:44:06 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-View-Mason to 0.19

(mef)

2015-01-01 02:43:57 UTC MAIN commitmail json YAML

Update 0.18 to 0.19
0.19    Mon, 29 Dec 2014 16:00 Central Time (USA)
        - Minor changes to the test suite so that code compiles and runs
          on modern Catalyst.  No other guarantees.

(mef)

2015-01-01 02:37:48 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-StatusMessage to 1.002000

(mef)

2015-01-01 02:37:39 UTC MAIN commitmail json YAML

Update 0.003000 to 1.002000
      --------------------
1.002000    2012-05-16
    Fix typos in pod

1.001000    2012-05-14
    Major revamp to work as plugin vs. component
    A big thanks to MST for working his magic
    Add new tests via Catalyst::Test
    Add more documentation

(mef)

2015-01-01 02:34:49 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Static-Simple to 0.33

(mef)

2015-01-01 02:34:42 UTC MAIN commitmail json YAML

Update 0.31 to 0.33
      ------------
0.33  2014-09-26 17:00 BST
      - In the case where someone is trying to merge configurations
      and some config sets use the depracated 'static' keyword, the
      configs will be properly merged.

0.32  2014-06-04 17:00 EDT
        - Sets 'autoflush' in the Catalyst Log object to false if
          available. This is a new API being added in Catalyst as of
          version 5.90065

(mef)

2015-01-01 02:32:29 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.34

(mef)

2015-01-01 02:32:20 UTC MAIN commitmail json YAML

Update 0.33 to 0.34
      ------------
0.34  Wed Apr 16 2014
  - Repackage without non-standard tarball headers.

(mef)

2015-01-01 02:29:31 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Authorization-ACL to 0.16

(mef)

2015-01-01 02:29:21 UTC MAIN commitmail json YAML

Update 0.15 to 0.16
      ------------
0.16 2014-05-15 03:16:39
    - fix a spelling error and copyright statement (Jonathan Yu) (RT#95566)
    - convert to git
    - convert to dzil

(mef)

2015-01-01 01:40:05 UTC MAIN commitmail json YAML

Add Tag and header message.

(ryoon)

2015-01-01 01:37:04 UTC MAIN commitmail json YAML

Add gcc46-libs

(ryoon)

2015-01-01 01:33:05 UTC MAIN commitmail json YAML

Add gcc46-libs support code.

(ryoon)

2015-01-01 01:32:24 UTC MAIN commitmail json YAML

Added lang/gcc46-libs version 4.6.4nb4

(ryoon)

2015-01-01 01:31:52 UTC MAIN commitmail json YAML

Import gcc46-libs-4.6.4nb4 as lang/gcc46-libs.

The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).

To select gcc46-libs over gcc46, this package's PKGREVISION should start
from 4 (gcc46's 3 + 1).

(ryoon)

2015-01-01 01:30:27 UTC MAIN commitmail json YAML

Updated lang/gcc46 to 4.6.4nb3

(ryoon)

2015-01-01 01:29:56 UTC MAIN commitmail json YAML

2015-01-01 00:03:51 UTC MAIN commitmail json YAML

Delete duplication

(mef)

2015-01-01 00:03:01 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Engine-JobQueue-POE to 0.0.4

(mef)

2015-01-01 00:01:42 UTC MAIN commitmail json YAML

(pkgsrc)
  - Add ${PERL5_LICENSE}
(upstream)
Update 0.03 to 0.04
0.04  Sat Jul 16 19:08:44 EET 2011
- fix shebang line in helper (fixes https://rt.cpan.org/Public/Bug/Display.html?id=56575)
- replace NEXT with MRO::Compat (fixes https://rt.cpan.org/Public/Bug/Display.html?id=64056)
- add version to some use statements (to line up with prerequisites)

(mef)

2014-12-31 19:32:18 UTC MAIN commitmail json YAML

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

multimedia/xine-lib: Fix PLIST issues on fbsd x86_64

* Vidix output is not available on FreeBSD x86_64, conditionalize it in the PLIST.
* add missing vcdo input plugin in the PLIST

OK@ wiz

(rumko)

2014-12-31 16:08:51 UTC MAIN commitmail json YAML

graphics/glew: Fix build on FBSD due to missing -fPIC

OK@ wiz

(rumko)

2014-12-31 16:05:08 UTC MAIN commitmail json YAML

security/gnutls: Fix struct in6_addr being an incomplete type

In lib/x509/rfc2818_hostname.c, ipv6 related structs are used, but
at least on FreeBSD, arpa/inet.h does not contains the necessary
structs. If netinet/in.h is present, we use it instead of arpa/inet.h.

Reviewed by wiz

(rumko)

2014-12-31 15:12:52 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.4.0

(wiz)

2014-12-31 15:12:41 UTC MAIN commitmail json YAML

Update to 0.4.0:

Version 0.4.0
=============

*released on 31 December 2014*

- The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be
  compatible with it, but vdirsyncer now caches the results of the collection
  discovery. You have to run ``vdirsyncer discover`` if collections were added
  or removed on one side.
- Pair and storage names are now restricted to certain characters. Vdirsyncer
  will issue a clear error message if your configuration file is invalid in
  that regard.
- Vdirsyncer now supports the XDG-Basedir specification. If the
  ``VDIRSYNCER_CONFIG`` environment variable isn't set and the
  ``~/.vdirsyncer/config`` file doesn't exist, it will look for the
  configuration file at ``$XDG_CONFIG_HOME/vdirsyncer/config``.
- Some improvements to CardDAV and CalDAV discovery, based on problems found
  with FastMail. Support for ``.well-known``-URIs has been added.

(wiz)

2014-12-31 15:03:56 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Cookie-Splitter to 0.04
Updated www/p5-CGI-Emulate-PSGI to 0.20
Updated www/p5-CGI-Fast to 2.05

(mef)

2014-12-31 14:58:11 UTC MAIN commitmail json YAML

(pkgsrc)
  - Add ${PERL5_LICENSE}  from README file
(upstream)
  - Update 2.0.1 to 2.0.5
    ---------------------
2.05 2014-12-11
    [TESTING]
    remove useless use of Test::Deep in tests

    this patch was sourced from the fedora perl-devel mailing list[1],
    in which i see more patches for CGI - fedora perl-devel people: if
    you're going to patch modules then please send those patches upstream
    where relevant. many perl modules are now on github (including this
    one) so it's easy, and it prevents alternate versions of modules
    that could lead to frustrating debugging sessions because *your*
    version of FCGI (2.04) is different to what the *real* version of
    FCGI (2.04) is[2].

    * [1] https://lists.fedoraproject.org/pipermail/perl-devel
    * [2] the "real" version of FCGI being that available on CPAN

2.04 2014-10-12
    [TESTING]
    - Fix tests for recent version of CGI (v4.05+), which removed the
      -private_tempfiles pragma and PRIVATE_TEMPFILES variable, so use
      on that is still available for testing

2.03 2014-09-06
    [DOCUMENTATION]
    - Kwalitee improvements in distribution (LICENSE)

    [TESTING]
    - Add t/006_changes.t to check Changes file

2.02 2014-06-05

    [INTERNALS]
    - allow FCGI_SOCKET_PATH and FCGI_LISTEN_QUEUE ENV variables to be
      passed in as import settings, although favour ENV variables if set
    - delay creation of FCGI::Request until the first call to CGI::Fast->new
      (RT #70609), removing the need to defined these in a BEGIN block
    - add test to check ENV values are not recycled from old requests and not
      set as defaults when the FCGI_SOCKET_PATH is used (RT #65492)
    - add file_handles method to allow setting of file handles to be passed
      to FCGI (RT #94423)

    [DOCUMENTATION]
    - document above changes
    - general tidy up

(mef)

2014-12-31 14:55:23 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ReadLine to 1.25

(wiz)

2014-12-31 14:55:14 UTC MAIN commitmail json YAML

Update to 1.25:

1.25  2014-12-13
- fix to call rl_initialize() after I/O stream
  setting. [rt.cpan.org #96569]
- t/readline.t: comment-out stty-command calls.
- t/history.t, t/readline.t: print out the corresponding
          section names in the manuals of the libraries.
- eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20
  warns. [rt.cpan.org #100883]
- Fix copyright notices to use the year of first publication.

(wiz)

2014-12-31 14:52:46 UTC MAIN commitmail json YAML

Update 0.15 to 0.20
-------------------
0.20  2014-09-08 11:06:19 PDT
        - Add Test::Requires dependency (andk)

0.19  2014-08-31 14:04:44 JST
        - Revert #3 since it causes deep recursion when printing to STDERR
          inside CGI handler under some perl environments. #6

0.18  2014-08-07 07:58:32 PDT
        - Fix perl prereq (haarg) #7

0.17  2014-08-03 18:30:54 PDT
        - Make it work with debugger with perl 5.8.x (tehmoth) #5

0.16  2013-09-18 12:23:21 JST
        - Use tied handle for STDIN/STDERR (#3)
        - Convert to Milla

(mef)

2014-12-31 14:40:26 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 2.04

(wiz)

2014-12-31 14:40:17 UTC MAIN commitmail json YAML

Update to 2.04:

2.04  14/12/2014
- RT#100903 enable ptargrep.t to work on VMS

(wiz)

2014-12-31 14:39:15 UTC MAIN commitmail json YAML

Updated databases/p5-DB_File to 1.835

(wiz)

2014-12-31 14:39:07 UTC MAIN commitmail json YAML

Update to 1.835:

1.835 23 Dec 2014

  * Silence more compiler warnings

(wiz)

2014-12-31 14:38:21 UTC MAIN commitmail json YAML

Updated textproc/p5-Filter to 1.53

(wiz)

2014-12-31 14:38:08 UTC MAIN commitmail json YAML

Update to 1.53:

1.50 2014-06-04 rurban
----

  * Do not re-bless already blessed filter_add arguments into the callers package.
    Fixes RT #54452
  * t/z_pod-coverage.t: omit empty Filter::decrypt (also fixes RT #84405)
  * Fix Perl Compiler detection in Filter::decrypt

1.51 2014-12-09 rurban
----

  * Minor -Wall -Wextra cleanups by jhi and me. Fixes RT #100742
  * Updated Copyright years
  * Document and warn about its limitations

1.52 2014-12-19 rurban
----

  * Fix Filter::Util::Call regression from 1.50, for filter_add({}) or filter_add([]).
    This broke Switch, see RT #101004.

1.53 2014-12-20 rurban
----

  * Re-release caused by broken SIGNATURE, caused by broken ExtUtils::Makemaker distsignature rules.
    See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177

(wiz)

2014-12-31 14:36:54 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.068

(wiz)

2014-12-31 14:36:43 UTC MAIN commitmail json YAML

Update to 2.068:

  2.068 23 Dec 2014

      * Disable running of some of the slower test harnesses by default.
        COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more
        bearable on legacy platforms

(wiz)

2014-12-31 14:35:30 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Bzip2 to 2.068

(wiz)

2014-12-31 14:35:21 UTC MAIN commitmail json YAML

Update to 2.068:

  2.068 23 Dec 2014

      * No Changes

(wiz)

2014-12-31 14:34:39 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.068

(wiz)

2014-12-31 14:34:31 UTC MAIN commitmail json YAML

Update to 2.068:

  2.068 10 Dec 2014

      * Silence more compiler warnings

      * Disable running of 07bufsize.y by default.
        COMPRESS_ZLIB_RUN_MOST needs set to run them. Makes life more
        bearable on legacy platforms

(wiz)

2014-12-31 14:28:36 UTC MAIN commitmail json YAML

Updated devel/meld to 3.13.0

(wiz)

2014-12-31 14:28:27 UTC MAIN commitmail json YAML

Update to 3.13.0:

2014-12-31 meld 3.13.0
======================

  Features:

  * Make syntax highlighting style configurable (Mark Pariente)
  * Implemented incremental search, match highlighting and many other
    find-related fixes (Robert Roth)
  * Add support for GTK+ global dark theme setting (Kai Willadsen)
  * Add support for pushing change deletions (Kai Willadsen)
  * Remove cycle-pane action in favour of previous/next pane actions (Kai
    Willadsen)

  Fixes:

  * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai
    Willadsen)
  * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen)
  * Fixing flickering inline highlighting on updates (Kai Willadsen)

  * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai
    Willadsen)
  * Fix inconsistent file chooser when cancelling file selection (Kai
    Willadsen)
  * UTF-8 encode patches created from the patch dialog (Kai Willadsen)
  * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen)
  * Fix text background display on certain themes (Kai Willadsen)
  * Fix for launching Meld with certain Git environment variables (Kai
    Willadsen)
  * Add GTK's settings.ini file for font blurriness fix on Windows (Kai
    Willadsen)
  * Fix display of change action buttons and line numbers when line numbers
    are shown (Kai Willadsen)
  * Fix positioning of the change action buttons (Kai Willadsen)
  * Fix tab width setting not working correctly (Kai Willadsen)
  * Fix starting comparison of Subversion checkouts from a subdirectory (Kai
    Willadsen)
  * Fix starting Meld from a differently-named symlink (Kai Willadsen)
  * Ignore errors when copying file metadata if the destination file system
    doesn't support it (Kai Willadsen)
  * Automatically recompile stale in-place gschemas (Kai Willadsen)
  * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen)
  * Fix missing cache opcodes in some circumstances (Kai Willadsen)
  * Fix text view expansion when resizing patch dialog (Kai Willadsen)
  * Build fix to always include C locale when LINGUAS is set (Kai Willadsen)

  Translations:

  * Andika Triwidada (id)
  * Carles Ferrando (ca@valencia)
  * Gábor Kelemen (hu)
  * Jean Jordaan (cs, el, es)
  * Joan Coll (ca)
  * Jordi Mas (ca)
  * Marek Černocký (cs)
  * Maria  Mavridou (el)
  * Piotr Drąg (pl)
  * Мирослав Николић (sr, sr@latin)

(wiz)

2014-12-31 14:25:14 UTC MAIN commitmail json YAML

Updated x11/xproto to 7.0.27

(wiz)

2014-12-31 14:25:03 UTC MAIN commitmail json YAML

Update to 7.0.27:
This release improves support for compiler attributes for the clang and
Solaris Studio 12.4 compilers, and makes builds on AIX choose the right
headers to include.

Alan Coopersmith (4):
      Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
      Do not suggest adding new keysyms to XF86keysym.h
      Use clang's __has_attribute to check for attribute support
      xproto 7.0.27

Michael Haubenwallner (1):
      Bug #80528: make it build on AIX

(wiz)

2014-12-31 14:12:59 UTC MAIN commitmail json YAML

Updated fonts/bdftopcf to 1.0.5

(wiz)

2014-12-31 14:12:49 UTC MAIN commitmail json YAML

Update to 1.0.5:

This minor maintenance release fixes a couple of issues with the usage
messages printed for incorrect options, and updates the configure scripts
to the latest X.Org standards.

Alan Coopersmith (6):
      config: Add missing AC_CONFIG_SRCDIR
      Correct usage message for scanline unit option to be -u, not -s
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      bdftopcf 1.0.5

(wiz)

2014-12-31 14:09:36 UTC MAIN commitmail json YAML

Remove unnecessary line (no egg is created either way).

(wiz)

2014-12-31 14:07:40 UTC MAIN commitmail json YAML

Mark as not ready for python-3.x. Remove unnecessary line.

(wiz)

2014-12-31 13:57:34 UTC MAIN commitmail json YAML

2014-12-31 13:57:03 UTC MAIN commitmail json YAML

Add three qore modules.

(wiz)

2014-12-31 13:46:18 UTC MAIN commitmail json YAML

(pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
- Update 0.02 to 0.04
0.04      2014-02-16 20:05:57Z
        - convert to Dist::Zilla, with more metadata

0.03      2014-02-03 01:12:11Z
        - fix test failures due to hash randomization (RT#81612), and some
          unintialized warnings (thanks, Shlomi Fish!)

(mef)

2014-12-31 13:38:51 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Compile to 0.18

(mef)

2014-12-31 13:38:41 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line
  PERL5_MODULE_TYPE=    Module::Build
(upstream)
- Update 0.15 to 0.18
  -------------------
0.18  2014-10-27 15:16:55 PDT
        - Skip tests when CGI.pm is not available #15
        - Avoid CGI.pm warnings in tests

0.17  2014-05-24 11:03:19 PDT
        - fix %SIG localization (preserve magic) (torsten)
        - fix script exit code handling (torsten, rkitover)
        - hide my and our variables from the generated sub (torsten)
        - allow parameters to CGI coderef (rkitover)

0.16  Sun Mar 10 00:12:45 PST 2013
        - Fixed warnings on 5.10 (rkitover)

(mef)

2014-12-31 13:20:25 UTC MAIN commitmail json YAML

Note textproc/py-jsonschema addition

(bsiegert)

2014-12-31 13:18:58 UTC MAIN commitmail json YAML

Add a package for py-jsonschema. From DESCR:

jsonschema is an implementation of JSON Schema for Python (supporting
2.6+ including Python 3).

Features:

- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.

(bsiegert)

2014-12-31 13:03:49 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Application-Plugin-DBH to 4.04

(mef)

2014-12-31 13:03:39 UTC MAIN commitmail json YAML

(pkgsrc)
- Add LICENSE= ${PERL5_LICENSE}
(upstream)
- Update 4.00 to 4.04
4.04      2013-11-24 17:32:50 America/Chicago

  - Fix various Dist::Zilla conversion errors

4.03      2013-11-23 10:28:14 America/Chicago

  - Fix warning RT#73776 (Arthur Axel 'fREW' Schmidt)
  - Fix some typos (David Steinbrunner)

4.02      2013-11-11 13:24:41 America/Chicago

  - Fix missing dep on DBD::Mock (Arthur Axel 'fREW' Schmidt)

4.01 Fri Jan 18 22:29:42 EST 2013
    [No Significant Changes]
    - Rework test for an existing database handle to avoid test failures
      related to DBD::Mock. We depend on Test::MockObject now instead.

    Some other minor code clean-ups:
    - "use parent" instead of "use base"
    - use "our" instead of "use vars"

(mef)

2014-12-31 12:56:44 UTC MAIN commitmail json YAML

Updated www/p5-Alien-GvaScript to 1.44

(mef)

2014-12-31 12:56:37 UTC MAIN commitmail json YAML

Update 1.22 to 1.44
1.44 20.08.2014
  - fixes #98172 in POD documentation (DOLMEN++)

1.43 27.09.2013
  - autoCompleter: choiceList scrolls so that the current value is visible
  - autoCompleter: ping event updates the current value
  - ajax tests use port 8085 instead of 8081

1.42 03.03.2013
  - fixed Pod bug in Form.pod (caused test failure with Pod::Simple v3.26

1.41 20.08.2011
  - html doc generation : fix path to scripts
  - removed accented chars in .js files (avoid probl. with application/script
    in Firefox

1.40 11.08.2011
  - specify POD =encoding so that new Pod::Simple is happy

1.3
  - upgrade to prototype.js v1.7

(mef)

2014-12-31 11:40:14 UTC MAIN commitmail json YAML

Remove special case for golang.org/x/tools from the go command.

We handle it differently in the go-tools package. While here, rename
GO_COMPILER to GOCHAR, which is the name upstream uses.

Bump PKGREVISION.

(bsiegert)

2014-12-31 11:25:17 UTC MAIN commitmail json YAML

Updated www/p5-App-Nopaste to 1.002

(mef)

2014-12-31 11:25:04 UTC MAIN commitmail json YAML

Update 0.28 to 1.002
---------------------
1.002  2014-12-19 06:50:34Z
        - new Mojopaste plugin (thanks, Dean Hamstead!)

1.001  2014-12-13 21:21:10Z
        - fix test of installed plugins to allow for third-party plugins also
          being installed

1.000  2014-12-12 03:25:40Z
        - fix the accidental loss of the plugins() method in 0.97 (thanks,
          Dean Hamstead!)

0.99    2014-12-10 04:53:43Z
        - gist URLs now use HTTPS (thanks, Darian Anthony Patrick!)

0.98    2014-11-22 07:45:48Z
        - make install prompts a bit more intelligible

0.97    2014-11-16 19:29:13Z
        - switched the JSON backend in the Gist plugin from JSON.pm to
          JSON::MaybeXS

0.96    2014-01-29 03:24:58Z
        - added missing prereqs

0.95    2014-01-26 17:41:29Z
        - bumped the minimum version needed for the (optional) prerequisite
          WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
          versions (thanks, Zoffix!)

0.94    2014-01-18 22:13:29Z
        - updated and fixed debian and ubuntu language mappings (haarg, PR#1)

0.93    2014-01-14 00:41:21Z
        - packaging converted to Dist::Zilla; handling of optional features
          fixed (see RT#91053)

0.92    2013-04-26
        Fix the language mappins for Ubuntu's pastebin (Sergey Romanov)
        Don't need to load Moose in the tests (Sergey Romanov)

0.91    2013-01-27
        Decode incoming text as utf8 (Jesse Luehrs)
        Support for GITHUB_USER and GITHUB_PASS (Rafael Kitover)
        Name the gist file `nopaste` not `nopaste.txt` for possible syntax highlighting (Rafael Kitover)
        Use decode_json not a regular expression to decode Gist response body (Shawn M Moore)
        Give a hint to perldoc App::Nopaste::Service::Gist on 401 (Shawn M Moore)

0.90    2012-10-30
        Port from Moose and MooseX::Getopt to Getopt::Long::Descriptive (frew)
            App::Nopaste is not using any interesting Moose features,
            so it doesn't make sense to pay the startup cost (even
            though it's probably dominated by network latency)

            Please report any regressions!

0.35    2012-07-17
        Don't barf when gist-ing STDIN. (Ricardo SIGNES)

0.34    2012-07-14
        Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
            Thanks also to Ricardo SIGNES for the call to arms:
                http://rjbs.manxome.org/rubric/entry/1964

0.33    2011-12-15
        Support for --description in Gist (zengargoyle@gmail.com) [rt.cpan.org #73272]

0.32    2011-10-21
        Better error reporting (David Golden)
        Fix some attribution errors (Salvatore Bonaccorso) [rt.cpan.org #70434]

0.31    2011-08-30
        Better filenames for ssh service (Thomas Sibley)

0.30    2011-08-26
        Fix App::Nopaste::ssh's new filename description feature (Kevin Falcone)

0.29    2011-08-22
        Add --private to several services (François Gannaz)
        Use Class::Load instead of require "Module/Name.pm" (Shawn M Moore)
        Document --list and --private options (François Gannaz)
        Less hardcoding of argument names to better support subclassing (Jason Mills)
        New Ubuntu service (http://paste.ubuntu.com/) (gregoa@debian.org)
        SSH: Add a small suggested Apache conf that's useful for paste directories (Thomas Sibley)
        SSH: optionally use the supplied description in the paste filename (Thomas Sibley)

(mef)

2014-12-31 10:23:18 UTC MAIN commitmail json YAML

Updated net/net-snmp to 5.7.3

(adam)

2014-12-31 10:06:57 UTC MAIN commitmail json YAML

Changes 5.7.3:
Many many bug fixes and minor improvements

snmpd, snmptrapd and apps:
  - Patch 2525: from Ryan Steinmetz: Fix argument length parsing of the
    host resources mib
  - Make ENV_SEPARATOR_CHAR configurable
  - SECURITY: a denial of service attack vector was discovered on
    the linux implementation of the ICMP-MIB.  This release fixes
    this bug and all users are encouraged to update their SNMP
    agent if they make use of the ICMP-MIB table objects.

perl:
  - BUG: 2402: Add support for SNMPv3 traps

Windows:
  - Port batch build infrastructure to Visual Studio 2010 and later
    From Visual Studio 2010 on it is no longer possible to specify
    include or library directories globally - these have to be
    specified per project. Hence two additional menu entries in
    build.bat that allow to specify these directories.
  - Patch from Bart Van Assche to improve cygwin building

(adam)

2014-12-31 09:05:34 UTC MAIN commitmail json YAML

Updated www/p5-Apache-Test to 1.38

(mef)

2014-12-31 09:05:09 UTC MAIN commitmail json YAML

Update 1.31 to 1.38
-------------------
    1.38 Aug 6 2012
      Fix log_watch.t on Windows, which can't (naturally) delete open files.
      [Steve Hay]

      Fix t_filepath_cmp, t_catfile and t_catfile_apache in Apache::TestUtil
      on Windows: their use of Win32::GetLongPathName() was broken for
      non-existent files. [Steve Hay]

      Remove use of Nullsv as per modperl commit 1362399. [Steve Hay]

      have Apache::TestConfigPerl::configure_inc set up @INC to include
      ../blib/lib and ../blib/arch if they exist. The bundled Apache::Reload
      may fail to load Apache2::Const & co otherwise when testing. [Torsten
      Foertsch]

    1.37 January 29, 2012
      Apache::TestRequest: improve compatibility for SSL requests with LWP 6
      and IO::Socket::SSL, in particular [Kaspar Brand]

      As of httpd revision 1053230 (version 2.3.11) the NameVirtualHost
      directive became superfluous and a warning is issued when it is met.
      So, Apache::Test now wraps NameVirtualHost directives in <IfVersion>
      blocks. [Kaspar Brand]

      Add comments about the source files of auto configurated tests to the
      generated httpd.conf and improve indentation a bit. [Torsten Foertsch]

      Run t/TEST tests by default in alphabetical order and only t/SMOKE
      tests by default in random order. [Rainer Jung]

      Add t_file_watch_for to Apache::TestUtil [Torsten Foertsch]

      Add $boolean parameter to Apache::TestHandler::ok and
      Apache::TestHandler::ok1 Add a few bits of documentation [Torsten
      Foertsch]

      Apache::TestHandler forgot to require Apache2::RequestRec [Torsten
      Foertsch]

    1.36 February 2, 2011
      Skip sok.t unless perlio is enabled [Torsten Foertsch]

      Deprecate t/TEST -times=X in favor of t/SMOKE -times=X. Changes to
      TAP::Harness have removed the ability to re-use test object attributes.
      Also generate t/SMOKE on build now, instead of requiring the user to
      build it. Thanks to Jim Jagielski for the spot on the -times=X issue on
      t/TEST. [Fred Moyer]

      More or less cosmetical, prevent repeating "adding source lib" info
      lines in the output when testing Apache::Test, SizeLimit and similar
      [Torsten Foertsch]

    1.35 January 22, 2011
      Return value on running tests as root should be 0, not 1. Thanks to
      Michael Schout for the spot. [Fred Moyer]

      Add support for RFC2253 DN string format to dn_oneline in
      Apache::TestSSLCA [Stefan Fritsch]

      Make Apache::Test::sok() compatible with the -withtestmore option
      [Torsten Foertsch]

      Make -withtestmore a per-package option (make it behave sane). [Torsten
      Foertsch]

    1.34 December 18, 2010
      Fix build edge case where rpm based mp sources missing Apache2::Build
      cause require failure in Apache-TestConfig. Reported by Ryan Gies.
      [Fred Moyer]

      When an explicit shared mod_perl lib is not defined, default to the
      first shared module found by find_apache_module(). [Fred Moyer]

      Fix logic error in TOP_LEVEL constant calculation. Remove Apache::test
      compatibility from mod_perl 1.27. [Fred Moyer]

      Remove the custom config feature, and instead use inline directives,
      ENV vars, and look for apxs et al in PATH. [Fred Moyer]

      Prevent reconfiguration when t/TEST is called with -run-tests only.
      (rev 1004278) [Torsten Foertsch]

      Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275)
      [Torsten Foertsch]

      Don't attempt to run the test suite as root. The workarounds needed to
      facilitate root testing cause large maintenance costs, and return no
      tangible benefits. [Fred Moyer]

    1.33 September 14, 2010
      Propagate APACHE_TEST_NO_STICKY_PREFERENCES to the Apache environment
      for mod_perl configurations (Apache::TestConfigPerl),
      http://www.gossamer-threads.com/lists/modperl/dev/101929 [Torsten
      Foertsch]

      Provide build/test environment for modules bundled with mod_perl like
      Apache::Reload and Apache::SizeLimit [Torsten Foertsch]

      The CN in server certificates generated by Apache::TestSSLCA will now
      match the servername passed to t/TEST. [Joe Orton]

      Add check for automated testing environment variable before prompting
      with EU::MM to quit the test suite. Some automated smoke tests were
      failed because the EU::MM prompt was timing out. [Adam Prime, Fred
      Moyer]

      https://rt.cpan.org/Public/Bug/Display.html?id=32993 use TAP::Harness
      for Apache::TestHarnessPHP [Mark A. Hershberger]

      https://rt.cpan.org/Public/Bug/Display.html?id=54476 Fix error where
      non root user gets test failure with httpd suexec and mod_fcgid [Peter
      (Stig) Edwards]

    1.32 April 15, 2010
      Fix issue with recent feature where lack of libapreq resulted in test
      failure. [Philippe M. Chiasson]

      Added t_{start,read,finish}_file_watch to Apache::TestUtil [Torsten
      Foertsch]

(mef)

2014-12-31 08:41:43 UTC MAIN commitmail json YAML

Fix typo in COMMENT.

(wiz)

2014-12-31 02:46:56 UTC MAIN commitmail json YAML

Updated graphics/libsixel to 1.4.5

(obache)

2014-12-31 02:46:45 UTC MAIN commitmail json YAML

2014-12-31 02:36:07 UTC MAIN commitmail json YAML

Updated textproc/groonga to 4.0.9

(obache)

2014-12-31 02:35:55 UTC MAIN commitmail json YAML

Update groonga to 4.0.9.

News
====

.. _release-4-0-9:

Release 4.0.9 - 2014-12-29
--------------------------

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

* [:doc:`/reference/executables/groonga-httpd`] Marked as stable.
* [doc] Described about ``groonga-token-filter-stem`` package.
  [GitHub#259] [Patch by Masafumi Yokoyama]
* [build] Supported ``make install`` without ``make``.
  [Reported by akira yamada]
* [experimental] Added :doc:`/reference/commands/request_cancel`
  command that cancels running request.
* [experimental] Added :c:func:`grn_db_recover()`.
* Supported indexing vector of fixed size data such as vector of
  ``UInt64``.
  [groonga-dev,03014] [Reported by funa 1g]
* [experimental] Added :doc:`/reference/executables/grndb`.
* [deb] Supported armhf architecture.
* [:doc:`/reference/executables/groonga-server-http`] Supported HEAD.
* [doc] Updated :doc:`/contribution/documentation/introduction`.
  [GitHub#270] [Patch by Yuya TAMANO]
* [doc] Updated :doc:`/install/others`.
  [GitHub#271] [Patch by Hiroshi Hatake]
* [:ref:`token-filter-stem`] Supported token that consists with only
  upper-case alphabets, digits, ``-`` and ``'``. It means that
  :ref:`token-filter-stem` can work with MySQL compatible normalizers.
* [:doc:`/reference/commands/truncate`] Supported column.
* [:doc:`/reference/commands/truncate`] Changed parameter name to
  ``target_name`` from ``table``. ``table`` parameter can be used for
  backward compatibility but it shouldn't used for newly written code.
* Exported :c:func:`grn_column_truncate()`.
* Added :doc:`/reference/commands/lock_clear`.
* Marked :doc:`/reference/commands/clearlock` deprecated.
* [backward incompatible] Stopped to set world writable permission for
  newly created files on ``umask(0)`` environment such as daemoned
  :doc:`/reference/executables/groonga-httpd`. It's a backward
  incompatible change but done because the previous behavior has
  a security risk.

Fixes
^^^^^

* Fixed build error on BSD based system.
  [GitHub#253] [Reported by Hiroshi Hatake]
* Fixed build error on OS X.
  [GitHub#253] [Reported by Hiroshi Hatake]
* Fixed a regression bug that equal operation against nonexistent
  reference always matches.
* Fixed a crash bug that may be occurred by deleting or updating many
  indexed values at once.
  [groonga-dev,02942] [Reported by kashihara]
* Fixed a regression bug that static index construction doesn't work
  on BSD based system. [GitHub#264] [Reported by Ayumu Osanai]
* Fixed a bug that ``--with-libstemmer`` configure option is ignored.
* [deb] Fixed a bug that logrotate script has a syntax error.
* Fixed a bug that grouped result can't be got when
  :doc:`/reference/command/command_version` is ``2``.
  [GitHub ranguba/rroonga#38] [Reported by YUKI "Piro" Hiroshi]

Thanks
^^^^^^

* Hiroshi Hatake
* Masafumi Yokoyama
* akira yamada
* kashihara
* Ayumu Osanai
* funa 1g
* YUKI "Piro" Hiroshi
* Yuya TAMANO

(obache)

2014-12-31 01:39:32 UTC MAIN commitmail json YAML

2014-12-31 01:38:11 UTC MAIN commitmail json YAML

Update to 1.18.8

Changelog:
aria2 1.18.8
============

Release Note
------------

This releases fixes the bug that aria2 cannot read piped stdin on
mingw32.  It also fixes busy loop on mingw32 when SSL/TLS is used.  We
also fixed 2 crashes which can occur on all platforms.

Changes
-------

* WinTLS: Fix abrupt connection closing and closing in general.

  Fixes GH-277

* LibsslTLSSession: Treat 0 from readData as EOF

* Enable dynamicbase and nxcompat in Windows binaries

* Fix crash in OpenedFileCounter::ensureMaxOpenFileLimit()

  The crash happens if PieceStorage and/or DiskAdaptor are not
  initialized in one of active RequestGroups.

* mingw32: Fix bug that aria2 does not read piped stdin

* Fix std::length_error when no_proxy is used

  This is regression introduced in 8cada497.

* Try to set sane limits for RLIMIT_NO_FILE

  E.g. on OSX the default is 256, which isn't exactly compatible with
  torrent downloads.

  Closes GH-257

* Delay auth failures instead of PBKDF2

  Closes GH-256

aria2 1.18.7
============

Release Note
------------

This release fixes regression which makes 100% CPU utilization in
multi-file torrent download with -V option.  It also fixes build error
on big endian platforms.

Changes
-------

* Fixed segfault unsupported encodings

  Patch from diadistis

* Fix regression 100% CPU utility when -V is used and download is
  multi-file bittorrent downloads.

  This is regression of a3426821c8a7f9cf8d80a81726157d4eb844f661

* Fix compile error on big endian platform

aria2 1.18.6
============

Release Note
------------

This release fixes several bugs reported in github issues and adds a
feature to make RPC authentication more resilient to certain attacks.
New option --pause-metadata is added.  The explanation is a bit log,
so check the changelog and manual.  The session is now only saved if
there are changes from the last saved state.

>From this release, MinGW32 build uses Windows native TLS
implementation and no longer use OpenSSL library.

Changes
-------

* Disard cache when checking checksum

  This will slow down checksum checking but does not thrash cache.

* Compat with libuv 0.11 (Unstable)

  Fixes #241

* Drop WinMessageDigestImpl.

  The algorithms the `CryptProv` on Windows supports does not
  currently include SHA-224, so there is a "dark spot" in this
  implementation. Also on Win XP < SP3, most of the SHA-2 family is
  not actually supported.  All other implementation provide support
  for MD5, SHA-1 and all of the SHA-2 family, hence drop the
  incomplete WinMessageDigest implementation in favor of any other
  supported implementation (at least the internal implementation is
  always available at compile-time).

* Add --pause-metadata option

  This option pauses downloads created as a result of metadata
  download. There are 3 types of metadata downloads in aria2: (1)
  downloading .torrent file. (2) downloading torrent metadata using
  magnet link. (3) downloading metalink file.  These metadata
  downloads will generate downloads using their metadata. This option
  pauses these subsequent downloads.

* Improve compiler/platform/libs information in logs

  Add and use usedCompilerAndPlatform().  This adds compiler
  information to INFO logs and the --version output, and may be
  helpful when trying to diagnose/reproduce user-reported problems.

  Also make INFO logs include usedLibs() output.

  Closes #235

* Fix use-after-free on exit with multi-file torrent download + DHT

  DefaultPieceStorage may be referenced by one of DHT task (e.g.,
  DHTPeerLookupTask), after RequestGroup was deleted, and even after
  RequestGroupMan was deleted.  DefaultPieceStorage has a reference to
  MultiDiskAdaptor which calls RequestGroupMan object on destruction.
  So when DHT task is destroyed, DefaultPieceStorage is destroyed,
  which in turn destroys MultiDiskAdaptor.  DHT task is destroyed
  after RequestGroupMan was destroyed, MultiDiskAdaptor will use now
  freed RequestGroupMan object, this is use-after-free.

* Fix bug that zero length file is not opened when flushing cache

  This bug was only seen when MultiDiskAdaptor was used.

* Support PREF_DIR change for Metalink files

  Reworked previous commit adeead6f0396e2f8551d1182972e277728fd6c8b,
  and now support changing PREF_DIR for Metalink downloads.

* Fix assertion failure when dir option of paused HTTP/FTP download is
  changed

  When the directory is changed via aria2.changeOption RPC method, we
  directly change first FileEntry's path using FileEntry::setPath().
  If there is no PREF_OUT option is given, basically file name is
  unknown, so we just set empty string and let the next run determine
  the correct file name and new directory is applied there.  But
  previous code does not reset length property of FileEntry, so the
  unexpected code path is taken when unpaused and its path expects
  path is not empty string.  This commit fixes this issue by setting
  length to 0 using FileEntry::setLength().

* Save session only when there is change since the last serialization

  This is a slight optimization not to cause useless disk access.
  This only applies to saving session automatically (see
  --save-session-interval).  aria2.saveSession and serialization at
  the end of the session are always performed as before.

  When serialization, we first check that whether there is any change
  since the last serialization.  To do this, we first calculate hash
  value of serialized content without writing into file.  Then compare
  this value to the value of last serialization.  If they do not
  match, perform serialization.

* Fix (unknown length) downloads larger than 2GiB

  Closes #215

* Fix F_PREALLOC based allocation on some OSX versions

* Use index.html as filename for conditional-get when file is missing
  in URI

  Previously we disabled conditional-get if file part is missing in
  URI.  But we use constant string "index.html" in this case, so we
  can do the same to determine the modification time.  In this patch,
  if we have file part in URI, we are not going to set absolute file
  path in FileEntry, since it prevents content-disposition from
  working.

* Always add README.html to dist_doc_DATA

  rst2html is required to produce README.html from README.rst.  We
  include generated README.html to distribution.  And rst2html is not
  required when compiling sources in distribution and always
  README.html is available.

* Validate token using PBKDF2-HMAC-SHA1.

  This change should make token validation more resilient to:
  - timing attacks (constant time array compare)
  - brute-force/dictionary attacks (PBKDF2)

  Closes #220

* Add --disable-websocket configure option

* mingw32: Enable wintls and compile with GMP

  By enabling wintls, we can use Windows certificate store to validate
  server's certificate.  Previously, we built windows build using
  openssl and since we don't bundle CA certificates, aria2 fails to
  validate server's certificate unless user setups their CA
  certificates.  GMP provides fast big integer calculations, whic is
  used in BitTorrent encryption.

* AppleTLS: Enable BEAST mitigations in ST

  Only available in 10.9+, but since we might be building on a
  previous version but running on 10.9+, always try to set the option.

* WinTLS: Accept chains with no revocation information.

  This is kind what browser do anyway (IE, Firefox, Chrome tested),
  what AppleTLS does, what GnuTLS does and what OpenSSL
  does. Actually, most browsers will also be OK with the CRL/OCSP
  provider being offline.  WinTLS will still fail in that case.

  Should revocation information be available in the trust chain (CRL
  or OCSP) the certificate still will be checked!

  "Real" CAs, aka. those provided by the OS or system CA bundle,
  usually provide revocation information and are thus still checked.
  It should be mostly (only?) custom (organization) CAs that lack
  revocation information, but those users might want to use aria2 in
  their intranets and VPNs anyway ;)

  See #217

* Fix GnuTLS 2.x compatiblity

  Closes GH-216

* AppleTLS: Use newer, non-deprecated API in 10.8+

aria2 1.18.5
============

Release Note
------------

This release fixes BitTorrent download failure on Mingw build.

Changes
-------

* Ignore error when setting DSCP value

  Setting DSCP is additional feature and failure to enable it should
  not abort download entirely.  This change fixes the bug that windows
  build does not perform bittorrent downloads.

(ryoon)

2014-12-31 01:25:41 UTC MAIN commitmail json YAML

Updated archivers/zutils to 1.3

(mef)

2014-12-31 01:25:22 UTC MAIN commitmail json YAML

(pkgsrc)
  - (Makefile) Add following lines
      CONFIGURE_ARGS+=        --sysconfdir=${PREFIX}/etc
      CONF_FILES=            ${EGDIR}/zutilsrc ${PREFIX}/etc/zutilsrc
  - (PLIST)
      delete bin/zutils, see 2014-02-01 Changes Below.
(upstream)
  - Update 0.9 to 1.3
  ----------
2014-08-30  Antonio Diaz Diaz  <antonio@gnu.org>

* Version 1.3 released.
* testsuite/check.sh: Fixed two values of expected exit status.
* zutils.texi: Documented that '--format' does not verify format.
* Added two missing #includes.
* License changed to GPL version 2 or later.

2014-02-01  Antonio Diaz Diaz  <antonio@gnu.org>

* Version 1.2 released.
* Added new utility; zupdate.
* Removed zutils executable. Utils are now independent executables.
* zgrep.cc: Fixed the exit status returned on error.
* zutils.texinfo: Renamed to zutils.texi.

2013-08-02  Antonio Diaz Diaz  <antonio@gnu.org>

* Version 1.1 released.
* Added options '--bz2', '--gz', '--lz' and '--xz' to all utilities.
* Added runtime configuration file 'zutilsrc'.
* New function 'good_status' checks exit status of all children.
* Fixed all uses of decompressed/uncompressed in the documentation.

2013-05-31  Antonio Diaz Diaz  <antonio@gnu.org>

* Version 1.0 released.
* Added new option '--format' to all utilities.
* main.cc (main): Make 'grep_show_name' tri-state so that file
  name is no prefixed to output by default when searching one
  file and '--recursive' has not been selected.
* Zgrep: Fixed output of option '-L' (it behaved like '-l').
* zcmp.cc: Fixed deadlock when '-n' option is used.
* zdiff.cc (set_data_feeder): Call compressor with option "-q"
  only if verbosity < 0.
* zutils.cc (set_data_feeder): Likewise.
* Changed quote characters in messages as advised by GNU Standards.
* configure: Options now accept a separate argument.
* configure: 'datadir' renamed to 'datarootdir'.
* Makefile.in: Added new target 'install-bin'.
* Use 'setmode' instead of '_setmode' on Windows and OS/2.
* zcat.cc (Line_number): Fixed a portability issue with Solaris 9.
* INSTALL: Document installing zutils along with GNU gzip.

(mef)

2014-12-31 00:16:17 UTC MAIN commitmail json YAML

Restore bootstrap kit checksums.

(ryoon)

2014-12-30 23:49:26 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.71nb2

(ryoon)

2014-12-30 23:48:57 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Fix build error with upstream patch. Reported by John Maier on pkgsrc-users@.

(ryoon)