Commit graph

135436 commits

Author SHA1 Message Date
obache
f61235da13 Updated parallel/mpi-ch to 1.0.8 2008-12-21 11:41:22 +00:00
obache
af6c0740c7 Update MPICH2 to 1.0.8, maintainer update request by PR 40239.
Changes since 1.0.7:
- Added support for MPI 2.1
- Added support for MPI_Type_create_resized and
  MPI_Type_create_indexed_block datatypes in ROMIO.
- Bug fixes, memory leak fixes and code cleanup.
2008-12-21 11:41:01 +00:00
wiz
e2582f96f4 Updated www/epiphany to 2.24.2.1nb2 2008-12-21 11:37:33 +00:00
wiz
4cb8a53a7b Add avahi option, on by default, for zeroconf bookmarks.
Bump PKGREVISION.
2008-12-21 11:37:15 +00:00
spz
6c2bb9406e add a description for the uucp option used eg in news/inn. Since other
packages may also want to optionally add uucp support, don't use inn-uucp.
2008-12-21 11:14:23 +00:00
spz
d034e3dc65 add a line for the recently added bind-xml-statistics-server option for the
net/bind95 package
2008-12-21 11:11:33 +00:00
obache
f7e0edca8a Updated net/tor to 0.2.0.32 2008-12-21 11:10:46 +00:00
obache
0fb8300af8 Update tor to 0.2.0.32.
Based on PR 40241 by Taylor R Campbell.
While here, add DESTDIR support.

Changes in version 0.2.0.32 - 2008-11-20
  o Security fixes:
    - The "User" and "Group" config options did not clear the
      supplementary group entries for the Tor process. The "User" option
      is now more robust, and we now set the groups to the specified
      user's primary group. The "Group" option is now ignored. For more
      detailed logging on credential switching, set CREDENTIAL_LOG_LEVEL
      in common/compat.c to LOG_NOTICE or higher. Patch by Jacob Appelbaum
      and Steven Murdoch. Bugfix on 0.0.2pre14. Fixes bug 848 and 857.
    - The "ClientDNSRejectInternalAddresses" config option wasn't being
      consistently obeyed: if an exit relay refuses a stream because its
      exit policy doesn't allow it, we would remember what IP address
      the relay said the destination address resolves to, even if it's
      an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv.

  o Major bugfixes:
    - Fix a DOS opportunity during the voting signature collection process
      at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x.

  o Major bugfixes (hidden services):
    - When fetching v0 and v2 rendezvous service descriptors in parallel,
      we were failing the whole hidden service request when the v0
      descriptor fetch fails, even if the v2 fetch is still pending and
      might succeed. Similarly, if the last v2 fetch fails, we were
      failing the whole hidden service request even if a v0 fetch is
      still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha.
    - When extending a circuit to a hidden service directory to upload a
      rendezvous descriptor using a BEGIN_DIR cell, almost 1/6 of all
      requests failed, because the router descriptor has not been
      downloaded yet. In these cases, do not attempt to upload the
      rendezvous descriptor, but wait until the router descriptor is
      downloaded and retry. Likewise, do not attempt to fetch a rendezvous
      descriptor from a hidden service directory for which the router
      descriptor has not yet been downloaded. Fixes bug 767. Bugfix
      on 0.2.0.10-alpha.

  o Minor bugfixes:
    - Fix several infrequent memory leaks spotted by Coverity.
    - When testing for libevent functions, set the LDFLAGS variable
      correctly. Found by Riastradh.
    - Avoid a bug where the FastFirstHopPK 0 option would keep Tor from
      bootstrapping with tunneled directory connections. Bugfix on
      0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.
    - When asked to connect to A.B.exit:80, if we don't know the IP for A
      and we know that server B rejects most-but-not all connections to
      port 80, we would previously reject the connection. Now, we assume
      the user knows what they were asking for. Fixes bug 752. Bugfix
      on 0.0.9rc5. Diagnosed by BarkerJr.
    - If we overrun our per-second write limits a little, count this as
      having used up our write allocation for the second, and choke
      outgoing directory writes. Previously, we had only counted this when
      we had met our limits precisely. Fixes bug 824. Patch from by rovv.
      Bugfix on 0.2.0.x (??).
    - Remove the old v2 directory authority 'lefkada' from the default
      list. It has been gone for many months.
    - Stop doing unaligned memory access that generated bus errors on
      sparc64. Bugfix on 0.2.0.10-alpha. Fixes bug 862.
    - Make USR2 log-level switch take effect immediately. Bugfix on
      0.1.2.8-beta.

  o Minor bugfixes (controller):
    - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on
      0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807.
2008-12-21 11:10:27 +00:00
obache
97bf58f7f7 Broken INSTALL script was removed.
No need to remove superfluous directory now.
2008-12-21 11:01:59 +00:00
wiz
2f7f51f185 Add avahi option, and enable it by default.
Bump PKGREVISION.
2008-12-21 11:00:37 +00:00
wiz
e0d1e94a88 Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1. 2008-12-21 10:58:52 +00:00
obache
6d54586480 Re-remove redundant and broken INSTALL script.
It was removed as part of fix PR 37195,
but re-added when merged new version from pkgsrc-wip.
2008-12-21 10:41:52 +00:00
wiz
2c4e9d2a7e Updated graphics/comix to 4.0.1 2008-12-21 10:37:42 +00:00
wiz
9cc846c3f5 Update to 4.0.1:
Comix 4.0.1

    - Croatian translation updated by Adrian C.

    - Polish translation updated by Darek Jakoniuk.

    - Russian translation updated by Артем Смирнов.

    - Simplified Chinese translation updated by Xie Yanbo.

    - Re-added the "flip pages when scrolling off the page" preference
    from previous Comix versions. Thanks to Mamoru Tasaka.

    - Added a portability module for handling home directories in a more
    portable way. Thanks to Oddegamra.
2008-12-21 10:37:28 +00:00
wiz
713584ca8c py-expat only needed with Python 2.4, make it so. 2008-12-21 10:35:19 +00:00
rillig
ea2694451d Warn about missing PKG_DESTDIR_SUPPORT definition. Every package should
have one.
2008-12-21 10:34:59 +00:00
ahoka
acf434b6e1 Updated x11/modular-xorg-server to 1.4.2nb3 2008-12-21 10:32:35 +00:00
wiz
a3322978c3 Updated devel/mercurial to 1.1.1 2008-12-21 10:26:22 +00:00
wiz
95d0e98606 Update to 1.1.1:
This is a bugfix release
     * make hgweb recursion optional (use '**' rather than '*')
     * fix fncache bug for directories ending in ' ' or '.'
     * require -a switch to resolve all files
     * improve help for resolve command
     * fix inotify interaction with bundle diffs
     * fix strange readline import error on Windows
     * fix non-existing target directory with git diffs
     * fix removing symlinks with git diffs
     * fix directory creation bug in patch
     * rebase: allow keeping branch names
     * fix a copy bug in the SVN converter
2008-12-21 10:26:07 +00:00
ahoka
716761c1c1 According to Section 12.4 of the XKB Protocol Spec, if a key only has a single
group but the keyboard has multiple groups defined, the core description of
the key is a duplication of the single group across all symbols. i.e.
G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4

The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to
"invented" groups when the process is reversed.

Note that this creates wrong key types on reconstruction from core to xkb,
i.e. any single-group key with a key type that is not one of the canonical
four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type
for the other gruops.

X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373>

Patch taken from the bugtracker entry.
2008-12-21 10:23:23 +00:00
wiz
3b146b1b6d + boost-libs-1.37.0, claws-mail-3.7.0, clive-2.1.1, kadu-0.6.5,
ns-3.3, pwlib-1.11.1, py-gnome2-desktop-2.24.1, sawfish-1.3.5,
  vice-2.1, worker-2.17.1.
2008-12-21 10:21:38 +00:00
joerg
fa2ba0643b Needs py-expat for building. 2008-12-21 09:55:04 +00:00
joerg
b24d70a909 Fix typo. 2008-12-21 09:53:35 +00:00
joerg
fc2042941c Needs py-expat for building. 2008-12-21 09:53:13 +00:00
joerg
4d3378600a Really depend on both, p5-YAML and p5-YAML-Syck. 2008-12-21 09:27:27 +00:00
wiz
2631d2a1f8 regen checksum for patch-ab 2008-12-21 08:33:39 +00:00
kefren
0f09f68fc8 re-add MAKE_JOBS_SAFE=no because it sometimes fails under bulk builds
No functional change
2008-12-21 07:44:46 +00:00
minskim
d97e252d59 Note update of maxima. 2008-12-21 05:05:22 +00:00
minskim
bcea21c41a Update maxima to 5.17.1, based on wip/maxima, which was updated
and tested by Aleksej Saushev and Stathis Kamperis.

Major changes:
- Expand code for special functions
- quad_qagi accepts upper and lower limits instead of flags for limits
- Cut out solve_inconsistent_error
- new, alternate implementation of vector operations
- colorterm: simple output color-coding
2008-12-21 05:04:28 +00:00
obache
c024715042 Add gtkdoc-rebase to TOOLS_NOOP on Darwin, for workaround of Bug#562310. 2008-12-21 05:03:34 +00:00
jmcneill
33030440f0 Updated emulators/wine-devel to 1.1.11 2008-12-21 02:18:11 +00:00
jmcneill
e32bda129f The Wine development release 1.1.11 is now available.
What's new in this release:

     * Numerous fixes for IE7 support.
     * Support for 64-bit cross-compile using Mingw64.
     * User interface support for crypto certificates.
     * Better support for MSI installation patches.
     * Various Direct3D optimizations.
     * Various bug fixes.
2008-12-21 02:17:27 +00:00
minskim
d37715391a Note mathomatic update. 2008-12-21 02:03:44 +00:00
minskim
a4a274cfdb Update mathomatic to 14.2.7.
Numerous improvements since 14.0.5. See
http://mathomatic.orgserve.de/changes.txt for the complete list of changes.
2008-12-21 02:02:25 +00:00
ahoka
713c6b8e7a Updated libpurple and pidgin. 2008-12-21 01:01:32 +00:00
he
d82d80f2ab Note update of graphics/p5-GraphViz to 2.04. 2008-12-21 00:39:38 +00:00
he
b3749e1f03 Update from version 2.03nb1 to 2.04.
Pkgsrc changes:
 o Adjust dependencies according to META.yml

Upstream changes:

2.04 Fri Dec 12 21:31:24 GMT 2008
    - perltidy everything
    - add human- and machine-readable license
    - add use warnings
2008-12-21 00:39:02 +00:00
he
ab9aa4fa5d Today's last set from this corner:
Updated devel/p5-Config-Find to 0.26
Updated devel/p5-Data-Visitor to 0.22
Updated devel/p5-Devel-Declare to 0.003004
Updated net/p5-SOAP-Lite to 0.710.08nb4
Updated devel/p5-ExtUtils-Install to 1.52
Updated devel/p5-File-Temp to 0.21
Updated devel/p5-Graph to 0.86
Updated devel/p5-Hook-LexWrap to 0.22
Updated devel/p5-IO-All to 0.39
Updated devel/p5-IPC-PubSub to 0.29
Updated devel/p5-IPC-Run to 0.82
Updated devel/p5-Inline to 0.45
Updated devel/p5-MooseX-Object-Pluggable to 0.0009
Updated devel/p5-MooseX-Types to 0.08
Updated devel/p5-Mouse to 0.13
Updated devel/p5-Sub-Identify to 0.04
Updated devel/p5-Test-Base to 0.55
Updated devel/p5-Test-WWW-Selenium to 1.16
Updated devel/p5-Variable-Magic to 0.26
2008-12-21 00:33:51 +00:00
jmcneill
5a51fee712 Updated x11/libgnomekbd to 2.24.0nb1 2008-12-21 00:29:47 +00:00
jmcneill
15f3c318c7 Pull in patch from libgnomekbd trunk that prevents a crash when a buggy
X server fails a XkbGetKeyboard call. Bump PKGREVISION.
2008-12-21 00:29:02 +00:00
minskim
97898f20e3 Note un-core-ttf and un-extra-ttf updates. 2008-12-21 00:27:31 +00:00
minskim
458ed02aca Update un-extra-ttf to 1.0.2.20080514.
Changes:
    - Adjust the location of underscore.
    - Replace the English font in Un Batang with alee's version.
    - Add auto hinting.
    - Correct font info on bold fonts.
    - Un Bold -> Bold Un.
    - Add Un Bada and Un Pilgia.
2008-12-21 00:26:11 +00:00
minskim
d41bfaf7ea Update un-core-ttf to 1.0.2.20080514.
Changes:
    - Adjust the location of underscore.
    - Replace the English font in Un Batang with alee's version.
    - Add auto hinting.
    - Correct font info on bold fonts.
    - Un Bold -> Bold Un.
    - Add Un Dinaru.
2008-12-21 00:25:00 +00:00
ahoka
dff3c66a65 Add dbus, gstreamer and avahi (new) to default options.
This will enable better gnome integration and cooperation with
other freedesktop software.
Bump revision.
2008-12-21 00:12:10 +00:00
he
bd652cbbda Update from version 0.25 to 0.26.
Upstream changes:

0.26    2008-11-29 22:05 UTC
        + Fix : Leaks of cloned coderefs that access lexicals.
        + Fix : Building with maint-5.8 and blead (thanks Andreas Koenig).
2008-12-21 00:10:13 +00:00
he
de59e09c02 Update from version 1.15nb1 to 1.16.
Pkgsrc changes:
 o Update dependencies based on META.yml

Upstream changes:

1.16 - Sun 14 Dec 2008 15:28:38 PST
 - use POST instead of GET to selenium server (gyrm)
 - add support for per-session javascript (gyrm)
 - add unit tests and docs for re-using session_ids
2008-12-21 00:07:19 +00:00
adrianp
0229c7a8dd Updated pkgtools/rc.subr to 20081208 2008-12-21 00:04:12 +00:00
adrianp
9e164864f6 Make this work on OpenSolaris 2008-12-21 00:03:32 +00:00
he
d8a96d48d1 Update from version 0.54nb1 to 0.55.
Pkgsrc changes:
 o Adjust dependency according to META.yml

Upstream changes:

version: 0.55
date:    Thu Dec  4 01:10:11 PST 2008
changes:
- Module::Install::TestBase::use_test_base require 'Filter::Util::Call' now.
2008-12-21 00:01:53 +00:00
he
9272dcf95f Update from version 0.03nb1 to 0.04.
Pkgsrc changes:
 o Add USE_LANGUAGES=c since the build now uses the C compiler

Upstream changes:

0.04- Rafael Garcia-Suarez (9):
      First stab as a dual implementation XS / pure Perl
      Update MANIFEST and add ppport.h from bleadperl
      Bump version to 0.04
      Add license to Makefile.PL
      Re-add "use strict"
      Mortalize return values
      Add tests for a bug reported on P5P by Renée Bäcker
      Fix segfault / compilation error by returning nothing for a
        sub being compiled
      Regenerate META.yml
2008-12-20 23:55:35 +00:00