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

2024-05-13 01:48:29 UTC Now

2008-10-06 23:37:56 UTC MAIN commitmail json YAML

libfetch-2.17:
Fix line buffering to not drop content after the line we are interested
in. This magically worked for a local tnftpd that was only sending a
normal one line return message due to the challenge response protocol
always having the desired size. With the patch fetch_read will process
the remaining part of the buffer and fetch_getln will remember how much
of the data it was actually interested in, so it will now process the
complete output again.

(joerg)

2008-10-06 22:42:11 UTC MAIN commitmail json YAML

Update x11/xlockmore to 5.27. Changes:

  PAM_putText() would set pointer resp->resp to buffer.  This will work
    until memory is reused.  Thanks to Howard Kash <hmkash AT arl.army.mil>.
  ico updated to show the two edge transitive Catalan solids, i.e. the
    rhombic dodecahedron and the rhombic triacontahedron.
  Added __linux__ to define list to allow newer sig masking to get rid of
    pesky deprecated message.
  configure checks for libXdpms
    libXext has the DPMS functionality on both XFree86 4 and X.org.
    (libXdpms may be Xfree86 3.x). Added /usr/pkg/lib and /usr/pkg/include to
    long list of paths it checks in.
  life added more life forms triangular life from Bays' paper and added
    S245B3 with glider (-neighbors 8) from Bays' paper.  Found some
    patterns in S245B3 for the glider to crash into.
  life3d -rule S45/B4 -neighbors 18 and -rule S45/B4 -neighbors 20 from
    Bays' paper.  Found some patterns for the gliders to crash into.
  life3d -search added.  Need to add more symmetries for 3D.
  life3d -rule S3/B3 -neighbors 12 and -rule S456/B3 -neighbors 12.  Added
    a bunch of patterns from Bays' papers but not all.  -neighbors 12 now
    a rhombic dodecahedron instead of a cube.
  ant3d -neighbors 12 (3d bees). Added eyes option to this.
  Just noticed solitaire a mode I added was spelled wrong, ie it was spelled
    without the second "i".  Fixed a goof in solitaire.cc.

(hubertf)

2008-10-06 22:40:12 UTC MAIN commitmail json YAML

Update x11/xlockmore to 5.27. Changes:

  PAM_putText() would set pointer resp->resp to buffer.  This will work
    until memory is reused.  Thanks to Howard Kash <hmkash AT arl.army.mil>.
  ico updated to show the two edge transitive Catalan solids, i.e. the
    rhombic dodecahedron and the rhombic triacontahedron.
  Added __linux__ to define list to allow newer sig masking to get rid of
    pesky deprecated message.
  configure checks for libXdpms
    libXext has the DPMS functionality on both XFree86 4 and X.org.
    (libXdpms may be Xfree86 3.x). Added /usr/pkg/lib and /usr/pkg/include to
    long list of paths it checks in.
  life added more life forms triangular life from Bays' paper and added
    S245B3 with glider (-neighbors 8) from Bays' paper.  Found some
    patterns in S245B3 for the glider to crash into.
  life3d -rule S45/B4 -neighbors 18 and -rule S45/B4 -neighbors 20 from
    Bays' paper.  Found some patterns for the gliders to crash into.
  life3d -search added.  Need to add more symmetries for 3D.
  life3d -rule S3/B3 -neighbors 12 and -rule S456/B3 -neighbors 12.  Added
    a bunch of patterns from Bays' papers but not all.  -neighbors 12 now
    a rhombic dodecahedron instead of a cube.
  ant3d -neighbors 12 (3d bees). Added eyes option to this.
  Just noticed solitaire a mode I added was spelled wrong, ie it was spelled
    without the second "i".  Fixed a goof in solitaire.cc.

(hubertf)

2008-10-06 22:03:43 UTC MAIN commitmail json YAML

Require 2.16 for dependencies due to the changed fetch_read semantic.

(joerg)

2008-10-06 22:01:17 UTC MAIN commitmail json YAML

Note initial addition of p5-Lexical-Persistence version 0.97 as
devel/p5-Lexical-Persistence into The NetBSD Packages Collection.

The Perl 5 module Lexical::Persistence does a few things, all
related to access to persistent data through lexical variables.

(seb)

2008-10-06 21:57:28 UTC MAIN commitmail json YAML

Add & enable p5-Lexical-Persistence

(seb)

2008-10-06 21:54:31 UTC MAIN commitmail json YAML

Initial import of p5-Lexical-Persistence version 0.97 in the NetBSD
Packages Collection.

The Perl 5 module Lexical::Persistence does a few things, all
related to access to persistent data through lexical variables.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2008-10-06 21:22:31 UTC MAIN commitmail json YAML

Update mksh to R35b.

mksh R35b comes with the following bug fixes:
IRIX also has no UTF-8 locale at all, confirmed by Elias Pipping
Fix regression test suite for MKSH_SMALL
Bring in latest changes from oksh (OpenBSD ksh, not DeliLinux crap)
Fix abuse and unsafe use of str_save() and str_nsave()
Optimise the implementations of str_save() and str_nsave()
If MKSH_AFREE_DEBUG is defined, guard against afree()ing a pointer which has not been allocated from the given pool, from Todd C. Miller
Fix attempt to free a pointer to stack (function-local) storage when redefining a function containing a call to the “time” built-in, discovered by Elias Pipping, patch by Jared Yanovich, help from Todd C. Miller
Protect a little against people not running “./test.sh -v” but calling it with, for instance, GNU bash (as homsn did…)
Honour $PERL environment variable in test.sh, improve scanning for Perl, do not use potentially undefined $^O, print Perl version
Add <sys/types.h> as <ulimit.h> requirement (dietlibc)
Work around bug in BSD/OS 3.1 /bin/ksh (PD KSH v5.2.8 96/08/19)
Add regression tests from OpenBSD’s <bsd.regress.mk> suite
Use better CPPFLAGS for AIX, Minix 3 (from pdksh)
Expose the “s ≠ NULL” str_[n]save_() API and use it where the string can never be NULL (local stack storage), from gcc-4.2 warnings
Clean up pointer-to-integer-cast warnings in the mirtoconf process

mksh R35 comes with helluva changes:
Simplify and refactor the ulimit builtin, partially from oksh
Some style cleanup; use appropriate integer types
Fix a bug in table (e.g. kill -l, tab completion) display: the width of non-ASCII characters is now honoured in the utf8-hack mode
Improve handling of invalid UTF-8 in certain areas, and multibyte (UTF-8 / CESU-8) in general
When using “typeset -Z«n»” on an integer variable with a base other than ten, zero-pad the value instead of the base – pdksh, oksh, zsh, and AT&T ksh93 are wrong here; GNU bash doesn’t even have typeset
Improve parsing of “set +o” output where done (dot.mkshrc, check.t)
Improve regression tests
Support for base-1 numbers: in non-utf8-hack mode, ‘1#x’ means the same as the ASCII code for ‘x’ (e.g. 78hex), where ‘x’ is any single octet (byte); in utf8-hack mode, ‘x’ is either a valid and minimalistically encoded UTF-8 multibyte character in the range 0000‥FFFD, or a single octet with no trailing octets (bytes), which will then be converted as if it were an ASCII value, or, if bit7 is set, be mapped into the PUA range of EF80‥EFFF assigned by CSUR for this purpose; this mapping is, in both cases, bidirectional; the planned base-0 number support is not possible with the code, so use base-1 (with utf8-hack disabled, or & 0xFF) instead (while it is recommended to parse only single octets, there is a regression test showing correct and safe multibyte parsing, which however is error-prone to implement and thusly not recommended) – “genial” replaced@TNG, “this sounds fun” ggergely, agreed bsiegert@ and others
Pull in more current versions of supplied files; use Unicode 5.0
Clean up unused definitions in build system; document MKSH_CLS_STRING
Remove advertising clause from copyright file; while we’d be pleased to be mentioned if something contains our code, tg@ will no longer enforce the requirement to advertise with that specific formula, and we’d prefer if people remember the OpenHAL vs ath5k incident and that they cannot simply change licencing of existing code; patches sent to the MirOS Project for inclusion shall be accepted if they’re agreed to match this licence
Simplify dot.mkshrc sample file: licence is merged into the main copyright file; AT&T ksh93 compatibility was improved
Fix a display problem regarding fullwidth characters (e.g. CJK)
Set the “C” locale in Build.sh for tool execution; otherwise, certain OEs behave strange; thanks to Adam “replaced” Hoka for spotting
Use en_US.utf8 as UTF-8 locale for the testsuite for now
If setlocale(LC_CTYPE, "") is not available, look at the environment variables ourselves – brings UTF-8 support to poor OSes
Remove some now-dead code; speed up configuration process; shrink
Default to no setlocale(3) due to stubbed or missing locale support on GNU/Cygwin, OpenBSD, OSF/1 in Build.sh; a few more that are quite unlikely to have a UTF-8 locale: BSD/OS, Interix, Minix, PW32, Ultrix, AT&T UWIN; default to always UTF-8 on Plan 9
Fix for testsuite unexpected failure if running as root in one case
Initialise all shell integer variables (OPTIND, PPID, RANDOM, SECONDS, TMOUT) to base 10
Reintroduce from mksh pre-R24 shell integer variable PGRP set to the PID of the process group leader via getpgrp(2)
New shell integer variable USER_ID set to the geteuid(2) and used by dot.mkshrc to speed up logins, saves a spawn of id(1), mentioned by and realisation planned with Andreas "gecko2" Gockel
Fix dot.mkshrc tilde replacement in both $PS1 and the pushd/popd/dirs implementation when the home directory is empty, the root directory, or ends with a slash (disable replacement in that case)
Support dietlibc, force it into providing a BSDish caddr_t
Do not use LDFLAGS and LIBS while compiling with -c
Add realpath(3) builtin, to further speed up logins and chdirs
Optimise the code somewhat by making use of possible assumptions
Set the “C” locale in test.sh as well to quell warnings
Split the regression tests that use locale between en_US.utf8 and en_US.UTF-8, since not all OSes support either one, and make only HP-UX and GNU use the latter
Fix kill, mknod(8) builtin usage msg, from Igor Sobrado via oksh
Use proper ptrdiff_t casts for pointer arithmetics, inspired by an oksh commit from Federico Schwindt
Remove check category “pdksh” from check.t and test script
Improve Darwin, OSF/1, HP aCC, SUNpro version reporting
Support GNU bash “&>” extension, even better than they do, suggested by Lukas “smultron” Upton from MidnightBSD
Basic support for LLVM+clang in the build system with experimental “ccc” compiler driver; llvm-gcc worked as-is before already
Better support for contributed arc4random.c file
Do not spin if unlink(2) fails on $HISTFILE, from Decklin Foster
Dump the perl(1) $^O variable in test.sh to logs
Pull in latest changes from oksh
Allow white space between a here string indicator and the string, accidentally discovered by twkm (#ksh, freenode)
Allow fd specifications outside the 0‥9 range for I/O redirections, and bounds check them to be lower than the FDBASE definition, currently still 10 if MKSH_SMALL, 24 otherwise (unportable)
Improve the regression test suite: for one test, we had a bizarre constraint telling it won’t work on UWIN, which was based upon false assumptions, but Tru64 would fail it since its cat(1) unexpectedly outputs some error messages (fix by closing stderr for cat); another test would unexpectedly print no error message on Solaris (fix by making the error message optional in the perlre(1) used)
Switch back to en_US.UTF-8 for glibc, Debian can do both, Mandriva fails on en_US.utf8 (XXX no libc5 auto-detection to disable it)

(ahoka)

2008-10-06 20:59:50 UTC MAIN commitmail json YAML

Note update of devel/p5-Class-MOP to 0.66
and devel/p5-Moose to 0.58

(seb)

2008-10-06 20:56:57 UTC MAIN commitmail json YAML

Update from version 0.57 to version 0.58.

Changes:
0.58
    !! This release has an incompatible change regarding !!
    !! how roles add methods to a class !!

    * Roles and role application
      ! Roles now add methods by calling add_method, not
        alias_method. They make sure to always provide a method
        object, which will be cloned internally. This means that it is
        now possible to track the source of a method provided by a
        role, and even follow its history through intermediate roles.

        This means that methods added by a role now show up when
        looking at a class's method list/map. (Dave Rolsky)

    * Makefile.PL
      - From this release on, we'll try to maintain a list of
        conflicting modules, and warn you if you have one
        installed. For example, this release conflicts with ...
        - MooseX::Singleton        <= 0.11
        - MooseX::Params::Validate <= 0.05
        - Fey::ORM                <= 0.10

        In general, we try to not break backwards compatibility for
        most Moose users, but MooseX modules and other code which
        extends Moose's metaclasses is often affected by very small
        changes in the Moose internals.

    * Moose::Meta::Method::Delegation
    * Moose::Meta::Attribute
      - Delegation methods now have their own method class. (Dave
        Rolsky)

    * Moose::Meta::TypeConstraint::Parameterizable
      - Added a new method 'parameterize' which is basically a factory
        for the containing constraint.  This makes it easier to create
        new types of parameterized constraints. (jnapiorkowski)

    * Moose::Meta::TypeConstraint::Union
      - Changed the way Union types canonicalize their names to follow
        the normalized TC naming rules, which means we strip all
        whitespace. (jnapiorkowski)

    * Moose::Util::TypeConstraints
      - Parameter and Union args are now sorted, this makes Int|Str
        the same constraint as Str|Int. (jnapiorkowski)
      - Changes to the way Union types are parsed to more correctly
        stringify their names. (jnapiorkowski)
      - When creating a parameterized type, we now use the new
        parameterize method. (jnapiorkowski)
      - Incoming type constraint strings are now normalized to remove
        all whitespace differences. (jnapiorkowski)
      - Changed the way we parse type constraint strings so that we now
        match TC[Int,Int,...] and TC[name=>Str] as parameterized type
        constraints.  This lays the foundation for more flexible type
        constraint implementations.

    * Tests and docs for all the above. (jnapiorkowski)

    * Moose::Exporter
    * Moose
      - Moose::Exporter will no longer remove a subroutine that the
        exporting package re-exports. Moose re-exports the
        Carp::confess function, among others. The reasoning is that we
        cannot know whether you have also explicitly imported those
        functions for your own use, so we err on the safe side and
        always keep them. (Dave Rolsky)
        - added tests for this (rafl)

    * Moose::Meta::Class
      - Changes to how we fix metaclass compatibility that are much
        too complicated to go into. The summary is that Moose is much
        less likely to complain about metaclass incompatibility
        now. In particular, if two metaclasses differ because
        Moose::Util::MetaRole was used on the two corresponding
        classes, then the difference in roles is reconciled for the
        subclass's metaclass. (Dave Rolsky)
      - Squashed an warning in _process_attribute (thepler)

    * Moose::Meta::Role
      - throw exceptions (sooner) for invalid attribute names (thepler)
        - added tests for this (thepler)

    * Moose::Util::MetaRole
      - If you explicitly set a constructor or destructor class for a
        metaclass object, and then applied roles to the metaclass,
        that explicitly set class would be lost and replaced with the
        default.

    * Moose::Meta::Class
    * Moose::Meta::Attribute
    * Moose::Meta::Method
    * Moose
    * Moose::Object
    * Moose::Error::Default
    * Moose::Error::Croak
    * Moose::Error::Confess
      - All instances of confess() changed to use overridable
        C<throw_error> method. This method ultimately calls a class
        constructor, and you can change the class being called. In
        addition, errors now pass more information than just a string.
        The default C<error_class> behaves like C<Carp::confess>, so
        the behavior is not visibly different for end users.

(seb)

2008-10-06 20:55:42 UTC MAIN commitmail json YAML

Update from version 0.65 to version 0.66.

Changes:
0.66
    !! This release has an incompatible change regarding !!
      introspection of a class's method with Class::MOP::Class !!

    * Tests and XS
      - We (us maintainers) now run all tests with XS and then without
        XS, which should help us catch skew between the XS/pure Perl
        code. (Dave Rolsky)

    * Class::MOP::Class
      ! The alias_method method has been deprecated. It now simply
        calls add_method instead. There is no distinction between
        aliased methods and "real" methods.

        This means that methods added via alias_method now show up as
        part of the class's method list/map. This is backwards
        incompatible change, but seems unlikely to break any
        code. Famous last words. (Dave Rolsky)

    * Class::MOP::Class
      - Fixed the spelling of "compatibility", but we still have a
        "check_metaclass_compatability" method for backwards
        compatibility.

(seb)

2008-10-06 19:46:27 UTC MAIN commitmail json YAML

2008-10-06 19:22:26 UTC MAIN commitmail json YAML

Note update of www/drraw to 2.2b1.

(kleink)

2008-10-06 19:21:03 UTC MAIN commitmail json YAML

Update drraw to 2.2b1.

Changes since 2.2a5 [2008-05-03]:
- Added trend display pages.
- Dashboard style display for templates lacked links.
- Suppressed undefined variable warnings (courtesy of Martin Schuster).
- Replace "missing" graphs with "unknown" icon (courtesy of R.P. Aditya).
- Rcs module now(?) needs more to be untainted (reported by "Matt Perry).

(kleink)

2008-10-06 18:59:33 UTC MAIN commitmail json YAML

Fix problems in previous commit which I missed because I didn't use the
right package to test them.

(tron)

2008-10-06 18:49:42 UTC MAIN commitmail json YAML

Update to youtube-dl-20080920. Changes:
This release fixes the metacafe.com support and mitigates the UTF-8
filename problem in the majority of cases.

(tnn)

2008-10-06 18:20:41 UTC MAIN commitmail json YAML

Convert to new X11 builtin framework.

(tron)

2008-10-06 17:53:37 UTC MAIN commitmail json YAML

Update to gtk 2.12.12.
Changes: bug fixes and translation updates.

(tnn)

2008-10-06 17:37:56 UTC MAIN commitmail json YAML

Update to Transmission-1.34.
1.34 (2008/09/16)
- All Clients
  + Don't reconnect too frequently to the same peer
  + Webseed bugfix
  + Fix bug that caused some transfers to not be scraped
  + Fix BSD build issues
  + Handle OpenTracker's `downloaded' key in announce responses
+ GTK+
  + Minor display fixes
  + 15 updated translations + 1 new language
+ Daemon+
  + Minor display fixes
- Web Client
  + Minor display fixes
- CLI:
  + Fix crash when creating a torrent file

(tnn)

2008-10-06 16:54:10 UTC MAIN commitmail json YAML

update to atk-1.24.0.
Bug fixes:
551474 - add LINGUAS file to pass make dist
535704 - Add guards to prevent including individual files
526752 - Deprecated symbols should be marked with macro ATK_DISABLE_DEPRECATED
Also translation updates.

(tnn)

2008-10-06 16:23:09 UTC MAIN commitmail json YAML

additionally, BUILDLINK_ABI_DEPENDS should be added to.

(tnn)

2008-10-06 16:18:53 UTC MAIN commitmail json YAML

fix botched bump of ABI depends from a couple of months ago ...

(tnn)

2008-10-06 16:10:48 UTC MAIN commitmail json YAML

add buildlink3.mk file needed by www/ap-mono. Noted by Mr. Takahiro Kambe

(kefren)

2008-10-06 15:53:02 UTC MAIN commitmail json YAML

Forgot to commit distinfo, sigh.

(taca)

2008-10-06 15:52:26 UTC MAIN commitmail json YAML

Updated games/wormux to 0.8.1

(adam)

2008-10-06 15:49:34 UTC MAIN commitmail json YAML

Changes 0.8.1:
- Game mode editor for local game (allows you to choose some game options)
- Team editor for local game (allows you to personalize characters names)
- Better menus: tabs, basic keyboard control, more options,...
- All characters redrawn: better graphisms, new positions, new clothes,...
- 2 new skins: Pidgin and Suse
- New maps: Lonely island and oktopus
- New waters: add lava, dirty water,...
- Better minimap
- New weapon: slap
- Some sounds added (thanks a lot to wesnoth project)
- A lot of bug fixes
- A lot of improvements (code and graphism)
- Translations updates

(adam)

2008-10-06 15:34:57 UTC MAIN commitmail json YAML

2008-10-06 15:34:01 UTC MAIN commitmail json YAML

Update to 2.66. From the changelog:

  * recentchanges: Fix redirects to non-page files.
  * aggregate: Avoid uninitialized value warnings for pages with no recorded
    ctime.
  * attachment: Add admin() pagespec to test if the uploading user is a wiki
    admin.
  * git: Fix handling of utf-8 filenames in recentchanges.
  * tag: Make edit link for new tags ensure that the tags are created
    inside tagbase, when it's set.
  * template: Make edit link for new templates ensure the page is located
    under toplevel templates directory.
  * htmlscrubber: Add a config setting that can be used to disable the
    scrubber acting on a set of pages.
  * Expand usage message and add --help. Closes: #[500344]
  * Beautify urls used in various places. (smcv)
  * Export pagetitle, titlepage, linkpage.
  * htmltidy: Avoid returning undef if tidy fails. Also avoid returning the
    untidied content if tidy crashes. In either case, it seems best to tidy
    the content to nothing.
  * htmltidy: Avoid spewing tidy errors to stderr.
  * Reorganize index file, add a format version field. Upgrades to the new
    index format should be transparent.
  * Add %wikistate, which is like %pagestate except not specific to a given
    page, and is preserved across rebuilds.
  * editpage: Be more aggressive (and less buggy) about cleaning up
    temporary files rendered during page preview.
  * Add an indexpages option, which causes foo/index.mdwn to be the source
    for page foo when foo.mdwn doesn't exist. Also, when it's enabled,
    creating a new page will save it to foo/index.mdwn by default.
    Closes: #[474611]
    (Sponsored by The TOVA Company.)
  * httpauth: Document that ikiwiki.cgi has to be in a directory subject to
    authentication. Closes: #[500524]
  * inline: Fix handling of rootpage that doesn't exist.
  * attachment: Support adding attachments to pages even as they are being
    created.
  * remove, rename: Allow acting on attachments as a page is being created.
  * Updated French translation. Closes: #[500929]
  * progress: Display an error if the progress cannot be parsed, and allow
    the percent parameter to only optionally end with "%".
  * Fix reversion in use of ikiwiki -verbose -setup with a setup file that
    enables syslog. Setup output is once again output to stdout in this
    case.
  * edittemplate: Default new page file type to the same type as the template.
    (willu)
  * edittemplate: Add "silent" parameter. (Willu)
  * edittemplate: Link to template, to allow creating it. (Willu)
  * editpage: Add a missing check that the page name contains only legal
    characters, in addition to the existing check for pruned filenames.
  * Print a debug message if a page has multiple source files.
  * Add keepextension parameter to htmlize hook. (Willu)
  * rename, remove: Don't rely on a form parameter to tell whether the page
    should be treated as an attachment.
  * rename: Add support for moving SubPages of a page when renaming it.
    (Sponsored by The TOVA Company.)
  * rename: Hide type field from rename form when renaming attachments.

(schmonz)

2008-10-06 15:20:26 UTC MAIN commitmail json YAML

Overview of Changes from GLib 2.18.0 to GLib 2.18.1
===================================================

* Bugs fixed:
550433 g_test_init doesn't recognize --help
523463 Core dump in gmain.c:2482:IA__g_main_context_check
551228 G_STRFUNC on recent Sun compiler should be expanded...
551410 gtestutils.c: using printf without prototype
551731 g_date_set_time[_t] docs should mention what timezone
548321 <string.h> is not included in gi18n-lib.h
551149 xdgmime mem leak
550647 synchronous pipe I/O when reading mount reply
551887 Docs for g_desktop_app_info_new_from_filename aren't...
551681 g_content_type_guess() too naive with filenames
552352 g_app_info_launch doesn't work if "Path" key...
551408 gmodule.def generated to builddir...
552359 g_file_info_get_icon should return GThemedIcon, and...

Also updated translations.

(tnn)

2008-10-06 15:12:08 UTC MAIN commitmail json YAML

Add a forgotten patch file.

(joerg)

2008-10-06 14:56:52 UTC MAIN commitmail json YAML

Fix build on NetBSD.

(joerg)

2008-10-06 14:41:50 UTC MAIN commitmail json YAML

Add support to derive the Python version from PKGNAME_OLD.

(joerg)

2008-10-06 14:12:24 UTC MAIN commitmail json YAML

Note updates of these packages:

www/typolight-2.6.1
www/typolight-translations-20081006
www/drupal6-translations-20081006

(taca)

2008-10-06 14:08:48 UTC MAIN commitmail json YAML

Update drupal6-translations package to 20081006.

* Update Czech, Slovak and Ukrainian translations.

(taca)

2008-10-06 14:04:30 UTC MAIN commitmail json YAML

Update typolight-translations package to 20081006.

* Update Italian and Ukrainian translations.

(taca)

2008-10-06 14:02:05 UTC MAIN commitmail json YAML

Update TYPOlight package to 2.6.1.

pkgsrc change

* Add README and sample additional apatch's configuration fratment.
* Fix dependency line for php-gd.

==========================
TYPOlight webCMS CHANGELOG
==========================

Version 2.6.1 (2008-09-20)
--------------------------
- Added content element "article alias"
- Added interface "uploadable" for file upload widgets
- Added optgroups to the TinyMCE "typolinks" file drop-down menu
- Added forum/helpdesk hook to template "member_grouped"
- Added month names to calendar templates (#27)
- Added workaround for PCRE unicode word boundary limitation (#65)
- Added callbacks "executePreActions" and "executePostActions" (#16)
- Added option to send personalized mails to the newsletter module (#108)
- Added a variable timeout between each newsletter sending cycle (#56)
- Added a "check all" box to all checkbox widgets (#32)
- Replaced back end multi-filter with a more efficient implementation
- Replaced all Template objects with FrontendTemplate or BackendTemplate (#64)
- Improved preview pane to show only members with a username
- Improved search algorithm to check for duplicate content URLs (#98)
- Fixed issue with external PHP templates breaking insert tags (#12)
- Fixed issue with domains containing "www" in multi-domain mode (#73)
- Fixed issue with wrong newsletter URLs when page alias usage is disabled (#26)
- Fixed issue with ambiguous image names in HTML newsletters (#84)
- Fixed issue with wrong color in dpSyntaxHighlighter (#30)
- Fixed issue with backlinks not working on cached pages (#15)
- Fixed issue with MySQL convertig aliases starting with a digit (#82)
- Fixed issue with incorrect download URLs (#24)
- Fixed a few spelling issues (#110)
- Fixed a few minor bugs

(taca)

2008-10-06 13:19:11 UTC MAIN commitmail json YAML

Complete previous, by entering the package version definition if the file
looked up is not a pkgconfig one, at the condition that the version
script is defined.

(cube)

2008-10-06 13:08:16 UTC MAIN commitmail json YAML

Allow the caller to override the script that extracts the version of the
built-in package.  That means pkgconfig-builtin.mk can be used in even
more situations now.

(cube)

2008-10-06 12:58:29 UTC MAIN commitmail json YAML

libfetch-2.16:
- only include openssl if the openssl option is present
- include arpa/inet.h to get ntohl and friends on older platforms like
  Interix
- use new netdb.h compat code from libnbcompat
- include inttypes.h only when present
- don't name local variables err, Interix has a symbol like that in
  default namespace
- allow fetch_read to do short read and do more intelligent buffering
  for header processing; effectively don't do a system call for each
  byte read

(joerg)

2008-10-06 12:58:11 UTC MAIN commitmail json YAML

Add a workaround for X11_TYPE modular so that x11.bl3.mk is not included.
Ideally, X11_TYPE modular would set up such packages so that
PREFER.<BUILTIN_PKG> is set to "pkgsrc", but it's a more complex change.

Reported by Adam Hoka.

(cube)

2008-10-06 12:54:43 UTC MAIN commitmail json YAML

Properly enclose the Mac OS X work around in the appropriate checks.
Problem pointed out by Quentin Garnier.

(tron)

2008-10-06 12:36:20 UTC MAIN commitmail json YAML

libnbcompat-20080922:
- DESTDIR support
- Add check for inttypes.h and sys/socket.h
- Provide compatibility fallback for netdb.h and the RFC2553 API
(getaddrinfo), supoprting IPv4 only. Code from OpenSSH.
- Use normal autoconf checks for fixed size bit types. Stop using the
older BSD types (u_intXX_t) in libnbcompat.
- Add implementation of shquote (from NetBSD).
- Fix a buglet in the getenv/setenv/unsetenv detection.
- Fix a buglet in the mkdtemp/mkstemp detection.

(joerg)

2008-10-06 11:22:09 UTC MAIN commitmail json YAML

Work arond the broken libtool archive "/usr/X11/lib/libpixman-1.la" under
Mac OS X Leopard. This fixes build problems in e.g. the "cairo" package.

(tron)

2008-10-06 10:55:40 UTC MAIN commitmail json YAML

+www/ap-mono 1.9

(kefren)

2008-10-06 10:54:18 UTC MAIN commitmail json YAML

add ap-mono subdir

(kefren)

2008-10-06 10:52:29 UTC MAIN commitmail json YAML

Initial import of mod_mono 1.9

Mod_Mono is an Apache 1.3/2.0/2.2 module that provides ASP.NET support for the
web's favorite server, Apache.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(kefren)

2008-10-06 10:43:50 UTC MAIN commitmail json YAML

- tokyocabinet-1.3.11

(obache)

2008-10-06 10:43:11 UTC MAIN commitmail json YAML

Updated textproc/tokyodystopia to 0.9.7

(obache)

2008-10-06 10:42:56 UTC MAIN commitmail json YAML

Update tokyodystopia to 0.9.7.

2008-10-04  Mikio Hirabayashi

* tcqdb.c (tccmpocrs, tccmpuint64): bugs of comparison was fixed.

- Release: 0.9.7

2008-09-10  Mikio Hirabayashi

* tcqdb.c (tctextnormalize): a bug of memory corruption was fixed.

- Release: 0.9.6

(obache)

2008-10-06 10:41:42 UTC MAIN commitmail json YAML

Updated databases/tokyocabinet to 1.3.11

(obache)

2008-10-06 10:41:25 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.3.11.

2008-09-23  Mikio Hirabayashi

* tchdb.c (tchdbputimpl): performance of the ADDINT mode was improved.

* tcbdb.c (tcbdbleafaddrec): performance of the ADDINT mode was improved.

* tcfdb.c (tcfdbputimpl): performance of the ADDINT mode was improved.

* tcutil.c (tcpagealign): new function.

* tchdb.c (tchdbsetxmsiz): the parameter is now rounded up to multiple of the page size.

* tcfdb.c (tcfdbtune): the parameter is now rounded up to multiple of the page size.

* tchdb.c (tcseekwrite, tcseekread, tcseekreadtry): page border handling was added.

- Release: 1.3.11

2008-09-20  Mikio Hirabayashi

* tcutil.c (tcunlock): new function.

* tchdb.c (tchdbsetmutex): useless locking was eliminated.

* tcbdb.c (tcbdbsetmutex): useless locking was eliminated.

* tcfdb.c (tcfdbsetmutex): useless locking was eliminated.

- Release: 1.3.10

2008-09-10  Mikio Hirabayashi

* tchdb.c (tchdblockallrecords, tchdbunlockallrecords): new functions.

* tcfdb.c (tcfdblockallrecords, tcfdbunlockallrecords): new functions.

- Release: 1.3.9

(obache)

2008-10-06 09:55:55 UTC MAIN commitmail json YAML

Updated databases/slony1 to 1.2.15

(adam)

2008-10-06 09:54:42 UTC MAIN commitmail json YAML

Changes 1.2.15:
* Fix to STORE TRIGGER - store trigger was running against all nodes
  upon subscription
* Portability changes to some tools/ scripts, fixing some
  "bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak

(adam)

2008-10-06 09:53:27 UTC MAIN commitmail json YAML

Note that opera was updated to 9.52 on 24th Aug 2008

(sborrill)

2008-10-06 09:51:13 UTC MAIN commitmail json YAML

Updated databases/postgresql8*

(adam)

2008-10-06 09:46:31 UTC MAIN commitmail json YAML

2008-10-06 09:45:56 UTC MAIN commitmail json YAML

2008-10-06 09:42:59 UTC MAIN commitmail json YAML

2008-10-06 08:04:02 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.3

(adam)

2008-10-06 08:00:49 UTC MAIN commitmail json YAML

Changes 3.6.3:
* Fix for a bug in SELECT DISTINCT logic that was introduced by the prior
  version.
* Other minor bug fixes.

(adam)

2008-10-06 07:24:31 UTC MAIN commitmail json YAML

- Update URL.
- Add more emacs versions to be accepted.
- Revert a local change (sorry).
- Add buildlink3.mk.

(uebayasi)

2008-10-06 07:13:57 UTC MAIN commitmail json YAML

Note update of Riece 5.0.0.

** Use Custom to saved settings. (ueno)

** Use stock icons for toolbar. (ueno)

** Follow the procedure recommended in RFC2812 when making a
  connection to the server.  This change is needed for some IRC
  servers including TwitterIrcGateway. (ueno)

** Allow non-ASCII realname. (KASUGA Toru)

** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)

(uebayasi)

2008-10-06 07:12:26 UTC MAIN commitmail json YAML

Update Riece to 5.0.0.

** Use Custom to saved settings. (ueno)

** Use stock icons for toolbar. (ueno)

** Follow the procedure recommended in RFC2812 when making a
  connection to the server.  This change is needed for some IRC
  servers including TwitterIrcGateway. (ueno)

** Allow non-ASCII realname. (KASUGA Toru)

** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)

(uebayasi)

2008-10-06 07:08:50 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.4.

(ghen)

2008-10-06 07:08:02 UTC MAIN commitmail json YAML

Update to Dovecot 1.1.4.  Changes since 1.1.3:

- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive rights.
  'k' right didn't prevent creating parent/child/child mailbox.  ACL groups
  weren't working.
- Maildir++ quota: Fixes to rebuilding when quota limit wasn't specified in
  Dovecot (0 limit or limit read from maildirsize).
- mbox: Several bugfixes causing errors and crashes.
- Several fixes to expire plugin / expire-tool.
- lock_method=dotlock could have deadlocked with itself.
- Many error handling fixes and log message improvements.

(ghen)

2008-10-06 01:43:40 UTC MAIN commitmail json YAML

+ ikiwiki-2.66 [schmonz]

(schmonz)

2008-10-06 01:06:24 UTC MAIN commitmail json YAML

Note update of clearsilver packages.

(minskim)

2008-10-06 01:04:29 UTC MAIN commitmail json YAML

Update clearsilver packages to 0.10.5.

Changes:
- GCC printf attributes for all printf like functions for better
  compiler time warnings (Nikolai Kondrashov)
- Better support for other compilers for handling CPP variable
  argument macros (Rapha谷l HUCK)
- Fix for some symlinking/hdf_get_obj bugs (Nikolai Kondrashov)
- Performance improvements to Perl wrapper (Sergey Skvortsov)
- New url_validate Clearsilver method (Mugdha Bendre @ Google)
- Quick Hello World example for using with FastCGI (Mike Tsao @ Google)
- Updates to the Ruby wrapper (Dan Janowski)
- Updates to the Java wrapper (Joe Walnes @ Google)
- Add support to Java wrapper for hooking the file loader
- Add string.crc builtin-function
- Make it easier to write XSS free clearsilver code
- Ability to setup file load hooks for cs and hdf files
- fix for non-thread safe nerr_init call (causes java jni wrapper to
  core dump when server is started under heavy load)
- python egg support (if you have the egg version of distutils
  installed)
- some parser edge case fixes.
- some cleanups to cgiwrap that make it easier to use with
  fastcgi.  fastcgi wrapper to come in the future.

(minskim)

2008-10-05 23:00:06 UTC MAIN commitmail json YAML

Note {lib,}mp3splt updates and mp3splt-devel removal.

(schmonz)

2008-10-05 22:56:41 UTC MAIN commitmail json YAML

Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take
MAINTAINER. From the changelog:

- corrected the -g option to be more intuitive
- fixed bug in the man page (from wrong '-t' to wrong '-g')
- changed small usage error on '-g' option
- mp3splt is now using libmp3splt
- checks for compatibilities between options
- added 'm-' for mp3 STDIN
- possibility to specify the server and port for freedb search;
    (now using tracktype.org by default)
- original id3v1 for mp3 tags are kept in the splitted files and also
    ogg vorbis tags
- add custom tags with the new '-g' option
- '-o' option now creates the specified directories if '-d' option is not
    specified
- added '-Q' option which enables the '-q' option and does not print
    anything to STDOUT
- added experimental '-D' debug mode option
- added '-i' option for counting the number of silence splitpoints
- also added '-h' option which shows a small usage

(schmonz)

2008-10-05 22:47:23 UTC MAIN commitmail json YAML

Update to 0.5.1 and take MAINTAINER. From the changelog:

- fixed bug settings custom tags to splitted files
- fixed bug for mac compilation (#2099498 : no plugin matches the
    file 'xxx')
- added plugin system for audio formats (currently supports ogg
    vorbis and mp3)
- implemented STDIN and STDOUT (like in the original mp3splt)
- moved translation of error codes to string into the library
- implemented experimental version of 'mp3splt.log' (like in the
    original mp3splt)
- return codes of many functions were checked
- option '-o' now creates directories if necessary
- fixed a log of bugs, including :
(some are related to mp3splt command line, but I post them here)
#1807288 : one-off bug
#1483040 : problems with output file path(mp3splt is removing '/')
#1665006 & #1665002 : corrected return codes & const correctness
#2000246 : changed 'splitted' to 'split'
#118157 : unplayable stdin files on windows (+ same problem for stdin)

(schmonz)

2008-10-05 22:43:30 UTC MAIN commitmail json YAML

Updated libetpan

(smb)

2008-10-05 22:42:36 UTC MAIN commitmail json YAML

Update to 0.56:
>> libetpan 0.55/0.56  released.
better support for client certificates

>> libetpan 0.53/0.54 released.
IPv6 issue
gmail issues
mingw32 build

(smb)

2008-10-05 21:50:13 UTC MAIN commitmail json YAML

Note the end of the freezein preparation for the pkgsrc-2008Q3 branch.

(agc)

2008-10-05 21:48:00 UTC pkgsrc-2008Q3 commitmail json YAML

Add the CHANGES file for the pkgsrc-2008Q3 branch

(agc)

2008-10-05 21:41:53 UTC MAIN commitmail json YAML

Note version bump of x11-links.

(cube)

2008-10-05 21:37:39 UTC MAIN commitmail json YAML

Bump x11-links to 0.39 and force dependency after cube-native-xorg merge.

(cube)

2008-10-05 21:36:36 UTC MAIN commitmail json YAML

Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.

(cube)

2008-10-05 17:49:05 UTC MAIN commitmail json YAML

added a missing include file that prevented compiling on MacOS X
(cf. e.g. http://lists.macosforge.org/pipermail/macports-tickets/2008-April/007500.html)
That issue could have affected other platforms, too.

(schwarz)

2008-10-05 10:59:40 UTC MAIN commitmail json YAML

Improve DESCR, and make it static.
Closes PR 39704.

(wiz)

2008-10-05 10:55:34 UTC MAIN commitmail json YAML

+ abcm2ps-5.9.1, abcmidi-20080928, bzr-1.7, doxygen-1.5.7,
  fuse-ntfs-3g-1.2918sr1, geda-1.4.1.20080929, gimp-2.6.0, glpk-4.32,
  gmime-2.4.1, gst-plugins0.10-base-0.10.21, gstreamer0.10-0.10.21,
  highlight-2.6.13, ion3-20081002, libv4l-0.5.0, licq-1.3.6,
  pango-1.22.0, quagga-0.99.11, scilab-5.0.2, totem-2.24.1, vlc-0.9.3,
  wesnoth-1.4.5.

(wiz)

2008-10-04 14:51:16 UTC MAIN commitmail json YAML

Fix PR 39650. I now realize I had broken this myself back in March 2007
when I updated to 2.5.5.

Use the correct papersize names. And bump PKGREVISION.

It now just passes along the name set in pkgsrc PAPERSIZE.
It has no checking so could still have wrong value.
I didn't check for "Letterdj" so that may cause problem as mpage
doesn't know it. For the record this is what mpage knows:

Mpage knows about the following paper types:
Type          Points Wide Points High
-------------- ----------- -----------
Letter                612        792
LetterSmall            612        792
Tabloid                792        1224
Ledger                1224        792
Legal                  612        1008
Statement              396        612
Executive              540        720
A0                    2384        3368
A1                    1684        2384
A2                    1192        1684
A3                    842        1192
A4                    596        842
A4Small                595        842
A5                    420        595
B4                    729        1032
B5                    516        729
Folio                  612        936
Quarto                610        780
10x14                  720        1008

(reed)

2008-10-04 14:31:07 UTC MAIN commitmail json YAML

Revert the uname change. Back to the original source.
Unknown why it was using this.

This closes PR 39571 and PR 37786.

Another suggestion is to use pkgsrc's MACHINE_ARCH.

(Not completely tested on DragonFly as this still doesn't build
due to wrong gcc.)

Also note this release is not the latest.

(reed)

2008-10-04 12:33:41 UTC MAIN commitmail json YAML

Dansguardian doesn't actually require squid at all (and it certainly isn't
safe to tie it to one specific version), so remove the dependency.
Dansguardian will work with any upstream web proxy; it requires a parent
proxy for the actual fetching, but we don't need to dictate which one.

(sborrill)

2008-10-04 12:23:57 UTC MAIN commitmail json YAML

Follow rename of www/squid to www/squid26.  Pointed out by Aleksey
Cheusov on pkgsrc-users.

(gdt)

2008-10-04 02:25:59 UTC MAIN commitmail json YAML

Need msgfmt to build.  Fixes PR 39692.

(obache)

2008-10-03 23:22:50 UTC MAIN commitmail json YAML

# yacc rule moving to y.tab.c and renaming
MAKE_JOBS_SAFE= no

(gdt)

2008-10-03 19:15:52 UTC MAIN commitmail json YAML

Velena doesn't work on 64-bit platforms.

(rillig)

2008-10-03 19:01:14 UTC MAIN commitmail json YAML

Don't put glob.h in the PLIST for NetBSD.  At least 4.0 and current do
not require this, and this fixes the build on those systems.  Not
objected to by joerg@.

(gdt)

2008-10-03 18:34:38 UTC MAIN commitmail json YAML

- roundcube-0.2beta
+ mp3splt-gtk-0.5.1, mp3splt-2.2.1, libmp3splt-0.5.1 [schmonz]

and claim ikiwiki-2.65.

(schmonz)

2008-10-03 18:14:46 UTC MAIN commitmail json YAML

Don't write to /etc, the init script is handled via the RC framework.

(joerg)

2008-10-03 18:05:11 UTC MAIN commitmail json YAML

2008-10-03 18:03:32 UTC MAIN commitmail json YAML

2008-10-03 17:46:55 UTC MAIN commitmail json YAML

2008-10-03 17:42:29 UTC MAIN commitmail json YAML

2008-10-03 16:43:27 UTC MAIN commitmail json YAML

Install only the newer PostgreSQL 7.1+ driver. Add DESTDIR support.
Bump revision.

(joerg)

2008-10-03 11:12:36 UTC pkgsrc-2008Q2 commitmail json YAML

2008-10-03 11:12:18 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2538 - requested by taca
lighttpd: security update

Revisions pulled up:
- www/lighttpd/Makefile 1.22
- www/lighttpd/distinfo 1.15
- www/lighttpd/patches/patch-aa delete
- www/lighttpd/patches/patch-ac delete
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct  3 01:08:36 UTC 2008

Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo
Removed Files:
pkgsrc/www/lighttpd/patches: patch-aa patch-ac

Log Message:
Update lighttpd to 1.4.20.

This contains security fix: http://trac.lighttpd.net/trac/ticket/1774

- 1.4.20 -

  * Fix mod_compress to compile with old gcc version (#1592)
  * Fix mod_extforward to compile with old gcc version (#1591)
  * Update documentation for #1587
  * Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls (CVE-2008-1531)
  * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
  * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
  * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
  * Don't send empty Server headers (#1620)
  * Fix conditional interpretation of core options
  * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
  * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
  * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
  * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
  * Handle EINTR in mod_cgi during write() (#1640)
  * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
  * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
  * Remove lighttpd.spec* from source, fixing all problems with it ;-)
  * Do not rely on PATH_MAX (POSIX does not require it) (#580)
  * Disable logging to access.log if filename is an empty string
  * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
  * merge spawn-fcgi changes from trunk (from @2191)
  * let spawn-fcgi propagate exit code from spawned fcgi application
  * close connection after redirect in trigger_b4_dl (thx icy)
  * close connection in mod_magnet if returned status code
  * fix bug with IPv6 in mod_evasive (#1579)
  * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
  * [tests] fixed system, use foreground daemons and waitpid
  * [tests] removed pidfile from test system
  * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
  * fixed typo in mod_accesslog (#1699)
  * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
  * case insensitive match for secdownload md5 token (#1710)
  * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
  * fixed mod_secdownload problem with unsigned time_t (#1688)
  * handle EAGAIN and EINTR for freebsd sendfile (#1675)
  * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
  * fixed round-robin balancing in mod_proxy (#1715)
  * fixed EINTR handling for waitpid in mod_fastcgi
  * mod_{fast,s}cgi: overwrite environment variables (#1722)
  * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
  * fixed url encoding to encode more characters (#266)
  * allow digits in [s]cgi env vars (#1712)
  * fixed dropping last character of evhost pattern (#161)
  * print helpful error message on conditionals in global block (#1550)
  * decode url before matching in mod_rewrite (#1720)
  * fixed conditional patching of ldap filter (#1564)
  * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
  * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1"
  * fixed format string bugs in mod_accesslog for SYSLOG
  * replaced fprintf with log_error_write in fastcgi debug
  * fixed mem leak in ssi expression parser (#1753), thx Take5k
  * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
  * do not send content-encoding for 304 (#1754), thx yzlai
  * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
  * fix splitting of auth-ldap filter
  * workaround ldap connection leak if a ldap connection failed (restarting ldap)
  * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
  * fix memleak in request header parsing (#1774, thx qhy)
  * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
  * use decoded url for matching in mod_redirect (#1720)

(tron)

2008-10-03 09:09:17 UTC MAIN commitmail json YAML

Fix build with seamonkey.  Decrease minimum acceptable version of it.

(hira)

2008-10-03 06:52:22 UTC MAIN commitmail json YAML

2008-10-03 06:52:03 UTC MAIN commitmail json YAML

2008-10-03 05:06:20 UTC MAIN commitmail json YAML

2008-10-03 05:05:57 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.25

Fixed possible out-of-memory error...

  2269  7.2.019  completion and exists() don't work for ":noautocmd"
  1521  7.2.020  "kvim" starts the GUI even though KDE is no longer supported
  4806  7.2.021  getting full file name when executing autocmds may be slow
  3823  7.2.022  (extra) cannot run tests with the MingW compiler
  2062  7.2.023  'cursorcolumn' wrong in a closed fold when display is shifted
  1452  7.2.024  'history' can be made negative, causes out-of-memory error
  1470  7.2.025  a CursorHold event that invokes system() is retriggered

(martti)

2008-10-03 02:06:01 UTC cube-native-xorg commitmail json YAML

Move libXres file list where it belongs (the builtin.mk will detect
libXRes.so so this is safe).

(cube)

2008-10-03 02:02:47 UTC cube-native-xorg commitmail json YAML

libXres provides libXRes.so, and evidently not the library of the same name
as the package.

(cube)

2008-10-03 01:32:34 UTC MAIN commitmail json YAML

-lighttpd-1.4.20.

(taca)

2008-10-03 01:32:17 UTC MAIN commitmail json YAML

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

(taca)

2008-10-03 01:31:12 UTC MAIN commitmail json YAML

Update ruby-redcloth to 4.0.4.

*4.0.4 (October 1, 2008)*

* Added some very basic support for images in LaTeX. [virtualfunction]

* Fixed missed caps and inline modifiers wrapped in parentheses. #43, #45

* Removed indication of quotes explicitly with square brackets.  Textile 2.0 does not support this and it wasn't in RedCloth 3. #46

* Made percent signs less greedy.  They must surround a phrase or else they must be surrounded with square brackets, just like sup, sub, and del phrases. #47

* Reduced link eagerness so it wouldn't include preceding quoted phrases. #48

* Fixed compatibility issues with Ruby 1.9 [Keita Yamaguchi]. #52, 53, 54

* Fixed an error when a link was badly nested in parentheses. #55

* Fixed an error on superscript/subscript parenthetical phrase. #56

* Fixed bold phrases starting with a number being recognized as unordered lists. #60

* Fixed behavior of unclosed (multi-paragraph) quotes and incorrect handling of links inside double quotations. #59, #63

* Fixed empty block HTML disappearing. #64

*4.0.3 (August 18, 2008)*

* Fix NoMethodError: private method gsub!' called for nil:NilClass when two dimensions followed by a space. #38

* Fixed unititialized constant RedCloth::TextileDoc with Rails 2.1.  Came from a workaround for Rails bug #320 that was applied even when not necessary. #42

*4.0.2 (August 15, 2008)*

* Fixed link references/aliases not being recognized when they include hyphens. #36

* Dimensions in feet and inches use correct typographic characters. #25

* Limit overzealous superscript and subscript.  Sup/sub phrases must be surrounded by spaces or square brackets, as in Textile 2. #35

* Fixed HTML before tables causing the opening table tag to be emitted twice. #33

* Cleaned up unused code that was causing a warning. #28

* Workaround for Rails 2.1 bug that loads a previous version of RedCloth before loading the unpacked gem.  Has since been fixed in edge rails. #30

* Added a RedCloth::VERSION.to_s and .== methods so you can puts and compare RedCloth::VERSION just like in previous RedCloth releases. #26

* Fixed HTML block ending tags terminating blocks prematurely. #22

*4.0.1 (July 24, 2008)*

* Fixed lines starting with dashes being recognized as a definition list when there were no definitions.

* Created alias RedCloth.rb so Rails 2.1 gem dependency works on case-sensitive operating systems .
* Fixed parsing sentences that had two em dashes surrounded by spaces from becoming del phrases. #19

* Fixed links including prior quoted phrases. #17

*4.0.0 (July 21, 2008)*

* New SuperRedCloth (RedCloth 4.0) is a total rewrite using Ragel for the parsing.

* Markdown support has been removed.

* Single newlines become <br> tags, just as in traditional RedCloth and other Textile parsers.

* HTML special characters are automatically escaped inside code signatures, like Textile 2.  This means you can simply write @<br />@ and the symbols are escaped whereas in RedCloth 3 you had to write @&lt;br /&gt;@ to make the code fragment readable.

* The restrictions parameter is observed just like previous versions (except :hard_breaks is now the default).

* Arguments to RedCloth#to_html are called so extensions made for prior versions can work.  Note: extensions need to be included rather than defined directly within the RedCloth class as was previously possible.

* Custom block tags can be implemented as in the previous version, though the means of implementing them differs.

* HTML embedded in the Textile input does not often need to be escaped from Textile parsing.

* The parser will not wrap lines that begin with a space in paragraph tags.

* Rudimentary support for LaTeX is built in.

* RedCloth::VERSION on a line by itself inserts the version number into the output.

* Output (less newlines and tabs) is identical to Textile 2 except a few cases where the RedCloth way was preferable.

* Over 500 tests prevent regression

* It's 40 times faster than the previous version.

(taca)

2008-10-03 01:09:37 UTC MAIN commitmail json YAML

Note update of www/lighttpd package to 1.4.20.

(taca)

2008-10-03 01:08:36 UTC MAIN commitmail json YAML

Update lighttpd to 1.4.20.

This contains security fix: http://trac.lighttpd.net/trac/ticket/1774

- 1.4.20 -

  * Fix mod_compress to compile with old gcc version (#1592)
  * Fix mod_extforward to compile with old gcc version (#1591)
  * Update documentation for #1587
  * Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls (CVE-2008-1531)
  * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
  * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
  * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
  * Don't send empty Server headers (#1620)
  * Fix conditional interpretation of core options
  * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
  * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
  * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
  * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
  * Handle EINTR in mod_cgi during write() (#1640)
  * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
  * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
  * Remove lighttpd.spec* from source, fixing all problems with it ;-)
  * Do not rely on PATH_MAX (POSIX does not require it) (#580)
  * Disable logging to access.log if filename is an empty string
  * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
  * merge spawn-fcgi changes from trunk (from @2191)
  * let spawn-fcgi propagate exit code from spawned fcgi application
  * close connection after redirect in trigger_b4_dl (thx icy)
  * close connection in mod_magnet if returned status code
  * fix bug with IPv6 in mod_evasive (#1579)
  * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
  * [tests] fixed system, use foreground daemons and waitpid
  * [tests] removed pidfile from test system
  * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
  * fixed typo in mod_accesslog (#1699)
  * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
  * case insensitive match for secdownload md5 token (#1710)
  * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
  * fixed mod_secdownload problem with unsigned time_t (#1688)
  * handle EAGAIN and EINTR for freebsd sendfile (#1675)
  * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
  * fixed round-robin balancing in mod_proxy (#1715)
  * fixed EINTR handling for waitpid in mod_fastcgi
  * mod_{fast,s}cgi: overwrite environment variables (#1722)
  * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
  * fixed url encoding to encode more characters (#266)
  * allow digits in [s]cgi env vars (#1712)
  * fixed dropping last character of evhost pattern (#161)
  * print helpful error message on conditionals in global block (#1550)
  * decode url before matching in mod_rewrite (#1720)
  * fixed conditional patching of ldap filter (#1564)
  * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
  * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1"
  * fixed format string bugs in mod_accesslog for SYSLOG
  * replaced fprintf with log_error_write in fastcgi debug
  * fixed mem leak in ssi expression parser (#1753), thx Take5k
  * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
  * do not send content-encoding for 304 (#1754), thx yzlai
  * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
  * fix splitting of auth-ldap filter
  * workaround ldap connection leak if a ldap connection failed (restarting ldap)
  * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
  * fix memleak in request header parsing (#1774, thx qhy)
  * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
  * use decoded url for matching in mod_redirect (#1720)

(taca)

2008-10-02 20:51:41 UTC pkg_install-renovation commitmail json YAML

2008-10-02 20:46:56 UTC MAIN commitmail json YAML

pkg_install-20081002:
Explicitly cast time_t values to long and print them as such.
Reported by bjs@.

(joerg)

2008-10-02 19:08:33 UTC MAIN commitmail json YAML

2008-10-02 19:03:11 UTC MAIN commitmail json YAML

Force use of stdbool.h on NetBSD, otherwise sm_debug_loadactive will be
defined with bool the first round and _Bool the second round.

(joerg)

2008-10-02 18:48:31 UTC MAIN commitmail json YAML

Don't try to modify pkgsrc directory.

(joerg)

2008-10-02 18:31:13 UTC MAIN commitmail json YAML

Requires gpg. Bump revision.

(joerg)

2008-10-02 18:21:06 UTC MAIN commitmail json YAML

2008-10-02 18:08:19 UTC MAIN commitmail json YAML

Fix modular Xorg. Add DESTDIR support.

(joerg)

2008-10-02 18:06:36 UTC MAIN commitmail json YAML

2008-10-02 18:03:36 UTC MAIN commitmail json YAML

2008-10-02 17:57:45 UTC MAIN commitmail json YAML

Fix DESTDIR installation.

(joerg)

2008-10-02 17:57:39 UTC MAIN commitmail json YAML

Requires a C99 compiler.

(ahoka)

2008-10-02 17:53:37 UTC MAIN commitmail json YAML

Disable pentium specific instructions, one reason being that it breaks
amd64 compilation.

(joerg)

2008-10-02 17:49:00 UTC MAIN commitmail json YAML

Fix the PLIST on Dragonfly, and possibly other systems.

(ahoka)

2008-10-02 17:40:44 UTC MAIN commitmail json YAML

Don't leak rpath into build area. Add DESTDIR support. Bump revision.

(joerg)

2008-10-02 17:29:38 UTC MAIN commitmail json YAML

Make it more likely to build with modular Xorg.

(joerg)

2008-10-02 17:15:22 UTC MAIN commitmail json YAML

Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of
nbcompat usage.

(joerg)

2008-10-02 17:01:16 UTC MAIN commitmail json YAML

2008-10-02 16:34:18 UTC MAIN commitmail json YAML

2008-10-02 15:47:51 UTC MAIN commitmail json YAML

Updated mail/roundcube to 0.2beta

(schmonz)

2008-10-02 15:47:15 UTC MAIN commitmail json YAML

Update to 0.2beta (from 0.2alpha), and take MAINTAINER. From the changelog:

- Made config files location configurable (#1485215)
- Reduced memory footprint when forwarding attachments (#1485345)
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
- Added icons for forwarded/forwarded+replied messages (#1485257)
- Added Reply-To to forwarded emails (#1485315)
- Display progress message for folders create/delete/rename (#1485357)
- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
- Redesign of the identities settings (#1484042)
- Add config option to disable creation/deletion of identities (#1484498)
- Added 'sendmail_delay' option to restrict messages sending interval
    (#1484491)
- Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- Fixed quota img height/width setting from template (#1484857)
- Refactor drag & drop functionality. Don't rely on browser events
    anymore (#1484453)
- Insert "virtual" folders in subscription list (#1484779)
- Added link to open message in new window
- Enable export of address book contacts as vCard
- Add feature to import contacts from vcard files (#1326103)
- Respect Content-Location headers in multipart/related messages
    according to RFC2110 (#1484946)
- Allowed max. attachment size now indicated in compose screen (#1485030)
- Also capture backspace key in list mode (#1484566)
- Allow application/pgp parts to be displayed (#1484753)
- Correctly handle options in mailto-links (#1485228)
- Immediately save sort_col/sort_order in user prefs (#1485265)
- Truncate very long (above 50 characters) attachment filenames
    when displaying
- Allow to auto-detect client language if none set (#1484434)
- Auto-detect the client timezone (user configurable)
- Add RFC2231 header value continuations support for attachment
    filenames + hack for servers that not support that feature
- Fix Reply-To header displaying (#1485314)
- Mark form buttons that provide the most obvious operation (mainaction)
- Added option 'quota_zero_as_unlimited' (#1484604)
- Added PRE handling in html2text class (#1484740)
- Added folder hierarchy collapsing
- Added options to use syslog instead of log file (#1484850)
- Added Logging & Debugging section in Installer
- Fix In-Reply-To and References headers when composing saved draft
    message (#1485288)
- Fix html message charset conversion for charsets with underline (#1485287)
- Fix buttons status after contacts deletion (#1485233)
- Fix escaping of To: and From: fields when building message body
    for reply or forward in the HTML editor (#1484904)
- Use current mailbox name in template (#1485256)
- Better fix for skipping untagged responses (#1485261)
- Added pspell support patch by Kris Steinhoff (#1483960)
- Enable spellchecker for HTML editor (#1485114)
- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
- Case insensitive contacts searching using PostgreSQL (#1485259)
- Make default imap folders configurable for each user (#1485075)
- Save outgoing mail to selectable folder (#1324581)
- Fix hiding of mark menu when clicking th button again (#1484944)
- Use long date format in print mode (#1485191)
- Updated TinyMCE to version 3.1.0.1
- Re-enable autocomplete attribute for login form (#1485211)
- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
- Added flag column on messages list (#1484623)
- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
- Allow trash/junk subfolders to be purged (#1485085)
- Store compose parameters in session and redirect to a unique URL
- Fixed CRAM-MD5 authentication (#1484819)
- Fixed forwarding messages with one HTML attachment (#1484442)
- Fixed encoding of message/rfc822 attachments and image/pjpeg
    handling (#1484914)
- Added option to select skin in user preferences
- Added option to configure displaying of attached images below
    the message body
- Added option to display images in messages from known senders (#1484601)
- User preferences grouped in more fieldsets
- Fix corrupted MIME headers of messages in Sent folder (#1485111)
- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
- Use keypress instead of keydown to select list's row (#1484816)
- Don't call expunge and don't remove message row after message
    move if flag_for_deletion is set to true (#1485002)

(schmonz)

2008-10-02 14:33:58 UTC MAIN commitmail json YAML

2008-10-02 13:58:52 UTC MAIN commitmail json YAML

Fix build with newer doxygen. Bump revision.

(joerg)

2008-10-02 13:52:02 UTC MAIN commitmail json YAML

2008-10-02 13:35:02 UTC MAIN commitmail json YAML

2008-10-02 13:13:05 UTC MAIN commitmail json YAML

Add some explicit casts and split a #if to unbreak build on DragonFly as
reported in PR 39667.

(joerg)

2008-10-02 12:41:52 UTC MAIN commitmail json YAML

Note update of "gmplayer", "mencoder" and "mplayer" package.

(tron)

2008-10-02 12:32:42 UTC MAIN commitmail json YAML

Apply patch from MPlayer subversion repository to fix CVE-2008-3827.
Bump package revisions of "mplayer", "gmplayer" and "mencoder" packages.

(tron)

2008-10-02 12:18:27 UTC MAIN commitmail json YAML

Uses list comprehension.

(joerg)

2008-10-02 11:15:17 UTC MAIN commitmail json YAML

Suppress detection of readline.h.
Configure failed to detect pkgsrc readline.h and disabled.

(obache)

2008-10-02 08:34:26 UTC MAIN commitmail json YAML

Since version 1.8, same depends on zlib. Committed during the freeze,
since without this change, I cannot build same on Linux.

(rillig)

2008-10-02 08:17:15 UTC MAIN commitmail json YAML

We don't need to patch "rsync.h" anymore.

(tron)

2008-10-02 00:55:34 UTC MAIN commitmail json YAML

+ruby-gnome-0.18.0.

(taca)

2008-10-01 22:30:35 UTC MAIN commitmail json YAML

Remove comment.  Fix syntax error on NetBSD 3.x.

(hira)

2008-10-01 22:25:53 UTC MAIN commitmail json YAML

Fix installation and add a missing file to PLIST.  PKGREVISION++

(bjs)

2008-10-01 22:12:40 UTC MAIN commitmail json YAML

2008-10-01 22:12:01 UTC MAIN commitmail json YAML

2008-10-01 22:03:02 UTC MAIN commitmail json YAML

Downgrade to normal destdir for now, needs fix up for install commands.

(joerg)

2008-10-01 21:46:09 UTC MAIN commitmail json YAML

2008-10-01 20:16:50 UTC MAIN commitmail json YAML

Set "USE_BSD_MAKEFILE" to indicate that this package uses a BSD-style
makefile. This should fix HTML manual page issue under NetBSD-current.
Problem reported by Cesar Catrian Carreno on "pkgsrc-users" mailing list.

(tron)

2008-10-01 18:00:45 UTC cube-native-xorg commitmail json YAML

Add a note why the libtool archive if pixman is not listed.

(cube)

2008-10-01 14:34:32 UTC MAIN commitmail json YAML

* Move inclusion of phthread.buildlink3.mk to rightful place in options.mk and
  only suggest pthread option when native pthread exists.
  We cannot use pthread.buildlink3.mk to just detect if suituable pthread
  implementation exist or not.
  Avoid unwanted dependency on pthread package when no native pthread and
  pthread option off.

* Move inclusion of seculity/tcp_wappers/buildlink3.mk to rightful place in
  options.mk.
  Avoid unwanted dependency on tcp_wrappers when libwrap option off.

* Remove deprecated(?) --with-tcp-wrappers from CONFIGURE_ARGS.

* Remove --enable-libwrap from CONFIGURE_ARGS even if require tcp_wrappers.
  It affect not only check of existence of tcp_wappers but also blow off
  needful addition of -lwrap to LIBS.
  Fixes PR 39635

(obache)

2008-10-01 12:16:45 UTC MAIN commitmail json YAML

2008-10-01 11:43:41 UTC MAIN commitmail json YAML

Revert to previous revision and remove bin/makedat (it was conflict with maildrop?).
Additional entries are optionally and already handled in Makefile and options.mk.
Re: PR 39661

(obache)

2008-10-01 10:06:29 UTC MAIN commitmail json YAML

-ap-fastcgi-2.4.6.
+lighttpd-1.4.20.
s/tokyocabinet-1.3.9/tokyocabinet-1.3.11/.

(taca)

2008-10-01 10:04:26 UTC MAIN commitmail json YAML

Note update of www/ap-fastcgi and www/ap2-fastcgi package to 2.4.6.

(taca)

2008-10-01 10:03:11 UTC MAIN commitmail json YAML

Update ap-fastcgi and ap2-fastcgi to 2.4.6.

2.4.6

*) Fix a bug I introduced in 2.4.4 that broke dynamic application
    restarts.  Reported by [Yar <yarodin gmail.com>]

2.4.4

*) Allow FastCgiServer and FastCgiExternal server directives
    to be used within VirtualHosts (again).  Add docs to explain
    potential accessibility from other VirtualHosts.
    [Rob Saccoccio <robs fastcgi.com>]

*) Check for a null filename in the request to prevent an NPE that
    was occurring when a WebSphere Apache module was also in use.
    [Fabian Pehla <fabian pehla.de>}

*) [AP2] Call ap_set_content_type() rather than setting the content_type
    directly so that the AddOutputFilterByType directive can work correctly.
    [Thomas 'Freaky' Hurst <tom.hurst clara.net>]

*) Don't use initializers for timeval structs because on 64bit
    MVS there is a padding field in between tv_sec and tv_usec.
    [Eric Covener <covener gmail.com>]

*) [AP2] Add support for nph (non parsed header) scripts.
[Peter Zijlstra <peterz nedstat.com>]

*) Abort the request if the client connection ends prematurely.
    [Peter Zijlstra <peterz nedstat.com>]

*) Introduce the apr_* backward compatibility macros removed
    in Apache 2.2.  ["Daniel Smertnig" <daniel.smertnig gmail.com>]

*) Fix a problem (remove install-modules) in Makefile.AP2 under
    Apache 2.2.  ["Daniel Smertnig" <daniel.smertnig gmail.com>]

*) Don't count an application exit towards the number of
    failures when doing restart backoff handling if the exit
    status is 0.  ["Rob Saccoccio" <robs fastcgi.com>]

*) [*nix] Don't use suexec when there is no user/group in effect.
    This change is consistent with Apache2 handling.  Identified
    by ["Florian Effenberger" <floeff arcor.de>].

*) Add a -min-server-life option to the FastCgiConfig and
    FastCgiServer directives to provide better control of the
    restart backoff feature.  ["Benjamin Osheroff" <ben gimbo.net>]

(taca)

2008-10-01 08:43:09 UTC MAIN commitmail json YAML

Make dsniff and dsniff-nox11 build on NetBSD-current:
* In dsniff-nox11/Makefile, add a post-configure target to move
  missing/sys/queue.h out of the way if the configure script
  found a real sys/queue.h.
* Add patches to #include <string.h> in some files where I noticed warnings.

Bump PKGREVISION for both dsniff and dsniff-nox11.

(apb)

2008-09-30 23:15:04 UTC MAIN commitmail json YAML

2008-09-30 23:14:18 UTC MAIN commitmail json YAML

Add `firefox3' option.  It's disabled by default.
Requested and OK'd during freeze by wiz@.

(hira)

2008-09-30 19:55:03 UTC MAIN commitmail json YAML

2008-09-30 15:50:24 UTC MAIN commitmail json YAML

2008-09-30 15:49:03 UTC MAIN commitmail json YAML

2008-09-30 15:20:30 UTC MAIN commitmail json YAML

Add static option for clientonly package as well, fixing the build as
side effect.

(joerg)

2008-09-30 15:08:34 UTC MAIN commitmail json YAML

2008-09-30 15:03:11 UTC MAIN commitmail json YAML

2008-09-30 14:41:03 UTC MAIN commitmail json YAML

Fix build on amd64. This is horrible code and e.g. using GCC builtins
would be much cleaner. Mark as destdir safe.

(joerg)

2008-09-30 14:13:11 UTC MAIN commitmail json YAML

2008-09-30 14:01:37 UTC MAIN commitmail json YAML

Fix build with newer GCC. From Drochner via wiz.

(joerg)

2008-09-30 13:07:36 UTC MAIN commitmail json YAML

2008-09-30 08:04:30 UTC MAIN commitmail json YAML

Prevent gzip(1) from nuking itself (yes, the gzip binary!) by passing
its name in the GZIP environment variable. Instead, pass the compression
level in that variable.

(hubertf)

2008-09-30 00:20:13 UTC MAIN commitmail json YAML

Prevent gzip(1) from nuking itself (yes, the gzip binary!) by passing
its name in the GZIP environment variable. Instead, pass the compression
level in that variable.

(hubertf)

2008-09-29 23:17:00 UTC MAIN commitmail json YAML

2008-09-29 16:45:59 UTC MAIN commitmail json YAML

Updated filesystems/fs-utils to 20080929

(stacktic)

2008-09-29 16:41:18 UTC MAIN commitmail json YAML

2008-09-29 15:33:34 UTC MAIN commitmail json YAML

Added filesystems/fs-utils version 20080925

(stacktic)

2008-09-29 15:23:22 UTC MAIN commitmail json YAML

Add and enable fs-utils

(stacktic)

2008-09-29 15:11:36 UTC MAIN commitmail json YAML

Initial import of fs-utils-20080925 (ok by wiz).

Tools to access and modify a file system image without having to
mount it.

Classic commands included (prefixed with fsu_):

* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch

New commands:

* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
  directory browsing)

This package is enabled only for NetBSD 4.99.72 and newer.

(stacktic)

2008-09-29 14:30:33 UTC MAIN commitmail json YAML

Note update of graphics/ruby-RMagick package to 2.7.0.

(taca)

2008-09-29 14:28:45 UTC MAIN commitmail json YAML

Update ruby18-RMagick pacakge to 2.7.0.

RMagick 2.7.0
    o Fix bug #22152, extconf.rb does not respect the LDFLAGS environment
      variable (bug report by Joseph Sokol-Margolis)
    o Fix bug #22190, the NoDitherMethod enum value is not defined in
      ImageMagick 6.4.2
    o Add the TrimBoundsLayer ImageLayerMethod enum value (available in
      ImageMagick 6.4.3-8)
    o Add the CopyAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel,
      ShapeAlphaChannel, and TransparentAlphaChannel AlphaChannelType enum
      values (available in ImageMagick 6.4.3-7)
    o Rename Image#affinity and ImageList#affinity to Image#remap and
      ImageList#remap. Retain the old names as aliases. (Changed in ImageMagick
      6.4.4-0)

(taca)

2008-09-29 13:47:37 UTC pkgsrc-2008Q2 commitmail json YAML

2008-09-29 13:47:18 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2535 - requested by dholland
gri: security update

Revisions pulled up:
- graphics/gri/Makefile 1.33-1.35
- graphics/gri/PLIST 1.8
- graphics/gri/distinfo 1.7-1.8
- graphics/gri/patches/patch-aa 1.3
- graphics/gri/patches/patch-ab 1.3
- graphics/gri/patches/patch-ac 1.2
- graphics/gri/patches/patch-ac 1.3
- graphics/gri/patches/patch-ad delete
- graphics/gri/patches/patch-ae 1.3
- graphics/gri/patches/patch-af delete
- graphics/gri/patches/patch-ag 1.4
- graphics/gri/patches/patch-ag 1.5
---
Module Name: pkgsrc
Committed By: dholland
Date: Thu Sep  4 06:43:06 UTC 2008

Modified Files:
pkgsrc/graphics/gri: Makefile PLIST distinfo
pkgsrc/graphics/gri/patches: patch-aa patch-ab patch-ac patch-ae
    patch-ag
Removed Files:
pkgsrc/graphics/gri/patches: patch-ad patch-af

Log Message:
Update to 2.12.17. Fixes broken amd64 build, among other things.
pkgsrc changes: now uses readline and popt; added destdir support.

Upstream changes (not including for 2.12.17, which doesn't appear to
be posted):

Version 2.12.16 [2007 Jul 20  anniversary of the first moon landing, in 1969]
Bug Fixes

    * Fix Debian bug #130802 ... postscript problem in landscape mode,
      refreshed in gv viewer

    * Fix Debian bug #434010 ... `set page landscape' requires `set
      page size' first, but it should really default to something
      reasonable instead.

Version 2.12.15 [2007 Apr 16 Mawlid, celebration of birthday of Muhammad]
Bug Fixes

    * Fix SourceForge bug #1700978 ... html concept index mostly broken

    * Fix SourceForge bug #1698924 ... box plots show missing data

    * Fix Debian bug #417217 ... will not compile in GCC 4.3

    * Fix SourceForge bug #1698116 ... poorly-positioned name of RHS y-axis

Version 2.12.14 [2007 Jan 08: Coming-of-Age Day (Japan)]
Bug Fixes

    * Fix SourceForge bug #1630768 ... Fix to segfault in clipped
      images (a bug that may have developed after version 2.13.3)

Version 2.12.13 [2006 Nov 06: Constitution Day (Tajikistan)]
Bug Fixes

    * Fix SourceForge bug #1591475 ... Fix to compile in Solaris CC

    * Fix SourceForge bug #1591062 ... Fix to compile in OpenBSD

Version 2.12.12 [2006 July 16: Yellow Pigs Day]
Bug Fixes

    * Fix SourceForge bug #1523033 ... Malloc error (freeing something
      already freed?)

    * Fix SourceForge bug #1523032 ... `create columns from function'
      bug, if there is an existing directory called `tmp'.

    * Fix SourceForge bug #1491105 ... `set x axis labels' had no
      affect for log axes (same for y)

Version 2.12.11 [2006 Mar 30: Hindu New Year]
Bug Fixes

    * Fix SourceForge bug #1449546 ... x axis limits not correctly
      inferred from `set x grid' (same for y).

Version 2.12.10 [2006 Jan 26: Australia Day]
Bug Fixes

    * Fix SourceForge bug #1408259 ... PostScript file contained
      private information. This was fixed by adding new commandline
      arguments `-private' and `-no_private', the former of which (the
      new default) means to not include the user's name, the
      invocation arguments, or the command-file contents (see Invoking
      Gri).

    * Fix SourceForge bug #1285180 ... NaN was mishandled. (The bug
      may have arisen in version 2.12.7 or thereabouts.)

    * Port to the FreeBSD operating system, with help from Christopher
      Illies and Roman Neuhauser.

    * Fix SourceForge bug #1217273 ... missing some version numbers
      within docs

    * Fix SourceForge bug #1196613 ... user-supplied x-axis labels can
      run offscale (fix for y-axis later...)

    * Fix SourceForge bug #1198341 ... x-axis labels incorrectly
      rotated (sometimes)

    * Fix SourceForge bug #1199280 ... warning about `malloc' for RPN
      assignments

    * Fix SourceForge bug #1196115 ... `gri_unpage' and `gri_merge'
      mis-installed

    * Fix SourceForge bug #1153209 ... Emacs mode incompatible with
      new version of `gv' PostScript viewer

      Fix SourceForge bug #1101172 ... `gri -help' incorrectly stated
      meaning of last argument(s)

    * Fix SourceForge bug #835711 ... `draw gri logo' fails.

    * Fix SourceForge bug #1098269 ... problem compiling on AMD64
      machine. (Solution provided by Andreas Jochens, a Debian user.)

    * Fix SourceForge bug #867515 ... problem with junk appearing in images.

    * Fix SourceForge bug #875881 ... problem compiling with gcc
      2.95.3 compiler.

Version 2.12.9 [2005 Jan 6: Feast of Epiphany]
Bug Fixes

    * Fix SourceForge bug #1094087 ... `set path to' incorrectly
      parsed colon-separated paths

    * Fix SourceForge bug #1085788 ... `image *=', `image /=', `image
      ^=', and `image _=' all gave incorrect results

    * Fix SourceForge bug #1084123 ... does not compile in fink

    * Fix SourceForge bug #676767 ... on fink systems, `help' does not work

Version 2.12.8 [2004]
Bug Fixes

    * Fix SourceForge bug #1019141 ... `draw arc' ignores the present
      pen color

    * Fix SourceForge bug #997741 ... PostScript broken on images with
      y-axis decreasing, and enclosed by PostScript clipping

    * Fix SourceForge bug #978822 ... documentation wrong on `set path to'

    * Fix SourceForge bug #932203 ... misplaced labels caused by `set
      x axis labels'

    * Fix SourceForge bug #928277 ... `draw polygon' should take `cm'
      and `pt' units

    * Fix SourceForge bug #930259 ... fix `draw arc''s drawing of an
      extra line (thanks for the fix, Wolfgang Voegeli)

    * Fix SourceForge bug #923719 ... `draw curve overlying' ignored
      the effect of `set dash'

    * Fix SourceForge bug #914125 ... offpage points in axes were
      reported as having been drawn by `draw curve'.

    * Fix SourceForge bug #877613 ... `help' (and other commands using
      temporary files) does not work in OSX/Fink version.

    * Fix SourceForge bug #874483 ... `state save' doesn't keep track
      of `dash' settings.

    * Fix SourceForge bug #873245 ... inaccurate times are given in
      the warnings about slow operations on OSX platform (days are
      reported instead of seconds)

    * Fix SourceForge bug #871477 ... the `missing value' feature
      should not be the default. The solution involved adding a new
      command `set missing value none', which is now the default.

Version 2.12.7 [2003 Sep 4]
Bug Fixes

    * Fix SourceForge bug #800022 AKA Debian bug #208589, ... did not
      build on some Debian platforms because it was based on an old
      version of `automake'.

Version 2.12.6 [2003 Sep 1: Labour Day]
New Features

    * Add `age' RPN function, for testing file ages (see age-rpn-operator).

Bug Fixes

    * Fix SourceForge bug #773850 ... bounding-box is increased by
      `draw symbol' even if (rectangular) postscript clipping is
      active.

    * Fix SourceForge bug #760130 ... Solaris cannot compile with
      `C-l' in Makefile.

    * Fix SourceForge bug #743134 ... bounding box not limited by `set
      clip postscript'

    * Fix SourceForge bug #750561 ... during compilation, `make'
      rebuilds HTML docs even if up-to-date
---
Module Name: pkgsrc
Committed By: dholland
Date: Tue Sep 16 22:47:41 UTC 2008

Modified Files:
pkgsrc/graphics/gri: Makefile distinfo
pkgsrc/graphics/gri/patches: patch-ac patch-ag

Log Message:
Update to 2.12.18.
Changes from 2.12.17 (properly part of the previous update) included
for reference.

Version 2.12.18 [2008 Sep 8  International Literacy Day]
Bug Fixes

    * Improve security of temporary-file handling.

    * Fix SourceForge bug #1985862 ... SVG output had axis linewidth
      equal to curve line width.

Version 2.12.17 [2008 May 29  Oak Apple Day (England)]
New Features

    * Add GNU readline support so that interactive mode will have
      history, command editing, etc.

Bug Fixes

    * Fix SourceForge bug #1913577 ... superscripts did not end
      correctly, if preceeded by an inline `{}' block.

    * Fix SourceForge bug #1761562 ... y axis name printed upside
      down, for log axes in which user specified a high values at the
      bottom end of the axis
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Sep 20 18:53:11 UTC 2008

Modified Files:
pkgsrc/graphics/gri: Makefile

Log Message:
needs build dep on tex

(tron)

2008-09-29 12:56:50 UTC MAIN commitmail json YAML

Require OpenSSL to build plugins.

(obache)

2008-09-29 12:40:12 UTC MAIN commitmail json YAML

Updated mail/netbiff to 0.9.18nb1

(obache)

2008-09-29 12:39:30 UTC MAIN commitmail json YAML

Require GTK2, not GTK for gui.

Bump PKGREVISION.

(obache)

2008-09-29 12:04:50 UTC MAIN commitmail json YAML

2008-09-29 11:55:55 UTC MAIN commitmail json YAML

2008-09-29 11:55:24 UTC MAIN commitmail json YAML

Require OpenSSL.
While here, add DESTDIR support.

(obache)

2008-09-29 11:41:39 UTC MAIN commitmail json YAML

2008-09-29 07:55:47 UTC MAIN commitmail json YAML

Common/String.h confounds with case insensitive filesystem.
Remove "Common" from include path.

(obache)

2008-09-29 01:28:50 UTC MAIN commitmail json YAML

Workaround a bug with NetBSD rtld that prevented libavcodec-based plugins
from working properly. Ekiga can now use H264, H263+, and MPEG4 codecs.

(jmcneill)

2008-09-28 22:16:00 UTC MAIN commitmail json YAML

Updated security/courier-authlib to 0.61.0

(tonnerre)

2008-09-28 22:15:30 UTC MAIN commitmail json YAML

Upgrade courier-authlib to version 0.61.0 in order to fix CVE-2008-2667,
finally. While here, fix PLIST and depkglint a bit. Also, fix the horrid
abuse of libtool.

Changes since 0.60.2:
* courier-authlib.spec: Dummy provides: for symlinks, to allow upgrade
  with older packages that require <libname>.so.0.
* Makefile.am: Switch to versionless shared libraries.
  Install all shared libraries just as <libname>.so. make install manually
  removes *.so.0.0 files that were left over from previous versions,
  and installs a temporary *.so.0 symlink to *.so, for temporary
  binary ABI compatibility with 0.60. The symlinks will be removed in
  0.62.
* Cleanup: always compile md5, sha* and hmac stuff, and remove all
  conditionally-compiled cruft. Move SASL list to an internal header.
  Add client-side support for AUTH EXTERNAL.
* authsasl.c (auth_sasl_ex): auth_sasl_ex() supercedes auth_sasl(),
  invokes auth_sasl() for non-EXTERNAL SASL methods, implements EXTERNAL
  by going through the motions, then setting up a dummy authentication
  request.
* authdaemon.c (auth_generic): Check for the dummy EXTERNAL
  authentication request, and handle it by invoking auth_getuserinfo(),
  rather than sending it down the pipe. This avoid having to implement
  a stub in every authentication module.
* authmysqllib.c: Use mysql_set_character_set() instead of SET NAMES
* authmysqllib.c: Fix domain-less queries.
* Makefile: Drop the unmaintained authvchkpw module.
* authmysqllib.c: Cleanup. Use mysql_real_escape_string instead of
  crude filtering.
* Makefile.am: Use _LIBADD properly.
* configure.in: More portability fixes.

(tonnerre)

2008-09-28 19:55:44 UTC MAIN commitmail json YAML

Updated www/firefox3 to 3.0.3

(tnn)

2008-09-28 19:54:34 UTC MAIN commitmail json YAML

Here's Firefox 3.0.3.
Fixes a regression that broke the password manager.

(tnn)

2008-09-28 17:32:54 UTC MAIN commitmail json YAML

2008-09-28 17:32:26 UTC MAIN commitmail json YAML

Updated mail/squirrelmail to 1.4.16

The SquirrelMail team is happy to announce the release 1.4.16. The most
notable change is that cookies are now sent with the secure attribute set for
HTTPS-connections, meaning that they cannot leak to an HTTP-connection on the
same SquirrelMail installation. For details see the included ReleaseNotes. We
advise users that offer their SquirrelMail both over HTTP and HTTPS to
upgrade.

(martti)

2008-09-28 14:41:41 UTC MAIN commitmail json YAML

-lighttpd-1.4.19.

My mistake.

(taca)

2008-09-28 13:56:07 UTC MAIN commitmail json YAML

Updated www/php-apc to 5.2.6.3.0.19

(tonnerre)

2008-09-28 13:55:44 UTC MAIN commitmail json YAML

Upgrade PHP PECL alternative PHP cache extension (apc) to version 3.0.19
to fix arbitrary code execution problems (CVE-2008-1488).

Changes since 3.0.16:
* Fix for CVE-2008-1488.
* Fix apc_add() cache expunge bug.
* Added parameter to apc_fetch to determine success/failure when fetching
  booleans.
* Fix for bug 13504.
* Move expunge callback groundwork to 3.1 (Rasmus)
* Fix fd-leak.
* Fix double-free on builtin functions.
* Initial PHP 5.3 support.

(tonnerre)