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

2024-05-12 16:23:47 UTC Now

2012-07-05 16:25:33 UTC MAIN commitmail json YAML

Added converters/p5-JSON-PP version 2.27200

(sno)

2012-07-05 16:25:19 UTC MAIN commitmail json YAML

Importing package for Perl 5 module JSON::PP version 2.27200 from CPAN
into converters/p5-JSON-PP.

This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later
is recommended).  JSON::XS is the fastest and most proper JSON module on
CPAN. It is written by Marc Lehmann in C, so must be compiled and
installed in the used environment.

JSON::PP is a pure-Perl module and has compatibility to JSON::XS.

(sno)

2012-07-05 16:18:32 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 2.68

(sno)

2012-07-05 16:18:21 UTC MAIN commitmail json YAML

Updating package for Perl 5 module Module::CoreList in
devel/p5-Module-CoreList from 2.57 to 2.68.

Upstream changes:
2.68 Tue Jun 19 2012
  - Updated for v5.17.1

2.67 Sat May 26 2012
  - Updated for v5.17.0

2.66 ??
  - Add the --diff option to compare two perl core modlibs

2.65 Tue Mar 20 2012
  - Update of lib/charnames

2.64 Tue Mar 20 2012
  - Update of Data::Dumper and XS::APItest

2.63 Tue Mar 20 2012
  - Update for v5.15.9

2.62 Thu Mar 15 2012
  - Separate the POD (bingos)

2.61 Fri Feb 20 2012
  - Updated for v5.15.8

2.60 Fri Jan 20 2012
  - Updated for v5.15.7

2.59 Sun Dec 20 2011
  - Updated for v5.15.6

2.58 Sun Nov 20 2011
  - Updated for v5.15.5

(sno)

2012-07-05 16:11:44 UTC MAIN commitmail json YAML

Add conflict with p5-CPAN-Meta before p5-CPAN-Meta-Requirements split out

(sno)

2012-07-05 16:09:18 UTC MAIN commitmail json YAML

2012-07-05 16:07:18 UTC MAIN commitmail json YAML

2012-07-05 15:56:27 UTC MAIN commitmail json YAML

Added devel/p5-Test-File-ShareDir version 0.3.1

(sno)

2012-07-05 15:55:52 UTC MAIN commitmail json YAML

Added devel/p5-Test-File-ShareDir version 0.3.1

(sno)

2012-07-05 15:55:40 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Test::File::ShareDir version 0.3.1 from
CPAN into devel/p5-Test-File-ShareDir.

Test::File::ShareDir helps testing modules by mocking a ShareDir as
delivered by File::ShareDir.

(sno)

2012-07-05 15:44:08 UTC MAIN commitmail json YAML

2012-07-05 15:42:56 UTC MAIN commitmail json YAML

2012-07-05 15:36:27 UTC MAIN commitmail json YAML

Added devel/p5-Sub-Exporter-ForMethods version 0.100050

(sno)

2012-07-05 15:35:50 UTC MAIN commitmail json YAML

Added devel/p5-Sub-Exporter-ForMethods version 0.100050

(sno)

2012-07-05 15:35:34 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Sub::Exporter::ForMethods version
0.100050 from CPAN into devel/p5-Sub-Exporter-ForMethods.

Sub::Exporter::ForMethods provides helper routines for using Sub::Exporter
to build methods.

It distinguish from pure Sub::Exporter by getting methods which will not
be removed by namespace::autoclean.

(sno)

2012-07-05 15:17:56 UTC MAIN commitmail json YAML

Added textproc/p5-Pod-Eventual version 0.093.330

(sno)

2012-07-05 15:17:21 UTC MAIN commitmail json YAML

Added textproc/p5-Pod-Eventual version 0.093.330

(sno)

2012-07-05 15:17:06 UTC MAIN commitmail json YAML

Importing packafe for Perl 5 module Pod::Eventual version 0.093330 from
CPAN into textproc/p5-Pod-Eventual.

POD is a pretty simple format to write, but it can be a big pain to deal
with reading it and doing anything useful with it. Most existing POD
parsers care about semantics, like whether a =item occurred after an =over
but before a back, figuring out how to link a L<>, and other things like
that.

Pod::Eventual is much less ambitious and much more stupid. Fortunately,
stupid is often better. (That's what I keep telling myself, anyway.)

Pod::Eventual reads line-based input and produces events describing each
POD paragraph or directive it finds. Once complete events are immediately
passed to the handle_event method. This method should be implemented by
Pod::Eventual subclasses. If it isn't, Pod::Eventual's own handle_event
will be called, and will raise an exception.

(sno)

2012-07-05 14:53:00 UTC MAIN commitmail json YAML

Updated lang/ecl to 12.2.1

(asau)

2012-07-05 14:51:48 UTC MAIN commitmail json YAML

Update to ECL 12.2.1

ECL 12.2.1:
===========

* Bugs fixed:

- Fixed several dozens of typos.

- ENSURE-DIRECTORIES-EXIST did not work properly with logical pathnames.

- EXT:SET-LIMIT with option EXT:FRAME-STACK corrupted the frame stack.

- The array of boot-time symbols is fixed and independent of the features
  that are compiled in. This is essential for cross-compilation and also
  for sharing C code among different builds.

- Fixed externalization of bytecodes with literals that need MAKE-LOAD-FORM.

- When parsing a floating point number at least one digit should be
  present. ECL parsed +.e0 as +0.0e0, instead of as a symbol.

- For OS X Lion we need a newer version of the garbage collector. Since the
  maintainers' advise is that we use the unstable tree, we have made a copy
  and use it _only_ for this port (src/gc-unstable).

* Visible changes:

- When printing error messages, the condition type is shown (M. Mondor)

- SI:TOP-LEVEL, when invoked without arguments, does not process the
  command line.

- The command line used by EXT:PROCESS-COMMAND-ARGS is now by default
  the one stored in *COMMAND-ARGS*, and this may be "cleared" by the
  user.

- SOCKET-MAKE-STREAM now accepts an :ELEMENT-TYPE argument.

- When --enable-rpath is used in combination with --with-gmp-prefix, then the
  path of the GMP library is hardcoded into ECL. If the remaining libraries
  (GC, libffi) are in a similar location this will make ECL work without
  further flags, and without modifying LD_LIBRARY_PATH or DYLD_LIBRARY_PATH.

- All arguments after the '--' command line option are stored in a global
  variable, ext:*unprocessed-ecl-command-args*.

- In the rules passed to ext:process-command-args, :stop now implies that all
  remaining arguments including the current one are collected and passed to
  the rule code. An example of use of this option
      ;; Collect all arguments _after_ the command line option --
      ("--" 1 (setf ext:*unprocessed-ecl-command-args* (rest 1)) :stop)
      ;; Collect all arguments including the first unknown one
      ("*DEFAULTS*" 1 (setf ext:*unprocessed-ecl-command-args* 1) :stop)

- ECL will always build, by default, with support for Unicode strings.

- EXT:GETENV coerces its input argument to type BASE-STRING.

- The garbage collector would reset the counters on every call to
  SI:GC-STATS. This made nested TIME calls not to work, as the statistics of
  the inner call would spoil those of the outer one. This has been fixed.

- ECL implements CDR 6 (ext:*inspector-hook*) as described in
  http://cdr.eurolisp.org/document/6/index.html

- ECL implements CDR 5 (Sub-interval Numerical Types) as described in
  http://cdr.eurolisp.org/document/5/index.html

- ECL ships libffi together with its source tree, much like GMP and GC.

- On POSIX platforms ECL traps SIGCHLD and uses it to update the status of
  external processes.

- DIRECTORY accepts the keyword argument :RESOLVE-SYMLINKS.

- Compiling files now generates C headers with the extension "eclh". This
  is done to avoid accidentally generating header files with the same name
  as those in the C library. Take for instance, float.lsp -> float.h.

- ECL no longer relies on "git" being installed to gather the git commit id
  and setting (ext:lisp-implementation-vcs-id).

- When building shared and statically linked libraries, ECL creates an
  extra function that performs two tasks: initializing ECL if it wasn't done
  before, and initializing the library. This can be used to create standalone
  libraries to be linked with other programs. The name of the function typically
  begins with main_dll or main_lib but it is output by ECL on screen.

- Hash tables do no longer have implicit locking. All complex structures in
  ECL (arrays, hash tables, objects) should be dealt with sufficient care on
  the user side, just as in other programming languages, making use of
  WITH-LOCK and similar facilities.

- In OPEN the default format is :UTF-8 for Unicode builds and :LATIN-1 for
  others, and the stream element type is always CHARACTER by default.

- Function read_VV is renamed to ecl_init_module()

- Initialization of random number generator is done using only 16 bytes from
  /dev/urandom (Phillip Marek).

- Each thread keeps a copy of the process sigmask (POSIX) and it is inherited
  by children thread. The sigmask can be manipulated by the function
  EXT:CATCH-SIGNAL which has the signature
(ext:catch-signal signal-code action &key process)
  The ACTION is one of :IGNORE, :DEFAULT, :CATCH, determining what ECL does
  when it receives the signal, or it can be :MASK/:UNMASK to determine whether
  the process is blocking the signal or not. The optional argument :PROCESS
  only applies to :MASK/:UNMASK and it can be the current process, some
  process that has not been activated or any other value (indicating that
  the function has a global effect, as sigprocmask).

- Allocate executable memory using libffi instead of using just the
  Boehm-Weiser garbage collector.

- In bytecodes.h, deactivate the threaded interpreter when using the LLVM
  compiler. The problem is that llvm-gcc disguises itself as GCC but it is
  not capable of properly compiling the jump table.

- Implemented SEQUENCE-STREAMs, which are input/output streams defined on some
  specialized array type. The functions to create them are
    (ext:make-sequence-input-stream vector &key :start :end :external-format)
    (ext:make-sequence-output-stream vector &key :external-format)
        * If the array is a string, it is a character stream.
          - When no external format is supplied, it defaults to the usual encoding
            and the stream behaves like a string stream.
          - When an external format is supplied, each character in the string
            is interpreted as a single byte and used for that external format.
        * If the array is specialized over integers and EXTERNAL-FORMAT is NIL
          the stream is a binary stream.
        * Otherwise, it is a binary string but READ/WRITE-CHAR may be used on it.
  Reading and writing does not preserve the original word size of the array
  but rather threads the array as a collection of bytes (octets), writing
  sequentially over it. Thus, if you use encodings such as UCS2 and UCS4, make
  sure that you choose the right endianness to match the shape of the array.

- DELETE-FILE works on empty directories.

- In DIRECTORY, :RESOLVE-SYMLINKS defaults to T.

- Added POSIX function (EXT:CHMOD filename mode)

- ECL's compiler is now less verbose and hides performance notes, as well as
  invocations of the C compiler. This can be modfied by changing the type
  specifier in c:*suppress-compiler-messages*.

- Hash tables can now be printed readably when *READ-EVAL* is true. This is
  done using two new functions, EXT:HASH-TABLE-CONTENT and
  EXT:HASH-TABLE-FILL.

- When a compiler macro fails, ECL simply ignores the errors and
  continues. This is more to the spirit of the compiler macros, as explained
  here http://lists.common-lisp.net/pipermail/pro/2011-December/000675.html

- INLINE declarations now actually cause the function to be inlined. If
  the function is also proclaimed as INLINE, ECL will store a copy of its
  definition for later use _in other files_. Otherwise INLINE declarations
  remain local to the file being processed.

- ECL now implements weak hash tables. They are built as ordinary hash tables
  with an extra argument, :WEAKNESS, which may be :KEY, :VALUE,
  :KEY-AND-VALUE, or NIL, for the default behavior. The status of the hash
  table is returned by EXT:HASH-TABLE-WEAKNESS. Note that these associations
  are no substitute for proper management of resources, as the time of
  collection can not be guaranteed.

- In pathnames, ".." is translated to :UP, not :BACK.

- ECL introduces two special forms, EXT:CHECKED-VALUE and EXT:TRULY-THE, which
  have the same syntax as THE, but in the first case lead to a type assertion
  at low safety levels and in the second case lead to an unchecked
  declaration. By default THE maps to EXT:CHECKED-VALUE (as in SBCL), but this
  may be controlled globally using the declaration/proclamation
  EXT:THE-IS-CHECKED.

- Unicode strings were not properly saved in C compiled code.

(asau)

2012-07-05 14:43:16 UTC MAIN commitmail json YAML

Added devel/p5-Perl-PrereqScanner version 1.013

(sno)

2012-07-05 14:42:40 UTC MAIN commitmail json YAML

Added devel/p5-Perl-PrereqScanner version 1.013

(sno)

2012-07-05 14:42:23 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Perl::PrereqScanner version 1.013
from CPAN into devel/p5-Perl-PrereqScanner.

The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:
    * plain lines beginning with use or require in your perl modules and
      scripts, including minimum perl version
    * regular inheritance declared with the base and parent pragmata
    * Moose inheritance declared with the extends keyword
    * Moose roles included with the with keyword
    * OO namespace aliasing using the aliased module

(sno)

2012-07-05 14:27:48 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Types-Perl version 0.101341

(sno)

2012-07-05 14:27:06 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Types-Perl version 0.101341

(sno)

2012-07-05 14:26:50 UTC MAIN commitmail json YAML

Importing Perl 5 module MooseX::Types::Perl version 0.101341 from CPAN
into devel/p5-MooseX-Types-Perl.

MooseX::Types::Perl provides Moose types for checking things (mostly
strings) against syntax that is, or is a reasonable subset of, Perl syntax.

(sno)

2012-07-05 14:25:22 UTC MAIN commitmail json YAML

Note update of TYPO3 packages:

www/typo3_45 4.5.17
www/typo3_46 4.6.10
www/typo3_47 4.7.2

(taca)

2012-07-05 14:24:02 UTC MAIN commitmail json YAML

Update typo3_47 to 4.7.2 (TYPO3 4.7.2).

Fix XSS in swfupload.

2012-07-04  9fc6c2d                  [RELEASE] Release of TYPO3 4.7.2 (TYPO3 Release Team)
2012-07-04  0f4f749  #38578          [SECURITY] XSS in swfupload (Oliver Hader)
2012-07-04  4997fe8                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-04  a061bc8                  [TASK] Update version number to 4.7.2 (Steffen Ritter)
2012-07-04  cebcc3c  #38608          [BUGFIX] Remove t3ver_swapmode code blocks (Oliver Hader)
2012-07-04  0f35e7c  #38617          [BUGFIX] RTE: Enable dialogue window resizing in IE (Stanislas Rolland)
2012-07-03  d67822d  #38574          [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7 (Stanislas Rolland)
2012-07-03  d9b33b0                  Revert "[BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7" (Stanislas Rolland)
2012-07-03  9cfe9c2  #38574          [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7 (Stanislas Rolland)
2012-07-02  d08559e  #38567          [BUGFIX] Add missing link to travis script (Helmut Hummel)
2012-07-02  145eb2c  #37615          [BUGFIX] IRRE records can't be expanded without an hidden field (Oliver Hader)
2012-07-02  e4a9d5c  #29254          [BUGFIX] TSFE->additionalFooterData for USER_INT (Oliver Hader)
2012-07-02  a1f0932  #38567          [TASK] Activate travis build for 4.7 (Helmut Hummel)
2012-07-02  9794bd2  #36313          [BUGFIX] Add rootline workspace overlay for backend_layouts. (Timo Webler)
2012-07-02  351a23c  #33546          [BUGFIX] Check if user is allowed to paste page to pagetree (Max Roesch)
2012-07-02  de46359  #27020          [BUGFIX] TCEForms.Suggest wizard in IRRE records (Nicole Cordes)
2012-07-02  0bd8d06  #34786          [BUGFIX] Custom HTML tags no longer malformed in IE (Bart Dubelaar)
2012-07-01  4bf154d  #38511          [BUGFIX] Remove a rather dubious unit test for Redis cache backend (Christian Kuhn)
2012-06-30  7957d03  #38503          [BUGFIX] Page tree unit test fails if pages don't exist (Susanne Moog)
2012-06-30  9e7e687  #36344          [BUGFIX] Icon for save action in scheduler should be save-close (Philipp Gampe)
2012-06-30  30bf42f  #38501          [BUGFIX]  Fix unit test failure if gif compress is disabled (Susanne Moog)
2012-06-30  24e27c6  #35915          [BUGFIX] VariableFrontend initializeObject not called (Daniel Pæ—¦tzinger)
2012-06-30  3a83fac  #37618          [BUGFIX] Remove class of td if "No CSS styles for this table" is set (Juergen Furrer)
2012-06-30  3a9501e  #36290          [BUGFIX] Markers (%s) are not replaced in TCEmain error messages (Bart Dubelaar)
2012-06-30  2766d48  #33444          [BUGFIX] Fatal error in configuration ($BE_USER->uc) (Susanne Moog)
2012-06-29  d891eb5  #38357          [TASK] Add travis configuration file (Helmut Hummel)
2012-06-29  04d3f82  #24626          [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible (Stefan Galinski)
2012-06-29  1107b6a  #36093          [BUGFIX] Reports: Wrong indication for saltedpasswords (Markus Klein)
2012-06-28  14a2946  #37541          [BUGFIX] Declaration of tx_rtehtmlarea_base::drawRTE() not compatible (Stanislas Rolland)
2012-06-28  d04fe14  #36194          [BUGFIX] Ensure $output is used as string (Peter Niederlag)
2012-06-28  8d2dcc1  #38300          [BUGFIX] RTE link insertion issues with IE9 (Stanislas Rolland)
2012-06-27  cdee1af                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-06-24  4b3513d  #36541          [BUGFIX] Wrong margin calculation for Text/Image (derhansen)
2012-06-21  af95023  #36300          [BUGFIX] Properly load existing usergroups in task (Bart Dubelaar)
2012-06-21  18332ca  #35154          [BUGFIX] Exclude E_STRICT from exceptionalErrors (Steffen M端ller)
2012-06-18  45bf97b  #36308          [BUGFIX] Correct Path Calculation in Cardlayout (Kay Strobach)
2012-06-17  8fb2ed5  #36777          [BUGFIX] Unnecessary warning in css_styled_content (division by zero) (Thomas Layh)
2012-06-15  ab720c0  #36947          [BUGFIX] Fix refactoring regression in imagecopyresized (Lorenz)
2012-06-13  d4fb1b0  #35944          [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap" (Marco Huber)
2012-05-28  4a564c5  #37553          BUGFIX] Illegal string offset (Jigal van Hemert)

(taca)

2012-07-05 14:23:04 UTC MAIN commitmail json YAML

Update typo3_46 to 4.6.10 (TYPO3 4.6.10).

Fix XSS in swfupload.

2012-07-04  38d29a9                  [RELEASE] Release of TYPO3 4.6.10 (TYPO3 Release Team)
2012-07-04  96ccf99  #38578          [SECURITY] XSS in swfupload (Oliver Hader)
2012-07-04  ac6fda8                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-04  d8f537d  #35154          [BUGFIX] Exclude E_STRICT from exceptionalErrors (Mario Rimann)
2012-07-04  b061b84  #37615          [BUGFIX] IRRE records can't be expanded without an hidden field (Oliver Hader)
2012-07-04  ca50ec0  #29254          [BUGFIX] TSFE->additionalFooterData for USER_INT (Oliver Hader)
2012-07-03  e4267b5  #38574          [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7 (Stanislas Rolland)
2012-07-03  0b98eb7                  Revert "[BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7" (Stanislas Rolland)
2012-07-03  2a25577  #38574          [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7 (Stanislas Rolland)
2012-07-02  8d1d267  #34786          [BUGFIX] Custom HTML tags no longer malformed in IE (Bart Dubelaar)
2012-07-01  3b74b25  #38511          [BUGFIX] Remove a rather dubious unit test for Redis cache backend (Christian Kuhn)
2012-06-30  3d24c7e  #33446          [BUGFIX] canBeInterpretedAsInteger fatals if given an object (Philipp Gampe)
2012-06-30  09e1a88  #38501          [BUGFIX]  Fix unit test failure if gif compress is disabled (Susanne Moog)
2012-06-30  7ff3dce  #35915          [BUGFIX] VariableFrontend initializeObject not called (Daniel Pæ—¦tzinger)
2012-06-30  68125fa  #37618          [BUGFIX] Remove class of td if "No CSS styles for this table" is set (Juergen Furrer)
2012-06-30  e4ce956  #36290          [BUGFIX] Markers (%s) are not replaced in TCEmain error messages (Bart Dubelaar)
2012-06-30  2c83967  #33444          [BUGFIX] Fatal error in configuration ($BE_USER->uc) (Susanne Moog)
2012-06-29  065670f  #38357          [TASK] Add travis configuration file (Helmut Hummel)
2012-06-29  0712cc1  #36093          [BUGFIX] Reports: Wrong indication for saltedpasswords (Markus Klein)
2012-06-28  56c9837  #37541          [BUGFIX] Declaration of tx_rtehtmlarea_base::drawRTE() not compatible (Stanislas Rolland)
2012-06-28  825886e  #34303          [BUGFIX] IRRE hide/unhide broken (dkd-egerer Sascha Egerer)
2012-06-28  fa1d287  #34685          [TASK] PHP 5.4 adjustments (Markus Klein)
2012-06-28  0f6bc15  #36194          [BUGFIX] Ensure $output is used as string (Peter Niederlag)
2012-06-27  c75df95  #32773          [BUGFIX] fe_adminLib.inc uses undefined function (Sven Burkert)
2012-06-21  0602c31  #36300          [BUGFIX] Properly load existing usergroups in task (Bart Dubelaar)
2012-06-17  4526c0d  #36777          [BUGFIX] Unnecessary warning in css_styled_content (division by zero) (Thomas Layh)
2012-06-13  98ccffb  #35944          [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap" (Marco Huber)
2012-05-30  4114744  #21943          [BUGFIX] redirect to referrer when changing password (Jigal van Hemert)
2012-05-28  c32cf60  #37553          BUGFIX] Illegal string offset (Jigal van Hemert)

(taca)

2012-07-05 14:21:36 UTC MAIN commitmail json YAML

Update typo3_45 to 4.5.17 (TYPO3 4.5.17).

Fix XSS in swfupload.

2012-07-04  acf7796                  [RELEASE] Release of TYPO3 4.5.17 (TYPO3 Release Team)
2012-07-04  4356de4  #38578          [SECURITY] XSS in swfupload (Oliver Hader)
2012-07-04  d5cb5fb  #35154          [BUGFIX] Exclude E_STRICT from exceptionalErrors (Mario Rimann)
2012-07-04  4cca68b  #37615          [BUGFIX] IRRE records can't be expanded without an hidden field (Oliver Hader)
2012-07-04  5fd49b5  #29254          [BUGFIX] TSFE->additionalFooterData for USER_INT (Oliver Hader)
2012-07-03  15847d2  #38574          [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7 (Stanislas Rolland)
2012-07-03  9a1c36c  #34786          [BUGFIX] Custom HTML tags no longer malformed in IE (Bart Dubelaar)
2012-07-01  8ea1408  #38511          [BUGFIX] Remove a rather dubious unit test for Redis cache backend (Christian Kuhn)
2012-06-30  353ab74  #38501          [BUGFIX]  Fix unit test failure if gif compress is disabled (Susanne Moog)
2012-06-30  74701ef  #35915          [BUGFIX] VariableFrontend initializeObject not called (Daniel Pæ—¦tzinger)
2012-06-30  2cc2efb  #37618          [BUGFIX] Remove class of td if "No CSS styles for this table" is set (Juergen Furrer)
2012-06-30  364926e  #36290          [BUGFIX] Markers (%s) are not replaced in TCEmain error messages (Bart Dubelaar)
2012-06-29  880f256  #38357          [TASK] Add travis configuration file (Helmut Hummel)
2012-06-29  027a9b3  #36093          [BUGFIX] Reports: Wrong indication for saltedpasswords (Markus Klein)
2012-06-28  885d256  #37541          [BUGFIX] Declaration of tx_rtehtmlarea_base::drawRTE() not compatible (Stanislas Rolland)
2012-06-28  50b5136  #34303          [BUGFIX] IRRE hide/unhide broken (dkd-egerer Sascha Egerer)
2012-06-28  6918eda  #34685          [TASK] PHP 5.4 adjustments (Markus Klein)
2012-06-28  1f7ebfd  #36194          [BUGFIX] Ensure $output is used as string (Peter Niederlag)
2012-06-27  7366511  #32773          [BUGFIX] fe_adminLib.inc uses undefined function (Sven Burkert)
2012-06-27  b82dfa5                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-06-21  3f3c200  #36300          [BUGFIX] Properly load existing usergroups in task (Bart Dubelaar)
2012-06-13  1e97470  #35944          [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap" (Marco Huber)
2012-05-30  bbc55bf  #21943          [BUGFIX] redirect to referrer when changing password (Jigal van Hemert)
2012-05-28  1c43954  #37553          BUGFIX] Illegal string offset (Jigal van Hemert)

(taca)

2012-07-05 14:11:55 UTC MAIN commitmail json YAML

Added devel/p5-Log-Dispatchouli version 2.005

(sno)

2012-07-05 14:11:21 UTC MAIN commitmail json YAML

Added devel/p5-Log-Dispatchouli version 2.005

(sno)

2012-07-05 14:10:51 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Log::Dispatchouli version 2.005 from
CPAN into devel/p5-Log-Dispatchouli.

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
dead simple to add logging to a program without having to think much about
categories, facilities, levels, or things like that. It is meant to make
logging just configurable enough that you can find the logs you want and
just easy enough that you will actually log things.

Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.

In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses String::Flogger to process the things
to be logged, meaning you can easily log data structures. Basically:
strings are logged as is, arrayrefs are taken as (sprintf format, args),
and subroutines are called only if needed. For more information read the
String::Flogger docs.

(sno)

2012-07-05 14:07:11 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.32

(sno)

2012-07-05 14:06:59 UTC MAIN commitmail json YAML

Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch
from 2.29 to 2.32.

pkgsrc changes:
- add missing dependency

Upstream changes:
2.32    2012-05-24

- Fix a test failure - test failed if you had 0.16 <= Sys::Syslog < 0.25
  installed.

- Added a kludgey test failure fix for failure on Cygwin. Patch by Christian
  Carey. RT #77364.

2.31    2012-05-21

- Added missing prereq - Class::Load.

2.30    2012-05-20

- Remove Sys::Syslog as a prereq, since you can use this distro perfectly well
  without it. Fixes RT #52065.

- You can now pass a subroutine reference to the sugar methods like
  $dispatch->debug() and friends. Requested by Jeffrey Thalhammer. RT #77308.

- Calling sugar methods like $dispatch->warn or $dispatch->crit did not
  normalize the log level, so the level would be passed to the outputs as
  "warn", not "warning". Reported by Karen Etheridge. RT #77203.

(sno)

2012-07-05 13:58:44 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Exporter to 0.984

(sno)

2012-07-05 13:58:32 UTC MAIN commitmail json YAML

Updating package for Perl 5 module Sub::Exporter in devel/p5-Sub-Exporter
from 0.9842nb2 to 0.984.

Upstream changes:
0.984    2012-06-05 07:59:40 America/New_York
          documentation fixes (thanks, GitHub user "everybody")

0.983    2011-01-24
          documentation fixes (thanks, Karen Etheridge and Luc St-Louis!)

(sno)

2012-07-05 13:56:28 UTC MAIN commitmail json YAML

Added devel/p5-Sub-Exporter-GlobExporter version 0.002

(sno)

2012-07-05 13:55:55 UTC MAIN commitmail json YAML

Added devel/p5-Sub-Exporter-GlobExporter version 0.002

(sno)

2012-07-05 13:55:41 UTC MAIN commitmail json YAML

Importing Perl 5 module Sub::Exporter::GlobExporter version 0.002 from
CPAN into devel/p5-Sub-Exporter-GlobExporter.

Sub::Exporter::GlobExporter allows the glob-exporting package to be
subclassed, for for the subclass to choose to re-use the same glob
when exporting or to export a new one.

(sno)

2012-07-05 13:43:48 UTC MAIN commitmail json YAML

Added textproc/p5-String-Flogger version 1.101242

(sno)

2012-07-05 13:43:08 UTC MAIN commitmail json YAML

Added textproc/p5-String-Flogger version 1.101242

(sno)

2012-07-05 13:42:47 UTC MAIN commitmail json YAML

Importing package for Perl 5 module String::Flogger version 1.101242 from
CPAN into textproc/p5-String-Flogger.

String::Flogger provides string munging for loggers.

(sno)

2012-07-05 13:27:21 UTC MAIN commitmail json YAML

Added devel/p5-Log-Dispatch-Array version 1.001

(sno)

2012-07-05 13:26:46 UTC MAIN commitmail json YAML

Added devel/p5-Log-Dispatch-Array version 1.001

(sno)

2012-07-05 13:26:30 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Log::Dispatch::Array version 1.001
from CPAN into devel/p5-Log-Dispatch-Array.

This provides a Log::Dispatch log output system that appends logged events
to an array reference. This is probably only useful for testing the logging
of your code.

(sno)

2012-07-05 13:11:24 UTC MAIN commitmail json YAML

2012-07-05 13:09:24 UTC MAIN commitmail json YAML

Added devel/p5-Hash-Merge-Simple version 0.051

(sno)

2012-07-05 13:08:36 UTC MAIN commitmail json YAML

Added devel/p5-Hash-Merge-Simple version 0.051

(sno)

2012-07-05 13:08:15 UTC MAIN commitmail json YAML

Importing Perl 5 module Hash::Merge::Simple version 0.051 from CPAN
into devel/p5-Hash-Merge-Simple.

Hash::Merge::Simple will recursively merge two or more hashes and return
the result as a new hash reference. The merge function will descend and
merge hashes that exist under the same node in both the left and right
hash, but doesn't attempt to combine arrays, objects, scalars, or anything
else. The rightmost hash also takes precedence, replacing whatever was in
the left hash if a conflict occurs.

(sno)

2012-07-05 12:57:07 UTC MAIN commitmail json YAML

Added devel/p5-File-ShareDir-Install version 0.04

(sno)

2012-07-05 12:56:40 UTC MAIN commitmail json YAML

Added devel/p5-File-ShareDir-Install version 0.04

(sno)

2012-07-05 12:55:10 UTC MAIN commitmail json YAML

Updated devel/p5-File-ShareDir-Install to 0.04

(sno)

2012-07-05 12:54:56 UTC MAIN commitmail json YAML

Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN
into devel/p5-File-ShareDir-Install.

File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.

There is a port Module::Install::Share to ExtUtils::MakeMaker with the
improvement of only installing the files you want; .svn and other
source-control junk will be ignored.

(sno)

2012-07-05 12:53:27 UTC MAIN commitmail json YAML

Updated www/apache24 to 2.4.2nb2

(ryoon)

2012-07-05 12:50:44 UTC MAIN commitmail json YAML

Bump PKGREVISION

Fix PR pkg/46655.

With NetBSD current and 6.0's OpenSSL, OPENSSL_NO_SSL_INTERN should not
be defined, due to it lacks some functions.
Exclude version 0x10001000 from OPENSSL_NO_SSL_INTERN definition.

(ryoon)

2012-07-05 12:37:41 UTC MAIN commitmail json YAML

Added devel/p5-Config-MVP version 2.200002

(sno)

2012-07-05 12:37:04 UTC MAIN commitmail json YAML

Added devel/p5-Config-MVP version 2.200002

(sno)

2012-07-05 12:36:49 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Config::MVP version 2.200002
from CPAN into devel/p5-Config-MVP.

MVP is a mechanism for loading configuration (or other information)
for libraries. It doesn't read a file or a database. It's a helper
for things that do.

(sno)

2012-07-05 11:59:25 UTC MAIN commitmail json YAML

Added devel/p5-Role-Identifiable version 0.005

(sno)

2012-07-05 11:58:47 UTC MAIN commitmail json YAML

Added devel/p5-Role-Identifiable version 0.005

(sno)

2012-07-05 11:58:31 UTC MAIN commitmail json YAML

Importing package for Perl 5 modules Role::Identifiable::HasIdent version
0.005 and Role::Identifiable::HasTags version 0.005 via CPAN distribution
Role-Identifiable version 0.005 into devel/p5-Role-Identifiable.

Role::Identifiable::HasIdent adds a required ident attribute that stores
a simple string, meant to identify exceptions.

Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.

(sno)

2012-07-05 11:52:12 UTC MAIN commitmail json YAML

Added devel/p5-Role-HasMessage version 0.005

(sno)

2012-07-05 11:51:05 UTC MAIN commitmail json YAML

Added devel/p5-Role-HasMessage version 0.005

(sno)

2012-07-05 11:50:48 UTC MAIN commitmail json YAML

Importing package for Perl 5 module Role::HasMessage version 0.005 from
CPAN into devel/p5-Role-HasMessage.

A class that includes Role::HasMessage is promising to provide a message
method that returns a string summarizing the message or event represented
by the object. It does not provide any actual behavior.

(sno)

2012-07-05 11:17:38 UTC MAIN commitmail json YAML

Added textproc/p5-String-Errf version 0.006

(sno)

2012-07-05 11:17:01 UTC MAIN commitmail json YAML

Added textproc/p5-String-Errf version 0.006

(sno)

2012-07-05 11:16:46 UTC MAIN commitmail json YAML

Importing Perl 5 module String::Errf version 0.006 from CPAN into
textproc/p5-String-Errf.

String::Errf provides errf, a simple string formatter that works something
like sprintf. It is implemented using String::Formatter and Sub::Exporter.

(sno)

2012-07-05 11:05:43 UTC MAIN commitmail json YAML

Added textproc/p5-String-Formatter version 0.102082

(sno)

2012-07-05 11:04:53 UTC MAIN commitmail json YAML

Added textproc/p5-String-Formatter version 0.102082

(sno)

2012-07-05 11:04:38 UTC MAIN commitmail json YAML

Importing package for Perl 5 module String::Formatter version 0.102082
from CPAN into textproc/p5-String-Formatter.

String::Formatter is a tool for building sprintf-like formatting routines.
It supports named or positional formatting, custom conversions, fixed
string interpolation, and simple width-matching out of the box. It is easy
to alter its behavior to write new kinds of format string expanders. For
most cases, it should be easy to build all sorts of formatters out of the
options built into String::Formatter.

(sno)

2012-07-05 10:33:06 UTC MAIN commitmail json YAML

2012-07-05 10:30:58 UTC MAIN commitmail json YAML

2012-07-05 10:23:32 UTC MAIN commitmail json YAML

2012-07-05 10:23:23 UTC MAIN commitmail json YAML

2012-07-05 09:52:54 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-OneArgNew version 0.002

(sno)

2012-07-05 09:52:09 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-OneArgNew version 0.002

(sno)

2012-07-05 09:51:46 UTC MAIN commitmail json YAML

Importing package for Perl 5 Moose Role MooseX::OneArgNew module version
0.002 into p5-MooseX-OneArgNew.

MooseX::OneArgNew lets your constructor take a single argument, which
will be translated into the value for a one-entry hashref. It is a
parameterized role with two parameters:

type
    The Moose type that the single argument must be for the one-arg form
    to work. This should be an existing type, and may be either a string
    type or a MooseX::Type.

init_arg
    This is the string that will be used as the key for the hashref
    constructed from the one-arg call to new.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2012-07-05 09:48:49 UTC MAIN commitmail json YAML

Use of PHP_VERSION_REQD in Makefiles breaks the bulk build.
PHP_VERSIONS_ACCEPTED should be used instead.

(cheusov)

2012-07-05 09:29:39 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Uploader version 0.103001

(sno)

2012-07-05 09:28:56 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Uploader version 0.103001

(sno)

2012-07-05 09:28:41 UTC MAIN commitmail json YAML

Importing package for CPAN module CPAN::Uploader version 0.103001 into
devel/p5-CPAN-Uploader to satisfy requirements for scheduled import of
Dist::Zilla.

Perl5 module to upload things to the CPAN without executing external
programs.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2012-07-05 09:06:29 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Meta-Requirements version 2.122 [sno 2012-07-05]

(sno)

2012-07-05 09:04:37 UTC MAIN commitmail json YAML

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

(sno)

2012-07-05 09:03:56 UTC MAIN commitmail json YAML

Importing CPAN module CPAN::Meta::Requirements version 2.122 into
devel/p5-CPAN-Meta-Requirements to satisfy upcoming import of Dist::Zilla
module.

A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the META.yml or META.json files in CPAN distributions.
It can be built up by adding more and more constraints, and it will reduce
them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2012-07-05 08:01:04 UTC MAIN commitmail json YAML

Fix incorrect filename in patch file and add missing comment. The patch
can be applied now.

(tron)

2012-07-05 06:57:45 UTC MAIN commitmail json YAML

Move the amanda-client option definitions to the common options.mk so
that 'PKG_OPTIONS.amanda' works properly.

(sbd)

2012-07-04 20:41:29 UTC MAIN commitmail json YAML

2012-07-04 20:35:26 UTC MAIN commitmail json YAML

2012-07-04 20:34:37 UTC MAIN commitmail json YAML

bump PKGREV for poppler shlib major change

(drochner)

2012-07-04 20:33:15 UTC MAIN commitmail json YAML

2012-07-04 20:31:56 UTC MAIN commitmail json YAML

2012-07-04 20:30:22 UTC MAIN commitmail json YAML

2012-07-04 20:29:23 UTC MAIN commitmail json YAML

2012-07-04 20:28:04 UTC MAIN commitmail json YAML

bump PKGREV for poppler shlib major change

(drochner)

2012-07-04 20:26:58 UTC MAIN commitmail json YAML

2012-07-04 20:25:16 UTC MAIN commitmail json YAML

update to 0.20.1
This switches to the 0.20 release branch - many fixes and improvements.
(0.18 was skipped)
The qt3 frontend isn't supported anymore - the poppler016 pkg is kept
for now for KDE3. Atm, it conflicts with newer popper pkgs. This can be
fixed by renaming include paths and libraries, but this would need
modifications of the KDE3 pkgs.

(drochner)

2012-07-04 20:17:31 UTC MAIN commitmail json YAML

2012-07-04 20:16:35 UTC MAIN commitmail json YAML

2012-07-04 20:15:46 UTC MAIN commitmail json YAML

2012-07-04 20:10:25 UTC MAIN commitmail json YAML

update to 3.4.1
This switches to the gnome-3.4 branch
(Seems to be source and binary compatible to the 2.32 one, no need
to keep the old version.)

(drochner)

2012-07-04 20:01:58 UTC MAIN commitmail json YAML

2012-07-04 19:59:07 UTC MAIN commitmail json YAML

update to 3.4.2
This switches to the gnome-3.4 release branch

(drochner)

2012-07-04 19:56:38 UTC MAIN commitmail json YAML

update to 3.4.2
changes:
-minor feature additions
-bugfixes/cleanup
-translation updates

(drochner)

2012-07-04 18:47:34 UTC MAIN commitmail json YAML

2012-07-04 18:43:39 UTC MAIN commitmail json YAML

py-at-spi2 was an addition not and update...

(prlw1)

2012-07-04 18:42:00 UTC MAIN commitmail json YAML

Updated devel/py-at-spi2 to 2.5.3

(prlw1)

2012-07-04 18:41:20 UTC MAIN commitmail json YAML

2012-07-04 18:35:51 UTC MAIN commitmail json YAML

py-gobject3 was an addition, not an update...

(prlw1)

2012-07-04 18:34:40 UTC MAIN commitmail json YAML

New package py-gobject3 takes care of py-gobject-3.2.2

(prlw1)

2012-07-04 18:31:42 UTC MAIN commitmail json YAML

Updated devel/py-gobject3 to 3.2.2

(prlw1)

2012-07-04 18:31:10 UTC MAIN commitmail json YAML

2012-07-04 18:05:26 UTC MAIN commitmail json YAML

2012-07-04 18:04:44 UTC MAIN commitmail json YAML

2012-07-04 17:59:21 UTC MAIN commitmail json YAML

2012-07-04 17:58:31 UTC MAIN commitmail json YAML

add testdisk-6.13, a Tool to check and undelete partitions, plus
an inage recovery tool, from pancake@phreaker.net per pkgsrc-wip

(drochner)

2012-07-04 17:46:22 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.5.3

(prlw1)

2012-07-04 17:45:57 UTC MAIN commitmail json YAML

Update at-spi2-atk to 2.5.3:

* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
  and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
  into, ie GTK+ 3.

* Only register events at beginning if an AT is listening (BGO#678475).

* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
  directory hard-coded under /tmp (BGO#678348).

* Fix various compiler warnings and build errors.

(prlw1)

2012-07-04 17:44:43 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.5.3

(prlw1)

2012-07-04 17:44:18 UTC MAIN commitmail json YAML

Update at-spi2-core to 2.5.3: Fix a memory leak (BGO#678738)

(prlw1)

2012-07-04 12:43:36 UTC MAIN commitmail json YAML

2012-07-04 12:09:16 UTC pkgsrc-2012Q2 commitmail json YAML

2012-07-04 12:08:28 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3848 - requested by obache
emulators/suse121_libtiff: security update

Revisions pulled up:
- emulators/suse121_libtiff/Makefile                            1.3
- emulators/suse121_libtiff/distinfo                            1.3

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Jul  4 07:43:49 UTC 2012

  Modified Files:
  pkgsrc/emulators/suse121_libtiff: Makefile distinfo

  Log Message:
  Update suse121_libtiff libtiff3 RPM to 3.9.5-8.7.1 for CVE-2012-2088 and
  CVE-2012-2113.

  Bump PKGREVISION.

(tron)

2012-07-04 11:05:30 UTC MAIN commitmail json YAML

2012-07-04 09:28:33 UTC MAIN commitmail json YAML

Updated audio/sox to 14.4.0

(adam)

2012-07-04 09:27:37 UTC MAIN commitmail json YAML

Changes 14.4.0:
* File formats:
  o Mention in man pages that WAV files support floating point encodings.
  o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer)
  o Pad WAV data chunk to an even number of bytes (as required by the
    specification). [3203418] (Ulrich Klauer)
  o Add optional MP2 write support with twolame library. (Paul Kelly)

* Audio device drivers:
  o Give pulseaudio driver higher priority than alsa or oss now that
    its proven stable and gives user more features; such as per app
    volume control. (cbagwell)
  o Fix bug when specifying OSX coreaudio device name.  Would only
    search for first 3 devices. (cbagwell)
  o Fix sox hangups are exit when using coreaudio. (cbagwell)
  o Improve buffering in coreaudio driver (Michael Chen)
  o Support enabling play/rec mode when user invokes sox as either
    play or play.exe on windows. (cbagwell)
  o Fix compile of sunaudio driver on OpenBSD (cbagwell)

* Effects:
  o Improvements to man pages for tempo effect.  Really made in 14.3.2.
    (Jim Harkins).
  o New upsample effect. (robs)
  o Fix to effects pipeline to let fade effect specify time from end of
    file again. (cbagwell and Thor Andreassen)
  o Fix man page default error for splice effect. (Ulrich Klauer)
  o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer)
  o Effects chain can now be unlimited in length. (Ulrich Klauer)
  o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer)
  o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer)
  o Let the delay effect gracefully handle the special case that a delay can
    be more than the input length. [3055399] (Ulrich Klauer)
  o New hilbert and downsample effects. (Ulrich Klauer)
  o Fix problem where fade would sometimes fail if specifying a fade-out
    immediately after a fade-in. (robs)
  o Stricter syntax checking for several effects

(adam)

2012-07-04 08:59:23 UTC MAIN commitmail json YAML

2012-07-04 08:58:09 UTC MAIN commitmail json YAML

2012-07-04 08:26:50 UTC MAIN commitmail json YAML

Updated net/dnsmasq to 2.62

(roy)

2012-07-04 08:26:37 UTC MAIN commitmail json YAML

Update to dnsmsq-2.62

Changes include:
DHCPv6 support
RA support
Many misc fixes

(roy)

2012-07-04 07:46:43 UTC pkgsrc-2012Q2 commitmail json YAML

2012-07-04 07:46:11 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3847 - requested by morr
databases/postgresql90: security update
databases/postgresql90-adminpack: security update
databases/postgresql90-client: security update
databases/postgresql90-datatypes: security update
databases/postgresql90-dblink: security update
databases/postgresql90-docs: security update
databases/postgresql90-fuzzystrmatch: security update
databases/postgresql90-monitoring: security update
databases/postgresql90-pgcrypto: security update
databases/postgresql90-plperl: security update
databases/postgresql90-plpython: security update
databases/postgresql90-pltcl: security update
databases/postgresql90-replicationtools: security update
databases/postgresql90-server: security update
databases/postgresql90-upgrade: security update
databases/postgresql90-uuid: security update

Revisions pulled up:
- databases/postgresql90-adminpack/Makefile                    1.6
- databases/postgresql90-client/Makefile                        1.13
- databases/postgresql90-datatypes/Makefile                    1.6
- databases/postgresql90-dblink/Makefile                        1.6
- databases/postgresql90-docs/Makefile                          1.7
- databases/postgresql90-docs/PLIST                            1.10
- databases/postgresql90-fuzzystrmatch/Makefile                1.5
- databases/postgresql90-monitoring/Makefile                    1.7
- databases/postgresql90-pgcrypto/Makefile                      1.6
- databases/postgresql90-plperl/Makefile                        1.8
- databases/postgresql90-plpython/Makefile                      1.7
- databases/postgresql90-pltcl/Makefile                        1.6
- databases/postgresql90-replicationtools/Makefile              1.4
- databases/postgresql90-server/Makefile                        1.11
- databases/postgresql90-server/PLIST                          1.10
- databases/postgresql90-upgrade/Makefile                      1.6
- databases/postgresql90-uuid/Makefile                          1.3
- databases/postgresql90/Makefile                              1.4
- databases/postgresql90/Makefile.common                        1.18
- databases/postgresql90/distinfo                              1.11

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Sun Jul  1 19:42:08 UTC 2012

  Modified Files:
  pkgsrc/databases/postgresql90: Makefile Makefile.common distinfo
  pkgsrc/databases/postgresql90-adminpack: Makefile
  pkgsrc/databases/postgresql90-client: Makefile
  pkgsrc/databases/postgresql90-datatypes: Makefile
  pkgsrc/databases/postgresql90-dblink: Makefile
  pkgsrc/databases/postgresql90-docs: Makefile PLIST
  pkgsrc/databases/postgresql90-fuzzystrmatch: Makefile
  pkgsrc/databases/postgresql90-monitoring: Makefile
  pkgsrc/databases/postgresql90-pgcrypto: Makefile
  pkgsrc/databases/postgresql90-plperl: Makefile
  pkgsrc/databases/postgresql90-plpython: Makefile
  pkgsrc/databases/postgresql90-pltcl: Makefile
  pkgsrc/databases/postgresql90-replicationtools: Makefile
  pkgsrc/databases/postgresql90-server: Makefile PLIST
  pkgsrc/databases/postgresql90-upgrade: Makefile
  pkgsrc/databases/postgresql90-uuid: Makefile

  Log Message:
  Security update to version 9.0.8.

  Changes:

  * Fix incorrect password transformation in contrib/pgcrypto's DES crypt()
  function (Solar Designer)
  * Ignore SECURITY DEFINER and SET attributes for a procedural language's call
  handler (Tom Lane)
  * Allow numeric timezone offsets in timestamp input to be up to 16 hours away
  from UTC (Tom Lane)
  * Fix timestamp conversion to cope when the given time is exactly the last DST
  transition time for the current timezone (Tom Lane)
  * Fix text to name and char to name casts to perform string truncation
  correctly in multibyte encodings (Karl Schnaitter)
  * Fix memory copying bug in to_tsquery() (Heikki Linnakangas)
  * Ensure txid_current() reports the correct epoch when executed in hot standby
  (Simon Riggs)
  * Fix planner's handling of outer PlaceHolderVars within subqueries (Tom Lane)
  * Fix slow session startup when pg_attribute is very large (Tom Lane)
  * Ensure sequential scans check for query cancel reasonably often (Merlin
  Moncure)
  * Ensure the Windows implementation of PGSemaphoreLock() clears
  ImmediateInterruptOK before returning (Tom Lane)
  * Show whole-row variables safely when printing views or rules (Abbas Butt, Tom
  Lane)
  * Fix COPY FROM to properly handle null marker strings that correspond to
  invalid encoding (Tom Lane)
  * Ensure autovacuum worker processes perform stack depth checking properly
  (Heikki Linnakangas)
  * Fix logging collector to not lose log coherency under high load (Andrew
  Dunstan)
  * Fix logging collector to ensure it will restart file rotation after receiving
  SIGHUP (Tom Lane)
  * Fix WAL replay logic for GIN indexes to not fail if the index was
  subsequently dropped (Tom Lane)
  * Fix memory leak in PL/pgSQL's RETURN NEXT command (Joe Conway)
  * Fix PL/pgSQL's GET DIAGNOSTICS command when the target is the function's
  first variable (Tom Lane)
  * Fix potential access off the end of memory in psql's expanded display (\x)
  mode (Peter Eisentraut)
  * Fix several performance problems in pg_dump when the database contains many
  *bjects (Jeff Janes, Tom Lane)
  * Fix pg_upgrade for the case that a database stored in a non-default
  tablespace contains a table in the cluster's default tablespace (Bruce Momjian)
  * In ecpg, fix rare memory leaks and possible overwrite of one byte after the
  sqlca_t structure (Peter Eisentraut)
  * Fix contrib/dblink's dblink_exec() to not leak temporary database connections
  upon error (Tom Lane)
  * Fix contrib/dblink to report the correct connection name in error messages
  (Kyotaro Horiguchi)
  * Fix contrib/vacuumlo to use multiple transactions when dropping many large
  *bjects (Tim Lewis, Robert Haas, Tom Lane)
  * Update time zone data files to tzdata release 2012c for DST law changes in
  Antarctica, Armenia, Chile, Cuba, Falkland Islands, Gaza, Haiti, Hebron,
  Morocco, Syria, and Tokelau Islands;

(tron)

2012-07-04 07:44:15 UTC MAIN commitmail json YAML

Updated emulators/suse121_libtiff to 12.1nb2

(obache)

2012-07-04 07:43:49 UTC MAIN commitmail json YAML

Update suse121_libtiff libtiff3 RPM to 3.9.5-8.7.1 for CVE-2012-2088 and
CVE-2012-2113.

Bump PKGREVISION.

(obache)

2012-07-03 23:26:12 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup tickets #3843, #3844 and #3846.

(tron)

2012-07-03 23:24:24 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3846 - requested by joerg
mk: improve shared library check

Revisions pulled up:
- mk/check/check-shlibs.mk                                      1.21
- mk/pkgformat/pkg/depends.mk                                  1.2
- mk/pkgformat/pkg/reduce-resolved-depends.awk                  1.1

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Mon Jul  2 14:53:13 UTC 2012

  Modified Files:
  pkgsrc/mk/check: check-shlibs.mk
  pkgsrc/mk/pkgformat/pkg: depends.mk
  Added Files:
  pkgsrc/mk/pkgformat/pkg: reduce-resolved-depends.awk

  Log Message:
  Expand the list of full dependencies, so that the shared library check
  can work without further calls for indirect full dependencies.

(tron)

2012-07-03 23:23:09 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3844 - requested by morr
databases/postgresql91: security update
databases/postgresql91-adminpack: security update
databases/postgresql91-client: security update
databases/postgresql91-datatypes: security update
databases/postgresql91-dblink: security update
databases/postgresql91-docs: security update
databases/postgresql91-fuzzystrmatch: security update
databases/postgresql91-monitoring: security update
databases/postgresql91-pgcrypto: security update
databases/postgresql91-plperl: security update
databases/postgresql91-plpython: security update
databases/postgresql91-pltcl: security update
databases/postgresql91-replicationtools: security update
databases/postgresql91-server: security update
databases/postgresql91-upgrade: security update

Revisions pulled up:
- databases/postgresql91-adminpack/Makefile                    1.3
- databases/postgresql91-client/Makefile                        1.7
- databases/postgresql91-datatypes/Makefile                    1.3
- databases/postgresql91-dblink/Makefile                        1.3
- databases/postgresql91-docs/Makefile                          1.3
- databases/postgresql91-docs/PLIST                            1.6
- databases/postgresql91-fuzzystrmatch/Makefile                1.3
- databases/postgresql91-monitoring/Makefile                    1.3
- databases/postgresql91-pgcrypto/Makefile                      1.3
- databases/postgresql91-plperl/Makefile                        1.3
- databases/postgresql91-plpython/Makefile                      1.4
- databases/postgresql91-pltcl/Makefile                        1.3
- databases/postgresql91-replicationtools/Makefile              1.3
- databases/postgresql91-server/Makefile                        1.3
- databases/postgresql91-server/PLIST                          1.5
- databases/postgresql91-upgrade/Makefile                      1.3
- databases/postgresql91/Makefile                              1.3
- databases/postgresql91/Makefile.common                        1.7
- databases/postgresql91/distinfo                              1.6

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Sun Jul  1 19:49:26 UTC 2012

  Modified Files:
  pkgsrc/databases/postgresql91: Makefile Makefile.common distinfo
  pkgsrc/databases/postgresql91-adminpack: Makefile
  pkgsrc/databases/postgresql91-client: Makefile
  pkgsrc/databases/postgresql91-datatypes: Makefile
  pkgsrc/databases/postgresql91-dblink: Makefile
  pkgsrc/databases/postgresql91-docs: Makefile PLIST
  pkgsrc/databases/postgresql91-fuzzystrmatch: Makefile
  pkgsrc/databases/postgresql91-monitoring: Makefile
  pkgsrc/databases/postgresql91-pgcrypto: Makefile
  pkgsrc/databases/postgresql91-plperl: Makefile
  pkgsrc/databases/postgresql91-plpython: Makefile
  pkgsrc/databases/postgresql91-pltcl: Makefile
  pkgsrc/databases/postgresql91-replicationtools: Makefile
  pkgsrc/databases/postgresql91-server: Makefile PLIST
  pkgsrc/databases/postgresql91-upgrade: Makefile

  Log Message:
  Security update to version 9.1.4.

  Changes:

  * Fix incorrect password transformation in contrib/pgcrypto's DES crypt()
  function (Solar Designer)
  * Ignore SECURITY DEFINER and SET attributes for a procedural language's call
  handler (Tom Lane)
  * Make contrib/citext's upgrade script fix collations of citext arrays and
  domains over citext (Tom Lane)
  * Allow numeric timezone offsets in timestamp input to be up to 16 hours away
  from UTC (Tom Lane)
  * Fix timestamp conversion to cope when the given time is exactly the last DST
  transition time for the current timezone (Tom Lane)
  * Fix text to name and char to name casts to perform string truncation
  correctly in multibyte encodings (Karl Schnaitter)
  * Fix memory copying bug in to_tsquery() (Heikki Linnakangas)
  * Ensure txid_current() reports the correct epoch when executed in hot standby
  (Simon Riggs)
  * Fix planner's handling of outer PlaceHolderVars within subqueries (Tom Lane)
  * Fix planning of UNION ALL subqueries with output columns that are not simple
  variables (Tom Lane)
  * Fix slow session startup when pg_attribute is very large (Tom Lane)
  * Ensure sequential scans check for query cancel reasonably often (Merlin
  Moncure)
  * Ensure the Windows implementation of PGSemaphoreLock() clears
  ImmediateInterruptOK before returning (Tom Lane)
  * Show whole-row variables safely when printing views or rules (Abbas Butt, Tom
  Lane)
  * Fix COPY FROM to properly handle null marker strings that correspond to
  invalid encoding (Tom Lane)
  * Fix EXPLAIN VERBOSE for writable CTEs containing RETURNING clauses (Tom Lane)
  * Fix PREPARE TRANSACTION to work correctly in the presence of advisory locks
  (Tom Lane)
  * Fix truncation of unlogged tables (Robert Haas)
  * Ignore missing schemas during non-interactive assignments of search_path (Tom
  Lane)
  * Fix bugs with temporary or transient tables used in extension scripts (Tom
  Lane)
  * Ensure autovacuum worker processes perform stack depth checking properly
  (Heikki Linnakangas)
  * Fix logging collector to not lose log coherency under high load (Andrew
  Dunstan)
  * Fix logging collector to ensure it will restart file rotation after receiving
  SIGHUP (Tom Lane)
  * Fix "too many LWLocks taken" failure in GiST indexes (Heikki Linnakangas)
  * Fix WAL replay logic for GIN indexes to not fail if the index was
  subsequently dropped (Tom Lane)
  * Correctly detect SSI conflicts of prepared transactions after a crash (Dan
  Ports)
  * Avoid synchronous replication delay when committing a transaction that only
  modified temporary tables (Heikki Linnakangas)
  * Fix error handling in pg_basebackup (Thomas Ogrisegg, Fujii Masao)
  * Fix walsender to not go into a busy loop if connection is terminated (Fujii
  Masao)
  * Fix memory leak in PL/pgSQL's RETURN NEXT command (Joe Conway)
  * Fix PL/pgSQL's GET DIAGNOSTICS command when the target is the function's
  first variable (Tom Lane)
  * Ensure that PL/Perl package-qualifies the _TD variable (Alex Hunsaker)
  * Fix PL/Python functions returning composite types to accept a string for
  their result value (Jan Urbanski)
  * Fix potential access off the end of memory in psql's expanded display (\x)
  mode (Peter Eisentraut)
  * Fix several performance problems in pg_dump when the database contains many
  objects (Jeff Janes, Tom Lane)
  * Fix memory and file descriptor leaks in pg_restore when reading a
  directory-format archive (Peter Eisentraut)
  * Fix pg_upgrade for the case that a database stored in a non-default
  tablespace contains a table in the cluster's default tablespace (Bruce Momjian)
  * In ecpg, fix rare memory leaks and possible overwrite of one byte after the
  sqlca_t structure (Peter Eisentraut)
  * Fix contrib/dblink's dblink_exec() to not leak temporary database connections
  upon error (Tom Lane)
  * Fix contrib/dblink to report the correct connection name in error messages
  (Kyotaro Horiguchi)
  * Fix contrib/vacuumlo to use multiple transactions when dropping many large
  objects (Tim Lewis, Robert Haas, Tom Lane)
  * Update time zone data files to tzdata release 2012c for DST law changes in
  Antarctica, Armenia, Chile, Cuba, Falkland Islands, Gaza, Haiti, Hebron,
  Morocco, Syria, and Tokelau Islands;

(tron)

2012-07-03 22:01:10 UTC MAIN commitmail json YAML

Updated parallel/slurm to 2.4.1

(asau)

2012-07-03 22:00:41 UTC MAIN commitmail json YAML

Update to SLURM 2.4.1

* Changes in SLURM 2.4.1
========================
-- Fix bug for job state change from 2.3 -> 2.4 job state can now be preserved
    correctly when transitioning.  This also applies for 2.4.0 -> 2.4.1, no
    state will be lost. (Thanks to Carles Fenoy)

* Changes in SLURM 2.4.0
========================
-- Cray - Improve support for zero compute note resource allocations.
    Partition used can now be configured with no nodes nodes.
-- BGQ - make it so srun -i<taskid> works correctly.
-- Fix parse_uint32/16 to complain if a non-digit is given.
-- Add SUBMITHOST to job state passed to Moab vial sched/wiki2. Patch by Jon
    Bringhurst (LANL).
-- BGQ - Fix issue when running with AllowSubBlockAllocations=Yes without
    compiling with --enable-debug
-- Modify scontrol to require "-dd" option to report batch job's script. Patch
    from Don Albert, Bull.
-- Modify SchedulerParamters option to match documentation: "bf_res="
    changed to "bf_resolution=". Patch from Rod Schultz, Bull.
-- Fix bug that clears job pending reason field. Patch fron Don Lipari, LLNL.
-- In etc/init.d/slurm move check for scontrol after sourcing
    /etc/sysconfig/slurm. Patch from Andy Wettstein, University of Chicago.
-- Fix in scheduling logic that can delay jobs with min/max node counts.
-- BGQ - fix issue where if a step uses the entire allocation and then
    the next step in the allocation only uses part of the allocation it gets
    the correct cnodes.
-- BGQ - Fix checking for IO on a block with new IBM driver V1R1M1 previous
    function didn't always work correctly.
-- BGQ - Fix issue when a nodeboard goes down and you want to combine blocks
    to make a larger small block and are running with sub-blocks.
-- BLUEGENE - Better logic for making small blocks around bad nodeboard/card.
-- BGQ - When using an old IBM driver cnodes that go into error because of
    a job kill timeout aren't always reported to the system.  This is now
    handled by the runjob_mux plugin.
-- BGQ - Added information on how to setup the runjob_mux to run as SlurmUser.
-- Improve memory consumption on step layouts with high task count.
-- BGQ - quiter debug when the real time server comes back but there are
    still messages we find when we poll but haven't given it back to the real
    time yet.
-- BGQ - fix for if a request comes in smaller than the smallest block and
    we must use a small block instead of a shared midplane block.
-- Fix issues on large jobs (>64k tasks) to have the correct counter type when
    packing the step layout structure.
-- BGQ - fix issue where if a user was asking for tasks and ntasks-per-node
    but not node count the node count is correctly figured out.
-- Move logic to always use the 1st alphanumeric node as the batch host for
    batch jobs.
-- BLUEGENE - fix race condition where if a nodeboard/card goes down at the
    same time a block is destroyed and that block just happens to be the
    smallest overlapping block over the bad hardware.
-- Fix bug when querying accounting looking for a job node size.
-- BLUEGENE - fix possible race condition if cleaning up a block and the
    removal of the job on the block failed.
-- BLUEGENE - fix issue if a cable was in an error state make it so we can
    check if a block is still makable if the cable wasn't in error.
-- Put nodes names in alphabetic order in node table.
-- If preempted job should have a grace time and preempt mode is not cancel
    but job is going to be canceled because it is interactive or other reason
    it now receives the grace time.
-- BGQ - Modified documents to explain new plugin_flags needed in bg.properties
    in order for the runjob_mux to run correctly.
-- BGQ - change linking from libslurm.o to libslurmhelper.la to avoid warning.

* Changes in SLURM 2.4.0.rc1
=============================
-- Improve task binding logic by making fuller use of HWLOC library,
    especially with respect to Opteron 6000 series processors. Work contributed
    by Komoto Masahiro.
-- Add new configuration parameter PriorityFlags, based upon work by
    Carles Fenoy (Barcelona Supercomputer Center).
-- Modify the step completion RPC between slurmd and slurmstepd in order to
    eliminate a possible deadlock. Based on work by Matthieu Hautreux, CEA.
-- Change the owner of slurmctld and slurmdbd log files to the appropriate
    user. Without this change the files will be created by and owned by the
    user starting the daemons (likely user root).
-- Reorganize the slurmstepd logic in order to better support NFS and
    Kerberos credentials via the AUKS plugin. Work by Matthieu Hautreux, CEA.
-- Fix bug in allocating GRES that are associated with specific CPUs. In some
    cases the code allocated first available GRES to job instead of allocating
    GRES accessible to the specific CPUs allocated to the job.
-- spank: Add callbacks in slurmd: slurm_spank_slurmd_{init,exit}
    and job epilog/prolog: slurm_spank_job_{prolog,epilog}
-- spank: Add spank_option_getopt() function to api
-- Change resolution of switch wait time from minutes to seconds.
-- Added CrpCPUMins to the output of sshare -l for those using hard limit
    accounting.  Work contributed by Mark Nelson.
-- Added mpi/pmi2 plugin for complete support of pmi2 including acquiring
    additional resources for newly launched tasks. Contributed by Hongjia Cao,
    NUDT.
-- BGQ - fixed issue where if a user asked for a specific node count and more
    tasks than possible without overcommit the request would be allowed on more
    nodes than requested.
-- Add support for new SchedulerParameters of bf_max_job_user, maximum number
    of jobs to attempt backfilling per user. Work by Bj翹rn-Helge Mevik,
    University of Oslo.
-- BLUEGENE - fixed issue where MaxNodes limit on a partition only limited
    larger than midplane jobs.
-- Added cpu_run_min to the output of sshare --long.  Work contributed by
    Mark Nelson.
-- BGQ - allow regular users to resolve Rack-Midplane to AXYZ coords.
-- Add sinfo output format option of "%R" for partition name without "*"
    appended for default partition.
-- Cray - Add support for zero compute note resource allocation to run batch
    script on front-end node with no ALPS reservation. Useful for pre- or post-
    processing.
-- Support for cyclic distribution of cpus in task/cgroup plugin from Martin
    Perry, Bull.
-- GrpMEM limit for QOSes and associations added Patch from Bj翹rn-Helge Mevik,
    University of Oslo.
-- Various performance improvements for up to 500% higher throughput depending
    upon configuration. Work supported by the Oak Ridge National Laboratory
    Extreme Scale Systems Center.
-- Added jobacct_gather/cgroup plugin.  It is not advised to use this in
    production as it isn't currently complete and doesn't provide an equivalent
    substitution for jobacct_gather/linux yet. Work by Martin Perry, Bull.

(asau)

2012-07-03 20:06:10 UTC MAIN commitmail json YAML

Note that "docdir" problem should be fixed in the next release.

(asau)

2012-07-03 19:58:23 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3843 - requested by morr
databases/postgresql84-adminpack: security update
databases/postgresql84-client: security update
databases/postgresql84-dblink: security update
databases/postgresql84-pgcrypto: security update
databases/postgresql84-plperl: security update
databases/postgresql84-plpython: security update
databases/postgresql84-pltcl: security update
databases/postgresql84-server: security update
databases/postgresql84-uuid: security update
databases/postgresql84: security update

Revisions pulled up:
- databases/postgresql84-adminpack/Makefile                    1.8
- databases/postgresql84-client/Makefile                        1.18
- databases/postgresql84-client/PLIST                          1.14
- databases/postgresql84-dblink/Makefile                        1.7
- databases/postgresql84-pgcrypto/Makefile                      1.5
- databases/postgresql84-plperl/Makefile                        1.11
- databases/postgresql84-plpython/Makefile                      1.9
- databases/postgresql84-pltcl/Makefile                        1.7
- databases/postgresql84-server/Makefile                        1.14
- databases/postgresql84-server/PLIST                          1.12
- databases/postgresql84-uuid/Makefile                          1.3
- databases/postgresql84/Makefile                              1.4
- databases/postgresql84/Makefile.common                        1.20
- databases/postgresql84/distinfo                              1.18

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Sun Jul  1 19:30:24 UTC 2012

  Modified Files:
  pkgsrc/databases/postgresql84: Makefile Makefile.common distinfo
  pkgsrc/databases/postgresql84-adminpack: Makefile
  pkgsrc/databases/postgresql84-client: Makefile PLIST
  pkgsrc/databases/postgresql84-dblink: Makefile
  pkgsrc/databases/postgresql84-pgcrypto: Makefile
  pkgsrc/databases/postgresql84-plperl: Makefile
  pkgsrc/databases/postgresql84-plpython: Makefile
  pkgsrc/databases/postgresql84-pltcl: Makefile
  pkgsrc/databases/postgresql84-server: Makefile PLIST
  pkgsrc/databases/postgresql84-uuid: Makefile

  Log Message:
  Security update to version 8.4.12.

  Changes:

  * Fix incorrect password transformation in contrib/pgcrypto's DES crypt()
  function (Solar Designer)
  * Ignore SECURITY DEFINER and SET attributes for a procedural language's call
  handler (Tom Lane)
  * Allow numeric timezone offsets in timestamp input to be up to 16 hours away
  from UTC (Tom Lane)
  * Fix timestamp conversion to cope when the given time is exactly the last DST
  transition time for the the current timezone (Tom Lane)
  * Fix text to name and char to name casts to perform string truncation
  correctly in multibyte encodings (Karl Schnaitter)
  * Fix memory copying bug in to_tsquery() (Heikki Linnakangas)
  * Fix planner's handling of outer PlaceHolderVars within subqueries (Tom Lane)
  * Fix slow session startup when pg_attribute is very large (Tom Lane)
  * Ensure sequential scans check for query cancel reasonably often (Merlin
  Moncure)
  * Ensure the Windows implementation of PGSemaphoreLock() clears
  ImmediateInterruptOK before returning (Tom Lane)
  * Show whole-row variables safely when printing views or rules (Abbas Butt, Tom
  Lane)
  * Fix COPY FROM to properly handle null marker strings that correspond to
  invalid encoding (Tom Lane)
  * Ensure autovacuum worker processes perform stack depth checking properly
  (Heikki Linnakangas)
  * Fix logging collector to not lose log coherency under high load (Andrew
  Dunstan)
  * Fix logging collector to ensure it will restart file rotation after receiving
  SIGHUP (Tom Lane)
  * Fix WAL replay logic for GIN indexes to not fail if the index was
  subsequently dropped (Tom Lane)
  * Fix memory leak in PL/pgSQL's RETURN NEXT command (Joe Conway)
  * Fix PL/pgSQL's GET DIAGNOSTICS command when the target is the function's
  first variable (Tom Lane)
  * Fix potential access off the end of memory in psql's expanded display (\x)
  mode (Peter Eisentraut)
  * Fix several performance problems in pg_dump when the database contains many
  objects (Jeff Janes, Tom Lane)
  * Fix contrib/dblink's dblink_exec() to not leak temporary database connections
  upon error (Tom Lane)
  * Fix contrib/dblink to report the correct connection name in error messages
  (Kyotaro Horiguchi)
  * Update time zone data files to tzdata release 2012c for DST law changes in
  Antarctica, Armenia, Chile, Cuba, Falkland Islands, Gaza, Haiti, Hebron,
  Morocco, Syria, and Tokelau Islands; also historical corrections for Canada.

(tron)

2012-07-03 19:56:41 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.441

(ryoon)

2012-07-03 19:56:01 UTC MAIN commitmail json YAML

Update to 0.441

Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check)

In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check)

(ryoon)

2012-07-03 19:46:30 UTC MAIN commitmail json YAML

2012-07-03 19:41:18 UTC MAIN commitmail json YAML

2012-07-03 19:39:47 UTC MAIN commitmail json YAML

Update to 0.15.1

Changelog:
aria2 1.15.1
============

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

This release fixes the bug that prevents --bt-lpd-interface from
working. If some options sent by RPC request are not acceptable for
the download type, they are now simply ignored instead of rejecting
RPC request entirely. The aria2 RPC server now returns 4XX error code
if the request is not valid in the HTTP level. To improve packaging,
--with-bashcompletiondir configure option was added. This option
overrides where the aria2c bash_completion file is going to be
installed. All manual pages are now generated by Sphinx.

Changes
-------

* Return appropriate HTTP status code on RPC failure.  In this change,
  we return 404 if the request path is neither /json-rpc nor /rpc. If
  XML feature is not enabled and /rpc is requested, return 404.  If
  XML parser failed, return 400. JSON parser failure has been handled
  well in the existing code.

* Ignore unacceptable options in RPC request instead of throwing
  error.  This change allows RPC client to send same options for the
  different type of downloads.

* Handle sockaddr_in.sin_len and sockaddr_in6.sin6_len.  Check
  sockaddr_in.sin_len and sockaddr_in6.sin6_len are available and
  assign values to them properly.  This change fixes unit test error
  and most error related to getnameinfo() on netbsd.

* Removed dependency on inet_aton.  Implemented inetPton as a
  replacement of inet_aton. inetPton is implemented using
  net::getBinAddr.  This change fixes bug#3525424.

* Added --with-bashcompletiondir configure option.  By default,
  bash_completion file named aria2c is installed to the directory
  $prefix/share/doc/aria2/bash_completion.  To change the install
  directory of the file, use --with-bashcompletiondir option.

* Converted README.asciidoc into README.rst

* Use Sphinx for aria2 manual page documentation.  The source files
  for manual pages are placed under doc/manual-src.  The manual pages
  are generated under doc/manual-src/$LANG/_build. The HTML version
  manual page was dropped from the distribution archive.

* Fixed the bug which prevents --bt-lpd-interface from working.
  Fixes bug#3520125

(ryoon)

2012-07-03 19:33:23 UTC MAIN commitmail json YAML

Updated biology/gnome-chemistry-utils to 0.12.12

(ryoon)

2012-07-03 19:32:10 UTC MAIN commitmail json YAML

Update to 0.12.12

Changelog:
Version 0.12.12
        GCrystal:
                * Fix atoms loading.
                * Fix infinite loop condition. [#36583]

Version 0.12.11
        GChemPaint:
                * fixed text position serialization. [#34947]
                * fixed crash when selecting the alignment item inside a mechanism
                step. [#35626]

(ryoon)

2012-07-03 19:24:57 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.31; textproc/icu to 49.1.2

(adam)

2012-07-03 19:18:43 UTC MAIN commitmail json YAML

Updated multimedia/gst123 to 0.3.1

(ryoon)

2012-07-03 19:17:06 UTC MAIN commitmail json YAML

Update to 0.3.1

Changelog:
Overview of changes in gst123-0.3.1:

* Added quiet mode (Issue 9).
* Ignore image files during playback (Issue 1).
* Added keybinding 'n' for 'play next file'.

(ryoon)

2012-07-03 18:46:17 UTC MAIN commitmail json YAML

2012-07-03 18:45:14 UTC MAIN commitmail json YAML

2012-07-03 18:44:45 UTC MAIN commitmail json YAML

2012-07-03 18:44:11 UTC MAIN commitmail json YAML

2012-07-03 18:43:37 UTC MAIN commitmail json YAML

2012-07-03 18:42:58 UTC MAIN commitmail json YAML

2012-07-03 18:42:31 UTC MAIN commitmail json YAML

Add missing this references for template look ups

(joerg)

2012-07-03 18:41:58 UTC MAIN commitmail json YAML

2012-07-03 18:41:20 UTC MAIN commitmail json YAML

2012-07-03 18:37:55 UTC MAIN commitmail json YAML

patch away special paths for MacOS X since they are not supported by pkgsrc.
Treat MacOS X just like any other UNIX system.

(schwarz)

2012-07-03 18:37:26 UTC MAIN commitmail json YAML

Changes 49.1.2:
* 9242 ICU4C fails to parse pattern containing EEE properly whilst ICU4J parses it successfully
* 9258 Number format performance
* 9283 uregex_open fails for look-behind assertion + case-insensitive
* 9284 Date format roundtrip test failure
* 9295 HPPA endianness detection
* 9313 Problem building ICU4C with Cygwin/MSVC
* 9332 Linux s390 endianness detection
* 9336 Problem building ICU4C 49.1.1 on zOS

(adam)

2012-07-03 18:36:56 UTC MAIN commitmail json YAML

added LICENSE information

(schwarz)

2012-07-03 18:34:43 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2012-07-03 18:34:05 UTC MAIN commitmail json YAML

update to 5.17
changes:
-iOS support
-Loading images via RSS feeds is much improved
-Enlarged the texture image for lament
-bugfixes

(drochner)

2012-07-03 18:22:08 UTC MAIN commitmail json YAML

2012-07-03 18:21:48 UTC MAIN commitmail json YAML

2012-07-03 18:20:51 UTC MAIN commitmail json YAML

Fix backtrace(3) usage on NetBSD

(joerg)

2012-07-03 18:20:29 UTC MAIN commitmail json YAML

2012-07-03 18:19:54 UTC MAIN commitmail json YAML

2012-07-03 18:19:17 UTC MAIN commitmail json YAML

2012-07-03 18:18:20 UTC MAIN commitmail json YAML

Pass down correct flag for exporting symbols. Fix backtrace(3) linkage
on NetBSD current.

(joerg)

2012-07-03 18:17:26 UTC MAIN commitmail json YAML

2012-07-03 18:17:05 UTC MAIN commitmail json YAML

update to 4.5.4
changes:
-enhancements to the Subversion interfaces
-bugdixes

(drochner)

2012-07-03 18:16:35 UTC MAIN commitmail json YAML

2012-07-03 18:14:26 UTC MAIN commitmail json YAML

2012-07-03 18:13:53 UTC MAIN commitmail json YAML

update to 2.6.2
This is mainly a bug fix release.

(drochner)

2012-07-03 18:13:47 UTC MAIN commitmail json YAML

2012-07-03 18:13:27 UTC MAIN commitmail json YAML

2012-07-03 18:13:08 UTC MAIN commitmail json YAML

update to 4.9.4
This is a minor feature release and includes initial support for Qt v5.

(drochner)

2012-07-03 18:12:00 UTC MAIN commitmail json YAML

update to 4.13.3
This is mainly a bug fix release.

(drochner)

2012-07-03 18:11:39 UTC MAIN commitmail json YAML

2012-07-03 18:10:51 UTC MAIN commitmail json YAML

2012-07-03 18:10:03 UTC MAIN commitmail json YAML

2012-07-03 18:09:14 UTC MAIN commitmail json YAML

revbump for libetpan update

(drochner)

2012-07-03 18:08:59 UTC MAIN commitmail json YAML

2012-07-03 18:08:21 UTC MAIN commitmail json YAML

update to 1.1
changes:
-features:
implemented IMAP NAMESPACE,
implemented SMTP SIZE,
support for Content-Location,
improved progress report API for IMAP and SMTP.
-bugfixes

(drochner)

2012-07-03 18:08:21 UTC MAIN commitmail json YAML

2012-07-03 18:07:04 UTC MAIN commitmail json YAML

2012-07-03 18:06:38 UTC MAIN commitmail json YAML

Don't take the address of temporary objects.

(joerg)

2012-07-03 18:00:52 UTC MAIN commitmail json YAML

Changes 1.7.31:
* Dropped *.tar.bz2 from distribution.
* Added a comma that was missing from one of the "usage" strings (error
    introduced in version 1.7.29).

Changes 1.7.30:
* Only run the new (in libpng-1.5.10) test of palette indexes during the
    first trial.

(adam)

2012-07-03 17:44:40 UTC MAIN commitmail json YAML

Replace use of traditional CPP with AWK. This fixes one expansion bug
and additionally works with clang. Discussed with obache.

(joerg)

2012-07-03 17:42:48 UTC MAIN commitmail json YAML

2012-07-03 17:42:05 UTC MAIN commitmail json YAML

2012-07-03 17:40:36 UTC MAIN commitmail json YAML

2012-07-03 17:39:53 UTC MAIN commitmail json YAML

2012-07-03 17:38:31 UTC MAIN commitmail json YAML

2012-07-03 17:36:10 UTC MAIN commitmail json YAML

Fix a number of issues found by clang:
- missing this references to ensure template functions are found
- using == as assignment
- unused functions in lex sources
- adding integers to strings instead of formatting them
- class vs struct mismatches

(joerg)

2012-07-03 17:32:00 UTC MAIN commitmail json YAML

2012-07-03 17:31:01 UTC MAIN commitmail json YAML

Fix linker invocation

(joerg)