Commit graph

119492 commits

Author SHA1 Message Date
bjs
52b7990643 Update to version 0.1.2.18. Changes since the last release:
o Major bugfixes (crashes):
    - If a connection is shut down abruptly because of something that
      happened inside connection_flushed_some(), do not call
      connection_finished_flushing(). Should fix bug 451:
      "connection_stop_writing: Assertion conn->write_event failed"
      Bugfix on 0.1.2.7-alpha.
    - Fix possible segfaults in functions called from
      rend_process_relay_cell().

  o Major bugfixes (hidden services):
    - Hidden services were choosing introduction points uniquely by
      hexdigest, but when constructing the hidden service descriptor
      they merely wrote the (potentially ambiguous) nickname.
    - Clients now use the v2 intro format for hidden service
      connections: they specify their chosen rendezvous point by identity
      digest rather than by (potentially ambiguous) nickname. These
      changes could speed up hidden service connections dramatically.

  o Major bugfixes (other):
    - Stop publishing a new server descriptor just because we get a
      HUP signal. This led (in a roundabout way) to some servers getting
      dropped from the networkstatus lists for a few hours each day.
    - When looking for a circuit to cannibalize, consider family as well
      as identity. Fixes bug 438. Bugfix on 0.1.0.x (which introduced
      circuit cannibalization).
    - When a router wasn't listed in a new networkstatus, we were leaving
      the flags for that router alone -- meaning it remained Named,
      Running, etc -- even though absence from the networkstatus means
      that it shouldn't be considered to exist at all anymore. Now we
      clear all the flags for routers that fall out of the networkstatus
      consensus. Fixes bug 529.

  o Minor bugfixes:
    - Don't try to access (or alter) the state file when running
      --list-fingerprint or --verify-config or --hash-password. Resolves
      bug 499.
    - When generating information telling us how to extend to a given
      router, do not try to include the nickname if it is
      absent. Resolves bug 467.
    - Fix a user-triggerable segfault in expand_filename(). (There isn't
      a way to trigger this remotely.)
    - When sending a status event to the controller telling it that an
      OR address is readable, set the port correctly. (Previously we
      were reporting the dir port.)
    - Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
      command. Bugfix on 0.1.2.17.
    - When loading bandwidth history, do not believe any information in
      the future. Fixes bug 434.
    - When loading entry guard information, do not believe any information
      in the future.
    - When we have our clock set far in the future and generate an
      onion key, then re-set our clock to be correct, we should not stop
      the onion key from getting rotated.
    - On some platforms, accept() can return a broken address. Detect
      this more quietly, and deal accordingly. Fixes bug 483.
    - It's not actually an error to find a non-pending entry in the DNS
      cache when canceling a pending resolve. Don't log unless stuff
      is fishy. Resolves bug 463.
    - Don't reset trusted dir server list when we set a configuration
      option. Patch from Robert Hogan.
2007-11-16 05:30:13 +00:00
hiramatsu
ee8644b924 Updated devel/p5-Class-Autouse to 1.29. 2007-11-16 03:12:17 +00:00
hiramatsu
6060b64024 Update p5-Class-Autouse to 1.29.
Changes from 1.27:

1.29 Mon 12 Nov 2007
        - No functional changes
        - Upgrading to Module::Install 0.68
        - Updating to newer author tests
        - Removing the use of base.pm

1.28 Tue 17 Jul 2007
        - No functional changes
        - Upgrading to Module::Install 0.65
        - Updating List::Util dependency to 1.19.
          (Fixes memory leak AND resolving the Win32 problem listed below)
2007-11-16 03:11:25 +00:00
rillig
0d736f5a52 By default, chmod follows symlinks, which is not intended here. Patch by
Lloyd Parkes in PR 37391.
2007-11-16 00:16:29 +00:00
dmcmahill
65199de8a1 Updated cad/gwave to 20060606 2007-11-15 23:55:17 +00:00
dmcmahill
712a4b2905 update to gwave-20060606
Most of the previous pkgsrc patches have been incorporated upstream (yay!).

New in 20060606
- ??

New in 20051222
- full-height vertical scrollbar appears if the total height of all
panels becomes larger than the window.
- new panel type "jumbo" stays larger even when things get crowded
- most deprecated guile calls removed.  Guile 1.6 or later is now required.

New in 20050928
- ALPHA RELEASE: may crash.  do not rely on for production use.
- handling of multi-sweep datafiles
- vertical scrollbars on label/measure area in each wavepanel make handling
large numbers of waveforms easier.

New in 20031202
- Got docstring extraction from C source to .txt files in doc directory working again
- applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code

New in 20030917
- bugfixes to make the new print/plot stuff work better
- path to working gnu graph found by configure is passed to scheme code
2007-11-15 23:53:48 +00:00
adrianp
575c30291f Updated mail/ingo to 1.1.4 2007-11-15 22:31:19 +00:00
adrianp
0deb1d8654 ------
v1.1.4
------

[jan] Add Simplified Chinese translation (Anna Chen
<annachen2008@yahoo.com.cn>).
[cjh] Fix check for bulk or list precedence in Sieve vacation (Bug 5543).
[jan] Add additional checks to avoid adding empty test values (Bug 5392).
[jan] Fix multiline vacation messages with procmail driver (Bug 5273).
2007-11-15 22:30:49 +00:00
adrianp
059ee33fd1 Updated mail/turba to 2.1.5 2007-11-15 22:24:28 +00:00
adrianp
44d1c5c41d ------
v2.1.5
------

[mjr] Fix some fatal errors caused by the IMSP driver when deleting certain
contacts and while adding contacts to lists in certain cases.
[mjr] Fix adding contacts to a new contact list in a source other than the
source the contacts being added are from.
[jan] Fix paging through search results from another than the default address
book (Bug 5137).
[cjh] Fix copy/moving contacts to a new contact list (Bug 5144).
2007-11-15 22:24:01 +00:00
adrianp
717b4003be Updated mail/imp to 4.1.5 2007-11-15 22:19:04 +00:00
adrianp
e254afa37d ------
v4.1.5
------

[cjh] Lower memory usage when downloading folders (Andrew Morgan
<morgan@orst.edu>).
[mms] Fix detection of default namespace information when no namespaces are
defined on the server (Bug 5538).
[mms] Don't lose message bodies when moving messages to trash when over quota
(Bug 5470).
[cjh] Remove unused defaults in Fetchmail_imap (Bug 2799).
[jan] Fix empty folder name appearing on Cyrus and servers with similar
namespaces (Bug 5138).
[jan] Only show reply options in iCalendar viewer if a reply is requested.
[cjh] Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from
PGP options (Bug 5323).
[jan] Fix moving messages when over quota on Dovecot servers (Bug 5270).
[jan] Fix parsing of certain distribution lists (Bug 5134).
[mms] Fix rare occurrence where an action perfomed on the mailbox screen would
instead be performed on the INBOX (Bug 5202).
[mms] Don't show save attachments prompt in compose screen if configured to
automatically link all attachments (Request 5189).
2007-11-15 22:18:42 +00:00
adrianp
593b01a131 Updated www/horde to 3.1.5 2007-11-15 22:12:08 +00:00
wiz
3a57c1eac8 + MesaLib-7.0.2, efax-gtk-3.0.16, lftp-3.6.1, simh-3.7.3, swfdec-0.5.4. 2007-11-15 22:11:44 +00:00
adrianp
bffa4b6008 ------
v3.1.5
------

[cjh] Fix identity javascript when some fields are disabled
      (veikko@immonen@otaverkko.fi, Bug 5595).
[cjh] Disable the Turkish locale if using PHP 5 (see
      http://bugs.php.net/bug.php?id=35050).
[jan] Improved webroot detection (Request 4126).
[jan] Fix selecting the language on the login screen (Bug 5098).
[jan] Fix searching for single quotes in email headers (qa@cpanel.net, Bug
      4854).
[jan] Fix portal layouts with more than one horizontally expanded block per
      row.
2007-11-15 22:11:36 +00:00
jlam
0db719c987 Note update of print/p5-PostScript-MailLabels. 2007-11-15 20:39:46 +00:00
jlam
4cd0f6d8a9 Update p5-PostScript-MailLabels to 2.25. Changes from version 2.10:
* Make output 7-bit clean
* Add support for No. 9 and No. 6 3/4 envelopes.
* Add support for many new Avery layouts
* Add a new "orientation" setup option which can be set to "portrait"
  or "landscape", with "portrait" being the default.
2007-11-15 20:39:22 +00:00
tron
15c3e5637e Note update of the "thunderbird" package to version 2.0.0.9. 2007-11-15 15:05:41 +00:00
tron
68f42b7c9f Update "thunderbird" package to version 2.0.0.9. It fixes the following
security problems:
- MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows
- MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8)
2007-11-15 15:05:22 +00:00
rillig
83dd6f1fba The new thread-safe feature doesn't really work: The py-sqlite2
self-test fails with a segmentation fault.
2007-11-15 14:11:53 +00:00
sborrill
348ad41ea9 Bump PKGREVISION due to change of jabberd rc.d script:
The startup order of the jabberd components is important; alphabetical order
isn't good enough!

Ensure that c2s starts after router (which it needs to connect to). This
saves it having to retry the connection.
2007-11-15 12:58:49 +00:00
sborrill
02bff73ef0 The startup order of the jabberd components is important; alphabetical order
isn't good enough!

Ensure that c2s starts after router (which it needs to connect to). This
saves it having to retry the connection.

Bump PKGREVISION
2007-11-15 12:57:21 +00:00
rillig
390e1a5efb Fixed some pkglint warnings. At any other position in a shell word, the
$$ would have to be escaped, so why should be leave it out just because
it is at the end of the word?
2007-11-15 12:15:43 +00:00
rillig
770f3bbb1d Fixed pkglint warnings. 2007-11-15 12:09:52 +00:00
rillig
4738580199 When cleaning up the working directories in WRKOBJDIR, also try to
remove the category directory, to not leave unnecessary empty
directories around.
2007-11-15 12:05:09 +00:00
rillig
44b0ed5ecf Updated databases/sqlite3-tcl to 3.5.2 2007-11-15 10:48:40 +00:00
rillig
81e751f689 Oops, I had forgotten to set NETBSD_LOGIN_NAME. 2007-11-15 10:42:53 +00:00
rillig
e2fa6322ce Updated databases/sqlite3 to 3.5.2 2007-11-15 10:39:35 +00:00
rillig
8e04945df1 Updated sqlite to 3.5.2. The main reason to update was that on Solaris,
the file lemon.c uses the same identifiers (B_TRUE, B_FALSE) as the
<sys/types.h> header, and therefore fails to build.

Changes since 3.4.2:

   2007 Nov 05 (3.5.2)

     * Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time
       option.
     * Always open files using FILE_FLAG_RANDOM_ACCESS under windows.
     * The 3rd parameter of the built-in SUBSTR() function is now
       optional.
     * Bug fix: do not invoke the authorizer when reparsing the schema
       after a schema change.
     * Added the experimental malloc-free memory allocator in mem3.c.
     * Virtual machine stores 64-bit integer and floating point constants
       in binary instead of text for a performance boost.
     * Fix a race condition in test_async.c.
     * Added the ".timer" command to the CLI

   2007 Oct 04 (3.5.1)

     * Nota Bene: We are not using terms "alpha" or "beta" on this release
       because the code is stable and because if we use those terms,
       nobody will upgrade. However, we still reserve the right to make
       incompatible changes to the new VFS interface in future releases.
     * Fix a bug in the handling of SQLITE_FULL errors that could lead to
       database corruption. [11]Ticket #2686.
     * The test_async.c drive now does full file locking and works
       correctly when used simultaneously by multiple processes on the
       same database.
     * The CLI ignores whitespace (including comments) at the end of lines
     * Make sure the query optimizer checks dependences on all terms of a
       compound SELECT statement. [12]Ticket #2640.
     * Add demonstration code showing how to build a VFS for a raw mass
       storage without a filesystem.
     * Added an output buffer size parameter to the xGetTempname() method
       of the VFS layer.
     * Sticky SQLITE_FULL or SQLITE_IOERR errors in the pager are reset
       when a new transaction is started.

   2007 Sep 04 (3.5.0) alpha

     * Redesign the OS interface layer. See [13]34to35.html for details.
       *** Potentially incompatible change ***
     * The [14]sqlite3_release_memory(), [15]sqlite3_soft_heap_limit(),
       and [16]sqlite3_enable_shared_cache() interfaces now work cross all
       threads in the process, not just the single thread in which they
       are invoked. *** Potentially incompatible change ***
     * Added the [17]sqlite3_open_v2() interface.
     * Reimplemented the memory allocation subsystem and made it
       replacable at compile-time.
     * Created a new mutex subsystem and made it replacable at
       compile-time.
     * The same database connection may now be used simultaneously by
       separate threads.
2007-11-15 10:39:18 +00:00
rillig
014c435d47 Not every compiler knows __FUNCTION__. 2007-11-15 09:19:36 +00:00
hiramatsu
03694ca002 Updated devel/p5-Class-Accessor to 0.31. 2007-11-15 07:27:17 +00:00
hiramatsu
c9fa8fe365 Updated to 0.31.
Change from previous:

0.31 Wed Jul 11 23:03:47 JST 2007
    - applied performance patch from RUZ
2007-11-15 07:23:16 +00:00
rillig
53bc38d7c1 Sunpro needs some more patches. 2007-11-15 06:36:45 +00:00
seb
1d3ee5267c Remove unused file. 2007-11-15 01:29:06 +00:00
seb
c90ff5fddd Note removal of the superseded package net/ripe-whois-tools. 2007-11-15 01:08:25 +00:00
seb
57b01e1a32 Fix entry about removal of net/ripe-whois. 2007-11-15 01:07:27 +00:00
seb
68a995154e Remove package ripe-whois-tools superseded for a long time at least
for the "whois part" by ripe-whois package , now also removed,
and now by the whois3 package.
2007-11-15 01:06:18 +00:00
seb
b8215ba5e4 Note removal of net/ripe-whois and the initial addition of its
superseding package whois3 version 3.2.2 as net/whois3.
2007-11-15 01:03:01 +00:00
seb
6955e7b962 Add & enable whois3.
Remove package ripe-whois superseded by package whois3.
2007-11-15 01:00:18 +00:00
seb
15380a566c Initial import of whois3 version 3.2.2 into The NetBSD
Packages Collection.

This is whois3, a very simple and generic whois client.

This client, unlike the "classic" whois client,
does not check for supported flags at the client side,
except for -h (whois host) and -p (whois port).
The syntax checks for flags are made at the server side.
The default host and port of whois3 is whois.ripe.net
at port 43 (or to be more exact, the tcp port specified
for whois in /etc/services).

Note: This is in fact a "reimport" of an updated version
of package net/ripe-whois which is going to be removed.
Most notable change from the last version of net/ripe-whois
package is the addition of the -4 and -6 switches to select
either IPv4 or IPv6 as transport.
2007-11-15 00:56:21 +00:00
wiz
ccf4f0a7e4 Add two missing .Ek. 2007-11-14 22:57:07 +00:00
wiz
ec87700f99 + Gorm-1.2.2, asciidoc-8.2.4, gmime-2.2.11, xscreensaver-5.04. 2007-11-14 21:30:03 +00:00
rillig
f1d269b376 Removed the gcc4-specific compiler flags from CFLAGS. Patch by Adam Hoka
via tech-pkg. PKGREVISION++

Fixed MESSAGE, since there is no "install-user" target. It had been
there in the original version of the package. I didn't find it likely
that end-users would use pkgsrc for installing a single configuration
file, so I removed that.
2007-11-14 20:52:49 +00:00
agc
388fc0f81a Note the changes to the netbsd-iscsi package:
Renamed devel/netbsd-iscsi to devel/netbsd-iscsi-target
Add devel/netbsd-iscsi-initiator version 20071114
2007-11-14 20:48:21 +00:00
agc
8462f5995b Regenerate distfile digests. 2007-11-14 20:44:32 +00:00
agc
cb575945b0 Catch up with the move from pkgsrc/devel/netbsd-iscsi to
pkgsrc/devel/netbsd-iscsi-target and pkgsrc/devel/netbsd-iscsi-initiator.
2007-11-14 20:35:44 +00:00
agc
0086b5a5c6 The netbsd-iscsi package has been split up into
pkgsrc/devel/netbsd-iscsi-target and
pkgsrc/devel/netbsd-iscsi-initiator packages.
2007-11-14 20:34:51 +00:00
agc
882b051f50 Import the NetBSD iSCSI initiator, version 20071114, into the Packages
Collection.

This initiator is based on FUSE/ReFUSE.

	iSCSI is an IETF standard (RFC 3720) for remote access to block-level
	storage.  It can be thought of as similar to NFS, except that an NFS
	server exports files; the iSCSI target exports blocks to the iSCSI
	initiators, which are the clients.

	The NetBSD iSCSI initiator is based on FUSE/ReFUSE, and provides a
	portable initiator for any operating system with a FUSE-like
	interface.
2007-11-14 20:33:47 +00:00
agc
cdb6bdbf8e Re-import the devel/netbsd-iscsi package as devel/netbsd-iscsi-target.
This is to take advantage of the NetBSD iscsi target, whic his in a
separate, related package, which will be devel/netbsd-iscsi-initiator.

Bump version to 20071114 to denote the new initiator functionality.
2007-11-14 20:29:20 +00:00
drochner
6bd5ba99be update to 0.14.10
changes:
-bugfixes
-translation updates
2007-11-14 18:57:21 +00:00