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

2024-05-12 15:27:40 UTC Now

2008-04-14 05:45:23 UTC MAIN commitmail json YAML

PR pkg/38381: jmcneill: Install pidgin.desktop.
Also depend on intltool. Bump rev.

(tnn)

2008-04-13 23:18:08 UTC MAIN commitmail json YAML

Updated devel/popt to 1.14

(wiz)

2008-04-13 23:17:52 UTC MAIN commitmail json YAML

Update to popt-1.14:

1.13 -> 1.14:
    - jbj: remove findme.c, add poptint.c, to po/POTFILES.in.
    - jbj: use stpcpy 2 more places (Wayne Davison<wayned@samba.org>).
    - jbj: add @LTLIBICONV@ when needed (Stanislav Brabec<sbrabec@suse.cz>).
    - jbj: fix: remove the "echo --" Fedorable hack-a-round.
    - rsc: updated de.po (not from the Translation Project).
    - jbj: study the mess with splint. Sigh, splint is so easily confused ...
    - jbj: rewrite findProgramPath & move to popt.c. Nuke the findme.{c,h} toys.
    - jbj: use stpcpy several more places (Wayne Davison<wayned@samba.org>).
    - jbj: enable equal after short option (Wayne Davison<wayned@samba.org>).
    - jbj: permit "#define POPT_fprintf fprintf" to lose the malloc'ing fprintf.
    - jbj: use vasprintf(3) when available (Wayne Davison<wayned@samba.org>).
    - jbj: study the mess with splint, remove annotations where possible.
    - jbj: add -D_GNU_SOURCE for gcc to use __builtin_stpcpy when available.
    - jbj: add static inline stpcpy for the deprived.
    - jbj: use stpcpy to eliminate sprintf calls everywhere but popthelp.c
    - jbj: remove (now unneeded afaik) va_copy() from POPT_fprintf().
    - jbj: inline strdup_fprintf() => POPT_fprintf keeping (unneeded?) va_copy.
    - rse: fix memcpy(3) based va_copy(3) fallbacks
    - jbj: fix: short option with "foo=bar" argument was mishandled.
(Wayne Davison<wayned@samba.org>).
    - jbj: rename _ABS to avoid collisions, define DBL_EPSILON if not present
(Wayne Davison<wayned@samba.org>).
    - jbj: test for <glob.h>, disable reading directory poptrc files if not.
    - jbj: add __attribute__(__unused__) (Wayne Davison<wayned@samba.org>).
    - jbj: permit equal after short option (Wayne Davison<wayned@samba.org>).
    - jbj: make sure that short options are printed only once with --usage.
    - jbj: don't display hidden short options with --usage.
    - jbj: updated sv.po (Translation Project).
    - jbj: updated {fi,nl}.po (Translation Project).
    - jbj: updated th.po (Translation Project).
    - rsc: avoid multilib file conflicts in generated doxygen.
    - jbj: updated vi.po and zh_CN.po (Translation Project).
    - jbj: fix: keep the poptHelpOptions array exactly the same size.
    - jbj: updated pl.po (Translation Project).
    - jbj: add new fi, th, zh_TW translations (Translation Project).
    - jbj: add "make updatepo" to simplify PO file maintenance.
    - jbj: display POPT_ARG_ARGV options in --help just like other options.
    - jbj: add test for POPT_ARG_ARGV handling.
    - jbj: fix: permit "--foo bar" and "--foo=bar" equivalent forms for aliases.
    - jbj: fix: tests 20 -> 23 require an explicit '--' arg separator now.
    - jbj: popt.3: add POPT_ARG_ARGV description.
    - jbj: use NUL terminator to align help with (possible) multibyte chars.
    - jbj: add utf8_skip_data table[] to keep track of utf8 character widths.
    - jbj: refactor the POPT_WCHAR_HACK into stringDisplayWidth().
    - jbj: add POPT_dgettext() prototype.
    - jbj: add POPT_dgettext() for popt internal UTF-8 codeset (Takao Fujiwara).
    - jbj: add POPT_next_char(), backout POPT_fprintf() usage (for the moment).
    - jbj: finish POPT_ARG_ARGV implementation.
    - jbj: free aliases/execs with common code.
    - jbj: rewrite the callback logic using a switch for simplicity.
    - jbj: hide bit field structure behind F_ISSET/LF_ISSET/CBF_ISSET macros.
    - jbj: expose poptSaveLongLong and poptSaveString in the loader map.
    - jbj: add POPT_ARG_ARGV, starting with the poptSaveString() method.
    - jbj: add help for POPT_ARG_LONGLONG.
    - jbj: hmmm, POSIXly correct --echo-args needs fixing, disable for now.
    - jbj: poptint.h: typedef's for string and string arrays.
    - jbj: add POPT_ARG_LONGLONG, and poptSaveLongLong().
    - jbj: poptint.h: add poptSubstituteHelpI18N() to bury the ABI hack.
    - jbj: start using poptArg and poptArgType() where useful.
    - jbj: poptint.h: add a poptArgType define for bitfield type abstraction.
    - jbj: poptint.h: add a poptArg union for opt->arg access without casts.
    - jbj: include "-- Terminate options" end-of-options msg in poptHelpOptions.
    - jbj: opt->argDescrip[0] determines "--foo=bar" or "--foo bar".
    - jbj: --long always padded for alignment with/without "-X, ".
    - jbj: Display shortName iff printable non-space.
    - jbj: POPT_AUTOALIAS: if no popt aliases/execs, don't display the sub-head.
    - jbj: add --libdir=/%{_lib} to popt.spec.
    - jbj: add .cvsignore to m4 subdirectory.
    - jbj: remove duplicate nb locale from ALL_LINGUAS.
    - jbj: autogen.sh: on linux, add --libdir=/lib (no /lib64 autodetect yet).

1.12 -> 1.13:
    - release popt-1.13.
    - jbj: add a %track section (as in rpm-5.0) to popt.spec.
    - jbj: chg poptGetOptArg() to "char *", document application needs to free.
    - jbj: re-add it.po (from Sandro Bonazzola <sandro.bonazzola@gmail.com>).
    - jbj: rescuscitate the splint annotations.
    - jbj: change sizeof to use the type implicitly, rather than explicitly.
    - jbj: remove incorrect casts, changing to size_t where needed.
    - jbj: remove unused STD_VFPRINTF macro.
    - jbj: reindent (and otherwise diddle) recent patch for popt coding style.
    - jbj: remove splint bounds/branch annotations, little gain, much pain.
    - jbj: revert alloca usage again again.
    - jbj: handle Solaris signed character isspace(3) issues consistently.
    - bero: read /etc/popt.d/* files.
    - jbj: don't read /etc/popt twice (#290531).
    - jbj: isspace(3) has i18n encoding signednesss issues on Solaris (#172393).
    - jbj: refactor column cursor to a structure, carry maxcols as well.
    - jbj: use TIOCGWINSZ to determine --help column wrapping.
    - jbj: help formatting for POPT_ARG_MAINCALL.
    - jbj: remove N_(...) markings from popt.h, markers in popthelp.c instead.
    - jbj: add zh_CN.po (Translation Project).
    - jbj: use PACKAGE_BUGREPORT.
    - jbj: hotwire POPT_AUTOHELP/POPT_AUTOALIAS lookup in popt i18n domain.

1.11 -> 1.12
    - jbj: plug a memory leak.
    - jbj: fix index thinko.
    - jbj: add vi.po (Translation Project).
    - jbj: add nl.po (Translation Project).

(wiz)

2008-04-13 22:50:19 UTC MAIN commitmail json YAML

Updated devel/autoconf to 2.62

(wiz)

2008-04-13 22:50:08 UTC MAIN commitmail json YAML

Update to 2.62:

* Major changes in Autoconf 2.62 (2008-04-05) [stable]
  Released by Eric Blake, based on git versions 2.61a.*.

** Many optimizations have been applied to make overall execution faster.

** Autotest now makes use of shell functions.

** config.status now uses awk instead of sed also for config headers.

  - As a side effect, AC_DEFINE and AC_DEFINE_UNQUOTED now handle multi-line
    values, i.e., backslash-newline combinations are handled correctly.
    Further, for config headers, the total size of values is not limited by
    the POSIX length limit of text lines any more, only each single line.

** New config variable `top_build_prefix'.

** New Autoconf macros:
  AC_AUTOCONF_VERSION  AC_OPENMP  AC_PATH_PROGS_FEATURE_CHECK

** AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.

** AC_C_RESTRICT now prefers to #define 'restrict' to a variant spelling
  like '__restrict' if the variant spelling is available, as this is
  more likely to work when mixing C and C++ code.

** AC_CHECK_ALIGNOF's type argument T is now documented better: it must
  be a string of tokens such that "T y;" is a valid member declaration
  in a struct.

** AC_CHECK_SIZEOF now accepts objects as well as types: the general rule
  is that sizeof (X) works, then AC_CHECK_SIZEOF (X) should work.

** AC_CHECK_TYPE and AC_CHECK_TYPES now work on any C type-name; formerly,
  they did not work for function types.  In C++, they now work on any
  type-id that can be the operand of sizeof; this is similar to C,
  except it excludes anonymous struct and union types.  Formerly,
  some (but not all) C++ types involving anonymous struct and union
  were accepted, though this was not documented.

** AC_CONFIG_LINKS now prefers to link against files in the build tree
  if found, and it works to link against a file of the same name in
  the source tree, even if both trees coincide.

** AC_INIT no longer alters $@; regression introduced in 2.60.

** AC_USE_SYSTEM_EXTENSIONS now defines _ALL_SOURCE for Interix platforms.

** AS_HELP_STRING no longer underquotes its first argument; it also handles
  the case where the first argument contains single-quoted commas.
  For example, "AS_HELP_STRING([-a, [--arg[=foo]]], [bar])" produces:
    "  -a, --arg[=foo]        bar"
  Additionally, the macro now takes two additional arguments,
  indent-column and wrap-column; these should not normally be needed,
  but can be used to fine-tune how the output text is wrapped.

** AC_PROG_INSTALL now requires an install program that can install multiple
  files into a target directory.

** The command 'autoconf -' now correctly processes a file from stdin.

** 'autoreconf -m' now honors $MAKE.

** For all of the directory arguments for 'configure', such as '--prefix'
  or '--bindir', trailing slashes are stripped.  As an example, if
  tab completion in the user's shell appends trailing slashes, the
  command './configure --prefix=/usr/' will still result in an
  expanded libdir value of /usr/lib, not /usr//lib.

** `configure --help=recursive' now works in read-only trees and from
  unconfigured build trees.

** If precious variables differ only in whitespace, then the cache consistency
  check warns instead of fails, and reuses the old value.

** AT_BANNER is now documented.

** AT_SETUP now handles macro expansions properly when calculating line
  length.

** Autotest now determines $srcdir correctly.

** Testsuites built by autotest now accept a -C/--directory=DIR option
  to adjust the working directory prior to creating files.

** Autoconf now requires GNU M4 1.4.5 or later.  Earlier versions of M4 have
  a bug in macro tracing that interferes with the interaction between
  Autoconf and Automake.  GNU M4 1.4.11 or later is recommended.  The
  configure search for a working M4 is improved.

** For portability with the eventual M4 2.0, macros should no longer use
  anything larger than $9 to refer to arguments.

** Documentation for m4sugar is improved.

  - The following macros were previously available as undocumented
    interfaces; the macros are now documented as stable interfaces.

    __oline__  m4_assert  m4_bmatch  m4_bpatsubsts  m4_car  m4_case
    m4_cdr  m4_default  m4_divert_once  m4_divert_pop  m4_divert_push
    m4_divert_text  m4_do  m4_errprintn  m4_fatal  m4_flatten
    m4_ifndef  m4_ifset  m4_ifval  m4_ifvaln  m4_location
    m4_n  m4_shiftn  m4_strip  m4_warn

  - The following macros were previously available as undocumented
    interfaces, but had bug fixes or semantic changes as part of this
    release.  Packages that relied on the undocumented behavior
    should be analyzed to make sure they will still work with the
    new documented behavior.

    m4_cmp  m4_list_cmp  m4_join  m4_map  m4_map_sep  m4_sign
    m4_text_box  m4_text_wrap  m4_version_compare

  - The m4_wrap macro used to have unspecified order, but now
    guarantees FIFO order.  m4_wrap_lifo was added to guarantee LIFO
    order.

  - Packages using the undocumented m4sugar macro m4_PACKAGE_VERSION
    should consider using the new AC_AUTOCONF_VERSION instead.

  - m4sugar macros that are not documented in the manual are still
    deemed experimental, and should not be used outside of Autoconf.

** The m4sugar macros m4_append and m4_append_uniq, first documented in
  2.60, have been fixed to treat both the string and the separator
  arguments consistently with regards to quoting.  Prior to this fix,
  m4_append_uniq could mistakenly duplicate entries if the expansion
  of the separator resulted in a different string (for example, if it
  contained quotes, a comma, or a macro name).  However, it means
  that programs previously using
    m4_append([name], [string], [[, ]])
  are now using a four-character separator instead of the intended
  comma and space.  If you need portability to earlier versions of
  Autoconf, you can insert the following snippet after AC_INIT but
  before any other macro expansions, to enforce the new semantics:
    m4_pushdef([m4_append], [m4_define([$1],
  m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
  Additionally, m4_append_uniq now takes optional parameters that can
  be used to take action depending on whether anything was appended,
  and warns if a non-empty separator occurs within the string being
  appended, since that can lead to duplicates.

** The following m4sugar macros are new:
  m4_append_uniq_w  m4_apply  m4_combine  m4_cond  m4_count
  m4_dquote_elt  m4_echo  m4_expand  m4_ignore  m4_make_list  m4_max
  m4_min  m4_newline  m4_shift2  m4_shift3  m4_unquote  m4_wrap_lifo

** Warnings are now generated by default when an installer invokes
  'configure' with an unknown --enable-* or --with-* option.
  These warnings can be disabled with the new AC_DISABLE_OPTION_CHECKING
  macro, or by invoking 'configure' with --disable-option-checking.

** Existing obsolete macros
  The documentation for the following macros is adjusted to make it
  more clear that they have previously been marked obsolete, as their
  functionality can be accomplished by other macros.  We have no
  current plans to remove them from Autoconf.

    AC_ENABLE  AC_STRUCT_ST_BLKSIZE  AC_STRUCT_ST_RDEV  AC_WITH

** Newly obsolete macros
  The following macros have been marked obsolete, as they only
  perform a subset of AC_USE_SYSTEM_EXTENSIONS.  We have no current
  plans to remove them.

    AC_AIX  AC_GNU_SOURCE  AC_ISC_POSIX  AC_MINIX

** AC_C_LONG_DOUBLE is obsolescent.
  The documentation now says that AC_C_LONG_DOUBLE is obsolescent: it
  tests for problems that are so old that it is no longer of
  practical importance on current systems.  New programs need not use
  AC_C_LONG_DOUBLE.  We have no current plans to remove it.

** AC_DIAGNOSE, AC_WARNING, and AC_FATAL are obsolescent.
  The documentation now favors the use of M4sugar macros m4_warn and
  m4_fatal, since the naming makes it more obvious that the
  diagnostics are associated with M4 expansion (ie. when running
  `autoconf'), and offers less confusion with the AC_MSG_ERROR,
  AC_MSG_FAILURE, and AC_MSG_WARN macros which manage diagnostics
  when running `configure'.  We have no current plans to remove these
  macros.

* Major changes in Autoconf 2.61a (2006-12-11)

** AC_FUNC_FSEEKO was broken in 2.61; it didn't make fseeko and ftello visible
  on many platforms.  This has been fixed.

** AC_FUNC_SETVBUF_REVERSED is now obsolete.  It is still defined for backward
  compatibility but it does nothing.  The macro was already
  obsolescent, as the last systems to have the problem were those
  based on SVR2, which became obsolete in 1987.  The macro had bugs
  on some modern systems and could no longer be maintained reliably
  due to lack of ancient systems to test it on.

** config.status now uses awk instead of sed for most substitutions, for speed.

  - As a side effect multi-line values of substituted variables no
    longer have a small limit in total size, though for portability
    each line should not exceed the POSIX length limit for text lines.

  - It is now documented that Makefile.in should not contain
    overlapping variable occurrences, e.g., @VAR1@VAR2@.
    Autoconf's behavior was always iffy in such cases, and the
    awk implementation has changed the behavior.

** Many uses of 'echo' have been rewritten so that Autoconf-generated
  scripts have fewer problems with strings or file names containing
  embedded special characters such as backslash or leading "-".  This
  was implemented by using `printf '%s\n' "$foo"' instead of `echo
  "$foo"' when printf works.  Due to the implementation technique
  used, Autoconf-generated scripts now run considerably more slowly
  on ancient implementations lacking printf.  However, this should
  not be a problem, since Autoconf-generated scripts in practice
  invariably find a more-modern shell these days.

(wiz)

2008-04-13 22:26:45 UTC MAIN commitmail json YAML

Updated security/caff to 1.0

(wiz)

2008-04-13 22:26:34 UTC MAIN commitmail json YAML

Update to 1.0:

Ignore temporary build files
make make install install stuff.
Bump NEWS.Debian.
Proposed solution for #462897: unconditionally sync keys between
normal gnupg home and caff gnupg home on startup, to cope with
changed keys.

(wiz)

2008-04-13 22:13:09 UTC MAIN commitmail json YAML

Updated devel/python-mode to 1.0

(wiz)

2008-04-13 22:12:56 UTC MAIN commitmail json YAML

Update to latest version, 1.0. Release notes:

It's been a long time. Time for a release...

(wiz)

2008-04-13 21:43:57 UTC MAIN commitmail json YAML

Updated graphics/sane-backends to 1.0.19

(wiz)

2008-04-13 21:43:39 UTC MAIN commitmail json YAML

Update to 1.0.19.

Remove sane-backends-hp3900 option, support is now enabled by default.

New with 1.0.19, released 2008-02-10:

* New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu),
  epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more),
  hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more),
  hs2p (Ricoh IS400 series)
* Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e,
  avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson,
  fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek,
  nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600,
  sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u,
  umax_pp
* Scanimage detects more chipsets.
* Internal scsi, usb, tcp and udp code updates.
* Basic HAL .fdi creation support
* Build system updates.
* Updated translations.
* Documentation updates.
* Bugfixes.

(wiz)

2008-04-13 20:33:50 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.36

(wiz)

2008-04-13 20:33:24 UTC MAIN commitmail json YAML

Update to 1.36:

  Release 1.36

  <gerard@tty.nl>: Escape Unicode strings as UTF-8.

  Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs

  GAAS: uri_escape_utf8() now exported by default as documented.

  BDFOY: Test fails with Business::ISBN installed [RT#33220]

  JDHEDDEN: lc(undef) reports warning in blead [RT#32742]

  GEOFFR: add some tests for gopher URIs [RT#29211]

(wiz)

2008-04-13 20:32:43 UTC MAIN commitmail json YAML

2008-04-13 20:31:48 UTC MAIN commitmail json YAML

Remove some completed updates:
- GConf-2.22.0, at-spi-1.22.1, atk-1.22.0, bzip2-1.0.5,
  dialog-1.1.20080316, ed-0.9, firefox-2.0.0.13, gail-1.22.1,
  glib2-2.16.3, gnome-keyring-2.22.1, grep-2.5.1a,
  gst-plugins0.10-base-0.10.19, gstreamer0.10-0.10.19, gtk2-engines-2.12.2,
  jam-2.5.2 [pkg/37285], libbonobo-2.22.0, libgnomeui-2.22.1,
  liboil-0.3.14, monodevelop-1.0, noweb-2.11b [pkg/38194], png-1.2.26,
  py-gnome2-2.22.0, py-moin-1.6.1, python24-2.4.5, rarian-0.8.0,
  rt3-3.6.6, seamonkey-1.1.9, squid-2.6.19, viewvc-1.0.5,
  xf86-video-radeonhd-1.2.0, xine-lib-1.1.11.1, xpdf-3.02pl2.

(wiz)

2008-04-13 20:28:30 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.1.20080316

(wiz)

2008-04-13 20:28:02 UTC MAIN commitmail json YAML

Update to 1.1.20080316:

2008/03/16
+ modify dlg_mouse_wgetch() to loop only on errors that it detects,
  rather than on errors forwarded from dlg_getc(), in case those are
  due to a disconnected terminal (report by Anatoli Sakhnik).
+ allow "default" color in dialogrc file (request by Dashing).
+ fix an indexing error in formbox (Debian #469190, report by Dmitry
  Gomerman, patch by Vladimir Mezentsev).
+ add bindings for CTL/N, CTL/P to checklist, fselect and menubox
  widgets (prompted by discussion with John Gatewood Ham).
+ add be@latin.po, th.po and update zh_TW.po from
http://translationproject.org/latest/dialog/
> patches by Peter Astrand:
  + modify dlg_auto_sizefile() to ensure the computed height and width
    do not extend beyond the screen size.
  + use unctrl() to make inputstr.c work with Solaris curses.
> patches by Yura Kalinichenko:
  + extend pause widget to use ok/cancel buttons (the former giving the
    same result as a timeout), rather than an exit-button.
  + fix initialization parameter of inputbox for multibyte characters.

(wiz)

2008-04-13 20:25:29 UTC MAIN commitmail json YAML

Updated graphics/png to 1.2.26

(wiz)

2008-04-13 20:25:15 UTC MAIN commitmail json YAML

Update to 1.2.26:

version 1.2.26beta01 [February 21, 2008]
  Added missing "(" in pngmem.c.  Bug introduced in libpng-1.2.2/1.0.13

version 1.2.26beta02 [March 12, 2008]
  Refined error message returned from deflateInit2 in pngwutil.c
  Check IHDR length in png_push_read_chunk() before saving it.

version 1.2.26beta03 [March 16, 2008]
  Revised contrib/gregbook to handle premature end-of-file and file
    read errors correctly.

version 1.2.26beta04 [March 18, 2008]
  Free png_ptr->big_row_buf and png_ptr->prev_row before allocating
    new copies in png_read_start_row().  Bug introduced in libpng-1.2.22.

version 1.2.26beta05 [March 19, 2008]
  Removed extra png_free() added in libpng-1.2.26beta04.

version 1.2.26beta06 [March 19, 2008]
  Avoid reallocating big_row_buf and prev_row when the size does not increase.

version 1.2.26rc01 [April 2, 2008]
  Ifdef out some code that is unused when interlacing is not supported.

(wiz)

2008-04-13 20:13:24 UTC MAIN commitmail json YAML

+ Mesa-7.0.3, abiword-2.6.0, cairo-1.6.4, dirac-1.0,
  enlightenment-0.16.8.12, freeciv-2.1.3, fromcvs-116, gcc-4.3.0,
  gnome-panel-2.22.1.2, gnome-session-2.22.1.1, libgda-3.1.4,
  libidn-1.7, tuxpaint-0.9.19, wine-0.9.59,
  xf86-video-radeonhd-1.2.0.

(wiz)

2008-04-13 13:24:16 UTC MAIN commitmail json YAML

Add a NEWS blob about PLIST_VARS.

(tnn)

2008-04-13 13:15:59 UTC MAIN commitmail json YAML

2008-04-13 13:00:55 UTC MAIN commitmail json YAML

Fix missing PLIST_VARS handling for carbon option.

(tnn)

2008-04-13 12:22:10 UTC MAIN commitmail json YAML

Bump PKGREVISION of cftp to 2: Fix local buffer overflow.

(dillo)

2008-04-13 12:20:18 UTC MAIN commitmail json YAML

Fix local buffer overflow (with patch from mercurial repository).
Bump PKGREVISION to 2.

(dillo)

2008-04-13 11:46:38 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-13 11:45:17 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2331 - requested by wiz
security update for m4

Revisions pulled up:
- pkgsrc/devel/m4/Makefile            1.53
- pkgsrc/devel/m4/PLIST              1.10
- pkgsrc/devel/m4/distinfo            1.21
- pkgsrc/devel/m4/patches/patch-aa    removed
- pkgsrc/devel/m4/patches/patch-ab    removed
- pkgsrc/devel/m4/patches/patch-ac    removed

  Module Name: pkgsrc
  Committed By: wiz
  Date: Fri Apr 11 06:08:43 UTC 2008

  Modified Files:
  pkgsrc/devel/m4: Makefile PLIST distinfo
  Removed Files:
  pkgsrc/devel/m4/patches: patch-aa patch-ab patch-ac

  Log Message:
  Update to 1.4.11:

  * Noteworthy changes in Version 1.4.11 (2008-04-02) [stable]
    Released by Eric Blake, based on git version 1.4.10a

  ** Security fixes for the -F option, for bugs present since -F was
      introduced in 1.3: Avoid core dump with 'm4 -F file -t undefined', and
      avoid arbitrary code execution with certain file names.

  ** Fix regression introduced in 1.4.9b in the `divert' builtin when more
      than 512 kibibytes are saved in diversions on platforms like NetBSD
      or darwin where fopen(name,"a+") seeks to the end of the file.

  ** The output of the `maketemp' and `mkstemp' builtins is now quoted if a
      file was created.  This is a minor security fix, because it was possible
      (although rather unlikely) that an unquoted string could match an
      existing macro name, such that use of the `mkstemp' output would trigger
      inadvertent macro expansion and operate on the wrong file name.

  ** Enhance the `defn' builtin to support concatenation of multiple text
      arguments, as required by POSIX.  However, at this time, it is not
      possible to concatenate a builtin macro with anything else; a warning is
      now issued if this is attempted, although a future version of M4 may
      lift this restriction to match other implementations.

  ** Enhance the `format' builtin to parse all C99 floating point numbers,
      even on platforms where strtod(3) is buggy, although the replacement
      function does have the known issue of rounding errors when parsing
      some decimal floating point values.  This fixes testsuite failures
      introduced in 1.4.9b.

  ** Enhance the `index' builtin to guarantee linear behavior, in spite of
      the surprisingly large number of systems with a brain-dead quadratic
      strstr(3).

  ** A number of portability improvements inherited from gnulib.

(spz)

2008-04-13 11:03:33 UTC MAIN commitmail json YAML

Fix botched PLIST_VARS conversion.

(tnn)

2008-04-13 09:59:32 UTC MAIN commitmail json YAML

python support was added, remove from TODO.

(wiz)

2008-04-13 09:59:06 UTC MAIN commitmail json YAML

Updated net/clive to 0.4.9

(wiz)

2008-04-13 09:58:48 UTC MAIN commitmail json YAML

Update to 0.4.9:

Version 0.4.9                                        [2008-04-09]
=================================================================
+new !fix ~change -remove | focus: major feature improvements

+ RSS/Atom parser (req. python newt module >= 0.51)
    Designed to be used with video host feeds. Parses and displays
    found videos available for extraction. If the required newt module
    is not found, the feature is disabled.

    Note that the python feedparser module is now part of the clive
    distribution, for more details, see the README file.

    Option:
        --rss (config: url_feed)

    When the --rss option is used, the URLs are treated as RSS/Atom feed URLs,
    for example:
        % clive --rss http://youtube.com/rss/global/recently_featured.rss

    Downstreamers: Python newt module is a new prerequisite. Note that the
    program still runs without it, only the --rss feature is disabled.

    FreeBSD: the newt library needs to be built with WITH_PYTHON,
    for example:
        % cd /usr/ports/devel/newt
        % make WITH_PYTHON=yes install clean

    Ubuntu: https://bugs.launchpad.net/ubuntu/+source/newt/+bug/110880

+ Dailymotion: Log-in support (sr #1834)
    Options:
        --dmotion-user=USERNAME (config: dmotion_id)
        --dmotion-pass=PASSWORD (config: dmotion_password)

+ Metacafe: Family filter off (sr #1956)
    The family filter is disabled for all extractions.

+ Youtube: Log-in support (sr #1953)
    Resurrected the log-in support that was previously available in 0.2.x
    but removed in 0.3.0 due to the complete program overhaul.

    Options:
        --youtube-user=USERNAME (config: youtube_id)
        --youtube-pass=PASSWORD (config: youtube_password)

! ~/.clive/config; improved parsing
    The parser is now more resistant to invalid values. clive will now also
    exit if an error occurs while parsing.

! ~/.clive/config; output_if_file_exists
    Accepts "RENAME" as it should have.

! Console; q_r_paste command
    Crash at: "UnboundLocalError: local variable 'cmd' referenced before assignment"

~ --write-conf; increased verbosity
    clive is now more verbose about found 3rd party programs.

~ --write-conf; sort commands
    The written commands are now sorted alphabetically.

Version 0.4.8                                        [2008-03-31]
=================================================================
+new !fix ~change -remove | focus: minor bugfixes

+ Youtube: HTTP/415 No media fallback
    Extract low quality (flv) video if better quality (mp4) is not available.

! Youtube: Partial support for continuing transfers
    It is now be possible to continue partial downloads as long as they are
    high-quality (mp4) videos.

    Note that this fails utterly for the flv videos. It appears urlgrabber
    appends a complete file at the end of the existing file when the host
    refuses to continue transfer. Instead of bloating the code with the
    conditions, continuing the youtube flv file transfers remains disabled.

! Dailymotion: improved media support
    clive no more assumes 512x384 is the highest available quality. The
    video page is now parsed for best available quality which clive extracts
    unless the --low-quality option is being used. It should be noted that
    most videos appear to have only the low-quality (flv) video available.

    No media warning will be displayed if high quality video is not found
    and the low quality video is extracted instead.

! Transfer rate calculations
    File length offset is now used properly with files that are being
    overwritten. This fixes the only-progress-percentage odditity is
    being displayed.

! Youtube: New error messages
    "error: country restriction/censorship"
    "error: private video"

! --check-update,-u
    Crash at: "TypeError: __init__() takes exactly 2 arguments (1 given)"

~ Reduce progress stdout flickering (sr #1944)
    Progress is now rendered in one second intervals. clive will now also
    display average transfer rate and total time elapsed when the transfer
    completes.

~ Clean up
    clive(1), INSTALL etc.

Version 0.4.7                                        [2008-03-17]
=================================================================
+new !fix ~change -remove | focus: major feature enhancements

+ GNU Autotools support
    See the INSTALL file for the updated installation details.

+ urlgrabber integration
    The urlgrabber module is now part of the source code distribution.
    For more info, please read the README file.

    Downstream maintainers: urlgrabber module is no longer a prerequisite

+ Cache
    If caching is enabled, clive will collect data about visited URLs
    to a sqlite3 database file (~/.clive/cache). Note that cache is only
    available for Python >= 2.5. Also, depending on the system, the sqlite3
    may not be installed with Python by default, e.g. on FreeBSD you need
    to install it separately (databases/py-sqlite3).

    Added also --no-cache and enable_cache. Caching is enabled by default.

+ Youtube: new default format
    clive now defaults to extract the better quality (mp4) videos from Youtube.
    The default behaviour can be overridden with the --low-quality option.

+ "Paste" option displayed at program start
    The state for "paste from xclip" is now displayed when the program starts.

! Same output filename in URL batch
    clive did not previously check the URLs in current batch for same output
    filename. For example:

        http://video.google.com/videoplay?docid=-4505462782975458603
        http://video.google.ca/videoplay?docid=-4505462782975458603

    Both URLs point to the same video, note the different TLD. If they were
    fed to clive in same URL batch the program accepted them without any
    scrutiny. This resulted clive to waste bandwidth downloading the same
    file twice and overwriting the previously extracted video file.

    clive now generates (--exist=rename) a new output filename for the last
    URL.

! Dailymotion support
    clive will now attempt to extract the higher resolution vide (mp4) _only_
    if it is available. This was causing HTTP/404 errors for some dmotion URLs
    with the previous release.

    The new option --low-quality overrides this default behaviour.

! Status/progress stdout line breaking on some system configurations
    This was caused by improper use of '\b' which would cause the lines
    to break on some terminal emulation settings.

! Calculations for resumed transfers (patch #990)
    The transfer rate calculations should no longer go berzerk for
    resumed transfers.

    "The problem is that when urlgrabber calls update(), the 'read'
    parameter is the current size of the file. When you resume, you
    need to discard the offset from the previous download or else
    the calculations will be off." -- zythmer

~ clive(1)
    The manual page was rewritten.

~ Accept-encoding is now always set to gzip
    Removed the rather useless --no-gzip option from wasting space.
    Note that compression is only used if the host supports it.

~ Configuration file format
    The configuration file format has undergone several iterations of
    changes over the last 12 months and this release introduces yet another
    format. Wait for it. This one's final. For a comparison:

    Then: {.., 'verbose':1, ..}
    Now: enable_verbose="YES"

    To get started, you can generate a "template" configuration file
    with:

        % clive --write-conf

    The created file contains comments and all supported commands. clive
    will also attempt to autodetect the 3rd party programs such as ffmpeg
    and set the paths to these programs with recommended options.

~ File name changes in ~/.clive
    config.py -> config
    last.log -> recall
    userdef.py -> custom.py

    Note that since history is no longer used, the ~/.clive/history.log is
    now obsolete and can be removed if it's still around.

~ Option --write-conf
    Previously known as --conf-write. Writes the config file with default
    program values. clive will now attempt to autodetect vlc, ffmpeg and
    xclip.

~ Option --emit
    Renamed to "--emit-csv". Standard output format was also changed.

    From:
        video: "extraction-url" "filename" "length"\n
    To:
        OK: "url","extraction-url","filename","length"\n
        FAILED: "url","error-message"\n

    Should be now more parsing-friendly.

~ Options changed
    Much of the options were either renamed, merged, removed or otherwise
    modified. Some new short options were added also.

~ Renamed --simulate
    Renamed --simulate,-s to --no-extract,-n.

~ Tweaked warnings
    Some of the warnings were rewritten.

~ Stdout overhaul
    Much of the stdout messages were changed, e.g. "status:" and similar
    were replaced with lines that make better use of the line space.

~ Options displayed at program start
    Renamed "throttle" to "rate". Renamed "exists" to "exist".

~ sys.platform instead of platform.uname
Platform string is now constructed using the platform module.

- Logging features
    More or less replaced by the new "cache" and "recall" features.
    See also "File name changes" above.

- GUI features: --configure, --history
    Rather than transforming clive into a CLI-GUI hybrid, I've decided
    to remove the GUI elements. The code to these short-lived features
    could still be reused for a GUI-only clive configruation tool later
    if there's any demand for it.

    Downstream maintainers: Tkinter is no longer used by clive.

- Mswindows support
    Anyone familiar with the woe32 specific non-standard approach to
    everything can probably relate to this, and even if python hides
    much of the mswindows nonsense, I've decided not to bother myself
    with it anymore. So instead of bloating the code base with a set
    of conditions and exceptions for woe32, I've, hereby, removed
    all of the ms-platform specific nonsense from the project.

    Come to the unix side.

- distutils support (setup.py)
    Starting from this release, clive uses GNU Autotools.

- stage6 support
    Shut down service effective February 28, 2008
    (http://www.stage6.com/blog/107/).

(wiz)

2008-04-13 09:57:57 UTC MAIN commitmail json YAML

Added devel/py-newt version 0.51.6

(wiz)

2008-04-13 09:57:39 UTC MAIN commitmail json YAML

Updated devel/newt to 0.51.6nb3

(wiz)

2008-04-13 09:56:30 UTC MAIN commitmail json YAML

2008-04-13 09:54:57 UTC MAIN commitmail json YAML

Import py24-newt-0.51.6 as devel/py-newt.

Newt is a windowing toolkit for text mode built from the slang
library. It allows color text mode applications to easily use
stackable windows, push buttons, check boxes, radio buttons, lists,
entry fields, labels, and displayable text. Scrollbars are supported,
and forms may be nested to provide extra functionality.

Besides the newt library, this package provides whiptail, which may
be used from shell scripts similarly to Savio Lam's "dialog". Newt
provides the textual interface for the Red Hat and Debian boot
disks.

This package contains the python bindings for newt.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-04-13 09:54:42 UTC MAIN commitmail json YAML

Split off parts of the Makefile into Makefile.common, to prepare for the
python bindings for newt.

While here, fix the library to link against its dependencies.
Bump PKGREVISION.

(wiz)

2008-04-13 07:37:47 UTC MAIN commitmail json YAML

Note addition of devel/ruby-linecache.

(jlam)

2008-04-13 07:37:14 UTC MAIN commitmail json YAML

Initial import of ruby18-linecache-0.4.2 as devel/ruby-linecache.

LineCache is a module for reading and caching lines.  This may be useful
for example in a debugger where the same lines are shown many times.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jlam)

2008-04-13 07:15:14 UTC MAIN commitmail json YAML

Note update of textproc/ruby-xslt.

(jlam)

2008-04-13 07:14:58 UTC MAIN commitmail json YAML

Update textproc/ruby-xslt to 0.9.6.  Changes from version 0.9.5 include
plugging some severe memory leaks.

(jlam)

2008-04-13 07:10:37 UTC MAIN commitmail json YAML

Note update of www/thin.

(jlam)

2008-04-13 07:10:19 UTC MAIN commitmail json YAML

Update www/thin to 0.8.0.  Changes from version 0.7.1 include:

* Fix server crash when header too large.
* Add --require (-r) option to require a library before executing your
  script.
* Rename --rackup short option to -R, warn and load as rackup when file
  ends with .ru.
* List supported adapters in command usage.
* Add file adapter to built-in adapter, serve static files in current
  directory.
* Allow disabling signal handling in Server with :signals => false
* Make Server.new arguments more flexible, can now specify any of host,
  port, app or hash options.
* Add --backend option to specified which backend to use.
* Serve static file only on GET and HEAD requests in Rails adapter.
* Add threaded option to run server in threaded mode; calling the
  application in a thread allowing for concurrency in the Rack adapter.
* Guess which adapter to use from directory (chdir option) or use
  specified one in 'adapter' option.

(jlam)

2008-04-13 06:59:31 UTC MAIN commitmail json YAML

Note update of ruby-sequel*

(jlam)

2008-04-13 06:58:27 UTC MAIN commitmail json YAML

ruby-sequel-model has been removed

(jlam)

2008-04-13 06:58:03 UTC MAIN commitmail json YAML

+ Remove databases/ruby-sequel-model -- it has been merged into
  databases/ruby-sequel as of version 1.4.0.

+ Update dependencies for www/thoth and www/merb-sequel to reflect
  removal of ruby-sequel-model -- use ruby-sequel instead.  Bump the
  PKGREVISION for these two packages.

(jlam)

2008-04-13 06:56:30 UTC MAIN commitmail json YAML

Update databases/ruby-sequel to 1.4.0.  Changes from version 1.3 include:

+ Add patch-aa and patch-ab which are changes pulled from upstream to
  allow the creation of new records that don't have a primary key when
  the cache is on.

* Merge ``sequel_model'' into ``sequel''.
* Eager loading for all types of associations.
* One-to-many associations now populate the corresponding many-to-one
  instance variable (even when eagerly loaded).
* ActiveRecord style has_many :through associations are now supported
  via many_to_many.  many_to_many will no longer select the entire result
  set, just the columns of the associated table (and not the join table),
  so it works for both has_and_belongs_to_many (simple join table) and
  has_many :through (join table model) scenarios.

(jlam)

2008-04-13 06:56:27 UTC MAIN commitmail json YAML

Update databases/ruby-sequel-core to 1.4.0.  Changes from version 1.3
include fixes to the MySQL and PostgreSQL adapters.

(jlam)

2008-04-13 06:53:32 UTC MAIN commitmail json YAML

Updated security/cvm to 0.90

(schmonz)

2008-04-13 06:51:19 UTC MAIN commitmail json YAML

Update to 0.90. From the changelog:

- Added support for chaining modules within the version client library.
  To use this, specify the module string as a list of modules separated
  with commas. For example:

cvm-command:/path/to/module,cvm-local:/path/to/socket

  This enhancement deprecates the cvm-chain module.

- Introduced an "out of scope" fact, to be used on credential rejection
  results when the supplied credentials are outside of the scope of
  authority of the module. The cvm-vmailmgr and cvm-qmail modules
  report this fact as appropriate, and cvm-chain copies it as
  appropriate from the modules it invokes.

- A random anti-spoofing tag is added to all version 2 client requests.
  Its length is set by $CVM_RANDOM_BYTES and defaults to 8.

- Fixed a bug that caused the domain output to be set incorrectly when
  doing qmail lookups with a domain not in the control files with
  $CVM_QMAIL_ASSUME_LOCAL set.

(schmonz)

2008-04-13 06:12:46 UTC MAIN commitmail json YAML

Add entries for tomoe related packages.

(obache)

2008-04-13 06:11:53 UTC MAIN commitmail json YAML

Note addition of tomoe, tomoe-gtk and uim-tomoe-gtk.

(obache)

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

Import uim-tomoe-gtk version 0.6.0.

uim-tomoe-gtk is an UIM helper program for Tomoe.

Tomoe is a handwriting recognizer which currently supports Japanese.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-13 06:06:41 UTC MAIN commitmail json YAML

Import tomoe-gtk version 0.6.0.

tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
It offers GTK+ GUI parts and is useful for making another applications using
tomoe.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-13 06:05:44 UTC MAIN commitmail json YAML

Import Tomoe version 0.6.0.

Tomoe is originally a handwriting character recognition engine.

Current Tomoe does not only provide handwriting recognition engine but also
provide other character searching API such as searching by readings, stroke
counts, radicals, valiations and so on.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-04-13 06:02:22 UTC MAIN commitmail json YAML

Note update of misc/rubygems to 1.1.1

(jlam)

2008-04-13 06:01:59 UTC MAIN commitmail json YAML

Update misc/rubygems to 1.1.1.  Changes from version 1.1.0 include:

* Gem.prefix now returns non-nil only when RubyGems was installed outside
  sitelibdir or libdir.
* The `gem server` gem list now correctly links to gem details.
* `gem update --system` now passes --no-format-executable to setup.rb.
* Gem::SourceIndex#refresh! now works with multiple gem repositories.
* Downloaded gems now go into --install-dir's cache directory.
* Various fixes to downloading gem metadata.
* `gem install --force` now ignores network errors too.
* `gem pristine` now rebuilds extensions.
* `gem update --system` now works on virgin Apple ruby.
* Gem::RemoteFetcher handles Errno::ECONNABORTED.

(jlam)

2008-04-13 05:31:16 UTC MAIN commitmail json YAML

Don't accept sysutils/gamin as a "fam" implementation, because gamin
in turn depends on glib2!
Additionally, disable fam support entirely on HP-UX, because it uses
gamin as the default fam type and sysutils/fam lacks platform support.

(tnn)

2008-04-13 05:25:25 UTC MAIN commitmail json YAML

Note update of mail/ruby-tmail to 1.2.3.

(jlam)

2008-04-13 05:25:09 UTC MAIN commitmail json YAML

Update mail/ruby-tmail to 1.2.3.  Changes from version 1.2.2 include:

* Handle a potential DOS vulnerability on any host using TMail to
  handle incomming email; a crafted email with carefully positioned
  whitespace can cause the TMail library to go into an endless loop
  causing denial of service attack on email services.

(jlam)

2008-04-13 04:08:03 UTC MAIN commitmail json YAML

Need to buildlink devel/libgcroots.

(obache)

2008-04-13 03:49:01 UTC MAIN commitmail json YAML

Simplify installation target and fix DESTDIR case.

Patch supplied by joerg@ in email

(dsainty)

2008-04-13 00:52:27 UTC MAIN commitmail json YAML

Updated devel/m4 to 1.4.11nb1

(wiz)

2008-04-13 00:51:59 UTC MAIN commitmail json YAML

Add patch from Bruno Haible (upstream) fixing two of the included
gnulib tests that were broken on NetBSD-4.99.58/amd64.

Bump PKGREVISION.

(wiz)

2008-04-12 23:52:00 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-12 23:51:03 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2326 - requested by joerg
fixed PLIST and version bump

Revisions pulled up:
- pkgsrc/mail/claws-mail-notification/Makefile 1.7
- pkgsrc/mail/claws-mail-notification/PLIST 1.3

  Module Name: pkgsrc
  Committed By: joerg
  Date: Mon Apr  7 16:50:04 UTC 2008

  Modified Files:
  pkgsrc/mail/claws-mail-notification: Makefile PLIST

  Log Message:
  Sort and fix PLIST. Bump revision.

(rtr)

2008-04-12 22:43:15 UTC MAIN commitmail json YAML

2008-04-12 22:40:22 UTC MAIN commitmail json YAML

The PLIST never uses YAZTHREAD, so don't bother setting it.

(jlam)

2008-04-12 20:56:25 UTC MAIN commitmail json YAML

Bump default BUILDLINK_API_DEPENDS to 1.104 (the latest).

(schmonz)

2008-04-12 14:53:25 UTC MAIN commitmail json YAML

+snort-2.8.1.

(taca)

2008-04-12 14:44:05 UTC MAIN commitmail json YAML

Depends ja-shinonome package 0.9.11 and lator noted by obache.
Also pkgsrc change:

- Use META_PACKAGE.

To do: switch to PKG_OPTION frame work.

(taca)

2008-04-12 14:36:18 UTC MAIN commitmail json YAML

Note update of monotone and monotone-server to 0.40.

(jmmv)

2008-04-12 14:35:28 UTC MAIN commitmail json YAML

Update to 0.40: depend on monotone-0.40.

(jmmv)

2008-04-12 14:34:50 UTC MAIN commitmail json YAML

Update to 0.40.  Tested in NetBSD-current/amd64 and OS X 10.4.

Changes

- The vim merger has been improved and now uses diff3 to merge
  non-conflict changes automatically before executing vimdiff.

- Values used with the --depth option used to control recursion with
  node and path restrictions have changed. Using --depth=0 now means
  exactly the specified directories and *not* their children. Using
  --depth=1 now means the specified directories and their immediate
  children. Previously --depth=0 included children and --depth=1
  included grandchildren and it was not possible to exclude children
  using --depth.  The simple fix for anyone using --depth is to add 1 to
  the values they are using.

- Document that ssh: and file: sync transports are not supported on
  native Win32.

Bugs fixed

- `commit' now uses keydir specified in _MTN/options

- duplicate name conflicts now show a proper error message, even if
  a parent directory got renamed as well. In that case, the error
  message now shows both names for the directory and the offending
  file name.

New features

- The bare parent selector 'p:' can now be used in a workspace to
  query the parent(s) of the workspace' base revision. This is
  equivalent to "mtn au select p:`mtn au get_base_workspace_revision`".

- push, pull, and sync can be run with a single argument, which looks
  like
    mtn://hostname?include_pattenr/-exclude_pattern
  or
    mtn://hostname?include=include_pattern/exclude=exclude_pattern

Internal

- Update Botan to 1.7.4.

- Usage of the internal app_state object has been reduced, objects
  are better encapsulated now. The database interface has been
  enhanced to ease reduction of locking contention in the future.

- Merged the two indexes on revision_certs into a single one.

- The database schema has been changed so that it now stores
  binary SHA1 hashes rather than their hexadecimal encoding,
  in most places where these are used.  This reduces the
  database size and speeds up operations a little.

  Users who like to fiddle with the database directly are
  advised to use the sqlite functions hex() and quote() to
  print columns that store hashes (including IDs), and the
  hexadecimal literal notation x'DEADBEEF' to input them.

- Binary SHA1 hashes are also used for most in-memory
  processing, avoiding conversions and saving memory.

(jmmv)

2008-04-12 14:14:56 UTC MAIN commitmail json YAML

Fix an extra double-quote that made its way into a patch and prevents
smokeping from running.

(adrianp)

2008-04-12 13:58:27 UTC MAIN commitmail json YAML

Added devel/js2-mode version 20080406

(wiz)

2008-04-12 13:58:02 UTC MAIN commitmail json YAML

2008-04-12 13:57:19 UTC MAIN commitmail json YAML

Import js2-20080406 as devel/js2-mode.

This JavaScript editing mode supports:

- the full JavaScript language through version 1.7
- accurate syntax highlighting using a recursive-descent parser
- syntax-error and strict-mode warning reporting
- "bouncing" line indentation to choose among alternate indentation points
- smart line-wrapping within comments and strings
- code folding:
  - show some or all function bodies as {...}
  - show some or all block comments as /*...*/
- context-sensitive menu bar and popup menus
- typing helpers (e.g. inserting matching braces/parens)
- many customization options

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-04-12 13:10:48 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-12 13:10:14 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2330 - requested by tron
update fixes security vulnerability CVE-2007-6019

Revisions pulled up:
- pkgsrc/multimedia/ns-flash/Makefile 1.29
- pkgsrc/multimedia/ns-flash/distinfo 1.15

  Module Name: pkgsrc
  Committed By: ghen
  Date: Wed Apr  9 19:13:56 UTC 2008

  Modified Files:
  pkgsrc/multimedia/ns-flash: Makefile distinfo

  Log Message:
  Update to Adobe Flashplayer version 9.0.124.  Fixes CVE-2007-6019.

(rtr)

2008-04-12 11:00:09 UTC MAIN commitmail json YAML

Added misc/tellico version 1.3.1

(wiz)

2008-04-12 10:59:47 UTC MAIN commitmail json YAML

2008-04-12 10:59:26 UTC MAIN commitmail json YAML

Import tellico-1.3.1 as misc/tellico.

Tellico is a KDE application for organizing your collections. It
provides default templates for books, bibliographies, videos, music,
video games, coins, stamps, trading cards, comic books, and wines.

Tellico allows you to enter your collection in a catalogue database,
saving many different properties like title, author, etc. Two
different views of your collection are shown. On the left, your
entries are grouped together by any field you like, allowing you
to see how many are in each group. On the right, selected fields
are shown in column format, allowing you to sort by any field. On
the bottom is a customizable HTML view of the current entry. The
entry editor is a dialog box where you enter the data.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

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

Added devel/exempi version 2.0.0

(wiz)

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

2008-04-12 10:56:18 UTC MAIN commitmail json YAML

Import exempi-2.0.0 as devel/exempi.

XMP (Extensible Metadata Platform) facilitates embedding metadata
in files using a subset of RDF. Most notably XMP supports embedding
metadata in PDF and many image formats, though it is designed to
support nearly any file type.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-04-12 10:51:57 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-12 10:51:04 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2325 - requested by tron
update to version fixes security vulnerability CVE-2007-6019

Revisions pulled up:
- pkgsrc/www/firefox-bin-flash/Makefile.common 1.22
- pkgsrc/www/firefox-bin-flash/distinfo 1.11

  Module Name: pkgsrc
  Committed By: tron
  Date: Wed Apr  9 08:39:24 UTC 2008

  Modified Files:
  pkgsrc/www/firefox-bin-flash: Makefile.common distinfo

  Log Message:
  Update "firefox-bin-flash" package to 9.0.124. The new version fixes
  the security vulnerability report in CVE-2007-6019.

(rtr)

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

Updated security/qca2 to 2.0.0nb3

(wiz)

2008-04-12 10:35:17 UTC MAIN commitmail json YAML

Remove non-standard qt4/lib/pkgconfig directory. Bump PKGREVISION.

(wiz)

2008-04-12 10:17:49 UTC MAIN commitmail json YAML

Updated x11/xf86-video-radeonhd to 1.2.0

(xtraeme)

2008-04-12 10:16:59 UTC MAIN commitmail json YAML

Update to 1.2.0:

- Added support for RV620, RV635, and R680.
- Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA.
- Added support for DDIA block (second digital output) on RS690.
- Added support for interlaced modes
- Added additional layers for splitting outputs into encoders and
  transmitters as needed for new hardware.
- Added support for DragonFly BSD.
- Improved RandR corner cases.
- Improved handling of secondary cards.
- Implemented foundation work for future TV support.
- Huge number of bugfixes and minor updates.

(xtraeme)

2008-04-12 08:57:17 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-12 08:56:09 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2325 - requested by taca
fix build when hpn-patch enabled

Revisions pulled up:
- pkgsrc/security/openssh/distinfo 1.68
- pkgsrc/security/openssh/patches/patch-ao 1.11

  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Apr  8 06:36:47 UTC 2008

  Modified Files:
  pkgsrc/security/openssh: distinfo
  pkgsrc/security/openssh/patches: patch-ao

  Log Message:
  Fix build problem with hpn-patch option enabled.

(rtr)

2008-04-11 23:15:49 UTC MAIN commitmail json YAML

In substitution, avoid space on CONF_DIR= to make it valid /bin/sh.
PYTHON_PATCH two more scripts.
PKGREVISION++

(gdt)

2008-04-11 20:37:06 UTC MAIN commitmail json YAML

Fix builtin.mk for libarchive-2.5.0 and newer.

(joerg)

2008-04-11 20:16:23 UTC MAIN commitmail json YAML

mention recent updates/additions

(drochner)

2008-04-11 19:58:30 UTC MAIN commitmail json YAML

update to 0.10.11
changes:
-Wrap gst.Pad.start_task
-New videomixer example
-Various other fixes

(drochner)

2008-04-11 19:55:18 UTC MAIN commitmail json YAML

update to 0.16.13
changes: minor fixes

(drochner)

2008-04-11 19:53:22 UTC MAIN commitmail json YAML

2008-04-11 19:27:53 UTC MAIN commitmail json YAML

+gnome-settings-daemon,gvfs

(drochner)

2008-04-11 19:25:38 UTC MAIN commitmail json YAML

add gvfs-0.2.3, a userland virtual file system implementation which
ought to replace gnome-vfs, starting with gnome-2.22

pkgsrc note: It would be great to have this split into modules to
limit dependencies, but as the code is structured this is hard to do.
So I've basically selected functions which are provided by gnome-vfs
plus gnome-vfs-samba. Unfortunately, the samba part doesn't work for me -
mount attempts just hang. So this is a work-in-progress, help welcome.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-04-11 19:12:09 UTC MAIN commitmail json YAML

2008-04-11 19:08:34 UTC MAIN commitmail json YAML

2008-04-11 19:05:55 UTC MAIN commitmail json YAML

add totem-pl-parser-2.22.2, a library to parse playlists, used to be
part of totem, but was split out in gnome-2.22

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-04-11 19:04:04 UTC MAIN commitmail json YAML

2008-04-11 19:01:24 UTC MAIN commitmail json YAML

add libgweather-2.22.1.1, a library to access weather information, used
to be part of gnome-applets but was split out in gnome-2.22

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-04-11 18:41:53 UTC MAIN commitmail json YAML

update to 0.8.0
changes:
* Add new attributes for hidden (NoDisplay) and default
  section (DocDefaultSection) to the .document file parsing
* Increase scrictness of parsing in line with the spec.
* omf files now return (approximate) fd.o categories
* Add new requirement to define I_KNOW_RARIAN_0_8_IS_UNSTABLE before
  use
* rarian.h is now a general inclusion guard and main functions have
  moved to rarian-main.h
* Update example program to use new features
-bugfixes

pkgsrc note: While 0.8.0 is marked unstable, it is required by the
upcoming 2.22 gnome release. There are no compatibility problems
for clients installing help files, but build of yelp (the help browser)
will be broken until it is updated.

(drochner)

2008-04-11 16:58:47 UTC MAIN commitmail json YAML

update to 0.3.14
sorry, no changelog available (The only message to the subject in
the mailing list says "Release notes tomorrow".),
a number of bugfixes afaict

(drochner)

2008-04-11 16:00:17 UTC pkgsrc-2008Q1 commitmail json YAML

2008-04-11 15:37:40 UTC pkgsrc-2008Q1 commitmail json YAML

Pullup ticket 2324 - requested by joerg
fix stray 1 preventing package do-install

Revisions pulled up:
- pkgsrc/benchmarks/forkbomb/Makefile 1.5

  Module Name: pkgsrc
  Committed By:        joerg
  Date:                Mon Apr  7 17:09:03 UTC 2008

  Modified Files:
  pkgsrc/benchmarks/forkbomb: Makefile

  Log Message:
  Fix stray 1.

(rtr)

2008-04-11 15:37:30 UTC MAIN commitmail json YAML

only set 25 in PYTHON_VERSIONS_ACCEPTED if ../../wip/python25/Makefile found

(abs)

2008-04-11 15:27:22 UTC MAIN commitmail json YAML

Switch from PYTHON_VERSIONS_ACCEPTED= to PYTHON_VERSIONS_INCOMPATIBLE= (and enable 25)

(abs)

2008-04-11 15:19:07 UTC MAIN commitmail json YAML

rather than accepting python 24 23 & 22, mark 15 20 & 21 as incompat

(abs)

2008-04-11 14:59:16 UTC MAIN commitmail json YAML

Note addittion of filesystems/fuse-djmount version 0.71

(agc)

2008-04-11 14:57:20 UTC MAIN commitmail json YAML

Add and enable fuse-djmount

(agc)

2008-04-11 14:55:45 UTC MAIN commitmail json YAML

Initial import of djmount-0.71 into the packages collection.

djmount is a UPnP AV client.  It mounts the media content of
compatible UPnP AV devices as a Unix filesystem.

Djmount automatically discovers all UPnP AV Media Servers on the
network, and makes the content available in a directory tree.  All
shared files (e.g.  Audio or Video files) are directly visible and can
be played using your favorite media player.

[15:53:42] agc@inspiron1300 ~ 190 > df /mnt
Filesystem      1K-blocks      Used      Avail %Cap Mounted on
/dev/puffs        28101396  20741466    5954862  77% /mnt
[15:53:44] agc@inspiron1300 ~ 191 > l /mnt
total 5
dr-xr-xr-x  5 root  wheel  512 Jan  1  2000 .
drwxr-xr-x  37 root  wheel  1536 Mar 15 13:22 ..
dr-xr-xr-x  5 root  wheel  512 Jan  1  2000 .debug
dr-xr-xr-x  8 root  wheel  512 Jan  1  2000 INSPIRON1300: Alistair Crooks:
dr-xr-xr-x  7 root  wheel  512 Jan  1  2000 MediaTomb
-r--r--r--  1 root  wheel    41 Jan  1  2000 devices
[15:54:23] agc@inspiron1300 ~ 192 >

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2008-04-11 14:41:27 UTC MAIN commitmail json YAML

Add a javascript option to mediatomb (via pkgsrc/lang/spidermonkey).

(agc)

2008-04-11 13:10:15 UTC MAIN commitmail json YAML

Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYTHON_VERSION_DEFAULT=25 works in mk.conf

(abs)

2008-04-11 12:23:09 UTC MAIN commitmail json YAML

Note update of the "pango" package to version 1.20.2.

(tron)

2008-04-11 12:22:46 UTC MAIN commitmail json YAML

Update "pango" package to version 1.20.2. Changes since version 1.20.1:
- Really fix build without cairo-atsui.

(tron)

2008-04-11 10:44:48 UTC MAIN commitmail json YAML

2008-04-11 10:44:09 UTC MAIN commitmail json YAML

update to 2.4.5
This release includes just a small number of fixes, primarily preventing
crashes of the interpreter in certain boundary cases.

(drochner)

2008-04-11 10:32:33 UTC MAIN commitmail json YAML

fix possible buffer overflow by negative atguments to zlib.flush(),
from upstream CVS, bump PKGREVISION

(drochner)

2008-04-11 10:26:37 UTC MAIN commitmail json YAML

Note update of the "pango" package to version 1.20.1nb1.

(tron)

2008-04-11 10:26:23 UTC MAIN commitmail json YAML

The code which tries to disable the "atsui" backend under Mac OS X if
the package is compiled with X11 support doesn't work anymore. Don't try
to disable it because it doesn't seem to break the X11 backend anymore
(tested with XChat). Bump package revision because of package list changes
under Mac OS X.

(tron)

2008-04-11 10:11:59 UTC MAIN commitmail json YAML

Add two patches to recognise the "mp4" file extension as a "video/mp4"
type, which lets mp4 files be added to the database, and get presented
via UPnP.

There are two files because the basic mappings are specified in the
config.xml file, which is generated by a C++ program, and there's a
corresponding change to the mappings.xml file which is kept around
as source.

With thanks to Jared for the mapping information.

(agc)

2008-04-11 09:29:19 UTC MAIN commitmail json YAML

Make sure some other packages are installed as pre-requisites for
mediatomb:

libexif
taglib
zlib

(agc)

2008-04-11 06:09:01 UTC MAIN commitmail json YAML

Updated devel/m4 to 1.4.11

(wiz)

2008-04-11 06:08:43 UTC MAIN commitmail json YAML

Update to 1.4.11:

* Noteworthy changes in Version 1.4.11 (2008-04-02) [stable]
  Released by Eric Blake, based on git version 1.4.10a

** Security fixes for the -F option, for bugs present since -F was
  introduced in 1.3: Avoid core dump with 'm4 -F file -t undefined', and
  avoid arbitrary code execution with certain file names.

** Fix regression introduced in 1.4.9b in the `divert' builtin when more
  than 512 kibibytes are saved in diversions on platforms like NetBSD
  or darwin where fopen(name,"a+") seeks to the end of the file.

** The output of the `maketemp' and `mkstemp' builtins is now quoted if a
  file was created.  This is a minor security fix, because it was possible
  (although rather unlikely) that an unquoted string could match an
  existing macro name, such that use of the `mkstemp' output would trigger
  inadvertent macro expansion and operate on the wrong file name.

** Enhance the `defn' builtin to support concatenation of multiple text
  arguments, as required by POSIX.  However, at this time, it is not
  possible to concatenate a builtin macro with anything else; a warning is
  now issued if this is attempted, although a future version of M4 may
  lift this restriction to match other implementations.

** Enhance the `format' builtin to parse all C99 floating point numbers,
  even on platforms where strtod(3) is buggy, although the replacement
  function does have the known issue of rounding errors when parsing
  some decimal floating point values.  This fixes testsuite failures
  introduced in 1.4.9b.

** Enhance the `index' builtin to guarantee linear behavior, in spite of
  the surprisingly large number of systems with a brain-dead quadratic
  strstr(3).

** A number of portability improvements inherited from gnulib.

(wiz)

2008-04-10 23:35:42 UTC MAIN commitmail json YAML

+ Updated devel/mercurial to 0.9.5 [bjs 2008-04-10]

(bjs)

2008-04-10 23:34:51 UTC MAIN commitmail json YAML

Update to mercurial 1.0 and add DESTDIR support.  Changes:

General:
  * greatly improved merge tool configuration, see "hgrc.5.txt" for details
  * improved copy/rename handling in diffs, status, and merge
  * files in .hg inherit permissions from .hg/store
  * infer --repository when possible, so commands may be run from anywhere.
  * easy-installable
  * new "droplet" logo

Commands:
  * archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
  * bisect: now built-in with greatly improved performance and usability
  * bundle: new --all option to bundle the whole repository more easily.
  * cat: apply decode filters with --decode
  * clone: can clone from a full-history bundle
  * commit: warn when creating a new head
  * debugancestor: index argument is now optional
  * diff: set the number of context line to show with -U/--unified
  * grep: display matched revisions commit date with --date
  * import: new --no-commit and --user options
  * incoming/outgoing: add --limit option
  * log: use -b/--only-branch to show revisions of a single branch
  * remove: improve handling for --after
  * revert: major speedup
  * serve: prefix the served path with --prefix (also in [web] section)
  * status: unknown files are skipped by --quiet
  * tag: allow multiple tags to be added or removed
  * tags: --verbose flags local tags
  * update: switch between named branches without -C

Extensions:
  * churn: promoted to an official extension (previously in contrib)
  * color: new extension coloring "status" and "qseries" command outputs
  * convert:
  * hgk: configuration file changed from .gitk to .hgk
  * highlight: new extension enabling syntax highlighting in hgweb
    file view (requires pygments)
  * inotify: new extension using Linux 2.6 inotify API for instant
    status checking
  * keyword: new extension for filewise RCS-keyword expansion in working
    directory
  * mq: new --currentdate, --date, --currentuser, and --user options
  * record: add "qrecord" command when used with mq

Web interface:
  * improved WSGI integration and compatibility
  * follow symlinks in hgwebdir collections
  * show branches in most of gitweb templates
  * add line anchors to annotate, changeset, diff and file views
  * support web.baseurl in hgwebdir, overriding SCRIPT_NAME

Hooks:
  * standard hook to reject text files with CRLF in win32text extension
  * redirect stdout to stderr for ssh and http servers

(bjs)

2008-04-10 21:30:44 UTC MAIN commitmail json YAML

+ Use the options framework instead of using FVWM_USE_* variables.

+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 2 due to the options changes.

(jlam)

2008-04-10 21:19:19 UTC MAIN commitmail json YAML

+ Use the options framework instead of using MTOOLS_ENABLE_FLOPPYD.
+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 1 due to the options changes.

(jlam)

2008-04-10 20:56:34 UTC MAIN commitmail json YAML

Remove unnecessary PLIST_SUBST definition -- the PLIST is dynamic through
the use of AUTHLIB_PLIST, so we don't need to comment stuff out.

(jlam)

2008-04-10 19:34:34 UTC MAIN commitmail json YAML

+ Use package options instead of WITH_DVDCSS to select whether dvdcss
  support is built into the package.

+ Convert to use PLIST_VARS instead of manually adding "@comment" to
  PLIST_SUBST.

Bump PKGREVISION to 19 due to the addition of package options.

(jlam)

2008-04-10 18:06:13 UTC MAIN commitmail json YAML

Update wm/ratpoison to 1.4.3

* Changes since 1.4.2
** key event handling
top level key bindings are grabbed "asynchronously" instead of
"synchronously." This should eliminate the freezes some people have
experienced in previous versions.

(tonio)

2008-04-10 18:04:51 UTC MAIN commitmail json YAML

Update wm/ratpoison to 1.4.3

* Changes since 1.4.2
** key event handling
top level key bindings are grabbed "asynchronously" instead of
"synchronously." This should eliminate the freezes some people have
experienced in previous versions.

(tonio)

2008-04-10 17:33:22 UTC MAIN commitmail json YAML

update to 1.4.14
This release fixes a freeze when migrating from v1.0.x and also solves
some problems with search folders.

(drochner)

2008-04-10 17:03:38 UTC MAIN commitmail json YAML

2008-04-10 16:56:22 UTC MAIN commitmail json YAML

2008-04-10 16:54:29 UTC MAIN commitmail json YAML

2008-04-10 16:53:44 UTC MAIN commitmail json YAML

2008-04-10 16:46:53 UTC MAIN commitmail json YAML

2008-04-10 16:44:19 UTC MAIN commitmail json YAML

2008-04-10 16:43:58 UTC MAIN commitmail json YAML

2008-04-10 16:40:49 UTC MAIN commitmail json YAML

2008-04-10 16:30:03 UTC MAIN commitmail json YAML

2008-04-10 16:27:47 UTC MAIN commitmail json YAML

2008-04-10 16:25:29 UTC MAIN commitmail json YAML

2008-04-10 16:22:52 UTC MAIN commitmail json YAML

update to 1.22.1
This switches to the gnome-2.22 release branch.

(drochner)

2008-04-10 16:22:13 UTC MAIN commitmail json YAML

update to 2.22.0
This switches to the gnome-2.22 release branch.

(drochner)

2008-04-10 16:09:44 UTC MAIN commitmail json YAML

import libsoup24-2.4.1, a new major branch of libsoup, for use
by gnome-2.22, can be installed in parallel with libsoup-devel

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2008-04-10 12:15:55 UTC MAIN commitmail json YAML

update to 1.22.0
This switches to the gnome-2.22 release branch.

(drochner)

2008-04-10 12:14:43 UTC MAIN commitmail json YAML

update to 1.20.1
This switches to the gnome-2.22 release branch.

(drochner)

2008-04-10 12:13:49 UTC MAIN commitmail json YAML

2008-04-10 12:13:32 UTC MAIN commitmail json YAML

+ Updated devel/stgit to 0.14.2 [bjs 2008-04-10]

(bjs)

2008-04-10 12:12:24 UTC MAIN commitmail json YAML

Take maintainership, as I regularly update this package.

(bjs)

2008-04-10 12:11:34 UTC MAIN commitmail json YAML

Update to version 0.14.2.  Changes since last snapshot:

    fix: stg mail crashes when there is no patch description

    Better "stg rebase" help text

    Enhance rebase help string by providing guidance on merge conflict
    resolution during a rebase.

    Based on text suggested by Catalin Marinas.

    Test the 'stg rename' command

    Simple rename of top-most patch

    Allow renaming of the top-most patch just by calling stg rename
    <new-patch-name>, instead of stg rename <old> <new>. This is for
    example helpful for those people who always have a typo or two in
    their patch names.

    Make documentation less confusing

    It's not just by default "stg new" doesn't do a refresh -- it never
    does.

    replace "git repo-config" usage by "git config"

    Remove a newline from the e-mail template

    Allow picking of one commit id

    Remove the reordering side-effect of the latter sync changes

    Fix sync to push the popped patches back after sync'ing

    Add a boundary to parse_patches in pick.py

    Refuse to send empty patches

    Set umask to 0022 during the setup.py execution

    This allows template files to be installed with the proper rights.

    Modify 'series' to use '#' instead of '|'

    Allow the synchronisation of the unapplied patches

    Check for unnecessary push/pop in 'float'

    Allow pick to import multiple patches

    This patch allows multiple patches on the "pick" command line.

    Don't set the default authdate if none specified

    This way, we allow a patch editing to remove an existing date by not
    specifying it.

(bjs)

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

reset PKGREVISION foe base pkg update

(drochner)

2008-04-10 12:00:45 UTC MAIN commitmail json YAML

2008-04-10 11:54:40 UTC MAIN commitmail json YAML

update to 0.10.19
changes:
-New GstPoll abstraction simplifies operations on multiple fd's/sockets
-Various bug fixes and corrections

(drochner)

2008-04-10 11:48:58 UTC MAIN commitmail json YAML

update to 1.1.11.1
changes:
* Security fixes:
  - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073)
  - integer overflow, possibly leading to buffer overflow, CVE-2008-1482
* Reworked the plugin directory naming so that external plugins don't have
  to be rebuilt for every release
* Made the version parsing much more reliable; it wasn't properly coping
  with four-part version numbers
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
  causing failure to play some files
* Support 16-bit big-endian DTS audio
* Improved frame snapshot API. (ABI extension.)
* Re-add support for # (stream parameter separator) in raw filenames
* Fixed long delay when closing stream on dual core systems

pkgsrc note: CVE-2008-0073 was already fixed by patch

(drochner)

2008-04-10 09:09:37 UTC MAIN commitmail json YAML

Get rid of a harmless trailing line in a patch file, noticed by
OBATA Akio.

Regenerate patch checksum

(agc)

2008-04-10 07:56:09 UTC MAIN commitmail json YAML

Fix path in DEPENDS line.

(wiz)

2008-04-10 07:28:50 UTC MAIN commitmail json YAML

Drop maintainership.
These packages was switched to gem version, I'm not in the area.

(obache)

2008-04-10 07:19:41 UTC MAIN commitmail json YAML

Drop maintainership.
This package was switched from stable to development version for RoR 2.0.
I'm not in the area.

(obache)

2008-04-10 03:21:37 UTC MAIN commitmail json YAML

Updated devel/bglibs to 1.104

(schmonz)

2008-04-10 03:20:49 UTC MAIN commitmail json YAML

Update to 1.104. From the changelog:

- Fixed several typos in the installation files.
- Renamed some files that differed only in upper/lower case. This
    should fix building on OSX.

(schmonz)

2008-04-09 22:52:31 UTC MAIN commitmail json YAML

+ autoconf-2.62, gnome-2.22.1, lzma-4.57.

(wiz)

2008-04-09 22:40:19 UTC MAIN commitmail json YAML

Set HOMEPAGE to the official gok homepage instead of the standard gnome one.

(wiz)

2008-04-09 22:03:33 UTC MAIN commitmail json YAML

Updated www/drupal6 to 6.2

(adrianp)

2008-04-09 22:02:11 UTC MAIN commitmail json YAML

Update to 6.2

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

* SA-2008-026 - Drupal core - Drupal core - Access bypass

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

* #228120 by jvandyk: typo in documentation in comment.tpl.php
* #226480 by gpk: fix wording on when node access rebuild button is displayed in node_configure()
* #229817 by mcarrera: l() attributes were not properly specified in theme.inc's theme_username()
* #234403 by alienbrain: PHP.net documents we should use CRLF in mail headers, so do that
* #226555 by jvandyk, Rok Zlender: fix notice level error in xmlrpc.inc
* #204415 by chx: actually use 'administer content types' permission for node type editing instead of 'administer nodes'
* #234699 by hass: theme_link() did not mark frontpage links active properly
* #237717 by hass: missing t() in system_clear_cache_submit()
* #232037 by pwolanin: (performance) block regions should only be populated when called for, not in all cases (fixes performance expectation on 403/404 pages)
* #226728 by chx: (performance) temporary cache table entries were not flushed, causing cache_menu and cache_form to grow big
* #231587 by pwolanin, killes: (performance) use two level cache in menus, instead of storing very large amounts of data multiple times
* #239196 by jvandyk and myself: missing status check on nodes in search indexing counter
* rolling back #234403 by Bevan and damz: we should keep using LF in mail headers, without CR, CRLF causes problems
* #238564 by scor: two missing t() calls in update.module
* #241629 by solotandem: dblog module left one more row in, when cleaning up in cron
* #244597 by kbahey: remove cruft from user_login(), that added extra message to the form was never used or displayed

(adrianp)

2008-04-09 20:38:53 UTC MAIN commitmail json YAML

Note addition of multimedia/mediatomb version 0.11.0

(agc)

2008-04-09 20:37:35 UTC MAIN commitmail json YAML

Add and enable mediatomb.

(agc)

2008-04-09 20:36:38 UTC MAIN commitmail json YAML

Initial import of mediatomb-0.11.0 into the packages collection.

MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.

MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/.  The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.

MediaTomb should work with any UPnP compliant MediaRenderer, please
tell the authors if you experience difficulties with particular
models, also take a look at the Supported Devices list for more
information.

With thanks to Jared Macneill for the patches to make this compile on
NetBSD.

Oh, and works very nicely with my Archos 605 (not in the Supported Devices
list).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2008-04-09 19:34:41 UTC MAIN commitmail json YAML

Reorder lines to be more standard.

(wiz)

2008-04-09 19:31:41 UTC MAIN commitmail json YAML

+ balance-3.42, evince-2.22.1.1, file-roller-2.22.2, gnome-games-2.22.1.1,
  libgnomeui-2.22.1, pango-1.20.1, postal-0.68, swfdec-0.6.4.

(wiz)

2008-04-09 19:14:40 UTC MAIN commitmail json YAML

Updated multimedia/ns-flash to 9.0.124.

(ghen)

2008-04-09 19:13:56 UTC MAIN commitmail json YAML

Update to Adobe Flashplayer version 9.0.124.  Fixes CVE-2007-6019.

(ghen)

2008-04-09 18:54:02 UTC MAIN commitmail json YAML

2008-04-09 18:51:30 UTC MAIN commitmail json YAML

Update chat/bitlbee to 1.2

Changelog:
* Version 1.2 (released 2008-03-17) hilights:
- See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better
  (and more secure) file format for user data, ForkDaemon mode).
- Yahoo! support in this release will hopefully still work next month.
* Development version 1.1.1dev (released 2007-11-24) hilights:
- Mostly internal changes (resolved some GPL issues, changed some parts of the
  IM API).
- Support for Jabber chatrooms and an XML console.
- Support for named AIM chatrooms.
* Development version 1.1dev (released 2007-02-19) hilights:
- Many new features, enhancements, bugfixes, for example:
- Rewritten Jabber module.
- Improved file format for storing user configuration.
- ForkDaemon mode: Daemon mode without the stability problems.

(tonio)

2008-04-09 18:33:37 UTC MAIN commitmail json YAML

Try harder to disable AltiVec support under Mac OS X PPC (because it cannot
be used in a shared library). Applications linked against "libx264" can now
actually be started without crashing immediately because the symbol
"_x264_deblock_h_luma_altivec" couldn't be found.

Bump package revision because of this fix.

(tron)

2008-04-09 16:21:48 UTC MAIN commitmail json YAML

Add PLIST_VARS setting missing from previous commit.

(jlam)

2008-04-09 16:18:39 UTC MAIN commitmail json YAML

+ Convert to use the options framework instead of using WITHOUT_SAIDAR
  and WITHOUT_STATGRAB.

+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 3 for the options changes.

(jlam)

2008-04-09 09:03:59 UTC MAIN commitmail json YAML

2008-04-09 09:02:14 UTC MAIN commitmail json YAML

Updated www/tidy to 20080324

(wiz)

2008-04-09 09:01:53 UTC MAIN commitmail json YAML

Update to CVS state of 20080324:
2.5 years of various changes and improvements.

pkgsrc changes:
Use libtool to provide a shared library; fixes wip/kdewebdev4 on amd64.
Generate API documentation from the provided files using doxygen.
Standardize path to installed documentation.

(wiz)

2008-04-09 08:46:27 UTC MAIN commitmail json YAML

Note update of the "firefox-bin-flash" package to version 9.0.124.

(tron)

2008-04-09 08:39:24 UTC MAIN commitmail json YAML

Update "firefox-bin-flash" package to 9.0.124. The new version fixes
the security vulnerability report in CVE-2007-6019.

(tron)

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

Update to rsync 3.0.2: Fix a potential buffer overflow in the xattr code.

(dogcow)

2008-04-09 01:46:56 UTC MAIN commitmail json YAML

Update to rsync 3.0.1: Fix a potential buffer overflow in the xattr code.

(dogcow)

2008-04-09 00:40:13 UTC MAIN commitmail json YAML

Updated editors/ed to 0.9

(reed)

2008-04-09 00:38:51 UTC MAIN commitmail json YAML

Update to ed-0.9.
Both patches changed. I made new patches to support being able
to install to program_prefix. (I supplied these upstream too.)

>From change log:

2008-02-24  Antonio Diaz
* Version 0.9 released.
* signal.c (sighup_handler): Return 0 if no error.
* Arg_parser updated to 1.1.

2007-08-18  Antonio Diaz
* Version 0.8 released.
* check.sh: Testsuite exits unsuccesfully in case of error.
* ed.1: Fixed some minor problems in the manual page.
* ed.texinfo: Added 21kB of legalese (fdl.texinfo).

2007-07-18  Antonio Diaz
* Version 0.7 released.
* buf.c (dec_addr): Now returns correct address when wrapping.

2007-06-29  Antonio Diaz
* Version 0.6 released.
* License updated to GPL version 3 or later.
* signal.c (sigwinch_handler, set_signal):
  Fixed two minor compatibility problems.
* main_loop.c (main_loop):
  Fixed an infinite loop when reading an empty script.

2007-03-09  Antonio Diaz
* Version 0.5 released.
* main_loop.c (next_addr): '%' reimplemented as it was in ed 0.2.

2007-01-15  Antonio Diaz
* Version 0.4 released.
* Fixed some minor problems in the testsuite.

2006-11-11  Antonio Diaz
* Version 0.3 released.
* buf.c (open_sbuf):
  Fixed symlink vulnerability using standard function `tmpfile'.
* signal.c: Fixed signal handling for SIGINT.
* main_loop.c (exec_command): Fixed `c' and `i' commands with address 0.
* The pause mode has been removed.
* main.c: Added new options `--loose-exit-status' and `--verbose'.
* carg_parser.c: New argument parser that replaces `getopt_long'.
* `configure' and `Makefile.in' have been replaced.
* Removed recursive make for testsuite.
* Created directory `doc'.
* Removed all pre ISO C89 code.
* Removed all global variables.
* ed.texinfo: Added to the manual the changes from Andrew and some mine.

(reed)

2008-04-08 23:11:21 UTC MAIN commitmail json YAML

In post-install, remove droppings created as root so that unprivileged
make clean works.

(tnn)

2008-04-08 21:39:41 UTC MAIN commitmail json YAML

+ anjuta-2.4.1, clive-0.4.9, dasher-4.7.3, deskbar-applet-2.22.1,
  eog-2.22.1, gedit-2.22.1, glib2-2.16.3, gnome-applets-2.22.1,
  gnome-control-center-2.22.1, gnome-panel-2.22.1.1,
  gnome-screensaver-2.22.2, gnome-session-2.22.1, kmess-1.5.1,
  libgda-3.1.3, mpg123-1.4.1, nautilus-cd-burner-2.22.1, totem-2.22.1,
  youtube-dl-20080407, zenity-2.22.1.

(wiz)

2008-04-08 21:04:07 UTC MAIN commitmail json YAML

2008-04-08 20:52:15 UTC MAIN commitmail json YAML

Add better support for small conditional parts of PLISTs.

PLIST_VARS is the list of names corresponding to automatic variables
generated by plist.mk to simplify having conditionally-present entries
in the PLIST.  If "var" is listed in PLIST_VARS, then the automatic
variable is named PLIST.var.  If PLIST.var is defined, then in the PLIST
generation, the ${PLIST.var} symbol is replaced with the empty string,
or "@comment " otherwise.

(jlam)

2008-04-08 14:52:31 UTC MAIN commitmail json YAML

updated CHANGES-2008 and TODO for update on devel/p5-Test-Simple

(rhaen)

2008-04-08 14:49:19 UTC MAIN commitmail json YAML

- Updated package to 0.80
Changelog:
0.80  Sun Apr  6 17:25:01 CEST 2008
    Test fixes
    - Completely disable the utf8 test.  It was causing perl to panic on some OS's.

0.79_01  Wed Feb 27 03:04:54 PST 2008
    Bug fixes
    - Let's try the IO layer copying again, this time with the test
      fixed for 5.10.

0.78  Wed Feb 27 01:59:09 PST 2008
    Bug fixes
    * Whoops, the version of Test::Builder::Tester got moved backwards.

0.77  Wed Feb 27 01:55:55 PST 2008
    Bug fixes
    - "use Test::Builder::Module" no longer sets exported_to() or does
      any other importing.
    - Fix the $TODO finding code so it can find $TODO without the benefit
      of exported_to(), which is often wrong.
    - Turn off the filehandle locale stuff for the moment, there's a
      problem on 5.10.  We'll try it again next release.

    Doc improvements
    - Improve the Test::Builder SYNOPSIS to use Test::Builder::Module
      rather than write it's own import().

0.76_02  Sun Feb 24 13:12:55 PST 2008
    Bug fixes
    * The default test output filehandles will NOT use utf8.
      They will now copy the IO layers from STDOUT and STDERR.
      This means if :utf8 is on then it will honor it and not
      warn about wide characters.

0.76_01  Sat Feb 23 20:44:32 PST 2008
    Bug fixes
    * Test::Builder no longer uses a __DIE__ handler.  This resolves a number
      of problems with exit codes being swallowed or other module's handlers
      being interfered with.  [rt.cpan.org 25294]
    - Allow maybe_regex() to detect blessed regexes.  [bleadperl @32880]
    - The default test output filehandles will now use utf8.
      [rt.cpan.org 21091]

    Test fixes
    - Remove the signature test.  Adds no security and just generates
      failures.

0.75  Sat Feb 23 19:03:38 PST 2008
    Incompatibilities
    * The minimum version is now 5.6.0.

    Bug fixes
    - Turns out require_ok() had the same bug as use_ok() in a BEGIN block.
    - ok() was not honoring exported_to() when looking for $TODO as it
      should be.

    Test fixes
    * is_deeply_with_threads.t will not run unless AUTHOR_TESTING is set.
      This is because it tickles intermittent threading bugs in many perls
      and causes a lot of bug reports about which I can do nothing.

    Misc
    - Ran through perlcritic and did some cleaning.

(rhaen)

2008-04-08 13:22:06 UTC MAIN commitmail json YAML

Replaced ${MACHINE_ARCH} with i386 as this always installs files for
i386, ppc32, sparc32 and x86_64. Also sorted PLIST.

This was previously not working properly on non-i386 hosts...

(martti)