Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:50:01 UTC Now

2010-06-02 12:42:38 UTC MAIN commitmail json YAML

Changes 0.0.8:
* Don't include LGPL preamble in Debian changelog
* Changes standards version to 3.8.3
* LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2
* update changelog
* Resolve various libtoolize warnings
* Use standards version 3.8.2
* Use debhelper 7
* Changelog entry for pending upstream release
* Move libvanessa-adt-dev to section libdevel
* Don't use ./mkinstalldirs as it may not exist
* Use policy version 3.8.0 instead of 3.7.2
* set -e in postinst script for libvanessa-adt0 to fail on any errors
* Use name instead of nickname
* Always use email address in copyright notice
* more...

(adam)

2010-06-02 12:42:14 UTC MAIN commitmail json YAML

Changes 0.0.8:
* Bump changelog date so it is after the release of standards version 3.8.3
* Don't include full LGPL text in Debian changelog
* Update to standards version 3.8.3
* LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2
* move dev documentation should go in dev package
* Use dh_prep as dh_clean -k is deprecated
* Versioned build dependency on debhelper 7
* syntax error in changelog
* Use debhelper compatibility level 7
* new package contains an updated config.{sub,guess} and thus closes #532527
* Update standards version to 3.8.2
* Resolve various libtoolize warnings
* libvanessa-socket-dev: Remove dependancy on libc6-dev
* more...

(adam)

2010-06-02 12:39:44 UTC MAIN commitmail json YAML

Changes 0.8.1:
* A new, more permissive license allows people to distribute versions of
  Mail Avenger that are linked with OpenSSL.
* Some minor corrections to manual pages, thanks to Dererk.

Changes 0.8.0:
* Minor changes for compilation under gcc 4.3.0.
* Fsync the destination directory and expliticly update its times when
  delivering a message to a maildir.

(adam)

2010-06-02 12:38:29 UTC MAIN commitmail json YAML

Changes 1.0:
* New compile option '-x'. This causes the compiler to produce an
  executable program. '-fmain' is deprecated.
* Remove long option --verbose. Use '-v' for verbosity. Problem is
  with getopt_long_only which does not like eg. -mv
* New conformity option -std=bs2000.
* FUNCTION is implemented. See cobc/reserved.c for a list of what is
  implemented.
* Nested programs are partially supported.
* LINAGE is implemented.
* EXTERNAL on FD is implemented.
* SAME RECORD AREA is implemented.
* New config variables -
* Support for non-gcc compilers.
* Large file support, system dynamic loading and Berkeley DB inclusion
  are default for the configure.
* New configure option --with-patch-level=<n>
* At run time, version checking is done. ie. When executing/loading
  Cobol programs, the version (eg. 0.33) and the patch level (eg. 0)
  are checked against the OC library version/patch level.
* Libtool is not required for systems that support native dynamic
  loading. This includes Linux, Cygwin and MingW amongst others.
* Note to developers : See README for required software versions.

(adam)

2010-06-02 12:36:57 UTC MAIN commitmail json YAML

Fix building with db5; revision bump for db4 update; clean-up

(adam)

2010-06-02 12:35:44 UTC MAIN commitmail json YAML

Fix building with db5; revision bump for db4 update; clean-up

(adam)

2010-06-02 12:34:02 UTC MAIN commitmail json YAML

2010-06-02 12:32:18 UTC MAIN commitmail json YAML

Changes 1.4.6:
* OS X: fixed TM configuration tab to show languages list
* fixed bug introduced in 1.4.3 that caused "Update from POT file"
  to clear metadata in catalog header
* added Kazakh translation

Changes 1.4.5:
* OS X: fixed Find to actually show hits in text control
* OS X: fixed "Check for updates" preference broken by 1.4.4

Changes 1.4.4:
* sort catalogs in the manager alphabetically
* fixed escaping of quotes in catalog headers
* fixed reformatting of obsolete entries in catalogs
* fixed list selection visibility on Windows 7
* Windows: automatically check for available updates

Changes 1.4.3:
* Unix: fixed crash with Zemberek spell-checker backend installed
* fixed parsing of catalogs produced with xgettext --indent
* fixed TM updating broken in 1.3.5
* support GNOME's xml2po file references
* fixed handling of "%" in filenames
* added more translations:

(adam)

2010-06-02 12:30:49 UTC MAIN commitmail json YAML

Fix building with db5; revision bump for db4 update; clean-up

(adam)

2010-06-02 12:28:11 UTC MAIN commitmail json YAML

Fix building with db5; revision bump for db4 update

(adam)

2010-06-02 12:26:13 UTC MAIN commitmail json YAML

2010-06-02 12:23:48 UTC MAIN commitmail json YAML

2010-06-02 12:22:59 UTC MAIN commitmail json YAML

Changes 5.0.0:
* Support for Berkeley DB 5.0.
* Drop support for Python 3.0.
* Now you can use TMPDIR env variable to override default
  test directory ("/tmp").
* Versioning of C API. If you use the code from C, please
  check the bsddb_api->api_version number against
  PYBSDDB_API_VERSION macro.
* In C code, the bsddb_api->dbsequence_type component is always available,
  even if the Berkeley DB version used doesn't support sequences. In that
  case, the component will be NULL.
* In C code, "DBSequenceObject_Check()" macro always exists, even if the
  Berkeley DB version used doesn't suport sequences. In that case, the test
  macro always returns "false".
* For a long time, the API has been accesible via C using "_bsddb.api" or
  "_pybsddb.api". If you are using Python >=2.7, you acquire access to that
  API via the new Capsule protocol (see "bsddb.h").  If you use the C API and
  upgrade to Python 2.7 and up, you must update the access code (see
  "bsddb.h"). The Capsule protocol is not supported in Python 3.0, but
  pybsddb 5.0.x doesn't support Python 3.0 anymore.
* Capsule support was buggy. The string passed in to PyCapsule_New() must
  outlive the capsule.
* Solve an "Overflow" warning in the testsuite running under python 2.3.
* When doing a complete full-matrix test, any warning will be considered
  an error.

(adam)

2010-06-02 12:17:22 UTC MAIN commitmail json YAML

Fix buildling with db5; revbump for db4 update; clean-up

(adam)

2010-06-02 12:16:37 UTC MAIN commitmail json YAML

Fix buildling with db5; revbump for db4 update; clean-up

(adam)

2010-06-02 12:15:29 UTC MAIN commitmail json YAML

2010-06-02 12:12:17 UTC MAIN commitmail json YAML

Added databases/db5 version 5.0.21

(adam)

2010-06-02 12:11:53 UTC MAIN commitmail json YAML

Added databases/db5 version 5.0.21

(adam)

2010-06-02 12:09:35 UTC MAIN commitmail json YAML

Added databases/db5 version 5.0.21

(adam)

2010-06-02 12:08:54 UTC MAIN commitmail json YAML

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

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

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

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-06-02 12:06:22 UTC MAIN commitmail json YAML

Changes 4.8.30:
* The log file format changed in 11gR2.
* Replication Manager sites can specify one or more possible client-to-client
  peers.
* Added resource management feature in all Berkeley DB APIs to automatically
  manage cursor and database handles by closing them when they are not
  required, if they are not yet closed.
* Added a SQL interface to the Berkeley DB library. The interface is based on -
  and a drop-in-replacement for - the SQLite API. It can be accessed via a
  command line utility, a C API, or existing APIs built for SQLite.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen". This utility is not built
  by default. To build this utility, enter --enable-sql_codegen as an argument
  to configure.
* Added transactional support in db_sql_codegen utility. Specify TRANSACTIONAL
  or NONTRANSACTIONAL in hint comments in SQL statement, db_sql_codegen
  enable/disable transaction in generated code accordingly.
* Added the feature read-your-writes consistency that allows client application
  to check, or wait for a specific transaction to be replicated from the master
  before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
  This feature can help debugging and analysis.
* Added support for applications to assign master/client role explicitly at any
  time. Replication Manager can now be configured not to initiate elections.
* more...

(adam)

2010-06-02 10:21:56 UTC MAIN commitmail json YAML

KDE SC 4.4.4 update

(markd)

2010-06-02 10:14:16 UTC MAIN commitmail json YAML

2010-06-02 06:44:38 UTC MAIN commitmail json YAML

Updated graphics/clutter-gtk to 0.10.4

(obache)

2010-06-02 06:44:23 UTC MAIN commitmail json YAML

Update clutter-gtk to 0.10.4.

Clutter-GTK 0.10.4      18/03/2010
==================================

  * Depend on gtk+ >= 2.19.5

  * Depend on clutter >= 1.2.0

  * Fix introspection annotations for GtkClutterEmbed,
    GtkClutterScrollable and GtkClutterZoomable

  * Do no use deprecated gtk+ API

  * Documentation fixes

(obache)

2010-06-02 04:34:09 UTC MAIN commitmail json YAML

2010-06-02 04:18:55 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.6.3

(adam)

2010-06-02 04:17:02 UTC MAIN commitmail json YAML

2010-06-01 22:03:52 UTC MAIN commitmail json YAML

2010-06-01 22:02:09 UTC MAIN commitmail json YAML

2010-06-01 22:01:35 UTC MAIN commitmail json YAML

2010-06-01 22:00:41 UTC MAIN commitmail json YAML

Initial import gns3 0.7

GNS3 is a graphical network simulator that allows you to design complex
network topologies. You may run simulations or configure devices ranging from
simple workstations to powerful Cisco routers. It is based on Dynamips, an IOS
emulator which allows users to run IOS binary images from Cisco Systems and
Pemu, an PIX firewall emulator based on Qemu.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2010-06-01 21:55:32 UTC MAIN commitmail json YAML

Add a pulseaudio option and patch so that cmake doesn't try to build
pulseaudio plugin unless option selected.  Option off by default
so no change to default package build.
Fixes build if you happen to have pulseaudio package installed when
building.

(markd)

2010-06-01 21:48:30 UTC MAIN commitmail json YAML

Note update of emacs{,-nox11}.

(minskim)

2010-06-01 21:47:00 UTC MAIN commitmail json YAML

Sync emacs-nox11 with emacs.

(minskim)

2010-06-01 21:44:54 UTC MAIN commitmail json YAML

Update emacs to 23.2.

Patches were provided by Makoto Fujiwara in PR 43335.

Excerpt from the announcement:

  In addition to a large number of bugfixes, Emacs 23.2 includes
  several new packages, such as the CEDET suite of development tools
  (including Semantic, a set of libraries and utilities for parsing
  source code, and EDE, a package for managing code projects), and a
  new mode for editing Javascript.  The default mail composition mode
  is now Message mode, which provides features such as MIME handling.
  Many other part of Emacs have also been improved.  For a more
  complete list of changes, see the file etc/NEWS.

(minskim)

2010-06-01 21:42:40 UTC MAIN commitmail json YAML

Added kdevplatform and kdevelop4

(markd)

2010-06-01 21:40:22 UTC MAIN commitmail json YAML

Add kdevelop4 and kdevplatform

(markd)

2010-06-01 21:38:38 UTC MAIN commitmail json YAML

Initial import of kdevelop 4.0.0

The KDevelop IDE has been designed by the KDevelop Team to provide
an easy-to use environment for C/C++ programmers. With all its
features the current version contains, the full amount of programming
knowledge of the team has been collected to add a set of documentation
handbooks that will help beginners as well as experts in various parts
of using their IDE.

This is version 4, a completely rewritten from scratch version of KDevelop 3.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2010-06-01 21:35:52 UTC MAIN commitmail json YAML

2010-06-01 21:30:25 UTC MAIN commitmail json YAML

Works fine with python2.6 too.

(bouyer)

2010-06-01 21:25:31 UTC MAIN commitmail json YAML

2010-06-01 21:22:10 UTC MAIN commitmail json YAML

2010-06-01 21:13:17 UTC MAIN commitmail json YAML

Mention update of shells/lshell to 0.9.12

(gls)

2010-06-01 21:12:18 UTC MAIN commitmail json YAML

Update lshell to 0.9.12.

pkgsrc changes:
- Add license

Upstream changes:
=== v0.9.12 04/05/2010 ===
* A minor bug was inserted in version 0.9.11 with the sudo command.
It has been corrected in this version.

=== v0.9.11 27/04/2010 ===
* Corrects traceback when executing a command that had a python homonym
(e.g. "print foo" or "set"). (Closes: SF#2969631)
* Corrected completion error when using "~/". Thanks to Piotr Minkina for
reporting this.
* Corrected the get_aliases function.
* Corrected interpretation of ~user. Thank you Adrien Urban for reporting
this.
* The 'home_path' variable is being deprecated from this version and on.
Please use your system's tools to set a user's home directory.
It will be completely removed in the next version of lshell.
* Corrected shell variable and wildcards expansions when checking a command.
Thank you Adrien Urban for reporting this.
* Added possibility to allow/forbid scp upload/download using scp_upload
and scp_download variables.
* Corrected bug when using the "command=" in openSSH's authorized_keys.
lshell now takes into account the SSH_ORIGINAL_COMMAND environment
variable. Thank you Jason Heiss for reporting this.
* Corrected traceback when aliases is not defined in configuration, and
command is sent over SSH. Thank you Jason Heiss for reporting this.

(gls)

2010-06-01 17:28:31 UTC MAIN commitmail json YAML

fix 2 build errors:
-inconsistency of .hidden attributes, leading to link error on amd64,
reported by Tobias Nygren
-trick NetBSD's arpa/nameser_compat.h into using the system provided
endianess definitions -- it has its own ifdefs but misses eg. ppc,
fixes build error on macppc reported by Erik Bertelsen

(drochner)

2010-06-01 16:28:31 UTC MAIN commitmail json YAML

+openssl-0.9.8o

(taca)

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

+openssl-1.0.0a

(taca)

2010-06-01 13:31:40 UTC MAIN commitmail json YAML

remove stray && in previous

(tnn)

2010-06-01 13:27:59 UTC MAIN commitmail json YAML

needs zlib (PR pkg/43397)
While here, fix test target.

(tnn)

2010-06-01 13:26:31 UTC MAIN commitmail json YAML

add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,
add a commant why the latter is done
noticed by Greg Oster

(drochner)

2010-06-01 13:15:08 UTC MAIN commitmail json YAML

Updated x11/xkeyboard-config to 1.9.

(ghen)

2010-06-01 13:14:25 UTC MAIN commitmail json YAML

2010-06-01 11:01:27 UTC MAIN commitmail json YAML

2010-06-01 11:01:09 UTC MAIN commitmail json YAML

Updated devel/SDL_gfx to 2.0.21

(adam)

2010-06-01 10:59:55 UTC MAIN commitmail json YAML

Changes 2.0.21:
* Add VC9 project files, source code formatting, fix compiler
  warnings, move VC8 project files, remove leftover autoconf/m4 files
* Move static transfer lookup array from .h to .c
  (patch contributed by Zbigniew Holdys)
* Add support for VC++ compiler/MASM assembly with active USE_MMX
  (contributed by Markus Hossner)
* Added Haiku build support in configure.in
  (contributed by Scott McCreary)
* Added helper function that multiplies the alpha channel in
  a 32bit surface (contributed by Zbigniew Holdys)
* Disable MMX for 64bit platforms due to lack of support for
  pusha/popa (contributed by Olivier Boudeville)
* Update all library functions for doxygen markup. Add doxygen
  configuration file.
* Added font rotation support and updated TestFonts sample
* Fixed rotate90 for 0 degree case
  (contributed by Chris Allport)
* Updated TestRotozoom with rotate90 case and message display
* Added support for SDL 1.3
* Added doxygen generated documentation.

(adam)

2010-06-01 10:56:28 UTC MAIN commitmail json YAML

2010-06-01 10:52:49 UTC MAIN commitmail json YAML

2010-06-01 10:51:04 UTC MAIN commitmail json YAML

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

Note update of netpgp to 20100601/3.99.4

(agc)

2010-06-01 06:15:00 UTC MAIN commitmail json YAML

Update netpgp to version 3.99.4/20100601

+ avoid possible free() of new value passed to netpgp_setvar(),
  with thanks to Anon Ymous.
+ netpgpkeys(1):  print keys to stdout, not stderr - reported by Anon
  Ymous.
+ fix DSA signatures and verification
+ simplify and shorten the internals of packet processing by getting rid of
  the intermediate pseudo-abstraction layer, which detracted from understanding
  and had no benefit whatsoever. Rename some enums and some definitions.
+ add some checking to new key generation, and don't try to read in
  the keys after writing them - reported by Tyler Retzlaff
+ netpgpverify - avoid the separate codebase, and just use libnetpgp(3)

(agc)

2010-06-01 05:28:37 UTC MAIN commitmail json YAML

Updated textproc/py-enchant to 1.6.2

(obache)

2010-06-01 05:28:11 UTC MAIN commitmail json YAML

Update py-enchant to 1.6.2.
Based on PR#43384 by Wen Heping.

    * Migrated from SWIG to ctypes since 1.5.0:
        * Add dependency on devel/py-ctypes for python2.4
        * Fix paths for libenchant to exactly load suitable one.
        * No need c compiler and buildlink with textproc/enchant.

Changes:
1.6.2:

    * Upgraded bundled enchant to v1.6.0.
    * Fixed bug in printf() utility function; all input args are now converted
      to strings before printing.

1.6.1:

    * Fixed loading of enchant DLL on win32 without pkg_resources installed.
    * Fixed HTMLChunker to handle unescaped < and > characters that are
      clearly not part of a tag.

1.6.0:

    * Upgraded to enchant v1.5.0:
        * new Broker methods get_param() and set_param() allow
          runtime customisation of provider data
    * Added the concept of 'chunkers' to enchant.tokenize.get_tokenizer().
      These serve split split the text into large chunks of checkable tokens.
        * implemented a simple HTMLChunker class
    * Moved error classes into 'enchant.errors' for easier importing
    * Moved testcases into separate files so they're not loaded by default
    * Allowed SpellChecker to use default language if none is specified
    * Improved compatibility with Python 3

1.5.3:

    * Fixed termination conditions in English tokenization loop.
    * Improved unicode detection in English tokenizer.
    * Made enchant spellcheck all of its docstrings as part of the
      unittest suite.

1.5.2:

    * Modify utils.get_resource_filename and utils.win32_data_files for
      compatibility with py2exe (which was broken in the move to ctypes).
      Thanks to Stephen George for the fix.

1.5.1:

    * SpellChecker.add_to_personal renamed to SpellChecker.add and fixed
      to use the corresponding Dict method.

1.5.0:

    * Migrated from SWIG to ctypes:
        * now runs under PyPy!
        * also opens possibilities for Jython, IronPython, ...
    * Compatibility updates for Python 3.0, mostly around unicode strings
    * Dropped compatibility with Python 2.2

(obache)

2010-05-31 23:53:36 UTC MAIN commitmail json YAML

Fix build on MacOS; noted by Edgar Fuss in PR 41539, fix is obvious.

(dholland)

2010-05-31 23:20:46 UTC MAIN commitmail json YAML

Fix build on Solaris; patch from the KDE-Solaris project via Joern
Clausen in PR 37720.

(dholland)

2010-05-31 23:11:58 UTC MAIN commitmail json YAML

2010-05-31 21:21:50 UTC MAIN commitmail json YAML

Fix x11-links entry.

(wiz)

2010-05-31 21:21:28 UTC MAIN commitmail json YAML

Reset PKGREVISION after update (oops). Should be quick enough...

(wiz)

2010-05-31 21:20:20 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.49nb1

(wiz)

2010-05-31 21:20:02 UTC MAIN commitmail json YAML

2010-05-31 20:38:26 UTC MAIN commitmail json YAML

Mention security/py-paramiko update to 1.7.6.

(gls)

2010-05-31 20:34:58 UTC MAIN commitmail json YAML

2010-05-31 20:30:31 UTC MAIN commitmail json YAML

Update security/py-paramiko to 1.7.6.
pkgsrc changes:
- patches/patch-aa no longer required
- Added LICENSE

Changelog:
ARC4 & CTR support, IP6 support, and various bug fixes (incl. an important
Windows random number generation fix)

(gls)

2010-05-31 20:21:19 UTC MAIN commitmail json YAML

Updated devel/fossil to 201005211.62104

(wiz)

2010-05-31 20:21:06 UTC MAIN commitmail json YAML

Update to 20100521:
Switch to 2-clause BSD license and bug fixes.

(wiz)

2010-05-31 19:39:46 UTC MAIN commitmail json YAML

sqwebmail is at 5.4.1 (noted in PR 43391)

(dholland)

2010-05-31 19:10:41 UTC MAIN commitmail json YAML

+ akonadi-1.3.80, calibre-0.6.55, dwm-5.8.1, ekiga-3.2.7,
  gnumeric110-1.10.5, goffice0.8-0.8.5, koffice-2.2.0, ktorrent-4.0,
  mono-addins-0.5, p5-IO-Socket-INET6-2.63, pkg-config-0.25,
  puzzles-8966, x264-devel-20100529, xz-4.999.9124.

(wiz)

2010-05-31 18:53:15 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.20.1

(drochner)

2010-05-31 18:32:41 UTC MAIN commitmail json YAML

Restore comment. It makes me wonder why we still need it, since the
referenced URL talks about gtk2-2.18.

(wiz)

2010-05-31 18:30:06 UTC MAIN commitmail json YAML

2010-05-31 17:57:37 UTC MAIN commitmail json YAML

2010-05-31 17:34:33 UTC MAIN commitmail json YAML

2010-05-31 17:31:30 UTC MAIN commitmail json YAML

update to 1.30.0
this switches to the gnome-2.30 branch

(drochner)

2010-05-31 17:30:36 UTC MAIN commitmail json YAML

2010-05-31 16:48:28 UTC MAIN commitmail json YAML

Update security/lasso to 2.2.91
Update www/ap2-auth-mellon to 0.2.7

(manu)

2010-05-31 16:46:30 UTC MAIN commitmail json YAML

Update to 0.2.7. From the NEWS file:
Version 0.2.7
---------------------------------------------------------------------------

* Optionaly ave the remote IdP entityId in the environment

* Shibboleth 2 interoperability

Version 0.2.6
---------------------------------------------------------------------------

* Fix XSS/DOS vulnerability in repost handler.

(manu)

2010-05-31 16:44:28 UTC MAIN commitmail json YAML

Update to lasso 2.2.91. From the NEWS file:

2.2.91 - January 26th 2010
--------------------------

A new Perl binding, fix for backward compatibility with old versions of glib,
LassoLogout API is more robust since it does not need anymore for all SP logout
to finish to work, new macro lasso_list_add_new_xml_node, add support for
WS-Security UsernameToken (equivalent of poor man HTTP Digest Authentication),
make public internal APIs: lasso_session_add_assertion,
lasso_session_get_assertion and lasso_session_remove_assertion.

2.2.90 - January 18th 2010
--------------------------

Lots of internal changes and some external one too.

There is a new api to force, forbid or let Lasso sign messages, it is called
lasso_profile_set_signature_hint.

Big overhaul of the ID-WSF 1 and 2 codes, and of the SAML 2.0 profiles. Now all
SAML 2.0 profile use common internal functions from the lasso_saml20_profile_
namespace to handle bindings (SOAP,Redirect,POST,Artifact,PAOS). New internal
API to load SSL keys from many more formats from the public API.

In ID-WSF 2.0, Data Service Template has been simplified, we no more try to
apply queries, it is the responsability of the using code to handle them.

In bindings land, the file bindings/utils.py has been stuffed with utility
function to manipulate 'type' tuple, with are now used to transfer argument and
type description, their schema is (name, C-type, { dictionary of options } ),
they are now used everywhere in the different bindings. We support output
argument in PHP5, Python and Java, i.e. pointer of pointer arguments with are
written to in order to return multiple values. For language where the binding
convert error codes to exceptions (all of them now), the ouput value is
returned as the normal return value of the method, so only one output argument
is handled for now.

We now use GObject-introspection annotations in the documentation to transfer
to the binding generator the necessary metadata about the API (content of
lists, hashtables, wheter pointer are caller/callee owned, can be NULL or if
argument have a default value). The file bindings/override.xml is now
deprecated.

In documentation land, the main reference documentation was reorganizaed and
more symbols have been added to it. Many more functions are documented.

There is now tools to control the evolution of the ABI/API of Lasso.

(manu)

2010-05-31 10:08:22 UTC MAIN commitmail json YAML

2010-05-31 02:07:41 UTC MAIN commitmail json YAML

Update distinfo for patch-aa removedness.

(dsainty)

2010-05-30 20:43:35 UTC MAIN commitmail json YAML

Cope with gtk2 api change.

>From G叩bor Gergely on pkgsrc-users.

(gdt)

2010-05-30 19:57:24 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.8200

(seb)

2010-05-30 19:57:13 UTC MAIN commitmail json YAML

Update p5-version from version 0.8000 (upstream version 0.80) to
version 0.8200 (upstream version 0.82).

Upstream changes:

Major Changes in 0.82 - 2010-04-13
=====================================
Still more changes to sync with Perl 5.12.0-as-released.  Rewritten POD
thanks to many hands, but mostly David Golden.  Vastly improved Regex
definitions from Zephram.

Major Changes in 0.81 - 2010-02-01
=====================================
Merge in changes from bleadperl that will be part of Perl 5.12.0.
Completely rewrite pure Perl code to operate exactly like the XS code,
through the creation of a character-array class called charstar.  Now
the pure Perl code and XS code can be more easily be synchronized.

(seb)

2010-05-30 19:34:46 UTC MAIN commitmail json YAML

add a patch from upstream which fixes an incompatibility with
glib2-2.24.x, bump PKGREVISION

(drochner)

2010-05-30 14:52:53 UTC MAIN commitmail json YAML

Updated chat/bitlbee to 1.2.7

(tonio)

2010-05-30 14:52:18 UTC MAIN commitmail json YAML

Update chat/bitlbee to 1.2.7

Fix PR pkg/43329

- Version 1.2.7 (released 2010-05-15) hilights:
    * Resolved MSN Messenger login issues.
    * Twitter module now uses OAuth, so it'll still work after June.
    * Various other fixes and small feature additions.
- Version 1.2.6a (released 2010-04-19) hilights:
    * (1.2.6a because the original 1.2.6 release had one unfortunate bug in the
      Twitter module.)
    * Twitter support! (Implemented by Geert Mulders.)
    * Fixed issues with MSN friendly names getting lost by allowing to store
      them locally (see the local_display_name MSN setting.), and worked around
      problems when talking to offline MSN contacts (see the
      switchboard_keepalives MSN setting).
      The usual bug fixes and small feature enhancements.
- Version 1.2.5 (released 2010-03-17) hilights:
    * Full support for non-away status messages.
    * Ability to generate nicknames from the contact's full name, making
      Facebook's XMPP server work much better with BitlBee.
    * Lots of misc. bug fixes and small feature enhancements.

(tonio)

2010-05-30 12:55:17 UTC MAIN commitmail json YAML

2010-05-30 12:29:13 UTC MAIN commitmail json YAML

2010-05-30 11:51:19 UTC MAIN commitmail json YAML

2010-05-30 11:25:44 UTC MAIN commitmail json YAML

Fix package to work with the libao-1.0 changes

(joerg)

2010-05-30 08:56:23 UTC MAIN commitmail json YAML

+ dante-1.2.1, dwm-5.8, fotoxx-10.4, gbrainy-1.42, gnome-icon-theme-2.30.3
  [GNOME 2.30], gnome-packagekit-2.30.2 [GNOME 2.30],
  gnome-system-tools-2.30.2 [GNOME 2.30], gtksourceview-2.10.3,
  gvfs-1.6.2, hanzim-3.2, librep-0.90.6, openafs-1.4.12.1, pfstat-2.5,
  phylip-3.69 [pkg/43388], puzzles-8965, py-enchant-1.6.2 [pkg/43384],
  rep-gtk-0.90.3, sympa-6.0.2, vttest-20100528, wdiff-0.6.2,
  xmlsec1-1.2.16, xorg-util-macros-1.8.0, zile-2.3.17.

(wiz)

2010-05-30 08:24:48 UTC MAIN commitmail json YAML

Mark as make-jobs-safe again; a comment said the problem was reported
upstream and supposedly fixed in 2.0.6 (pkgsrc is at 2.0.14 now).

Multiple builds with 16 jobs showed no problem.

(wiz)

2010-05-29 17:10:31 UTC MAIN commitmail json YAML

2010-05-29 16:28:17 UTC MAIN commitmail json YAML

Add destdir support.

(dillo)

2010-05-29 15:05:25 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.22.

(taca)

2010-05-29 15:04:53 UTC MAIN commitmail json YAML

2010-05-29 15:03:54 UTC MAIN commitmail json YAML

Update ruby-tzinfo pakage from 0.3.20 to 0.3.22.

== Version 0.3.22 (tzdata v2010j) - 29-May-2010

* Corrected file permissions issue with 0.3.21 release.

== Version 0.3.21 (tzdata v2010j) - 28-May-2010

* Updated to tzdata version 2010j
  (http://article.gmane.org/gmane.comp.time.tz/3225).
* Change invalid timezone check to exclude characters not used in timezone
  identifiers and avoid 'character class has duplicated range' warnings with
  Ruby 1.9.2.
* Ruby 1.9.2 has deprecated "require 'rational'", but older versions of
  Ruby need rational to be required. Require rational only when the Rational
  module has not already been loaded.
* Remove circular requires (now a warning in Ruby 1.9.2). Instead of using
  requires in each file for dependencies, tzinfo.rb now requires all tzinfo
  files. If you were previously requiring files within the tzinfo directory
  (e.g. require 'tzinfo/timezone'), then you will now have to
  require 'tzinfo' instead.

(taca)

2010-05-29 14:31:23 UTC MAIN commitmail json YAML

2010-05-29 13:54:33 UTC MAIN commitmail json YAML

don't install the icon pixmap, this is also done in the frontend
(and makes more sense there)
bump PKGREVISION

(drochner)

2010-05-29 11:51:44 UTC MAIN commitmail json YAML

pkg/42927 is superseded by 43384.

(obache)

2010-05-29 11:47:37 UTC MAIN commitmail json YAML

Need pcap to build RADIUS sniffer, so need to buildlink with net/libpcap.
Noticed by Daniel Vergien via PR#43382.

(obache)

2010-05-29 10:44:26 UTC MAIN commitmail json YAML

2010-05-29 10:43:34 UTC MAIN commitmail json YAML

Added devel/omake version 0.9.8.5

(obache)

2010-05-29 10:43:14 UTC MAIN commitmail json YAML

Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-29 08:57:50 UTC MAIN commitmail json YAML

Mark as broken, doesn't deal with libtool 2.x

(joerg)

2010-05-29 08:51:12 UTC MAIN commitmail json YAML

Properly link libradius.

(joerg)

2010-05-29 08:27:02 UTC pkgsrc-2010Q1 commitmail json YAML

2010-05-29 08:26:40 UTC pkgsrc-2010Q1 commitmail json YAML

Pullup ticket #3130 - requested by martti
www/mediawiki: security update

Revisions pulled up:
- www/mediawiki/Makefile 1.12
- www/mediawiki/distinfo 1.8
---
Module Name: pkgsrc
Committed By: martti
Date: Fri May 28 08:11:32 UTC 2010

Modified Files:
pkgsrc/www/mediawiki: Makefile distinfo

Log Message:
Updated www/mediawiki to 1.15.4

This is a security and bugfix release of MediaWiki 1.15.4.

Two security vulnerabilities were discovered.

Kuriaki Takashi discovered an XSS vulnerability in MediaWiki. It
affects Internet Explorer clients only. The issue is presumed to
affect all recent versions of IE, it has been confirmed on IE 6 and 8.

Noncompliant CSS parsing behaviour in Internet Explorer allows
attackers to construct CSS strings which are treated as safe by
previous versions of MediaWiki, but are decoded to unsafe strings by
Internet Explorer. Full details can be found at:
https://bugzilla.wikimedia.org/show_bug.cgi?id=23687

A CSRF vulnerability was discovered in our login interface. Although
regular logins are protected as of 1.15.3, it was discovered that the
account creation and password reset features were not protected from
CSRF. This could lead to unauthorised access to private wikis. See
https://bugzilla.wikimedia.org/show_bug.cgi?id=23371 for details.

These vulnerabilities are serious and all users are advised to
upgrade. Remember that CSRF and XSS vulnerabilities can be used even
against firewall-protected intranet installations, as long as the
attacker can guess the URL.

(tron)

2010-05-29 08:04:17 UTC MAIN commitmail json YAML

Sadly, not MAKE_JOBS_SAFE.

(joerg)

2010-05-29 06:21:29 UTC MAIN commitmail json YAML

2010-05-29 06:20:35 UTC MAIN commitmail json YAML

Added security/py-xmlsec version 0.3.0

(obache)

2010-05-29 06:20:06 UTC MAIN commitmail json YAML

Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.

PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-29 05:53:05 UTC MAIN commitmail json YAML

Add buildlink with libxml2 and libxslt.
shlib linked with those library and pkg-config also notice requirement.

(obache)

2010-05-29 03:19:17 UTC MAIN commitmail json YAML

Updated math/py-Scientific to 2.8

(obache)

2010-05-29 03:18:54 UTC MAIN commitmail json YAML

Update py-Scientific to 2.8.
Based on PR#43282 by Wen Heping.

2.7.9 --> 2.7.10
----------------

Bug fixes:

- Removed all occurrences of "as" as a variable name for compatibility
  with Python 2.6.

- Installation without the netCDF module did not work.

Improvements:

- Vector.dyadicProduct() was replaced by a more efficient implementation.

- Scientific.IO.PDB: Atom objects now have a parent attribute whose
  value is the containing group.

2.7.8 --> 2.7.9
---------------

License change: ScientificPython is now distributed under the
CeCILL-C license, which is an adaptation of the LGPL to French
law. The previously used CeCILL license, similar to the GPL, was
considered too restrictive.

Bug fixes:

- MPI interfaces did not work correctly with NumPy and/or Python 2.5.

Improvements:

- Compilation script for mpipython works around a Python configuration
  bug under MacOS X.
- Docstrings have been cleaned up.

2.7.7 --> 2.7.8
---------------

Bug fixes:

- Due to a typo in Scientific.IO.PDBSpaceGroups, some space group
  names were not found in the space group table.

Improvements:

- Vector objects can now be multiplied with NumPy scalar objects
  (which is what you get when extracting numbers from NumPy
  arrays). Due to the way NumPy scalars handle multiplication, the
  result used to be an array rather than a Vector, which caused
  various applications to crash.

- The build procedure under Windows has been improved. It can
  generate a binary installer that includes the netCDF DLL,
  making ScientificPython independent of a netCDF installation.

2.7.6 --> 2.7.7
---------------

Bug fixes:

- Installation on Windows didn't work because the Unix maths libraries
  don't exist there.

Improvements:

- InterpolatingFunction and TensorField objects can represent
  periodic functions/fields.

- DistributedComputing: the watchdog period of slave processes is now
  a user-definable parameter.

- PDBSpaceGroups was simplified, making it shorter and faster to load.

- Scientific.N contains the array type object in the variable array_type.
  This makes it possible to write Pyrex modules using arrays in such a
  way that they always use the numeric module for which ScientificPython
  was compiled.

2.7.5 --> 2.7.6
---------------

Bug fixes:

- NumPy compatibility fixes.

- Pyro 3.6 compatibility fix in DistributedComputing.MasterSlave

2.7.4 --> 2.7.5
---------------

New features:

- Scaling, inversion, and shear transformations added to
  Geometry.Transformations

Improvements:

- PDB parser handles CRYST1, SCALEn and MTRIXn records
- Better identification of the Numerics package that is being used

Bug fixes:

- Scientific_affinitypropagation.c compiles with NumPy

2.7.3 --> 2.7.4
---------------

New features:

- New module Clustering.AffinityPropagation.
- New class BSP.ParRootSequence.

Bug fixes:

- Replaced float equality test in Functions.InterpolatingFunction
- Removed exception for order > 1 in Derivatives.DerivVar.__init__
- Fixed reading of non-string attributes from netCDF files.

Improvements:

- New methods getBinIndices and getBinCount in Statistics.Histogram.Histogram
- Physics.PhysicalQuantities: unit definitions added to doc string

2.7.2 --> 2.7.3
---------------

Improvements:

- Added multi-module setup for master-slave computations.
- More information available through task_manager.
- task_manager can start slave processes.

2.7.1 --> 2.7.2
---------------

Bug fixes:

- Scientific_netcdf would not compile with NumPy under Python 2.4
  because NumPy also defined Py_ssize_t.

2.7 --> 2.7.1
-------------

Improvements:

- NumPy compatibility. Scientific_netcdf was revised by hand.
  The Python code was run through numpy.oldnumeric.alter_code1 to
  identify the critical sections, which were then all handled in
  some way. It is possible that there are still incompatibilities
  of the kind that numpy.oldnumeric.alter_code1 cannot detect

2.5.12hg --> 2.7
----------------

New features:

- Subpackage Scientific.DistributedComputing for easy parallelization
  of independent tasks.

2.5.11 --> 2.5.12hg
-------------------

Bug fixes:

- VRML2 output would crash for scenes containing Line objects
- Pyrex implmentation of vector objects could crash instead of raising
  an exception in divide operations.
- Pyrex implmentation of vector objects would raise exceptions incorrectly
  under Python 2.5

Improvements:

- builds Macintosh packages with documentation and examples

2.5.10 --> 2.5.11
-----------------

Bug fixes:

- Pyrex implementation of vector objects raised exceptions in comparisons
- Pyrex implementation of vector objects did not accept negative indices
- Some object deletions during conversion to epydoc had to be reversed

Improvements:

- Two test suites

2.5.9 --> 2.5.10
----------------

Bug fixes:

- Fixed netCDF error handling

Improvements:

- Support for NumPy (not very well tested yet)
- Scientific.NumberDict more efficient

2.5.8 --> 2.5.9
---------------

Improvements:

- Scientifc.IO.NetCDF supports the new 64-bit data structures in Python 2.5
  (not yet tested on a 64-bit machine)
- Docstrings modified for use with Epydoc.

2.5.7 --> 2.5.8
---------------

Bug fixes:

- Syntax error in Scientific.IO.PDB
- Attribute deletion in netCDF file and variable objects caused a crash.

2.5.6 --> 2.5.7
----------------

Bug fixes:

- Tensor-vector multiplication was incorrect with the Pyrex implementation
  of vector objects.

2.5.5 --> 2.5.6
----------------

Bug fixes:

- Scientific.BSP.ParClass did not pass on __call__ and __getitem__
  to local class
- Scientific.BSP.ParClass: Class wrappers did not always return the right
  global object.

2.5.4 --> 2.5.5
----------------

Bug fixes:

- Scientific.IO.NetCDF.NetCDFVariable.assignValue() had incomplete error
  reporting. Some errors would not raise exceptions as required.

2.5.3 --> 2.5.4
----------------

Improvements:

- A "test" method on MPI request objects permits to check if data
  is available (thanks to Jakob Schiotz for this addition).

Bug fixes:

- The new Pyrex vector objects could not be pickled.

2.5.1 --> 2.5.3
----------------

Improvements:

- The class Scientific.Geometry.Vector has been reimplemented in Pyrex,
  yielding much faster vector operations. There is, however, the restriction
  that the vector elements must be of type "float". For the rare applications
  where this condition is not fulfilled (such as
  Scientific.Functions.Derivatives.DerivVector), the Python implementation
  remains accessible as Scientific.Geometry.VectorModule.Vector.

2.4.9 --> 2.5.1
----------------

Improvements:

- Vector and Tensor objects permit comparison with other types
  of objects (which always return False)
- Numarray can be used instead of Numeric as far as possible
  (see README for details)

2.4.7 --> 2.4.9:
----------------

Bug fixes:

- Integer array attributes caused a TypeError with recent versions of
  Numeric (that don't do silent casts from Long to Int any more).

Additions:

- Method "threeAngles" in Geometry.Transformation.Rotation.

2.4.6 --> 2.4.7:
----------------

Bug fixes:

- Scientific.BSP: alltrue() and anytrue() sometimes returned wrong results.

Additions:

- Scientific.Visualization.VMD can now correctly launch VMD under Windows

(obache)

2010-05-28 17:04:44 UTC MAIN commitmail json YAML

Removed math/orpie

(tnn)

2010-05-28 17:03:53 UTC MAIN commitmail json YAML

math/orpie was broken by an ocaml update three years ago and nobody stepped
up to fix it, so let's remove it for now.

(tnn)

2010-05-28 16:45:12 UTC MAIN commitmail json YAML

Use only one instance of graphics.cmxa

(joerg)

2010-05-28 16:18:23 UTC MAIN commitmail json YAML

2010-05-28 15:31:04 UTC MAIN commitmail json YAML

Patch pdo-mysql to not append empty -I arguments.

(joerg)

2010-05-28 14:56:14 UTC MAIN commitmail json YAML

Tri-license it, adding the 2-clause BSD-license.
OK dillo.

(wiz)

2010-05-28 14:49:22 UTC MAIN commitmail json YAML

2010-05-28 14:05:39 UTC MAIN commitmail json YAML

2010-05-28 13:50:26 UTC MAIN commitmail json YAML

2010-05-28 13:25:57 UTC MAIN commitmail json YAML

Updated emulators/simh to V3.8-1

(tsutsui)

2010-05-28 13:21:26 UTC MAIN commitmail json YAML

Update simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me.

---
Change Log For V3.8-1

SCP and libraries:

* Fixed bug in DETACH ALL if called at simulator exit (from Dave Bryan)
* Fixed bug in DO command handling of null arguments (from Dave Bryan)
* Fixed bug in DO handling of \\ (literal backslash) (from Dave Bryan)
* Fixed warnings in help printouts

HP2100 (all changes from Dave Bryan)

* Corrected DMS violation register set conditions
* JSB to 0/1 with W5 out and fence = 0 erroneously causes MP abort
* Fixed DJP, SJP, and UJP jump target validation
* BACI: Fixed STC,C losing interrupt request on BREAK
* MPX: Implemented 12792C eight-channel terminal multiplexer
* MT: Fixed missing flag after CLR command
* PIF: Implemented 12620A/12936A Privileged Interrupt Fences

IBM 1401:

* Fixed bug in ZA and ZS (from Bob Abeles)
* Fixed tape indicator implementation (from Bob Abeles)
* Added missing magtape modifier A (from Van Snyder)
* Added -n (no rewind) option to BOOT (from Van Snyder)
* Fixed bug to mask input to 6b on read (from Bob Abeles)

PDP11:

* Moved all Unibus/Qbus support routines to common I/O library
* Fxed bug in ASHP left overflow calc
* Fixed bug in DIVx

VAX:

* Fxed bug in ASHP left overflow calc
* Fixed bug in DIVx
* Resync time of day clock on any clock reset
---

Also some pkgsrc fixes, including Linux build:
* add MAKE_FLAGS in pkgsrc Makefile to define USE_NETWORK in dist makefile
* reorganize patch-aa for makefile to reduce diffs:
  * use gmake (USE_TOOLS+=gmake in Makefile)
  * check OSTYPE properly (so that it also builds on Linux)
  * use "else <conditional-directive>" for OSTYPE checks
  * revert previous gcc -> ${CC} change since -std=c99 seems mandatory
* update patch-ac for upstream cosmetics (for "set telnet" using raw mode)
* remove patch-ad for inline definitions since upstream has disabled it
* remove INSTALL_DATA_DIR as suggested by pkglint

Tested on NetBSD/i386 -current and CentOS 5.4 i386.

(tsutsui)

2010-05-28 12:26:49 UTC MAIN commitmail json YAML

Update to mksh-39c on suggestion from Thorsten Glaser.

(is)

2010-05-28 12:15:43 UTC MAIN commitmail json YAML

exactly disable to build with java, or result in PLIST mismatch.

(obache)

2010-05-28 11:06:34 UTC MAIN commitmail json YAML

Drop dependency on nbitools.
nbitools is not enough to maintain for recent platforms and no good support for
user-destdir (now, canna-lib and canna-canuum is user-destdir ready)

no objection in tech-pkg-ja@ about three months.

(obache)

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

Updated p5-Curses-UI-POE, p5-POE-Component-SNMP and p5-URI-Escape-XS.

(martti)

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

Updated www/p5-URI-Escape-XS to 0.07

Addressed:
#57168: memory leak in uri_escape ?
http://rt.cpan.org/Public/Bug/Display.html?id=57168

(martti)

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

Updated net/p5-POE-Component-SNMP

1.1002 Fri Dec  4 18:33:23 PST 2009
- Updated for Net::SNMP v6.0.0

- looking more closely at my fail reports, they have another
  problem: Net::SNMP uses a v-string, and it doesn't compare
  properly in the test suite.  Tweaked Makefile.PL.

- Applied cleanup patches from gcola aka acferen__yahoo.com to
  eliminate some harmless but annoying warnings.

- Turns out that using POE::Kernel->method as a global access
  to the kernel is unsupported.  Since I'm already importing
  POE::Kernel, I have $poe_kernel in my namespace already, so
  use that instead.

1.1003
- Cleanups

1.1004 Mon Dec  7 13:17:15 PST 2009
- more cleanups

1.1005 Mon Dec  7 13:30:08 PST 2009
- Apparently my 'eval { use Sub::Identify }' is causing
  hiccups with smoke testing.  Rewritten to 'eval { require Sub::Identify }'

1.1006 Sun Jan 10 20:17:10 PST 2010
- well I'm now blushing because I finally found a bug that was
  reported to me but I was previously unable to reproduce.
  The author of Net::SNMP has released v6.0.0, which doesn't
  compare very well to a "regular" number like 5.0.  This
  broke my 4.x support.  So I have removed it.

(martti)

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

Updated devel/p5-Curses-UI-POE to 0.03500

* Bug fixes

(martti)

2010-05-28 09:33:42 UTC MAIN commitmail json YAML

2010-05-28 09:33:12 UTC MAIN commitmail json YAML

Updated wm/fvwm-devel to 2.5.30

* Support libpng 1.4.0's slightly newer API.
* Don't lazy match AnyContext when printing out bindings and the contexts
  they apply to with "PrintInfo Bindings".

(martti)

2010-05-28 09:31:48 UTC MAIN commitmail json YAML

Updated inputmethod/scim-tomoe to 0.6.0nb1

(obache)

2010-05-28 09:31:35 UTC MAIN commitmail json YAML

Add patch-ab to build with gucharmap-2.
taken from gentoo scim-tomoe-0.6.0-gucharmap2.patch.

Bump PKGREVISION.

(obache)

2010-05-28 08:34:29 UTC MAIN commitmail json YAML

2010-05-28 08:25:32 UTC MAIN commitmail json YAML

Updated databases/ruby-ldap to 0.9.11

(obache)

2010-05-28 08:25:07 UTC MAIN commitmail json YAML

Update ruby-ldap to 0.9.11.

0.9.11
-----

Allow passing SASL interaction options

This adds a hash parameter "options" to LDAP::Conn.sasl_bind, which
can take :authzid, :authcid, and :realm (and corresponding strings),
for SASL authentication.

Also, refactored the rb_scan_args inside rb_ldap_conn_sasl_bind to use
C's case fallthrough, leading to less code repetition.

(obache)

2010-05-28 08:11:44 UTC MAIN commitmail json YAML

2010-05-28 08:11:32 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.15.4

This is a security and bugfix release of MediaWiki 1.15.4.

Two security vulnerabilities were discovered.

Kuriaki Takashi discovered an XSS vulnerability in MediaWiki. It
affects Internet Explorer clients only. The issue is presumed to
affect all recent versions of IE, it has been confirmed on IE 6 and 8.

Noncompliant CSS parsing behaviour in Internet Explorer allows
attackers to construct CSS strings which are treated as safe by
previous versions of MediaWiki, but are decoded to unsafe strings by
Internet Explorer. Full details can be found at:
https://bugzilla.wikimedia.org/show_bug.cgi?id=23687

A CSRF vulnerability was discovered in our login interface. Although
regular logins are protected as of 1.15.3, it was discovered that the
account creation and password reset features were not protected from
CSRF. This could lead to unauthorised access to private wikis. See
https://bugzilla.wikimedia.org/show_bug.cgi?id=23371 for details.

These vulnerabilities are serious and all users are advised to
upgrade. Remember that CSRF and XSS vulnerabilities can be used even
against firewall-protected intranet installations, as long as the
attacker can guess the URL.

(martti)

2010-05-28 07:40:35 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.4.2nb1

(obache)

2010-05-28 07:40:22 UTC MAIN commitmail json YAML

Create required directory at pre-start,
because /var/run may be cleared at bootstrap.

Bump PKGREVISION.

(obache)

2010-05-28 07:27:13 UTC MAIN commitmail json YAML

Updated mail/enma to 1.1.0nb2

(obache)

2010-05-28 07:26:48 UTC MAIN commitmail json YAML

Create required directory in pre-start stage,
/var/run may be cleared at boot.

(obache)

2010-05-28 05:35:50 UTC MAIN commitmail json YAML

Apply Solaris build fix from Joern Clausen in PR 43350.

(dholland)

2010-05-27 14:14:55 UTC MAIN commitmail json YAML

2010-05-27 14:14:30 UTC MAIN commitmail json YAML

Update bftpd to 2.8
Based on PR#43352 by Wen Heping.

pkgsrc changes:
* set LICENSE=gnu-gpl-v2
* simplify patch-aa.
* remove patch-ab, replace with SUBST instead, and also replace /etc in manpage.
* add patch-ac for fixes standalone mode. XXX: IPv4 only
* cosmetics fixes.

Upstream ChangeLog:
Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.8
        - Added patch which will allow client to see hidden
          files if the "-a" parameter is used in list commands.
          Hidden files are only shown if SHOW_HIDDEN_FILES
          is enabled in the config file.
          Patch provded by Raster.
        - Swapped out glob function for custom directory
          search matching. Allows clients to see broken
          symbolic links if "SHOW_NONREADABLE_FILES" is set
          to "yes".
          Patch supplied by Raster.
        - Added patch to clean up zombies if several children
          processes all die at the same time. We were cleaning up
          just one child per signal before.
          Patch supplied by Raster.
        - Fixed typo in log error message.
        - Made sure we can read user config file options
          even with unusual compile flags.
        - Fixed anonymous login.
        - Anonymous login disabled by default in the config file.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.7
        - Added patch from Raster which returns more speicifc error
          messages to the client when a file or directory cannot be
          removed. This should avoid confusing some clients when the
          user attempts to remove a directory.
        - Added checks for increased security/stability and to remove
          compiler warnings.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.6
        - Removed some debugging information from the log file.
        - Made certain that bandwidth log will not over-write itself
          when multiple users are logged in.
        - Bandwidth log file is flushed to avoid loss of data.
        - Bftpd will write to bandwidth log even if client does
          not disconnect cleanly.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.5
        - Added better UTF support. Clients that check for this
          will now enable UTF-8. For example, Filezilla.
        - Made sure remote admin login was disabled. This shouldn't
          have worked anyway, but disabled the feautre to make sure.
        - Added additional log file which tracks user bandwidth.
          See the option in the config file called BANDWIDTH.
        - Updated README file to contain notes on logging.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.4
        - Fixed a possible security hole which would allow
        attackers to perform a DoS attack against bftpd.
        (Thanks to Dazhi for pointing out this problem.)

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.2.1 (aka 2.3)
        - Bftpd should not attempt to close stdin, stdout and stderr
        if they do not exist. Fixed this in main.c.
        (Patch provided by Ivan A-R.)

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.2
        - Bftpd does not exit when an incorrect password is given.
        The server does drop connections in cases where logins are
        specifically denied, full server or if an error appears in
        the config file.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.1.2
        - Added option to not show files in a dir list
        if the file is not readable. Thanks to Eric
        Woltermann for sending in this patch.
        By default non-readable files are not listed.
        See the SHOW_NONREADABLE_FILES config option.
        - Make the replace() function safer with
        range checking to avoid buffer over-flow.
        - Fixed calls to replace() function.
        - Most string buffers now have a set size of
        MAX_STRING_LENGTH, rather than some arbitraty size.
        - Applied patch to allow user specific data to
        be subsituted into the user MOTD file path.
        The symbols %u and %h and be used in place of the
        user's username and home directory in the MOTD_USER
        config option.
        Thanks to Eric Woltermann for submitting this patch.
        - Bftpd now prompts for a password, even on anonymous
        accounts to help increase compatiblity with some
        web browsers.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.1.1
        - Fixed directory creation so that the proper
        umask is used. thanks to Thiemo for pointing
        out this problem.
        - Fixed buffer under-size error in options.c
        Thanks to Athan for reporting this bug.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.1
        - By default, the SITE command is now disabled
        in the bftpd.conf file. This is to prevent
        security holes and DoS attacks via "site md5 <filename>"

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.0.3
        - Added md5 support for amd64 machines.
        - If no arch is defined for md5, assume little endian.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.0.2
        - Transfer buffer size now defaults to staying the
        same (max) size for all transfers. To get a variable
        buffer size, change the config option CHANGE_BUFSIZE
        to "yes".
        - Added config file option SHOW_HIDDEN_FILES. When this
        option is set to "yes", bftpd shows hidden files in directory
        listings. By default this is set to "no".

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.0.1
        - Avoid possible segfault in replace() function
        in mystring.c
        - Avoid memory error in main.c using strdup()
        - Avoid segfault in options.c the create_options()
        - Added ability to use the SITE command to provide md5
        checksums of files. (usage: site md5 filename)

        Very many thanks to Ulrich Drepper and Gray Watson for
        the md5 library!

        - Changed ratio calculations to use double type to
        allow for larger files and data transfers.
        - Added HELP option to the SITE command.
        (usage: site help)
        - Added config file variable CHANGE_BUFSIZE. This
          determines whether the transfer buffer changes size.
          It defaults to "yes".
        - Removed extra fileno() calles in file receives.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.0
        - Avoid memory error in options.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.9.3
        - Avoid segfaults in options.c and cwd.c
        - Added memory checks in options.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.9.2
        - Avoid segfaults in options.c and dirlist.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.9.1
        - Avoid segfaults in options.c and main.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.9
        - Added limits.h entry to main.c and options.c
        for compatibility with FreeBSD.
        (All problems with bftpd on FreeBSD were found and
        corrected by Beech of the FreeBSD team.)

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.8.4
        - When printing file sizes for files larger than 4GB
        the file size is now displayed correctly.
        - When a FTP client drops a connection without sending
        an ABORT (ABOR) signal, Bftpd will detect the dropped
        connection and log it. This prevents stale connections
        preventing new users from connecting.
        (Bug found and fixed by: Thorsten)
        - Added limits.h and signal.h to list of headers used
        in commands.c, for compatibility with BSD.
        - Changed sighandler_t in "run_script()" to sig_t
        for compatibility between Linux and BSD.
        - Added OpenPAM patch from FreeBSD (login.c)
        - Added limits.h include to login.c file for
        compatibility with BSD.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.8.3
        - If Bftpd is unable to create bftpdutmp file, an error
        should now be written to the log file.
        - Directory output corrected for when large files (> 2GB)
        are listed.
        - Documentation for xinetd config updated.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.8.2
        - Changed bftpd's direcotry name to plain "bftpd"
        rather than "bftpd-version". This will, hopefully, make
        it easier to run scripts which build/run bftpd.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.8.1
        - Avoid segfault in getoption() (options.c)
          Credit to Mats Erik Andersson for finding this bug.
        - Fixed potential memory leaks in commands.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.7.2
        - Fixed serious bug which would cause bftpd to crash
        while sending a file. Double-free error.
        (Credit to Davide Pozza for reporting these bugs below.)
        - Prevent buffer over-flow in parsecmd() when
        forming confstr variable.
        - Check return values of strtoul() to make sure they
        do not over-flow an int.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.7.1
        (Credit to Davide Pozza for reporting these bugs.)
        - Avoid memory over-flow in bftpd_login (login.c)
        with the str[] variable. Made size 512 + 1.
        - Avoid buffer over-flow in str[] variable in
        main().
        - Prevent buffer over-flow in check_file_password()
        when performing fscanf().
        - In check_file_password() made calloc() allocate
        larger buffer to prevent over-flow.
        - Performed range checking on the number of users on
        the system to make sure they don't over-flow a 32-bit int.
        - Make sure malloc calls in commands.c do not allocate
        too much or too little memory.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.6
        - Perform memory allocation check in bftpd_cwd_mappath()
        - Changed a strcmp() to strcasecmp() in command_retr function.
        - Performed free(mapped) at end of command_retr.
        - Performed memory checks and clean-up in various functions.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.5
        - The when using the FILE_AUTH option, the text
        password file can contain anonymous users. That is,
        users who do not require passwords. THIS IS DANGEROUS
        ON MOST SYSTEMS. A entry with the password field set to
        a * (star) does not require a password. See the
        config file option FILE_AUTH for more information.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.4
        - Allow ANONYMOUS_USER config file option to be used with
        the FILE_AUTH option. This basically allows anyone
        to login to the system without a password if both
        options are used!
        - When a chroot fails during login the server will
        no longer tell the client which directory it was trying
        to chroot to.
        - When the config.h file contains a definition for
        NO_GETPWNAM then the getpwnam() function is not used.
        Also, this forces the use of the FILE_AUTH option. If
        NO_GETPWNAM is defined and FILE_AUTH is not used, all
        connections are dropped.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.3
        - Introduced option to over-ride the local/LAN
        IP address assigned to the host computer. This
        option takes a 4-number IP address in the format
        of "127.0.3.101". See OVERRIDE_IP in bftpd.conf for
        more information.
        - Removed description-pak file from source tree.
        - The options PRE_WRITE_SCRIPT and POST_WRITE_SCRIPT
        have been added to the bftpd.conf file. These options
        let you run scripts before and after any command writes
        to the file system. Handy if you want to re-mount.
        Please see the bftpd.conf file for details.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.2
        - When using FILE_AUTH to login, check
        DO_CHROOT option before performing
        a chroot().

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6.1
        - Removed code which uses sendfile().
        The sendfile code appears to cause a
        conflict on some systems when used
        with 64-bit file size variables.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.6
        - Released bftpd without code changes, but
        with updated Polish documentation.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.5
        - Added Polish documentation to website.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.4.1
        - Added ability to use a plain text file
          for authentication. See config file option
          FILE_AUTH for details.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.4
        - Fixed default configuration.
        - Fixed compile warnings for vanilla config.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.3.2
        - Fixed Makefile to erase config.cache file during
          "make clean"
        - Added ability to uncompress files on the fly
          during downloads. Any file with the extension
          ".gz" can be decompressed during transfer to
          the client with the use of the GZ_DOWNLOAD
          in the config file. This option requires bftpd
          be configured (pre-compile time) with the flag
          --enable-libz.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.3.1
        - Changed ratio values to unsigned long
          variables to support large files.
        - Editted Makefile to allow bftpd to handle large
          files (2GB+).

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.2.2
        - Added ability to upload files and
          compress them into .gz files on the fly.
          See bftpd.conf file for the option.
          This option requires --enable-libz be
          used when running the configure script.

        - Cleaned up code to avoid compiler warnings
          from gcc 4.0.2.
          Files changed: main.c commands.c

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.2.1
        - When the config file is re-read, global
          are changed only.
          Files changes: options.c options.h

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.2
        - Made re-reable options be able to hold larger
          values. Up to 256 bytes/characters long.
        - Replaced old rpm spec file with one from
          Joe, which will be used from now on for
          rpm builds.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.1.3
        - When a child/client dies, the
          parent process will now attempt to
          remove the client's log entry
          from the bftpdutmp file. This
          should prevent stale entries.
        - Changed some default values to
          constants in options.h
        - Fixed typo(s) in bftpd.conf
        - Set delete/over-write for global
          users to be disabled by default
          in bftpd.conf.
        - Added the XFER_DELAY option to
          the bftpd.conf file. This allows
          the admin to set a time delay
          between data transfer bursts.
          This aid in bandwidth throttling.
          Please see bftpd.conf for more
          details on this feature.
        - Added more re-read options
          when catching signal SIGHUP.
          The re-readable options are now:
          HELLO_STRING, QUIT_MSG, XFERBUFSIZE,
          DATA_TIMEOUT, CONTROL_TIMEOUT,
          USERLIMIT_GLOBAL, USERLIMIT_SINGLEUSER,
          USERLIMIT_HOST, DENY_LOGIN and XFER_DELAY.

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.1.2
        - Program now catches signal SIGHUP.
        - When bftpd catches the SIGHUP (hang up)
          it re-reads the config file. It looks
          for some config values, but not all.
          At this time, the values which are
          re-read are:
          HELLO_STRING, QUIT_MSG and XFERBUFSIZE

Jesse Smith <jessefrgsmith@yahoo.ca> -> 1.1.1
        - Added rpm spec file to redhat directory.
        - Changed numberic string length (512) to a defined
          string length (MAXCMD). Makes code more
          compatible with main.c and uses less stack
          memory. File changed: commands.c
        - When receiving files, the transfer buffer
          (XFER_BUFSIZE) is divided by the number of
          connected clients. This should prevent bandwidth
          being sucked back by multiple connections.
        - Minor fixes, checking for malloc errors,
          freeing memory and closing sockets.
          File changed: commands.c
        - When sending files, the transfer buffer
          (XFER_BUFSIZE) is divided by the number
          of connected clients. This should prevent
          bandwidth being taken over by multiple connections.
        - Changed Makefile so bftpd.8 gets installed as
          a manual page in the proper location.
          Also updated rpm spec file to include man page.

Jesse Smith <slicer69@hotmail.com> -> 1.1.0
        - Changed some bftpdutmp_log(0) lines to
        calls to bftpdutmp_end(). This should be safer.
        - Made sure that clients cannot write or append
        to files if the "delete" command is disabled. I
        think if they cannot delete the file they shouldn't
        be allowed to truncate it to zero bytes either.
        - Added reason for login failure to log file.
        - Removed logging of getting user count from
        temp file. Just seems to be taking up space.

(obache)

2010-05-27 13:47:35 UTC MAIN commitmail json YAML

Note update of databases/ruby-odbc package to 0.99991.

(taca)

2010-05-27 13:46:25 UTC MAIN commitmail json YAML

Update ruby-odbc package to 0.99991.

Sun Apr 25 2010 version 0.99991 released

* detect HAVE_LONG_LONG for builds with unixODBC
* UTF-8 coding/decoding fix for range 0x80..0xBF

Thu Feb 18 2010 version 0.9999 released

* integrated Bosko Ivanisevic's fixes in ext/utf8/extconf.rb
  and test/test.rb and test/utf8/test.rb

(taca)

2010-05-27 12:36:02 UTC MAIN commitmail json YAML

Exactly disable installation of init scripts.
Fixes PLIST mismatch for RedHat and Slackware like distributions
as reported by Aleksey Cheusov via PR#43369.

(obache)

2010-05-27 10:50:13 UTC MAIN commitmail json YAML

Updated benchmarks/sysbench to 0.4.12

(adam)

2010-05-27 10:49:08 UTC MAIN commitmail json YAML

Changes 0.4.12:
* Made forced shutdown introduced in 0.4.11 optional via the --forced-shutdown
  switch and off by default.

Changes 0.4.11:
* Added --oltp-reconnect-mode to the OLTP test.
* Minor fixes to remove compiler warnings and DocBook processing on Mac OS X.
* Added forced test shutdown to avoid endless execution when DB server freezes
* Backport of Windows support from the 0.5 branch

Changes 0.4.10:
* Fixed the bug with empty --mysql-create-options
* Merge two patches from Tim Cook:
- use lrand48() as random() is not thread-safe on most platforms
- use libumem/mtmalloc for memory allocation if available on the target platform
* Got rid of some unnecessary malloc() calls in drv_mysql.c

(adam)

2010-05-26 22:19:02 UTC MAIN commitmail json YAML

2010-05-26 19:52:10 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-autoclean to 0.11

(seb)

2010-05-26 19:52:00 UTC MAIN commitmail json YAML

Update p5-namespace-autoclean from version 0.09nb1 to version 0.11.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.11  Fri, 07 May 2010 19:32:37 +0200
  * Improve distribution metadata.

0.10  Sat, 01 May 2010 20:32:59 +0200
  * Fix documentation typo ( Andrew Rodland).

(seb)

2010-05-26 19:50:00 UTC MAIN commitmail json YAML

Get rid of useless comments

(gls)

2010-05-26 18:32:00 UTC MAIN commitmail json YAML

Mention import of sysutils/fabric

(gls)

2010-05-26 18:30:17 UTC MAIN commitmail json YAML

2010-05-26 18:29:20 UTC MAIN commitmail json YAML

Add and enable fabric

(gls)

2010-05-26 18:26:20 UTC MAIN commitmail json YAML

Import fabric-0.9.0 as sysutils/fabric.

Fabric is a Python library and command-line tool for streamlining the use
of SSH for application deployment or systems administration tasks.

It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(gls)

2010-05-26 17:19:53 UTC MAIN commitmail json YAML

Note update of www/drupal6-translations package to 20100527.

(taca)

2010-05-26 17:18:56 UTC MAIN commitmail json YAML

Update drupal6-translations-20100527

Added languages:

Arabic ar-6.x-1.2
Estonian et-6.x-2.0
Persian fa-6.x-2.0-beta1
Hindi hi-6.x-2.0
Marathi mr-6.x-1.0-beta1
Malay ms-6.x-1.0-beta3

Updated languages:

Danish da-6.x-1.3
Spanish es-6.x-1.4
Finish fi-6.x-1.1
Japanese ja-6.x-1.6
Norwegian Bokmaal nb-6.x-2.0
Dutch nl-6.x-1.6
Portuguese Brazil pt-br-6.x-1.4
Slovak sk-6.x-1.3
Ukrainian uk-6.x-1.6

(taca)

2010-05-26 17:16:16 UTC pkgsrc-2010Q1 commitmail json YAML

2010-05-26 17:13:53 UTC pkgsrc-2010Q1 commitmail json YAML

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

Revisions pulled up:
- databases/mysql51-client/Makefile.common 1.6-1.8
- databases/mysql51-client/distinfo 1.3-1.4
- databases/mysql51-server/Makefile 1.5
- databases/mysql51-server/PLIST 1.4-1.5
- databases/mysql51-server/distinfo 1.4-1.6
- databases/mysql51-server/patches/patch-av delete
- databases/mysql51-server/patches/patch-ay 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Apr 24 15:59:24 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-server: Makefile PLIST distinfo
Removed Files:
pkgsrc/databases/mysql51-server/patches: patch-av

Log Message:
Update mysql51-client/mysql51-server package to 5.1.46.

This is maintainous release and please refer for full changes:

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-46.html
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Apr 30 06:03:36 UTC 2010

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

Log Message:
Interix GNU cc doesn't support `-fPIC'.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed May 26 01:52:22 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-server: PLIST distinfo
Added Files:
pkgsrc/databases/mysql51-server/patches: patch-ay

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

For full changes, see http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html.

Here is important changes:

InnoDB Plugin Notes:

    * InnoDB Plugin has been upgraded to version 1.0.8. This version
      is considered of General Availability (GA) quality. InnoDB
      Plugin Change History, may contain information in addition to
      those changes reported here.

      In this release, the InnoDB Plugin is included in source and
      binary distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64,
      ia64), and generic Linux RPM packages. It also does not work for
      FreeBSD 6 and HP-UX or for Linux on generic ia64.

Functionality added or changed:

    * InnoDB stores redo log records in a hash table during
      recovery. On 64-bit systems, this hash table was 1/8 of the
      buffer pool size. To reduce memory usage, the dimension of the
      hash table was reduced to 1/64 of the buffer pool size (or 1/128
      on 32-bit systems). (Bug#53122)

Security fixed:

    * Security Fix: The server failed to check the table name argument
      of a COM_FIELD_LIST command packet for validity and compliance
      to acceptable table name standards. This could be exploited to
      bypass almost all forms of checks for privileges and table-level
      grants by providing a specially crafted table name argument to
      COM_FIELD_LIST.

      In MySQL 5.0 and above, this allowed an authenticated user with
      SELECT privileges on one table to obtain the field definitions
      of any table in all other databases and potentially of other
      MySQL instances accessible from the server's file system.

      Additionally, for MySQL version 5.1 and above, an authenticated
    user with DELETE or SELECT privileges on one table could delete or
    read content from any other table in all databases on this server,
    and potentially of other MySQL instances accessible from the
    server's file system. (Bug#53371, CVE-2010-1848)

    * Security Fix: The server was susceptible to a buffer-overflow
      attack due to a failure to perform bounds checking on the table
      name argument of a COM_FIELD_LIST command packet. By sending
      long data for the table name, a buffer is overflown, which could
      be exploited by an authenticated user to inject malicious
      code. (Bug#53237, CVE-2010-1850)

    * Security Fix: The server could be tricked into reading packets
      indefinitely if it received a packet larger than the maximum
      size of one packet. (Bug#50974, CVE-2010-1849)

(tron)

2010-05-26 16:19:26 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100523.

(taca)

2010-05-26 16:18:42 UTC MAIN commitmail json YAML

2010-05-26 16:16:55 UTC MAIN commitmail json YAML

Note update of graphics/pear-Image_Color package to 1.0.4.

(taca)

2010-05-26 16:16:10 UTC MAIN commitmail json YAML

Update pear-Image_Color package to 1.0.4.
Add LICENSE.

Changelog:

* Relicensing under LGPL 2.1.

(taca)

2010-05-26 16:14:25 UTC MAIN commitmail json YAML

Note addition of net/bind97 version 9.7.0pl2 and remove bind-9.7.0 from TODO.

(taca)

2010-05-26 16:12:19 UTC MAIN commitmail json YAML

Add and enable bind97.

(taca)

2010-05-26 16:11:47 UTC MAIN commitmail json YAML

Importing net/bind97 package 9.7.0pl2 package.
(This is simply based on net/bind96).


BIND 9.7.0pl2 (9.7.0-P2)

New Features in BIND 9.7 - 'DNSSEC for Humans'

BIND 9.7 introduces several improvements, especially for simplifying
DNSSEC configuration and DNSSEC maintenance. This article lists some
of the new features and significant changes in BIND 9.7.


For more information please refer these webpage.

http://www.isc.org/software/bind/new-features/9.7
http://www.isc.org/files/release-notes/9.7.0-P2%20rel%20notes.txt


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-05-26 16:00:34 UTC MAIN commitmail json YAML

-bind-9.6.2.
+xkeyboard-config-1.9.

(taca)

2010-05-26 15:59:32 UTC MAIN commitmail json YAML

Note update of net/bind95 and net/bind96.

net/bind95 9.5.2pl4
net/bind96 9.6.2pl2

(taca)

2010-05-26 15:57:37 UTC MAIN commitmail json YAML

Update net/bind96 package to 9.6.2pl2 (9.6.2-P2).

--- 9.6.2-P2 released ---

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

--- 9.6.2-P1 released ---

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

(taca)

2010-05-26 15:56:39 UTC MAIN commitmail json YAML

Update net/bind95 package to 9.5.2pl4(9.5.2-P4).

--- 9.5.2-P4 released ---

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

--- 9.5.2-P3 released ---

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

(taca)

2010-05-26 14:30:36 UTC MAIN commitmail json YAML

Turn off assembler code under all version of Mac OS X Intel (instead of
only Leopard) to avoid build problems.

(tron)

2010-05-26 13:57:01 UTC MAIN commitmail json YAML

+ misaki-fonts

(obache)

2010-05-26 13:56:01 UTC MAIN commitmail json YAML

Added fonts/misaki-fonts version 0beta11a

(obache)

2010-05-26 13:55:48 UTC MAIN commitmail json YAML

Import misaki-fonts-0beta11a from pkgsrc-wip as fonts/misaki-fonts.
Packaged by Ryo ONODERA and requested to import in PR#42997.

Misaki font is an 8*8 dots bitmap font for Japanese.

This font was developed for SCRNJPN Japanese screen driver
for Sharp PC-E500 pocket computer.

Almost all characters is designed in 7*7 dots.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-26 13:25:58 UTC MAIN commitmail json YAML

2010-05-26 13:24:57 UTC MAIN commitmail json YAML

Added net/dtorrent version 3.3.2

(obache)

2010-05-26 13:24:43 UTC MAIN commitmail json YAML

Import dtorrent-3.3.2 as net/dtorrent.
Based on packaged by Jeff Woodall and provided via PR#43254.

Enhanced CTorrent is a BitTorrent console client written in C/C++. Like
ctorrent, which it is based on, high performance with minimal system
resources and dependencies is a priority. Enhanced CTorrent adds additional
features like dynamic adjustments and fixes several bugs in the original
ctorrent client (obsolete and marked EOL in pkgsrc repository).

More info at: http://www.rahul.net/dholmes/ctorrent/

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-26 11:00:34 UTC MAIN commitmail json YAML

+ ruby-tweetstream ruby-twitter-stream

(obache)

2010-05-26 10:58:12 UTC MAIN commitmail json YAML

Added net/ruby-tweetstream version 1.0.4

(obache)

2010-05-26 10:58:00 UTC MAIN commitmail json YAML

Import ruby-tweetstream-1.0.4 as net/ruby-tweetstream.

TweetStream allows you to easily consume the Twitter Streaming API utilizing
the YAJL Ruby gem.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-26 10:55:47 UTC MAIN commitmail json YAML

Added net/ruby-twitter-stream version 0.1.6

(obache)

2010-05-26 10:55:12 UTC MAIN commitmail json YAML

Import ruby-twitter-stream-0.1.6 as net/ruby-twitter-stream.

Simple Ruby client library for twitter streaming API.  Uses EventMachine for
connection handling.  Adheres to twitter's reconnection guidline.  JSON format
only.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-05-26 09:18:48 UTC MAIN commitmail json YAML

Move pkg-config from default USE_TOOLS in to the dbus section of options.mk
so its only added when needed.

(sbd)

2010-05-26 08:32:09 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.7

(wiz)