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 (0m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-06 17:52:42 UTC Now

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: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 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 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 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 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: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-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 07:56:09 UTC MAIN commitmail json YAML

Fix path in DEPENDS line.

(wiz)

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 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 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-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-07 22:50:05 UTC MAIN commitmail json YAML

+ asterisk-1.4.19, at-spi-1.22.1, cinepaint-0.23, enchant-1.4.0,
  epiphany-2.22.1.1, epiphany-extensions-2.22.1, evince-2.22.1,
  evolution-2.22.1, evolution-data-server-2.22.1,
  evolution-exchange-2.22.1, gail-1.22.1, gcalctool-5.22.1,
  gdm-2.20.5, gnome-games-2.22.1, gnome-keyring-2.22.1,
  gnome-terminal-2.22.1, gtkhtml314-3.18.1, gucharmap-2.22.1,
  herrie-2.0.1, libltdl-2.2.2, libsoup-2.4.1, mpg123-1.4.0, nspr-4.7,
  orca-2.22.1, p5-DBIx-SearchBuilder-1.53, p5-URI-1.36,
  poppler-glib-0.8.0, poppler-qt-0.8.0, popt-1.14, qnetwalk-1.3,
  rsync-3.0.1, sane-backends-1.0.19, seahorse-2.22.1, tailor-0.9.31,
  tig-0.11, uriparser-0.7.0, vino-2.22.1, x264-devel-20080405,
  xf86driproto-2.0.4.

(wiz)

2008-04-07 00:19:09 UTC MAIN commitmail json YAML

+ amanda-2.6.0, asc-2.1.0, clive-0.4.8, dwm-4.9, eric3-4.1.2 [now
  called eric4], hatari-1.0.0, heyu-2.2.0, hylafax-5.2.3, jhead-2.82,
  kid3-1.0, m4-1.4.11, mksh-33c, nagios-3.0.1, neon-0.28.2, nut-13.5,
  openssh-5.0p1, opera-9.27, phppgadmin-4.2, png-1.2.26, poedit-1.4.1,
  prelude-manager-0.9.12, py-bsddb3-4.6.3, py-ldap-2.3.4, raptor-1.4.17,
  tcl-8.5.2, tk-8.5.2, webmin-1.410, xine-lib-1.1.11.1, zile-2.2.57,
  zsh-4.3.6.

(wiz)

2008-04-06 21:01:23 UTC MAIN commitmail json YAML

- kbibtex, update done.

(wiz)

2008-04-06 21:01:01 UTC MAIN commitmail json YAML

Updated print/kbibtex to 0.2.1

(wiz)

2008-04-06 20:59:34 UTC MAIN commitmail json YAML

Update to 0.2.1:

KBibTeX 0.2.1
* Translations to Russian and German
* Searching in arXiv and Google Scholar
* GUI to edit id suggestion templates
* User-defined fields in GUI
* Various bugfixes

KBibTeX 0.2
* Many usability improvements and bugfixes
* Embedding documents into exported PDFs possible (if supported by
  installed TeX system)
* More URLs to search documents included
* More online databases to search references added
* Keyword handling improved
* Suggesting entry ids added
* Merging .bib files possible
* Improved handling of crossref'ed entries
* Adding more functions to toolbar and shortcut system

(wiz)

2008-04-06 18:56:22 UTC MAIN commitmail json YAML

+ glib2-2.16.2, gnome-screensaver-2.22.1, gnome-themes-extras-2.22.0,
  gst-plugins0.10-base-0.10.19, gstreamer0.10-0.10.19, inkscape-0.46,
  libgtop-2.22.1, libtool-2.2.2, xf86-video-amd-2.8.0 [now
  xf86-video-geode].

(wiz)

2008-03-31 20:55:58 UTC MAIN commitmail json YAML

+ bitlbee-1.2 [pkg/38344], curl-7.18.1, dialog-1.1.20080316,
  glibmm-2.16.1, gsl-1.11, ikiwiki-2.41, ltris-1.0.12, nss_ldap-260
  [pkg/38346], p5-File-Flat-1.04, p5-Image-Info-1.28, phpmyadmin-2.11.5.1,
  pixman-0.10.0, postgresql82-8.2.7, postgresql83-8.3.1,
  vlgothic-ttf-20080327 [pkg/38342].

(wiz)

2008-03-29 18:01:12 UTC MAIN commitmail json YAML

+ eel-2.22.1, fltk-1.1.8, freefont-ttf-20080323, nautilus-2.22.1,
  plptools-1.0.2, stunnel-4.22, swfdec-0.6.2, sympa-5.4.

Remove suggestion for new ttf-freefont package, it already exists as
freefont-ttf.

(wiz)

2008-03-29 17:54:57 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-server to 1.3.0.0nb7

(wiz)

2008-03-29 17:54:40 UTC MAIN commitmail json YAML

Fix PLIST now that printing extension is pulled in automatically (via
a dependency).
Bump PKGREVISION.

(wiz)

2008-03-27 23:14:22 UTC MAIN commitmail json YAML

+ efax-gtk-3.0.17, erlang-12b1, glpk-4.28, gnome-audio-2.22.1,
  gnupg2-2.0.9, highlight-2.6.9, libmatheval-1.1.6, poppler-0.8.0,
  py-prewikka-0.9.14, py-twisted-8.0.1, seamonkey-1.1.9.

(wiz)

2008-03-26 13:36:45 UTC MAIN commitmail json YAML

+ GConf-2.22.0, argtable-2.9, asterisk-1.4.18.1, bzr-1.3, caff-1.0,
  gramps-3.0.0, mysql-5.1.23, mysql-5.2.3, mysqlcc-0.9.8, nut-13.4,
  openafs-1.4.6, p5-HTTP-Server-Simple-0.31, p5-MIME-tools-5.426,
  p5-Mail-IMAPClient-3.05, p5-Text-Markdown-1.0.17, puppet-0.24.4,
  py-bsddb3-4.6.2, wget-1.11.1.

(wiz)

2008-03-26 13:29:58 UTC MAIN commitmail json YAML

2008-03-26 13:27:16 UTC MAIN commitmail json YAML

2008-03-26 13:26:33 UTC MAIN commitmail json YAML

Note restoration of mysql4 packages.

(wiz)

2008-03-26 13:24:02 UTC MAIN commitmail json YAML

Only accept mysql-4.1 again.

(wiz)

2008-03-26 13:23:34 UTC MAIN commitmail json YAML

Re-add support for mysql-4.1 (but not 4.0).

(wiz)

2008-03-26 13:22:00 UTC MAIN commitmail json YAML

2008-03-26 06:43:14 UTC MAIN commitmail json YAML

Remove outdated/non-existing mysql mirror sites.

(wiz)

2008-03-26 06:42:53 UTC MAIN commitmail json YAML

Update HOMEPAGE. Update MASTER_SITES, but comment it out, since it does
not provide the old distfile.

Accept mysql-5.0 (untested, but 4.1 is removed).

(wiz)

2008-03-26 06:36:18 UTC MAIN commitmail json YAML

Note suse9 meta package removal.

(wiz)

2008-03-26 06:22:50 UTC MAIN commitmail json YAML

Remove support for mysql-4.1 and mysql-4.0. Noted by seb@.

(wiz)

2008-03-26 06:21:47 UTC MAIN commitmail json YAML

Remove suse9 meta package, now that the separate packages have been removed.
Noted by Mike Cappella.

(wiz)

2008-03-25 15:35:36 UTC MAIN commitmail json YAML

--enable-x264 confuses the configure script, it's better to avoid
it and let it find out for itself.

Fixes mencoder build.

Reported and fixed by David Sainty.

(wiz)

2008-03-25 15:14:13 UTC MAIN commitmail json YAML

Fix installation after addition of patches/patch-aa.

(wiz)

2008-03-25 13:57:17 UTC MAIN commitmail json YAML

Mention some package removals I did today.

(wiz)

2008-03-25 13:48:52 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.6.14, awesome-2.2, bftpd-2.2, bzip2-1.0.5, cherokee-0.6.1,
  chicken-3.1.0, gnome-audio-2.22.0, gst-plugins0.10-base-0.10.18,
  gstreamer0.10-0.10.18, gtk-doc-1.10, krusader-1.90.0,
  libextractor-0.5.20, mail-notification-5.1, mercurial-1.0,
  plptools-1.0.1, python23-2.3.7, python24-2.4.5, python25-2.5.2,
  silc-client-1.1.4, silc-server-1.1.2, silc-toolkit-1.1.7,
  squid-2.6.19, xf86-input-keyboard-1.3.0, xf86-input-mouse-1.3.0,
  xine-lib-1.1.11, xmltoman-0.4, youtube-dl-20080321.

(wiz)

2008-03-25 13:46:41 UTC MAIN commitmail json YAML

Remove blackdown* and sun-j*13.

(wiz)

2008-03-25 13:45:39 UTC MAIN commitmail json YAML

2008-03-25 13:44:41 UTC MAIN commitmail json YAML

Remove vim-kde packages.
It has security problems and is not maintained.

Removal was announced on pkgsrc-users on March 13.

(wiz)

2008-03-25 13:44:22 UTC MAIN commitmail json YAML

2008-03-25 13:44:00 UTC MAIN commitmail json YAML

2008-03-25 13:43:19 UTC MAIN commitmail json YAML

2008-03-25 13:42:53 UTC MAIN commitmail json YAML

2008-03-25 13:42:26 UTC MAIN commitmail json YAML

2008-03-25 13:41:46 UTC MAIN commitmail json YAML

2008-03-24 21:56:00 UTC MAIN commitmail json YAML

Updated devel/rt3 to 3.6.6nb2

(wiz)

2008-03-24 21:55:36 UTC MAIN commitmail json YAML

Fix typo in @dirrm. Bump PKGREVISION.

(wiz)

2008-03-19 22:47:56 UTC MAIN commitmail json YAML

+ afterstep-2.2.8, aspell-danish-1.6.12, bitlbee-1.2, cdrkit-1.1.7.1,
  cherokee-0.6.0, clive-0.4.7, imapsync-1.249, libXScrnSaver-1.1.3,
  libXv-1.0.4, libgnomekbd-2.22.0, libidn-1.6, libstatgrab-0.16,
  libxkbfile-1.0.5, manedit-1.1.1, nut-13.3, xf86-video-apm-1.2.0,
  xf86-video-ark-0.7.0, xf86-video-ast-0.85.0, xf86-video-chips-1.2.0,
  xf86-video-cirrus-1.2.0, xf86-video-glint-1.2.0, xf86-video-i128-1.3.0,
  xf86-video-i740-1.2.0, xf86-video-neomagic-1.2.0,
  xf86-video-rendition-4.2.0, xf86-video-s3-0.6.0,
  xf86-video-s3virge-1.10.0, xf86-video-savage-2.2.0,
  xf86-video-siliconmotion-1.6.0, xf86-video-sis-0.10.0,
  xf86-video-tdfx-1.4.0, xf86-video-trident-1.3.0, xf86-video-tseng-1.2.0,
  xf86-video-vmware-10.16.0, yabause-0.9.4.

(wiz)

2008-03-19 06:43:42 UTC MAIN commitmail json YAML

Update path to gtk-sharp.

(wiz)

2008-03-17 22:57:11 UTC MAIN commitmail json YAML

Mention two package moves.

(wiz)

2008-03-17 22:54:34 UTC MAIN commitmail json YAML

2008-03-17 22:54:02 UTC MAIN commitmail json YAML

2008-03-17 22:50:28 UTC MAIN commitmail json YAML

Reimport gtk-sharp-2.10.3 as x11/gtk-sharp (was in x11/gtk2-sharp)
to match PKGNAME.

Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-03-17 22:46:45 UTC MAIN commitmail json YAML

2008-03-17 22:46:05 UTC MAIN commitmail json YAML

Update path to gtksourceview-sharp2. PKGREVISION++.

(wiz)

2008-03-17 22:44:11 UTC MAIN commitmail json YAML

Reimport gtksourceview-sharp2-0.11nb2 as x11/gtksourceview-sharp2
(previously in x11/gtksourceview-sharp).

Bindings to the GtkSourceView widget, this widget is
typically used for writing programmer editors.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

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

+ gmime-2.2.18, graphviz-2.18, gtkhtml314-3.18.0, herrie-2.0,
  imap-uw-2007a1, kbibtex-0.2.1, libbonobo-2.22.0, liboil-0.3.14,
  mathomatic-12.9.0, mysql-5.0.51a, mysql-5.1.6, nmap-4.60,
  p5-HTTP-Server-Simple-0.30, p5-Test-WWW-Mechanize-1.20,
  p5-XML-RSS-1.32, rhythmbox-0.11.5, tig-0.10, x264-devel-20080315.

(wiz)

2008-03-16 21:22:45 UTC MAIN commitmail json YAML

Add x264-devel include, seems to be needed after all.

(wiz)

2008-03-16 11:58:13 UTC MAIN commitmail json YAML

+ aria2-0.13.1, findutils-4.4.0, libcdio-0.80, silc-server-1.1.1.

(wiz)

2008-03-16 11:57:30 UTC MAIN commitmail json YAML

Note mplayer updates related to x264 support.

(wiz)

2008-03-16 11:56:49 UTC MAIN commitmail json YAML

Add x264 option and default it to on (since it occurs no additional
dependencies). Bump PKGREVISION.

(wiz)

2008-03-16 00:15:30 UTC MAIN commitmail json YAML

2008-03-16 00:15:11 UTC MAIN commitmail json YAML

2008-03-16 00:14:30 UTC MAIN commitmail json YAML

2008-03-16 00:14:01 UTC MAIN commitmail json YAML

2008-03-16 00:13:47 UTC MAIN commitmail json YAML

+ kipi-plugins-calendar.

(wiz)

2008-03-16 00:13:24 UTC MAIN commitmail json YAML

2008-03-15 01:17:55 UTC MAIN commitmail json YAML

Added games/gbrainy version 0.60

(wiz)

2008-03-15 01:15:18 UTC MAIN commitmail json YAML

2008-03-15 01:14:32 UTC MAIN commitmail json YAML

Import gbrainy-0.60 as games/gbrainy.

gbrainy is a brain teaser game and trainer to have fun and to keep
your brain trained.

It provides the following types of games:

    * Logic puzzles. Games designed to challenge your reasoning
      and thinking skills.
    * Mental calculation. Games based on arithmetical operations
      designed to prove your mental calculation skills.
    * Memory trainers. Games designed to challenge your short term
      memory.

It is designed for GNOME and runs on top of Linux and different
Unix flavours.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-03-14 20:20:35 UTC MAIN commitmail json YAML

+ monodevelop-1.0.
- iso-codes-2.0, m1-0.7.7, surfraw-2.2.1, vorbis-tools-1.2.0.

(wiz)

2008-03-14 20:18:11 UTC MAIN commitmail json YAML

Updated emulators/m1 to 0.7.7

(wiz)

2008-03-14 20:17:48 UTC MAIN commitmail json YAML

Update to 0.7.7.
New version needs ALSA, but works fine with current pkgsrc versions of
the libraries on amd64/4.99.55 in 32bit emulation.

Changes in the package: much more hardware supported.

(wiz)

2008-03-14 20:01:57 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 2.0

(wiz)

2008-03-14 20:01:14 UTC MAIN commitmail json YAML

Update to 2.0:

iso-codes 2.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Sat, 8 March 2008

  [ General ]
  * Recommend the Translation Project in README for adding or updating
    translations.

  [ ISO-639 ]
  * Update to 2008-04-05
    (Alsatian, alsacien, suisse al辿manique added as alternative names)

  [ ISO-639 translations ]
  * Thai by Theppitak Karoonboonyanan.
  * French by C. Perrier (consistent capitalization)
  * Vietnamese by Clytie Siddall (TP)

  [ ISO-3166 translations ]
  * Traditional Chinese by Tetralet. Closes: #464858
  * Korean by Changwoo Ryu (TP)
  * Thai by Theppitak Karoonboonyanan. Closes: #465560
  * Galician by Jacobo Tarr鱈o. Closes: #469091
  * Hebrew by Lior Kaplan
  * Indonesian by Arief S Fitrianto. Closes: #469947

  [ ISO-3166-2 ]
  * Fixed country codes for Belarus, Jersey and Serbia,
    thanks to Kamal Mostafa.
  * Removed geographical_region elements from Cuba, United Kingdom
    and USA.

  [ ISO-15924 translations ]
  * Thai by Theppitak Karoonboonyanan. Closes: #465242

  [ ISO-4217 translations ]
  * Estonian by Ain Vagula (TP)

(wiz)

2008-03-14 19:42:38 UTC MAIN commitmail json YAML

Update to 2.2.1:

Sun Mar  9 19:24:26 GMT 2008  - surfraw 2.2.1

  * New elvi:
    + lsm - Search the Linux Software Map.
    + sunonesearch - Search Sun's One Search (replaces sunsolve).
  * Fixed elvi: cddb, cnn, debcontents, deblists, debpackages, freedb,
    fsfdir, genpkg, and yubnub (thanks for the latter to Nathaniel Heinrichs).
  * Removed elvis: sunsolve (replaced by sunonesearch).
  * amazon, ebay, translate: expanded language/country list.
  * Added new configuration variable SURFRAW_lang.
    Elvi that support specifying language or country
    will use this as a default. If used, it should be set
    to an ISO 2-letter country code (eg uk, de, ca).
    Thanks to Simon Ernst for the idea.
  * Fixed quoting single quotes in URLs (thanks to Alexander
    Becher for the patch).

(wiz)

2008-03-14 18:56:23 UTC MAIN commitmail json YAML

Updated audio/vorbis-tools to 1.2.0

(wiz)

2008-03-14 18:55:54 UTC MAIN commitmail json YAML

Update to 1.2.0:

vorbis-tools 1.2.0 -- 2008-02-21

* FLAC support now relies on libFLAC
* Support for large files
* Fixed acinclude.m4 to properly support --no switches
* ogg123: added remote control support
* ogg123: fixed a bug in esd when pressing CTRL + C
* ogg123: fixed a type mismatch in option parsing for 64 bit systems
* ogg123: configuration no longer hardcoded to /etc
* oggdec: limited support for chained Ogg bitstreams
* ogg123: compiles with older versions of libcurl
* oggdec: support decoding of multiple files into a single one
* oggenc: -k, switch for Skeleton bitstream encoding
* oggenc: fixed issues with Skeleton on big endian systems
* oggenc: proper 5.1 channel mapping support
* oggenc: FLAC module does not confuse every Ogg file as its own
* oggenc: compiles with older versions of libvorbis
* ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams
* vcut: solved issues described in ticket #1313
* vorbiscomment: support for creation of long comments
* vorbiscomment: support for multiplexed Vorbis
* Several minor bug fixes

(wiz)

2008-03-14 17:11:31 UTC MAIN commitmail json YAML

+ amavisd-new-2.5.4, dwm-4.8, fox-1.6.32, lftp-3.7.0, libspiff-0.8.3,
  mpop-1.0.13, msmtp-1.4.14, nagios-3.0, nessus-3.2.0, plptools-1.0.0,
  uriparser-0.6.4.

Replace gnomemeeting packaging request with one for Ekiga, the successor.

(wiz)

2008-03-14 01:37:11 UTC MAIN commitmail json YAML

Mention new urlgrabber and clive packages.

(wiz)

2008-03-14 01:34:44 UTC MAIN commitmail json YAML

Pick up maintainership.

(wiz)

2008-03-14 01:33:55 UTC MAIN commitmail json YAML

+ 3proxy, clive, libfetch.

(wiz)

2008-03-14 01:32:48 UTC MAIN commitmail json YAML

Import clive-0.4.6 as net/clive.

clive is a cross-platform command line video extraction tool for
user-uploaded video hosts such as Youtube, Google Video, Dailymotion,
Guba, and Metacafe. It can be chained with 3rd party tools for
subsequent video re-encoding and playing.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-03-14 01:31:48 UTC MAIN commitmail json YAML

+ urlgrabber.

(wiz)

2008-03-14 01:29:28 UTC MAIN commitmail json YAML

Import urlgrabber-3.0.0 as www/urlgrabber.

urlgrabber is a pure python package that drastically simplifies
the fetching of files. It is designed to be used in programs that
need common (but not necessarily simple) url-fetching features.
It is extremely simple to drop into an existing program and provides
a clean interface to protocol-independant file-access. Best of all,
urlgrabber takes care of all those pesky file-fetching details,
and lets you focus on whatever it is that your program is written
to do!

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-03-14 01:03:33 UTC MAIN commitmail json YAML

Added games/gate88 version 20050319

(wiz)

2008-03-14 01:02:50 UTC MAIN commitmail json YAML

Add license for games/gate88.

(wiz)

2008-03-14 01:02:30 UTC MAIN commitmail json YAML

2008-03-14 01:01:56 UTC MAIN commitmail json YAML

Import gate88-20050319 as games/gate88.

Gate 88 is often described as "like subspace but with the ability
to build turrets and command fighters." While a skillful pilot can
decimate the enemy in one-on-one combat, a thoughtful player can
overwhelm the opponent with strategic turret and fighter placements.
However, only those who truly understand the intricate details of
both action and strategy will win the day.

Because alliances can be broken on a whim, players must interpret
the social situation of the game to ensure that each alliance is
sincere. For example, it is not uncommon for an allied player to
plant turrets and fighters within your base only to break the
alliance and watch your empire crumble from within. Always be
careful with your trust.

Gate 88 employs a unique user interface that allows players to
pilot their ship while performing strategic operations. The tutorial
and practice mode will get you up to speed.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-03-13 16:45:55 UTC MAIN commitmail json YAML

Updated textproc/source-highlight to 2.9

(wiz)

2008-03-13 16:45:33 UTC MAIN commitmail json YAML

Update to 2.9:

Version 2.9

  * language definition for C (not C++) files
  * language definition for properties files
  * language definition for KDE desktop and ini files
  * language definition for lsm files (Linux Software Map)
  * language definition for rpm spec files
  * language definition for Haxe files (thanks to Jos Hirth)
  * style.defaults for associating a style for an element (whose style is
    not specified) to the style of another element
  * highlight some KDE programming files (e.g., .rc, .kcfg, etc.)
  * correctly highlight for less when filenames contain paths
  * fixed a bug in file inclusion of langdef files
  * fixed compilation problems for fileutil.cc (thanks to Adrian Reber)
  * xml elements are correctly recognized when containing .
    (thanks to Toby White)
  * references for xhtml output files

Version 2.8

  * lang definition for slang (by John E. Davis)
  * correctly handle words in ' and ` regular expression strings
  * the right delimiter of a delim element can refer to marked subexpressions
    in the left delimiter
  * fixed the definition of C-style comments which are not nested
  * improved perl syntax highlighting
  * javascript regular expression highlighting
  * padding character for line numbers can be specified (thanks to
    Roger Nilsson)
  * removed non standard % make rules

Version 2.7

  * fixed language association for log files.
  * use standard sed arguments
  * check that the ctags program supports the options used by source-highlight
    and disable ctags tests if it does not
  * removed some memory leaks from scanners and parsers
  * fixed regular expression highlighting strings in perl
    (thanks to Elias Pipping)
  * regexp language element
  * infer script languages also checking for the env specification
  * improved error reporting for lang definition files
  * ` ` syntax for regular expressions that permits backreferences
    and conditionals
  * explicit naming for subexpressions syntax
  * added a program, check-regexp, for checking regular expressions
    on the command line
  * fix html tag definitions
  * fix ruby regexp definition
  * --doc option and references for docbook output
  * xhtml output with non fixed font

Version 2.6

  * language definition for makefiles
  * language definition for css files
  * language definition for m4 files
  * fixed some problems in xml.lang
  * fixed some problems in sh.lang
  * the ctags found during configure is correctly used in makefiles
  * --quiet option showing no progress information
    (thanks to C. Michael Pilato)
  * handle direct color specifications in double quotes in style files
  * in style files can specify formatting options for more than one
    element on the same line
  * accept css specifications as style specifications (limited support)
  * handle background color for some output formats (e.g., xhtml)
  * in style files the background color (for the entire output)
    can be specified
  * fixed a problem in configure script on some BSD systems
    (thanks to Thomas Klausner)

(wiz)

2008-03-13 16:07:12 UTC MAIN commitmail json YAML

Added games/quarry version 0.2.0

(wiz)

2008-03-13 16:06:44 UTC MAIN commitmail json YAML

2008-03-13 16:06:16 UTC MAIN commitmail json YAML

Initial import of quarry-0.2.0:

Quarry is a multi-purpose GUI for several board games, at present
Go, Amazons, and Reversi (a.k.a. Othello.) It allows users to play
against computer players (third-party programs, e.g. GNU Go or
GRhino) or other humans, view and edit game records. Future versions
will also support Internet game servers and provide certain features
for developers of board game-playing engines for enhancing their
programs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20080313

(wiz)

2008-03-13 08:37:43 UTC MAIN commitmail json YAML

Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231.

(wiz)

2008-03-12 21:33:25 UTC MAIN commitmail json YAML

- cairo-1.4.14, gnome-doc-utils-0.12.2, gtk2-2.12.9, nasm-2.02,
  py-cairo-1.4.12.

(wiz)

2008-03-12 20:54:37 UTC MAIN commitmail json YAML

Mention sysctl for shmmaxpgs.

(wiz)

2008-03-12 20:52:51 UTC MAIN commitmail json YAML

Added multimedia/goggles version 0.9.1

(wiz)

2008-03-12 20:52:29 UTC MAIN commitmail json YAML

2008-03-12 20:52:03 UTC MAIN commitmail json YAML

Initial import of goggles-0.9.1:

Goggles DVD Player is a frontend for the Ogle DVD player. Besides the
usual features like having a play button etc., Goggles tries to
provide features not often found in other DVD players. Since Ogle
in itself is only a DVD player, it has some neat capabilities that
"general" media players cannot provide. Goggles extends these
capabilities with a very user-friendly interface.

Goggles' attractive and responsive user interface is written using
the FOX Toolkit.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20080312

(wiz)

2008-03-12 15:37:56 UTC MAIN commitmail json YAML

+ boolean-6.97, bug-buddy-2.22.0, classpath-0.97.1,
  deskbar-applet-2.22.0.1, epiphany-extensions-2.22.0, fuse-ntfs-3g-1.2310,
  gconf-editor-2.22.0, gnome-icon-theme-2.22.0, gnome-media-2.22.0,
  gnome-panel-2.22.0, gnome-screensaver-2.22.0, gnome-terminal-2.22.0,
  gtk2-2.12.9, nautilus-2.22.0, nautilus-cd-burner-2.22.0,
  surfraw-2.2.1.

(wiz)

2008-03-12 10:16:52 UTC MAIN commitmail json YAML

Added devel/cvsclone version 0.00

(wiz)

2008-03-12 10:16:37 UTC MAIN commitmail json YAML

2008-03-12 10:16:05 UTC MAIN commitmail json YAML

Initial import of cvsclone:

Utility to clone CVS repositories over the pserver interface.  Works
for anonymous access.

FEATURES
- reads $HOME/.cvspass
- can clone corrupt repositories: writes ,v files directly, does not
  need rcs.  (For example, ccvs module has archives that go backwards
  in time.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20080312

(wiz)

2008-03-12 09:50:28 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.

(wiz)

2008-03-12 09:48:37 UTC MAIN commitmail json YAML

Added shells/bash-completion version 20060301

(wiz)

2008-03-12 09:48:18 UTC MAIN commitmail json YAML

+ bash-completion.

(wiz)

2008-03-12 09:47:58 UTC MAIN commitmail json YAML

Initial import of bash-completion-20060301:

A relatively new feature in bash is programmable completion, which
has been available since the beta version of 2.04. Programmable
completion will be familiar to you if you are a zsh user. It also
exists, albeit in a much less usable form, in tcsh.

Standard completion

bash has offered many forms of completion since its inception,
including path, file, user, host and variable completion.

    * Path-name completion
    * File-name completion
    * User-name completion
    * Host-name completion
    * Variable-name completion

Programmable completion indefinitely extends the type of completion
you can perform.

This package contains a variety of completions for various programs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20080312

(wiz)

2008-03-12 09:23:15 UTC MAIN commitmail json YAML

Updated textproc/WordNet to 3.0

(wiz)

2008-03-12 09:22:44 UTC MAIN commitmail json YAML

2008-03-12 09:22:07 UTC MAIN commitmail json YAML

Initial import of WordNet-3.0:

WordNet is a large lexical database of English, developed under
the direction of George A. Miller. Nouns, verbs, adjectives and
adverbs are grouped into sets of cognitive synonyms (synsets), each
expressing a distinct concept. Synsets are interlinked by means of
conceptual-semantic and lexical relations. The resulting network
of meaningfully related words and concepts can be navigated with
the browser. WordNet is also freely and publicly available for
download. WordNet's structure makes it a useful tool for computational
linguistics and natural language processing.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20080312

(wiz)

2008-03-11 13:31:32 UTC MAIN commitmail json YAML

+ aegis-4.24, alacarte-0.11.5, anjuta-2.4.0, aspell-norwegian-2.0.10,
  botan-1.6.4, cairomm-1.4.8, dejavu-ttf-2.24, deskbar-applet-2.22.0,
  evince-2.22.0, evolution-data-server-2.22.0, gdm-2.20.4,
  glib2-2.16.1, glibmm-2.16.0, gnome-control-center-2.22.0,
  gnome-games-2.22.0, gsasl-0.2.25, gtkhtml-3.18.0, libxklavier-3.5,
  lighttpd-1.4.19, mpg123-1.3.1, munin-1.3.4, neon-0.28.1,
  p5-Spreadsheet-WriteExcel-2.21, p5-glib2-1.180, p5-gtk2-1.180,
  pango-1.20.0, poedit-1.4, sox-14.0.1, tea-17.6.0, wesnoth-1.4.0.

(wiz)

2008-03-10 16:11:38 UTC MAIN commitmail json YAML

+ at-spi-1.22.0, atk-1.22.0, epiphany-2.22.0, evolution-2.22.0,
  evolution-exchange-2.22.0, gail-1.22.0, gcalctool-5.22.0,
  glade3-3.4.3, gtksourceview-2.2.0, libsigc++-2.2.2, orca-2.22.0,
  sound-juicer-2.22.0, totem-2.22.0.

(wiz)

2008-03-10 13:57:44 UTC MAIN commitmail json YAML

+ dvd+rw-tools-7.1, eog-2.22.0, fast-user-switch-applet-2.22.0,
  gdl-0.7.11, glade3-3.4.2, gnome-applets-2.22.0, gnome-build-0.2.4,
  gnome-doc-utils-0.12.2, gnome-keyring-2.22.0, iso-codes-2.0,
  libebml-0.7.8, libgtop-2.20.2, libxml++-2.22.0, metacity-2.22.0,
  py-gnome2-2.22.0, rarian-0.8.0, seahorse-2.22.0, smalltalk-3.0.2,
  vorbis-tools-1.2.0, wmnd-0.4.13, yelp-2.22.0, zenity-2.22.0.

(wiz)

2008-03-10 13:00:48 UTC MAIN commitmail json YAML

Belatedly add entry for rarian (hi drochner!).

(wiz)

2008-03-10 12:37:59 UTC MAIN commitmail json YAML

Create the empty directories that are removed during uninstall even
for binary packages.

Bump PKGREVISION.

(wiz)

2008-03-10 12:34:10 UTC MAIN commitmail json YAML

2008-03-10 12:14:32 UTC MAIN commitmail json YAML

2008-03-10 12:13:55 UTC MAIN commitmail json YAML

Remove pprefix (accident?). Add datarootdir to shut up configure.

(wiz)

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

Add guile-www dependency and bump PKGREVISION.

(wiz)

2008-03-10 10:33:38 UTC MAIN commitmail json YAML

2008-03-07 23:01:57 UTC MAIN commitmail json YAML

+ libX11-1.1.4, libXinerama-1.0.3, mkfontdir-1.0.4, mkfontscale-1.0.4,
  printproto-1.0.4, twm-1.0.4, x11perf-1.5, xauth-1.0.3, xcompmgr-1.1.4,
  xdm-1.1.7, xev-1.0.3, xinit-1.0.8, xkbcomp-1.0.4, xprop-1.0.4,
  xrandr-1.2.3, xrdb-1.0.5, xset-1.0.4.

(wiz)

2008-03-07 22:54:51 UTC MAIN commitmail json YAML

gnucash update done, remove it.

(wiz)

2008-03-07 22:54:32 UTC MAIN commitmail json YAML

Mention goffice removal.

(wiz)

2008-03-07 22:54:07 UTC MAIN commitmail json YAML

2008-03-07 22:53:24 UTC MAIN commitmail json YAML

Update path in comment.

(wiz)

2008-03-07 22:52:38 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.2.4

(wiz)

2008-03-07 22:52:12 UTC MAIN commitmail json YAML

Update to 2.2.4:

2.2.4 - 02 March 2008
Welcome to the GnuCash 2.2.4 Release.
Fixed Bugs:
o #106242: qif Importer should warn users about dates before 1970
o #106383: feature request: close year end
o #123312: QIF Import: Autoselection of Stock Exchange during import
o #336211: QIF Import generates spurious duplicate transactions
o #360058: GnuCash crashes on QIF-import after changing
            account's separator to * (asterisk)
o #373584: Rounding error in QIF import of commodity transactions
o #454834: Memo Incorrect or missing in Transaction Report
o #457591: QIF import does not handle tabs at top of file
o #481528: QIF importer should show imported transaction as
            possible duplicate if original transaction is split
o #503166: QIF Import Druid Flow incorrect
o #506798: Custom Reports don't allow sorting by Account Code
o #506873: 'Install Online Price Retrieval' fails with ActivePerl 5.10
o #506810: QIF Import can mismatch account transfers
o #510221: Include Mexican Accounts
o #510630: typo in description of BUYMF transaction (OFX import)
o #510725: crash importing a .OFX file
o #510940: Unrecognized date format causes crash
o #510962: QIF transactions without dates are silently ignored
o #511006: Commodity creation skipped due to saved mappings
o #512166: doesn't build with glib-2.15.3
o #512173: Empty "match payees/memos" druid step shown
o #512497: Investment transactions ignore payee/memo mappings
o #513088: "Find" immediately unmaps window
o #513829: Investment account may be created with Stock account type
o #516178: Scheme error during progress dialog causes freeze
Other Changes:
o Recognize 401k/403b in QIF import
o Remove superfluous trailing colons of de_DE SKR04 account names
o Add russian account templates
o Add Swiss German translation
o Update translations: Brazilian Portugese, German, Greek, Russian,
                        Simplified Chinese, Slovak, Spanish

(wiz)

2008-03-07 21:48:05 UTC MAIN commitmail json YAML

Updated audio/easytag-current to 2.1.5

(wiz)

2008-03-07 21:47:46 UTC MAIN commitmail json YAML

Update to 2.1.5:

2.1.5 - January 26th, 2008 :
============================
    * Added an option in the "Process Fields" scanner to enable/disable
      detection of Roman numerals,
    * Disabled unsynchronisation when writing ID3v2.4 tags (as Taglib doesn't
      support them) to avoid problem with pictures on some applications (thanks
      to Alexey Illarionov),
    * Fixed compilation problem with previous versions of flac older than 1.1.3,
    * Fixed the size of log view when resizing the main window,
    * Fixed browser problem with the hidden directories filter: directories
      starting with severals dots were also hidden,
    * Fixed problem when renaming severals directories and files with the
      'Rename File and Directory' scanner (thanks to vdaghan) ,
    * Fixed detection of valid roman numerals in the "Process Fields" scanner
      (was used some parts of the Roman library from David M. Syzdek),
    * Brazilian Portuguese translation updated (thanks to doutor.zero),
    * Polish translation updated (thanks to Michał Smoczyk),
    * Swedish translation updated (thanks to Anders Strömer),
    * German translation updated (thanks to Götz Waschk),

(wiz)

2008-03-07 21:41:02 UTC MAIN commitmail json YAML

Mention goffice0.2 removal.

(wiz)

2008-03-07 21:40:34 UTC MAIN commitmail json YAML

2008-03-07 21:39:01 UTC MAIN commitmail json YAML

Note gnumeric update and gnumeric-current removal.
Add a few "successor"s to older entries.

(wiz)

2008-03-07 21:35:54 UTC MAIN commitmail json YAML

Fix comment problem introduced in previous.

(wiz)

2008-03-07 21:34:28 UTC MAIN commitmail json YAML

2008-03-07 21:33:33 UTC MAIN commitmail json YAML

Update to 1.8.2, based on math/gnumeric-current:

Gnumeric 1.8.2

Hans de Goede:
* Fix broken xls issues.  [#505330]

Jean:
* Fix corrupted-xls-file problems.  [#514513] [#515343] [#515873]
  [#515876] [#518939]

Morten:
* Fix loading of solver constraints.
* Fix solver issue.  [#512500]
* Fix corrupted-xls-file problems.  [#512984] [#513005] [#513313]
  [#513317] [#513361] [#513364] [#513551] [#513605] [#513608] [#513790]
  [#513787] [#513835] [#513963] [#514229] [#514230] [#514295] [#514435]
  [#514436] [#514437] [#514506] [#514510] [#514630] [#514637] [#515155]
  [#515269] [#515275] [#515335] [#515336] [#515339] [#517106] [#518939]
* Fix non-ascii export problem.  [#511135]
* Band-aid evaluation problem with broken xls.  [#513559]
* Fix circular array formula problem.
* Work around Qt theme bug.  [#512752]
* Fix paste-as-text bug.  [#514438]
* Fix corrupted-mps-bug.  [#517141]
* Fix corrupted-qpro-bugs.  [#517144] [#517376] [#517591]
* Fix corrupted-sylk-bug.
* Make <control>KP_Subtract work as <control>minus.  [#516358]
* Make <control>KP_Add work as <control>plus.
* Fix corrupted-applix-bugs.  [#517778] [#520873]
* Fix sylk importer's format handling.
* Fix memory allocation failure for huge .gnumeric files.  [#519319]
* Fix mstyle problem.  [#519451]
* Fix auto-fill problem.  [#519680]
* Fix corrupted-gnumeric-bug.  [#519761]
* Fix insert-time problem.

(wiz)

2008-03-07 21:32:26 UTC MAIN commitmail json YAML

Update to 0.6.2:

goffice 0.6.2:

Jean:
* Set Length to 0 for invalid series in 1.5d plots. Fixes #514642.

Morten:
* Fix memory handling for 1.5d plots.  Fixes #517995.

(wiz)

2008-03-07 20:23:17 UTC MAIN commitmail json YAML

Updated devel/libgsf to 1.14.8

(wiz)

2008-03-07 20:22:57 UTC MAIN commitmail json YAML

Update to 1.14.8:

libgsf 1.14.8

Jody:
* Add missing ODF presentation namespace.
* Only install win32 header for win32. [#459771]
* Fix XML enum export utils.

Morten:
* Fix criticals for corrupted file.  [#485964]
* Improve sanity checks of ole properties.  [#404934]
* Enhance gsf (the program) to list all document properites.
* Fix endless loop with broken ole files.  [#513831]
* Fix memory allocation problem due to broken ole files.

(wiz)

2008-03-07 20:18:25 UTC MAIN commitmail json YAML

Updated x11/inputproto to 1.4.3

(wiz)

2008-03-07 20:18:07 UTC MAIN commitmail json YAML

Update to 1.4.3:

Adam Jackson (1):
      inputproto 1.4.3

Eamon Walsh (1):
      XI.h needs X.h for CARD32 on 64-bit systems.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Jesse Barnes (1):
      Use Xmd.h instead of X.h to pull in CARD32 definition

(wiz)

2008-03-07 20:16:49 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.3.2

(wiz)

2008-03-07 20:16:19 UTC MAIN commitmail json YAML

Update to 1.3.2:

Adam Jackson (1):
libXfont 1.3.2

Jens Granseuer (1):
fix build with gcc 2.95.

Matthieu Herrb (3):
catalogue.c: prevent a one character overflow
ftsystem.c is not needed anymore.
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.

Tilman Sauerbeck (1):
Replaced one instance of bcopy() with memcpy().

(wiz)

2008-03-07 20:06:14 UTC MAIN commitmail json YAML

Updated x11/xf86-video-nv to 2.1.8

(wiz)

2008-03-07 20:05:58 UTC MAIN commitmail json YAML

Update to 2.1.8:

Aaron Plattner (5):
      G80: Fix connector mapping and TMDS initialization on certain GPUs.
      GeForce 9600 GT.
      More new chip names.
      Add xf86gtf.c to the compat file list.
      Bump to 2.1.8.

Søren Sandmann Pedersen (1):
      Bug #14484: Fix G80SorSetProperty return value.

(wiz)

2008-03-07 20:03:41 UTC MAIN commitmail json YAML

Updated x11/xproto to 7.0.12

(wiz)

2008-03-07 20:03:18 UTC MAIN commitmail json YAML

Update to 7.0.12:

Adam Jackson (1):
      x11proto 7.0.12

Alan Coopersmith (1):
      Make Xalloca.h work with Sun C++ compiler

Ben Byer (1):
      fd_mask needs to be defined on OS X, too

Daniel Stone (1):
      Check headers before testing for fds_bits access method (bug #8442)

Jeremy Huddleston (2):
      Changed __DARWIN__ to __APPLE__
      Fixed #ifdef checks that were using i386 to use __i386__

(wiz)

2008-03-07 20:01:00 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01.38

(wiz)

2008-03-07 19:38:58 UTC MAIN commitmail json YAML

Update to 2.01.01a38:

All:

- The Schily Makefile system has been enhanced to install
the profiled version of the archives in a sub-directory "profiled".
This is done via a new macro SUBINSDIR=

- New autoconf test checks sizeof(time_t)

- New autoconf test for the existence of stack_t and siginfo_t in signal.h

- In order to allow better dealing with Solaris linker Mapfiles,
a getfp() function (calling abort(3)) is created when it is not
possible to implement this function because of compiler constraints.

- Many other enhancements of the autoconfiguration have been a result
of porting the Bourne Shell into the Schily Makefilesystem.

Libschily:

- The schily *printf routines now correctly support the %j format (intmax_t)

- getargs now first checks whether an argument can be a combination of
several singlechar flags before starting to set values.

Libfind:

- libfind (used by sfind, bsh, star, mkisofs) fixed the -exec {} +
implementation. Before the fix, it could core dump if the built-in
xargs(1) would exactly fill up args to the size of ARG_MAX.

Libsiconv:

- libsiconv/sic_nls.c modified to allow compilation with older GCC
versions.

Cdrecord:

- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.

- CDR_FORCESPEED=any now works for cdrecord to switch off DMA speed test results

- Make cdrecord compile again with a K&R compiler

- Add a "blank emulation" layer to the BluRay driver too.

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.

Readcd:

- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- Fixed a typo unides -> inodes

- Mkisofs now gives better warning for files > 4 GB in hope it
will no direct people to read the documentation.

- superfluous definition for memmove() on memmove()-less platforms removed

(wiz)

2008-03-07 16:18:06 UTC MAIN commitmail json YAML

+ gnumeric-1.8.2, goffice-0.6.2; - libgcrypt (update done).

(wiz)

2008-03-07 16:16:50 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.4.0

(wiz)

2008-03-07 16:16:22 UTC MAIN commitmail json YAML

Update to 1.4.0:

Noteworthy changes in version 1.4.0 (2007-12-10)
------------------------------------------------

* New configure option --disable-padlock-support which is mostly
  useful in case of build problems.

Noteworthy changes in version 1.3.2 (2007-12-03)
------------------------------------------------

* The visibility attribute is now used if supported by the toolchain.

* The ACE engine of VIA processors is now used for AES-128.

* The ASN.1 DER template for SHA-224 has been fixed.

Noteworthy changes in version 1.3.1 (2007-10-26)
------------------------------------------------

* The entire library is now under the LGPL. The helper programs and
  the manual are under the GPL.  Kudos to Peter Gutmann for giving
  permissions to relicense the rndw32 and rndunix modules.

* The Camellia cipher is now under the LGPL and included by default.

* Fixed a bug in the detection of symbol prefixes which inhibited the
  build of optimzied assembler code on certain systems.

* Updated the entropy gatherer for W32.

Noteworthy changes in version 1.3.0 (2007-05-04)
------------------------------------------------

* Changed the way the RNG gets initialized. This allows to keep it
  uninitialized as long as no random numbers are used.  To override
  this, the new macro gcry_fast_random_poll may be used.  It is in
  general a good idea to spread this macro into the application code
  to make sure that these polls happen often enough.

* Made the RNG immune against fork without exec.

* Reading and writing the random seed file is now protected by a
  fcntl style file lock on systems that provide this function.

* Support for SHA-224 and HMAC using SHA-384 and SHA-512.

* Support for the SEED cipher.

* Support for the Camellia cipher.  Note that Camellia is disabled by
  default, and that enabling it changes the license of libgcrypt from
  LGPL to GPL.

* Support for OFB encryption mode.

* gcry_mpi_rshift does not anymore truncate the shift count.

* Reserved algorithm ranges for use by applications.

* Support for DSA2.

* The new function gcry_md_debug should be used instead of the
  gcry_md_start_debug and gcry_md_stop_debug macros.

* New configure option --enable-random-daemon to support a system
  wide random daemon.  The daemon code is experimental and not yet
  very well working.  It will eventually allow to keep a global
  random pool for the sake of short living processes.

* Non executable stack support is now used by default on systems
  supporting it.

* Support for Microsoft Windows.

* Assembler support for the AMD64 architecture.

* New configure option --enable-mpi-path for optimized builds.

* Experimental support for ECDSA; should only be used for testing.

* New control code GCRYCTL_PRINT_CONFIG to print the build
  configuration.

* Minor changes to some function declarations.  Buffer arguments are
  now typed as void pointer.  This should not affect any compilation.
  Fixed two bugs in return values and clarified documentation.

* Interface changes relative to the 1.2.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_fast_random_poll NEW
gcry_md_debug          NEW
gcry_sexp_nth_string    NEW
GCRY_MD_SHA224          NEW
GCRY_PK_USAGE_CERT      NEW
GCRY_PK_USAGE_AUTH      NEW
GCRY_PK_USAGE_UNKN      NEW
GCRY_PK_ECDSA          NEW
GCRY_CIPHER_SEED        NEW
GCRY_CIPHER_CAMELLIA128 NEW
GCRY_CIPHER_CAMELLIA192 NEW
GCRY_CIPHER_CAMELLIA256 NEW
GCRYCTL_FAKED_RANDOM_P  NEW
GCRYCTL_PRINT_CONFIG    NEW
GCRYCTL_SET_RNDEGD_SOCKET  NEW.
gcry_mpi_scan          CHANGED: Argument BUFFER is now void*.
gcry_pk_algo_name      CHANGED: Returns "?" instead of NULL.
gcry_cipher_algo_name  CHANGED: Returns "?" instead of "".
gcry_pk_spec_t          CHANGED: Element ALIASES is now const ptr.
gcry_md_write_t        CHANGED: Argument BUF is now a const void*.
gcry_md_ctl            CHANGED: Argument BUFFER is now void*.
gcry_cipher_encrypt    CHANGED: Arguments IN and OUT are now void*.
gcry_cipher_decrypt    CHANGED: Arguments IN and OUT are now void*.
gcry_sexp_sprint        CHANGED: Argument BUFFER is now void*.
gcry_create_nonce      CHANGED: Argument BUFFER is now void*.
gcry_randomize          CHANGED: Argument BUFFER is now void*.
gcry_cipher_register    CHANGED: Argument ALGORITHM_ID is now int*.

(wiz)

2008-03-07 15:26:46 UTC MAIN commitmail json YAML

Remove libtorrent, rtorrent (unstable version). Remove lablgtk, update done.

(wiz)

2008-03-07 10:51:40 UTC MAIN commitmail json YAML

+ cdrtools-2.01.01.38, dnsmasq-2.41 [pkg/38186], gconfmm-2.22.0,
  gnash-0.8.2, gnome-sharp-2.20.0, gnome-vfsmm-2.22.0, gtk2-sharp-2.12.0,
  inputproto-1.4.3, ivtools-1.2.5, libXfont-1.3.2, libgnomecanvasmm-2.22.0,
  libgnomemm-2.22.0, libgnomeuimm-2.22.0, libgsf-1.14.8, libntlm-0.4.2,
  librsvg-2.22.2, libtcl-nothread-8.5.1, libtool-base-2.2,
  mkvtoolnix-2.2.0, rapidsvn-0.9.6, rpm-5.0.3, xf86-video-nv-2.1.8,
  xproto-7.0.12, xtrans-1.1.

(wiz)

2008-03-07 07:07:01 UTC MAIN commitmail json YAML

Accept totem-xine again (fix problem introduced by bl3bump).
Addresses PR 38189 by charlie.

(wiz)

2008-03-07 07:06:17 UTC MAIN commitmail json YAML

Bump PKGREVISION so it is the same as for totem -- needed for
totem/buildlink3.mk.

(wiz)

2008-03-06 14:55:44 UTC MAIN commitmail json YAML

Remove some updates I already committed.

(wiz)

2008-03-06 14:53:57 UTC MAIN commitmail json YAML

2008-03-06 14:52:34 UTC MAIN commitmail json YAML

Updated security/gnutls to 2.2.2

(wiz)

2008-03-06 14:52:13 UTC MAIN commitmail json YAML

Update to 2.2.2:

* Version 2.2.2 (released 2008-02-21)

** Cipher priority string handling now handle strings that starts with NULL.
Thanks to Laurence Withers <l@lwithers.me.uk>.

** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
by Daniel Stenberg.

** Increased the default certificate verification chain limits and allowed
for checks without limitation.

** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
strings and return the proper size.

** API and ABI modifications:
No changes since last version.

* Version 2.2.1 (released 2008-01-17)

** Prevent linking libextra against previously installed libgnutls.
Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
<http://bugs.gentoo.org/show_bug.cgi?id=202269>.

** Fixes the post_client_hello_function(). The extensions are now parsed
in a callback friendly way.

** Fix for certificate selection in servers with certificate callbacks.

** API and ABI modifications:
No changes since last version.

* Version 2.2.0 (released 2007-12-14)

Major changes compared to the v2.0 branch:

* SRP support aligned with newly published RFC 5054.

* OpenPGP support aligned with newly published RFC 5081.

* Support for DSA2 keys.

* Support for Camellia cipher.

* Support for Opaque PRF Input extension.

* PKCS#8 parser now handle DSA keys.

* Change from GPLv2 to GPLv3 for command-line tools, libgnutls-extra,
etc.  Notice that liblzo2 2.02 is licensed under GPLv2 only.  Earlier
versions, such as 2.01 which is included with GnuTLS, is available under
GPLv2 or later.  If this incompatibility causes problems, we recommend
you to disable LZO using --without-lzo.  LZO compression is not a
standard TLS compression algorithm, so the impact should be minimal.

* Functions for disabling record protocol padding.
Works around bugs on Nokia/Ericsson phones.

* New functions gnutls_priority_set() for setting cipher priorities easily.
Priorities like "COMPAT" also enables other work arounds, such as
disabling padding.

* Other minor improvements and bug fixes.

Minor changes compared to the latest v2.1.8 release candidate:

* Update internal copy of libtasn1 to version 1.2.

* Certtool --verify-chain now handle inputs larger than 64kb.
This fixes the self-test "rsa-md5-collision" under MinGW+Wine with
recent versions of libgcrypt.  The problem was that Wine with the
libgcrypt RNG generates huge amounts of debugging output.

* Translation updates.
Added Dutch translation.  Updated Polish and Swedish translation.

Backwards incompatible API/ABI changes in GnuTLS 2.2
====================================================

To adapt to changes in the TLS extension specifications for OpenPGP
and SRP, the GnuTLS API had to be modified.  This means breaking the
API and ABI backwards compatibility.  That is something we try to
avoid unless it is necessary.  We decided to also remove the already
deprecated stub functions for X.509 to XML conversion and TLS
authorization (see below) when we had the opportunity.

Generally, most applications does not need to be modified.  Just
re-compile them against the latest GnuTLS release, and it should work
fine.

Applications that use the OpenPGP or SRP features needs to be
modified.  Below is a list of the modified APIs and discussion of what
the minimal things you need to modify in your application to make it
work with GnuTLS 2.2.

Note that GnuTLS 2.2 also introduces new APIs -- such as
gnutls_set_priority() that is superior to
gnutls_set_default_priority() -- that you may want to start using.
However, using those new APIs is not required to use GnuTLS 2.2 since
the old functions continue are still supported.  This text only
discuss what you minimally have to modify.

XML related changes
-------------------

The function `gnutls_x509_crt_to_xml' has been removed.  It has been
deprecated and only returned an error code since GnuTLS version
1.2.11.  Nobody has complained, so users doesn't seem to miss the
functionality.  We don't know of any other library to convert X.509
certificates into XML format, but we decided (long ago) that GnuTLS
isn't the right place for this kind of functionality.  If you want
help to find some other library to use here, please explain and
discuss your use case on help-gnutls <at> gnu.org.

TLS Authorization related changes
---------------------------------

Everything related to TLS authorizations have been removed, they were
only stub functions that returned an error code:

GNUTLS_SUPPLEMENTAL_AUTHZ_DATA
gnutls_authz_data_format_type_t
gnutls_authz_recv_callback_func
gnutls_authz_send_callback_func
gnutls_authz_enable
gnutls_authz_send_x509_attr_cert
gnutls_authz_send_saml_assertion
gnutls_authz_send_x509_attr_cert_url
gnutls_authz_send_saml_assertion_url

SRP related changes
-------------------

The callback gnutls_srp_client_credentials_function has a new
prototype, and its semantic has changed.  You need to rewrite the
callback, see the updated function documentation and SRP example code
(doc/examples/ex-client-srp.c and doc/examples/ex-serv-srp.c) for more
information.

The alert codes GNUTLS_A_MISSING_SRP_USERNAME and
GNUTLS_A_UNKNOWN_SRP_USERNAME are no longer used by the SRP
specification, instead the GNUTLS_A_UNKNOWN_PSK_IDENTITY alert is
used.  There are #define's to map the old names to the new.  You may
run into problems if you have a switch-case with cases for both SRP
alerts, since they are now mapped to the same value.  The solution is
to drop the SRP alerts from such switch cases, as they are now
deprecated in favor of GNUTLS_A_UNKNOWN_PSK_IDENTITY.

OpenPGP related changes
-----------------------

The function `gnutls_certificate_set_openpgp_keyserver' have been
removed.  There is no replacement functionality inside GnuTLS.  If you
need keyserver functionality, consider using the GnuPG tools.

All functions, types, and error codes related to OpenPGP trustdb
format have been removed.  The trustdb format is a non-standard
GnuPG-specific format, and we recommend you to use key rings instead.
The following have been removed:
gnutls_certificate_set_openpgp_trustdb
gnutls_openpgp_trustdb_init
gnutls_openpgp_trustdb_deinit
gnutls_openpgp_trustdb_import
gnutls_openpgp_key_verify_trustdb
gnutls_openpgp_trustdb_t
GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED

The following functions has an added parameter of the (new) type
`gnutls_openpgp_crt_fmt_t'.  The type specify the format of the data
(binary or base64).  The functions are:
gnutls_certificate_set_openpgp_key_file
gnutls_certificate_set_openpgp_key_mem
gnutls_certificate_set_openpgp_keyring_mem
gnutls_certificate_set_openpgp_keyring_file

To improve terminology and align with the X.509 interface, some
functions have been renamed.  Compatibility mappings exists.  The old
and new names of the affected functions and types are:

        Old name                                New name
gnutls_openpgp_key_t                    gnutls_openpgp_crt_t
gnutls_openpgp_key_fmt_t                gnutls_openpgp_crt_fmt_t
gnutls_openpgp_key_status_t            gnutls_openpgp_crt_status_t
GNUTLS_OPENPGP_KEY                      GNUTLS_OPENPGP_CERT
GNUTLS_OPENPGP_KEY_FINGERPRINT          GNUTLS_OPENPGP_CERT_FINGERPRINT
gnutls_openpgp_key_init                gnutls_openpgp_crt_init
gnutls_openpgp_key_deinit              gnutls_openpgp_crt_deinit
gnutls_openpgp_key_import              gnutls_openpgp_crt_import
gnutls_openpgp_key_export              gnutls_openpgp_crt_export
gnutls_openpgp_key_get_key_usage        gnutls_openpgp_crt_get_key_usage
gnutls_openpgp_key_get_fingerprint      gnutls_openpgp_crt_get_fingerprint
gnutls_openpgp_key_get_pk_algorithm    gnutls_openpgp_crt_get_pk_algorithm
gnutls_openpgp_key_get_name            gnutls_openpgp_crt_get_name
gnutls_openpgp_key_get_version          gnutls_openpgp_crt_get_version
gnutls_openpgp_key_get_creation_time    gnutls_openpgp_crt_get_creation_time
gnutls_openpgp_key_get_expiration_time  gnutls_openpgp_crt_get_expiration_time
gnutls_openpgp_key_get_id              gnutls_openpgp_crt_get_id
gnutls_openpgp_key_check_hostname      gnutls_openpgp_crt_check_hostname
gnutls_openpgp_send_key                gnutls_openpgp_send_cert

* Version 2.0.0 (released 2007-09-04)

The following changes have been made since GnuTLS 1.6:

* Support for external RSA/DSA signing for TLS client authentication.
  This allows you to secure the private key better, for example by using
  privilege-separation techniques between the private key and the
  network client/server.

* Support for signing X.509 certificates using RSA with SHA-256/384/512.

* Experimental support for TLS 1.2 (disabled by default).  The TLS 1.2
  specification is not finalized yet, but we implement a draft version
  for testing.

* Support for X.509 Proxy Certificates (RFC 3820)

* Support for Supplemental handshakes messages (RFC 4680).

* Support for TLS authorization extension (draft-housley-tls-authz-extns-07).

* Support for the X.509 'otherName' Subject Altnerative Names (for XMPP).

* Guile bindings for GnuTLS have been added, thanks to Ludovic Courtes.

* Improve logic of gnutls_set_default_priority() which can now be more
  recommended.

* New APIs to enumerate supported algorithms in the library.

* New APIs to access X.509 Certificate extension sequentially.

* New APIs to print X.509 Certificates and CRLs in human readable formats.

* New APIs to extract X.509 Distinguished Names from certificates.

* New APIs to handle pathLenConstraint in X.509 Basic Constraints.

* Certtool can export more than one certificate to PKCS#12.

* Several message translation improvements.

* Instructions and improvements to easily set up a HTTPS test server.

* Included copies updated to Libtasn1 1.1 and OpenCDK 0.6.4.

* Build improvements for Windows, Mac OS X, uClinux, etc.

* GnuTLS is now developed in GIT.

* Improved manual

* Many bugfixes and minor improvements.

(wiz)

2008-03-06 10:44:46 UTC MAIN commitmail json YAML