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 (55m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 16:55:31 UTC Now

2010-07-10 09:29:53 UTC MAIN commitmail json YAML

Updated databases/ruby-sqlite3 to 1.3.1

(obache)

2010-07-10 09:29:21 UTC MAIN commitmail json YAML

Update ruby-sqlite3 to 1.3.1.

=== 1.3.1 / 2010-07-09

* Enhancements
  * Custom collations may be defined using SQLite3::Database#collation

* Bugfixes
  * Statements returning 0 columns are automatically stepped. [RF #28308]
  * SQLite3::Database#encoding works on 1.8 and 1.9

(obache)

2010-07-10 07:56:18 UTC MAIN commitmail json YAML

Updated audio/taglib to 1.6.3nb1

(wiz)

2010-07-10 07:56:07 UTC MAIN commitmail json YAML

As declared on pkgsrc-users:
Remove special wchar handling. It's not clear for which OS versions
this is needed, exactly.

If this change causes failures, let me know!

Bump PKGREVISION.

(wiz)

2010-07-10 06:59:09 UTC MAIN commitmail json YAML

Note initial addition of p5-Test-WWW-Mechanize-PSGI version 0.35
as www/p5-Test-WWW-Mechanize-PSGI into The NetBSD Packages Collection.

The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize,
a subclass of WWW::Mechanize that incorporates features for web
application testing, and PSGI, a specification to decouple web
server environments from web application framework code. Hence it
allows easy testing of PSGI applications.

(seb)

2010-07-10 06:58:43 UTC MAIN commitmail json YAML

Add & enable p5-Test-WWW-Mechanize-PSGI

(seb)

2010-07-10 06:58:25 UTC MAIN commitmail json YAML

Initial import of p5-Test-WWW-Mechanize-PSGI version 0.35 in the
NetBSD Packages Collection.

The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize,
a subclass of WWW::Mechanize that incorporates features for web
application testing, and PSGI, a specification to decouple web
server environments from web application framework code. Hence it
allows easy testing of PSGI applications.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-10 03:01:04 UTC MAIN commitmail json YAML

Updated editors/joe to 3.7nb1

(obache)

2010-07-10 03:00:50 UTC MAIN commitmail json YAML

Fixes handling of PKG_SYSCONFSUBDIR, PR#43584.

Bump PKGREVISION.

(obache)

2010-07-09 21:23:49 UTC MAIN commitmail json YAML

+ clisp-syscalls

(asau)

2010-07-09 21:17:32 UTC MAIN commitmail json YAML

2010-07-09 19:38:43 UTC MAIN commitmail json YAML

Add and enable clisp-fastcgi.

(asau)

2010-07-09 19:37:11 UTC MAIN commitmail json YAML

2010-07-09 19:30:15 UTC MAIN commitmail json YAML

2010-07-09 19:22:59 UTC MAIN commitmail json YAML

2010-07-09 19:20:17 UTC MAIN commitmail json YAML

2010-07-09 19:16:58 UTC MAIN commitmail json YAML

2010-07-09 19:12:27 UTC MAIN commitmail json YAML

2010-07-09 18:59:48 UTC MAIN commitmail json YAML

2010-07-09 18:56:31 UTC MAIN commitmail json YAML

2010-07-09 18:10:29 UTC MAIN commitmail json YAML

Updated lang/clisp to 2.49

(asau)

2010-07-09 18:08:05 UTC MAIN commitmail json YAML

Update to CLISP 2.49.

pkgsrc changes: desupport build options that are turned into module packages.

2.49 (2010-07-07)
=================

User visible changes
--------------------

* New command line option -disable-readline lets working around bugs and
  incompatibilities between readline CLISP was built against and the
  library actually installed.
  See <http://clisp.cons.org/impnotes/clisp.html#opt-norl> for details.

* FFI:OPEN-FOREIGN-LIBRARY now accepts the :REQUIRE argument.
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details.

* New user variable CUSTOM:*USER-LIB-DIRECTORY* is respected by REQUIRE
  and used by "clisp-link install".
  Dynamic modules are now the default build option.
  See <http://clisp.cons.org/impnotes/require.html> and
  <http://clisp.cons.org/impnotes/clisp-link.html> for details.

* Function RENAME-FILE now accepts :IF-EXISTS argument which determines
  the action when the destination exists, unless, of course, *ANSI* is T.
  See <http://clisp.cons.org/impnotes/file-func.html#rename-file> for details.

* The replacement value entered by the user in STORE-VALUE and USE-VALUE
  restarts is now EVALuated.

* The old user variable CUSTOM:*PRINT-CLOSURE* now controls interpreted
  closure output too (RFE#3001956). This is a tricky feature, read up!
  See <http://clisp.cons.org/impnotes/multi-rep.html#pr-closure>.

* Module readline now supports readline 6.1.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/readline-mod.html> for details.

* Module pcre now supports pcre 8.01.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/pcre.html> for details.

* Module libsvm does not come with the upstream sources anymore, install
  locally and pass --with-libsvm-prefix to the top-level configure instead.
  All upstream versions up to 2.91 are supported.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* Module berkeley-db now supports Berkeley-DB 4.8.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/berkeley-db.html> for details.

* Module postgresql now supports PostgreSQL 8.4.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/postgresql.html> for details.

* Module pari has been updated to support both 64 & 32 bit platforms
  with and without GMP.
  See <http://clisp.cons.org/impnotes/pari.html> for details.

* New functions OS:VERSION-COMPARE et al call strverscmp.
  See <http://clisp.cons.org/impnotes/syscalls.html#strverscmp> for details.

* Bug fixes:
  + Do not eliminate function calls which are advertised to have
    exceptional situation in unsafe code (bug#2868166).
  + Fix an internal error in DECLAIM on bad OPTIMIZE quality (bug#2868147).
  + CLEAR-INPUT now clears the EOF condition on file streams (bug#2902716).
  + When quitting on a signal, never enter the debugger (bug#2795278).
  + Respect :FULL T in DIRECTORY :WILD-INFERIORS (bug#3009966).
  + Handle TWO-WAY-STREAM and ECHO-STREAM correctly by
    (SETF STREAM-EXTERNAL-FORMAT) (bug#3020933).
  + Fix unbuffered output pipe stream initialization (bug#3024887).

* ANSI compliance:
  + Implement the ANSI issue COMPILER-DIAGNOSTICS:USE-HANDLER: use the
    CL Condition System for compiler diagnostics.
  + STREAM-ELEMENT-TYPE on empty CONCATENATED-STREAMs now returns NIL
    because nothing can be read from such streams (bug#3014921).

(asau)

2010-07-09 16:04:02 UTC MAIN commitmail json YAML

if built with GUI option, deal with desktop-file-utils et al.

(drochner)

2010-07-09 16:02:46 UTC MAIN commitmail json YAML

2010-07-09 12:13:40 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 2.8.4

(joerg)

2010-07-09 12:04:10 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 2.8.4

(joerg)

2010-07-09 12:03:55 UTC MAIN commitmail json YAML

2010-07-09 12:02:43 UTC MAIN commitmail json YAML

2010-07-09 11:53:53 UTC MAIN commitmail json YAML

Import libarchive-2.8.4:
- Improved reliability of hash function detection
- Fix issues on ancient FreeBSD, QNX, ancient NetBSD and Minix

Status:

Vendor Tag: KIENTZLE
Release Tags: libarchive-2-8-4

(joerg)

2010-07-09 11:39:28 UTC MAIN commitmail json YAML

Updated www/py-moin to 1.9.3

(obache)

2010-07-09 11:38:50 UTC MAIN commitmail json YAML

Updated www/py-moin to 1.9.3

(obache)

2010-07-09 11:38:36 UTC MAIN commitmail json YAML

Update py-moin to 1.9.3.
PR#43524 by Wen Heping.

Known main issues:

  * The GUI WYSIWYG editor has still some issues and limitations.
    If you can't live with those, you can simply switch it off by using:
    editor_force = True
    editor_default = 'text'  # internal default, just for completeness

Version 1.9.3:
  Fixes:
  * Fix XSS in Despam action (CVE-2010-0828).
  * Fix XSS issues (see MoinMoinBugs/1.9.2UnescapedInputForThemeAddMsg):
    * by escaping template name in messages
    * by fixing other places that had similar issues
  * Make moin compatible to werkzeug 0.5 .. 0.6.2 (1.9.2 had issues
    with xmlrpc when used with werkzeug 0.6.x).
  * MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions,
    because the dircache stdlib module can't work correctly for fast updates of
    directories.
  * rss_rc and sisterpages actions: fix Content-Type header (mimetype)
  * Fix associating OpenID identity with user, wasn't adapted to werkzeug yet.
  * openidrp auth: fix undefined _ (gettext)
  * Fix auth.cas and userprefs.oidserv request object usage.
  * highlight parser: fixed MoinMoinBugs/LineNumberSpansForProcessInstructionsMissed
  * Pygments syntax highlighting: add missing code files
  * Notifications: use same email subject format for every notification
  * Fix docbook formatter crashing, see MoinMoinPatch/IncludeMacroWithDocBookFormatter
  * Fix regex content search for xapian search.
  * Get rid of the empty line at the end of code highlights.
  * GUI editor: compute editor height like the text editor does.
  * Added help texts for: standalone server and moin migration.
  * script.maint.cleancache: clean also i18n cache files
  * Improved formatter.text_plain, see FeatureRequests/TextPlainFormatterRewrite
    (fixes many issues of this formatter).
  * text_html_text_moin_wiki: fixed index error for width="", see also:
    MoinMoinBugs/GUI_convertor_list_index_out_of_range
  * xmlrpc: disable editor backup for putPage, renamePage and revertPage
    because if pages get uploaded by xmlrpc then the draft cache file can
    rapidly increase in size, causing high memory usage because it needs to
    get loaded into memory for updating/processing.
  * Emit Content-Type header (with charset) for SlideShow action and many other
    actions that just call send_title().
  * ActionBase: better compatibility to moin 1.8, use request.values by
    default, optionally use request.form data only

  New features:
  * RenamePage action: added ability to create redirect pages when renaming
    (turned off by default, see show_rename_redirect config option).
  * formatter/text_html: Added line number links to code blocks.
  * diff action:
    * Fixed whitespace in generated (html) diff view table so white-space: pre
      can be used (and whitespace in diffs preserved).
    * Added links to first/last revision.
  * MoinMoin.widget.browser: introduced feature for sorting tables, see:
    http://moinmo.in/FeatureRequests/SortableTables
  * SystemAdmin user and attachment browsers: sorting feature used there now
  * Scrolling the text editor to the double clicked line.
  * Enable double-click-editing by default.
  * WikiConfigHelp macro: make heading and description display optional,
    heading level as a parameter (default 2)
  * If edit ticket check fails, send the editor with the current content.
  * moin import wikipage - use this script to import local files as a wiki page

  Other changes:
  * upgraded pygments from 1.2.2 to 1.3.1
  * upgraded FCKeditor from 2.6.4.1 to 2.6.6
  * added configuration snippet for ldap authentication against 2 servers
  * improved script help output

(obache)

2010-07-09 09:48:16 UTC MAIN commitmail json YAML

2010-07-09 09:46:49 UTC MAIN commitmail json YAML

add telepathy-mission-control5-5.5.1, uses a different protocol than
t-m-c4 and can be installed in parallel
(needed at runtime by newer versions of empathy)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-07-09 08:46:32 UTC MAIN commitmail json YAML

Updated net/mrtg to 2.16.4

(adam)

2010-07-09 08:45:34 UTC MAIN commitmail json YAML

Changes 2.16.4:
* fix "P_DETACH" and Pod::Usage issues with perl 5.12
* relax cfgmaker option parsing when figuring whether to test for highspeed
  counters or not.
* fix sorting of numbered interface names index maker
* belarusian translation for mrtg 2.16

Changes 2.16.3:
* three new config options to compliment the existing
  RRDRowCount option to explicitly set the size of all RRAs
* allow to rename target in the clonedirectory option
* add import to the require File::Copy
* support multiple options in ifdesc and ifref setting for cfgmaker
* teach cfgmaker about nortel switches
* make sure rates over 4G work too
* allow group and user option to be set to roo

(adam)

2010-07-09 06:25:40 UTC MAIN commitmail json YAML

Updated graphics/clutter to 1.2.10

(obache)

2010-07-09 06:25:26 UTC MAIN commitmail json YAML

Update clutter to 1.2.10.

Clutter 1.2.10 (08/06/2010)
===============================================================================

  • List of changes since Clutter 1.2.8

    » Update the EGL X11 backend.

    » Build fixes for out of dir builds.

    » Regenerate the mipmaps whenever a texture is modified.

    » Reset the blend constants and equations even if they are the same

    » Flush the Journal when creating an FBO.

(obache)

2010-07-09 05:58:26 UTC MAIN commitmail json YAML

Updated www/termtter to 1.9.0

(obache)

2010-07-09 05:58:13 UTC MAIN commitmail json YAML

2010-07-09 05:26:10 UTC MAIN commitmail json YAML

Updated net/ruby-rubytter to 1.4.0

(obache)

2010-07-09 05:25:57 UTC MAIN commitmail json YAML

Update rubytter to 1.4.0.

* Version bump to 1.4.0
* changed to be able to specify path_prefix
* rename "destructize" to "to_hash"
* fixed spec
* changed to define destructize

(obache)

2010-07-09 04:26:51 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-Middleware-File-Sass version 0.01
as www/p5-Plack-Middleware-File-Sass into The NetBSD Packages
Collection.

The Perl 5 module Plack::Middleware::File::Sass is a Plack middleware
component that works with Plack::App::File or Plack::Middleware::Static
to compile Sass templates into CSS stylesheet in every request.

(seb)

2010-07-09 04:26:16 UTC MAIN commitmail json YAML

Add & enable p5-Plack-Middleware-File-Sass

(seb)

2010-07-09 04:25:16 UTC MAIN commitmail json YAML

Initial import of p5-Plack-Middleware-File-Sass version 0.01 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::File::Sass is a Plack middleware
component that works with Plack::App::File or Plack::Middleware::Static
to compile Sass templates into CSS stylesheet in every request.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-09 04:02:29 UTC MAIN commitmail json YAML

Note initial addition of p5-Text-Sass version 0.5 as textproc/p5-Text-Sass
into The NetBSD Packages Collection.

The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/.  This is most definitely a work-in-progress.
It only implements a subset of the specification.

(seb)

2010-07-09 04:01:56 UTC MAIN commitmail json YAML

Add & enable p5-Text-Sass

(seb)

2010-07-09 04:01:35 UTC MAIN commitmail json YAML

Initial import of p5-Text-Sass version 0.5 in the NetBSD Packages
Collection.

The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/.  This is most definitely a work-in-progress.
It only implements a subset of the specification.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-08 18:54:46 UTC MAIN commitmail json YAML

Updated sysutils/memtestplus to 4.10

(jakllsch)

2010-07-08 18:54:23 UTC MAIN commitmail json YAML

Update memtest86+ to 4.10 with blessing of smb@.

Package changes:
Move base address to 0x100000, similar to that of the NetBSD/x86 kernel.
Hopefully this will avoid trampling something important in low memory.
This appears to work fine on the limited number of machines I tested.

Upstream changes from 4.00 to 4.10:
+ New Features
  - Added support for Core i7 Extreme CPU (32nm)
  - Added support for Core i5/i3 (32nm)
  - Added support for Pentium Gxxxx (32nm)
  - Added support for Westmere-based Xeon
  - Added preliminary support for Intel Sandy Bridge
  - Added support for AMD 6-cores CPU
  - Added detection for Intel 3200/3210
  - New installer for USB Key
+ Bug Fixes
  - Corrected a crash at startup
  - Many others bug fixes

(jakllsch)

2010-07-08 18:51:01 UTC MAIN commitmail json YAML

update to 4.1.1
many bugfixes and improvements, too much to list here

(drochner)

2010-07-08 18:48:48 UTC MAIN commitmail json YAML

mark this package MAKE_JOBS_SAFE=no - the build fails on Mac OS X 10.4
with MAKE_JOBS=2, but builds correctly when marked

(jdolecek)

2010-07-08 18:48:05 UTC MAIN commitmail json YAML

bump PKGREV for new libmatroska dependency

(drochner)

2010-07-08 18:46:47 UTC MAIN commitmail json YAML

update to 1.0.0
changes:
-API extensions
-bugfixes

pkgsrc note: while the changelog doesn't tell details, there seems
to be an ABI incompatibility to the previous version. Bump the
bl3 dependency.

(drochner)

2010-07-08 18:42:15 UTC MAIN commitmail json YAML

2010-07-08 18:37:03 UTC MAIN commitmail json YAML

add an option for "telepathy" support (off per default)

(drochner)

2010-07-08 17:05:40 UTC MAIN commitmail json YAML

2010-07-08 17:00:06 UTC MAIN commitmail json YAML

2010-07-08 16:05:34 UTC MAIN commitmail json YAML

2010-07-08 15:49:10 UTC MAIN commitmail json YAML

2010-07-08 12:15:55 UTC MAIN commitmail json YAML

Updated converters/py-simplejson to 2.1.1

(obache)

2010-07-08 12:15:39 UTC MAIN commitmail json YAML

Update py-simplejson to 2.1.1.
Based on PR#43447 by Wen Heping.
While here, set LICENSE=mit with some cosmetic fixes.

Version 2.1.1 released 2010-03-31

* Change how setup.py imports ez_setup.py to try and workaround old versions
  of setuptools.
  http://code.google.com/p/simplejson/issues/detail?id=75
* Fix compilation on Windows platform (and other platforms with very
  picky compilers)
* Corrected simplejson.__version__ and other minor doc changes.
* Do not fail speedups tests if speedups could not be built.
  http://code.google.com/p/simplejson/issues/detail?id=73

Version 2.1.0 released 2010-03-10

* Decimal serialization officially supported for encoding with
  use_decimal=True. For encoding this encodes Decimal objects and
  for decoding it implies parse_float=Decimal
* Python 2.4 no longer supported (may still work, but no longer tested)
* Decoding performance and memory utilization enhancements
  http://bugs.python.org/issue7451
* JSONEncoderForHTML class for escaping &, <, >
  http://code.google.com/p/simplejson/issues/detail?id=66
* Memoization of object keys during encoding (when using speedups)
* Encoder changed to use PyIter_Next for list iteration to avoid
  potential threading issues
* Encoder changed to use iteritems rather than PyDict_Next in order to
  support dict subclasses that have a well defined ordering
  http://bugs.python.org/issue6105
* indent encoding parameter changed to be a string rather than an integer
  (integer use still supported for backwards compatibility)
  http://code.google.com/p/simplejson/issues/detail?id=56
* Test suite (python setup.py test) now automatically runs with and without
  speedups
  http://code.google.com/p/simplejson/issues/detail?id=55
* Fixed support for older versions of easy_install (e.g. stock Mac OS X config)
  http://code.google.com/p/simplejson/issues/detail?id=54
* Fixed str/unicode mismatches when using ensure_ascii=False
  http://code.google.com/p/simplejson/issues/detail?id=48
* Fixed error message when parsing an array with trailing comma with speedups
  http://code.google.com/p/simplejson/issues/detail?id=46
* Refactor decoder errors to raise JSONDecodeError instead of ValueError
  http://code.google.com/p/simplejson/issues/detail?id=45
* New ordered_pairs_hook feature in decoder which makes it possible to
  preserve key order. http://bugs.python.org/issue5381
* Fixed containerless unicode float decoding (same bug as 2.0.4, oops!)
  http://code.google.com/p/simplejson/issues/detail?id=43
* Share PosInf definition between encoder and decoder
* Minor reformatting to make it easier to backport simplejson changes
  to Python 2.7/3.1 json module

(obache)

2010-07-08 11:45:04 UTC MAIN commitmail json YAML

2010-07-08 11:44:49 UTC MAIN commitmail json YAML

Update midori to 0.2.6.
PR#43500 by Tim Larson.

v0.2.6
+ Show a dialogue when quitting while downloading
+ Render icons in errors/ speed dial properly
+ Fix a build error with API documentation
+ Fix error pages in frames, and a related crash
+ Allow more shortcuts or columns in speed dial
+ Add 'Copy All' button to Console panel

(obache)

2010-07-08 11:28:30 UTC MAIN commitmail json YAML

Updated emulators/aranym to 0.9.10

(obache)

2010-07-08 11:28:06 UTC MAIN commitmail json YAML

Update aranym to 0.9.10 with emutos 0.8.5.
Based on PR#43567 by Ryo ONODERA.

2010/05/27 - version 0.9.10 released

New feature: GEM clipboard support that allows you to pass data between
GEM clipboard and the host one (MS Windows, Mac OS X and X Window System).
It's currently implemented in FreeMiNT only and uses its aranym.xfs
virtual filesystem (U:\host\clipbrd). Please see setup instructions
in http://wiki.aranym.org/gem_clipbrd

Also couple of important bugfixes:

o fixed two nasty crashes in HostFS (related to recent symlink fixes)
o fixed Xcode building universal binaries on PPC
o VIDEL autozoom feature with correct aspect ratio for non-square pixels

2009/09/05 - version 0.9.9 released

This time mostly bugfixes:

o fixed possible crash in HostFS when quitting ARAnyM (not serious)
o fixed possible crash due to bug in libSDL up to v1.2.13 (very serious)
o fixed some redrawing problems in 8 and 16 color depths with soft NfVDI
o fixed all compile time warnings and Categories entry in aranym.desktop
o fixed weirdness when mouse pointer was leaving the window on Win and OSX
o fixed problem with invalid HostFS symlink breaking directory list
o improvement: HostFS symlinks are now shown as relative if possible
o fixed indirect descriptors handling in MMU
o fixed HostFS symlinks for certain path configurations
o added Mode key in the set of ARAnyM hotkey modifiers
o fixed Alt+mouse click problem on Mac OSX
o fixed Right Shift detection upon startup

If you found ARAnyM crashing previously when moving windows around
or doing any other activity where VDI had to blit screen areas then
please upgrade to this version ASAP. We've added a workaround for
a serious bug in the libSDL that was causing these weird ARAnyM crashes.

2009/04/25 - version 0.9.8beta released

o CPU: fixed TRAPcc and FTRAPcc instructions (for Guillaume's mplayer :-)
o VIDEL: pixel precise horizontal scrolling implemented
o fixed BUSY signal handling on the parallel port
o fixed mouse grab/ungrab/autograb (see below)
o added new ARAnyM mouse cursor (white arrow)
o added middle mouse button handling (in Eiffel mode)
o added suport for reversing mouse Y-axis in IKBD (used in Linux-m68k)
o fixed many DSP56001 instructions
o fixed NFJPEG on 64bit hosts
o fixed several NF drivers to work under FreeMiNT (not rely on __NF cookie)
o buggy JIT-FPU was disabled. Now FPU is precise though slower in JIT mode

Mouse grab/ungrab/autograb has changed: first, ungrabbing when leaving
ARAnyM window was fixed (issue with autograb on the window border).
Then, ARAnyM got a new mouse cursor (white one) so you can recognize
now when the mouse is grabbed (the cursor pointer is black in TOS)
and when it's not (the cursor pointer is white now).
At last, mouse autograb upon entering ARAnyM window was disabled until
we can ensure the Atari mouse cursor is positioned in sync with host
mouse cursor (will require Atari OS support, probably in a form
of aranym.acc and AES implementing appl_tplay).
Also the "AutoGrabMouse" config option has been removed.

2008/11/08 - version 0.9.7beta released

Mostly small fixes at various places plus a lot of work went into
improving the DSP56001 emulation. Also the sound DMA emulation is improved
to a point where GSXB driver should be unnecessary.

o improved automatic network setup on Mac
o reworked audio DMA emulation. Also added configurable host sound frequency
o one MMU bug fixed (regarding TTR)
o special support for halting ARAnyM on linux-m68k reboot (--halt)
o SDL GUI fixed (missing events after alerts)
o EMULOP is now privileged so if some old ARAnyM TSR starts crashing this is why
o joypads are now emulated
o joysticks and joypads can be configured in the config file
o '<>' and 'End' keys' scancodes made Atari compatible

Check the doc/config example file for the new [JOYSTICKS] and [AUDIO] sections.

(obache)

2010-07-08 06:59:56 UTC MAIN commitmail json YAML

delete non-existant pam-11 package

(jnemeth)

2010-07-08 04:57:36 UTC MAIN commitmail json YAML

Begin cleanup of setgid game infrastructure.

* Introduce USE_GAMESGROUP, which causes the games user and group to
be made available.

* Retain SETGIDGAME as an alias for USE_GAMESGROUP. Describe it as
deprecated.

* Always define GAMES_USER, GAMES_GROUP, GAMEMODE, GAMEDIRMODE, and
GAMEDATAMODE, regardless of whether USE_GAMESGROUP is turned on or not.

* Define these variables in defaults/mk.conf instead of separately in
every platform/*.mk file. The definitions used to be the same for each
of these platforms anyway, except for some where they were randomly
missing or commented out for no clear reason, leading to broken game
packages.

* Handle all these variables properly when unprivileged.

* Update the comments/documentation for these variables.

* Describe GAMEOWN and GAMEGRP as deprecated. These need to be
retained as aliases for GAMES_USER and GAMES_GROUP respectively for
supporting packages that use bsd.*.mk but should otherwise not be
used.

* Add GAMEDATA_PERMS and GAMEDIR_PERMS using GAMEDATAMODE and
GAMEDIRMODE respectively.

* Fix a bug I noticed that was improperly mixing the "games" group
and "games" user.

Things this does *not* do:

- get rid of GAMES_USER, for which there should ultimately be no need.

- move the declaration/documentation/default value of USE_GAMESGROUP
to a suitable place. (It is currently where SETGIDGAME was, which is
suboptimal.)

- touch any of the games, all of which need updating with at least
s/SETGIDGAME/USE_GAMESGROUP/ and probably more.

- update the guide to explain how to handle games properly.

Also, it would be nice if using GAMES_GROUP without setting
USE_GAMESGROUP=yes caused an error but as far as I know there isn't
any particularly good way to arrange this right now.

Note that these changes may alter the build/install behavior of broken
game packages, e.g. some may silently become setgid when they weren't
before or things like that. If you run into any of this file a PR.

While one might arguably bump the PKGREVISION of all games or other
packages using any of these variables as a precaution, that seems like
a bad idea. Instead, I think I will be bumping each game once it
itself has been fixed up to do everything the right way.

(dholland)

2010-07-08 00:34:54 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.417a

(obache)

2010-07-08 00:34:42 UTC MAIN commitmail json YAML

distfile is renamed.
No functional change, but adjust PKGNAME to its distname.

(obache)

2010-07-07 22:03:37 UTC MAIN commitmail json YAML

Update to dhcpcd-5.2.6

Changes from dhcpcd-5.2.4 include:
* Always daemonise in master mode as some interface up/downs can trigger timeout
* Improved NTP handling on Debian based systems
* dhcpcd -n will now re-read the configuration file

(roy)

2010-07-07 15:10:35 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2010-07-07 12:58:10 UTC MAIN commitmail json YAML

Updated net/pear-Net_Sieve to 1.3.0

(obache)

2010-07-07 12:57:57 UTC MAIN commitmail json YAML

Update pear-Net_Sieve to 1.3.0.
PR#43555 by Wen Heping

1.3.0
Changelog:

* Add debug handler parameter to constructor.
* Fix LOGIN authentication (Agust?n Eijo, Aleksander Machniak, Bug #17527).

1.2.2
Changelog:

* Fix SASL authentication without Auth_SASL (Bug #17489).

(obache)

2010-07-07 01:13:08 UTC MAIN commitmail json YAML

2010-07-07 01:05:31 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.417nb1

(obache)

2010-07-07 01:03:29 UTC MAIN commitmail json YAML

Upstream distfile had been replaced.

Bump PKGREVISION.

(obache)

2010-07-07 00:29:32 UTC MAIN commitmail json YAML

2010-07-06 23:37:57 UTC MAIN commitmail json YAML

Tell builtin zlib for Haiku.

(obache)

2010-07-06 23:36:51 UTC MAIN commitmail json YAML

Add workaround of lack of hard link support on BFS of Haiku.
Use symbolic link instead.

(obache)

2010-07-06 23:35:01 UTC MAIN commitmail json YAML

Tell Haiku's builtin bzip2.

(obache)

2010-07-06 16:43:05 UTC MAIN commitmail json YAML

2010-07-06 16:23:55 UTC MAIN commitmail json YAML

2010-07-06 16:17:56 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.

pkgsrc note: added "telepathy" option for integration with the
telepathy/farsight framework (defaults to "off" for now)

(drochner)

2010-07-06 16:13:42 UTC MAIN commitmail json YAML

update to 2.30.3
changes:
-bugfixes
-Add dbus activation service file for org.freedesktop.secrets

pkgsrc note: removed dependency on libgnome-keyring; child pkgs
should have been updated to list this dependency explicitely

(drochner)

2010-07-06 16:08:08 UTC MAIN commitmail json YAML

update to 0.13.1
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 16:06:19 UTC MAIN commitmail json YAML

update to 3.30.2
changes:
-bugfixes
-translation updates

(drochner)

2010-07-06 15:57:46 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 15:56:47 UTC MAIN commitmail json YAML

2010-07-06 15:56:07 UTC MAIN commitmail json YAML

update to 0.24.2
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 15:54:20 UTC MAIN commitmail json YAML

2010-07-06 15:52:44 UTC MAIN commitmail json YAML

update to 2.30.3
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 15:51:19 UTC MAIN commitmail json YAML

2010-07-06 15:39:35 UTC MAIN commitmail json YAML

update to 5.30.2
changes: translation updates

(drochner)

2010-07-06 15:37:51 UTC MAIN commitmail json YAML

2010-07-06 15:35:43 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2010-07-06 15:35:07 UTC MAIN commitmail json YAML

2010-07-06 15:33:39 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 15:32:17 UTC MAIN commitmail json YAML

2010-07-06 15:25:07 UTC MAIN commitmail json YAML

2010-07-06 15:23:59 UTC MAIN commitmail json YAML

2010-07-06 15:22:23 UTC MAIN commitmail json YAML

2010-07-06 15:19:46 UTC MAIN commitmail json YAML

2010-07-06 15:17:03 UTC MAIN commitmail json YAML

2010-07-06 15:15:05 UTC MAIN commitmail json YAML

2010-07-06 15:13:39 UTC MAIN commitmail json YAML

2010-07-06 15:12:37 UTC MAIN commitmail json YAML

2010-07-06 15:08:55 UTC MAIN commitmail json YAML

2010-07-06 15:06:39 UTC MAIN commitmail json YAML

2010-07-06 15:01:56 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-06 15:00:27 UTC MAIN commitmail json YAML

we've got everything for gnome-2.30.2, name it so

(drochner)

2010-07-06 14:58:18 UTC MAIN commitmail json YAML

2010-07-06 14:54:47 UTC MAIN commitmail json YAML

2010-07-06 14:47:55 UTC MAIN commitmail json YAML

Note addition of www/contao29-translations 20100706.

(taca)

2010-07-06 14:47:15 UTC MAIN commitmail json YAML

Add and enable contao29-translations.

(taca)

2010-07-06 14:45:53 UTC MAIN commitmail json YAML

2010-07-06 14:07:03 UTC pkgsrc-2010Q2 commitmail json YAML

2010-07-06 14:06:25 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3156 - requested by obache
emulators/tme: build fix

Revision pulled up:
- emulators/tme/Makefile 1.20-1.21
- emulators/tme/PLIST 1.7
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 10:20:38 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile PLIST

Log Message:
Fixes PLIST (remove redundant libraries, add an library).
PR#43572 by Ryo ONODERA.

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 11:20:34 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile

Log Message:
Need pkg-config to detect gtk2.

(tron)

2010-07-06 10:17:17 UTC MAIN commitmail json YAML

2010-07-06 07:34:42 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.21

(obache)

2010-07-06 07:33:56 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.21

(obache)

2010-07-06 07:33:43 UTC MAIN commitmail json YAML

Update msmtp to 1.4.21.
Based on PR#43566, with additional clean up, exactly enable/disable options.

Version 1.4.21:
- No significant changes.

Version 1.4.20:
- Added support for authentication mechanism SCRAM-SHA-1 via GNU SASL.
- The new command tls_fingerprint allows one to trust one particular TLS
  certificate, in case tls_trust_file cannot be used for some reason.
- The new script msmtp-gnome-tool.py manages Gnome Keyring passwords for msmtp.

Version 1.4.19:
- When using OpenSSL, msmtp now correctly handles NUL characters in the Common
  Name and Subject Alternative Name fields of certificates. This fixes a
  security problem. Note that msmtp is not affected by this problem if GnuTLS is
  used.

(obache)

2010-07-06 07:32:40 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.4.4

(adam)

2010-07-06 07:31:37 UTC MAIN commitmail json YAML

Changes 1.4.4:
Bugfixes:
* compile: multiple fixes isnan and isinf defines to make rrdtool compile
  with gcc on solaris (with --disable-nls)
* handle gettext/libintl like any other feature, do not try to supply
  our own ... rrdtool can work fine without it
* rrd_client: fix potential segfaults
* rrd_client: resolve synmlinks properly
* compile: fix libtool and libtoolize names for OSX compiles
* compile: fix for HAVE_BROKEN_MS_ASYNC (old linux kernels)
* rrd_xport: fix --daemon handling
* rrd_client: explicitly close connection on error
* rrd_update: fix memory leak for COMPUTE datasources
* rrd_daemon: fix segfault when specifying a relative path (-j option)
* compile: make rrdtool compile with gcc 4.5
* portability: use %lld (long long int) for time_t *printf
* compile: link pangocairo and not pango since we do use pangocairo actually
* compile: re-integrate intl into compile dependency so that hosts with
  old (or no) gettext can get access to the included copy.
* rrd_cached: exit with status !=0 on invalid cli

Enhancements:
* updated build files and instructions for win32 port by Chris Larsen
* legal: Relicense the RRDCacheD client interface under the MIT license
* legal: Updted FLOSS Exception for latest PHP license
* rrd_cached: better help output

(adam)

2010-07-06 07:31:20 UTC MAIN commitmail json YAML

Changes 1.4.4:
Bugfixes:
* compile: multiple fixes isnan and isinf defines to make rrdtool compile
  with gcc on solaris (with --disable-nls)
* handle gettext/libintl like any other feature, do not try to supply
  our own ... rrdtool can work fine without it
* rrd_client: fix potential segfaults
* rrd_client: resolve synmlinks properly
* compile: fix libtool and libtoolize names for OSX compiles
* compile: fix for HAVE_BROKEN_MS_ASYNC (old linux kernels)
* rrd_xport: fix --daemon handling
* rrd_client: explicitly close connection on error
* rrd_update: fix memory leak for COMPUTE datasources
* rrd_daemon: fix segfault when specifying a relative path (-j option)
* compile: make rrdtool compile with gcc 4.5
* portability: use %lld (long long int) for time_t *printf
* compile: link pangocairo and not pango since we do use pangocairo actually
* compile: re-integrate intl into compile dependency so that hosts with
  old (or no) gettext can get access to the included copy.
* rrd_cached: exit with status !=0 on invalid cli

Enhancements:
* updated build files and instructions for win32 port by Chris Larsen
* legal: Relicense the RRDCacheD client interface under the MIT license
* legal: Updted FLOSS Exception for latest PHP license
* rrd_cached: better help output

(adam)

2010-07-06 00:01:35 UTC MAIN commitmail json YAML

Move BDB_ACCEPTED within the {storage,auth}-db options section, where
../../mk/bdb.buildlink3.mk is included.

(schnoebe)

2010-07-05 22:42:02 UTC MAIN commitmail json YAML

Updated math/fricas to 1.1.0

(asau)

2010-07-05 22:41:16 UTC MAIN commitmail json YAML

Update to FriCAS 1.1.0

Notable changes (compared to version 1.0.9) include:

- New domains and packages: VectorSpaceBasis domain,
  DirichletRing domain, 3D graphic output in Wavefront .obj format,
  specialized machine precision numeric vectors and matrices (faster
  then general vectors and matrices), Html output.

- Support Clifford algebras corresponding to non-diagonal matrix,
  added new operations.

- 'normalize' now tries to simplify logarithms of algebraic constants.

- New functions: Fresnel integrals, carmichaelLambda.

- Speed improvements: several polynomial operations are faster,
  faster multiplication in Ore algebras, faster computation of
  strong generating set for permutation groups, faster coercions.

- Several improvements to the guessing package (in particular new
  option Somos for restricting attention to Somos-like
  sequences

Bug fixes, in particular:

- FriCAS can now compute multiplicative inverse of a power series
  with constant term not equal to 1.

- Fixed a problem with passing interpreter functions to algebra.

- Two bugs causing crashes in HyperDoc interface are fixed.

- FriCAS now ignores sign when deciding if number is prime.

- A failing coercion that used to crash FriCAS is now detected.

- 'has' test sometimes gave wrong result.

- Plotting fixes.

(asau)

2010-07-05 14:49:39 UTC MAIN commitmail json YAML

Note addtion of contao29 and contao29-example package 2.9.0.

(taca)

2010-07-05 14:48:15 UTC MAIN commitmail json YAML

* Add contao, contao29 and contao29-example.
* Enable contao29 and contao29-example.

(taca)

2010-07-05 14:46:26 UTC MAIN commitmail json YAML

Importing Contao Open Source CMS 2.9.0 as www/contao29.

This is sample website to demonstration and learn the CMS.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-07-05 14:45:22 UTC MAIN commitmail json YAML

Importing Contao Open Source CMS 2.9.0 as www/contao29.

Its Name has changed from TYPOlight to Contao:
http://www.contao.org/news/items/typolight-becomes-contao.html

Basically, the name of sofware, domain, backend URL are changed.

* Introduce themse support:
http://www.contao.org/themes.html
* Extension Repositroy 2.0.
* Templage group.
* Share on Facebook and Twitters.

For more information, please refer:
http://www.contao.org/news/items/contao-2_9_0.html.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-07-05 14:39:32 UTC MAIN commitmail json YAML

2010-07-05 11:55:33 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.417

(obache)

2010-07-05 11:55:16 UTC MAIN commitmail json YAML

Update umefont to 0.417.

Changelog:
In Gothic (Sans-serif) family
Version 417
  * Fix glyphs in Unicode : 0020-4f5d, 9fa0-ffff
  * Fix glyphs in Shift_JIS : 0020-9263, ee66-fcff

In Minchi (Serif) family
Version 417
  * Fix glyphs in Unicode : 0020-44e0, 9fa0-ffff
  * Fix glyphs in Shift_JIS : check completed.

(obache)

2010-07-05 11:20:34 UTC MAIN commitmail json YAML

Need pkg-config to detect gtk2.

(obache)

2010-07-05 10:22:05 UTC MAIN commitmail json YAML

Remove last duplicated entry.

(obache)

2010-07-05 10:21:28 UTC MAIN commitmail json YAML

Updated emulators/tme to 0.8nb1

(obache)

2010-07-05 10:20:38 UTC MAIN commitmail json YAML

Fixes PLIST (remove redundant libraries, add an library).
PR#43572 by Ryo ONODERA.

Bump PKGREVISION.

(obache)

2010-07-05 09:11:30 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.6

(wiz)

2010-07-05 09:11:14 UTC MAIN commitmail json YAML

Update to to 1.6:

1.6 (2010-07-01)

  (This release makes a couple small behavior changes, be sure to read UpgradeNotes!)

  Core

    * addremove: optimize addremove -s100 by matching files by their SHA1 hashes
    * archive: auto-detect archive type by extension (issue2058)
    * commit: more friendly handling of new and closed named branches
    * hooks: provide pre- and post- hooks with parsed command line arguments
    * log: add --branch for filtering on named branch
    * log: add --stat for diffstat output
    * push: add --new-branch option to allow initial push of new branches
    * push: break infinite http recursion bug with Python 2.6.5 (issue2179)
    * rollback: add -n/--dry-run flag, report what's being rolled back
    * subrepo: various fixes
    * summary: report copies and renames and add subrepo status
    * tag: add -e/--edit option for modifying the commit message
    * revsets: introduce a powerful query language for specifying revisions, see the manpage or hg help revsets

  Hgweb

    * unify and simplify hgweb.cgi and hgwebdir.cgi scripts
    * fix race in refreshing repo list (issue2188)
    * simplify hgweb.cgi, add help pointer
    * deliver shell hook output to client
    * allow --port=0 to specify "choose free port number automatically"
    * improved templater performance

  Help

    * add new hgweb, glossary, and revsets topics
    * numerous improvements to help text

  Extensions

    * acl: support for access control base on branches and user-defined or OS-level groups
    * acl: added support for pretxncommit, so that one can call the ACL hook at (?)
    * bookmarks: add support for pushing and pulling bookmarks
    * churn: add possibility to include/exclude paths
    * color: add support for Windows consoles
    * color: colorize based on output labels instead of parsing output
    * extdiff: add labels, read diff arguments from [merge-tools]
    * keyword: offer svn-like default keywordmaps
    * keyword: support (q)record
    * mq: add a line to hg summary
    * mq: qpush --move, reorder patch series and apply only the patch
    * progress: progress support for many more commands
    * rebase: add option to not commit after a collapsing

(wiz)

2010-07-05 08:59:48 UTC pkgsrc-2010Q2 commitmail json YAML

2010-07-05 08:59:29 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3155 - requested by taca
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common 1.9
- databases/mysql51-client/distinfo 1.5
- databases/mysql51-server/PLIST 1.6
- databases/mysql51-server/distinfo 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul  5 03:15:04 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-server: PLIST distinfo

Log Message:
Update mysql51-{client,server} package to 5.1.48.

Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.

(tron)

2010-07-05 08:58:56 UTC MAIN commitmail json YAML

In eggdbusbus.h define uid_t, which is used by org.freedesktop.DBus.xml, but
is not guaranteed to be defined by the selected set of includes.  Fixes build
on some Linux variants.

Addresses PR#43513.

(dsainty)

2010-07-05 08:20:24 UTC MAIN commitmail json YAML

Updated x11/tint2 to 0.11

(tnn)

2010-07-05 08:14:43 UTC MAIN commitmail json YAML

2010-07-05 08:06:15 UTC MAIN commitmail json YAML

Update to tint2-0.11.
Added c++ to USE_LANGUAGES to appease CMake. Someone with CMake clue
should have a look at it.

ChangeLog:
- unhide tint2 panel when dragging something
- Set _NET_WM_ICON_GEOMETRY for every task
- strut_policy=minimum is possible even if autohide is disabled
- Added icons and a *.desktop file for tint2conf
- BSD fixes
- Add cmake build system
- Xrandr and Nvidia problems fixed
- Fix installation of examples
- added panel theme switcher 'tint2conf'
  with preview of each theme based on current config (size of monitor, task opened, ...)
- include tintwizard : theme editor
- autodetect composite manager and switch to real or fake transparency
  this feature needed a patch to xcompmgr
  see FAQ http://code.google.com/p/tint2/wiki/FAQ#How_to_configure_real_transparency_(xcompmgr)
- added 'strut_policy = none'
- drag n drop task re-ordering

(tnn)

2010-07-05 07:45:33 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20100704

(schmonz)

2010-07-05 07:45:22 UTC MAIN commitmail json YAML

Update to 3.20100704. From the changelog:

  * Changes to avoid display of ugly google openids, by displaying
    a username taken from openid.
  * API: Add new optional field nickname to rcs_recentchanges.
  * API: rcs_commit and rcs_commit_staged are now passed named
    parameters.
  * openid: Store nickname based on username or email provided from
    openid provider.
  * git: Record the nickname from openid in the git author email.
  * comment: Record the username from openid in the comment page.
  * Fixed some confusion and bugginess about whether
    rcs_getctime/rcs_getmtime were passed absolute or relative filenames.
    (Make it relative like everything else.)
  * hnb: Fixed broken use of mkstemp that had caused dangling temp files,
    and prevented actually rendering hnb files.
  * Use comment template on comments page of example blog.
  * comment.tmpl: Fix up display when inline uses it to display a non-comment
    page. (Such as a discussion page.)
  * git: Added git_wrapper_background_command option. Can be used to eg,
    make the git wrapper push to github in the background after ikiwiki
    runs.
  * po: Added needstranslation() pagespec. (intrigeri)
  * po: Added support for .html source pages. (intrigeri)
  * comment: Fix problem moderating comments of certian pages with utf-8
    in their name.

(schmonz)

2010-07-05 07:23:15 UTC MAIN commitmail json YAML

Updated pkgtools/pkgdiff to 0.123

(sbd)

2010-07-05 03:32:15 UTC MAIN commitmail json YAML

Note updated www/typo3 package to 4.4.0.

(taca)

2010-07-05 03:31:30 UTC MAIN commitmail json YAML

Update typo3 package to 4.4.0.

o The New Introduction Package
o Fresh and Improved Backend
o Easier Installation than Ever
o Revised and Faster Rich Text Editor

And more, please refer release note.

http://typo3.org/download/release-notes/typo3-44/

(taca)

2010-07-05 03:30:34 UTC MAIN commitmail json YAML

- elm-2.5pl24 (which does not exist)
+ elm-me-2.5plalpha24 (which does)

(dholland)

2010-07-05 03:27:29 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 1.7.

(taca)

2010-07-05 03:26:46 UTC MAIN commitmail json YAML

Update fengoffice package to 1.7.

pkgsrc change: added some patches to fix known problems on 1.7.

Changes:

o E-mail module improvements
o Export reports as CSV
o Latest activity
o And more:
- LDAP support
- guest users
- a new five day view for the calendar
- prettier email notifications
- ...

(taca)

2010-07-05 03:18:40 UTC MAIN commitmail json YAML

Note update of net/bind97 package to 9.7.1.

(taca)

2010-07-05 03:17:45 UTC MAIN commitmail json YAML

Update bindi97 package to 9.7.1.

--- 9.7.1 released ---

--- 9.7.1rc1 released ---

2909. [bug] named-checkconf -p could die if "update-policy local;"
was specified in named.conf. [RT #21416]

2908. [bug] It was possible for re-signing to stop after removing
a DNSKEY. [RT #21384]

2907. [bug] The export version of libdns had undefined references.
[RT #21444]

2906. [bug] Address RFC 5011 implementation issues. [RT #20903]

2905. [port] aix: set use_atomic=yes with native compiler.
[RT #21402]

2904.  [bug]          When using DLV, sub-zones of the zones in the DLV,
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing.  This was
a unintended outcome from change 2890. [RT# 21392]

2903. [bug] managed-keys-directory missing from namedconf.c.
[RT #21370]

--- 9.7.1b1 released ---

2902. [func] Add regression test for change 2897. [RT #21040]

2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]

2900. [bug] The placeholder negative caching element was not
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346]

2899. [port] win32: Support linking against OpenSSL 1.0.0.

2898. [bug] nslookup leaked memory when -domain=value was
specified. [RT #21301]

2897. [bug] NSEC3 chains could be left behind when transitioning
to insecure. [RT #21040]

2896. [bug] "rndc sign" failed to properly update the zone
when adding a DNSKEY for publication only. [RT #21045]

2895. [func] genrandom: add support for the generation of multiple
files.  [RT #20917]

2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294]

2893. [bug] Improve managed keys support.  New named.conf option
managed-keys-directory. [RT #20924]

2892. [bug] Handle REVOKED keys better. [RT #20961]

2891. [maint] Update empty-zones list to match
draft-ietf-dnsop-default-local-zones-13. [RT# 21099]

2890. [bug] Handle the introduction of new trusted-keys and
DS, DLV RRsets better. [RT #21097]

2889. [bug] Elements of the grammar where not properly reported.
[RT #21046]

2888. [bug] Only the first EDNS option was displayed. [RT #21273]

2887. [bug] Report the keytag times in UTC in the .key file,
local time is presented as a comment within the
comment.  [RT #21223]

2886. [bug] ctime() is not thread safe. [RT #21223]

2885. [bug] Improve -fno-strict-aliasing support probing in
configure. [RT #21080]

2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
[RT #21283]

2883. [bug] 'dig +short' failed to handle really large datasets.
[RT #21113]

2882. [bug] Remove memory context from list of active contexts
before clearing 'magic'. [RT #21274]

2881. [bug] Reduce the amount of time the rbtdb write lock
is held when closing a version. [RT #21198]

2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke
consistent. [RT #21078]

2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
[RT #21106]

2878. [func] Incrementally write the master file after performing
a AXFR.  [RT #21010]

2877. [bug] The validator failed to skip obviously mismatching
RRSIGs. [RT #21138]

2876. [bug] Named could return SERVFAIL for negative responses
from unsigned zones. [RT #21131]

2875. [bug] dns_time64_fromtext() could accept non digits.
[RT #21033]

2874. [bug] Cache lack of EDNS support only after the server
successfully responds to the query using plain DNS.
[RT #20930]

2873. [bug] Canceling a dynamic update via the dns/client module
could trigger an assertion failure. [RT #21133]

2872. [bug] Modify dns/client.c:dns_client_createx() to only
require one of IPv4 or IPv6 rather than both.
[RT #21122]

2871. [bug] Type mismatch in mem_api.c between the definition and
the header file, causing build failure with
--enable-exportlib. [RT #21138]

2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET.

2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
[RT #20877]

2868. [cleanup] Run "make clean" at the end of configure to ensure
any changes made by configure are integrated.
Use --with-make-clean=no to disable.  [RT #20994]

2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
don't like it.  [RT #20986]

2866. [bug] Windows does not like the TSIG name being compressed.
[RT #20986]

2865. [bug] memset to zero event.data.  [RT #20986]

2864. [bug] Direct SIG/RRSIG queries were not handled correctly.
[RT #21050]

2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
[RT #21056]

2862. [bug] nsupdate didn't default to the parent zone when
updating DS records. [RT #20896]

2861. [doc] dnssec-settime man pages didn't correctly document the
inactivation time. [RT #21039]

2860. [bug] named-checkconf's usage was out of date. [RT #21039]

2859. [bug] When cancelling validation it was possible to leak
memory. [RT #20800]

2858. [bug] RTT estimates were not being adjusted on ICMP errors.
[RT #20772]

2857. [bug] named-checkconf did not fail on a bad trusted key.
[RT #20705]

2856. [bug] The size of a memory allocation was not always properly
recorded. [RT #20927]

2853. [bug] add_sigs() could run out of scratch space. [RT #21015]

2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]

2851. [doc] nslookup.1, removed <informalexample> from the docbook
source as it produced bad nroff.  [RT #21007]

2850. [bug] If isc_heap_insert() failed due to memory shortage
the heap would have corrupted entries. [RT #20951]

(taca)

2010-07-05 03:16:20 UTC MAIN commitmail json YAML

Note update of databases/mysql51-client and databases/mysql51-server to 5.1.48.

(taca)

2010-07-05 03:15:04 UTC MAIN commitmail json YAML

Update mysql51-{client,server} package to 5.1.48.

Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.

(taca)

2010-07-05 03:09:01 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.7.2p8.

(taca)

2010-07-05 03:08:10 UTC MAIN commitmail json YAML

Update sudo package to 1.7.2p8.

Major changes between sudo 1.7.2p7 and 1.7.2p8:

* Fixed a crash on AIX when LDAP support is in use.

* Fixed problems with the QAS non-Unix group support

(taca)

2010-07-05 00:57:47 UTC MAIN commitmail json YAML

Enable squeezeboxserver.

(cube)

2010-07-05 00:57:02 UTC MAIN commitmail json YAML

Note addition of audio/squeezeboxserver.

(cube)

2010-07-05 00:54:47 UTC MAIN commitmail json YAML

Initial, long overdue import of audio/squeezeboxserver, version 7.5.1, into
the NetBSD Packages Collection.

To be honest, either you already know what this piece of software is, or
you don't really care.  The Squeezebox and all the other networked audio
players made by Logitech are cool devices, though.

Here's the DESCR:

SqueezeboxServer is the software behind Logitech's networked audio players such
as the Squeezebox.  It streams music to the device over the network from your
local computer.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-05 00:50:55 UTC MAIN commitmail json YAML

Add the licence for the upcoming SqueezeboxServer package.

(cube)

2010-07-05 00:05:43 UTC MAIN commitmail json YAML

Updated geography/gpsbabel to 1.4.1

(gdt)

2010-07-05 00:05:23 UTC MAIN commitmail json YAML

Update to 1.4.1.  (Read waypoints ok on netbsd-5/i386 from Garmin
etrex vista HCx.)

Summary of Changes:
(details at http://www.gpsbabel.org/news/20100620.html)

Many new formats.

New Features

    * KML writer now sets the extents of the time sliders
      automatically for Google Earth 5.0, can now generate gx:Track
      for Google Earth 5.2.
    * Improved handling of from Garmin extensions in GPX including
      ambient temperature, depth, heartrate, and cadence.
    * Reworked Garmin transparency device matching to work with more
      devices such as Nuvi 500 and Dakota
    * Add 'erase_only' option to dg-100.
    * GDB module now handles Garmin Basecamp files, too.
    * Try to preserve Ozi icon data in waypoints.
    * Holux GR245 waypoint now supported.
    * GUI detects host OS serial ports.
    * Add HDOP and VDOP to VPL 900.
    * Added track segment support for many formats, including GPX,
      delbin, and Garmin protocol.
    * Added track->tracksegment conversion filter option to track
      filter.
    * Convert tracks to courses on Garmin fitness upload.

Major Fixes

    * Fix memory corruption in gbfile when line sizes were a multiple
      of internal buffer sizes.
    * Globalsat: flush receive on startup to make BT-335 more
      reliable.
    * Add Mega event icon, Whereigo cache type to GPX and KML.
    * Tweak Earth 5's realtime KML to include end of time window.
    * Several improvements to Garmin GPI reader.
    * Read and write fix information in delgpl format.
    * Garmin Venture HC and Legend H now works better on Mac and
      Linux. (especially Japanese models.)
    * Several improvements for OS/X Snow Leopard.
    * Alllow character set overwrite when sending to USB Garmins.
    * When writing Garmin routes, don't duplicate waypoints for via
      points.

(gdt)

2010-07-05 00:00:18 UTC MAIN commitmail json YAML

The .la for gnome-media may explicitly link in gstreamer-0.10, so buildlink it
across so that other packages don't fail at link time.

Fixes x11/py-gnome2-desktop build on (at least) ancient SuSE systems.

(dsainty)

2010-07-04 22:20:04 UTC MAIN commitmail json YAML

Use a single pattern to match changes in the diff header so that a change to
the input timestamp/name _and_/or output timestamp _and_/or line numbers
changes handled.

update version number to 0.123

(sbd)

2010-07-04 22:18:28 UTC MAIN commitmail json YAML

1) Add a space to the second white-space block, when matching filenames as some
diff version must uses spaces to separate the filename and timestamp (that
or somepeople do cut-n-pasting of patches).

2) add the comma "," to the pattern used to match line numbers, to match POSIX.

(sbd)

2010-07-04 21:43:13 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-Middleware-JSConcat version 0.29
as www/p5-Plack-Middleware-JSConcat into The NetBSD Packages
Collection.

The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware.
It allows you to concatenate multiple javascripts files into one.

(seb)

2010-07-04 21:42:53 UTC MAIN commitmail json YAML

Add & enable p5-Plack-Middleware-JSConcat

(seb)

2010-07-04 21:42:38 UTC MAIN commitmail json YAML

Initial import of p5-Plack-Middleware-JSConcat version 0.29 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware.
It allows you to concatenate multiple javascripts files into one.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-04 21:09:05 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-App-Proxy version 0.15 as
www/p5-Plack-App-Proxy into The NetBSD Packages Collection.

The Perl 5 module Plack::App::Proxy is a middleware-aware proxy
application for Plack.

(seb)

2010-07-04 21:08:43 UTC MAIN commitmail json YAML

Add & enable p5-Plack-App-Proxy

(seb)

2010-07-04 21:08:27 UTC MAIN commitmail json YAML

Initial import of p5-Plack-App-Proxy version 0.15 in the NetBSD
Packages Collection.

The Perl 5 module Plack::App::Proxy is a middleware-aware proxy
application for Plack.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-04 20:37:09 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-Middleware-ConsoleLogger version
0.02 as www/p5-Plack-Middleware-ConsoleLogger into The NetBSD
Packages Collection.

The Perl 5 module Plack::Middleware::ConsoleLogger captures logs
from PSGI applications and plack middleware components and makes
them available to see on JavaScript console for Firebug and Webkit
Inspector.

(seb)

2010-07-04 20:36:01 UTC MAIN commitmail json YAML

Add & enable p5-Plack-Middleware-ConsoleLogger

(seb)

2010-07-04 20:35:48 UTC MAIN commitmail json YAML

Initial import of p5-Plack-Middleware-ConsoleLogger version 0.02
in the NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::ConsoleLogger captures logs
from PSGI applications and plack middleware components and makes
them available to see on JavaScript console for Firebug and Webkit
Inspector.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-04 20:11:55 UTC pkgsrc-2010Q2 commitmail json YAML

2010-07-04 20:11:31 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3154 - requested by wiz
multimedia/vlc: portability fix

Revisions pulled up:
- multimedia/vlc/distinfo 1.38
- multimedia/vlc/patches/patch-aa 1.13
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul  3 14:24:26 UTC 2010

Modified Files:
pkgsrc/multimedia/vlc: distinfo
pkgsrc/multimedia/vlc/patches: patch-aa

Log Message:
Address PR 43086 and PR 43545 based on obache's patch in the former.
(build fix for Linux, so no PKGREVISION bump)

(tron)

2010-07-04 18:15:21 UTC MAIN commitmail json YAML

Note additions of www/p5-Data-URIEncode, devel/p5-File-BOM and
devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}.

(cube)

2010-07-04 18:12:26 UTC MAIN commitmail json YAML

Enable devel/p5-File-BOM, devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}
and www/p5-Data-URIEncode.

(cube)

2010-07-04 18:12:14 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-Middleware-ReverseProxy version
0.06 as www/p5-Plack-Middleware-ReverseProxy into The NetBSD Packages
Collection.

The Perl 5 module Plack::Middleware::ReverseProxy is a Plack
middleware. It resets some HTTP headers, which were changed by
reverse-proxy. You can specify the reverse proxy address and stop
fake requests using 'enable_if' directive in your app.psgi.

(seb)

2010-07-04 18:11:48 UTC MAIN commitmail json YAML

Add & enable p5-Plack-Middleware-ReverseProxy

(seb)

2010-07-04 18:11:35 UTC MAIN commitmail json YAML

Initial import of p5-Plack-Middleware-ReverseProxy version 0.06 in
the NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::ReverseProxy is a Plack
middleware. It resets some HTTP headers, which were changed by
reverse-proxy. You can specify the reverse proxy address and stop
fake requests using 'enable_if' directive in your app.psgi.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2010-07-04 17:52:22 UTC MAIN commitmail json YAML

Initial import of devel/p5-Tie-RegexpHash.

This module allows one to use regular expressions for hash keys, so that
values can be associated with anything that matches the key.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:50:51 UTC MAIN commitmail json YAML

Initial import of p5-Tie-LLHash.

This class implements an ordered hash-like object.  It's a cross between
a Perl hash and a linked list.  Use it whenever you want the speed and
structure of a Perl hash, but the orderedness of a list.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:48:57 UTC MAIN commitmail json YAML

Initial import of p5-Tie-Cache-LRU-Expires.

This module implements an expiring LRU cache, using Tie::Cache::LRU.
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU).  ENTRIES provides the maximum
number of entries in the Tie::Cache::LRU cache.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:48:06 UTC MAIN commitmail json YAML

Initial import of devel/p5-Tie-Cache-LRU.

This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:45:42 UTC MAIN commitmail json YAML

Initial import of devel/p5-File-BOM.

This module provides functions for handling unicode byte order marks,
which are to be found at the beginning of some files and streams.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:42:51 UTC MAIN commitmail json YAML

Initial import of www/p5-Data-URIEncode, version 0.11.

This module allows for encoding and decoding complex (multi level
datastructures) using native Query String manipulators (such as CGI.pm).
It takes complex data and turns it into a flat hashref which can then be
turned into a URI query string using URL encoding.  It also takes a flat
hashref of data passed in and translates it back to a complex structure.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 17:41:58 UTC MAIN commitmail json YAML

Don't attempt to create the directory "/lib/udev/rules.d" on platforms
that don't use "udev".

(tron)

2010-07-04 17:23:30 UTC MAIN commitmail json YAML

2010-07-04 17:09:52 UTC MAIN commitmail json YAML

Note addition of devel/p5-Class-Virtual.

(cube)

2010-07-04 17:00:03 UTC MAIN commitmail json YAML

Initial import of devel/p5-Class-Virtual.

This module is a base class for implementing virtual base classes (what
some people call an abstract class).  Kinda kooky.  It allows you to
explicitly declare what methods are virtual and that must be implemented
by subclasses.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cube)

2010-07-04 16:56:11 UTC MAIN commitmail json YAML

Note update of audio/p5-Audio-Scan.

(cube)

2010-07-04 16:55:03 UTC MAIN commitmail json YAML

Update p5-Audio-Scan to 0.82, as required by a package I'm working on.

OK'd by maintainer.

0.82    2010-05-24 13:15:00
        - RT 57664: ID3: Add checks to avoid reading too much inside an invalid frame.
        - FLAC: Seeking bug fixes.

0.81    2010-05-15 10:40:00
        - Fixed broken boolean values.

0.80    2010-05-14 23:15:00
        - ID3: Fixed unsynchronisation of v2.2/v2.3 tags.
        - FLAC: Fixed several seeking bugs and improved seeking algorithm.
        - MP3: Subtract LAME encoder delay/padding from total samples to obtain more
          accurate song duration value.

0.79    2010-04-27 14:30:00
        - ID3: Bug 16079, fixed crash when reading empty TCON tag.
        - Bug 16095, workaround Win32+filehandle bug where file pos could sometimes
          be off-by-one after a PerlIO_read.

0.78    2010-04-16 15:45:00
        - ASF: Fixed various issues when seeking, now uses the ASF_Index object correctly.
        - ASF: Refactored to clean up the code and make it more efficient.
        - ID3: Bug 16073, properly handle illegal zero-byte frames.

0.77    2010-04-14 11:30:00
        - PerlIO_seek with SEEK_END sometimes does not work correctly, changed all seeks
          to use SEEK_SET instead.

0.76    2010-04-14 10:30:00
        - APE: Bug 15992, fixed reading of APE tags when file also has a Lyricsv2 tag.
        - APE: Bug 16056, fixed reading of APE tags with certain kinds of invalid tags.

0.75    2010-04-02 15:50:00
        - ID3: Really fixed empty text field bug this time.

0.74    2010-04-02 12:15:00
        - ID3: Fixed bug where an empty text field could contain the text from the
          previous frame.

0.73    2010-03-31 12:30:00
        - Added find_frame_fh_return_info method for MP4 seeking from a filehandle.

0.72    2010-03-31 10:50:00
        - Fixed bug in reading unsynchronized APIC frames, the APIC data returned was not
          the correct size.
        - Fixed Mac hints file to work properly on OSX Server 10.6.

0.71    2010-03-30 00:00:00
        - Added find_frame_return_info method for MP4 that returns the seek offset as well
          as a rewritten header that can be placed before the seeked audio to construct a
          valid bitstream.

(cube)

2010-07-04 16:49:47 UTC MAIN commitmail json YAML

Note initial addition of p5-Plack-Middleware-Auth-Digest version
0.03 as www/p5-Plack-Middleware-Auth-Digest into The NetBSD Packages
Collection.

The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware.  It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.

(seb)

2010-07-04 16:49:23 UTC MAIN commitmail json YAML

Add & enable p5-Plack-Middleware-Auth-Digest

(seb)