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 (8h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:49:59 UTC Now

2013-09-01 04:48:21 UTC MAIN commitmail json YAML

2013-09-01 04:46:22 UTC MAIN commitmail json YAML

Updated net/lua-socket to 3.0rc1

(ryoon)

2013-09-01 04:45:59 UTC MAIN commitmail json YAML

Update to 3.0rc1

* Fix build with lua 5.2.

Changelog:

Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility.

    * Added: Compatible with Lua 5.2
        - Note that unless you define LUA_COMPAT_MODULE, package
          tables will not be exported as globals!
    * Added: IPv6 support;
        - Socket.connect and socket.bind support IPv6 addresses;
        - Getpeername and getsockname support IPv6 addresses, and
          return the socket family as a third value;
        - URL module updated to support IPv6 host names;
        - New socket.tcp6 and socket.udp6 functions;
        - New socket.dns.getaddrinfo and socket.dns.getnameinfo functions;
    * Added: getoption method;
    * Fixed: url.unescape was returning additional values;
    * Fixed: mime.qp, mime.unqp, mime.b64, and mime.unb64 could
      mistaking their own stack slots for functions arguments;
    * Fixed: Receiving zero-length datagram is now possible;
    * Improved: Hidden all internal library symbols;
    * Improved: Better error messages;
    * Improved: Better documentation of socket options.
    * Fixed: manual sample of HTTP authentication now uses correct
      "authorization" header (Alexandre Ittner);
    * Fixed: failure on bind() was destroying the socket (Sam Roberts);
    * Fixed: receive() returns immediatelly if prefix can satisfy
      bytes requested (M Joonas Pihlaja);
    * Fixed: multicast didn't work on Windows, or anywhere
      else for that matter (Herbert Leuwer, Adrian Sietsma);
    * Fixed: select() now reports an error when called with more
      sockets than FD_SETSIZE (Lorenzo Leonini);
    * Fixed: manual links to home.html changed to index.html (Robert Hahn);
    * Fixed: mime.unb64() would return an empty string on results that started
      with a null character (Robert Raschke);
    * Fixed: HTTP now automatically redirects on 303 and 307 (Jonathan Gray);
    * Fixed: calling sleep() with negative numbers could
      block forever, wasting CPU. Now it returns immediately (MPB);
    * Improved: FTP commands are now sent in upper case to
      help buggy servers (Anders Eurenius);
    * Improved: known headers now sent in canonic
      capitalization to help buggy servers (Joseph Stewart);
    * Improved: Clarified tcp:receive() in the manual (MPB);
    * Improved: Decent makefiles (LHF).
    * Fixed: RFC links in documentation now point to IETF (Cosmin Apreutesei).

(ryoon)

2013-08-31 22:34:46 UTC MAIN commitmail json YAML

Updated emulators/fuse-utils to 1.1.1; textproc/py-jinja2 to 2.7.1

(adam)

2013-08-31 22:33:35 UTC MAIN commitmail json YAML

Changes 2.7.1:
- Fixed a bug with ``call_filter`` not working properly on environment
  and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
  broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
  is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
  strings.

(adam)

2013-08-31 22:27:02 UTC MAIN commitmail json YAML

Changes 1.1.1:
* Fix typo in header search path for local libraries
* Fix syntax error in fmfconv manual page

(adam)

2013-08-31 22:23:51 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.20; graphics/cairo to 1.12.16

(adam)

2013-08-31 22:20:24 UTC MAIN commitmail json YAML

Changes 0.9.20:

General:
- Misc substitute_closure() fixes.
- Build fixes.

Documentation:
- gtk-doc boilerplate integrated.  Docs are built now, but
  contain no contents.  By next release hopefully we have
  some content in.  Enable using --enable-gtk-doc.

GObject and Introspection:
- Added harfbuzz-gobject library (hb-gobject.h) that has type
  bindings for all HarfBuzz objects and enums.  Enable using
  --with-gobject.
- Added gobject-introspection boilerplate.  Nothing useful
  right now.  Work in progress.  Gets enabled automatically if
  --with-gobject is used.  Override with --disable-introspection.

OpenType shaper:
- Apply 'mark' in Myanmar shaper.
- Don't apply 'dlig' by default.

Uniscribe shaper:
- Support user features.
- Fix loading of fonts that are also installed on the system.
- Fix shaping of Arabic Presentation Forms.
- Fix build with wide chars.

CoreText shaper:
- Support user features.

Source changes:
- hb_face_t code moved to hb-face.h / hb-face.cc.
- Added hb-deprecated.h.

API changes:
- Added HB_DISABLE_DEPRECATED.
- Deprecated HB_SCRIPT_CANADIAN_ABORIGINAL; replaced by
  HB_SCRIPT_CANADIAN_SYLLABICS.
- Deprecated HB_BUFFER_FLAGS_DEFAULT; replaced by
  HB_BUFFER_FLAG_DEFAULT.
- Deprecated HB_BUFFER_SERIALIZE_FLAGS_DEFAULT; replaced by
  HB_BUFFER_SERIALIZE_FLAG_DEFAULT.

(adam)

2013-08-31 22:19:32 UTC MAIN commitmail json YAML

Changes 1.12.16:
Bug fixes
* Set the correct orientation for simple boxes with a negative scale factor.
* Fix the creation of the shading dictionary in PDF.
* Fix a crash in PDF when incorporating an image with CAIRO_EXTEND_PAD.
* Avoid upscaling bitmap fonts if possible.
* Fix an assertion failure within the mempool allocator for shared memory.
* Fix allocation size for CFF subsets.
* Export cairo_matrix_t for GObject bindings.
* Fix a double free in the Quartz backend.
* Fix origin of GDI StretchBlits for the Windows backend
* Fix error propagation for requests to create a similar surface with
  negative size.
* Fix complex clipping of trapezoids with regions
* Stop leaking the image data when loading PNGs
* Fix unbounded operations with a clip mask through the span compositor
* Add missing checks before rendering to a finished surface - so we return
  an error rather than hit an assert.
* Prevent an assertion failure when creating similar GL surfaces larger
  than supported by hardware.
* Prevent a double free of a similar image under Windows.

(adam)

2013-08-31 22:15:10 UTC MAIN commitmail json YAML

Fixed a pkglint warning.

(rillig)

2013-08-31 22:10:31 UTC MAIN commitmail json YAML

2013-08-31 21:27:53 UTC MAIN commitmail json YAML

Up to now there was no way to get help on pkgsrc internal variables,
like _PKG_VARS. Since there exists documentation on these internal
variables, it should be found by "bmake help".

(rillig)

2013-08-31 20:54:07 UTC MAIN commitmail json YAML

Small grammar fixes in the comment.

(rillig)

2013-08-31 20:44:43 UTC MAIN commitmail json YAML

2013-08-31 20:36:32 UTC MAIN commitmail json YAML

Updated graphics/giflib to 5.0.5; multimedia/ffmpeg to 20130827.1.2.3

(adam)

2013-08-31 20:22:49 UTC MAIN commitmail json YAML

_PKG_DEBUG and _PKG_SILENT have been deprecated since 2007.

(rillig)

2013-08-31 20:17:37 UTC MAIN commitmail json YAML

The pkg_info command is an internal detail and therefore should be
hidden behind the ${RUN} macro, just like all the other commands.

(rillig)

2013-08-31 19:32:02 UTC MAIN commitmail json YAML

2013-08-31 19:16:51 UTC MAIN commitmail json YAML

Remove patch that's no longer needed

(agc)

2013-08-31 19:15:49 UTC MAIN commitmail json YAML

note update to security/ipv6-toolkit version 1.4nb1

(agc)

2013-08-31 19:14:47 UTC MAIN commitmail json YAML

update security/ipv6-toolkit to version 1.4nb1

code was added to fix the compiler uninitialised warning (thanks!),
but the distfile name didn't change since it was packaged originally,
so do the DIST_SUBDIR dance, and bump package version to nb1

(agc)

2013-08-31 18:41:34 UTC MAIN commitmail json YAML

2013-08-31 18:14:28 UTC MAIN commitmail json YAML

- When the source line is logged (option -s), an empty line above
  helps to see which source line belongs to which warning.
- PKGSRCTOP is a known variable. It is used only in the top-level
  Makefile.
- Arbitrary tool names may be added to TOOLS_NOOP.
- In the top-level Makefile, the alphabetic order of the SUBDIRs
  may have a single exception.

(rillig)

2013-08-31 15:33:49 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.18.1

(adam)

2013-08-31 15:28:33 UTC MAIN commitmail json YAML

Changes 5.18.1:
* B has been upgraded from 1.42 to 1.42_01, fixing bugs related to lexical subroutines.
* Digest::SHA has been upgraded from 5.84 to 5.84_01, fixing a crashing bug.
* Module::CoreList has been upgraded from 2.89 to 2.96.
* Starting in v5.18.0, a construct like /[#](?{})/x would have its # incorrectly interpreted as a comment. The code block would be skipped, unparsed. This has been corrected.
* A number of memory leaks related to the new, experimental regexp bracketed character class feature have been plugged.
* The OP allocation code now returns correctly aligned memory in all cases for struct pmop. Previously it could return memory only aligned to a 4-byte boundary, which is not correct for an ithreads build with 64 bit IVs on some 32 bit platforms. Notably, this caused the build to fail completely on sparc GNU/Linux.
* The debugger's man command been fixed. It was broken in the v5.18.0 release. The man command is aliased to the names doc and perldoc - all now work again.
* @_ is now correctly visible in the debugger, fixing a regression introduced in v5.18.0's debugger.
* Fixed a small number of regexp constructions that could either fail to match or crash perl when the string being matched against was allocated above the 2GB line on 32-bit systems.
* Perl v5.16 inadvertently introduced a bug whereby calls to XSUBs that were not visible at compile time were treated as lvalues and could be assigned to, even when the subroutine was not an lvalue sub. This has been fixed.
* Perl v5.18 inadvertently introduced a bug whereby dual-vars (i.e. variables with both string and numeric values, such as $! ) where the truthness of the variable was determined by the numeric value rather than the string value.
* Perl v5.18 inadvertently introduced a bug whereby interpolating mixed up- and down-graded UTF-8 strings in a regex could result in malformed UTF-8 in the pattern: specifically if a downgraded character in the range \x80..\xff followed a UTF-8 string
* Lexical constants (my sub a() { 42 }) no longer crash when inlined.
* Parameter prototypes attached to lexical subroutines are now respected when compiling sub calls without parentheses. Previously, the prototypes were honoured only for calls with parentheses.
* Syntax errors in lexical subroutines in combination with calls to the same subroutines no longer cause crashes at compile time.
* The dtrace sub-entry probe now works with lexical subs, instead of crashing
* Undefining an inlinable lexical subroutine (my sub foo() { 42 } undef &foo) would result in a crash if warnings were turned on.
* Deep recursion warnings no longer crash lexical subroutines.

(adam)

2013-08-31 14:55:13 UTC MAIN commitmail json YAML

2013-08-31 14:54:47 UTC MAIN commitmail json YAML

2013-08-31 14:54:23 UTC MAIN commitmail json YAML

2013-08-31 14:53:45 UTC MAIN commitmail json YAML

2013-08-31 14:53:08 UTC MAIN commitmail json YAML

2013-08-31 14:52:50 UTC MAIN commitmail json YAML

2013-08-31 14:52:14 UTC MAIN commitmail json YAML

2013-08-31 14:51:27 UTC MAIN commitmail json YAML

Bump dependency as needed.

(joerg)

2013-08-31 14:51:06 UTC MAIN commitmail json YAML

Update R-maps to 2.3-3. No Change Log.

(joerg)

2013-08-31 14:50:33 UTC MAIN commitmail json YAML

2013-08-31 14:49:41 UTC MAIN commitmail json YAML

2013-08-31 14:49:08 UTC MAIN commitmail json YAML

2013-08-31 14:48:38 UTC MAIN commitmail json YAML

2013-08-31 14:48:07 UTC MAIN commitmail json YAML

2013-08-31 14:47:26 UTC MAIN commitmail json YAML

2013-08-31 14:46:48 UTC MAIN commitmail json YAML

2013-08-31 14:46:20 UTC MAIN commitmail json YAML

2013-08-31 14:45:43 UTC MAIN commitmail json YAML

2013-08-31 14:45:19 UTC MAIN commitmail json YAML

Make warnings about C++11 features (boost) and unknown pragmas
non-fatal.

(joerg)

2013-08-31 14:44:30 UTC MAIN commitmail json YAML

2013-08-31 13:45:43 UTC MAIN commitmail json YAML

CPP is /bin/cpp on Cygwin.

(obache)

2013-08-31 12:31:10 UTC MAIN commitmail json YAML

Included mk/bsd.options.mk

(adam)

2013-08-31 11:09:31 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.8.0.1

(adam)

2013-08-31 11:07:33 UTC MAIN commitmail json YAML

Changes 3.8.0.1:

Add support for partial indexes
Cut-over to the next generation query planner for faster and better query plans.
The EXPLAIN QUERY PLAN output no longer shows an estimate of the number of rows generated by each loop in a join.
Added the FTS4 notindexed option, allowing non-indexed columns in an FTS4 table.
Added the SQLITE_STMTSTATUS_VM_STEP option to sqlite3_stmt_status().
Added the cache_spill pragma.
Added the query_only pragma.
Added the defer_foreign_keys pragma and the sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS,...) C-language interface.
Added the "percentile()" function as a loadable extension in the ext/misc subdirectory of the source tree.
Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.
Add the sqlite3_cancel_auto_extension(X) interface.
A running SELECT statement that lacks a FROM clause (or any other statement that never reads or writes from any database file) will not prevent a read transaction from closing.
Add the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time option. Setting this option to 0 disables automatic indices by default.
Issue an SQLITE_WARNING_AUTOINDEX warning on the SQLITE_CONFIG_LOG whenever the query planner uses an automatic index.
Added the SQLITE_FTS3_MAX_EXPR_DEPTH compile-time option.
Added an optional 5th parameter defining the collating sequence to the next_char() extension SQL function.
The SQLITE_BUSY_SNAPSHOT extended error code is returned in WAL mode when a read transaction cannot be upgraded to a write transaction because the read is on an older snapshot.
Enhancements to the sqlite3_analyzer utility program to provide size information separately for each individual index of a table, in addition to the aggregate size.
Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of application-defined SQL functions if the function is called by a SELECT statement that does not access any database table.
Disable the use of posix_fallocate() on all (unix) systems unless the HAVE_POSIX_FALLOCATE compile-time option is used.
Update the ".import" command in the command-line shell to support multi-line fields and correct RFC-4180 quoting and to issue warning and/or error messages if the input text is not strictly RFC-4180 compliant.
Bug fix: In the unicode61 tokenizer of FTS4, treat all private code points as identifier symbols.
Bug fix: Bare identifiers in ORDER BY clauses bind more tightly to output column names, but identifiers in expressions bind more tightly to input column names. Identifiers in GROUP BY clauses always prefer output column names, however.
Bug fixes: Multiple problems in the legacy query optimizer were fixed by the move to NGQP.

(adam)

2013-08-31 08:44:49 UTC MAIN commitmail json YAML

2013-08-31 08:43:56 UTC MAIN commitmail json YAML

Run the config generator early to avoid parallel build failure.

(joerg)

2013-08-31 08:43:23 UTC MAIN commitmail json YAML

Update to R-mapproj-1.2-1. Changes unknown, but fixes build with R
3.0.1.

(joerg)

2013-08-31 07:10:37 UTC MAIN commitmail json YAML

Updated devel/p5-File-Find-Rule-Perl to 1.13

(wen)

2013-08-31 07:09:16 UTC MAIN commitmail json YAML

Update to 1.13

Upstream changes:
1.13 Wed 30 Oct 2012
- Updating to Module::Install (ADAMK)

(wen)

2013-08-31 04:43:15 UTC MAIN commitmail json YAML

Updated devel/p5-File-DirCompare to 0.7

(wen)

2013-08-31 04:42:23 UTC MAIN commitmail json YAML

2013-08-31 04:34:03 UTC MAIN commitmail json YAML

Updated devel/p5-File-DesktopEntry to 0.05

(wen)

2013-08-31 04:33:03 UTC MAIN commitmail json YAML

Update to 0.05

Upstream changes:
0.05  Wed Jun  5 2013
      - Fixed tests on Windows - RT 45669
      - Set perl 5.8.6 as minimum version - RT 42770 - ANDK
      - Fixed link to freedesktop.org - RT 37320 - GWOLF

(wen)

2013-08-31 02:10:05 UTC MAIN commitmail json YAML

Note update of databases/mysql55-client package to 5.5.33nb1 and
databases/mysql56-client package to 5.6.13nb1.

(taca)

2013-08-31 02:09:25 UTC MAIN commitmail json YAML

Always create symbolic links avoid to use ".so" macro and stop ugly
messages from daily (or weekly).

Rebuilding man page index:
man-gpl-tmp2/mysql_client_test.1: No such file or directory
man-gpl-tmp2/mysqltest.1: No such file or directory

Bump PKGREVISION.

(taca)

2013-08-31 02:08:32 UTC MAIN commitmail json YAML

Always create symbolic links avoid to use ".so" macro and stop ugly
messages from daily (or weekly).

Rebuilding man page index:
man-gpl-tmp2/mysql_client_test.1: No such file or directory
man-gpl-tmp2/mysqltest.1: No such file or directory

Bump PKGREVISION.

(taca)

2013-08-31 02:05:29 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 2.3.1.1.

(taca)

2013-08-31 02:04:54 UTC MAIN commitmail json YAML

2013-08-30 22:42:18 UTC MAIN commitmail json YAML

2013-08-30 22:41:45 UTC MAIN commitmail json YAML

Files should be installed into vendor subdirectory. From morr@

(joerg)

2013-08-30 22:41:16 UTC MAIN commitmail json YAML

Don't add default arguments on friend definitions.

(joerg)

2013-08-30 22:40:00 UTC MAIN commitmail json YAML

2013-08-30 22:39:27 UTC MAIN commitmail json YAML

2013-08-30 22:38:47 UTC MAIN commitmail json YAML

Keep in sync with the openvpn main package. Bump revision.

(joerg)

2013-08-30 22:38:14 UTC MAIN commitmail json YAML

Keep distinfo in sync with openvpn main package. Bump revision.

(joerg)

2013-08-30 22:37:22 UTC MAIN commitmail json YAML

Don't use LLVM's assembler parser, the .end directive is not supported.

(joerg)

2013-08-30 22:36:51 UTC MAIN commitmail json YAML

Don't hard-code /usr/bin/cpp, use tradcpp.
Make return type errors non-fatal for clang.

(joerg)

2013-08-30 22:35:53 UTC MAIN commitmail json YAML

2013-08-30 22:35:32 UTC MAIN commitmail json YAML

2013-08-30 22:34:52 UTC MAIN commitmail json YAML

2013-08-30 22:34:18 UTC MAIN commitmail json YAML

Copy autotools helper as needed.

(joerg)

2013-08-30 22:33:46 UTC MAIN commitmail json YAML

Don't try to use gethostbyname_r on NetBSD.

(joerg)

2013-08-30 20:16:53 UTC MAIN commitmail json YAML

Depend on libgcrypt.
Fix packaging on some Linux.
Bump package revision.

>From Jason Bacon via pkgsrc-wip.

(asau)

2013-08-30 16:58:39 UTC MAIN commitmail json YAML

Don't try to use gethostbyname_r on NetBSD.

(joerg)

2013-08-30 16:58:14 UTC MAIN commitmail json YAML

Add a comment about the assertion on unresolvable hostname.
Fix configure script to use valid C++ syntax for the size tests.

(joerg)

2013-08-30 16:57:35 UTC MAIN commitmail json YAML

2013-08-30 16:56:57 UTC MAIN commitmail json YAML

2013-08-30 16:56:09 UTC MAIN commitmail json YAML

2013-08-30 16:55:47 UTC MAIN commitmail json YAML

2013-08-30 16:54:46 UTC MAIN commitmail json YAML

Don't try to create weak symbols as the renaming isn't done.

(joerg)

2013-08-30 16:54:07 UTC MAIN commitmail json YAML

2013-08-30 16:53:45 UTC MAIN commitmail json YAML

2013-08-30 16:41:48 UTC MAIN commitmail json YAML

Revbump due to incorrect geos usage.

gdal links against the geos C++ library, which the geos docs say not
to do.  (The C++ library has a new shlib name every release, because
humans cannot understand if changes to C++ sources cause ABI changes.)

(gdt)

2013-08-30 16:38:34 UTC MAIN commitmail json YAML

Updated geography/geos to 3.4.2

(gdt)

2013-08-30 16:37:38 UTC MAIN commitmail json YAML

Update to 3.4.2.

patches/patch-include-geos-platform.h.in was applied upstream in r3902
(trunk) and r3903 (branches/3.4).

Upstream NEWS:

Changes in 3.4.2
2013-08-25

- Bug fixes / improvements
  - Use a double for PrecisionModel scale, avoiding overflows
    should fix 32-bit regression failures (#652)
  - isnan workaround OS detection missing NetBSD, DragonFly, Sun nuance (#650)
  - Do not distribute platform.h and version.h, but install both (#601)
  - Non-standard ChangeLog file in 3.4.0 and 3.4.1 releases (#654)
  - new travis bot (#657)
  - accept multiple Nan representations (#656)

(gdt)

2013-08-30 15:49:49 UTC MAIN commitmail json YAML

2013-08-30 15:48:13 UTC MAIN commitmail json YAML

Note update of www/drupal7 package to 7.23.

(taca)

2013-08-30 15:47:26 UTC MAIN commitmail json YAML

Update drupal7 pacakge to 7.23.

Drupal 7.23, 2013-08-07
-----------------------
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
  from Drupal 6 to Drupal 7.
- Fixed the default ordering of CSS files for sites using right-to-left
  languages, to consistently place the right-to-left override file immediately
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
- Added a drupal_check_memory_limit() API function to allow the memory limit to
  be checked consistently (API addition).
- Changed the default web.config file for IIS servers to allow favicon.ico
  files which are present in the filesystem to be accessed.
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
  functions.
- Performance improvement: Allowed all hooks to be included in the
  module_implements() cache, even those that are only invoked on HTTP POST
  requests.
- Made the database system replace truncate queries with delete queries when
  inside a transaction, to fix issues with PostgreSQL and other databases.
- Fixed a bug which caused nested contextual links to display improperly.
- Fixed a bug which prevented cached image derivatives from being flushed for
  private files and other non-default file schemes.
- Fixed drupal_render() to always return an empty string when there is no
  output, rather than sometimes returning NULL (minor API change).
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
  be truncated (API addition: a new isValidBin() method has been added to the
  default database cache implementation).
- Changed the default .htaccess file to support HTTP authorization in CGI
  environments.
- Changed the password reset form to pre-fill the username when requested via a
  URL query parameter, and used this in the error message that appears after a
  failed login attempt (minor data structure and behavior change).
- Fixed broken support for foreign keys in the field API.
- Fixed "No active batch" error when a user cancels their own account.
- Added a description to the "access content overview" permission on the
  permissions page (string change).
- Added a drupal_array_diff_assoc_recursive() function to allow associative
  arrays to be compared recursively (API addition).
- Added human-readable labels to image styles, in addition to the existing
  machine-readable name (API change: https://drupal.org/node/2058503).
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
  additional places in the code, for added security in the case where there is
  no hash salt in settings.php.
- Fixed a regression in Drupal 7.22 that caused internal server errors for
  sites running on very old Apache 1.x web servers.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

(taca)

2013-08-30 15:46:25 UTC MAIN commitmail json YAML

2013-08-30 15:43:37 UTC MAIN commitmail json YAML

Note update of www/contao211-translations package to 201308270.

(taca)

2013-08-30 15:43:05 UTC MAIN commitmail json YAML

Update contao211-translations to 201308270.

Update Japanese translation to supoprt Contao 2.11.12.

(taca)

2013-08-30 15:31:20 UTC MAIN commitmail json YAML

Updated time/p5-Data-ICal to 0.21

(wen)

2013-08-30 15:30:19 UTC MAIN commitmail json YAML

Update to 0.21

Upstream changes:
0.21
    * Examine properties in consistent order, so tests pass on 5.18 and
      above

0.20
    * Properly restrict the valid properties when iCal version 1.0
      (Ashley Willis)

(wen)

2013-08-30 14:58:02 UTC MAIN commitmail json YAML

Updated time/p5-Rose-DateTime to 0.538

(wen)

2013-08-30 14:57:08 UTC MAIN commitmail json YAML

Update to 0.538

Upstream changes:
0.538 (03.20.2013) - John Siracusa <siracusa@gmail.com>

    * Ensure that "today" is parsed as a DateTime with the time set to
      00:00:00.  (RT 84068)

(wen)

2013-08-30 14:52:14 UTC MAIN commitmail json YAML

Updated time/p5-MooseX-Types-DateTime-ButMaintained to 0.16

(wen)

2013-08-30 14:49:27 UTC MAIN commitmail json YAML

Update to 0.16
Update DEPENDS

Upstream changes:
0.16 -- updating to require a new version of Olson::Abbreviations
0.15 -- trying something for a problem I don't see.
0.14 -- Fixed rt #73332 about build systems and MooseX::Types version number
0.13 -- Fixed rt #72473 and added version requirement for Moose
0.12 -- Updated to use namespace::autoclean, fixed git repo link to be public repo

(wen)

2013-08-30 14:47:41 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20130830

(jperkin)

2013-08-30 14:47:29 UTC MAIN commitmail json YAML

2013-08-30 14:46:12 UTC MAIN commitmail json YAML

Updated time/p5-Olson-Abbreviations to 0.04

(wen)

2013-08-30 14:44:48 UTC MAIN commitmail json YAML

Update to 0.04

Upstream changes:
0.04    2013-02-22
        Fixed stupid fucking doc tests

0.03    2012-07-19
        upgraded to require the latest MX::ClassAttribute

(wen)

2013-08-30 14:30:53 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.60

(wen)

2013-08-30 14:30:06 UTC MAIN commitmail json YAML

Update to 1.60

Upstream changes:
1.60    2013-07-07

- This release is based on version 2013d of the Olson database. This release
  includes contemporary changes for Morocco and Israel. It also includes
  historical changes for Jerusalem.

(wen)

2013-08-30 14:27:24 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Set to 0.32

(wen)

2013-08-30 14:26:35 UTC MAIN commitmail json YAML

Update to 0.32

Upstream changes:
0.32  2013-08-27
- ignore duration signal in DateTime::Span->from_datetime_and_duration()
  and use the 'end'/'start' parameters as a cue for the time direction,
  suggested by David Pottage
- more tests of intersections with open/closed ended spans

(wen)

2013-08-30 14:22:56 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Pg to 0.16009

(wen)

2013-08-30 14:21:55 UTC MAIN commitmail json YAML

Update to 0.16009

Upstream changes:
0.16009 2013-08-25T04:51:15Z
    - Fix typos [pr #2] (dsteinbrunner)
    - Migrate to using Minilla for packaging

0.16008  Fri Nov 25 09:20:00 2011
    - Work with [+-]hh:mm:ss time offsets. Reported by Rod Tailor (rt #72706)

0.16007  Wed Dec 26 15:30:00 2012
    - Fix ISO parsing (rt 51074, https://github.com/lestrrat/DateTime-Format-Pg/pull/1)
    - Why I have not noticed this PR, I have no clue

0.16006  Fri May 27 09:00:00 2011
    - Repository moved to github
    - Postgres 8.4 apprently now allows infinity dates.
      Applied patch by cmckay (rt #68473)

(wen)

2013-08-30 13:58:59 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Oracle to 0.06

(wen)

2013-08-30 13:58:06 UTC MAIN commitmail json YAML

Update to 0.06
Update DEPENDS

Upstream changes:
0.06  Tue Oct 11 21:18:12 2011
- added a test that specifies subsecond granularity
- now requires Convert::NLS_DATE_FORMAT 0.03
  (Thank you Jon Bjornstad and Zefram)

(wen)

2013-08-30 13:55:28 UTC MAIN commitmail json YAML

Updated time/p5-Convert-NLS_DATE_FORMAT to 0.05

(wen)

2013-08-30 13:53:39 UTC MAIN commitmail json YAML

Update to 0.05

Upstream changes:
0.05  Tue Jan 17 22:23:40 2012
- changed ~~ to =~ for compatibility with older versions of Perl

0.04  Mon Jan 16 15:09:56 2012
- remove quotes from quoted strings within oracle formats
  (Thank you Yanick Champoux)

0.03  Tue Oct 11 20:48:56 2011
- added ability to specify subsecond granularity
  (Thank you Jon Bjornstad and Zefram)

(wen)

2013-08-30 13:14:23 UTC MAIN commitmail json YAML

drop TOOLS_NOOP=curl.

SKK=JISYO.L will be extracted with pkgsrc, so fetch with curl will be never
happend.
Moreover, such setting is ambiguous with FETCH_USING=curl.

related to PR pkg/48159.

(obache)

2013-08-30 13:05:00 UTC MAIN commitmail json YAML

Update to R-RandomField-2.0.66. No ChangeLog, but fixes build with
R-3.0.1.

(joerg)

2013-08-30 13:00:37 UTC MAIN commitmail json YAML

2013-08-30 12:59:22 UTC MAIN commitmail json YAML

Don't use IP_PKTINFO on NetBSD, it doesn't support all required fields.

(joerg)

2013-08-30 12:58:24 UTC MAIN commitmail json YAML

Updated math/R-hwde to 0.63

(joerg)

2013-08-30 12:58:11 UTC MAIN commitmail json YAML

Update to R-hwde-0.63:
    o The vignette hwde.Rnw has been modified to add missing text and to
      conform to current Sweave markup conventions
    o Code for the functions hwde() and make.contrasts() has been modified
      so that R CMD check no longer reports "No visible binding for global
      variable 'oset'."

(joerg)

2013-08-30 12:57:27 UTC MAIN commitmail json YAML

Updated math/R-httpRequest to 0.0.9

(joerg)

2013-08-30 12:57:15 UTC MAIN commitmail json YAML

Update to R-httpRequest-0.0.9. No ChangeLog, but fixes build with
R-3.0.1.

(joerg)

2013-08-30 12:56:30 UTC MAIN commitmail json YAML

Create wildcard NAMESPACE file to fix build with R 3.0.1.

(joerg)

2013-08-30 12:55:59 UTC MAIN commitmail json YAML

Updated math/R-bitops to 1.0.6

(joerg)

2013-08-30 12:54:06 UTC MAIN commitmail json YAML

Update to R-bitops-1.0-6. No ChangeLog, but fixes build with R-3.0.1.

(joerg)

2013-08-30 11:12:04 UTC MAIN commitmail json YAML

2013-08-30 11:01:22 UTC MAIN commitmail json YAML

Updated audio/faad2 to 2.7nb2

(jperkin)

2013-08-30 11:01:06 UTC MAIN commitmail json YAML

Remove binary restrictions.  Since version 2.6 the licensing issues were
clarified by upstream and at least Debian and FreeBSD have provided binary
distributions since then.

Bump PKGREVISION.

(jperkin)

2013-08-30 10:19:37 UTC MAIN commitmail json YAML

2013-08-30 10:17:08 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.0.7nb1

(wiz)

2013-08-30 10:16:58 UTC MAIN commitmail json YAML

2013-08-30 08:31:39 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-ISO8601 to 0.08

(wen)

2013-08-30 08:30:39 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08 Sat Feb 11 23:40:43 MST 2012
    - rt.cpan.org #52645 : UTC offsets must be in the same format
      (basic|extended) as the time as to which it is attached.

(wen)

2013-08-30 08:27:15 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-HTTP to 0.40

(wen)

2013-08-30 08:26:06 UTC MAIN commitmail json YAML

Update to 0.40

Upstream changes:
0.40  2010-10-31

- format_isoz now actually changes the time zone. Fixes RT 62332 (DOUGDUDE)

(wen)

2013-08-30 08:22:15 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.25

(wen)

2013-08-30 08:16:48 UTC MAIN commitmail json YAML

Update to 0.25

Upstream changes:
0.25 Mon Mar 04 2013
  - support "HH:MM::SS timezone YYYY/MM/DD"
    - thanks Kevin Zwack

0.24 Mon Nov 26 2012
  - fix removal of 'am' in the german language file when we already know what part is the time part
  - fix removal of 'st' when not preceded by a digit
    - thanks Andreas Koenig rt #81432
  - support "YYYYMMDD timezone"

0.23 Thu Jun 14 2012
  - Fix for MM/YYYY (was always setting the base year)
    - thanks John Marling
  - Support MM/YY if MMYY is given as an option
  - pod cleanup

0.22 Mon Jun 11 2012
  - update GPL in the LICENSE file (apparently the FSF has a new address)
    - thanks ppisar rt #74363
  - update POD to match the license file
    - thanks ppisar rt #74358
  - fix typo for saturday in the german language file
    - thanks TMUELLER rt #77721
  - don't check the language extensions if we don't have any non-digits in the string we are checking (excluding delimiters: \/-.:[space])
  - fix typos in the pod documentation, add a link to the german translations
  - add support and more tests for some time-first formats
  - add support for GMT timezone anywhere in the date/time string

0.21 Sun Jan 01 2012
  - handle mm/yyyy and m/yyyy

0.20 Sun Sep 18 2011
  - case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
    - thanks Brett Carson

0.19 Fri Jan 07 2011
  - support for German (de)
    - thanks Mark Trettin
  - better support for DD MM
  - support for natural dates in all languages (3 years ago)

0.18 Sat Jan 01 2011
  - move a test that was hardcoded to a year to the no_year tests.
    - thanks cpantesters

0.17 Tue Oct 26 2010
  - more formats supported
  - support timezone offsets that are not at the end of the datetime string.
    - they must be 4 digits and begin with a plus or minus
    - thanks snarkyboojum: http://use.perl.org/use.perl.org/_snarkyboojum/journal/40297.html
  - better support for dates like 'December 1st'
  - POD formatting fixes
  - support 'Oct.26, 2010'.
    - thanks Brian Knapp

(wen)

2013-08-30 08:16:41 UTC MAIN commitmail json YAML

Updated games/wesnoth to 1.10.6

(obache)

2013-08-30 08:14:42 UTC MAIN commitmail json YAML

Update games/wesnoth to 1.10.6.
based on PR pkg/48139 by Leonardo Taccari (with conditional PLIST fix)

Changes:
Version 1.10.6:
* Campaigns:
  * The Rise of Wesnoth:
    * Fix bug #16772: AI won't attack
  * Son of the Black Eye:
    * Prevent infinite loop if fewer than two transport ships (bug #20389)
* Language and i18n:
  * Updated translations: British English, Chinese (Simplified),
    Chinese (Traditional), Dutch, Estonian, French, Galician, German,
    Hungarian, Italian, Latin, Portuguese, Portuguese (Brazil),
    Scottish Gaelic, Serbian, Slovak, Vietnamese
* Multiplayer:
  * Moved new lobby option in Preferences -> Multiplayer to Advanced
    Preferences and clarified description
* User interface:
  * Scale down unit baseframes larger than 72x72 in the Recruit and Recall
    dialogs to prevent all list entries from being enlarged to fit
* WML engine:
  * Fixed [disallow_end_turn] losing effect on save/reload (bug #20350)
  * Fixed [disallow_end_turn] persisting when advancing to the next scenario
    (bug #20351)
  * Fixed bug #20401: [remove_unit_overlay] did not work when the image used an
    image path function that took multiple parameters.
* Miscellaneous and bug fixes:
  * Fixed a rare case where a player could exercise (very) limited control of
    another (human) player's units in a hotseat game.
  * Made wmllint recognize victory_string, defeat_string, gold_carryover_string,
    and notes_string (all from the [objectives] tag) as attributes that need
    to be made translatable
  * Fixed wmllint complaining about id= attributes in [time_area]s
  * Make drakes fly on volcano tiles (bug #20485).
  * Fixed bug #20290: No longer terminate due to a corrupt savegame.
  * Fixed bug #19970: No longer terminate due to corrupt preferences.
  * Fixed a display artifact (halos not cleared) when WML moves a unit.
  * Use bilinear interpolation for scaling images down.
  * Fixed wmllint, wmlscope and wmlindent not working correctly on Windows if a
    command line argument ends with a backslash

(obache)

2013-08-30 08:12:51 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Event-ICal to 0.11

(wen)

2013-08-30 08:11:57 UTC MAIN commitmail json YAML

Update to 0.11

Upstream changes:
0.11    2012-11-06
- performance patch, provided by Dario Hamidi

(wen)

2013-08-30 08:07:03 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Calendar-Discordian to 1.0

(wen)

2013-08-30 08:06:05 UTC MAIN commitmail json YAML

Update to 1.0

Upstream changes:
1.0  Tue Jun 12 14:40:37 EDT 2012
    - Fixed improper conversion from object on December 31.  (RT #77696)
    - second and nanosecond parameters in constructor instead of rd_secs,
      rd_nanosecs for better DateTime compatability.
    - Updated tests for current best practices.  100% test coverage.

0.9.7 Fri Aug  6 14:00:49 EDT 2010
    - Miscapitalization of days_till_x fixed in one place.

(wen)

2013-08-30 08:02:28 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.03

(wen)

2013-08-30 08:01:23 UTC MAIN commitmail json YAML

Update to 1.03

Upstream changes:
1.03  2013-04-17

- The set_time_zone() method was not returning the object when caalled with a
  name that matched the current zone. Reported by Noel Maddy. RT #84699.

1.02  2013-04-15

- When a constructor method like new() or today() was called on an object,
  you'd get an error message like 'Can't locate object method
  "_normalize_nanoseconds" via package "2013-04-15T00:00:00"'. This has been
  fixed to provide a sane error message. Patch by Doug Bell.

- When set_time_zone() is called with a name that matches the current time
  zone, DateTime now short circuits and avoids a lot of work. Patch by Mark
  Stosberg.

(wen)

2013-08-30 07:54:32 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.28

(wen)

2013-08-30 07:53:14 UTC MAIN commitmail json YAML

Update to 4.28

Upstream changes:
4.28  2013-08-29
  - Added support for non-blocking operations in bridges to
    Mojolicious::Routes.
  - Added continue method to Mojolicious::Controller.
  - Added continue method to Mojolicious::Routes.
  - Added current attribute to Mojolicious::Routes::Match.
  - Fixed automatic rendering bug in Mojolicious::Routes.

(wen)

2013-08-30 05:50:05 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.5.1

(jnemeth)

2013-08-30 05:49:51 UTC MAIN commitmail json YAML

Update to Asterisk 11.5.1: this is a security fix release to fix
AST-2013-004 and AST-2013-005.

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The
available security rele ases are released as versions 1.8.15-cert2,
11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-di giumphones, and 11.5.1.

The release of these versions resolve the following issues:

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an ACK with SDP is received after the channel
  has been terminated.  The handling code incorrectly assumes that
  the channel will always be present.

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an invalid SDP is sent in a SIP request that
  defines media descriptions before connection information. The
  handling code incorrectly attempts to reference the socket address
  information even though that information has not yet been set.

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

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

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

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

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2013-004.pdf
* http://downloads.asterisk.org/pub/security/AST-2013-005.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2013-08-29 23:15:46 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.12.3

(jnemeth)

2013-08-29 23:14:38 UTC MAIN commitmail json YAML

Update to Asterisk 10.12.3: this is a security fix release to fix
AST-2013-004 and AST-2013-005.

pkgsrc change:  disable detection of broken IP_PKTINFO on NetBSD

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The
available security rele ases are released as versions 1.8.15-cert2,
11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-di giumphones, and 11.5.1.

The release of these versions resolve the following issues:

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an ACK with SDP is received after the channel
  has been terminated.  The handling code incorrectly assumes that
  the channel will always be present.

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an invalid SDP is sent in a SIP request that
  defines media descriptions before connection information. The
  handling code incorrectly attempts to reference the socket address
  information even though that information has not yet been set.

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

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

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

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

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2013-004.pdf
* http://downloads.asterisk.org/pub/security/AST-2013-005.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2013-08-29 20:49:26 UTC MAIN commitmail json YAML

2013-08-29 19:59:29 UTC MAIN commitmail json YAML

Rename xf86-video-ati v6 to xf86-video-ati6 and register conflicts.

(wiz)

2013-08-29 18:48:25 UTC MAIN commitmail json YAML

Conditionalize the last remaining PLIST difference on sparc64

(martin)

2013-08-29 14:14:35 UTC MAIN commitmail json YAML

Skia does not support GL on big endian machines yet - so adjust PLIST
by conditionalizing it.

(martin)

2013-08-29 13:31:15 UTC MAIN commitmail json YAML

Restore README.md removal, but move it to post-extract.

(joerg)

2013-08-29 13:00:41 UTC MAIN commitmail json YAML

2013-08-29 12:58:49 UTC MAIN commitmail json YAML

Revert last, fix dependencies instead.

(joerg)

2013-08-29 12:57:35 UTC MAIN commitmail json YAML

2013-08-29 12:56:49 UTC MAIN commitmail json YAML

2013-08-29 12:56:15 UTC MAIN commitmail json YAML

2013-08-29 12:40:46 UTC MAIN commitmail json YAML

Remove README.md prior to building.  There is a copy distributed in the
distfile which is unwriteable, breaking unprivileged builds.

(jperkin)

2013-08-29 08:11:29 UTC MAIN commitmail json YAML

+ tex-algorithm2e-doc

(wiz)

2013-08-29 03:01:15 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.23.1

(jnemeth)

2013-08-29 03:00:47 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.23.1: this is a security fix release to fix
AST-2013-004 and AST-2013-005.

The Asterisk Development Team has announced security releases for
Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The
available security rele ases are released as versions 1.8.15-cert2,
11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-di giumphones, and 11.5.1.

The release of these versions resolve the following issues:

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an ACK with SDP is received after the channel
  has been terminated.  The handling code incorrectly assumes that
  the channel will always be present.

* A remotely exploitable crash vulnerability exists in the SIP
  channel driver if an invalid SDP is sent in a SIP request that
  defines media descriptions before connection information. The
  handling code incorrectly attempts to reference the socket address
  information even though that information has not yet been set.

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

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

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

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

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2013-004.pdf
* http://downloads.asterisk.org/pub/security/AST-2013-005.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2013-08-28 17:44:16 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.1.11

(asau)

2013-08-28 17:43:51 UTC MAIN commitmail json YAML

Update to SBCL 1.1.11

Note that contrary to last month's message, the increased type
opacity in the compiler has not been fixed in this release cycle.

changes in sbcl-1.1.11 relative to sbcl-1.1.10:
  * enhancement: support building the manual under texinfo version 5.
    (lp#1189146)
  * enhancement: Windows builds no longer display the "Kitten of Death" message.
    A warning is instead appended to the regular banner, and may be muted with
    --noinform.  (lp#728247)
  * enhancement: support building under new linker handling of syscalls under
    NetBSD.  (thanks to Robert Swindells)
  * bug fix: undefined function errors are now properly reported on PPC and MIPS.
    (regression since 1.1.9)
  * bug fix: (funcall (function X junk)) didn't causes an error when X had a
    compiler macro.  (thanks to Douglas Katzman).
  * bug fix: signal a warning when defining a setf-function when a
    setf-expander is already present.  (thanks to Douglas Katzman).
  * bug fix: improved threading on PPC.
  * bug fix: ROOM works again on Windows.  (lp#1206456)
  * bug fix: Streams were flushed even when there was one byte still left in
    the buffer. (lp#910213)
  * bug fix: OPEN handles correctly when :if-exists and :if-does-not-exist are
    either NIL or :ERROR.  (reported by Jan Moringen)

As well as the release notes, appended below, it is worth noting
that some internal changes related to the optimization of type
tests for bounded positive integers might cause performance
regressions in code that dispatches based on the type of objects,
as in for example
  (typecase x
    ((unsigned-byte 24) ...[1])
    (t ...))
where in the region of code marked ...[1] the compiler could be expected
to infer that x was of type (unsigned-byte 24), but currently fails to
do so.  This can be worked around by inserting an explicit declaration,
and the developers hope to address this in the next release cycle.

changes in sbcl-1.1.10 relative to sbcl-1.1.9:
  * enhancement: ASDF has been updated to 3.0.2.
  * optimization: stack frames are packed more efficiently on x86oids, which
    ought to reduce the frequency of Methuselahn conservative references (it
    certainly helps with gc.impure.lisp / BUG-936304 on x86).
  * optimization: on x86 and x86-64, integer negation forms like (- x) are now
    recognized in modular arithmetic contexts, and compile to native negate,
    rather than going through bignums only to keep the low bits.
  * bug fix: Compiling potential modularic arithmetic forms does not cause type
    errors when some integer types lack lower or upper bounds. (lp#1199127)
  * bug fix: Non-trivial modular arithmetic forms are always cut to the right
    bitwidth before being used in a non-modular context. (lp#1199428)
  * bug fix: Multiple catch/unwind blocks in a single function are now
    allocated in the right stack order on win32. (lp#1072739)

changes in sbcl-1.1.9 relative to sbcl-1.1.8:
  * new feature: the contrib SB-GMP links with libgmp at runtime to speed
    up arithmetic on bignums and ratios.  (contributed by Stephan Frank)
  * enhancement: disassemble now annotates some previously missing static
    functions, like LENGTH.
  * enhancement: clean.sh now also cleans doc/internals.
  * enhancement: SB-EXT:PRINT-SYMBOL-WITH-PREFIX can be used within ~// to
    print a symbol with a package prefix.
  * enhancement: The debugger and backtracing are more robust against buggy
    PRINT-OBJECT methods.
  * optimization: calls to static functions on x86-64 use less instructions.
  * optimization: compute encode-universal-time at compile time when possible.
  * optimization: when referencing internal functions as #'x, don't go through
    an indirect fdefn structure.
  * optimization: SLEEP doesn't cons on non-immediate floats and on ratios.
  * optimization: (mod fixnum) type-checks are performed using one unsigned
    comparison, instead of two.
  * optimization: enable more modular arithmetic transforms in the presence of
    conditionals.
  * optimization: bitwise OR forms can now trigger modular arithmetic as well,
    when the result is known to be negative.
  * optimization: recognize more cases of useless LOGAND/LOGIOR with constants.
  * optimization: comparisons between rationals and constant floats or between
    integers and constant ratios are now converted to rationals/integers at
    compile time.
  * optimization: Smaller and faster DOUBLE-FLOAT-LOW-BITS on x86-64.
  * bug fix: problems with NCONC type derivation (reported by Jerry James).
  * bug fix: EXPT type derivation no longer constructs bogus floating-point
    types.  (reported by Vsevolod Dyomkin)
  * bug fix: sb-bsd-sockets has correct declaration of the canonname field of
    addrinfo. (lp#1187041, patch by Jerry James)
  * bug fix: uninitialized type-error conditions can now be printed.
    (lp#1184586)
  * bug fix: tests for sb-bsd-sockets no longer use a predefined port for
    listening, allowing several tests to run in parallel.
  * bug fix: during disassembly to *COMPILER-TRACE-OUTPUT* instruction
    prefixes as used on x86 and x86-64 no longer sometimes print incorrectly.
    (lp#1085729)
  * bug fix: Specialised SIMD-PACK types can be negated.
  * bug fix: Modular arithmetic is more robust. (incidentally fixes another bug
    reported by Eric Marsden)
  * bug fix: FP return values from foreign calls are always rounded to single
    or double float precision on x87.
  * bug fix: Known-safe vector access on x86oids should not fail spuriously
    when the index is of the form (+ x constant-positive-integer).
  * bug fix: Remove GPL-licensed files from source distribution. (lp#1185668)
  * bug fix: backtrace printer no longer tries to create very large lists when
    the arg-count register is clobberred by other code. (lp#1192929)
  * bug fix: x86 should never signal an FP exception while boxing an FP value,
    a situation that lands us into ldb.

(asau)

2013-08-28 16:51:36 UTC MAIN commitmail json YAML

2013-08-28 15:53:48 UTC MAIN commitmail json YAML

Updated www/py-werkzeug to 0.9.4.
Updated www/py-werkzeug-docs to 0.9.4.

(kleink)

2013-08-28 15:52:16 UTC MAIN commitmail json YAML

Update py-werkzeug and py-werkzeug-docs to 0.9.4.

Version 0.9.4
-------------

(bugfix release, released on August 26th 2013)

- Fixed an issue with Python 3.3 and an edge case in cookie parsing.
- Fixed decoding errors not handled properly through the WSGI
  decoding dance.
- Fixed URI to IRI conversion incorrectly decoding percent signs.

(kleink)

2013-08-28 12:35:06 UTC MAIN commitmail json YAML

Updated devel/libev to 4.15

(fhajny)

2013-08-28 12:34:59 UTC MAIN commitmail json YAML

4.15 Fri Mar  1 12:04:50 CET 2013
- destroying a non-default loop would stop the global waitpid
  watcher (Denis Bilenko).
- queueing pending watchers of higher priority from a watcher now invokes
  them in a timely fashion (reported by Denis Bilenko).
- add throw() to all libev functions that cannot throw exceptions, for
  further code size decrease when compiling for C++.
- add throw () to callbacks that must not throw exceptions (allocator,
  syserr, loop acquire/release, periodic reschedule cbs).
- fix event_base_loop return code, add event_get_callback, event_base_new,
  event_base_get_method calls to improve libevent 1.x emulation and add
  some libevent 2.x functionality (based on a patch by Jeff Davey).
- add more memory fences to fix a bug reported by Jeff Davey. Better
  be overfenced than underprotected.
- ev_run now returns a boolean status (true meaning watchers are
  still active).
- ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with
  libev's EV_ERROR (reported by 191919).
- (ecb) add memory fence support for xlC (Darin McBride).
- (ecb) add memory fence support for gcc-mips (Anton Kirilov).
- (ecb) add memory fence support for gcc-alpha (Christian Weisgerber).
- work around some kernels losing file descriptors by leaking
  the kqueue descriptor in the child.
- work around linux inotify not reporting IN_ATTRIB changes for directories
  in many cases.
- include sys/syscall.h instead of plain syscall.h.
- check for io watcher loops in ev_verify, check for the most
  common reported usage bug in ev_io_start.
- chose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET.
- always use WSASend/WSARecv directly on windows, hoping that this
  works in all cases (unlike read/write/send/recv...).
- try to detect signals around a fork faster (test program by
  Denis Bilenko).
- work around recent glibc versions that leak memory in realloc.
- rename ev::embed::set to ev::embed::set_embed to avoid clashing
  the watcher base set (loop) method.
- rewrite the async/signal pipe logic to always keep a valid fd, which
  simplifies (and hopefuly correctifies :) the race checking
  on fork, at the cost of one extra fd.
- add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of
  inotify-supporting filesystems.
- move orig_CFLAGS assignment to after AC_INIT, as newer autoconf
  versions ignore it before
  (https://bugzilla.redhat.com/show_bug.cgi?id=908096).
- add some untested android support.
- enum expressions must be of type int (reported by Juan Pablo L).

4.11 Sat Feb  4 19:52:39 CET 2012
- INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as
  was documented already, but not implemented in the repeating case.
- new compiletime symbols: EV_NO_SMP and EV_NO_THREADS.
- fix a race where the workaround against the epoll fork bugs
  caused signals to not be handled anymore.
- correct backend_fudge for most backends, and implement a windows
  specific workaround to avoid looping because we call both
  select and Sleep, both with different time resolutions.
- document range and guarantees of ev_sleep.
- document reasonable ranges for periodics interval and offset.
- rename backend_fudge to backend_mintime to avoid future confusion :)
- change the default periodic reschedule function to hopefully be more
  exact and correct even in corner cases or in the far future.
- do not rely on -lm anymore: use it when available but use our
  own floor () if it is missing. This should make it easier to embed,
  as no external libraries are required.
- strategically import macros from libecb and mark rarely-used functions
  as cache-cold (saving almost 2k code size on typical amd64 setups).
- add Symbols.ev and Symbols.event files, that were missing.
- fix backend_mintime value for epoll (was 1/1024, is 1/1000 now).
- fix #3 "be smart about timeouts" to not "deadlock" when
  timeout == now, also improve the section overall.
- avoid "AVOIDING FINISHING BEFORE RETURNING" idiom.
- support new EV_API_STATIC mode to make all libev symbols
  static.
- supply default CFLAGS of -g -O3 with gcc when original CFLAGS
  were empty.

(fhajny)

2013-08-28 12:14:49 UTC MAIN commitmail json YAML

2013-08-28 12:05:11 UTC MAIN commitmail json YAML

Add a new use_bsdinstall variable which, if set to 'yes', will use bsdinstall
instead of install-sh on platforms which need a BSD install.  The install-sh
script is still used during the bootstrap process regardless.

Default to 'yes' on SunOS.  Other platforms can migrate over once they confirm
that sysutils/bsdinstall builds correctly.

(jperkin)

2013-08-28 11:45:01 UTC MAIN commitmail json YAML

Note addition of sysutils/bsdinstall version 20130828

(jperkin)

2013-08-28 11:43:42 UTC MAIN commitmail json YAML

2013-08-28 11:42:36 UTC MAIN commitmail json YAML

Add bsdinstall-20130828 to pkgsrc.

This is a portable version of NetBSD's install(1) program, and is intended
to be used as a replacement for the install-sh script on platforms which do
not have a native BSD install program.  The install-sh script does not
support file names with spaces, and this version should be more robust.

This portable version does not include mtree, futimes and chflags support.

Tested in a full SmartOS bulk build with no apparent issues.

(jperkin)

2013-08-28 04:48:46 UTC MAIN commitmail json YAML

Updated devel/mr to 1.20130826

(schmonz)

2013-08-28 04:48:39 UTC MAIN commitmail json YAML

Update to 1.20130826. From the changelog:

* Update of manpage and Suggests field for 'mr grep'. Closes: #720128

(schmonz)

2013-08-27 22:28:05 UTC MAIN commitmail json YAML

2013-08-27 22:11:20 UTC MAIN commitmail json YAML

solaris fix for wide-curses build of hunspell

(richard)

2013-08-27 18:43:31 UTC MAIN commitmail json YAML

2013-08-27 18:02:37 UTC MAIN commitmail json YAML

Fix python26 for CVE-2013-4238

(tez)

2013-08-27 18:00:32 UTC MAIN commitmail json YAML

2013-08-27 16:40:11 UTC MAIN commitmail json YAML

2013-08-27 16:09:00 UTC MAIN commitmail json YAML

Note contao31 and contao31-example packages to 3.1.2.

(taca)

2013-08-27 16:08:03 UTC MAIN commitmail json YAML

Update contao31 to 3.1.2.

Version 3.1.2 (2013-08-27)
--------------------------

### Fixed
Add the global date format in `PageModel::loadDetails()` (see #6104).

### Fixed
Do not override the referer upon Ajax requests (see #5956).

### Fixed
Fixed the content slider in IE < 9 (see #5878).

### Fixed
Do not set a database driver by default (see #6088).

### Fixed
Decode punycode domains in the listing module (see #5946).

### Fixed
Show all themes a template is defined in (see #6071).

### Fixed
Do not add the domain name twice in `redirectToFrontendPage()` (see #6076).

### Fixed
Use the `currentLogin` field to sort users by their last login (see #5949).

### Fixed
Fix the offset handling in the CSS grid (see #5943).

### Fixed
Do not use the `date`, `time` and `datetime` input types (see #5918).

### Fixed
Show tooltips for selected single images in the file picker (see #6031).

### Fixed
Correctly synchronize if a sub folder is selected (see #5979).

### Fixed
Correctly handle password which are longer than 64 characters (see #6015).

### Fixed
Added missing Vietnamese characters to the UFT8 mapper (see #6010).

### Fixed
Decode entities in the page and file pickers (see #5989).

### Fixed
Ensure that the default user and group are integer values (see #6017).

### New
Added the Czech typolinks translations (thanks to ShiraNai7) (see #6051).

### Fixed
Added an option to purge the search cache (see #6041).

### Fixed
Preserve the repository tables when importing a theme (see #6037).

### Fixed
Pass the module to `getAttributesFromDca()` in the registration and personal
data module classes (see #6002).

### Fixed
Validate the e-mail address when creating an admin user (see #6003).

### Fixed
Fix the newslist pagination count (see #5997).

### Fixed
Make the GD image max width and height parameters mandatory (see #5940).

### Fixed
Replace all insert tags when exporting a page as PDF (see #5990).

### Fixed
Correctly validate the options in `Widget::isValidOption()` (see #5951).

### Fixed
Decode IDNA domains in any system mail (see #5932).

### Fixed
Store integers bigger than `PHP_INT_MAX` as string (see #5939).

### Fixed
Fix the alignment of the versions menu in IE (see #5962).

### Fixed
Do not cache the result of `Model::count*()` (see #5973).

### Fixed
Added some missing office file extensions to the configuration (see #6021).

### Fixed
Fixed the "indexPage" hook (see #5967).

### Fixed
Do not copy the autologin hash when duplicating members (see #5945).

### Fixed
Added .svgz support to the default `.htaccess` file (see #5938).

(taca)

2013-08-27 15:52:49 UTC MAIN commitmail json YAML

2013-08-27 15:52:06 UTC MAIN commitmail json YAML

Replace forward definition with real include as a complete type is
needed.

(joerg)

2013-08-27 15:51:27 UTC MAIN commitmail json YAML

2013-08-27 15:50:23 UTC MAIN commitmail json YAML

PR 48081: Explicitly disable Fortran in libtool-base, otherwise it will
incorrectly handle the default wrapper scripts on Cygwin.

libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm
than good.

Bump libtool-base and libtool-fortran.

(joerg)

2013-08-27 15:43:19 UTC MAIN commitmail json YAML

friend declarations may not introduce default arguments.

(joerg)

2013-08-27 15:42:06 UTC MAIN commitmail json YAML

2013-08-27 15:41:05 UTC MAIN commitmail json YAML

Explicitly disable LTO.

(joerg)

2013-08-27 15:40:42 UTC MAIN commitmail json YAML

Fix automake invocation.

(joerg)

2013-08-27 15:39:53 UTC MAIN commitmail json YAML

2013-08-27 12:07:59 UTC MAIN commitmail json YAML

Updated textproc/ruby-text to 1.2.3

(obache)

2013-08-27 12:07:41 UTC MAIN commitmail json YAML