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

2024-05-13 01:41:38 UTC Now

2009-03-03 08:58:23 UTC MAIN commitmail json YAML

Updated splint to 3.1.2.

Changes since 3.1.1:

Declarations of intptr_t and uintptr_t

    The standard library declares the intptr_t and uintptr_t types
    incorrectly. They are declared as int * and unsigned int *,
    but should be integral types (large enough to hold a pointer)
    instead.

    (Reported by David Sanderson, 25 Sep 2004. Fixed in development
    standard.h.)

Mode help

    Splint crashes when run with -help weak or another mode flag.

    (Reported by Clive Bach, 27 July 2004. Fixed in CVS 28 July 2004.)

Missing va_copy

    The standard library is missing va_copy.

    (Reported by Roland Illig, 21 May 2004. Fixed in CVS, 21 May 2004.)

Shifting in pre-processor expressions

    Splint will report an internal error for a preprocessor expression
    that shifts a negative value. This should produce a warning message
    instead.

    (Reported by Dirk Herrmann, 10 Nov 2003. Fixed in CVS, 18 May 2004,
    but no warning message added yet.)

gmtime and localtime

    The return type is incorrectly specified as /*@null@*/ in the
    standard library. gmtime and localtime are guaranteed to return
    non-null values.

    (Reported by Terry Colligan, 30 Oct 2003. Fixed in CVS, 2 Nov 2003.)

Redefining __func__

    Splint will report an internal bug if built in special definitions
    like __func__ are redefined.

    (Reported by Terry Colligan, 28 Oct 2003. Fixed in CVS, 28 Oct 2003.)

Pragma Line Numbers

    Splint does not count

    #pragma ...

    lines in the line number.

    (Reported by Scott Frazer, 27 Oct 2003. Fixed in CVS, 27 Oct 2003.)

Files Unclosed in Win32

    Options that involve writing messages to files do not work in Win32.
    The check that all files are closed was somehow copied to a location
    it shouldn't be (llmain:830).

    (Fixed in CVS 18 Sept 2003.)

Multi-dimensional Arrays

    Splint does not interpret declarations of multidimensional arrays
    correctly. A declaration like int a[][10] is misinterpreted as
    int a[10][].

    (Reported by Bill Leahy, 15 Sept 2003. Fixed in CVS 15 Sept 2003.)

&& and || guards

    Splint does not correctly interpret guards for non-boolean
    expressions in && and || clauses (e.g., if (s && t)).

    (Reported by Andrew Bishop. Fixed in CVS 13 August 2003.)

scanf %x

    Splint interprets %x in a scanf format string as an int *, but it
    should be an unsigned int *.

    (Reported by Andrew Bishop. Fixed in CVS 13 August 2003.)

+matchanyintegral and unsignedintegrals

    When +matchanyintegral is set, splint should allow any int type to
    match an aribtrary unsigned integral.

    (Reported by John Makecki. Fixed in CVS 18 July 2003.)

Shadow updates

    When a variable declaration is shadowed, the sRef_updateSref
    function will find the inner reference when there is an alias
    to the outer reference.

    (Reported by John Makecki. Fixed in CVS 18 July 2003.)

Internal assertion fails for unconventional bounds

    An internal assertion will fail for strange array indexes like,
    i["]<i;++i){--i;}"].

    (Reported by Xose Vazquez Perez. Fixed in CVS 12 July 2003.)

Assignments with global structs

    Splint does not correctly update state when the rhs of an assignment
    is a struct with global scope.

    (Reported by Steve Brooke. Fixed in CVS, 10 July 2003.)

Defining __STDC__

    Splint should define __STDC__. See http://bugs.debian.org/cgi-bin/
    bugreport.cgi?bug=171437&msg=7 for details.

    (Reported by Vincent Lefevre. Fixed in CVS, 10 July 2003)

Missing signal.h definitions

    The posix library is missing some definitions from signal.h.

    (Reported by Jerry James. Fixed in CVS, 13 June 2003)

Pre-processing ISO8859-1 characters

    Splint does not process ISO8859-1 characters correctly since it is
    building on a pre-ISO8859-1 version of gcc's pre-processor, and
    character \377 is indistinguishable from EOF.

    (Reported by Kai Hofmann. Fixed in CVS, 6 June 2003)

Printing lltok

    Splint prints -> tokens in specifications incorrectly as ".".
    Reported and fixed by Psanzani.

    (Fixed in CVS, 6 June 2003)

(rillig)

2009-03-03 08:57:59 UTC MAIN commitmail json YAML

2009-03-02 23:27:46 UTC MAIN commitmail json YAML

2009-03-02 22:52:29 UTC MAIN commitmail json YAML

Updated lang/php5 to 5.2.9

(adrianp)

2009-03-02 22:52:17 UTC MAIN commitmail json YAML

The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.2.9:

    * Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)
    * Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre)
    * Fixed explode() behavior with empty string to respect negative limit. (Shire)
    * Fixed a segfault when malformed string is passed to json_decode(). (Scott)

Key enhancements in PHP 5.2.9 include:

    * Added optional sorting type flag parameter to array_unique(). Default is SORT_REGULAR. (Andrei)
    * Fixed bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()). (Rob)
    * A number of fixes in the mbstring extension (Moriyoshi)
    * Fixed bug #44336 (Improve pcre UTF-8 string matching performance). (frode at coretrek dot com, Nuno)
    * Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
    * Fixed bug #46748 (Segfault when an SSL error has more than one error). (Scott)
    * Fixed bug #46889 (Memory leak in strtotime()). (Derick)
    * Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault). (Dmitry)
    * Fixed bug #47165 (Possible memory corruption when passing return value by reference). (Dmitry)
    * Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses as invalid). (Ilia)
    * Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux). (Matt)
    * Over 50 bug fixes.

(adrianp)

2009-03-02 22:39:11 UTC MAIN commitmail json YAML

Mark as not -j2 safe.

(wiz)

2009-03-02 22:22:48 UTC MAIN commitmail json YAML

+MAKE_JOBS_SAFE=no

(abs)

2009-03-02 22:12:08 UTC MAIN commitmail json YAML

Note update of highlight to 2.7

(rh)

2009-03-02 22:10:27 UTC MAIN commitmail json YAML

2009-03-02 21:11:49 UTC MAIN commitmail json YAML

Allow override of CURSES_DEFAULT using options.mk

(adrianp)

2009-03-02 21:08:34 UTC MAIN commitmail json YAML

Missing library for dependencies

(manu)

2009-03-02 20:15:43 UTC MAIN commitmail json YAML

Don't attempt to remove the the directory "/usr/pkg/lib/lua/5.1" after
building because it is owned by the "lua" package.

(tron)

2009-03-02 18:24:52 UTC MAIN commitmail json YAML

DESTDIR support. Fix PLIST handling to work when make install is called
without make build first.

(joerg)

2009-03-02 18:06:10 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Reporter version 1.1705

(sno)

2009-03-02 17:40:03 UTC MAIN commitmail json YAML

2009-03-02 17:29:31 UTC MAIN commitmail json YAML

2009-03-02 17:22:15 UTC MAIN commitmail json YAML

Disable option tracking until the cyclic dependency issue is solved.

(joerg)

2009-03-02 17:13:49 UTC MAIN commitmail json YAML

2009-03-02 17:08:27 UTC MAIN commitmail json YAML

Updated games/scummvm to 0.13.0

(adam)

2009-03-02 17:06:42 UTC MAIN commitmail json YAML

Changes 0.13.0:
General:
* Added MIDI driver for Atari ST / FreeMint.
* Added a 'Load' button to the Launcher (not supported by all engines).
* Added a new global main menu (GMM) dialog usable from all engines.
* Added the ability to return to the launcher from running games (via the GMM).
* Rewrote GUI renderer to use an vector based approach.
* Rewrote GUI configuration to use XML.
New Games:
* Added support for Blue's 123 Time Activities.
* Added support for Blue's ABC Time Activities.
* Added support for Bud Tucker in Double Trouble.
* Added support for The 7th Guest.
KYRA:
* Added support for Auto-save feature.
* Added support for MIDI music.
SCUMM:
* Implemented radio-chatter effect in The DIG.

(adam)

2009-03-02 16:49:58 UTC MAIN commitmail json YAML

Added lasso-2.2.1, py-lasso for python binding, and ap2-auth-mellon-0.1.0

(manu)

2009-03-02 16:47:43 UTC MAIN commitmail json YAML

mod_auth_mellon is a authentication module for apache. It authenticates
the user against a SAML 2.0 IdP, and and grants access to directories
depending on attributes received from the IdP.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(manu)

2009-03-02 16:46:26 UTC MAIN commitmail json YAML

Lasso is a free software C library aiming to implement the Liberty
Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for
federated identities, single sign-on and related protocols. Lasso is
built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.

This package provides python bindings for Lasso.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(manu)

2009-03-02 16:46:01 UTC MAIN commitmail json YAML

Lasso is a free software C library aiming to implement the Liberty
Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for
federated identities, single sign-on and related protocols. Lasso is
built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(manu)

2009-03-02 16:44:29 UTC MAIN commitmail json YAML

2009-03-02 16:29:31 UTC MAIN commitmail json YAML

Avoid having -lltdlc in various .la files. Bump PKGREVISION.

(wiz)

2009-03-02 16:02:58 UTC MAIN commitmail json YAML

updatre MASTER_SITES, hinted by wiz

(drochner)

2009-03-02 15:57:28 UTC MAIN commitmail json YAML

Mark as MAKE_JOBS_SAFE=no, the library is built too late for some of the
targets.

(wiz)

2009-03-02 15:31:16 UTC MAIN commitmail json YAML

Mark as MAKE_JOBS_SAFE=no, and reorder lines a bit.

(wiz)

2009-03-02 15:30:45 UTC MAIN commitmail json YAML

Remove a close(-1) as hinted by wiz.

(joerg)

2009-03-02 15:15:06 UTC MAIN commitmail json YAML

Be nice to stupid version of TAILQ_INSERT_TAIL on Linux, that doesn't
create a block context.

(joerg)

2009-03-02 15:13:56 UTC MAIN commitmail json YAML

Updated x11/gdm to 2.20.7nb5

(jmcneill)

2009-03-02 15:13:10 UTC MAIN commitmail json YAML

Enable gdmprefetchlist in the build. Bump PKGREVISION.

(jmcneill)

2009-03-02 14:59:14 UTC MAIN commitmail json YAML

2009-03-02 14:55:06 UTC MAIN commitmail json YAML

Mark as MAKE_JOBS_SAFE=NO, it stumbles over a yacc file.

(wiz)

2009-03-02 14:27:12 UTC MAIN commitmail json YAML

2009-03-02 13:54:56 UTC MAIN commitmail json YAML

2009-03-02 11:37:34 UTC MAIN commitmail json YAML

Note update of the "graphviz" package to version 2.20.3nb2.

(tron)

2009-03-02 11:37:25 UTC MAIN commitmail json YAML

Note update of the "hal" package to version 0.5.11nb23.

(tron)

2009-03-02 11:36:33 UTC MAIN commitmail json YAML

Actually substitute "PKG_SYSCONFBASE" in the package list. Bump package
revisions as this affects the binary package.

(tron)

2009-03-02 11:24:58 UTC MAIN commitmail json YAML

Fix more problems in borked recent update:
1.) Add binary and manual page symlinks which "CHECK_FILES" didn't catch
    on my system as there were already present from previous installs.
    Problem noted by Hasso Tepper in private e-mail.
2.) Stop the install phase from creating "/usr/lib/lua/5.1" and writing
    files to it.

Bump package revision again because of these fixes.

(tron)

2009-03-02 10:25:06 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.1

(wiz)

2009-03-02 10:24:54 UTC MAIN commitmail json YAML

2009-03-02 09:39:53 UTC MAIN commitmail json YAML

mdoclint and mdocml conflict with each other because both have bin/mdoclint.

(wiz)

2009-03-02 06:24:40 UTC MAIN commitmail json YAML

Mention addition of xmms-pulse and optipng update

(kefren)

2009-03-02 06:22:08 UTC MAIN commitmail json YAML

2009-03-02 06:20:34 UTC MAIN commitmail json YAML

Add patches from upstream in order to update to 0.6.2.1

Changes:

  * Fix SA34035: Use after free error that can be used to execute arbitrary
    code via a specially crafted GIF image

(kefren)

2009-03-02 02:01:30 UTC MAIN commitmail json YAML

Updated sysutils/gvfs to 1.0.3nb2

(jmcneill)

2009-03-02 02:00:51 UTC MAIN commitmail json YAML

2009-03-01 23:59:07 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Reporter

(sno)

2009-03-01 23:58:09 UTC MAIN commitmail json YAML

Importing CPAN::Reporter to easily check for outdated perl modules.

The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.

(sno)

2009-03-01 23:44:37 UTC MAIN commitmail json YAML

add SUBDIR entries for imported packages

(sno)

2009-03-01 23:35:15 UTC MAIN commitmail json YAML

fix autogenerated entry

(sno)

2009-03-01 23:33:58 UTC MAIN commitmail json YAML

Adding perl module ExtUtils::Manifest - which contains some bug fixes
over the Core Module.

(sno)

2009-03-01 23:29:01 UTC MAIN commitmail json YAML

fix autogenerated entry

(sno)

2009-03-01 23:25:16 UTC MAIN commitmail json YAML

Adding perl module File::pushd ad dependency for the CPAN::Reporter.

File::pushd does a temporary chdir that is easily and automatically reverted,
similar to pushd in some Unix command shells. It works by creating an object
that caches the original working directory. When the object is destroyed, the
destructor calls chdir to revert to the original working directory. By storing
the object in a lexical variable with a limited scope, this happens
automatically at the end of the scope.

(sno)

2009-03-01 23:13:20 UTC MAIN commitmail json YAML

Added devel/p5-Test-Reporter version 1.5203

(sno)

2009-03-01 23:12:24 UTC MAIN commitmail json YAML

Adding perl module Test::Reporter as dependency of CPAN::Reporter

Test::Reporter reports the test results of any given distribution to the
CPAN Testers. Test::Reporter has wide support for various perl5's and
platforms.

(sno)

2009-03-01 23:08:34 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN to 1.9304

(sno)

2009-03-01 23:07:42 UTC MAIN commitmail json YAML

pkgsrc changes:

- updating module to 1.9304 (seen update to late while committing the add)

Upstream changes:

2009-02-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.9304 (same as 1.93_03, just version changed to mark
  as stable)
2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.93_51 (dev release towards 1.94)
* major surgery: split all packages within the CPAN.pm file into
  separate files. Requested by Gabor Szabo who also submitted an initial
  implementation.
* major surgery: relocate the repository to github, adjust all SVN
  related code in the Makefile.PL to git, and remove all files that are
  not directly relevant to CPAN.pm. (David Golden and Andreas Koenig)
* mega doc and English patch by Tom Christiansen and David Golden
* chmod the build directories to be world readable (suggested by Slaven Rezic)
* fix broken perldoc command (Randy Kobes)
* Use Parse::CPAN::Meta not Parse::Metayaml (Steffen Mueller)
* Negated match variables in distroprefs (Gisle Aas)
* new batch signing key PAUSE2009.pub included
* this is release 1.93_03

2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

* this is release 1.93_03 (preparation of stable 1.9304)
* more backporting from trunk
* PAUSE2009.pub included
* s/cpantesters.perl.org/www.cpantesters.org/

2009-01-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* this is release 1.93_02
* the underscore is there because it is the first git based release, it
  as a test ballon for the merge with bleadperl. I expect it will become
  1.9303
* upgrade repo to github
* more caution when running in degraded mode
* default for connect-to-internet-ok to 0 again (for 5.8.9 a quick fix
  against bootstrappng problems was to set it to 1; now the resulting
  error message makes clear what's going on)
* typo corrections (Frank Wiegand, David Golden)
* backport Parse::CPAN::Meta patch from trunk (Steffen Mueller, David Golden)

(sno)

2009-03-01 23:04:45 UTC MAIN commitmail json YAML

Added devel/devel/p5-Devel-Autoflush version 0.05

(sno)

2009-03-01 23:03:16 UTC MAIN commitmail json YAML

Adding perl module Devel::Autoflush as requirement for CPAN::Reporter
which is in pipeline to get added.

This module is a hack to set autoflush for STDOUT and STDERR from the command
line or from PERL5OPT for code that needs it but doesn't have it.

(sno)

2009-03-01 22:10:11 UTC MAIN commitmail json YAML

Added devel/p5-Parse-CPAN-Meta version 0.04

(sno)

2009-03-01 22:09:26 UTC MAIN commitmail json YAML

Adding Parse::CPAN::Meta for later CPAN::Reporter addition to pkgsrc.

Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
of YAML::Tiny.

(sno)

2009-03-01 22:07:21 UTC MAIN commitmail json YAML

Added devel/p5-CPAN version 1.9301

(sno)

2009-03-01 21:59:47 UTC MAIN commitmail json YAML

Adding Perl-module CPAN for later addition of CPAN::Reporter.

(sno)

2009-03-01 21:59:10 UTC MAIN commitmail json YAML

Note update of the "graphviz" package to version 2.20.3nb1.

(tron)

2009-03-01 21:58:54 UTC MAIN commitmail json YAML

Fix a lot of problems caused by th recent update:
1.) Add missing RCS Ids.
2.) Add missing ".pdf" files to the package list.
3.) Remove all entries for ".so*" and ".a" files and let "pkgsrc"
    derive them automatically from the ".la" files.
4.) Fix interpreter path in two example scripts.

Bump package revision after all these fixes.

(tron)

2009-03-01 21:56:38 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.31

(sno)

2009-03-01 21:55:53 UTC MAIN commitmail json YAML

Updated net/p5-Net-LibIDN to 0.12

(sno)

2009-03-01 21:55:11 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build to 0.32

(sno)

2009-03-01 21:53:39 UTC MAIN commitmail json YAML

pkgsrc changes:

- update module to 2.31

Upstream changes

$Revision: 2.31 $ $Date: 2009/02/16 06:18:09 $
! lib/Encode/MIME/Header.pm
  "Revert [29767] and [29771] since it breaks perl 5.8" by miyagawa
  http://coderepos.org/share/changeset/30111

2.30 2009/02/15 17:44:13
! encoding.pm
  fixed regexes, et cetera. by drry
  http://coderepos.org/share/changeset/29767
! lib/Encode/MIME/Header.pm
  Addressed: Encode::MIME::Header::decode should respect CHECK
  http://rt.cpan.org/Ticket/Display.html?id=43204
  http://coderepos.org/share/changeset/29767

(sno)

2009-03-01 21:51:22 UTC MAIN commitmail json YAML

add dependency to devel/libgetopt for platforms without getoptlong

(sno)

2009-03-01 21:49:54 UTC MAIN commitmail json YAML

pkgsrc changes:

- Update to module version 0.12

Upstream changes:

0.12  Thu Feb 26 13:44:06 CET 2009
- Applied NetBSD compatibility patch (Thanks Havard Eidnes), fixes #39294
- Applied Win32 memory free compatibility patch (Thanks CPAN user SISYPHUS),
  maybe fixes #43110

(sno)

2009-03-01 21:47:22 UTC MAIN commitmail json YAML

pkgsrc changes:

- update to module version 0.32
- introduce options to choose recommented dependencies
- make previous dependencies and other useful default

Upstream changes:

0.32 - Wed Feb 25 17:40:02 PST 2009

No changes since 0.31_04.

0.31_04 - Fri Feb 20 11:04:59 PST 2009

Other
- Bumped Test::Harness prereq to 3.16 for latest PERL5LIB fixes (solves
  test failures when installing Module::Build using CPANPLUS::Dist::Build)
  [David Golden]

0.31_03 - Sun Feb  8 14:54:01 PST 2009

Enhancements
- added a "prereq_data" action that prints a Perl data structure of
  all prerequisites; can be loaded by external tools using eval()
  [David Golden]

Bug-fixes
- 'fakeinstall' action warns and skips without ExtUtils::Install 1.32+
  [David Golden, reported by Zefram]
- allows Module::Build version mismatch when installing self; works around
  limitations in CPANPLUS::Dist::Build [David Golden]

0.31_02 - Tue Jan 27 09:16:43 PST 2009

Other
- tests now use File::Temp (added to build_requires); appears to fix
  Win32 testing heisenbug on directory removal during high system loads
- use_tap_harness.t will skip unless a release version of TAP::Harness
  is installed
- improved diagnostics to ensure_blib() tests in t/lib/MBTest.pm

Compat
- passthrough Makefile.PL will now play nice with cpantesters' on
  exit(0) (RT#32018) [Eric Wilhelm]

Bug Fixes
- fix for doubling-up of --prefix (RT#19951)

(sno)

2009-03-01 21:35:05 UTC MAIN commitmail json YAML

fix capitalized NetBSD.org

(sno)

2009-03-01 21:26:34 UTC MAIN commitmail json YAML

Added textproc/mdoclint version 1.0

(wiz)

2009-03-01 21:26:20 UTC MAIN commitmail json YAML

2009-03-01 21:25:39 UTC MAIN commitmail json YAML



(wiz)

2009-03-01 21:17:08 UTC MAIN commitmail json YAML

Updated devel/p5-File-HomeDir to 0.82

(sno)

2009-03-01 21:15:50 UTC MAIN commitmail json YAML

pkgsrc changes

- Updating to version 0.82
- removing maintainer - maintainer is unreachable
  <bartosz@atom.eu.org>: Host or domain name not found. Name service error for
    name=atom.eu.org type=MX: Host not found, try again

Upstream changes:

0.82 Tue 14 Oct 2008
- When we get more than one warning, diag the warnings
  so that we have actually have a chance to get rid of
  the extra warnings.

0.81 Thu  3 Jul 2008
- Updating to Module::Install 0.77
- Localising $@ during evals
- Updating Perl version dependency to 5.00503

(sno)

2009-03-01 20:26:13 UTC MAIN commitmail json YAML

fix pasto - s/Qt3/Qt4/

(jdolecek)

2009-03-01 19:17:45 UTC MAIN commitmail json YAML

2009-03-01 18:23:15 UTC MAIN commitmail json YAML

Updated sysutils/hal to 0.5.11nb22

(jmcneill)

2009-03-01 18:22:31 UTC MAIN commitmail json YAML

Plug a memory leak in envsys_timeout; the caller of prop_dictionary_all_keys
is responsible for freeing allocated memory. Bump PKGREVISION.

(jmcneill)

2009-03-01 18:13:50 UTC MAIN commitmail json YAML

Override TEXMFCONFIG instead of TEXMFSYSCONFIG for better isolation of
the build environment.

(minskim)

2009-03-01 18:09:52 UTC MAIN commitmail json YAML

Note PKGREVISION bump of dvipsk.

(minskim)

2009-03-01 18:09:18 UTC MAIN commitmail json YAML

- texlive-tetex is needed at build-time only.
- Make sure that generating config.ps is not affected by the system's
  config.ps.

Bump PKGREVISION.

(minskim)

2009-03-01 17:45:58 UTC MAIN commitmail json YAML

Note PKGREVISION bump of xdvik.

(minskim)

2009-03-01 17:45:20 UTC MAIN commitmail json YAML

Fix build problems of xdvi, noted by seb@.

- Add a build-time dependency on texlive-tetex to use texconfig.
- Make sure that generating a conf file does not depend on files that are
  already installed.

Bump PKGREVISION.

(minskim)

2009-03-01 16:40:00 UTC pkgsrc-2008Q4 commitmail json YAML

2009-03-01 16:39:47 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket 2712 - requested by wiz
gnome-power-manager: bug fix update

Revisions pulled up;
- sysutils/gnome-power-manager/Makefile 1.3-1.5
- sysutils/gnome-power-manager/distinfo 1.2-1.3
---
Module Name: pkgsrc
Committed By: drochner
Date: Tue Jan  6 18:44:03 UTC 2009

Modified Files:
pkgsrc/sysutils/gnome-power-manager: Makefile

Log Message:
avoid pichink up docbook2man on build
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 17 12:53:26 UTC 2009

Modified Files:
pkgsrc/sysutils/gnome-power-manager: Makefile distinfo

Log Message:
Update to 2.24.3:

==============
Version 2.24.3
==============

- Fixed #562836, GPM OSD does not popup on machines that support keys in HW but not in xrandr (Mario Limonciello)
- Fixed #562900, gnome power manager keeps using xrandr backend after failed calls (Mario Limonciello)
- Reset the event time after we resume so the duplicate key detection code works correctly (Adel Gadllah)

Translations:
- Updated et: Ivar Smolin
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 24 15:14:01 UTC 2009

Modified Files:
pkgsrc/sysutils/gnome-power-manager: Makefile distinfo

Log Message:
Update to 2.24.4, convert to user-destdir.

==============
Version 2.24.4
==============

- Fixed #562576, Battery profile is not saved correctly (Stephen Gildea and Joe)
- Fixed #566115, Fails to build on sparc (Josselin Mouette)
- Fixed #569100, When brightness is to 0, pressing one more brightness causes hang (Fortunato Ventre)
- Fixed #566095, Don't step through each brightness state when we fade modes (Richard Hughes)

(tron)

2009-03-01 15:22:09 UTC MAIN commitmail json YAML

Added textproc/mdocml version 1.3.13

(wiz)

2009-03-01 15:21:17 UTC MAIN commitmail json YAML

2009-03-01 15:19:49 UTC MAIN commitmail json YAML



(wiz)

2009-03-01 15:14:34 UTC MAIN commitmail json YAML

+ asterisk-1.6.0.6, hylafax-5.2.9, ikiwiki-3.05, mew-6.2 [pkg/40808|as
  mew6?], mkvtoolnix-2.5.2, p5-Net-LibIDN-0.12, p5-Net-Twitter-2.10
  [pkg/40812], php5-5.2.9, phpmyadmin-3.1.3, py-subversion-1.5.6,
  samba-3.3.1, subversion-base-1.5.6, tea-23.1.0, x264-devel-20090228,
  xfce-4.6.0, zile-2.3.3.

(wiz)

2009-03-01 15:13:34 UTC MAIN commitmail json YAML

Updated misc/gwaei to 0.15.0

(wiz)

2009-03-01 15:13:21 UTC MAIN commitmail json YAML

Update to 0.15.0:

2009-02-21: Released gWaei 0.15.0
  The newest version of gWaei has finally arrived!  This version took so long
  because it was edging on being a total rewrite.  Many of the dangling
  variables that I had floating around are now neatly put away into C structs.

  On the front end, there is a link saying "Where can I get other dictionaries?"
  This is meant to help people find other dictionaries that may work with gwaei.

  Last, and the most interesting, gtk support is now OPTIONAL in gWaei.  You can
  access most of the program's features through the terminal now! The program
  creates a symbalic link called waei on installation that can be used to
  access all of this console goodness.

(wiz)

2009-03-01 15:03:10 UTC MAIN commitmail json YAML

Updated misc/pciids to 20090224

(wiz)

2009-03-01 15:03:00 UTC MAIN commitmail json YAML

Update to 20090224, various changes.

(wiz)

2009-03-01 15:02:12 UTC MAIN commitmail json YAML

Updated security/caff to 1.1

(wiz)

2009-03-01 15:02:02 UTC MAIN commitmail json YAML

2009-03-01 14:57:44 UTC MAIN commitmail json YAML

Updated www/surfraw to 2.2.4

(wiz)

2009-03-01 14:57:33 UTC MAIN commitmail json YAML

Update to 2.2.4:

Sun Mar  1 02:12:14 GMT 2009  - surfraw 2.2.4

  * New elvi:
    + ntrs, scicom, springer - Thanks to Wim Van Hoydonck.
    + urban - Thanks to J. R. Mauro.
    + aur - Thanks to Ren辿 Reigel.
  * excite: fixed.
  * cite: changed to use citeseerx.ist.psu.edu, the old
    citeseer is no longer being updated.
  * amazon: fixed; updated categories.

(wiz)

2009-03-01 06:58:57 UTC MAIN commitmail json YAML

Add aKode backend support back to kdemultimedia (aKode was part of
kdemultimedia up to KDE 3.4). Bump PKGREVISION.

(hasso)

2009-03-01 06:18:59 UTC MAIN commitmail json YAML

Note update of www/typolight-translations package to 20090226.

(taca)

2009-03-01 06:18:21 UTC MAIN commitmail json YAML

2009-03-01 01:28:33 UTC MAIN commitmail json YAML

Updated www/ap22-authnz-external to 3.2.3

(adrianp)

2009-03-01 01:28:18 UTC MAIN commitmail json YAML

Update to 3.2.3
Add documentation
v3.2.3  (Jan Wolter - Feb 26, 2009)
-----------------------------------------------
* Added GroupExternalError directive, which allows you to specify the
  HTTP error code to be returned if the group access check fails.
  Defaut is 401, but you may want to return 403 if you want to show the
  user an error page instead of asking him to login again.  Thanks to
  Peter Crawshaw <pcrawshaw@mta.ca> for this patch.
* In hopes of getting to a more consistantly named set of directives,
  added new aliases for two old directives:
      GroupExternalAuthoritative    alias for    AuthzExternalAuthoritative
      GroupExternalManyAtOnce      alias for    AuthExternalGroupsAtOnce
  Documentation updated to refer primarily to the new names.

v3.2.2  (Jan Wolter - Dec 1, 2008)
-----------------------------------------------
THIS RELEASE UPDATES DOCUMENTATION ONLY!
* Improved documentation of AuthExternalContext directive in the INSTALL
  file.
* Added documentation to the UPGRADE file on interactions between multiple
  Require directives.

(adrianp)

2009-02-28 20:42:46 UTC MAIN commitmail json YAML

Note update of textproc/p5-Template-Declare to version 0.38

(seb)

2009-02-28 20:42:25 UTC MAIN commitmail json YAML

Update from version 0.37 to version 0.38.

Upstream changes:
0.38 - 2009-02-27
* Support, but deprecate, Template::Declare->buffer->data(...) usage

(seb)

2009-02-28 18:37:22 UTC MAIN commitmail json YAML

Fix C++ build on NetBSD 5.x. Bump revision of gcc3-c.
Inspired by patch from Aran Clauson in the GCC Bugzilla.

(joerg)

2009-02-28 17:35:04 UTC MAIN commitmail json YAML

Nice try but ${FIND} -empty aint that portable
Replace pax with ${PAX}

(adrianp)

2009-02-28 16:25:46 UTC MAIN commitmail json YAML

2009-02-28 16:21:58 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.16

(adrianp)

2009-02-28 16:21:47 UTC MAIN commitmail json YAML

3.16    2009-02-19
        - Fix path splicing on platforms where the path separator
          is not ':'.
        - Fixes/skips for failing Win32 tests.
        - Don't break with older CPAN::Reporter versions.

3.15    2009-02-17
        - Refactor getter/setter generation into TAP::Object.
        - The App::Prove::State::Result::Test now stores the parser object.
        - After discussion with Andy, agreed to clean up the test output
          somewhat.  t/foo.....ok becomes t/foo.t ... ok
        - Make Bail out! die instead of exiting. Dies with the same
          message as 2.64 for (belated) backwards compatibility.
        - Alex Vaniver's patch to refactor TAP::Formatter::Console into
          a new class, TAP::Formatter::File and a common base class:
          TAP::Formatter::Base.
        - Fix a bug where PERL5LIB might be put in the wrong spot in @INC.
          #40257
        - Steve Purkis implemented a plugin mechanism for App::Prove.

3.14    2008-09-13
        - Created a proper (ha!) API for prove state results and tests.
        - Added --count and --nocount options to prove to control X/Y display
          while running tests.
        - Added 'fresh' state option to run test scripts that have been
          touched since the test run.
        - fixed bug where PERL5OPT was not properly split
        - fixed regex in _filtered_inc. Fixes #39248. Thanks Slaven.

(adrianp)

2009-02-28 16:20:50 UTC MAIN commitmail json YAML

2009-02-28 16:19:17 UTC MAIN commitmail json YAML

2009-02-28 16:11:31 UTC MAIN commitmail json YAML

Updated www/drupal6 to 6.10

(adrianp)

2009-02-28 16:11:20 UTC MAIN commitmail json YAML

This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-003 - Local file inclusion on Windows

In addition to this security vulnerability, the following bugs have been fixed since the 6.9 release:

    * - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
    * #310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.
    * #275796 by Gribnif, Damien Tournoud, Dave Reid, vaish: module_list() should set its static variable to NULL instead of unset()-ing it, so it does not retain its value
    * #328110 by marcingy, swentel, Damien Tournoud, pwolanin, David_Rothstein: the link argument is passed by reference to menu_link_save(), so avoid overwriting local variables in menu_enable().
    * #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.
    * #220559 by eMPee584, Desbeers, Damien Tournoud: only ever add the active class to links in l() and theme_links(), if the language was set and is the current language or if the language was not set on the link
    * #365183 by Eaton: node_feed() did not use the same API functions as node_view() did, so custom fields were missing from the output
    * #356721 by c960657, Dave Reid: remove static caching of the clean URLs setting in url() to help automated tests; the setting is cached through variable_get(), which however allows altering of the setting
    * #290282 by kratib, jvandyk, ainigma32: Only track/limit the recursive invocations of actions_do(), instead of tracking/limiting them all.
    * #320395 by qutoz, swentel: Set node format to 0 in node_submit() if the body was turned off to avoid a minor notice.
    * #359918 by Dave Reid: database.inc documents the 'unique key' key, while it should be 'unique keys'
    * #152098 by hunthunthunt, mgifford, Dave Reid: add 'for' attribute to 'label' tags on checkboxes and radio buttons, even if the 'label' wraps the element - accessibility best practice
    * #314286 backport of some of #229129 by assimonds: disbaled checkboxes did not receive their values properly from the default value set
    * #243524 by christefano, chx: our phpinfo page was very limited; give all info possible instead
    * #203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined
    * #276174 by nbz, John Morahan, slightly modified: do not escape username more then once at multiple places in blog.module
    * #310768 by bob_hirnlego, cdale: missing primary table and field specification in db_rewrite_sql() when called from taxonomy_overview_terms()
    * #363262 by catch, chx: in Drupal 6, the url_alias table introduced a language column, but did not extend its index to that; though queries are formed on src and language
    * #326210 by AlexisWilke, grendzy, jhedstrom: Take the menu item in its first submission and menu_nodeapi() by reference, so that any modifications of the item in the saving process will carry over to other submit handlers; making itpossible to write modules extending menu item manipulation
    * - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited.
    * #337162 by midkemia and ainigma32: keep the Drupal 5 menu items descriptions when upgrading to Drupal 6
    * - Patch #381438 by drumm: do not use page cache for drupal.sh requests.
    * #109588 by fago, cdale: use the existing user account objects instead of arg() checks, as well as fix use of where it should be
    * #296082 by jandd, stefanor, nigel: avoid table aliasing in UPDATE query in system_update_6001() since PostreSQL does not support that
    * #376408 by ajevans85, pwolanin: Prevent an empty anchor tag and parenthesis appearing in the output for the search index in search_nodeapi()
    * #383724 by Heine, bjaspan: SA-CORE-2009-003

(adrianp)

2009-02-28 16:10:35 UTC MAIN commitmail json YAML

Updated www/drupal to 5.16

(adrianp)

2009-02-28 16:10:23 UTC MAIN commitmail json YAML

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-004 Drupal core - Local file inclusion on Windows

In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:

    * #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
    * #360038 by sun. Documentation improvement.
    * #179244 by tangent: line break filter operates on object element.
    * #62926 by karschsp: increase the free tagging field maximum length to 1024; the database limits are per-tag.

(adrianp)

2009-02-28 16:03:56 UTC MAIN commitmail json YAML

pkg_install-20090228:
Integrate the PKG_PATH logic for tightly with the find_archive logic:
- remember initial current working directory from the time PKG_PATH is
  processed, it will be used as reference for all relative entries
- remove now redundant fchdir dance in pkg_add
- pass down to find_archive if this is a top-level package (e.g.
  requested on the command line) or not; the location of top-level
  packages is searched for packages first and for URLs or path names the
  PKG_PATH itself is not processed (e.g. pkg_add foo/bar not look into
  PKG_PATH for bar). This addresses PR 33884 in a different way.
- document the rules for finding packages more explicitly
- allow specifying PKG_PATH in pkg_install.conf as well; environment
  takes precendence.
- remove PKG_PATH related logic in pkg_info(1), it doesn't deal with
  PKG_PATH anyway
- remove PKG_PATH, PKG_TMPDIR and TMPDIR description in pkg_info(1),
  they are no longer used

(joerg)

2009-02-28 15:54:29 UTC MAIN commitmail json YAML

The OWN_DIRS shouldnt be there.
Thanks goes again to Joerg.

(ahoka)

2009-02-28 15:44:55 UTC MAIN commitmail json YAML

Update to dkim-milter 2.8.2, contributed from Fredrik Pettai <pettai@nordu.net>

2.8.2          2009/02/17
        Request a signature with an "i=" tag if signing for subdomains and
                a keylist entry matches.  Previously this only occurred when
                using an explicit domain list.  Problem noted by
                S. Moonesamy of Eland Systems.
        Fixes in and around dkim_socket_cleanup().  Problem noted by
                S. Moonesamy of Eland Systems.
        LIBDKIM: When logging a d2i_PUBKEY_bio() or EVP_PKEY_get1_RSA()
                failure, also log the selector and domain involved so manual
                diagnostics are possible.
        LIBDKIM/LIBAR: Feature request #SF2380508: Add new test for
                WITHOUT_LIBSM which removes references to libsm's sm_strl*()
                functions, so that libdkim and libar can stand on their own
                on systems which provide the strl*() functions.  Requested by
                Frederik Pettai.
        LIBDKIM: Report DKIM_STAT_NOSIG if the caller commands that all
                signatures should be ignored.
        LIBDKIM: Plug a memory leak caused when responding to a malloc()
                failure.
        LIBDKIM: New signature error code DKIM_SIGERROR_KEYDECODE, used if
                d2i_PUBKEY_BIO() or EVP_PKEY_get1_RSA fails in
                dkim_sig_process().
        LIBAR: Make reference to the "_res" structure more thread-safe.
        BUILD: Make use of conf_dkim_filter_ENVDEF since site.config.m4.dist
                refers to it.  Problem noted by S. Moonesamy of Eland Systems.

(manu)

2009-02-28 15:31:18 UTC MAIN commitmail json YAML

Updated emulators/wine-devel to 1.1.16

(adam)

2009-02-28 15:30:13 UTC MAIN commitmail json YAML

Changes 1.1.16:
* Improved SANE scanner support.
* Support for digital CD audio playback.
* Improved cookies management in Wininet.
* Support for building stand-alone 16-bit modules.
* Many fixes to the regression tests on Windows.
* Various bug fixes.

(adam)

2009-02-28 14:54:23 UTC MAIN commitmail json YAML

Use MAKE_DIRS and OWN_DIRS instead of INSTALL as suggested by Joerg.

(ahoka)

2009-02-28 14:00:23 UTC MAIN commitmail json YAML

Create /media automatically, so hald mount actually works
without manual labour. Bump revision.

(ahoka)

2009-02-28 13:19:46 UTC MAIN commitmail json YAML

kill a bash specific variable substitution in the "configure" script
so that it can be executed by a standard shell
(the section is question is windows specific, so just remove it)
This should fix PR pkg/40765 by Joern Clausen

(drochner)

2009-02-28 13:14:45 UTC MAIN commitmail json YAML

link the "extract" application with c++, otherwise it can't dlopen()
c++ modules, bump PKGREVISION

(drochner)

2009-02-28 12:47:53 UTC pkgsrc-2008Q4 commitmail json YAML

2009-02-28 12:47:22 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2711 - requested by drochner
privoxy: update for security fix

revisions pulled up:
pkgsrc/www/privoxy/Makefile 1.35,1.36
pkgsrc/www/privoxy/files/privoxy.sh 1.4,1.5
pkgsrc/www/privoxy/distinfo 1.9
pkgsrc/www/privoxy/patches/patch-af 1.1

  Module Name:    pkgsrc
  Committed By:  jnemeth
  Date:          Mon Feb  2 20:00:41 UTC 2009

  Modified Files:
          pkgsrc/www/privoxy: Makefile
          pkgsrc/www/privoxy/files: privoxy.sh

  Log Message:
  PR/40532 - Cem Kayali -- group permissions too broad
  Just fixing security issue, will leave pkg update for MAINTAINER for now.

------------------------------------------------------------------------
  Module Name:  pkgsrc
  Committed By:  drochner
  Date:          Wed Feb  4 21:20:39 UTC 2009

  Modified Files:
          pkgsrc/www/privoxy: Makefile distinfo
          pkgsrc/www/privoxy/files: privoxy.sh
  Added Files:
          pkgsrc/www/privoxy/patches: patch-af

  Log Message:
  give up supplementary group memberships on uid/gid switch, fixes
  unexpected privileges reported in PR pkg/40532 by Cem Kayali,
  the issue is being discussed with upstream,
  thanks to Cem for detailed reports,
  also back out explicit passing of PRIVOXY_GROUP to the program --
  while it does not hurt it is redundant because PRIVOXY_GROUP is already
  the primary group of PRIVOXY_USER

(rtr)

2009-02-28 12:41:51 UTC pkgsrc-2008Q4 commitmail json YAML

2009-02-28 12:40:45 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2710 - requested by wiz
pan: update package for fixes

revisions pulled up:
pkgsrc/news/pan/Makefile 1.54
pkgsrc/news/pan/PLIST 1.10
pkgsrc/news/pan/distinfo 1.18
pkgsrc/news/pan/patches/patch-aa r0

  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Tue Feb 24 12:24:48 UTC 2009

  Modified Files:
          pkgsrc/news/pan: Makefile PLIST distinfo
  Removed Files:
          pkgsrc/news/pan/patches: patch-aa

  Log Message:
  Update to 0.133:

  0.133 "House of Butterflies"
    535413 fix heap overflow in pan when parsing .nzb files (Pavel Polischouk)
    467446 image viewer truncates image (Aaron Von Gauss)
    540798 handle NNTP server '203 Streaming OK' responses (Mark Beach)
    524620 compile fails on glib 2.16: g_assert moved to gtestutils.h (Duncan)
    527852 use po/LINGUAS (Gilles Dartiguelongue)
    482140 get last N days' headers fails when no headers in N days (Anonymous)
    514167 'post' window doesn't fit on 800x480 display (Alexey Zakhlestin)
    541704 pan uses deprecated `hash_set' class (Charles)
    527853 unit test 'scorefile-test' fails on sparc (Ferris McCormick)

(rtr)

2009-02-28 11:38:02 UTC MAIN commitmail json YAML

We are forcing an installation on MacOS X to behave just like a generic UNIX
installation (cf. patch-ar). However, MacOS X does not have clock_gettime().
This patch therefore ensures that for that functionality the MacOS X specific
code is used.

(schwarz)

2009-02-28 01:22:07 UTC MAIN commitmail json YAML

Correct capitalization in FreeBSD case.

(bjs)

2009-02-27 23:52:44 UTC MAIN commitmail json YAML

- evolution-2.24.5, evolution-data-server-2.24.5, gperf-3.0.4,
  graphviz-2.20.3 [pkg/40180], gst-plugins0.10-good-0.10.14,
  gtkhtml314-3.24.5, libXi-1.2.1, libcanberra-0.11, libdvbpsi-0.1.6,
  libevent-1.4.9, libkdcraw-0.1.8, ltm-0.40 (bogus), pan-0.133.

(wiz)

2009-02-27 23:13:38 UTC MAIN commitmail json YAML

Updated graphics/libkdcraw to 0.1.8

(wiz)

2009-02-27 23:13:26 UTC MAIN commitmail json YAML

Update to 0.1.8:

0.1.8
------------------------------------------------------------------------
Updated to libraw 0.6.13:
- Bugfixes in RIFF reading code. .
Updated to libraw 0.6.12:
- Hasselblad V96C support.
Updated to libraw 0.6.11:
- Fixed serious bug in loading metadata from external JPG file.
Updated to libraw 0.6.10:
- Support for loading White Balance data from Sony ARW files edited with Sony IDC software.
Updated to libraw 0.6.9:
- Better support for Samsung S85.
- Fixed possible integer overflow in wavelet denoising code.
Updated to libraw 0.6.8:
- Changes in QuickTake 100 files processing.
Updated to libraw 0.6.7:
-Added support for Samsung S85.
-Changes in external jpeg (metadata) processing.
Updated to libraw 0.6.6:
-Changes in Panasonic FZ50 processing code.
Updated to libraw 0.6.5:
-Fixed file descriptor and buffer memory leak when thumbnail extractor is called,
  but library object is not properly initialized.
-Fixes in Imacon files unpacking.
-Fixes in Hasselblad .fff files unpacking.

Fix PPM color preview extraction.

(wiz)

2009-02-27 22:54:22 UTC MAIN commitmail json YAML

Bump PKGREVISION for libevent ABI bump.

(wiz)

2009-02-27 22:53:47 UTC MAIN commitmail json YAML

2009-02-27 22:50:54 UTC MAIN commitmail json YAML

Updated devel/libevent to 1.4.9

(wiz)

2009-02-27 22:50:43 UTC MAIN commitmail json YAML

Update to 1.4.9, bump ABI depends as usual for this package.

Changes in 1.4.9-stable:
o event_add would not return error for some backends; from Dean
McNamee
o Clear the timer cache on entering the event loop; reported by
Victor Chang
o Only bind the socket on connect when a local address has been
provided; reported by Alejo Sanchez
o Allow setting of local port for evhttp connections to support
millions of connections from a single system; from Richard Jones.
o Clear the timer cache when leaving the event loop; reported by
Robin Haberkorn
o Fix a typo in setting the global event base; reported by lance.
o Fix a memory leak when reading multi-line headers
o Fix a memory leak by not running explicit close detection for
server connections

(wiz)

2009-02-27 22:38:35 UTC MAIN commitmail json YAML

2009-02-27 22:38:26 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 0.1.6

(wiz)

2009-02-27 22:38:16 UTC MAIN commitmail json YAML

Update to 0.1.6. Bump ABI depends because of shlib major change.

Changes between 0.1.5 and 0.1.6:
--------------------------------

  * fixed a parsing bug due to outdated spec in ISO 639 language descriptor
  * fixed the use of uninitialized data when section_syntax_indicator=0
  * fixed a parsing bug in the EBU teletext descriptor decoder
  * fixed the declaration of dvbpsi_DecodeTeletextDr
  * new example tool for checking an MPEG-2 TS file
  * fixed EIT discontinuities
  * new cat support
  * new PDC support descriptor 0x69

Changes between 0.1.4 and 0.1.5:
--------------------------------

  * Windows CE port
  * src/tables/eit*: EIT decoder (no generator yet)
  * src/tables/sdt*: SDT generator
  * 0x4d/0x4e (EIT) descriptors decoders
  * 0x52 (stream identifier) descriptor decoder
  * 0x55 (dvb parental rating) descriptor decoder
  * 0x56 (EBU teletext) descriptor decoder
  * fixed a segfault in the subtitles descriptor decoder
  * correctly handle duplicate packets
  * correctly handle TS packets containing multiple PSI sections

Changes between 0.1.3 and 0.1.4:
--------------------------------

  * 0x59 (dvb subtitles) descriptor decoder
  * memory leak fix
  * fixed an unitialiazed pointer

(wiz)

2009-02-27 22:09:11 UTC MAIN commitmail json YAML

Updated audio/libcanberra to 0.11

(wiz)

2009-02-27 22:08:57 UTC MAIN commitmail json YAML

Update to 0.11, convert to user-destdir:

  Wed 21 Jan 2009:

  Version 0.11 released; changes include: major GStreamer backend
  fixes; update to libtool 2.2; a few other fixes

(wiz)

2009-02-27 21:36:20 UTC MAIN commitmail json YAML

Updated x11/libXi to 1.2.1

(wiz)

2009-02-27 21:36:10 UTC MAIN commitmail json YAML

Update to 1.2.1:

libXi 1.2.1.
Fixes a potential memory overflow in XGetDeviceControl.

Alan Coopersmith (1):
Add README with pointers to mailing list, bugzilla & git repos

Paulo Cesar Pereira de Andrade (1):
Return NULL on error, and match LockDisplay with UnlockDisplay.

Peter Hutterer (3):
XGetDeviceControl: Add a missing break leading to wrong length calculation.
XGetDeviceControl: size the libXi structs, not the wire structs (#20293)
libXi 1.2.1

(wiz)

2009-02-27 21:10:53 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins0.10-good to 0.10.14

(wiz)

2009-02-27 21:10:43 UTC MAIN commitmail json YAML

Update to 0.10.14:

This is GStreamer Good Plug-ins 0.10.14, "Disaffected Affectation"

Changes since 0.10.13:

      * Add autodetect source elements
      * Improvements in RTP payload/depayload and RTSP
      * Support float input in wav, and require depth == width
      * Support inverted RGB video in avi
      * Compilation fixes and smarter format selection in V4L2 support
      * Use libv4l when available
      * Don't install static plugin libraries any more
      * Matroska muxing: Add Dirac, fix AAC
      * Improve qtdemux segment handling
      * Add presets to equalizer
      * OS/X video and audio output improvements
      * Rework Pulseaudio audio output
      * Support basic and digest auth in souphttpsrc
      * Use libsoup-gnome instead of libsoup when available
      * DV demuxer fixes
      * New IIR and FIR base classes and echo filter in audiofx plugin
      * Improved spectrum analysis plugin
      * 8 bit greyscale support in v4l2src and videocrop
      * New aspectratiocrop element
      * Many other bug fixes and improvements

Bugs fixed since 0.10.13:

      * 561502 : Not-negociated error in udpsrc
      * 522183 : add preset suport to gstequalizer
      * 523813 : [autodetect] add autovideosrc and autoaudiosrc
      * 557709 : goom should have license headers in all source files
      * 560155 : segfault when trying to set tag to NULL with avimux
      * 527951 : [new element] aspectratiocrop
      * 529379 : RTSP seeks when pipeline is in STATE_PAUSED
      * 532409 : RTP payload/depayloader for G.729
      * 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
      * 537540 : [pulse] Causes a deadlock when the pulseserver dies
      * 537543 : [pulse] sink/src should have " volume " property (was GstMi...
      * 545033 : [v4l2src] Add support for camera specific formats
      * 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
      * 556019 : Add the ability to make souphttpsrc act as a live source
      * 556484 : Implement getcaps in rtpL16pay
      * 556641 : rtpL16depay doesn't support multichannel audio
      * 556802 : Misspelled messages
      * 556955 : [videocrop] fails to renegotiate
      * 556986 : pulsesink deadlocks when raising an error
      * 557260 : [equalizer] Calculates coefficients for every buffer
      * 557293 : Argument type mismatch on Windows
      * 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
      * 557710 : Memory leak related to matroskamux's request pads
      * 558427 : rtpmpapay/depay are too wide
      * 558638 : Compiler error on v4l2
      * 558711 : gst-plugins-good-0.10.11 compile fails
      * 559288 : [qtdemux] deadly embrace!
      * 559545 : rtspsrc could not receive data from RTSP server because o...
      * 559547 : Seek bugs when playing rtsp video in m.youtube.com
      * 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
      * 560756 : New Plugin: JPEG RTP Payloader
      * 561625 : Rtspsrc set segment's last_stop incorrectly
      * 561775 : souphttpsrc patch to support basic and digest authentication
      * 561802 : DLNA specific HTTP header missing
      * 561990 : qtdemux build fails on mingw due to missing definition of...
      * 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
      * 562572 : multiudpsink handles errors in _render() too aggressively
      * 563414 : Fix for SunAudioMixer plugin
      * 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
      * 563509 : [rtp_data_test] Complains about negotiation errors with m...
      * 563510 : [videocrop] 1x1 unit test fails
      * 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
      * 564948 : Fix and clean up osxaudio
      * 565850 : mov files can contain xvid, fmp4 and ac3 tracks
      * 566616 : v4l2src: b/w support
      * 566843 : [pulse] Terminating an audio stream hangs the application
      * 567577 : [audiofx] Add generic IIR/FIR audio filter elements
      * 567642 : spectrum element has undocumented arbitrary limitation on...
      * 567746 : fix for 547227 created a ref loop
      * 567794 : [PATCH] Rework pulse plugin
      * 567800 : Mp4 created by Avidemux don't play.
      * 567853 : osxaudiosrc does not build on 10.4
      * 567874 : [audiofx] Echo/Reverb filter
      * 567955 : [spectrum] Need compensation for rounding errors
      * 567992 : [videocrop] wrong mouse navigation commands while cropping
      * 568395 : [audiofx] Rename audioreverb to audioecho
      * 568780 : elements/videocrop check fails
      * 568809 : Patch needed for building gst-plugins-good 0.10.13 on Sol...
      * 569820 : In some cases v4l2src element does not return correct norm
      * 570343 : equalizer bands != specified parameters
      * 570435 : Read Title element of Matroska files
      * 571038 : [osxvideosink] build fail
      * 571150 : aspectratiocrop : Memory leak
      * 571153 : [pulsemixer] compiler warnings (on ARM)
      * 571204 : [pulsesink] PA assertion failure triggers abort
      * 570581 : osxvideosink: non-embedded mode is badly broken and shoul...
      * 341752 : [rtspsrc] 500 Internal Server Error response with tagessc...
      * 420658 : gconfaudiosink is not behaving normally
      * 558554 : [avidemux] avidemux not recognizing certain uncompressed ...
      * 561580 : GStreamer does not play a specific WAV file
      * 563056 :  " rtpjpegdepay ! jpegdec " doesnt works
      * 565441 : Smoke encoder doesn't set caps correctly
      * 567952 : videocrop: add b/w support

(wiz)

2009-02-27 20:29:29 UTC MAIN commitmail json YAML

Updated devel/gperf to 3.0.4

(wiz)

2009-02-27 20:29:20 UTC MAIN commitmail json YAML

Update to 3.0.4:

New in 3.0.4:

* gperf is now licensed under the GPL version 3 or newer.
* The generated C code gives less warnings with gcc-4.2.x in c99 or gnu99 mode.

(wiz)

2009-02-27 20:11:20 UTC MAIN commitmail json YAML

fallout of the recent libcroco change: gtk2 was formerly pulled
in through libcroco but isn't anymore, so do it explicitely

(drochner)

2009-02-27 19:51:13 UTC MAIN commitmail json YAML

This pkg didn't build anymore due to incompatible changes
in the "scons" build system, so
update to 1.0.7
Didn't find a changelog, but an obvious one is that it uses "waf"
to build now.

(drochner)

2009-02-27 19:45:52 UTC MAIN commitmail json YAML

fix a format string problem (use of the Linux-only "%Id" specifier
which made the small calendar display only nonsense,
ride on recent update
And again: Please test the pkgs at least a little bit before
committing an update.

(drochner)

2009-02-27 19:39:48 UTC MAIN commitmail json YAML

fix a botch in last update which broke build of sqlite3-tcl.
(Please give the pkgs you commit a least a minimal testing. Since
sqlite3-tcl is needed to run the sqlite selftests the least I'd expect
is to build that as well.)

(drochner)

2009-02-27 19:34:12 UTC MAIN commitmail json YAML

When checking for explicit conflicts, skip the old version checkif no
old version exists (e.g. because this is not an update).
Reported by Thomas Klausner.

(joerg)

2009-02-27 18:41:23 UTC MAIN commitmail json YAML

Updated mail/evolution-exchange to 2.24.5

(wiz)

2009-02-27 18:41:03 UTC MAIN commitmail json YAML

Update to 2.24.5:

Evolution Exchange 2.24.5 2009-02-25
------------------------------------

Bug Fixes:
#545455 : Check for the correct href of the message before accessing
it. (Milan Crha)

(wiz)

2009-02-27 18:36:50 UTC MAIN commitmail json YAML

Updated mail/evolution to 2.24.5

(wiz)

2009-02-27 18:36:31 UTC MAIN commitmail json YAML

Update to 2.24.5:

Evolution 2.24.5 2009-02-25
---------------------------

Updated Translations:
Wouter Bolsterlee (nl)

Bug Fixes:
#333716 : Do not store incomplete or broken files in a cache. (Milan
Crha)
#529037 : Disconnect signals on ESource-s too, not only on ECal-s.
(Milan Crha)
#559027 : Do not set date for 'None' value. (Milan Crha)
#559719 : Use it's own/unique name for the property on the 'epl'
and free the widget only if it wasn't freed yet. (Milan Crha)
#559719 : Use it's own/unique name for the property on the 'epl'
and free the widget only if it wasn't freed yet. (Milan Crha)
#561465 : Expand 'Attendee' column instead of the last. (Milan
Crha)
#564229 : Do not use uninitialized variable. (Milan Crha)
#564229 : Initialize the EPluginUI registry during class initialization,
so that it's sure to be there when we need it. (Matthew Barnes)
#567089 : Do not crash when no From set yet. (Milan Crha)
#569700 : Stop reading from a network when operation was canceled.
(Milan Crha)
#569986 : bar rendering. (Srinivasa Ragavan)
#572399 : Do not read from invalid iterator after call of row
changed. (Milan Crha)
#572543 : Always look for alternative apps for application/octet-stream.
(Milan Crha)
#572975 : Destroy file chooser dialog early enough to not have
hidden any other windows below it. (Milan Crha)

(wiz)

2009-02-27 17:52:20 UTC MAIN commitmail json YAML

Updated www/gtkhtml314 to 3.24.5

(wiz)

2009-02-27 17:52:02 UTC MAIN commitmail json YAML

Update to 3.24.5:

GtkHTML-3.24.5 2009-02-25
-------------------------

Bug Fixes:
#569365 : Do not draw a cursor without a window. (Milan Crha)
#570276 : Change Word Wrap accelerator to CtrlK, since CtrlBackspace
doesn't work apparently. (Matthew Barnes)
#571621 : Replace a g_assert() with g_return_if_fail(). (Matthew
Barnes)

(wiz)

2009-02-27 17:45:05 UTC MAIN commitmail json YAML

2009-02-27 17:44:14 UTC MAIN commitmail json YAML

2009-02-27 17:42:23 UTC MAIN commitmail json YAML

2009-02-27 17:41:00 UTC MAIN commitmail json YAML

Updated mail/evolution-data-server to 2.24.5

(wiz)

2009-02-27 17:40:43 UTC MAIN commitmail json YAML

Update to 2.24.5:

Evolution-Data-Server 2.24.5 2009-02-25
---------------------------------------

Bug Fixes:
#477535 : Randomly mail status changes were not getting stored in
server. Fixed the issue by unsetting correct flags. (Sankar P)
#567008 : Avoiding the clearing of the uids in the spool summary
if forceindex is true. (Jeff Cai)

(wiz)

2009-02-27 17:17:48 UTC MAIN commitmail json YAML

Updated x11/gnome-themes to 2.24.3nb1

(wiz)

2009-02-27 17:17:34 UTC MAIN commitmail json YAML

Bump PKGREVISION for PLIST fix from two days ago, and bump
icon-naming-utils dependency for it.

(wiz)

2009-02-27 17:13:15 UTC MAIN commitmail json YAML

+ cherokee-0.99.0, climm-0.6.4, evolution-2.24.5,
  evolution-data-server-2.24.5, evolution-exchange-2.24.5,
  gtkhtml314-3.24.5, libXi-1.2.1, libkdcraw-0.1.8,
  modular-xorg-server-1.6.0, ocsigen-1.1.0 [pkg/40761],
  openldap-client-2.4.15, randrproto-1.2.99.4, snd-10.4,
  xf86-video-intel-2.6.2, zile-2.3.2.
- galculator-1.3.4, xf86-input-keyboard-1.3.2,
  xf86-input-vmmouse-12.6.3, xf86-video-apm-1.2.1, xf86-video-ark-0.7.1,
  xf86-video-ast-0.87.0, xf86-video-ati-6.10.0 [pkg/40498],
  xf86-video-ati-6.11.0, xinput-1.4.0.

(wiz)

2009-02-27 16:51:36 UTC MAIN commitmail json YAML

Comment out PKG_DESTDIR_SUPPORT.
PLIST generation in the post-install target is broken for destdir.
It tries to remove ${PREFIX}/bin et al.

(wiz)

2009-02-27 16:44:38 UTC MAIN commitmail json YAML

Make evas-{software,xrender}-x11 build with modular xorg.

Noted by Pierre ALLEGRAUD in PR 40768.

(minskim)

2009-02-27 16:31:27 UTC MAIN commitmail json YAML

2009-02-27 16:00:01 UTC MAIN commitmail json YAML

I really don't need to be told 10 times every time I launch an X11
application that I don't have "Generic Event Extension" on my X server.

(tnn)

2009-02-27 14:35:25 UTC MAIN commitmail json YAML

Declare inline functions also as static. Fixes build with Sun Studio.

(tnn)

2009-02-27 13:05:20 UTC MAIN commitmail json YAML

Push the distfile into MASTER_SITE_LOCAL. It is GPL and mirrored anyway,
so just avoid the trouble with the main site. Addresses PR 40767.

(joerg)

2009-02-27 12:46:54 UTC MAIN commitmail json YAML

add a patch from upstream to fix buffer oberflow in ARC2 code
(CVE-2009-0544), bump PKGREVISION

(drochner)

2009-02-27 11:10:15 UTC MAIN commitmail json YAML

Note update of the "magicfilter" package to version 1.2nb7.

(tron)

2009-02-27 10:56:47 UTC MAIN commitmail json YAML

2009-02-27 10:05:37 UTC MAIN commitmail json YAML

Initial import of xmms-pulse 0.9.4 an output plugin for the XMMS program
that allows it to output sound using the pulseaudio sound server

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(kefren)

2009-02-27 10:00:29 UTC MAIN commitmail json YAML

Depend on "dvipsk" package because it provides the "dvips" binary after
the recent TeX package changes. Bump package revision.

(tron)

2009-02-27 07:41:37 UTC MAIN commitmail json YAML

Note PKGREVISION bump of graphics/gnome-icon-theme.

(hira)

2009-02-27 07:39:53 UTC MAIN commitmail json YAML

Updated security/opensc to 0.11.7
Updated security/opensc-signer to 0.11.7

(hasso)

2009-02-27 07:38:08 UTC MAIN commitmail json YAML

Fix PLIST due to update of graphics/icon-naming-utils.  Bump PKGREVISION.

(hira)

2009-02-27 07:35:30 UTC MAIN commitmail json YAML

Update to 0.11.7. Changes from 0.11.6:

* hide_empty_slots now on by default.
* pinpad supported fixed for Mac OS X.
* ruToken driver was updated.
* openct virtual readers reduced to 2 by default.
* link with iconv on Mac OS X for i18n support.
* Security issue: Fix private data support. [CVE-2009-0368]
* Enable lock_login by default.
* Disable allow_soft_keygen by default.

(hasso)

2009-02-27 04:26:40 UTC MAIN commitmail json YAML

2009-02-27 04:20:48 UTC MAIN commitmail json YAML

Import evas-xpm-0.9.9.050 as graphics/evas-xpm.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the XPM image loader of Evas.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-27 04:17:55 UTC MAIN commitmail json YAML

Import evas-tiff-0.9.9.050 as graphics/evas-tiff.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the TIFF image loader of Evas.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-27 04:12:58 UTC MAIN commitmail json YAML

Import evas-svg-0.9.9.050 as graphics/evas-svg.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the SVG image loader of Evas.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-27 00:07:37 UTC MAIN commitmail json YAML

Note updates of textproc/py-vobject to 0.8.1c and 0.8.1cnb1.

(kleink)

2009-02-27 00:05:02 UTC MAIN commitmail json YAML

Handle in-situ update of distfile, which fixes the remaining py24
compatibility issue in change_tz.  Bump PKGREVISION.

(kleink)

2009-02-26 23:52:31 UTC MAIN commitmail json YAML

Import evas-pmaps-0.9.9.050 as graphics/evas-pmaps.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the PMAPS image loader of Evas.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-26 23:49:24 UTC MAIN commitmail json YAML

${CHOWN} the pid directory as well for chroot running

(adrianp)

2009-02-26 23:44:22 UTC MAIN commitmail json YAML

Import evas-gif-0.9.9.050 as graphics/evas-gif.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the GIF image loader of Evas.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-26 22:52:48 UTC MAIN commitmail json YAML

Update textproc/py-vobject to 0.8.1c.  Changes since 0.8.1b:

  * Tweaked change_tz.py to keep it 2.4 compatible

(kleink)

2009-02-26 22:49:31 UTC MAIN commitmail json YAML

Note update of devel/p5-local-lib to version 1.3.2

(seb)