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

2024-05-12 18:41:30 UTC Now

2009-10-31 01:38:30 UTC MAIN commitmail json YAML

Update to 4.2:

2009-24-10 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.2
    - Fixed font size change on KHTMLPart (thanks to Jure Repinc)
    - Fixed Windows file opener being unable to open the file with non-English characters.
    - Fixed "Open in new tab" for QTextBrowser opening an empty page.
    - Middle button in QTextBrowser and WebKit now opens the link in new tab in background.
    - Middle button now closes opened tabs in the tab bar.

(wiz)

2009-10-31 01:32:43 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.11

(wiz)

2009-10-31 01:32:32 UTC MAIN commitmail json YAML

Update to 3.11:

iso-codes 3.11
--------------
Tobias Quathamer <toddy@debian.org>
Thu, 1 October 2009

  [ ISO 639-2 ]
  * Update to 2009-09-01 (changes to bih and him)

  [ ISO 639 translations ]
  * Polish by Jakub Bogusz (TP)
  * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP)
  * Czech by Miroslav Kure
  * French by Christian Perrier

  [ ISO 639-3 translations ]
  * Polish by Jakub Bogusz (TP)

  [ ISO 3166 translations ]
  * Polish by Jakub Bogusz (TP)
  * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP)
  * Vietnamese by Clytie Siddall (TP)
  * Lithuanian by Kęstutis Biliūnas

  [ ISO 3166-2 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Polish by Jakub Bogusz (TP)
  * Lithuanian by Kęstutis Biliūnas

  [ ISO 4217 translations ]
  * Polish by Jakub Bogusz (TP)

  [ ISO 15924 translations ]
  * Polish by Jakub Bogusz (TP)

iso-codes 3.10.3
----------------
Tobias Quathamer <toddy@debian.org>
Tue, 1 September 2009

  [ ISO 3166 translations ]
  * Russian by Pavel Maryanov (TP)
  * Dutch by Freek de Kruijf (TP)
  * Thai by Theppitak Karoonboonyanan

  [ ISO 639 translations ]
  * Italian by Milo Casagrande (TP)
  * Tamil by I. Felix (TP)
  * Belarusian by Alexander Nyakhaychyk (TP)

  [ ISO 639-3 translations ]
  * Tamil by I. Felix (TP)
  * Marathi by Sandeep Shedmake (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO 15924 translations ]
  * Russian by Pavel Maryanov (TP)
  * Finnish by Tommi Vainikainen (TP)

(wiz)

2009-10-31 01:31:20 UTC MAIN commitmail json YAML

Updated graphics/hicolor-icon-theme to 0.11

(wiz)

2009-10-31 01:31:09 UTC MAIN commitmail json YAML

Update to 0.11, set LICENSE.

Bump version to 0.11
Added 256x256 size. (#15231)
* autogen.sh: updated to run "configure" with usual maintainer
options.
* Makefile.in:
Update configure.ac for autoconf 2.60

(wiz)

2009-10-31 01:29:40 UTC MAIN commitmail json YAML

Updated audio/gsm to 1.0.13

(wiz)

2009-10-31 01:29:27 UTC MAIN commitmail json YAML

Update to 1.0.13, set LICENSE (basically mit).

Sun Apr  5  04:53:07 2009      Jutta Degener (jutta@pobox.com)

* Release 1.0 Patchlevel 13
COPYRIGHT: exploring the deeper meaning and cultural
history of the word "any".

(wiz)

2009-10-31 01:27:37 UTC MAIN commitmail json YAML

2009-10-31 01:27:26 UTC MAIN commitmail json YAML

Update to 1.13:

* What is new in gsl-1.13:

** Upgraded to latest autoconf and automake (autoconf-2.64,
  automake-1.11)

** Fixed the rk4 and bspline allocators to avoid invalid free()
  calls under out of memory conditions. [bug #27194, #27236]

** Fixed a bug in gsl_multimin_fminimizer_nmsimplex2 where the center
  and size of the simplex were not updated on contract-by-best steps,
  causing failures in convergence. [bug #27180]

** Added new functions to set MISER and VEGAS Monte Carlo integration
  parameters, and to examine VEGAS chi-squared value and intermediate
  results.

** Added the function gsl_bspline_greville_abscissa to compute
  Greville abscissae for B-splines.

** The cumulative distribution functions gsl_cdf_gumbel1_{P,Q} should
  now handle a larger range of parameters without underflow and
  overflow.

** The header file gsl_const_cgs.h no longer defines values for
  electromagnetic units.  Applications should use gsl_const_cgsm.h
  instead to obtain the values in the CGS-Magnetic system.  The
  previous values for these units given in gsl_const_cgs.h were
  ill-defined as the type of CGS electromagnetic system was
  unspecified (the values were a mixture of CGS units with the Ampere
  of the MSKA system).  The affected constants are
  GSL_CONST_CGS_BOHR_MAGNETON, GSL_CONST_CGS_ELECTRON_CHARGE,
  GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT, GSL_CONST_CGS_FARADAY,
  GSL_CONST_CGS_GAUSS, GSL_CONST_CGS_NUCLEAR_MAGNETON,
  GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT, and GSL_CONST_CGS_ROENTGEN.

** The Pochhammer functions gsl_sf_poch(a,x) and gsl_sf_lnpoch(a,x) now
  handle the special cases where a and a+x are zero or negative
  integers.

** The confluent hypergeometric function gsl_sf_hyperg_U (a,b,x) now
  handles some cases where x=0. The case where 1+a-b is a negative
  integer no longer returns an error [bug #22859] and the incorrect
  termination of the series in certain cases is fixed [bug #26706].

** Added a new function gsl_poly_eval_derivs to evaluate a polynomial
  and its derivatives simultaneously.

** Added a new univariate minimisation algorithm
  gsl_min_fminimizer_quad_golden which is a variant of Brent's
  algorithm with safeguarded step-length adjustment.

** Added a new Nelder-Mead minimiser gsl_multimin_fminimizer_nmsimplex2rand
  which uses a randomly oriented simplex rather than one fixed on
  the coordinate axes [bug #25077]

** The texinfo file now uses the dircategory "Software libraries" from
  the Free Software Directory, as recommended in the Texinfo manual.

** The function gsl_ran_exponential now includes zero in its output
  range. [bug #25039]

** All functions for freeing allocated memory now accept a NULL
  pointer, following the standard C convention for free(). [bug
  #25319]

** The function gsl_sum_levin_u_accel now handles the special case
  c_0 + 0 + 0 + 0 + .... that occurs when summing power series
  c_n*x^n with x=0. [bug #26807]

** The functions gsl_linalg_LU_solve, gsl_linalg_LU_svx,
  gsl_linalg_LU_refine, gsl_linalg_LU_invert and their complex
  equivalents now return an error for singular matrices.

** The multifit LMDER hybrid solvers now check the return code of the
  user-supplied function in the gsl_multifit_fdfsolver_set
  method. [bug #26871]

** Improved the implementation of gsl_ran_discrete_preproc to avoid
  internal errors due to inconsistencies from excess precision on
  some platforms. [bug #26502]

** Corrected gsl_sf_hyperg_2F1(a,b,c,x) to not give a domain error in
  the case where c is a negative integer and the series terminates
  with a finite result.

** The C99 inline keyword is now supported, in addition to the
  previously supported GNU-style inline.

** Modified gsl_poly_complex_solve_cubic and gsl_poly_solve_cubic to
  avoid returning NaNs in cases where excess precision causes a
  change in the number of roots.

** Fixed incorrect length check in gsl_blas_drotm. [bug #26503]

** Fixed gsl_odeiv_step_gear2 to restore y on step failure

** gsl_odeiv_evolve_apply now restores the correct value of t on step
  failures [bug #26255].

** Using make install prefix=DIR now puts correct paths in package
  config files gsl-config and gsl.pc

** Modified gsl_monte_vegas to work around pow() function inaccuracies
  on MinGW [bug #25413].

** Increased the number of terms in gsl_sf_mathieu_a and
  gsl_sf_mathieu_b to improve convergence in difficult regions [bug
  #25075]

(wiz)

2009-10-31 01:20:28 UTC MAIN commitmail json YAML

Updated net/mldonkey-gui to 3.0.1

(wiz)

2009-10-31 01:20:13 UTC MAIN commitmail json YAML

Updated net/mldonkey to 3.0.1

(wiz)

2009-10-31 01:19:59 UTC MAIN commitmail json YAML

Update to 3.0.1:

2009/10/23: version 3.0.1 = tag release-3-0-1
6961: BT: Fix torrent parsing when announce-list is empty

2009/10/22
6959: DC: Fix invalid XML (lucasn)
6804: EDK: Log incoming chat messages with ip:port info (Dennis Nezic)
6772: New option max_result_name_len, shortens strings in
      HTML/Telnet search results
6958: EDK: Fix server connects on Solaris due to missing SO_KEEPALIVE
6957: Configure: Make Ocaml 3.11.1 the default compiler
6956; BT: Fix download of torrent files with no 'announce' field (Hose Bag)

2009/02/28
6759: HTML: Properly sort column hits in Options, IP blocking

(wiz)

2009-10-31 01:16:53 UTC MAIN commitmail json YAML

Updated security/gnutls to 2.8.4

(wiz)

2009-10-31 01:16:42 UTC MAIN commitmail json YAML

Update to 2.8.4:

* Version 2.8.4 (released 2009-09-18)

** libgnutls: Enable Camellia ciphers by default.

** libgnutls: Make OpenPGP hostname checking work again.
The patch to resolve the X.509 CN/SAN issue accidentally broken
OpenPGP hostname comparison.

** libgnutls: When printing X.509 certificates, handle XMPP SANs better.
Reported by Howard Chu <hyc@symas.com> in
<https://savannah.gnu.org/support/?106975>.

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

(wiz)

2009-10-31 01:14:53 UTC MAIN commitmail json YAML

Updated x11/gnome-mag to 0.15.9

(wiz)

2009-10-31 01:14:42 UTC MAIN commitmail json YAML

Update to 0.15.9:

What's new in gnome-mag-0.15.9:

* Translations:
Denis Arnaud (br), F叩bio Nogueira (pt_BR), Rajesh Ranjan (mai),
Rodrigo L. M. Flores (pt_BR)

(wiz)

2009-10-31 00:58:43 UTC MAIN commitmail json YAML

2009-10-31 00:55:14 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha66

(wiz)

2009-10-31 00:55:03 UTC MAIN commitmail json YAML

Update to 2.01.01alpha66:

NEW features of cdrtools-2.01.01a65:

All:

- *BSD comes with a broken sed(1), so we need to go back to tr(1) based
code for GNU make in the Schily Makefilesystem.

- Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem

- Added support for DragonFly BSD to config.guess and config.sub

Libscg:

- Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD

- Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD

Mkisofs (Maintained/enhanced by J

- Avoid signed chars ad parameter to toupper

NEW features of cdrtools-2.01.01a66:

- Added support for 64 bit compilation on HP-HX using "cc".
Use make CCOM=cc64 as usual to switch to 64 bit compilation.

Libschily:

- libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal
with the constraints found in HP-UX-11.11.

Libsiconv:

- Fixed a problem in libsiconv in case that the the locale is specified as
"iconv:name".

Libscg:

- Make libscg deal with the new error code from HP-UX that
is returned for a non-existing ATAPI slave.

- Some minor changes in libscg to make scgcheck report less problems
with HP-UX

Cdrecord:

- Better man page with repect to dev=

- The cdrecord man page has been restructured.

- Fixed a bug in the workaround code for a firmware bug for DVD+R
media in HL-DT-ST drives.

Cdda2wav (Maintained/enhanced by J

- Better man page with repect to dev=

- The cdda2wav man page has been restructured.

Readcd:

- readcd now only send the Plextor specific SCSI commands for the -cxscan
option in case that the drive identifies as Plextor.

- Better man page with repect to dev=

Scgcheck:

- Better man page with repect to dev=

Btcflash:

- Better man page with repect to dev=

Mkisofs (Maintained/enhanced by J

- mkisofs man page reworked

- isoinfo man page reworked

- New file mkisofs/rock.h

- isodump now prints more information about Rock Ridge attributes to
help debugging non-compliant Rock Ridge ISO images.

- isoinfo now correctly identifies ISO images made with the Mac OS X
program "hdiutil" by e.g. calling:

hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir

As filesystems that violate the Rock Ridge standard.

Check e.g. by "isoinfo -i xxx.iso -d"

Interpreting Rock Ridge on such images can be enforced by calling:

"isoinfo -i xxx.iso -lR -debug"

- mkisofs now ignores the broken Rock Ridge attributes that have been
created by the Mac OS X program "hdiutil".

(wiz)

2009-10-31 00:20:35 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.2

(wiz)

2009-10-31 00:20:24 UTC MAIN commitmail json YAML

Update to 1.1.2:
  * gpgsigs:
    + Added patch from Roland Rosenfeld to support RIPEMD160 checksum.
      (Closes: #533747).
    + Updated man page to mention support for SHA256 and RIPEMD160 checksum.
    + Made removal of nonexistent photos quiet by the use of the force option.
    + Updated generated tex file in latex mode so that it uses the grffile
      package. This allows pdflatex to process our tex file assuming the photos
      are previously converted to PDF. (Closes: #542478)
  * caff: Updated check for the local-user keyids.
    + Moved the current check to a new function get_local_user_keys().
    + Warned the user if a local-user keyid is not listed as a keyid in
      ./caffrc. (Closes: #540165).
  * gpgdir: New upstream release.
  * gpg-mailkeys:
    + The charset for the text of the message is deduced from the charset used
      by ~/.gpg-mailkeysrc and ~/.signature.
      The text message is encoded in quoted printable and thus it requires a
      new dependency on qprint in debian/control. (Closes: #545186)
    + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.

(wiz)

2009-10-31 00:18:31 UTC MAIN commitmail json YAML

2009-10-31 00:18:15 UTC MAIN commitmail json YAML

Update to 297:
Fixed bug in which bad list command would crash application.

(wiz)

2009-10-31 00:16:51 UTC MAIN commitmail json YAML

Updated audio/SDL_mixer to 1.2.9

(wiz)

2009-10-31 00:16:40 UTC MAIN commitmail json YAML

Update to 1.2.9. Set LICENSE. Remove dynamically loaded libraries
from buildlink3.mk.

1.2.9:
Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009
* Updated native MIDI support on Mac OS X for 10.6
Ryan Gordon - Sun Oct 11 05:29:55 2009 UTC
* Reset channel volumes after a fade out interrupts a fade in.
Ryan Gordon - Sun Oct 11 02:59:12 2009 UTC
* Fixed crash race condition with position audio functions
Ryan Gordon - Sat Oct 10 17:05:45 2009 UTC
* Fixed stereo panning in 8-bit mode
Sam Lantinga - Sat Oct 10 11:07:15 2009 UTC
* Added /usr/share/timidity to the default timidity.cfg locations
Sam Lantinga - Sat Oct  3 13:33:36 PDT 2009
* MOD support uses libmikmod and is dynamically loaded by default
* A patched version of libmikmod is included in libmikmod-3.1.12.zip
* The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179.
Sam Lantinga - Sat Oct  3 02:49:41 PDT 2009
* Added TIMIDITY_CFG environment variable to fully locate timidity.cfg
Sam Lantinga - Fri Oct  2 07:15:35 PDT 2009
* Implemented seamless looping for music playback
Forrest Voight - 2009-06-13 20:31:38 PDT
* ID3 files are now recognized as MP3 format
Steven Noonan - 2008-05-13 13:31:36 PDT
* Fixed native MIDI crash on 64-bit Windows
Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC
* Added decoder enumeration API:
Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(),
Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder()
Austen Dicken - Tue Feb 26 23:28:27 PST 2008
* Added support for FLAC audio both as chunks and streaming
Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008
* Added support for streaming WAV files with Mix_LoadMUS_RW()
Ryan Gordon - Mon Feb 4 17:10:08 UTC 2008
* Fixed crash caused by not resetting position_channels

(wiz)

2009-10-31 00:06:34 UTC MAIN commitmail json YAML

2009-10-31 00:04:56 UTC MAIN commitmail json YAML

Updated devel/SDL_gfx to 2.0.20

(wiz)

2009-10-31 00:04:45 UTC MAIN commitmail json YAML

Update to 2.0.20:

Ver 2.0.20 - Wed Sep 23 18:42:02 PDT 2009
* Fix for 1-pixel postponement with 8bit scaling
* Updates to headers and configure to allow for cross-compiling
  to DLL (not just static .a) and fixes for compiling on Windows
  using autotools
* Added Visual CE Project to Other Builds
* Added Symbian and Windows 64bit fix for lrint function.

(wiz)

2009-10-30 23:58:14 UTC MAIN commitmail json YAML

Updated graphics/SDL_image to 1.2.8

(wiz)

2009-10-30 23:58:03 UTC MAIN commitmail json YAML

Update to 1.2.8:

1.2.8:
Sam Lantinga - Sun Oct  4 13:12:54 PDT 2009
* Added support for uncompressed PCX files
Mason Wheeler - 2009-06-10 06:29:45 PDT
* Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
Couriersud - Mon, 12 Jan 2009 17:21:13 -0800
* Added support for ICO and CUR image files
Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800
* Added ImageIO loading infrastructure for Mac OS X
* Added UIImage loading infrastructure for iPhone / iPod Touch

(wiz)

2009-10-30 23:54:52 UTC MAIN commitmail json YAML

- create a specific user:group for stunnel
- fix the configuration path and file, so it can use the proper user:group
and the chroot
- fix some pkglint warnings regarding PKG_OPTIONS: 'pthread' => 'threads',
'libwrap' => 'tcpwrappers' (in accordance to mk/defaults/options.description)

Bump PKGREVISION.

(jym)

2009-10-30 21:41:20 UTC MAIN commitmail json YAML

2009-10-30 21:22:15 UTC MAIN commitmail json YAML

+ enca-1.12, phpmyadmin-3.2.3, py-karaoke-0.7.2, samba-3.4.3,
  tea-26.0.1, zile-2.3.13.

(wiz)

2009-10-30 21:12:48 UTC MAIN commitmail json YAML

add apache, it is not the 31st yet.

(christos)

2009-10-30 21:10:57 UTC MAIN commitmail json YAML

2009-10-30 21:08:55 UTC MAIN commitmail json YAML

2009-10-30 20:34:43 UTC MAIN commitmail json YAML

2009-10-30 20:17:21 UTC MAIN commitmail json YAML

Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments.

(joerg)

2009-10-30 20:12:17 UTC MAIN commitmail json YAML

Remove lisping music style from comment.

(wiz)

2009-10-30 20:06:14 UTC MAIN commitmail json YAML

Added net/cntlm version 0.35.1

(jym)

2009-10-30 20:02:54 UTC MAIN commitmail json YAML

Prefer the in-tree bsdtar. Fix patch to use the correct branches on NetBSD.

(joerg)

2009-10-30 19:57:59 UTC MAIN commitmail json YAML

2009-10-30 19:55:30 UTC MAIN commitmail json YAML

Initial import of cntlm 0.35.1 into the NetBSD package system.

Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

It can be used against most ISA servers, and helps to provide ease of
integration for programs not supporting NTLM authentication directly, via
cntlm's builtin SOCKS5 proxy.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jym)

2009-10-30 19:42:55 UTC MAIN commitmail json YAML

NetBSD tar(1) doesn't like the distfile, so use gtar instead.

(tnn)

2009-10-30 19:34:55 UTC MAIN commitmail json YAML

note xmlsec1 and libtrace updates

(tnn)

2009-10-30 19:32:11 UTC MAIN commitmail json YAML

2009-10-30 19:29:54 UTC MAIN commitmail json YAML

boost is not using -mt for libs any longer, so don't substitute back.
Pass down -rpath as a single option to prevent it from being mangled up.

(joerg)

2009-10-30 19:24:01 UTC MAIN commitmail json YAML

This wants -lcanberra-gtk. Make it so.

(tnn)

2009-10-30 19:15:47 UTC MAIN commitmail json YAML

Added a pam option to openvpn, for the PAM plugin

(manu)

2009-10-30 19:06:06 UTC MAIN commitmail json YAML

2009-10-30 18:48:54 UTC MAIN commitmail json YAML

seamonkey-2.0 is out. I'm working on it.

(tnn)

2009-10-30 18:34:56 UTC MAIN commitmail json YAML

2009-10-30 18:33:33 UTC MAIN commitmail json YAML

Generate distinfo for previous commit.

(ahoka)

2009-10-30 18:31:41 UTC MAIN commitmail json YAML

NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}

(tnn)

2009-10-30 18:25:23 UTC MAIN commitmail json YAML

Added buildlink3.mk to misc/rump

(stacktic)

2009-10-30 18:20:04 UTC MAIN commitmail json YAML

Fix compilation with PCC.

(ahoka)

2009-10-30 17:54:35 UTC MAIN commitmail json YAML

mention recent updates/additions

(drochner)

2009-10-30 17:00:31 UTC MAIN commitmail json YAML

update to 2.28.0
This switches to the gnome-2.28 release branch.

(drochner)

2009-10-30 16:57:53 UTC MAIN commitmail json YAML

2009-10-30 16:54:07 UTC MAIN commitmail json YAML

propagate glib/gtk dependencies, needed to link

(drochner)

2009-10-30 16:53:02 UTC MAIN commitmail json YAML

set minimum libsoup version

(drochner)

2009-10-30 16:51:29 UTC MAIN commitmail json YAML

oops, that file fell through the cracks

(drochner)

2009-10-30 16:25:34 UTC MAIN commitmail json YAML

2009-10-30 16:05:47 UTC MAIN commitmail json YAML

Updated
misc/esniper to 2.20.0

(heinz)

2009-10-30 16:04:25 UTC MAIN commitmail json YAML

Updated to version 2.20.0

Pkgsrc changes:
  - Added LICENSE
  - Removed patch-ab which was integrated upstream

changes since version 2.19.0:
=============================
2009-10-14
* 2.20.0 released
* Fixed bug 2875827 and others: Error encountered in function ebayLogin
* Fixed bug 2862437 and others: Unknown time interval "Duration:"
                                remaining time could not be converted

(heinz)

2009-10-30 15:47:26 UTC MAIN commitmail json YAML

to avoid trouble in the future, remove the "gdl" part as newer
versions are API incompatible
(afaict the only useful thing in this pkg is the "gtkspell" wrapper,
should perhaps be put into its own pkg)
ride on today's PKGREV bump

(drochner)

2009-10-30 15:42:04 UTC MAIN commitmail json YAML

this is outdated and might be removed soon, but for sanity:
bump PKGREVISION for libgnome linkage change,
mark CONFLICTing with future anjuta pkgs

(drochner)

2009-10-30 13:49:06 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091030

(stacktic)

2009-10-30 13:47:05 UTC MAIN commitmail json YAML

Updated misc/rump to version 20091030
- Syncd with HEAD
- Removed unnecessary files
- Fixed multi threaded build

(stacktic)

2009-10-30 12:40:27 UTC MAIN commitmail json YAML

2009-10-30 12:02:47 UTC MAIN commitmail json YAML

Set license to "gnu-gpl-v2".

(tron)

2009-10-30 11:48:11 UTC MAIN commitmail json YAML

update to 0.12.5
changes:
-New cover art search code
-Updated Coherence UPnP plugin
-UI improvement
-bugfixes
-translation updates

(drochner)

2009-10-30 11:44:45 UTC MAIN commitmail json YAML

2009-10-30 11:23:31 UTC pkgsrc-2009Q3 commitmail json YAML

2009-10-30 11:20:24 UTC MAIN commitmail json YAML

update to 0.6.1.4
changes:
-bugfixes
-translation updates

(drochner)

2009-10-30 11:19:30 UTC pkgsrc-2009Q3 commitmail json YAML

Pullup ticket #2925 - requested by martti
clamav: bug fix update

Revisions pulled up:
- mail/clamav/Makefile 1.97
- mail/clamav/distinfo 1.61
- mail/clamav/patches/patch-ad 1.19
- mail/clamav/patches/patch-af 1.10
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Oct 29 07:06:09 UTC 2009

Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af

Log Message:
Updated mail/clamav to 0.95.3

* bug fixes

(tron)

2009-10-30 11:18:53 UTC MAIN commitmail json YAML

update to 1.14.16
changes:
-Add variant of OO_NS_FIELD
-Use gdk_pixbug for thumbnailing when available
-Fix problem with errors to stdout
-Fix gnome-vfs dependency handling

(drochner)

2009-10-30 11:04:29 UTC MAIN commitmail json YAML

2009-10-30 06:14:55 UTC MAIN commitmail json YAML

2009-10-29 23:32:22 UTC MAIN commitmail json YAML

more PKGREV bumps for removal of esound dependency from libgnome

(drochner)

2009-10-29 23:14:15 UTC MAIN commitmail json YAML

2009-10-29 23:08:33 UTC MAIN commitmail json YAML

bump PKGREV for libgnome change to avoid esound per default, and
being here remove the unneeded libart dependency

(drochner)

2009-10-29 23:05:00 UTC MAIN commitmail json YAML

add an option for use of esound, make it off per default which is
a change to the previuos pkg, bump PKGREV

(drochner)

2009-10-29 22:58:39 UTC MAIN commitmail json YAML

2009-10-29 22:57:32 UTC MAIN commitmail json YAML

This doesn't come with a readme file.

(ahoka)

2009-10-29 22:57:10 UTC MAIN commitmail json YAML

2009-10-29 22:55:00 UTC MAIN commitmail json YAML

trim dependencies, bump PKGREV

(drochner)

2009-10-29 22:41:42 UTC MAIN commitmail json YAML

Support PKGMANDIR

(tnn)

2009-10-29 22:40:23 UTC MAIN commitmail json YAML

2009-10-29 22:37:18 UTC MAIN commitmail json YAML

2009-10-29 22:34:33 UTC MAIN commitmail json YAML

2009-10-29 22:29:16 UTC MAIN commitmail json YAML

Support PKGMANDIR

(tnn)

2009-10-29 22:25:42 UTC MAIN commitmail json YAML

trim dependencies, bump PKGREV

(drochner)

2009-10-29 22:24:51 UTC MAIN commitmail json YAML

2009-10-29 22:15:06 UTC pkgsrc-2009Q3 commitmail json YAML

2009-10-29 22:14:34 UTC pkgsrc-2009Q3 commitmail json YAML

Pullup ticket #2926 - requested by joerg
mk/pkginstall/usergroup: portability fix

Revisions pulled up:
- mk/pkginstall/usergroup 1.3
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Oct 29 07:06:09 UTC 2009

Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af

Log Message:
Updated mail/clamav to 0.95.3

* bug fixes

(tron)

2009-10-29 22:00:58 UTC MAIN commitmail json YAML

2009-10-29 21:58:39 UTC MAIN commitmail json YAML

2009-10-29 21:53:10 UTC MAIN commitmail json YAML

2009-10-29 21:34:12 UTC MAIN commitmail json YAML

Support DESTDIR and PKGMANDIR

(tnn)

2009-10-29 21:23:19 UTC MAIN commitmail json YAML

Update to the latest version in order to fix build breakage.
libtrace 3.0.6 (2008-11-27)
* Fixed compilation errors caused by missing #includes (r1382)
* Added trace_get_payload_from_pppoe() to external API (r1383)
* autoconf now correctly detects libgdc properly for tracertstats (r1384)
* Fixed some warnings on recent versions of gcc (r1385)

(tnn)

2009-10-29 20:45:23 UTC MAIN commitmail json YAML

Force extraction with pkgsrc's unzip on NetBSD, due to:
unzip: Unsupported ZIP compression method (imploded)

(tnn)

2009-10-29 20:40:10 UTC MAIN commitmail json YAML

update to 2.28.1
This switches to the gnome-2.28 release branch.
(Thanks to obache for updating the clutter pkgs. Used by the tetris
game only for now, but I wouldn't like to kick that out.)

(drochner)

2009-10-29 20:36:10 UTC MAIN commitmail json YAML

mark as not for unprivileged mode

(tnn)

2009-10-29 20:26:27 UTC MAIN commitmail json YAML

2009-10-29 20:21:53 UTC MAIN commitmail json YAML

2009-10-29 20:21:43 UTC MAIN commitmail json YAML

Pass down X11 location options for modular Xorg.

(joerg)

2009-10-29 20:19:28 UTC MAIN commitmail json YAML

Make sure that MV is properly defined. From PR 42247.

(joerg)

2009-10-29 19:24:39 UTC MAIN commitmail json YAML

Note modular-xorg-server-1.6.5nb1.

(jakllsch)

2009-10-29 19:23:09 UTC MAIN commitmail json YAML

Bump pkgrev for removal of patch-ah.

(jakllsch)

2009-10-29 19:12:03 UTC MAIN commitmail json YAML

Upstream has done a black root window on startup for a while, no point in
doing it twice, and in a way that prevents `xsetroot -default` from working.

(jakllsch)

2009-10-29 19:10:09 UTC MAIN commitmail json YAML

Be explicit about the options to remove.

(joerg)

2009-10-29 18:20:36 UTC MAIN commitmail json YAML

2009-10-29 17:58:50 UTC MAIN commitmail json YAML

2009-10-29 17:55:56 UTC MAIN commitmail json YAML

clean up dependencies, bump PKGREVISION

(drochner)

2009-10-29 17:51:09 UTC MAIN commitmail json YAML

update to 0.22
changes:
-many bugfixes
-multichannel support; gtk multihead support
-add new ca_context_playing() call

pkgsrc change: make the OSS backend work

(drochner)

2009-10-29 17:39:11 UTC MAIN commitmail json YAML

rename the pkg so that it doesn't share the namespace with the
former version anymore, to avoid problems with binary pkgs

(drochner)

2009-10-29 16:25:57 UTC MAIN commitmail json YAML

Do not stupidly insist on GNU gettext, thanks.

(joerg)

2009-10-29 15:53:09 UTC MAIN commitmail json YAML

List individual openldap package updates.

(ghen)

2009-10-29 15:50:17 UTC MAIN commitmail json YAML

2009-10-29 15:33:04 UTC MAIN commitmail json YAML

Fix entry for databases/openldap.

(darcy)

2009-10-29 15:03:08 UTC MAIN commitmail json YAML

disablr oss4 in the base pkg to avoid system dependencies,
ride on yesterday's update

(drochner)

2009-10-29 13:51:39 UTC MAIN commitmail json YAML

Readd missing patch checksums (notified by tron).

(ghen)

2009-10-29 13:51:19 UTC MAIN commitmail json YAML

2009-10-29 12:44:16 UTC MAIN commitmail json YAML

2009-10-29 12:43:49 UTC MAIN commitmail json YAML

2009-10-29 12:33:52 UTC MAIN commitmail json YAML

Add description for guile option

(sborrill)

2009-10-29 12:32:44 UTC MAIN commitmail json YAML

Make guile support optional.
Bump PKGREVISION

(sborrill)

2009-10-29 12:07:39 UTC MAIN commitmail json YAML

bump PKGREVISION to get it rebuilt with the new xmlrpc-c dependency
pattern, should fix the "downgrade" problem reported by obache

(drochner)

2009-10-29 11:43:49 UTC MAIN commitmail json YAML

Note update of "libtorrent" and "rtorrent" packages.

(tron)

2009-10-29 11:42:31 UTC MAIN commitmail json YAML

Update "libtorrent" and "rtorrent" package to version 0.12.5/0.8.5:
- Add support for any number of custom download values identified by
  string keys.
  d.set_custom=key,value
  d.get_custom=key (returns "" if not set)
  d.get_custom_throw=key (returns error if not set)
- With this patch, rtorrent will detect and complain about .torrent
  files with broken bencode representation (e.g. where the order of
  dictionary keys is not lexicographic).
- Choose a different poll type using the RTORRENT_POLL env. variable
  (if it's implemented), probably only useful as RTORRENT_POLL=select.
- Add the commands execute_capture and execute_capture_nothrow that
  work like their other counterparts but return the OUTPUT (stdout) of
  the given command.
- Fixes the code that detects which peer was sending bad data. Peers
  are then automatically banned after sending three bad chunks.
- Stops rtorrent from always creating and resizing ALL files, even
  those set to "off". Files will still be created, but with a size of
  zero, until a part of them is getting downloaded. This helps with
  filesystems that don't support sparse files (such as FAT, HFS+, and
  others).
- Fix inefficient piece distribution due to linear chunk request
  strategy by randomizing position every few (on average 32) chunks, see
  ticket #190.
- Enable custom throttles, both per-download or per-IP. See
  http://libtorrent.rakshasa.no/ticket/20 for info and instructions.
- Fix crashes/errors due to rtorrent attempting to pass non-utf-8
  strings to xmlrpc.
- Added support for using posix_fallocate on newly resized files.
- Include locally available chunks in the "chunks seen" statistics for
  completed/distributed copies. Patch by Josef Drexler.
- Added 'd.get_bitfield' command for retrieving the bitfield in hex
  format. Patch by Thomas Rosner.
- Fixed include headers for gcc-4.4.0. Patch by 'kloeri'.

(tron)

2009-10-29 10:34:48 UTC MAIN commitmail json YAML

+ bftpd-2.6, biew-6.0.2, bzr-2.0.1, dante-1.2.0, empathy-2.28.1.1
  [GNOME 2.28], gnome-commander-1.2.8.3, gnome-user-share-2.28.1
  [GNOME 2.28], gwaei-1.2.0, hylafax-5.3.0, inspircd-1.2.1,
  libcdio-0.82, libv4l-0.6.3, lighttpd-1.4.24, mathomatic-14.5.7,
  mdocml-1.9.10, mp3diags-0.99.06.043, sabayon-2.28.1 [GNOME 2.28],
  sbcl-1.0.32, totem-2.28.2 [GNOME 2.28], wine-devel-1.1.32,
  xorg-docs-1.5.

(wiz)

2009-10-29 10:10:57 UTC MAIN commitmail json YAML

Define TEST_TARGET.

(asau)

2009-10-29 08:29:33 UTC MAIN commitmail json YAML

Note update of lang/pear to version 1.9.0

(seb)

2009-10-29 08:29:03 UTC MAIN commitmail json YAML

Update pear from version 1.5.4nb3 to version 1.9.0.

Pkgsrc changes:
- Update base pear packages:Archive_Tar-1.3.3, Console_Getopt-1.2.3
Structures_Graph-1.0.3
- Update ${FILESDIR}/go-pear.php from latest version at
http://pear.php.net/go-pear
- Update ${FILESDIR}/pear.sh from the bundled version
- Provide bootstrap PEAR.php via ${FILESDIR}/PEAR.php from
http://cvs.php.net/viewvc.cgi/pear-core/PEAR.php?view=co&pathrev=PEAR_1_4
(see FILESDIR/go-pear.php's code) and put it into ${WRKSRC} at the extract
phase
- Update PLIST

Upstream changes:
A lot! IMHO more than what can be recorded here.
Please see individual releases Changelog since version 1.5.4
at http://pear.php.net/package/PEAR.

(seb)

2009-10-29 07:14:46 UTC MAIN commitmail json YAML

2009-10-29 07:14:22 UTC MAIN commitmail json YAML

Updated editors/vim-share to 7.2.267

  2634  7.2.263  GTK2: Vim window in wrong position using the -geom argument
  5161  7.2.264  GTK2: When Vim window maximized, set 'columns' doesn't work
  1892  7.2.265  with ":silent broken" inside try/catch silency may persist
  6560  7.2.266  in an expression abbreviation the typed character is unknown
  1461  7.2.267  crash for narrow window and double-width character

(martti)

2009-10-29 07:06:44 UTC MAIN commitmail json YAML

2009-10-29 07:06:09 UTC MAIN commitmail json YAML

2009-10-29 06:58:10 UTC MAIN commitmail json YAML

- openldap-client-2.4.19

(ghen)

2009-10-29 06:57:07 UTC MAIN commitmail json YAML

Updated databases/openldap* to 2.4.19.

(ghen)

2009-10-29 06:56:11 UTC MAIN commitmail json YAML

Update OpenLDAP packages to 2.4.19, which is now the "stable release".

OpenLDAP 2.4.19 Release (2009/10/06)
Fixed client tools with null timeouts (ITS#6282)
Fixed slapadd to warn about missing attrs for replicas (ITS#6281)
Fixed slapd acl cache (ITS#6287)
Fixed slapd tools to allow -n for conversion (ITS#6258)
Fixed slapd-ldap with null timeouts (ITS#6282)
Fixed slapd-ldap with strong binds with relay/translucent (ITS#6296)
Fixed slapd-ldif buffer overflow (ITS#6303)
Fixed slapo-auditlog comments when modifying (ITS#6286)
Fixed slapo-dynlist lock leak (ITS#6308)
Fixed slapo-pcache cache corruption (ITS#6242)
Fixed slapo-sssvlv sort control dereferencing (ITS#6288)
Fixed contrib/autogroup segfaults (ITS#6279)
Fixed contrib/nssov getgroupbymembers (ITS#6291)
Fixed contrib/smbk5pwd rpath linking (ITS#6323)
Build Environment
Fixed --enable-deref support (ITS#6311)
Fixed contrib/autogroup default libtool path (ITS#6284)
Deleted nadf.schema (ITS#6140)

OpenLDAP 2.4.18 Release (2009/09/06)
Fixed client tools common options (ITS#6049)
Fixed liblber speed and other problems (ITS#6215)
Added libldap MozNSS PEM support (ITS#6278)
Added libldap option for SASL_USERNAME (ITS#6257)
Fixed libldap error parsing (ITS#6197)
Fixed libldap native getpass usage (ITS#4643)
Fixed libldap tls_check_hostname for OpenSSL and MozNSS (ITS#6239)
Added slapd tcp buffers support (ITS#6234)
Fixed slapd allow mirrormode to be set to FALSE (ITS#5946)
Fixed slapd certificate list parsing (ITS#6241)
Fixed slapd writers blocking (ITS#6276)
Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
Fixed slapd with duplicate empty lines for olcDbConfig (ITS#6240)
Fixed slapd server URL matching (ITS#5942)
Fixed slapd subordinate needs a suffix (ITS#6216)
Fixed slapd syncrepl decrement on possible NULL value (ITS#6256)
Fixed slapd tools to properly close database (ITS#6214)
Fixed slapd uninitialized SlapReply components (ITS#6101)
Fixed slapd-meta starttls with targets (ITS#6190)
Fixed slapd-monitor stats with glued subordinates (ITS#6243)
Fixed slapd-ndb startup (ITS#6203)
Fixed slapd-relay various issues (ITS#6133)
Fixed slapd-relay response/cleanup callback mismatch (ITS#6154)
Fixed slapd-sql with baseObject query (ITS#6172)
Fixed slapd-sql with empty attribute (ITS#6163)
Fixed slapo-dynlist uninitialized var (ITS#6266)
Fixed slapo-pcache multiple enhancements (ITS#6152,ITS#5178)
Fixed slapo-ppolicy updating operational attributes (ITS#6265)
Fixed slapo-translucent attribute return (ITS#6254)
Fixed slapo-translucent filter matching (ITS#6255)
Fixed slapo-translucent to honor sizelimit (ITS#6253)
Fixed slapo-unique filter matching (ITS#6077)
Fixed tools off by one error (ITS#6233)
Fixed tools resource leaks (ITS#6145)
Added contrib/allowed (ITS#4730)
Fixed contrib/autogroup with RE24 (ITS#6227)
Fixed contrib/nss symbols (ITS#6273)
Build Environment
Tests note which backend is being tested (ITS#5810)
Fixed test056-monitor with custom ports (ITS#6213)
Documentation
admin24 fix broken link (ITS#6264)
ldap_open(3) document URI (ITS#6261)

OpenLDAP 2.4.17 Release (2009/07/13)
Fixed liblber to use ber_strnlen (ITS#6080)
Fixed libldap GnuTLS private key init (ITS#6053)
Fixed libldap openssl digest initialization (ITS#6192)
Fixed libldap tls NULL error messages (ITS#6079)
Fixed libldap_r missing stub (ITS#6188)
Fixed liblutil opendir/closedir on windows (ITS#6041)
Fixed liblutil for _GNU_SOURCE (ITS#5464,ITS#5666)
Added slapd sasl auxprop support (ITS#6147)
Added slapd schema checking tool (ITS#6150)
Added slapd writetimeout keyword (ITS#5836)
Fixed slapd abandon/cancel handling for some ops (ITS#6157)
Fixed slapd access setstyle to expand (ITS#6179)
Fixed slapd assert with closing connections (ITS#6111)
Fixed slapd bind race condition (ITS#6189)
Fixed slapd cancel behavior (ITS#6137)
Fixed slapd cert validation (ITS#6098)
Fixed slapd connection_destroy assert (ITS#6089)
Fixed slapd csn normalization (ITS#6195)
Fixed slapd errno handling (ITS#6037)
Fixed slapd global alloc handling (ITS#6054)
Fixed slapd hung writers (ITS#5836)
Fixed slapd ldapi issues (ITS#6056)
Fixed slapd moduleload with static backends and modules (ITS#6016)
Fixed slapd normalization of updated schema attributes (ITS#5540)
Fixed slapd olcLimits handling (ITS#6159)
Fixed slapd olcLogLevel with hex levels (ITS#6162)
Fixed slapd pagedresults stacked control with overlays (ITS#6056)
Fixed slapd password-hash incorrect limit on arg length (ITS#6139)
Fixed slapd readonly restrictions (ITS#6109)
Fixed slapd sending cancelled operations results (ITS#6103)
Fixed slapd slapi_entry_has_children (ITS#6132)
Fixed slapd sockets usage on windows (ITS#6039)
Fixed slapd some abandon and cancel race conditions (ITS#6104)
Fixed slapd tls context after changes (ITS#6135)
Fixed slapd-bdb/hdb adjust dncachesize if too low (ITS#6176)
Fixed slapd-bdb/hdb crashes during delete (ITS#6177)
Fixed slapd-bdb/hdb multiple olcIndex for same attr (ITS#6196)
Fixed slapd-hdb freeing of already freed entries (ITS#6074)
Fixed slapd-hdb entryinfo cleanup (ITS#6088)
Fixed slapd-hdb dncache lockups (ITS#6095)
Fixed slapd-ldap deadlock with non-responsive TLS URIs (ITS#6167)
Fixed slapd-relay to return failure on failure (ITS#5328)
Fixed slapd-sql with BACKSQL_ARBITRARY_KEY defined (ITS#6100)
Fixed slapo-collect collectinfo ordering (ITS#6076)
Fixed slapo-collect missing equality match rule (ITS#6075)
Fixed slapo-dds entry expiration (ITS#6169)
Fixed slapo-perl symbols (ITS#5658)
Fixed slapo-ppolicy to honor pwdLockout (ITS#6168)
Fixed slapo-ppolicy to return check modules error message (ITS#6082)
Fixed slapo-refint refint_repair handling (ITS#6056)
Added slapo-rwm rwm-drop-unrequested-attrs config option (ITS#6057)
Fixed slapo-rwm dn passing (ITS#6070)
Fixed slapo-rwm entry free (ITS#6058)
Fixed slapo-rwm entry release (ITS#6081)
Fixed slapo-translucent entry gathering (ITS#6156)
Fixed tools returning ldif errors (ITS#5892)
Fixed contrib/smbk5pwd use of private functions (ITS#5535)
Build Environment
Added test056-monitor (ITS#5540)
Added test057-memberof-refint (ITS#5395)
Fixed winsock detection for windows (ITS#6102, ITS#6078)
Removed GSSAPI configure option (ITS#6091,ITS#6092,ITS#6093,ITS#5369)
Documentation
admin24 relocate configuration examples (ITS#6183)
admin24 fixed example regex (ITS#6052)
admin24 removed temporary back-monitor note (ITS#6130)
admin24 slapd.conf to cn=config conversion process (ITS#6060)
man page consistency fixes (ITS#6023)
ldapcompare(1) note -e option (ITS#6107)
ldapdelete(1) note -e option (ITS#6107)
ldapmodify(1) note -e option (ITS#6107)
ldapmodrdn(1) note -e option (ITS#6107)
ldapsearch(1) output format description (ITS#6146)
ldapurl(1) note -e option (ITS#6107)
ldapwhoami(1) note -e option (ITS#6107)
ldap_result(3) Add RETURN VALUE heading (ITS#6180)
ldap.conf(5) improve sizelimit/timelimit limits (ITS#6127)
slapd.access(5) Fix <setstyle> to use expand (ITS#6179)
slapd.conf(5) document default modulepath (ITS#5829)
slapd.conf(5) pidfile/argsfile description fix (ITS#5975)
slapd-config(5) document default modulepath (ITS#5829)
slapd-config(5) pidfile/argsfile description fix (ITS#5975)
slapo-constraint(5) clarify URI example (ITS#6118)
slapo-unique(5) explicitly note rootdn requirement (ITS#6108)
slapadd(8) note it does indexing (ITS#6160)

(ghen)

2009-10-29 04:26:44 UTC MAIN commitmail json YAML

Note addition of dmg2img

(agc)

2009-10-29 04:25:46 UTC MAIN commitmail json YAML

Add and enable dmg2img

(agc)

2009-10-29 04:24:27 UTC MAIN commitmail json YAML

Initial import of dmg2img-1.6.1 into the packages collection.

DMG2IMG is an Apple's compressed dmg to standard (hfsplus)
image disk file convert tool.

Taken from a nudge by Chuck Swiger on netbsd-users@, with thanks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2009-10-28 21:29:00 UTC MAIN commitmail json YAML

Clarify -u usage (noticed by bvd - thanks)

(abs)

2009-10-28 19:04:45 UTC pkgsrc-2009Q3 commitmail json YAML

Backout unintentional change which is not related to ticket #2923.

(tron)

2009-10-28 18:53:21 UTC MAIN commitmail json YAML

update to 0.22.3
changes:
-bugfixes
-Rework mouse selection to be more robust.  In particular, PRIMARY
selection now only changes when mouse button is released, not upon every
motion when selecting

(drochner)

2009-10-28 18:50:53 UTC MAIN commitmail json YAML

2009-10-28 18:48:37 UTC MAIN commitmail json YAML

2009-10-28 18:46:20 UTC MAIN commitmail json YAML

2009-10-28 18:40:33 UTC MAIN commitmail json YAML

2009-10-28 18:37:37 UTC MAIN commitmail json YAML

2009-10-28 18:33:57 UTC MAIN commitmail json YAML

build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp2
(just for completeness, likely not too useful)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-10-28 18:32:17 UTC MAIN commitmail json YAML

build the "lame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp3

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-10-28 18:28:14 UTC MAIN commitmail json YAML

update to 0.10.13
changes:
Improve A52 decoder
Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs
ASF playback improvements
Improve mp3 parser and seeking

(drochner)

2009-10-28 18:26:20 UTC MAIN commitmail json YAML

update to 0.10.16
changes:
Add barcode scanner plugin using the zbar library
Improvements to camerabin
Support audio-track format switching in DVD
Improve parsing and display of PGS subpictures
Add Cog plugin
Add LV2 plugin support
Improve VDPAU plugin. Add post-processing support
Add videomeasure plugin
Improve Siren codec
Improved Directshow capture element
Add EAC3 mapping in MPEG-TS playback
Improve AAC encoding
Improved MIDI file playback
Improve H-264 parsing
Add MPEG-PS muxer
Add PNM encoder and decoder
Add SVG decoder
Update GLib dependency to GLib 2.16
Various other bug fixes and improvements (see ChangeLog)
Fix various bugs in the 0.10.15 release
Fix a deadlock in starting DVD
Fix compilation problems
Allow libneon versions >= 29.x

(drochner)

2009-10-28 18:13:42 UTC pkgsrc-2009Q3 commitmail json YAML

2009-10-28 18:13:24 UTC pkgsrc-2009Q3 commitmail json YAML

Pullup ticket #2923 - requested by tnn
xulrunner: security update
firefox: security update

Revisions pulled up:
- devel/xulrunner/Makefile 1.24-1.25
- devel/xulrunner/PLIST 1.17-1.18
- devel/xulrunner/distinfo 1.13-1.14
- devel/xulrunner/mozilla-common.mk 1.2
- devel/xulrunner/patches/patch-aa 1.2
- devel/xulrunner/patches/patch-aq 1.3
- devel/xulrunner/patches/patch-ay 1.1
- devel/xulrunner/patches/patch-mf 1.2
- devel/xulrunner/patches/patch-mn 1.2
- devel/xulrunner/patches/patch-nb delete
- devel/xulrunner/patches/patch-nc delete
- devel/xulrunner/patches/patch-pd 1.2
- devel/xulrunner/patches/patch-ra 1.1
- devel/xulrunner/patches/patch-rb 1.1
- devel/xulrunner/patches/patch-rc 1.1
- www/firefox/Makefile 1.60-1.61
- www/firefox/PLIST 1.39
- www/firefox/distinfo delete
- www/firefox/patches/patch-aa delete
- www/firefox/patches/patch-ao delete
- www/firefox/patches/patch-ma delete
- www/firefox/patches/patch-mi delete
- www/firefox/patches/patch-mk delete
- www/firefox/patches/patch-mm delete
- www/firefox/patches/patch-ra delete
- www/firefox/patches/patch-rb delete
- www/firefox/patches/patch-rc delete
---
Module Name: pkgsrc
Committed By: tnn
Date: Sun Oct 11 10:49:57 UTC 2009

Modified Files:
pkgsrc/devel/xulrunner: Makefile PLIST distinfo
pkgsrc/devel/xulrunner/patches: patch-aa
pkgsrc/www/firefox: Makefile
Added Files:
pkgsrc/devel/xulrunner/patches: patch-ay patch-ra patch-rb
patch-rc Removed Files:
pkgsrc/www/firefox: distinfo
pkgsrc/www/firefox/patches: patch-aa patch-ao patch-ma patch-mi
    patch-mk patch-mm patch-ra patch-rb patch-rc

Log Message:
- allow firefox and xulrunner to share some infrastructure
- install headers for plugin and liveconnect (needed by openjdk7-icedtea-plugin)
- bump revision for both packages
---
Module Name: pkgsrc
Committed By: tnn
Date: Wed Oct 28 11:36:36 UTC 2009

Modified Files:
pkgsrc/devel/xulrunner: Makefile PLIST distinfo
mozilla-common.mk pkgsrc/devel/xulrunner/patches: patch-aq patch-mf
patch-mn patch-pd pkgsrc/www/firefox: Makefile PLIST
Removed Files:
pkgsrc/devel/xulrunner/patches: patch-nb patch-nc

Log Message:
Security and bugfix update of firefox (to 3.5.4) and xulrunner (to
1.9.1.4) Also fix broken DESTDIR support.

Fixes the following security issues:
MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/
1.9.0.15) MFSA 2009-63 Upgrade media libraries to fix memory safety bugs
MFSA 2009-62 Download filename spoofing with RTL override
MFSA 2009-61 Cross-origin data theft through document.getSelection()
MFSA 2009-59 Heap buffer overflow in string to number conversion
MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS
() MFSA 2009-56 Heap buffer overflow in GIF color map parser
MFSA 2009-55 Crash in proxy auto-configuration regexp parsing
MFSA 2009-54 Crash with recursive web-worker calls
MFSA 2009-53 Local downloaded file tampering
MFSA 2009-52 Form history vulnerable to stealing

(tron)

2009-10-28 18:12:08 UTC MAIN commitmail json YAML

Add third-party distribution site which still carries this old version.

(tnn)

2009-10-28 16:46:51 UTC MAIN commitmail json YAML

2009-10-28 11:58:46 UTC MAIN commitmail json YAML

note firefox update

(tnn)

2009-10-28 11:53:58 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.2.3.

(tron)

2009-10-28 11:53:40 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The Paltalk dissector could crash on alignment-sensitive
    processors. (Bug 3689)
    Versions affected: 1.2.0 to 1.2.2
  o The DCERPC/NT dissector could crash.
    Versions affected: 0.10.10 to 1.2.2
  o The SMB dissector could crash.
    Versions affected: 1.2.0 to 1.2.2
- The following bugs have been fixed:
  o Wireshark memory leak with each file open and/or display
    filter change. (Bug 2375)
  o DHCP Dissector displays negative lease time. (Bug 2733)
  o Invalid advertised window line on tcptrace style graph. (Bug
    3417)
  o SMB get_dfs_referral referral entry is not dissected
    correctly. (Bug 3542)
  o Error dissecting eMule sourceOBFU message. (Bug 3848)
  o Typos in Diameter XML files. (Bug 3878)
  o RSL dissector for MS Power IE is broken. (Bug 4017)
  o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
  o FIP dissector throws assertion. (Bug 4046)
  o TCAP problem with indefinite length 'components' SEQ OF. (Bug
    4053)
  o GSM MAP: an-APDU not decoded. (Bug 4095)
  o Add "Drag and Drop entries..." message on Columns preferences
    page. (Bug 4099)
  o Editcap -t and -w option parses fractional digits incorrectly.
    (Bug 4162)
- Updated Protocol Support
  DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
  Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS

(tron)

2009-10-28 11:36:36 UTC MAIN commitmail json YAML

Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)
Also fix broken DESTDIR support.

Fixes the following security issues:
MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15)
MFSA 2009-63 Upgrade media libraries to fix memory safety bugs
MFSA 2009-62 Download filename spoofing with RTL override
MFSA 2009-61 Cross-origin data theft through document.getSelection()
MFSA 2009-59 Heap buffer overflow in string to number conversion
MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS()
MFSA 2009-56 Heap buffer overflow in GIF color map parser
MFSA 2009-55 Crash in proxy auto-configuration regexp parsing
MFSA 2009-54 Crash with recursive web-worker calls
MFSA 2009-53 Local downloaded file tampering
MFSA 2009-52 Form history vulnerable to stealing

(tnn)

2009-10-28 11:09:53 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.5.7.2

(adam)

2009-10-28 11:07:59 UTC MAIN commitmail json YAML

2009-10-28 09:34:33 UTC MAIN commitmail json YAML

Updated bacula to 3.0.3

(adam)

2009-10-28 09:30:22 UTC MAIN commitmail json YAML

Changes 3.0.3:
* Fix 1352 about double free with regexp and big filenames on windows
* Apply Graham's idea for recovering from disk full by recursing
  when doing fixup_write_error ...
* Make fix for VirtualFull changing device
* Fix concurrent Job recycle bug 1288
* Backport part of one possible fix from bug 1346
* Fix bug 1382 newly created disk volumes -> file not found warning
* Fix Alpha ifdefing -- should fix bug 1359
* Use old code for selecting file during restore.
* tweak space on projects file
* Fix seg fault in ignoredir code
* Apply Frank's slash patch
* Add more info when SD-connection refused
* Fixes bug 1371 about segfault in SD
* Fixes bug 1355 Director crashes with double free in Accurate SQL query
* Fixes bug 1365 and 1366 about MacOSX resource forks.
* Fixes bug 1369 about "Exclude Dir Containing" fileset option
* Fixes bug 1368 ASSERT Failure on MacOS.
* Fixes bug 1364 and 1363 about compression buffer error.

(adam)

2009-10-28 09:25:23 UTC MAIN commitmail json YAML

2009-10-28 06:42:37 UTC MAIN commitmail json YAML

Changes 3.6.19:
* Added support for foreign key constraints. Foreign key constraints are
  disabled by default. Use the foreign_keys pragma to turn them on.
* Generalized the IS and IS NOT operators to take arbitrary expressions on
  their right-hand side.
* The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE)
  interface to the TCL interpreter when linked against TCL 8.6 or later.
* Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt
  is made to write on a read-only database.

(adam)

2009-10-28 06:16:40 UTC MAIN commitmail json YAML

2009-10-28 06:14:38 UTC MAIN commitmail json YAML

2009-10-28 06:13:40 UTC MAIN commitmail json YAML

Initial import of Pict 4.1 into the NetBSD package system.

Pict is a language in the ML tradition, formed by adding a layer of
convenient syntactic sugar and a static type system to a tiny
core. The current release includes a Pict-to-C compiler, reference
manual, language tutorial, numerous libraries, and example programs.

The core language - an asynchronous variant of Milner, Parrow, and
Walker's pi-calculus - has been used as a theoretical foundation for a
broad class of concurrent computations. The goal in Pict is to
identify high-level idioms that arise naturally when these primitives
are used to build working programs - idioms such as basic data
structures, protocols for returning results, higher-order programming,
selective communication, and concurrent objects. The type system
integrates a number of features found in recent work on theoretical
foundations for typed object-oriented languages: higher-order
polymorphism, simple recursive types, subtyping, and a powerful
partial type inference algorithm.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dholland)

2009-10-28 01:20:33 UTC MAIN commitmail json YAML

Don't leak the .buildlink directory into the final binary for vim-motif.
Bump revision.

(joerg)

2009-10-28 01:06:37 UTC MAIN commitmail json YAML

Pass down X11 options for modular Xorg.

(joerg)

2009-10-28 01:02:03 UTC MAIN commitmail json YAML

Pass down X11 configure options for modular Xorg

(joerg)

2009-10-28 00:53:56 UTC MAIN commitmail json YAML

We want to stinking lib64, thanks. Fixes packages on amd64 and other
64bit platforms.

(joerg)

2009-10-28 00:12:36 UTC MAIN commitmail json YAML

Simplify to not fall into ABI traps

(joerg)

2009-10-28 00:11:59 UTC MAIN commitmail json YAML

Ensure that rpath options have an argument for modular Xorg.

(joerg)

2009-10-27 22:23:47 UTC MAIN commitmail json YAML

Added textproc/hunspell-pl_PL version 20061202

(ahoka)

2009-10-27 22:22:01 UTC MAIN commitmail json YAML

Added textproc/hunspell-fy_NL version 0.12

(ahoka)

2009-10-27 22:20:55 UTC MAIN commitmail json YAML

Added textproc/hunspell-lv_LV version 0.8b1

(ahoka)

2009-10-27 22:19:24 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_ZA version 20060120

(ahoka)

2009-10-27 22:17:33 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_NZ version 20020518

(ahoka)

2009-10-27 22:13:59 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_CA version 20020315

(ahoka)

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

recognize builtin libevent 1.4.11

(drochner)

2009-10-27 21:00:34 UTC MAIN commitmail json YAML

relax the libevent requirement to 1.4.11 which is what NetBSD-current
has builtin -- this works around the CONFLICT between libevent and libev

(drochner)

2009-10-27 20:50:18 UTC MAIN commitmail json YAML

Updated graphics/gnuplot and graphics/gnuplot-nox11 to 4.2.6

(asau)

2009-10-27 20:48:07 UTC MAIN commitmail json YAML

Update to gnuplot 4.2.6.

New features, changes and fixes in gnuplot version 4.2.6
===========================================================
* NEW xterm tektronix emulation 'set term xterm'
* FIX 'set xtics mirror' didn't work if xtics were previously unset
* FIX off-by-one pixel bug in width of boxes with palette or rgb color
* FIX center rotation of 'set view equal xyz' mode at screen center
* FIX sanity-check time ranges for axes with timeformat
* FIX pslatex blacktext and broken format specifier
* FIX PostScript code points for Lcaron, lcaron in encoding cp1250
* CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange
* CHANGE aquaterm accepts "size xx,yy" with a comma
* CHANGE Remove the EXPERIMENTAL flag from the wxt terminal
* CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode

(asau)

2009-10-27 20:26:21 UTC MAIN commitmail json YAML

Added textproc/hunspell-el_GR version 20041220

(ahoka)

2009-10-27 20:24:20 UTC MAIN commitmail json YAML

Added textproc/hunspell-cy_GB version 20040425

(ahoka)

2009-10-27 20:21:29 UTC MAIN commitmail json YAML

Add previously imported hunspell dicts.

(ahoka)

2009-10-27 20:14:12 UTC MAIN commitmail json YAML

Import hunspell-lv_LV-0.8b1 as textproc/hunspell-lv_LV.

Latvian dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:13:08 UTC MAIN commitmail json YAML

Import hunspell-pl_PL-20061202 as textproc/hunspell-pl_PL.

Polish dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:10:12 UTC MAIN commitmail json YAML

Import hunspell-fy_NL-0.12 as textproc/hunspell-fy_NL.

Frisian dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:07:11 UTC MAIN commitmail json YAML

Import hunspell-en_ZA-20060120 as textproc/hunspell-en_ZA.

English (South Africa) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:05:57 UTC MAIN commitmail json YAML

Import hunspell-en_NZ-20020518 as textproc/hunspell-en_NZ.

English (New Zealand) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:04:36 UTC MAIN commitmail json YAML

Import hunspell-en_CA-20020315 as textproc/hunspell-en_CA.

English (Canada) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:03:32 UTC MAIN commitmail json YAML

Import hunspell-el_GR-20041220 as textproc/hunspell-el_GR.

Greek dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)