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 (2m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:01:23 UTC Now

2011-08-21 18:48:43 UTC MAIN commitmail json YAML

update mDNSResponder-nss to 258.14 (matches mDNSResponder version)

(jmcneill)

2011-08-21 16:44:30 UTC MAIN commitmail json YAML

Ensure PTHREAD_STUBLIB is set in MAKE_ENV not just PKGSRC_MAKE_ENV - fixes clean env build on Linux

(abs)

2011-08-21 16:28:27 UTC MAIN commitmail json YAML

Be a bit nicer to broken GCC array boundary checks.

(joerg)

2011-08-21 13:31:09 UTC MAIN commitmail json YAML

2011-08-21 13:30:22 UTC MAIN commitmail json YAML

Added www/webkit-gtk3 version 1.4.2

(obache)

2011-08-21 13:29:33 UTC MAIN commitmail json YAML

Import webkit-gtk3-1.4.2 as www/webkit-gtk3.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK3+ port of the engine.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-08-21 13:26:41 UTC MAIN commitmail json YAML

Split common part to Makefile.common.
While here, fix some PKGCONFIG_OVERRIDE and REPLACE_PERL paths.

(obache)

2011-08-21 13:12:07 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.21

(gson)

2011-08-21 13:09:52 UTC MAIN commitmail json YAML

Update misc/py-anita from 1.18 to 1.21.  Changes:

Add a LICENSE definition to the package makefile.

- 1.21 released -

Disk images no longer contain holes, making them easier to use with
vnd(4).  Partially based on patch from Vladimir Kirillov.

Increase the default disk size from 512M to 768M, as 512M is no longer
sufficient for amd64.

- 1.20 released -

Run df before and after the ATF tests so that disk usage data
can be gathered from the test logs.

Increase the default timeout for the ATF test from 1 hour to 2 hours
as the number of tests has now increased to a point where 1 hour is
not always enough even on a fast machine.

Increase the timeout for the set extraction phase from 1200 to 2400
seconds; the extra time is needed when installing a system built
without optimization.

- 1.19 released -

Rename the --qemu-args option to --vmm-args in preparation for adding
support for other virtual machine monitors in addition to qemu.

Fix typos found by Antti Kantee and Jean-Yves Migeon.

Deprecate the --qemu-args -no-kvm-irqchip workaround, as it doesn't
quite work.

Add support for MacOS X hosts, from Jeff Rizzo.

New command line option "--test-timeout".

Deal with yet another seemingly nondeterministic "Press enter to
continue" prompt.

(gson)

2011-08-21 11:45:35 UTC MAIN commitmail json YAML

Assume maintainership, approved by previous maintainer.

(asau)

2011-08-21 11:44:37 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.0.51

(asau)

2011-08-21 11:43:21 UTC MAIN commitmail json YAML

Update to SBCL 1.0.51

changes in sbcl-1.0.51 relative to sbcl-1.0.50:
  * minor incompatible change: SB-BSD-SOCKET socket streams no longer
    participate in SERVE-EVENT by default: pass :SERVE-EVENTS T to
    MAKE-SOCKET-STREAM if using SERVE-EVENT.
  * enhancement: added support for socket keepalive timeout intervals
    and probe counts on Linux.
  * enhancement: building 32-bit SBCL on Linux/x86-64 now works without a
    chroot. (Use "SBCL_ARCH=x86 sh make.sh" to build.)
  * enhancement: added new toplevel options --quit and --non-interactive
    (lp#822712).
  * enhancement: the Windows port of SBCL now builds and runs on Wine
    (thanks to Anton Kovalenko).
  * enhancement: more, and more correct, SSE instruction definitions on
    x86-64 (thanks to Alexander Gavrilov).
  * enhancement: SB-EXT:SPIN-LOOP-HINT assembles to an instruction designed
    to help the processor execute spin loops, when applicable.  Currently
    implemented for x86 and x86-64.
  * optimization: unsigned integer divisions by a constant are implemented
    using multiplication (affects CEILING, FLOOR, TRUNCATE, MOD, and REM.)
  * optimization: improved type-derivation for LOAD-TIME-VALUE.
  * bug fix: correct RIP offset calculation in SSE comparison and shuffle
    instructions. (lp#814688)
  * bug fix: COERCE to unfinalized extended sequence classes now works.
    (reported by Jan Moringen; lp#815155)
  * bug fix: a compiler error during typecheck generation, reported by Eric
    Marsden. (lp#816564)
  * bug fix: obsolete instance protocol fires when shared slots are added
    or removed.
  * bug fix: fixed-format floating point printing with scaling factors.
    (lp#811386)
  * bug fix: using GCC >= 4.6 to build SBCL on x86 no longer breaks
    backtraces. (lp#818460)
  * bug fix: better backtraces for interrupted syscall frames on x86.
    (lp#549673)
  * bug fix: SSE comparison instructions can be disassembled even when one
    operand is in memory. (lp#814702)
  * bug fix: incomplete writes when not using SERVE-EVENTS. (lp#820599)
  * bug fix: MULTIPLE-VALUE-BIND + VALUES -> LET conversion could lose derived
    type information associated with the VALUES form.
  * bug fix: broken warnings/errors for type-errors involving LOAD-TIME-VALUE
    forms. (lp#823014)
  * bug fix: OPEN :IF-EXISTS :APPEND now returns correct FILE-POSITION before
    first write (lp#561642).
  * bug fix: compiled closures from EVAL could not be DESCRIBEd. (lp#824974)
  * bug fix: bound propagation involving conversion of large bignums to
    floats no longer signals a SIMPLE-TYPE-ERROR, reported by Lutz Euler.
    (lp#819269)
  * bug fix: &REST to &MORE conversion still works in unsafe call to known
    functions; reported by Lutz Euler (lp#826459).
  * bug fix: bogus deadlocks from interrupts and GCs. (lp#807475, regression
    since 1.0.48)

changes in sbcl-1.0.50 relative to sbcl-1.0.49:
  * enhancement: errors from FD handlers now provide a restart to remove
    the offending handler.
  * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
    copiers as well.
  * enhancement: location of user or system initialization file can now easily
    be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION*
    and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*.
  * enhancement: SB-EXT:MAKE-THREAD accepts an argument list designator for
    the thunk, as a keyword argument, :arguments.
  * enhancement: constraint propagation is simplified (and sped up) when
    COMPILATION-SPEED > SPEED.
  * enhancement: SB-ALIEN exports alien type specifiers SIZE-T and OFF-T.
  * enhancement: debugger understands &MORE arguments better.
  * optimization: extracting bits of a single-float on x86-64 has been
    optimized. (lp#555201)
  * optimization: MAP and MAP-INTO are more efficient for non-simple vectors,
    when (> SPEED SPACE).
  * optimization: local call trampolines (x86 and x86-64) are emitted
    inline.
  * optimization: implicit value cells for dynamic-extent closed-over bindings
    on x86 and x86-64 can hold unboxed values as well.
  * meta-optimization: improved compilation speed, especially for large
    functions. (lp#792363 and lp#394206)
  * bug fix: bound derivation for floating point operations is now more
    careful about rounding possibly closing open bounds. (lp#793771)
  * bug fix: SB-POSIX:SYSCALL-ERROR's argument is now optional. (accidental
    backwards incompatible change in 1.0.48.27)
  * bug fix: occasional debugger errors in when a type-error occured in a
    function with dynamic-extent &rest list.
  * bug fix: &optional and &key supplied-p arguments in DEFSTRUCT
    boa-construtors can be used to initialized structure slots.
  * bug fix: FMAKUNBOUND removes the MACRO-FUNCTION, should one exist.
    (lp#795705, regression)
  * bug fix: DIRECTORY works better on logical pathnames.
  * bug fix: RUN-PROGRAM no longer fails spuriously when argument strings
    are of the order of ARRAY-TOTAL-SIZE-LIMIT. (lp#787237)
  * bug fix: the compiler no longer constant-folds NaNs in
    MAKE-{SINGLE,DOUBLE}-FLOAT. (lp#486812)
  * bug fix: FORMAT now handles floating point rounding correct, eg.
    (format nil "~,1F" 0.01) => "0.0" instead of "0.01" as previously.
    (lp#308961)
  * bug fix: style warning during lambda-list introspection of generic
    functions with both optional and key argments.
  * bug fix: regalloc doesn't barf on unused TNs due to type-directed constant
    folding. (lp#729765)
  * bug fix: Fixed an off-by-one in MAP-ALLOCATED-OBJECTS that might have caused
    infinite loops.

(asau)

2011-08-21 11:23:29 UTC MAIN commitmail json YAML

Updated textproc/intltool to 0.41.1

(obache)

2011-08-21 11:23:14 UTC MAIN commitmail json YAML

Update intltool to 0.41.1, for GNOME 2.30 release.

This release adds support for context on GtkBuilder UI elements, fixes for out-
of-source tree builds and a few intltool-update fixes for Windows and .py.in.

(obache)

2011-08-21 11:03:23 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Parser to 2.41

(obache)

2011-08-21 11:03:07 UTC MAIN commitmail json YAML

Revision history for Perl extension XML::Parser.

2.41 2011-06-01 (by Todd Rinaldo
    - Tests are cleaned. promoting to stable. No changes since 2.40_02

2.40_02 2011-05-31 (by Todd Rinaldo)
    - TODO some tests which fail in Free BSD due to improper expat CVE patch
      http://www.freebsd.org/cgi/query-pr.cgi?pr=157469

2.40_01 2011-05-24 (by Todd Rinaldo)
    - better installation instructions
    - Small spelling patches from Debian package - Thanks Nicholas Bamber
    - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
      perl 5.14 compliant - qw()
    - RT 67207 - Stop doing tied on globs - Thanks sprout
    - RT 31319 - Fix doc links in POD for XML/Parser.pm

(obache)

2011-08-21 10:23:52 UTC MAIN commitmail json YAML

Updated net/quvi to 0.2.19

(wiz)

2011-08-21 10:23:42 UTC MAIN commitmail json YAML

Update to 0.2.19:

0.2.19  Fri Aug 05 2011  Toni Gundogdu

Fixes: Webscripts
    - ted.lua: attempt to index local 's' (#65)
    - youtube.lua: no match: fmt_url_map (#63)
        - Thanks to Zefram <zefram@fysh.org> for the patch
    - funnyordie.lua: no match: flv url (#64)

(wiz)

2011-08-21 09:46:48 UTC MAIN commitmail json YAML

fix spelling error.

(obache)

2011-08-21 05:04:32 UTC MAIN commitmail json YAML

Note PKGREVISION bump of ruby-jekyll.

(minskim)

2011-08-21 05:04:03 UTC MAIN commitmail json YAML

Add missing dependencies to ruby-jekyll.

Noted by wiz@.

(minskim)

2011-08-21 05:02:56 UTC MAIN commitmail json YAML

2011-08-21 05:01:27 UTC MAIN commitmail json YAML

Import ruby19-albino-1.3.3 as textproc/ruby-albino.

Albino is a ruby wrapper for pygmentize.  This project is an
extraction from GitHub.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-08-21 05:01:04 UTC MAIN commitmail json YAML

2011-08-21 04:59:47 UTC MAIN commitmail json YAML

Import ruby19-kramdown-0.13.3 as textproc/ruby-kramdown.

kramdown is a free GPL-licensed Ruby library for parsing and
converting a superset of Markdown.  It is completely written in Ruby,
supports standard Markdown (with some minor modifications) and various
extensions that have been made popular by the PHP Markdown Extra
package and Maruku.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-08-21 04:59:11 UTC MAIN commitmail json YAML

2011-08-21 04:57:36 UTC MAIN commitmail json YAML

Import ruby19-posix-spawn-0.3.6 as devel/ruby-posix-spawn.

fork(2) calls slow down as the parent process uses more memory due to
the need to copy page tables.  In many common uses of fork(), where it
is followed by one of the exec family of functions to spawn child
processes (Kernel#system, IO::popen, Process::spawn, etc.), it's
possible to remove this overhead by using the use of special process
spawning interfaces (posix_spawn(), vfork(), etc.)

The posix-spawn library aims to implement a subset of the Ruby 1.9
Process::spawn interface in a way that takes advantage of fast process
spawning interfaces when available and provides sane fallbacks on
systems that do not.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-08-21 04:25:35 UTC MAIN commitmail json YAML

Note update of ruby-jekyll.

(minskim)

2011-08-21 04:25:08 UTC MAIN commitmail json YAML

Update ruby-jekyll to 0.11.0.

Changes:
  * Major Enhancements
    * Add command line importer functionality (#253)
    * Add Redcarpet Markdown support (#318)
    * Make markdown/textile extensions configurable (#312)
    * Add `markdownify` filter
  * Minor Enhancements
    * Switch to Albino gem
    * Bundler support
    * Use English library to avoid hoops (#292)
    * Add Posterous importer (#254)
    * Fixes for Wordpress importer (#274, #252, #271)
    * Better error message for invalid post date (#291)
    * Print formatted fatal exceptions to stdout on build failure
    * Add Tumblr importer (#323)
    * Add Enki importer (#320)

(minskim)

2011-08-20 21:37:50 UTC MAIN commitmail json YAML

fix build on 64bit linux - pass --enable-libsuffix=none to configure

(abs)

2011-08-20 21:33:28 UTC MAIN commitmail json YAML

2011-08-20 20:48:42 UTC MAIN commitmail json YAML

Updated emulators/wine-devel to 1.3.26

(adam)

2011-08-20 20:47:35 UTC MAIN commitmail json YAML

Changes 1.3.26:
* Various improvements to the builtin Internet Explorer.
* Support for Get/SetDIBits in the DIB engine.
* Support for enhanced metafiles in the View tool.
* Many improvements in WinHTTP.
* A number of fixes to the COM stubless marshaller.
* Improved mechanism for DLL registrations.
* Various bug fixes.

(adam)

2011-08-20 20:26:26 UTC MAIN commitmail json YAML

Fix build on 64bit Linux

(abs)

2011-08-20 20:25:51 UTC MAIN commitmail json YAML

2011-08-20 19:25:40 UTC MAIN commitmail json YAML

2011-08-20 16:13:05 UTC MAIN commitmail json YAML

Always build libnbcompat with pkgsrc's make,
this fixes some build failures

(cheusov)

2011-08-20 16:02:42 UTC MAIN commitmail json YAML

Updated archivers/dar to 2.4.1

(cheusov)

2011-08-20 16:02:24 UTC MAIN commitmail json YAML

2011-08-20 15:45:13 UTC MAIN commitmail json YAML

Add MESSAGE (note about pkg_online-client)

(cheusov)

2011-08-20 15:36:16 UTC MAIN commitmail json YAML

2011-08-20 15:35:56 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.3.472

(obache)

2011-08-20 15:35:40 UTC MAIN commitmail json YAML

Update mikutter to 0.0.3.472.

Fixes
* With Ruby 1.8.7, crash with right click at tweet contains URL.
* on scroll timeline top to down, accidently auto scroll-up once.
* Not mute for various notify.
* rare crash at refresh timeline.
* user information may be old one.
* rare crash at timeout.

(obache)

2011-08-20 15:35:24 UTC MAIN commitmail json YAML

Fix C99 vs GNU89 inline mess. Annotate that AMD64 grows stack downwards

(joerg)

2011-08-20 15:34:14 UTC MAIN commitmail json YAML

Needs libXt for modular Xorg.

(joerg)

2011-08-20 15:33:37 UTC MAIN commitmail json YAML

2011-08-20 15:32:48 UTC MAIN commitmail json YAML

2011-08-20 15:31:33 UTC MAIN commitmail json YAML

2011-08-20 15:30:36 UTC MAIN commitmail json YAML

2011-08-20 15:29:01 UTC MAIN commitmail json YAML

2011-08-20 15:28:09 UTC MAIN commitmail json YAML

2011-08-20 15:27:09 UTC MAIN commitmail json YAML

2011-08-20 15:17:27 UTC MAIN commitmail json YAML

Remove GEM_CLEANBUILD since it is pure ruby extension.

(taca)

2011-08-20 15:15:51 UTC MAIN commitmail json YAML

Update ruby-simple_uuid package to 0.2.0.

v0.2.0 perf optimizations for cassandra cql

(taca)

2011-08-20 15:06:36 UTC MAIN commitmail json YAML

Note update of php related meta packages:

meta-pkgs/php5-extensions 5.2.17nb1
meta-pkgs/php53-extensions 5.3.7nb1

(taca)

2011-08-20 15:05:42 UTC MAIN commitmail json YAML

* Add www/php-tidy.
* Restrict dependency less than 5.4.

Bump PKGREVISION.

(taca)

2011-08-20 15:03:43 UTC MAIN commitmail json YAML

Add www/php-tidy.

Bump PKGREVISION.

(taca)

2011-08-20 14:56:38 UTC MAIN commitmail json YAML

Note addition of www/php-tidy package version 5.2.17/5.3.7.

(taca)

2011-08-20 14:55:07 UTC MAIN commitmail json YAML

Add and enable php-tidy.

(taca)

2011-08-20 14:53:30 UTC MAIN commitmail json YAML

Importing www/php-tidy package version 5.2.17/5.3.7.

Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows
a PHP developer to clean, repair, and traverse HTML, XHTML, and XML
documents -- including ones with embedded scripting languages such as
PHP or ASP within them using OO constructs.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-08-20 14:52:57 UTC MAIN commitmail json YAML

Remove unneeded conditional. Test with X11_TYPE=native.

(wiz)

2011-08-20 14:50:51 UTC MAIN commitmail json YAML

* Update distinfo with suhosin-patch.
* Remove some junks.

(taca)

2011-08-20 14:41:04 UTC MAIN commitmail json YAML

Update suhosin patch with hoping this 45 minutes delay wouldn't need
PKGREVISION bump.

(taca)

2011-08-20 14:20:08 UTC MAIN commitmail json YAML

Note update of www/php-eaccelerator package to 0.9.6.1.

(taca)

2011-08-20 14:19:35 UTC MAIN commitmail json YAML

Update php-eaccelerator package to 0.9.6.1.

2010-05-31  Bart Vanbrabant <bart at vanbrabant.eu>

* Release version 0.9.6.1
* php_check_open_basedir only needs to be called when restoring

2010-02-25 Hans Rakers <hans at react.nl>

* Fixed class static variable restore where parent was protected
  static and child was public static. This would lead to error
  'Access to undeclared static property' upon restore from cache
* Added proper handling of class properties during storing in
  cache. Public/private/protected is properly handled now. Somehow
  this was a long overdue TODO spotted by running the testsuite.
  This fixes ticket #408
* Small fix that solves some issues with lambda (closure)
  functions. This solves ticket #405

(taca)

2011-08-20 14:16:23 UTC MAIN commitmail json YAML

Note update of net/php-yaz package to 1.1.1.

(taca)

2011-08-20 14:15:32 UTC MAIN commitmail json YAML

Update php-yaz package to 1.1.1.

1.1.0

- Update for YAZ version 4

1.1.1

- Avoid deprecated Zend API.
- Fixes for Windows compilation.

(taca)

2011-08-20 14:14:11 UTC MAIN commitmail json YAML

Note update of these pear based pacakges:

mail/pear-Mail_Mime 1.8.2
net/pear-Net_SMTP 1.6.1
net/pear-Net_Sieve 1.3.2

(taca)

2011-08-20 14:13:19 UTC MAIN commitmail json YAML

Update pear-Net_Sieve package to 1.3.2.

1.3.2:

Release date: 2011-08-06 23:05 UTC
Release state: stable

Changelog:

* Fix referrals if host data or user credentials are passed to connect() and
  login() instead of the constructor (Aleksander Machniak, Bug #17107).

1.3.1:

Release date: 2011-08-06 01:56 UTC
Release state: stable

Changelog:

* Query capabilities again after successful authentication (Jesse Crawford,
  Request #18382).
* Escape quotes and backslashes in script names, and use literal strings for
  script names with non-ASCII characters (Aleksander Machniak, Bug #16691).
* Work around broken STARTTLS behavior in Cyrus versions before 2.3.10
  (Aleksander Machniak, Bug #18241).
* Improve string literal parsing (Aleksander Machniak, Bug #18228).

(taca)

2011-08-20 14:12:07 UTC MAIN commitmail json YAML

Update pear-Net_SMTP package to 1.6.1.

Net_SMTP 1.6.1:

Release date: 2011-08-13 19:06 UTC
Release state: stable

Changelog:

- Fixing the detection of SASL-based AUTH methods. (Bug #18594)

(taca)

2011-08-20 14:10:45 UTC MAIN commitmail json YAML

Update pear-Mail_Mime package to 1.8.2.

Mail_Mime 1.8.2

Release date: 2011-08-10 09:56 UTC
Release state: stable

Changelog:

Bugs Fixed:
* #18426: Fixed backward compatibility for "dfilename" parameter [alec]
* Removed xmail.dtd, xmail.xsl from the package [alec]
* Fixed handling of email addresses with quoted local part [alec]

(taca)

2011-08-20 14:09:25 UTC MAIN commitmail json YAML

Note update of databases/php-dbx package to 1.1.2.

(taca)

2011-08-20 14:08:12 UTC MAIN commitmail json YAML

Update php-dbx package to 1.1.2.

pkgsrc change: allow build with php53.

1.1.2

- added rui as lead.
- fixed build error on PHP 5.x.

1.1.1

- fixed build error on PHP 5.x.

(taca)

2011-08-20 14:03:06 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.9.4.

(taca)

2011-08-20 14:02:30 UTC MAIN commitmail json YAML

Update pear package to 1.9.4.

pkgsrc change

* Remove unused XMLUTIL_WRKSRC.
* don't patch a file which we have in our tree, go-pear.php
- Remove unused code.
- Prevent deprecated warnings on PHP 5.3.x.

PEAR 1.9.4:

Release date: 2011-07-07 00:27 UTC
Release state: stable

Changelog:

Bug Fixes:

* Bug #17350: "pear install --force" doesn't uninstall files from previous pkg
  versions [dufuz]
* Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality
  [dufuz]
* Bug #18440: bad tmp folder path on install : Unable to create path for
  C:/Program/tmp [dufuz]
* Bug #18581: "config-get -c" not returning channel's configuration when using
  alias [dufuz]
* Bug #18639: regression: installing xdebug fails most likely due to another
  fix [dufuz]

Features

* All System (the class) functions can now take in spaced paths as long as
  they are surrounded in quotes.
  Prior to this it was possible to do that by passing all values in as an
  array (by product of #18362, #18440)

(taca)

2011-08-20 13:56:12 UTC MAIN commitmail json YAML

- php-5.3.7.

(taca)

2011-08-20 13:55:58 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.7.

(taca)

2011-08-20 13:55:09 UTC MAIN commitmail json YAML

Update php53 package to 5.3.7.

PHP 5.3.7 Released!

[18-Aug-2011] The PHP development team would like to announce the immediate
availability of PHP 5.3.7. This release focuses on improving the stability of
the PHP 5.3.x branch with over 90 bug fixes, some of which are security
related.

Security Enhancements and Fixes in PHP 5.3.7:

* Updated crypt_blowfish to 1.2. (CVE-2011-2483)
* Fixed crash in error_log(). Reported by Mateusz Kocielski
* Fixed buffer overflow on overlog salt in crypt().
* Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload
  filename). Reported by Krzysztof Kotowicz. (CVE-2011-2202)
* Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)
* Fixed bug #54238 (use-after-free in substr_replace()). (CVE-2011-1148)

Key enhancements in PHP 5.3.7 include:

* Upgraded bundled Sqlite3 to version 3.7.7.1
* Upgraded bundled PCRE to version 8.12
* Fixed bug #54910 (Crash when calling call_user_func with unknown function
  name)

* Fixed bug #54585 (track_errors causes segfault)
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)
* Fixed a crash inside dtor for error handling
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
* Fixed bug #54935 php_win_err can lead to crash
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)
* Fixed bug #54580 (get_browser() segmentation fault when browscap ini
  directive is set through php_admin_value)
* Fixed bug #54529 (SAPI crashes on apache_config.c:197)
* Fixed bug #54283 (new DatePeriod(NULL) causes crash).
* Fixed bug #54269 (Short exception message buffer causes crash)
* Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries)
* Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)
* Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
  SplTempFileObject crash when user-space classes don't call the parent
  constructor)
* Fixed bug #54292 (Wrong parameter causes crash in
  SplFileObject::__construct())
* Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
  with \0)
* Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator)
* Fixed bug #54623 (Segfault when writing to a persistent socket after closing
  a copy of the socket)
* Fixed bug #54681 (addGlob() crashes on invalid flags)
* Over 80 other bug fixes.

(taca)

2011-08-20 13:53:23 UTC MAIN commitmail json YAML

Add ad hoc change to fix build problem with X11_TYPE == "modular".

(taca)

2011-08-20 13:52:25 UTC MAIN commitmail json YAML

Note update of lang/ruby19-base package to 1.9.2pl290nb1.

(taca)

2011-08-20 13:51:29 UTC MAIN commitmail json YAML

* Use the same condition as ruby18-base, about use of
  --enable-wide-getaddrinfo.
* Remove utimensat(2) hack since it was temporary (short life)
  NetBSD current's problem.

Bump PKGREVISION.

(taca)

2011-08-20 13:44:01 UTC MAIN commitmail json YAML

Bump revision due to xulrunner dependency name change.

(tnn)

2011-08-20 13:17:59 UTC MAIN commitmail json YAML

Switch dependency to xulrunner192 and bump PKGREVISION.

(tnn)

2011-08-20 13:10:25 UTC MAIN commitmail json YAML

Bump revision due to dependency name change.

(tnn)

2011-08-20 13:05:50 UTC MAIN commitmail json YAML

2011-08-20 08:42:07 UTC MAIN commitmail json YAML

Updated misc/yelp to 2.30.2nb5

(obache)

2011-08-20 08:41:53 UTC MAIN commitmail json YAML

Drop xulrunner-2 patches and switch to use xulrunner192.
xulrunner>2 drop support of gtkmozembed, and not usable.

Bump PKGREVISION.

(obache)

2011-08-20 08:12:54 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.12nb1

(obache)

2011-08-20 08:12:41 UTC MAIN commitmail json YAML

Fixes builtin openssl detection, same as ldns.

Bump PKGREVISION.

(obache)

2011-08-20 08:08:06 UTC MAIN commitmail json YAML

Updated net/ldns to 1.6.10nb1

(obache)

2011-08-20 08:07:48 UTC MAIN commitmail json YAML

Fixes builtin openssl version detection.
(it was committed accidently in rev1.10 with wip state).

Bump PKGREVISION.

(obache)

2011-08-20 01:13:28 UTC MAIN commitmail json YAML

Now that we hide OpenGroup Extended API set 2 from configure, make sure
that it is seen here when we actually need it.

(manu)

2011-08-19 18:18:43 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2011-08-19 18:18:26 UTC MAIN commitmail json YAML

Update to newest release.

>From the Announcement blog: "This maintenance release fixes a server
incompatibility related to JSON that窶冱 unfortunately affected some of you,
as well as a few other fixes in the new dashboard design and the Twenty
Eleven theme."

(morr)

2011-08-19 15:07:26 UTC MAIN commitmail json YAML

2011-08-19 14:55:15 UTC MAIN commitmail json YAML

2011-08-19 14:42:16 UTC MAIN commitmail json YAML

note seamonkey and thunderbird updates

(tnn)

2011-08-19 14:39:10 UTC MAIN commitmail json YAML

Update to thunderbird-6.0 and enigmail-1.2.1.

Release notes for 6.0:
  Thunderbird is based on the new Mozilla Gecko 6 engine
  Several theme improvements for Windows 7
  Support for Windows 7 Jump lists
  Several fixes when importing email from Microsoft Outlook
  Default mail client check now works with newer Linux distributions
  Various other user interface fixes and improvements
  Numerous platform fixes that improve speed, performance, stability and security

Release notes for 5.0:
  More responsive and faster to start up and use
  Thunderbird is based on the new Mozilla Gecko 5 engine
  New Add-ons Manager
  Revised account creation wizard to improve email setup
  New Troubleshooting Information page
  Tabs can now be reordered and dragged to different windows
  Attachment sizes now displayed along with attachments
  Plugins can now be loaded in RSS feeds by default
  There are several theme fixes for Windows Vista and Windows 7
  Support for Mac 32/64 bit Universal builds (Thunderbird no longer supports PowerPC on Mac)
  Over 390 platform fixes that improve speed, performance, stability and security

(tnn)

2011-08-19 14:31:10 UTC MAIN commitmail json YAML

remove obsolete SUBSTitutions

(tnn)

2011-08-19 14:03:06 UTC MAIN commitmail json YAML

2011-08-19 12:37:09 UTC MAIN commitmail json YAML

Fixes PLIST for perl option with perl!=5.12.x by using PLIST_SUBST variables.

(obache)

2011-08-19 12:17:08 UTC MAIN commitmail json YAML

Updated security/dnssec-tools to 1.10nb2

(obache)

2011-08-19 12:16:33 UTC MAIN commitmail json YAML

* fixes DEPENDS setting (missing `+').
* use perl5/module.mk and its stuff for perl module build
* using packlist, so PLIST entries for perl modules are not required.
* PKG_SYSCONFSUBDIR is handled automatically, no need to be in PLIST.
* fix substitute handling with USE_DESTDIR=yes.

Bump PKGREVISION.

(obache)

2011-08-19 11:59:41 UTC MAIN commitmail json YAML

2011-08-19 10:10:01 UTC MAIN commitmail json YAML

2011-08-19 08:27:15 UTC pkgsrc-2011Q2 commitmail json YAML

2011-08-19 08:18:32 UTC pkgsrc-2011Q2 commitmail json YAML

Pullup ticket #3501 - requested by joerg
x11/libXfont buffer overflow fix

Revisions pulled up:
- x11/libXfont/Makefile                                        1.18
- x11/libXfont/distinfo                                        1.16
- x11/libXfont/patches/patch-src-fontfile-decompress.c          1.1

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Thu Aug 18 22:58:24 UTC 2011

  Modified Files:
  pkgsrc/x11/libXfont: Makefile distinfo
  Added Files:
  pkgsrc/x11/libXfont/patches: patch-src-fontfile-decompress.c

  Log Message:
  Fix buffer overflow in LZW handler.

(sbd)

2011-08-19 08:01:18 UTC MAIN commitmail json YAML

Updated databases/freetds to 0.91; databases/myodbc to 5.1.8

(adam)

2011-08-19 07:59:58 UTC MAIN commitmail json YAML

Changes 5.1.8:
* Documentation in .CHM and .HLP format has been removed from the distribution.
* For some procedure and parameter combinations SQLProcedureColumns() did not
  work correctly. For example, it could not return records for an existing
  procedure with correct parameters supplied.
* Further, it returned incorrect data for column 7, TYPE_NAME. For example, it
  returned VARCHAR(20) instead of VARCHAR.
* The MySQL Connector/ODBC MSI installer did not set the InstallLocation value
  in the Microsoft Windows registry.
* In bulk upload mode, SQLExecute would return SQL_SUCCESS, even when the
  uploaded data contained errors, such as primary key duplication, and foreign
  key violation.
* SQLDescribeCol and SQLColAttribute could not be called before SQLExecute, if
  the query was parameterized and not all parameters were bound.
* Note, MSDN states that ���For performance reasons, an application should not
  call SQLColAttribute/SQLDescribeCol before executing a statement.��� However,
  it should still be possible to do so if performance reasons are not paramount.
* When SQLNumResultCols() was called between SQLPrepare() and SQLExecute() the
  driver ran SET @@sql_select_limit=1, which limited the resultset to just one
  row.
* After installing MySQL Connector/ODBC, the system DSN created could not be
  configured or deleted. An error dialog was displayed, showing the error
  message ���Invalid attribute string���.
* In this case the problem was due to the fact that the driver could not parse
  the NULL-separated connection string.
* When used after a call to SQLTables(), SQLRowCount() did not return the
  correct value.

(adam)

2011-08-19 07:54:04 UTC MAIN commitmail json YAML

Changes 0.91:
* Full Kerberos and SSPI support for passwordless login to
  Microsoft SQL Server from Unix and Windows clients.
  Includes Kerberos delegation option.
* Full support for DB-Library under Win32/64 via NMAKE.EXE.
* Built-in support for UTF-8.
* Support for wide characters in ODBC.
* Support for varchar(max) and varbinary(max).
* Better thread-safety in ODBC.
* Distinguish between connect and login errors.
* Bulk-copy functions in CT-Library.

(adam)

2011-08-19 07:26:49 UTC MAIN commitmail json YAML

2011-08-19 06:16:13 UTC MAIN commitmail json YAML

Removed graphics/png12 successor graphics/png [wiz 2011-08-19]

(wiz)

2011-08-19 06:11:03 UTC MAIN commitmail json YAML

2011-08-19 01:23:00 UTC MAIN commitmail json YAML

Updated misc/p5-Business-ISBN-Data to 20081208nb3

(obache)

2011-08-19 01:21:24 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Simple to 2.18nb4

(obache)

2011-08-19 01:21:10 UTC MAIN commitmail json YAML

drop dependency on p5-Test-Simple and p5-Storable,
base perl contains sufficient Test::Simple and Storable module.

Bump PKGREVISION.

(obache)

2011-08-19 01:11:30 UTC MAIN commitmail json YAML

Drop dependency on p5-Test-Simple.
Base perl contains sufficient Test::More module.

Bump PKGREVISION.

(obache)

2011-08-18 22:58:24 UTC MAIN commitmail json YAML

2011-08-18 22:49:27 UTC MAIN commitmail json YAML

Sorted, added, updated, and removed entries.

Removed and added are:

- weewm-0.01;
+ bomberclone-0.11.9, nano-2.2.6, nas-1.9.3, proxsmtp-1.9, puf-1.0.0,
  pure-ftpd-1.0.32, py-anita-1.20, secpanel-0.6.1, sudo-1.8.2.

Also added security note for webmin entries, because of entries in
pkg-vulnerabilities file.

>From Snader_LB on #netbsd-code.

(asau)

2011-08-18 20:52:21 UTC MAIN commitmail json YAML

add a missing file from the previous change.  noted by wiz.

(mrg)

2011-08-18 18:31:34 UTC MAIN commitmail json YAML

Version bump due to firefox update.

(tnn)

2011-08-18 18:31:10 UTC MAIN commitmail json YAML

Update to Firefox 6.0.

Major changes include:

The address bar now highlights the domain of the website you're visiting
Streamlined the look of the site identity block
Added support for the latest draft version of WebSockets with a prefixed API
Added support for EventSource / server-sent events
Added support for window.matchMedia
Added Scratchpad, an interactive JavaScript prototyping environment
Added a new Web Developer menu item and moved development-related items into it
Improved usability of the Web Console
Improved the discoverability of Firefox Sync
Reduced browser startup time when using Panorama
Fixed several stability issues
Fixed several security issues

(tnn)

2011-08-18 15:20:55 UTC MAIN commitmail json YAML

+ php-5.3.7 [taca].

(taca)

2011-08-18 14:52:10 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20110818.

(taca)

2011-08-18 14:51:23 UTC MAIN commitmail json YAML

Update contao210-translations package to 20110810.

Update French, Japanese and Swedish language files.

(taca)

2011-08-18 13:00:26 UTC MAIN commitmail json YAML

2011-08-18 12:57:44 UTC MAIN commitmail json YAML

2011-08-18 12:54:01 UTC MAIN commitmail json YAML

remove duplication

(cheusov)

2011-08-18 12:52:55 UTC MAIN commitmail json YAML

Updated x11/qt4-tools to 4.7.3nb1

(cheusov)

2011-08-18 12:52:29 UTC MAIN commitmail json YAML

Updated x11/qt4-libs to 4.7.3nb1

(cheusov)

2011-08-18 12:50:57 UTC MAIN commitmail json YAML

Note update of textproc/ruby-redcloth package to 4.2.8.

(taca)

2011-08-18 12:50:14 UTC MAIN commitmail json YAML

Update ruby-redcloth package to 4.2.8.

== 4.2.8 / August 17, 2011

* Do not treat warnings as errors so it compiles cleanly. [Tomasz Wa��kuski]

(taca)

2011-08-18 12:47:19 UTC MAIN commitmail json YAML

+ sudo-1.8.2.

(taca)

2011-08-18 12:45:37 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.7.7.

(taca)

2011-08-18 12:45:05 UTC MAIN commitmail json YAML

Update sudo pacakge to 1.7.7.  It is maintenance release.

What's new in Sudo 1.7.7

* I/O logging is now supported for commands run in background mode
  (using sudo's -b flag).

* Group ownership of the sudoers file is now only enforced when
  the file mode on sudoers allows group readability or writability.

* Visudo now checks the contents of an alias and warns about cycles
  when the alias is expanded.

* If the user specifes a group via sudo's -g option that matches
  the target user's group in the password database, it is now
  allowed even if no groups are present in the Runas_Spec.

* "sudo -i command" now works correctly with the bash version
  2.0 and higher.  Previously, the .bash_profile would not be
  sourced prior to running the command unless bash was built with
  NON_INTERACTIVE_LOGIN_SHELLS defined.

* Multi-factor authentication is now supported on AIX.

* Added support for non-RFC 4517 compliant LDAP servers that require
  that seconds be present in a timestamp, such as Tivoli Directory Server.

* If the group vector is to be preserved, the PATH search for the
  command is now done with the user's original group vector.

* For LDAP-based sudoers, the "runas_default" sudoOption now works
  properly in a sudoRole that contains a sudoCommand.

* Spaces in command line arguments for "sudo -s" and "sudo -i" are
    now escaped with a backslash when checking the sudoers file.

(taca)

2011-08-18 12:39:43 UTC MAIN commitmail json YAML

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

(taca)

2011-08-18 12:39:03 UTC MAIN commitmail json YAML

Update ruby-net-ssh pacakge to 2.2.0.

=== 2.2.0 / 16 Aug 2011

* Add support for forward a local UNIX domain socket to a remote
  TCP socket. [Mark Imbriaco]

(taca)

2011-08-18 12:34:27 UTC MAIN commitmail json YAML

2011-08-18 12:22:27 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.5.5.

(taca)

2011-08-18 12:21:22 UTC MAIN commitmail json YAML

2011-08-18 12:13:25 UTC MAIN commitmail json YAML

Revert last batch update, since obache already added entries for me

(adam)

2011-08-18 11:54:25 UTC MAIN commitmail json YAML

Added missing Updated p5-... entries

(adam)

2011-08-18 11:53:26 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-clean to 0.21

(abs)

2011-08-18 11:53:02 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-clean to 0.21

    [0.21]
        - When using the tie() fallback ensure we do not obliterate a
          foreign tie()
        - Better document how to disable the tie() fallback

    [0.20_01] (the "mst made me do it" release)
        - Only invoke the deleted sub stashing if we run udner a debugger
          (avoid runtime penalty of Sub::Name/Sub::Identify)
        - Spellfixes (RT#54388)
        - When B::Hooks::EndOfScope is not available, switch to a simple
          tie() of %^H. While it can not 100% replace B::H::EOS, it does
          everything n::c needs

    [0.20]
        - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
          Package::Stash::XS 0.19.

    [0.19]
        - Port to the new Package::Stash 0.18 API and depend on it.
        - Don't rely on package::stash's remove_package_symbol implementation
          (doy).

(abs)

2011-08-18 11:37:02 UTC MAIN commitmail json YAML

Note missing entries in 2011-08-16.

(obache)

2011-08-18 10:01:31 UTC MAIN commitmail json YAML

Update _GCC_DIST_VERSION to 4.6.1.
Noted by J旦rn Clausen in PR 45256.

(wiz)

2011-08-18 09:46:18 UTC MAIN commitmail json YAML

Updated net/p5-Net-Amazon to 0.60

(obache)

2011-08-18 09:46:03 UTC MAIN commitmail json YAML

Update p5-Net-Amazon to 0.60.

Revision history for Perl extension Net::Amazon:
0.60 (08/01/2011)
  (cb) Fix the page and max_pages parameter to correctly fetch the specified
        number of pages, and start at the correct offset.  Reported as rt 69201.
  (cb) Add a method to get similar products.  Patch submitted by Jennifer.
  (cb) Push from cpanservice: Small dist maintenance. Please use latest
        ExtUtils::MakeMaker for release.

(obache)

2011-08-18 09:22:44 UTC MAIN commitmail json YAML

Note update of security/openssh package to 5.8.2nb4.

(taca)

2011-08-18 09:22:02 UTC MAIN commitmail json YAML

I forgot to update distinfo about latest patch file addition
(patch-atomicio.c).  Noted by wiz@ via private mail.

Bump PKGREVISION.

(taca)

2011-08-18 05:35:37 UTC MAIN commitmail json YAML

2011-08-18 05:03:10 UTC MAIN commitmail json YAML

Fix broken destdirization. (hi joerg)

For some reason the "Checking for work-directory references" test
didn't catch the fact that ${DESTDIR}${LIBDIR} was being compiled
into the main binary as its library search path.

Noted by moof.

PKGREVISION -> 7

(dholland)

2011-08-18 02:46:32 UTC MAIN commitmail json YAML

Updated www/ruby-activeresource3 to 3.0.10

(obache)

2011-08-18 02:46:19 UTC MAIN commitmail json YAML

Update ruby-activeresource3 package to 3.0.10.

Changed version only.

(obache)

2011-08-17 20:23:11 UTC MAIN commitmail json YAML

PR/42954 -- disable libtool if static-bacula option is on.  Doesn't yet
work though.

(shattered)

2011-08-17 16:57:45 UTC MAIN commitmail json YAML

2011-08-17 16:57:19 UTC MAIN commitmail json YAML

Update to 1.5:

The official list of changes is shown below.  However, this release also
switches to use GNU Autoconf and Automake, yet this is not shown in the
list of changes.  This fact obsoletes our previous local changes, although
new portability problems might arise.

CHANGES FROM 1.4 TO 1.5, 09 July 2011

* Support xterm mouse modes 1002 and 1003.
* Change from a per-session stack of buffers to one global stack. This renders
  copy-buffer useless and makes buffer-limit now a server option.
* Fix most-recently-used choice by avoiding reset the activity timer for
  unattached sessions every second.
* Add a -P option to new-window and split-window to print the new window or
  pane index in target form (useful to pass it into other commands).
* Handle a # at the end of a replacement string (such as status-left)
  correctly.
* Support for UTF-8 mouse input (\033[1005h) which was added in xterm 262.
  If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
  UTF-8 terminals. The option defaults to on if LANG etc are set in the same
  manner as the utf8 option.
* Support for HP-UX.
* Accept colours of the hex form #ffffff and translate to the nearest from the
  xterm(1) 256-colour set.
* Clear the non-blocking IO flag (O_NONBLOCK) on the stdio file descriptors
  before closing them (fixes things like "tmux ls && cat").
* Use TMPDIR if set.
* Fix next and previous session functions to actually work.
* Support -x and -y for new-session to specify the initial size of the window
  if created detached with -d.
* Make bind-key accept characters with the top-bit-set and print them as octal.
* Set $TMUX without the session when background jobs are run.
* Simplify the way jobs work and drop the persist type, so all jobs are
  fire-and-forget.
* Accept tcgetattr/tcsetattr(3) failure, fixes problems with fatal() if the
  terminal disappears while locked.
* Add a -P option to detach to HUP the client's parent process (usually causing
  it to exit as well).
* Support passing through escape sequences to the underlying terminal by using
  DCS with a "tmux;" prefix.
* Prevent tiled producing a corrupt layout when only one column is needed.
* Give each pane created in a tmux server a unique id (starting from 0), put it
  in the TMUX_PANE environment variable and accept it as a target.
* Allow a start and end line to be specified for capture-pane which may be
  negative to capture part of the history.
* Add -a and -s options to lsp to list all panes in the server or session
  respectively. Likewise add -s to lsw.
* Change -t on display-message to be target-pane for the #[A-Z] replacements
  and add -c as target-client.
* The attach-session command now prefers the most recently used unattached
  session.
* Add -s option to detach-client to detach all clients attached to a session.
* Add -t to list-clients.
* Change window with mouse wheel over status line if mouse-select-window is on.
* When mode-mouse is on, automatically enter copy mode when the mouse is
  dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel
  is scrolled off the bottom.
* Provide #h character pair for short hostname (no domain).
* Don't use strnvis(3) for the title as it breaks UTF-8.
* Use the tsl and fsl terminfo(5) capabilities to update terminal title and
  automatically fill them in on terminals with the XT capability (which means
  their title setting is xterm-compatible).
* Add a new option, mouse-resize-pane. When on, panes may be resized by
  dragging their borders.
* Fix crash by resetting last pane on {break,swap}-pane across windows.
* Add three new copy-mode commands - select-line, copy-line, copy-end-of-line.
* Support setting the xterm clipboard when copying from copy mode using the
  xterm escape sequence for the purpose (if xterm is configured to allow it).
* Support xterm(1) cursor colour change sequences through terminfo(5) Cc
  (set) and Cr (reset) extensions.
* Support DECSCUSR sequence to set the cursor style with two new terminfo(5)
  extensions, Cs and Csr.
* Make the command-prompt custom prompts recognize the status-left option
  character pairs.
* Add a respawn-pane command.
* Add a couple of extra xterm-style keys that gnome terminal provides.
* Allow the initial context on prompts to be set with the new -I option to
  command-prompt. Include the current window and session name in the prompt
  when renaming and add a new key binding ($) for rename session.
* Option bell-on-alert added to trigger the terminal bell when there is an
  alert.
* Change the list-keys format so that it shows the keys using actual tmux
  commands which should be able to be directly copied into the config file.
* Show full targets for lsp/lsw -a.
* Make confirm-before prompt customizable with -p option like command-prompt
  and add the character pairs #W and #P to the default kill-{pane,window}
  prompts.
* Avoid sending data to suspended/locked clients.
* Small memory leaks in error paths plugged.
* Vi mode improvements.

(jmmv)

2011-08-17 14:25:23 UTC MAIN commitmail json YAML

Note update of Ruby on Rails 2.3.14/3.0.10 packages:

devel/ruby-activesupport 2.3.14
databases/ruby-activerecord 2.3.14
www/ruby-actionpack 2.3.14
mail/ruby-actionmailer 2.3.14
www/ruby-activeresource 2.3.14
www/ruby-rails 2.3.14
devel/ruby-activesupport3 3.0.10
devel/ruby-activemodel 3.0.10
www/ruby-actionpack3 3.0.10
databases/ruby-activerecord3 3.0.10
www/ruby-activeresource3 3.0.10
mail/ruby-actionmailer3 3.0.10
devel/ruby-railties 3.0.10
www/ruby-rails3 3.0.10

(taca)

2011-08-17 14:21:37 UTC MAIN commitmail json YAML

Update ruby-rails3 package to 3.0.10.

Bump version only.

(taca)

2011-08-17 14:20:04 UTC MAIN commitmail json YAML

Update ruby-railties package to 3.0.10.

3.0.10

Added jdbc related templates files of database config.

(taca)

2011-08-17 14:19:22 UTC MAIN commitmail json YAML

Update ruby-actionmailer3 package to 3.0.10.

Bump version only.

(taca)

2011-08-17 14:18:44 UTC MAIN commitmail json YAML

Update ruby-activerecord3 package to 3.0.10.

Rails 3.0.10

* Magic encoding comment added to schema.rb files

* schema.rb is written as UTF-8 by default.

* Ensuring an established connection when running `rake db:schema:dump`

* Association conditions will not clobber join conditions.

* Destroying a record will destroy the HABTM record before destroying
  itself.  GH #402.

* Make `ActiveRecord::Batches#find_each` to not return `self`.

* Update `table_exists?` in PG to to always use current search_path or
  schema if explictly set.

(taca)

2011-08-17 14:18:02 UTC MAIN commitmail json YAML

Update ruby-actionpack3 package to 3.0.10.

Rails 3.0.10

* Fixes an issue where cache sweepers with only after filters would
  have no controller object, it would raise undefined method
  controller_name for nil [jeroenj]

* Ensure status codes are logged when exceptions are raised.

* Subclasses of OutputBuffer are respected.

* Fixed ActionView::FormOptionsHelper#select with :multiple => false

* Avoid extra call to Cache#read in case of a fragment cache hit

(taca)

2011-08-17 14:17:16 UTC MAIN commitmail json YAML

Update ruby-activemodel package to 3.0.10.

Bump version only.

(taca)

2011-08-17 14:16:45 UTC MAIN commitmail json YAML

Update ruby-activesupport3 package to 3.0.10.

* Rails 3.0.10

* Delayed backtrace scrubbing in `load_missing_constant` until we actually
  raise the exception

(taca)

2011-08-17 14:15:34 UTC MAIN commitmail json YAML

Update ruby-rails package to 2.3.14.

Bump version only.

(taca)

2011-08-17 14:15:04 UTC MAIN commitmail json YAML

Update ruby-activeresource package to 2.3.14.

Bump version only.

(taca)

2011-08-17 14:14:24 UTC MAIN commitmail json YAML

Update ruby-actionmailer pacakge to 2.3.14.

Bump version only.

(taca)

2011-08-17 14:13:32 UTC MAIN commitmail json YAML

Update ruby-actionpack package to 2.3.14:

2.3.14:

Security Fix:

1. The code in Ruby on Rails 2.3 which sets the response content type
  performs insufficient sanitization of the values provided.  This
  means that applications which let the user provide an arbitrary
  Content-Type header for the response are vulnerable to response
  splitting attacks.

2. The strip_tags helper in Ruby on Rails is designed to remove all
  HTML tags from a string.  By using specially crafted values an
  attacker can confuse the parser and cause HTML tags to be injected
  into the response.  This can be exploited to inject arbitrary
  javascript into the rendered page.

  Future releases of Ruby on Rails are likely to replace the current
  HTML tokenizer with one provided by libxml to reduce the likelihood
  of errors such as these in the future.  In the meantime users can
  install the loofah gem[1] which should enhance both the performance
  and reliability of the HTML sanitization helpers.

(taca)

2011-08-17 14:12:42 UTC MAIN commitmail json YAML

Update ruby-activerecord package to 2.3.14.

2.3.14:

Security fix:

The quote_table_name method in the ActiveRecord adapaters for Ruby on
Rails were initially created solely for the purpose of escaping
reserved words encountered in table names.  However over time 3rd
party libraries, and rails itself, grew to rely on those functions as
a way to sanitize potentially malicious user input.  As a result these
functions need to be hardened to manage malicious input rather than
assuming they're being passed benign values generated by rails itself.

(taca)

2011-08-17 14:12:03 UTC MAIN commitmail json YAML

Update ruby-activesupport package to 2.3.14.

2.3.14:

Security fix with Ruby 1.8.x not affected Ruby 1.9.x:

Ruby on Rails has provided a high performance replacement for
ERB::Util.h since version 2.0.0.  Due to a bug in the Ruby 1.8 Regular
Expression code this replacement version will fail to escape certain
malformed unicode strings.  This malformed output will then be
interpreted as HTML by some browsers on some operating systems.

(taca)

2011-08-17 14:11:18 UTC MAIN commitmail json YAML

Start update of Ruby on Rails 2.3.14 and 3.0.10.

(taca)

2011-08-17 13:55:59 UTC MAIN commitmail json YAML

Expanded MYSQL_VERSIONS_ACCEPTED

(adam)

2011-08-17 13:43:07 UTC MAIN commitmail json YAML

Updated devel/fossil to 1.18

(asau)

2011-08-17 13:42:51 UTC MAIN commitmail json YAML

Update to Fossil 1.18 (2011-07-13)

Major changes in this release:

  * Added sequential version numbering
  * Added a optional configure script - the Makefile still works
    for most systems.
  * Improvements to the "annotate" algorithm: only search
    primary ancestors and ignore branches.
  * Update the "scrub" command to remove traces of login-groups
    and subrepositories.
  * Added the --type option to the "fossil tag find" command.
  * In contexts where only a check-in makes sense, resolve
    branch and tag names to checkins only, never events or other
    artifacts.
  * Improved display of file renames on a diff. A rebuild is
    required to take full advantage of this change.
  * Update the built-in SQLite to version 3.7.7.

(asau)

2011-08-17 13:39:17 UTC MAIN commitmail json YAML

Note update of textproc/ruby-libxml package to 2.2.1.

(taca)

2011-08-17 13:38:30 UTC MAIN commitmail json YAML

Update ruby-libxml package to 2.2.1.

= Release History

== 2.2.1 / 2011-08-13 Charlie Savage

* Packaging fix - include the custom .def file in the gem.

(taca)

2011-08-17 13:38:12 UTC MAIN commitmail json YAML

+ mdocml-1.11.6, thunderbird-6.0, xpdf-3.03.

(wiz)

2011-08-17 13:36:41 UTC MAIN commitmail json YAML

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

(taca)

2011-08-17 13:36:07 UTC MAIN commitmail json YAML

Update ruby-prawn package to 0.12.0.

Prawn 0.12.0:

We continue our trek to Prawn 1.0 with 0.12.0. This release fixes many bugs
and adds some new features. A full list of changes is available via `git log
0.11.1..0.12.0`.

Features / Enhancements

* Rewrite project README [Gregory Brown]
* Speed improvements to text kerning [Jan De Poorter]
* Snapshotting now preserves your bounding box [Brad Ediger]
* Allow Document#float to teleport across pages and return to starting page
  [Brad Ediger]
* number_pages now defaults to numbering every page [Matthew Rudy Jacobs]
* Your bounding box is now reset when starting a new page with a different
  size or layout [Brad Ediger]

Major Bugfixes

* Fix multi-page templates (#199) [Chase M. Gray / Jonathan Greenberg]
* Make tables work in stretchy bounding boxes (#235) [Jan De Poorter / Brad
  Ediger]
* Fix TTF font metrics when a TTF font has a nonzero width for newlines (#245)
  [daduke / Katsuya Hidaka / Brad Ediger]
* Fix kerning bug on line width calculations (#251) [vspan / Brad Ediger]
* Fix images in stretchy bounding boxes creating a new page (#241) [Brad Ediger]
* Fix character_spacing to work based on character count, not byte length
  (#253) [Katsuya Hidaka / Brad Ediger]
* Fix NoMethodError under $KCODE==“u” [Michael Klein]
* Fix extra page break created when spans were used at the top of a page
  (#255) [Sean Russell / Brad Ediger]
* Fix problem with table cell backgrounds overlapping other cell’s borders by
  drawing all backgrounds before any borders (#226) [Kenta Murata / Brad
  Ediger]
* Remove old examples that were duplicated by our new manual (Michaël Witrant)
  Tables: use an epsilon to compare floating-point values [Kenta Murata]

(taca)

2011-08-17 13:31:04 UTC MAIN commitmail json YAML

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

(taca)

2011-08-17 13:30:09 UTC MAIN commitmail json YAML

Update ruby-bundler package to 1.0.18.

## 1.0.18 (Aug 16, 2011)

Bugfixes:

  - Fix typo in DEBUG_RESOLVER (@geemus)
  - Fixes rake 0.9.x warning (@mtylty, #1333)

Features:

  - Run the bundle install earlier in a Capistrano deployment (@cgriego, #1300)
  - Support hidden gemspec (@trans, @cldwalker, #827)
  - Make fetch_specs faster (@zeha, #1294)
  - Allow overriding development deps loaded by #gemspec (@lgierth, #1245)

(taca)

2011-08-17 13:29:10 UTC MAIN commitmail json YAML

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

(taca)

2011-08-17 13:28:21 UTC MAIN commitmail json YAML

Update ruby-test-unit package to 2.3.2.

2.3.2 2011-08-15
----------------

A bug fix release.

Improvements
------------

    [ui][console] Added some newlines to improve readability.

Fixes
-----

    [ui][console] Worked --verbose again.
    Re-supported Ruby 1.8.6. [Reported by James Mead]

Thanks
------

    James Mead

(taca)

2011-08-17 13:27:02 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 2.1.0.

(taca)

2011-08-17 13:26:15 UTC MAIN commitmail json YAML

Update ruby-parser package to 2.1.0.

=== 2.1.0 / 2011-08-15

* 2 minor enhancements:

  * Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
  * Awesome cleanup: Replaced call to append_block by block_append. (Confusion)

* 2 bug fixes:

  * Fixed handling last line of =begin/=end. (raybaxter)
  * Fixed source line numbers after heredocs. (jbarreneche)

(taca)

2011-08-17 13:25:25 UTC MAIN commitmail json YAML

Note update of devel/ruby-sexp-processor package to 3.0.6.

(taca)

2011-08-17 13:24:39 UTC MAIN commitmail json YAML

Update ruby-sexp-processor package to 3.0.6.

=== 3.0.6 / 2011-08-16

* 5 minor enhancements:

  * Added ParseTreeTestCase#add_19tests
  * Added a bunch of FAILING 1.9 tests stolen from presidentbeef's repo! yay!
  * Added add_19tests and add_18tests to segregate version specific parsing.
  * Moved pt_testcase.rb to sexp_processor
  * Segregated a bunch of 1.8 specific tests using add_18tests.

(taca)

2011-08-17 13:20:40 UTC MAIN commitmail json YAML

Note update of devel/hoe package to 2.12.0.

(taca)

2011-08-17 13:19:49 UTC MAIN commitmail json YAML

Update hoe pacakge to 2.12.0.

=== 2.12.0 / 2011-08-15

* 2 minor enhancements:

  * Forcibly copy file specified in --main to index.html. (ewong)
  * need_tar now defaults to false.

* 4 bug fixes:

  * Don't attempt to require RSpec 1 in an RSpec 2 environment. (monde)
  * Fixed test/packaging issue when wrapping hoespec in namespace. (damphyr)
  * Fixed tests for jruby. (sferik)
  * Hoe.load_plugins removes bad entries so plugin? returns false for unloaded
    plugins.

(taca)

2011-08-17 13:04:53 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20110817.

(taca)

2011-08-17 13:04:14 UTC MAIN commitmail json YAML

Update contao210-translations pacakge to 20110817.

Update Czech, Italian, Japanese and Perisian language files.

(taca)

2011-08-17 12:05:49 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect to 1.893

(wiz)

2011-08-17 12:05:40 UTC MAIN commitmail json YAML

Update to 1.893:

1.893  Thu Nov  4 06:24:06 2010

    - Fixed major glitch in WORDLIST (thanks calimo)

(wiz)

2011-08-17 11:58:34 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any to 0.13

(wiz)

2011-08-17 11:58:21 UTC MAIN commitmail json YAML

Update to 0.13:

0.13  Aug 2, 2011

* Fixes
  - Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall

0.12  Mar 23, 2011

* Fixes
  - Return false from null adapter is_xxx methods - RT #64164 - Chip Salzenberg
  - Eliminate 'subroutine redefined' warning in case Log::Any::Adapter loaded before
    Log::Any::Test

* Implementation
  - Migrate to Dist::Zilla

(wiz)

2011-08-17 11:57:31 UTC MAIN commitmail json YAML

Updated devel/p5-InlineX-C2XS to 0.16

(wiz)

2011-08-17 11:57:17 UTC MAIN commitmail json YAML

Update to 0.16:

- 0.16 ... Add config option '_TESTING' (and tests)
          Inline pre-requisite version now 0.46_01
          Add config option 'USE'
          Substitution regex added to t_makefile_pl_pre.t and
            t_makefile_pl.t - to cater for recent ActivePerls

(wiz)

2011-08-17 11:44:13 UTC MAIN commitmail json YAML

Updated devel/p5-Inline to 0.48

(wiz)

2011-08-17 11:43:59 UTC MAIN commitmail json YAML

Update to 0.48:

version: 0.48
date: Mon 21 Feb 2011
      Version 0.48 released to CPAN. (No changes from 0.47_02.)

---
version: 0.47_02
date: Tues 1 Feb 2011
      Version 0.47_02 released to CPAN.
Makefile.PL - Change the Test::Warn dependency from 0.22 to 0.21 and
              specify it in top-level Makefile.PL instead of in C/Makefile.PL.

---
version: 0.47_01
date: Sun 30 January 2011
      Version 0.47_01 released to CPAN.
      Changes only to Inline::C test suite - see C/Changes.

---
version: 0.47
date: Fri 21 January 2011
      Version 0.47 released to CPAN. No changes from 0.46_02

---
version: 0.46_02
date: Wed 29 December 2010
lib/Inline/MakeMaker.pm - apply patch from Raymond Mroz to accommodate the modern
                          h2xs directory structure. Bump Inline::MakeMaker version
                          to 0.45.

---
version: 0.46_01
date: Wed 31 March 2010 (and released to CPAN as 0.46_01)
Inline.pm - warn about untainting of Inline configuration info (where applicable)
          - quieten non-numeric warnings in relation to devel releases
          - quieten uninitialized warning regarding $ENV{WIN64} that can occur
            in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
            capabilities in Inline::C

---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
          - hide the 'redefined' warning introduced by the fix to ticket 49669,
            by placing the offending code in a 'no warnings "redefine";' block.
          - bump require from 5.005 to 5.006

---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).

(wiz)