Commit graph

11036 commits

Author SHA1 Message Date
dsainty
3eaa37bf28 Update to rtmpdump version 2.4:
11 July 2011, v2.4
- add RTMPE type 9 handshake support
2011-10-08 06:09:33 +00:00
shattered
26ce32cfbd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
hiramatsu
bbc3413cf6 Update p5-Test-TCP to 1.13.
Changes from previous:
1.13
    - RT#67292: Tests are blocking in Windows 7.
      https://rt.cpan.org/Ticket/Display.html?id=67292
    - change port number range from 10000 .. 11000 to 50000 .. 60000 to
      respect IANA.
      https://rt.cpan.org/Ticket/Display.html?id=64012

1.12
    - workaround for win32 test fails.
      https://rt.cpan.org/Ticket/Display.html?id=66016
    - more diagnostic messages

1.11
    - localize $@ in Test::TCP::DESTROY

1.10
    - added Test::TCP->stop method

1.09
    - added document in FAQ section

1.08
    - no feature changes

1.07_01
    - new OO interface!

1.07
    - allow forking in the client(lestrrat)
2011-10-07 11:36:56 +00:00
drochner
a20e77c980 update to 0.2.2.33
changes: minor fixes
2011-10-06 18:06:15 +00:00
hiramatsu
9852927007 Update p5-WebService-Google-Reader to 0.20.
Changes from previous:
0.20  Sun Sep 18 22:02:11 UTC 2011
    - Added fix for XML::Atom bug.

0.19  Wed May 18 02:29:57 UTC 2011
    - Fixed handling of expired tokens. (RT #68245)
    - Added response method.
0.18  Thu Apr 28 15:48:20 UTC 2011
    - Fixed corner case in 'more' method to prevent an infinite loop.

0.17  Wed Mar 30 00:26:09 UTC 2011
    - Required newer LWP with better HTTPS support.

0.16  Sun Mar 20 23:43:46 UTC 2011
    - Added fix for google alert feeds. (ayanokouz)
    - Added another example script.

0.15  Wed Mar  9 17:46:14 UTC 2011
    - Updated LWP usage to accomodate a change to the default behaviour
      (HTTPS requests now verify the hostname matches the issued certificate).
    - Explicitly set the default sort order of entries to desc, as documented.

0.14  Mon Nov  1 02:51:37 UTC 2010
    - Fixed search feeds.
    - Fixed debug and compress constructor options.
    - Added support for "liking" items.
    - Updated some methods to accept both lists and array references.

0.13  Tue Oct 26 20:51:30 UTC 2010
    - Fixed 'more' method to prevent an infinite loop.    - Substituted deprecated API url.
    - Added another example script- marks dead craigslist posts as read.
    - Updated author tests.
2011-10-06 15:36:20 +00:00
sborrill
cd077f7ff0 Update to 20111006. Changes:
Provide function in libiscsi to return the compile-time limit on number of
targets. Use this function in the initiator, to ensure that the same limit
is used throughout (i.e. stop you attempting to compile the initiator with a
different limit to the library - the initiator uses the library for most of
its functionality).

If truncating the number of targets in the initiator, truncate it to the
correct amount, not half of what it should be.

Obey RFC3720 when determining targets. SendTargets=All MUST be supported
on a discovery session, and MUST NOT be supported on an operational session.
Previously, SendTargets=All was used both in the initial discovery session
and the later session. (from Daisuke Aoyama - author of istgt).
2011-10-06 14:20:40 +00:00
dholland
d955e12bea Add builtin handling for hesiod. Previously, this was setting
PKG_SKIP_REASION if hesiod was builtin, which was causing dependent
packages (all one of them, AFAICT) to fail in the bulk builds.

Someone who knows more about builtin/buildlink stuff should probably
review this, but to casual inspection at least it seems to work; plus
it's not likely to make anything worse.
2011-10-06 08:48:00 +00:00
ryoon
3743070fb6 Fix PR pkg/44125.
Libtoolized.
2011-10-05 21:41:25 +00:00
hans
13acf52ede Fix build on SunOS. 2011-10-04 14:08:48 +00:00
obache
0cc8156ca9 Update zeromq to 2.1.10.
0MQ version 2.1.10 (Stable), released on 2011/10/03
===================================================

Bug fixes
---------

* Fixed issue 140, SWAP failed with assertion failure in pipe.cpp:187
  if the current directory was not writeable. Behavior now is to return
  -1 at zmq_setsockopt in this situation.

* Fixed issue 207, assertion failure in zmq_connecter.cpp:48, when an
  invalid zmq_connect() string was used, or the hostname could not be
  resolved. The zmq_connect() call now returns -1 in both those cases.

* Fixed issue 218, sockets not opened with SOCK_CLOEXEC, causing fork/exec
  to sit on sockets unnecessarily.

* Fixed issue 250, build errors on Windows.

* Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88.

* Fixed issue 261, assertion failure in kqueue.cpp:76 on OS/X.


0MQ version 2.1.9 (Stable), released on 2011/08/29
==================================================

Bug fixes
---------

* Fixed issue 240, assertion failure in pgm_socket.cpp:437.

* Fixed issue 238, assertion failure in zmq.cpp:655, when zmq_poll is
  used on an empty set, on Windows.

* Fixed issue 239, assertion failure in zmq.cpp:223, when ZMQ_SWAP was
  used with explicit identities and multiple SUB sockets.

* Fixed issue 236, zmq_send() and zmq_recv() did not always return
  error conditions such as EFSM properly. This bug was introduced in
  version 2.1.8 by the backport of changes for issue 231.

Building
--------

* 0MQ support for Android added (Bill Roberts, Mikko Koppanen).


0MQ version 2.1.8 (RC), released on 2011/07/28
==============================================

Bug fixes
---------

* Fixed issue 223, assertion failure in tcp_connecter.cpp:300 when
  connecting to a server that is on an unreachable network (errno is
  equal to ENETUNREACH).

* Fixed issue 228, assertion failure at rep.cpp:88 when HWM was reached.

* Fixed issue 231, assertion failure at mailbox.cpp:183 when too many
  pending socketpair operations were queued (major backport from 3.0).

* Fixed issue 234, assertion failure at mailbox.cpp:77 when Ctrl-C was
  used (only affected git master following backport for 231).

* Fixed issue 230, SIGPIPE killing servers when client disconnected, hit
  OS/X only.

Note: this release was renamed "release candidate" due to issue 236,
fixed in 2.1.9.
2011-10-04 07:59:04 +00:00
adam
2addb25bb0 Changes 1.3.3f:
* Fixes segfault if mod_sql_mysql and "SQLAuthenticate groupsetfast"
  configuration used.
* Fixes mod_wrap syslog level (regression from Bug 3317).
* Fixes mod_ifsession segfault if regular expression patterns used in
  a <VirtualHost> section.
2011-10-03 11:23:31 +00:00
tron
a104417485 Uopdate "rsync" package to version 3.0.9. Changes since 3.0.8:
- Fix a crash bug in checksum scanning when --inplace is used.
- Fix a hang if a hard-linked file cannot be opened by the sender (e.g.
  if it has no read permission).
- Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux.
- Fix a memory leak in the xattr code.
- Fixed a bug with --delete-excluded when a filter merge file has a rule
  that specifies a receiver-only side restriction.
- Fix a bug with the modifying of unwritable directories.
- Fix --fake-super's interaction with --link-dest same-file comparisons.
- Fix the updating of the curr_dir buffer to avoid a duplicate slash.
- Fix the directory permissions on an implied dot-dir when using --relative
  (e.g. /outside/path/././send/path).
- Fixed some too-long sleeping instances when using --bwlimit.
- Fixed when symlink ownership difference-checking gets compiled into
  unchanged_attrs().
- Improved the socket-error reporting when multiple protocols fail.
- Fixed a case where a socket error could reference just-freed memory.
- Failing to use a password file that was specified on the command-line is
  now a fatal error.
- Fix the non-root updating of directories that don't have the read and/or
  execute permission.
- Make daemon-excluded file errors more error-like.
- Fix a compilation issue on older C compilers (due to a misplaced var
  declaration).
- Make configure avoid finding socketpair on cygwin.
- Avoid trying to reference SO_BROADCAST if the OS doesn't support it.
- Fix some issues with the post-processing of the man pages.
- Fixed the user home-dir handling in the support/lsh script.
- Some minor manpage improvements.
2011-10-03 09:49:56 +00:00
dholland
d1c398ad87 fix problem with sys_errlist; still doesn't build though. 2011-10-03 06:59:49 +00:00
marino
7e387c1361 PR#45210: Fix pkgsrc bootstrap with gcc 4.6
Libfetch build failure with gcc 4.6 is due to the a couple of assigned
variables not getting used.  This patch allows systems like Debian and
OpenIndiana to bootstrap pkgsrc.
2011-10-02 19:15:34 +00:00
dholland
f6f5ce0152 doesn't build with python24 2011-10-02 16:58:57 +00:00
wiz
0922371859 Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
2011-10-02 14:11:51 +00:00
obache
22f37ec26a Update mikutter to 0.0.3.522.
* fix: icon caches will not be removed.
* fix: rare Segmentation Fault at refreshing TL.
2011-10-02 03:48:59 +00:00
adam
a17d499ad0 Explicitly depend on gettext-lib; use BROKEN_GETTEXT_DETECTION=yes, because configure does not check for -lintl 2011-09-30 13:41:33 +00:00
spz
465d468122 for the time being, force using pkgsrc flex for all NetBSD variants 2011-09-29 20:48:19 +00:00
tron
b1c71b8ccf Build this package with "-march=i486" on IA32 systems if GCC is used as
the compiler. This is necessary to get supported for atomatic operations.

This should fix PR pkg/45406 by Greg Oster.
2011-09-29 16:53:14 +00:00
fhajny
4c651e2a1a Updated net/rabbitmq to 2.6.1.
Various pkgsrc fixes:

- Fix mangled PLIST from the previous commit.
- Depend on coreutils for readlink, which is used in rabbitmq-env.
- Depend on bash, which is assumed throughout the scripts.
- Make sure the shell is passed properly to make/install targets.
- Fix Python usage (add Python 2.7) and clean up other bits.

RabbitMQ changelog:

2.6.1 bug fixes
- The broker failed to (re)start on reboot on systems that keep
  /var/run on a temporary file systems, e.g. Ubuntu.
- The Windows service failed to increase the Erlang process limit,
  limiting the broker to a few thousand queues, connections and
  channels.

2.6.0 bug fixes
- Upgrading from RabbitMQ 2.1.1 to any later release could break if
  there were durable queues with persistent messages present.
- On very slow machines, starting rabbit via the supplied init scripts
  could fail with a timeout.
- Rabbit could fail to stop (when asked to do so) in the presence of
  some plug-ins (e.g. shovel).
- 'ram' nodes in a cluster could consume ever increasing amounts of
  disk space.
- The presence of fast consumers on a queue could significantly delay
  the addition of new consumers.
- When a client was issuing a tx.commit in one channel, and
  simultaneously, in another channel, deleted a durable queue with
  persistent messages involved in that tx, rabbit could terminate with
  an error.
- When a client was using both basic.qos and channel.flow, the latter
  would fail to re-enable message flow.
- When using 'confirm' mode, the deletion of queues could cause nacks
  to be issued (incorrectly).
- In extremely rare circumstances (never observed in the wild), a
  queue with a per-queue message ttl could break during sudden changes
  in rabbit memory usage.

2.6.0 enhancements
- Introduce active-active HA, with queues getting mirrored on nodes in
  a cluster. See http://www.rabbitmq.com/ha.html.
- Revamp the handling of AMQP's tx (transaction) class and clarify its
  behaviour See http://www.rabbitmq.com/specification.html#tx.
- Replace the 'administrator' flag, as used by the management plugin,
  with a more general 'user tags' mechanism. See
  http://www.rabbitmq.com/man/rabbitmqctl.1.man.html#set_user_tags.
- Do not require 'configure' permissions for passive queue/exchange
  declaration.
- Optimise of message delivery on channels with a basic.qos
  prefetch limit that are consuming from many queues.
- In 'rabbitmqctl list_channels', do not show the tx mode by default.
- When a cluster 'degrades' to only containing ram nodes - through
  'rabbitmqctl' actions or node failure - display/log a warning.
- Eliminate some spurious errors from the sasl log.
2011-09-29 14:00:39 +00:00
joerg
071aabd39f Add missing include. Fix getline conflict. 2011-09-25 19:53:55 +00:00
joerg
1965b70fa3 Fix getline conflict. 2011-09-25 19:53:07 +00:00
christos
f83a3bbe9e update to 2.2.1, see:
http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.1.html
2011-09-22 01:20:20 +00:00
christos
94b1753a21 unistd.h is not the right header for select(2)! 2011-09-22 01:10:07 +00:00
obache
7d6fd31629 Update COMMENT. 2011-09-21 09:48:41 +00:00
obache
d93d717562 Update mikutter to 0.0.3.514.
* Fixes redundant retry setting times, if mis-POST At reached to API limitation.
* At unstable Twitter RESET API, large number of new tweet notifications are
  sometimes happened.
2011-09-21 09:45:01 +00:00
pettai
77715e3080 Unbound 1.4.13:
Features:

* Note that Unbound implements RFC6303 (since version 1.4.7).
tcp-upstream yes/no option (works with set_option) for tunnels.
* The format of answers to the qtype ANY with a CNAME have changed, so that there can be proper validated DNSSEC answers for them. This is for queries with qtype ANY where the domain name has a CNAME. Now an answer is returned, where before it resulted in SERVFAIL due to validation failure. When DNSSEC validation is disabled, the contents of the response have changed: the CNAME is not followed, and the correct contents of the RRsets at the initial name are included (where previously only partial contents of the initial names could have been included but the CNAME was followed). The qtype ANY is a query for debug where the resolver is to fill in relevant data that happens to be at hand from the cache.

Bug Fixes:

* Fix validation of qtype ANY responses with CNAMEs. Unbound responds with the RR types that are available at the name for qtype ANY and validates those RR types. It does not test for completeness (i.e. with NSEC or NSEC3 query), and it does not follow the CNAME or DNAME to another name (with even more data for the already large response)
* Documented the options that work with control set_option command.
* Fix that internally, CNAMEs with NXDOMAIN have that as rcode.
* Fix validation of . DS query.
* Fix wildcard expansion no-data reply under an optout NSEC3 zone is validated as insecure.
* Fix python site-packages path to /usr/lib64.
* fix memory and fd leak after out-of-memory condition.
* contrib. patch fixes load of python modules.
* contrib. patch that fixes a memory leak in the unbound python module, in string conversions.
* Fix num-threads 0 does not segfault.
* Fix autoconf 2.68 warnings
* iana portlist updated
2011-09-17 22:46:50 +00:00
shattered
be7041ccbb PR/39143 -- use generic 'perl' option instead of private one. 2011-09-17 11:12:26 +00:00
obache
13349b02f2 doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in. 2011-09-17 07:03:57 +00:00
obache
60ac43af83 Fixes for the case that PKG_SYSCONFBASE is not ${PREFIX}/etc. 2011-09-17 07:01:47 +00:00
obache
b3e021cf89 Not just CONFLICTS with , but SUPERSEDES ctorrent. 2011-09-16 12:26:03 +00:00
obache
34f0cf9543 Project Home should be set to HOMEPAGE, instead of noted in DESCR. 2011-09-16 12:21:57 +00:00
obache
8d4a92939c Hobbit Monitor has been renamed to Xymon. 2011-09-16 11:59:00 +00:00
taca
05e2c4fd19 Update net/ruby-net-ping package to 1.5.1.
== 1.5.1 - 15-Sep-2011
* Use RbConfig on Ruby 1.9 and later. Thanks go to Torsten Sch«Ónebaum
  for the patch.
2011-09-15 21:57:10 +00:00
hans
e67e009fb7 Recent SunOS has AF_PACKET, but that doesn't mean the code works there. 2011-09-14 17:30:04 +00:00
hans
a900291ee8 Fix build on SunOS by overriding the test for Linux-specific PF_PACKET,
which is misdetected on recent SunOS versions.
2011-09-14 17:28:19 +00:00
taca
f4fbb913f2 Update isc-dhcp4 package to 4.2.2 and it also update isc-dhcpd4, isc-dhclient4
and isc-dhcrelay4.  Here is quote from DHCP 4.2.2 Release Notes.
(http://ftp.isc.org/isc/dhcp/dhcp-4.2.2-RELNOTES)


	      Internet Systems Consortium DHCP Distribution
			     Version 4.2.2
			      27 July 2011

			      Release Notes

			      NEW FEATURES

ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
These include:

Processing the DHCP to DNS server transactions in an asynchronous fashion.
The DHCP server or client can now continue with it's processing while
awaiting replies from the DNS server.

There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:

- Only Solaris, Linux, FreeBSD, NetBSD, and OpenBSD are supported.

- DHCPv6 includes human-readable text in status code messages, in
  English.  A method to reconfigure or support other languages would
  be preferable.

- The "host-identifier" option is limited to a simple token.

- The client and server can only operate DHCPv4 or DHCPv6 at a time,
  not both.  To use both protocols simultaneously, two instances of the
  relevant daemon are required, one with the '-6' command line option.

For information on how to install, configure and run this software, as
well as how to find documentation and report bugs, please consult the
README file.

ISC DHCP uses standard GNU configure for installation. Please review the
output of "./configure --help" to see what options are available.

The system has only been tested on Linux, FreeBSD, and Solaris, and may not
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.

			Changes since 4.2.2rc1

! Two packets were found that cause a server to halt.  The code
  has been updated to properly process or reject the packets as
  appropriate.  Thanks to David Zych at University of Illinois
  for reporting this issue.  [ISC-Bugs #24960]
  One CVE number for each class of packet.
  CVE-2011-2748
  CVE-2011-2749

			Changes since 4.2.2b1

- Strict checks for content of domain-name DHCPv4 option can now be
  configured during compilation time. Even though RFC2132 does not allow
  to store more than one domain in domain-name option, such behavior is
  now enabled by default, but this may change some time in the future.
  See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h.
  [ISC-Bugs #24167]

- DNS Update fix. A misconfigured server could crash during DNS update
  processing if the configuration included overlapping pools or
  multiple fixed-address entries for a single address.  This issue
  affected both IPv4 and IPv6. The fix allows a server to detect such
  conditions, provides the user with extra information and recommended
  steps to fix the problem.  If the user enables the appropriate option
  in site.h then server will be terminated
  [ISC-Bugs #23595]
2011-09-13 15:06:54 +00:00
wiz
d93d8c6577 Update to 0.1.1, for changes see libnice. 2011-09-12 21:46:13 +00:00
wiz
0ac6cb40c1 Update to 0.1.1:
libnice 0.1.1 (2011-09-07)
==========================

Fixed BSD and Solaris compatibility
Fixed PPC64 symbol test
Removed a few possible leak/bugs
Fixed compatibility with google's recent protocol change
2011-09-12 21:45:43 +00:00
wiz
d0f203c82e Update to 3.1.0:
Bittorrent: DHT support
    small fixes

Inspired by Stefano Marinelli in PR 45348.
2011-09-12 19:14:42 +00:00
drochner
74885b0582 update to 2.34.3
changes:
-fix for CVE-2011-2054 (was patched in pkgsrc)
-Fixed a few memory leaks
2011-09-12 18:04:51 +00:00
taca
d8383d9143 Fix build problem on NetBSD current (5.99.55). 2011-09-12 17:05:01 +00:00
taca
5f5cce2eb3 * Avoid to use timelocal.pl since it cause warning with perl 5.14 now.
* Allow deleting remote directories.  (It is needed to put local file tree
  to remote with  mirror.

Bump PKGREVISION.
2011-09-12 16:35:43 +00:00
taca
d72e530212 Update ruby-amqp package to 0.8.0.
= Version 0.8.0

  * [API] AMQP::Session#on_skipped_heartbeats callback that can be used to handle skipped heartbeats (for cases when TCP network failure detection is not timely enough)
  * [API] AMQP::Exchange#publish calls now use a mutex on the channel exchange is declared on. Sharing channels between threads is discouraged but amqp gem covers your back in the most dangerous case.
  * [API] AMQP::Channel#synchronize now can be used to guarantee mutual exclusion of multiple threads on channel instances.
  * [BUG] Empty messages can finally be published fine. Yes, it took us just 3 years.
  * [FEATURE] When connected to RabbitMQ, RabbitMQ-specific extensions are required automatically
  * [FEATURE] AMQP::Session#broker and AMQP::Broker allow for broker capabilities inspection
  * [FEATURE] New bitset-based channel id allocator
  * [FEATURE] Multiple consumers per queue with AMQP::Consumer
  * [FEATURE] Automatic recovery mode for channels
  * [FEATURE] Network connection recovery callbacks for channels, exchanges, queues, consumers
  * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
  * [FEATURE] Returned messages, including header & content via AMQP::Exchange#on_publish. Callback accepts 3 args: basic_return, header, body
  * [BUG] Ruby 1.8.7-p249 is not supported because of this (p249-specific) Ruby bug: http://bit.ly/iONBmH
  * [FEATURE] AMQP::Utilities::EventLoopHelper detects app server (if any) being used and starts EventMachine reactor in an optimal way.
  * [FEATURE] AMQP 0.9.1 support, including tx.* operations class.
  * [API] Default authentication handler now raises AMQP::PossibleAuthenticationFailureError
  * [API] AMQP::Channel#initialize now takes 3rd (optional) options hash.
  * [API] Broker connection class is now AMQP::Session.
  * [API] AMQP::Error instance now may carry cause, an exception that caused exception in question to be raised.
  * [API] When initial TCP connection fails, default action is now to raise AMQP::TCPConnectionFailed.
  * [API] AMQP::BasicClient#reconnect now takes 2nd optional argument, period of waiting in seconds.
  * [FEATURE] Handlers for initial connection failure, connection loss; channel-level exceptions handlers on Channel instances.
  * [API] AMQP::Exchange#initialize now accepts :arguments option that takes a hash.
  * [API] AMQP::Queue#initialize now accepts :arguments option that takes a hash.
  * [API] AMQP#Logger is deprecated. It will be removed before 1.0 release.
  * [API] AMQP#fork is deprecated. It will be removed before 1.0 release.
  * [API] AMQP::RPC is deprecated. It will be removed before 1.0 release.
  * [FEATURE] Significant improvements to the documentation. From now on lack of/poor documentation is considered a severe bug.
  * [FEATURE] Support for RabbitMQ extensions to AMQP 0.9.1
  * [API] AMQP::Exchange#publish now accepts (an optional) callback.
  * [API] AMQP::Channel.new now accepts (an optional) callback.
  * [API] AMQP::Header#ack now can acknowledge multiple deliveries
  * [API] AMQP::Exchange#delete now takes (an optional) block that is called when exchange.delete-ok response arrives.
  * [API] AMQP::Header now implements #to_hash
  * [API] AMQP::Queue#pop block now can take 1, 2 or 3 arguments.
  * [API] AMQP::Queue#purge  now takes an optional block which is called when queue.purge-ok response arrives.
  * [API] AMQP::Queue#delete now takes an optional block which is called when queue.delete-ok response arrives.
  * [API] AMQP::Queue#delete now accepts :nowait option.
  * [API] AMQP::Queue#unbind now takes an optional block which is called when queue.unbind-ok response arrives.
  * [API] AMQP::Queue#unbind now accepts :routing_key as alias to :key. we believe it is a good idea to use AMQP terms.
  * [API] AMQP::Channel#prefetch now takes (an optional) 2nd parameter that specifies that QoS settings should be applied to underlying connection, as well as optional callback.
  * [API] AMQP::Channel#recover now takes (an optional) callback that is called when basic.recover-ok is received.
  * [API] AMQP::Frame is gone.
  * [API] AMQP::Buffer is gone. Serialization & framing are now handled primarily by amq-protocol.
  * [API] AMQP::Queue#publish is deprecated.
  * [API] Name argument for AMQP::Queue.new and Channel#queue is optional.

= Version 0.7.2

  * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name
  * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
  * [BUG] Queue#reset leaks consumer tags [#40].
2011-09-12 13:29:22 +00:00
sborrill
078aff6646 Update to istgt-20110907.
Changelog written in Japanese(20110907 & 20110902):
http://shell.peach.ne.jp/aoyama/archives/1628
http://shell.peach.ne.jp/aoyama/archives/1611

Highlights include:
- provides vSphere5(ESXi5) compatibility.
- Allows RPM and Form Factor to be specified for LUNs
2011-09-10 15:47:20 +00:00
wiz
6774fbea43 Update to 2.3.4, based on a patch by Stephan Tesch
<s.tesch@science-computing.de> on pkgsrc-users.

- Avoid consuming excessive CPU when matching filenames to patterns. Thanks to
Maksymilian Arciemowicz <cxib@securityreason.com>.
- Some bugfixes from Rapha
no apparent security impact.

At this point: v2.3.3 released!
===============================

- Fix compile. Extreme suckage.

At this point: v2.3.4 released!
===============================
2011-09-09 15:13:09 +00:00
adam
9d1cb31db5 Changes 1.6.2:
* Bug Fixes
  o wnpa-sec-2011-12
    A large loop in the OpenSafety dissector could cause a crash.
  o wnpa-sec-2011-13
    A malformed IKE packet could consume excessive resources.
  o wnpa-sec-2011-14
    A malformed capture file could result in an invalid root     tvbuff and cause a crash.
  o wnpa-sec-2011-15
    Wireshark could run arbitrary Lua scripts.
  o wnpa-sec-2011-16
    The CSN.1 dissector could crash.
2011-09-09 13:02:04 +00:00
hiramatsu
12cb284328 Add LICENSE. 2011-09-09 00:39:33 +00:00
gdt
43407d5f63 USE_TOOLS+= gmake
Build fails with BSD make.  Reported to tor-talk@.
2011-09-07 00:34:56 +00:00
gdt
b9db0ce37b Add a comment explaining why curl is needed to fetch (https redirect). 2011-09-06 23:49:25 +00:00
drochner
798248cd3a update to 0.2.2.32
Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
ready. More than two years in the making, this release features improved
client performance and hidden service reliability, better compatibility
for Android, correct behavior for bridges that listen on more than
one address, more extensible and flexible directory object handling,
better reporting of network statistics, improved code security, and
many many other features and bugfixes.
2011-09-06 19:34:01 +00:00
obache
0ce78e24f7 Include <arpa/inet.h> for inet_ntoa additionally.
Fixes coredump with logging on platforms sizeof(int) != sizeof(char*).
PR pkg/45243.

Bump PKGREVISION.
2011-09-06 11:20:19 +00:00
cheusov
4c437dc2ba Pass --tag=CC to libtool. This fixes build failure 2011-09-05 20:23:52 +00:00
dholland
1feae90395 Declare main correctly in test programs. gcc apparently doesn't care if
you attempt "int main(int argc, char *argv)" but clang does.
2011-09-04 23:55:00 +00:00
shattered
257db6a1b3 Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcap
ships pcap/bpf.h which does not define BIOCIMMEDIATE).
2011-09-03 10:33:12 +00:00
obache
a91292dd9a Rename own dprintf function to avoid conflicting with POSIX.1-2008 dprintf(3).
fixes PR pkg/45325.
2011-09-03 08:19:57 +00:00
he
b10e503727 Several changes rolled into one:
o Wedge in DESTDIR support.  This is a little tricky since the
   installation procedure wants to run scotty to parse and dump
   the MIB files, and this needs to be done in DESTDIR.  Therefore
   we use the post-install target, to fix things up before packaging
   and the real install.

 o Fix the "dns" functionality not to use _res, since this program
   is linked with libpthread that won't work on NetBSD (aborts the
   program).  Though the modified version still uses a global static
   variable.

 o Add comments to all the patch files.

 o Eliminate use of ${WRKSRC}/.., since pkglint objects to it.  Instead
   use BUILD_DIRS and CONFIGURE_DIRS.

 o Add a LICENSE setting, 2-clause-bsd appears most similar.

 o Bump PKGREVISION for the above changes.
2011-09-02 08:06:55 +00:00
taca
a6571bf16f Update bind98 package to 9.8.1.
pkgsrc change: add a patch to fix build problem with some PKG_OPTIONS,
such as "ldap".


New Features

9.8.1

     * Added a new include file with function typedefs for the DLZ
       "dlopen" driver. [RT #23629]
     * Added a tool able to generate malformed packets to allow testing of
       how named handles them. [RT #24096]
     * The root key is now provided in the file bind.keys allowing DNSSEC
       validation to be switched on at start up by adding
       "dnssec-validation auto;" to named.conf. If the root key provided
       has expired, named will log the expiration and validation will not
       work. More information and the most current copy of bind.keys can
       be found at http://www.isc.org/bind-keys. *Please note this feature
       was actually added in 9.8.0 but was not included in the 9.8.0
       release notes. [RT #21727]

Security Fixes

9.8.1

     * If named is configured with a response policy zone (RPZ) and a
       query of type RRSIG is received for a name configured for RRset
       replacement in that RPZ, it will trigger an INSIST and crash the
       server. RRSIG. [RT #24280]
     * named, set up to be a caching resolver, is vulnerable to a user
       querying a domain with very large resource record sets (RRSets)
       when trying to negatively cache the response. Due to an off-by-one
       error, caching the response could cause named to crash. [RT #24650]
       [CVE-2011-1910]
     * Using Response Policy Zone (RPZ) to query a wildcard CNAME label
       with QUERY type SIG/RRSIG, it can cause named to crash. Fix is
       query type independant. [RT #24715]
     * Using Response Policy Zone (RPZ) with DNAME records and querying
       the subdomain of that label can cause named to crash. Now logs that
       DNAME is not supported. [RT #24766]
     * Change #2912 populated the message section in replies to UPDATE
       requests, which some Windows clients wanted. This exposed a latent
       bug that allowed the response message to crash named. With this
       fix, change 2912 has been reduced to copy only the zone section to
       the reply. A more complete fix for the latent bug will be released
       later. [RT #24777]

Feature Changes

9.8.1

     * Merged in the NetBSD ATF test framework (currently version 0.12)
       for development of future unit tests. Use configure --with-atf to
       build ATF internally or configure --with-atf=prefix to use an
       external copy. [RT #23209]
     * Added more verbose error reporting from DLZ LDAP. [RT #23402]
     * The DLZ "dlopen" driver is now built by default, no longer
       requiring a configure option. To disable it, use "configure
       --without-dlopen". (Note: driver not supported on win32.) [RT
       #23467]
     * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]
     * Make --with-gssapi default for ./configure. [RT #23738]
     * Improved the startup time for an authoritative server with a large
       number of zones by making the zone task table of variable size
       rather than fixed size. This means that authoritative servers with
       lots of zones will be serving that zone data much sooner. [RT
       #24406]
     * Per RFC 6303, RFC 1918 reverse zones are now part of the built-in
       list of empty zones. [RT #24990]
2011-09-01 03:44:35 +00:00
bouyer
462c7f4626 PR pkg/45300 net/netatalk patch-at seems broken
Don't seteuid() to a gid. Always pass the uid in addition to the quota id
to getfreespace() so we can properly seteuid().
bump PKGREVISION
2011-08-30 15:09:22 +00:00
wiz
bd888e6eaa Add pkg-config and libtool dependencies. 2011-08-29 14:45:59 +00:00
wiz
2f8df67e63 Add comment to patch. 2011-08-29 14:45:46 +00:00
dholland
2df592b159 Fix format strings and clang build. 2011-08-29 06:22:07 +00:00
riz
e07bcac4c4 Allow mDNSResponder to build on FreeBSD 8.2. 2011-08-29 03:34:39 +00:00
obache
9e97994bbe Update mikutter to 0.0.3.485.
* Image Preview: fix open failer with multi-line HTML tag.
* Image Preview: enable to force extracting short URL.
* With Ruby 1.8.7: fix crash at right-click on tweets contains URL.
* With Ruby 1.8.7: fix rare crash at connection timeout.
* fix rare crash at extracting bit.ly URL.
* improve URL extracting speed.
2011-08-27 11:51:50 +00:00
jakllsch
ee24d74302 +flickcurl 2011-08-25 13:33:01 +00:00
jakllsch
5173aca45a Add flickcurl-1.21
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call
the REST web service and libxml2 to manipulate the XML responses.
Flickcurl supports all of the API including the functions for
photo/video uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags, machine tags, institutions, pandas and
photo/video metadata. It also includes a program flickrdf to turn
photo metadata, tags, machine tags and places into an RDF triples
description.
2011-08-25 13:30:23 +00:00
obache
c5d8a2a356 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
jmcneill
3c52adda08 update mDNSResponder-nss to 258.14 (matches mDNSResponder version) 2011-08-21 18:48:42 +00:00
joerg
9dbae8a995 Be a bit nicer to broken GCC array boundary checks. 2011-08-21 16:28:27 +00:00
wiz
6d8feed622 Update to 0.2.19:
0.2.19  Fri Aug 05 2011  Toni Gundogdu

Fixes: Webscripts
    - ted.lua: attempt to index local 's' (#65)
    - youtube.lua: no match: fmt_url_map (#63)
        - Thanks to Zefram <zefram@fysh.org> for the patch
    - funnyordie.lua: no match: flv url (#64)
2011-08-21 10:23:42 +00:00
joerg
23cddcedd8 Fix C99 vs GNU89 inline mess 2011-08-20 15:36:16 +00:00
obache
694d0d0d0c Update mikutter to 0.0.3.472.
Fixes
 * With Ruby 1.8.7, crash with right click at tweet contains URL.
 * on scroll timeline top to down, accidently auto scroll-up once.
 * Not mute for various notify.
 * rare crash at refresh timeline.
 * user information may be old one.
 * rare crash at timeout.
2011-08-20 15:35:40 +00:00
taca
6eff033d81 Update php-yaz package to 1.1.1.
1.1.0

- Update for YAZ version 4

1.1.1

- Avoid deprecated Zend API.
- Fixes for Windows compilation.
2011-08-20 14:15:32 +00:00
taca
98ec67ce77 Update pear-Net_Sieve package to 1.3.2.
1.3.2:

Release date: 2011-08-06 23:05 UTC
Release state: stable

Changelog:

* Fix referrals if host data or user credentials are passed to connect() and
  login() instead of the constructor (Aleksander Machniak, Bug #17107).

1.3.1:

Release date: 2011-08-06 01:56 UTC
Release state: stable

Changelog:

* Query capabilities again after successful authentication (Jesse Crawford,
  Request #18382).
* Escape quotes and backslashes in script names, and use literal strings for
  script names with non-ASCII characters (Aleksander Machniak, Bug #16691).
* Work around broken STARTTLS behavior in Cyrus versions before 2.3.10
  (Aleksander Machniak, Bug #18241).
* Improve string literal parsing (Aleksander Machniak, Bug #18228).
2011-08-20 14:13:19 +00:00
taca
d565e2e2ac Update pear-Net_SMTP package to 1.6.1.
Net_SMTP 1.6.1:

Release date: 2011-08-13 19:06 UTC
Release state: stable

Changelog:

- Fixing the detection of SASL-based AUTH methods. (Bug #18594)
2011-08-20 14:12:07 +00:00
obache
30b89becb1 Fixes builtin openssl detection, same as ldns.
Bump PKGREVISION.
2011-08-20 08:12:41 +00:00
obache
2c60597f96 Fixes builtin openssl version detection.
(it was committed accidently in rev1.10 with wip state).

Bump PKGREVISION.
2011-08-20 08:07:48 +00:00
obache
854200b163 Update p5-Net-Amazon to 0.60.
Revision history for Perl extension Net::Amazon:
0.60 (08/01/2011)
   (cb) Fix the page and max_pages parameter to correctly fetch the specified
        number of pages, and start at the correct offset.  Reported as rt 69201.
   (cb) Add a method to get similar products.  Patch submitted by Jennifer.
   (cb) Push from cpanservice: Small dist maintenance. Please use latest
        ExtUtils::MakeMaker for release.
2011-08-18 09:46:03 +00:00
dholland
08fe0575ee Fix broken destdirization. (hi joerg)
For some reason the "Checking for work-directory references" test
didn't catch the fact that ${DESTDIR}${LIBDIR} was being compiled
into the main binary as its library search path.

Noted by moof.

PKGREVISION -> 7
2011-08-18 05:03:10 +00:00
obache
77512797ba Update mikutter to 0.0.3.460.
Added
* resolve short URL recursively.
2011-08-17 09:35:53 +00:00
obache
fb2b1c1c33 Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:40:46 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
taca
7188a47b33 Update net/ruby-amqp package to 0.7.4.
Here is partial changes:

= Version 0.7.2

  * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name
  * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
  * [BUG] Queue#reset leaks consumer tags [#40].
2011-08-12 17:07:49 +00:00
adam
b5fdfcea72 Fix buildling on Mac OS X 10.7 2011-08-12 09:38:08 +00:00
taca
1a9b89e145 Update bind97 package to 9.7.4.
For full changes, please refer:
ftp://ftp.isc.org/isc/bind9/9.7.4/RELEASE-NOTES-BIND-9.7.4.html


New Features

9.7.4

     * A new test has been added to check the apex NSEC3 records after
       DNSKEY records have been added via dynamic update. [RT #23229]
     * Added a tool able to generate malformed packets to allow testing of
       how named handles them. [RT #24096]

Security Fixes

9.7.4

     * named, set up to be a caching resolver, is vulnerable to a user
       querying a domain with very large resource record sets (RRSets)
       when trying to negatively cache the response. Due to an off-by-one
       error, caching the response could cause named to crash. [RT #24650]
       [CVE-2011-1910]
     * Change #2912 (see CHANGES) exposed a latent bug in the DNS message
       processing code that could allow certain UPDATE requests to crash
       named. [RT #24777] [CVE-2011-2464]

Feature Changes

9.7.4

     * Merged in the NetBSD ATF test framework (currently version 0.12)
       for development of future unit tests. Use configure --with-atf to
       build ATF internally or configure --with-atf=prefix to use an
       external copy. [RT #23209]
     * Added more verbose error reporting from DLZ LDAP. [RT #23402]
     * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]
2011-08-10 15:26:10 +00:00
taca
2ac1b2a030 Update bind96 pacakge to 9.6.3.1.ESV.5 (9.6-ESV-R5).
For full changes, please refer:
ftp://ftp.isc.org/isc/bind9/9.6-ESV-R5/RELEASE-NOTES-BIND-9.6-ESV.html


New Features

9.6-ESV-R5

     * Added a tool able to generate malformed packets to allow testing of
       how named handles them. [RT #24096]

Security Fixes

9.6-ESV-R5

     * named, set up to be a caching resolver, is vulnerable to a user
       querying a domain with very large resource record sets (RRSets)
       when trying to negatively cache the response. Due to an off-by-one
       error, caching the response could cause named to crash. [RT #24650]
       [CVE-2011-1910]
     * Change #2912 populated the message section in replies to UPDATE
       requests, which some Windows clients wanted. This exposed a latent
       bug that allowed the response message to crash named. With this
       fix, change 2912 has been reduced to copy only the zone section to
       the reply. A more complete fix for the latent bug will be released
       later. [RT #24777]

Feature Changes

9.6-ESV-R5

     * Merged in the NetBSD ATF test framework (currently version 0.12)
       for development of future unit tests. Use configure --with-atf to
       build ATF internally or configure --with-atf=prefix to use an
       external copy. [RT #23209]
     * Added more verbose error reporting from DLZ LDAP. [RT #23402]
     * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]
2011-08-10 15:24:51 +00:00
ryoon
ff86e63664 Update to 1.12.1
Changelog:

aria2 1.12.1
============

Release Note
------------

This release adds RFC 6249 Metalink/HTTP support. Current
implementation only uses rel=duplicate links.  --enable-direct-io
option was deprecated because of performance issue.  Since recent
GnuTLS uses libnettle as default instead of libgcrypt, this release
added initialization code for libgcrypt.

Changes
-------

 * Initialize libgcrypt.  We relied initialization of libgcrypt on
   gnutls_global_init(), but recent change in gnutls, which changes
   default crypto backend from libgcrypt to libnettle, leaves
   libgcrypt uninitialized if it uses libnettle as backend(and this is
   likely because libnettle is chosen by default). To fix this issue,
   we simply initialize libgcrypt on our own.

 * Throw exception with error message if gnutls_global_init() failed.

 * Implemented Metalink/HTTP.  Link header fields from first Metalink
   server is utilized as described in rfc6249. We only set digest from
   Digest header field to DownloadContext only when PieceStorage is
   not initialized(in other words, before file size is known). After
   PieceStorage is initialized, Digest header field is used to check
   the value is the same in digest in DownloadContext.  Current
   implementation only handles rel=duplicate.

 * Remove Metalink content-type after first server response.  We don't
   accept Metalink content-type after first server response.

 * Updated Russian translation of aria2 man page.  Thanks to ITriskTI
   for translation.

 * Fixed the bug due to dangling pointers in RequestGroup.
   RequestGroup holds a poitner to btRuntime_ and peerStorage_. After
   removing them from BtRegistry, we failed to set 0 to them.  When
   program access them, it goes undefined world, such as random crash.
   We found this bug when pasuing download and valgrind warned memory
   corruption.

 * Added log message to clarify error for BitTorrent server socket.

 * Added #deprecated help tag.

 * Removed deprecated options: --enable-xml-rpc, --xml-rpc-listen-all,
   --xml-rpc-listen-port, --xml-rpc-max-request-size, --xml-rpc-user,
   --xml-rpc-passwd.

 * Removed use of O_DIRECT because of performance issue.  Deprecated
   --enable-direct-io option.

 * Increased the maximum number of in-flight request in BitTorrent.

 * Added --log option to aria2rpc
2011-08-09 17:00:57 +00:00
cheusov
6da3312d7f Add required tools to USE_TOOLS, pkglint fixes, approved by wiz@ 2011-08-07 16:11:16 +00:00
obache
aeb37b9c71 Update mikutter to 0.0.3.456.
* Added
  * speed up MIKU Lang
  * add `open URL' mikutter command
* Fixed
  * fail to start with no full color environment
  * with UserStream, follow notification will be risen twice per one person
  * not work configuration `up FAVed tweet on TL'
  * crash if removed a tweet from TL in getting in_reply_to_status of the tweet.
2011-08-07 14:53:12 +00:00
cheusov
f62dc89541 Fix for PR 43145 (build failure on Linux). 2011-08-06 14:38:52 +00:00
tron
9ae7d8c3dd Update "mrtg" package to version 2.17.2. Changes since version 2.16.4:
- can not replace a file by renaming another to its name under WIN32
  fix in rateup #104
- Fix scaling when noo and noi options are used. fix for  #95
- Stop staticly linking rateup. fix for #97
- Only set LD_RUN_PATH if it is actually necessary. patch from #98
- Net::SNMP only support aes128, des and 3des ... fix for cfgmaker from #99
- Understand desc and descr in ifdesc option of cfgmaker
- only set $args{'-maxrepetitions'} if $Net_SNMP_util::MaxRepetitions > 0
- do not load Net_SNMP_util unless snmpv3 is requested ... fix for #75
- be more agressive about updating the confcache. If a key is missing, go
  looking for it again and complain. fix for #74
- only apply 32bit counter wrap compensation when the wrap is within 32bit
  range. fix for #70
- implement pngdate as TimeStrPos[x]: RU instead of separately. for for #68
- add missing <p> tag arount 'last updated ... ' in html output. fix for #63
- remove rececondition when writing new trafic graph files by writing to a
  temp file and moving it later. fix for #51
- make snmpopt_current available in cfgmaker templates. fix for #48
- explicitly import Socket6 routines in SNMP_Session. fix for #45
- default ThreshHyst to 0.1 only if ThreshDir is define. fix for #42
- point out when there is an unknown interface found. fix for #41.
- allow for $speed to return 0 and still use SNMPv2 ... some Cisco Gear
  seems todo that. Fix for #33
- add dlink support for ifAlias OIDs to cfgmaker from #50
- add WWP (Ciena) support for ifAlias OIDs to cfgmaker from #66
- Updated squid docu #80
- Fix russian translation bug #92
- added rrdcached support
  - new keyword:  RRDCached: which overrides anything set in the RRDCACHED_ADDRESS
    environment variable and sets MRTG to work in RRDCached mode.  This verifies
    that you're using a unix-domain socket and the socket is writeable.
  - Check for environment variable RRDCACHED_ADDRESS and use this if no
    explicit address was set in the cfg file, making the same config validity
    checks.
  - Make warning if using rrdcached to the effect that the thresholding
    checks will no longer work.
  - If in rrdcached-mode, and using RRDTool 1.4, then force use of update
    rather than updatev (as rrdcached does not yet support updatev) and
    consequently bypass the thresholding checks.
  - Changes to validity check error messages  to also report the file
    containing the error (as well as the line).
- Added support for glob patterns in include
- Make daemon reload cfg automatically when it changes
- added support for Arista to cfgmaker
- fix cfgmaker to work in mixed v1/2/3 snmp environment
- do not strigify arguments to conversion function let eval take care of this
- untaint inlast and outlast to make  perl taint mode happy
- teach cfgmaker about openbsd

pkgsrc changes:
- Avoid "Subroutine SNMP_Session::pack_sockaddr_in6 redefined" warnings
  with the Perl 5.14.1. As the patch might break "mrtg" with older version
  of Perl require at least version 5.14.1 of the "perl5" package.
2011-08-06 11:52:16 +00:00
tron
7114e15ae9 Update "p5-IO-Socket-INET6" package to version 2.67.
Changes since version 2.65:
- IO-Socket is doing some imports so we now do use IO::Socket ().
  - Fixed the rest of the imports.
- Thanks to LeoNerd
- Made the use Socket call import constants selectively, and not rely
  on @EXPORT's whims:
- http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5

This update stops warnings about re-defining "sockaddr_in6" produced
by e.g. "mrtg" or "spamassassin".
2011-08-06 10:54:25 +00:00
wiz
d64471a88d Depend on ocaml-3.11.2 per the web page (via Nicolas Thauvin). 2011-08-06 08:52:09 +00:00
adam
2c42a13c0c Detect BonJour on Lion 2011-08-05 18:22:57 +00:00
adam
439d9e9d61 Changes 3.5.11:
* Fix access to Samba shares when Windows security patch KB2536276 is installed
* Fix DoS in Winbind and smbd with many file descriptors open
* Fix Winbind panics if verify_idpool() fails
2011-08-05 09:51:45 +00:00
tron
2dd7a24562 Update "youtube-dl" package to version 20110804. Changes since 20110329:
- Fix YouTube downloads (code by Philipp Hagemeister)
- Update User-Agent string
2011-08-04 21:36:56 +00:00
is
13a4fa24bc Compile to native code also for arm.
Require ocaml>=3.12.0nb2 for this, as the earlier compilers create code
that only runs on CPUs with the Thumb extension.
2011-08-03 12:50:42 +00:00
cheusov
55bb07d579 rc.d script improvements:
- openvpn_chrootdir variable was introduced for running openvpn in chroot
  - openvpn_flags variable was introduced for extra flag passed to openvpn
++pkgrevision
2011-08-03 08:33:32 +00:00
gls
03aa635753 Fix build with PKG_OPTIONS.libgdata+= -gnome. It requires libsoup24, even
with -gnome option set.
Spotted by Pierre Pronchery in private mail.
PKGREV++
While here, silence pkglint.
2011-08-02 21:50:46 +00:00
taca
b479b8f76c Add workaround for NetBSD 5.99.54 as samba35. 2011-08-02 14:05:27 +00:00
bouyer
5c44be6bad Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.
Changes since 3.2.3:
ENHANCEMENTS

    * Added support for same host service dependencies with servicegroups (Mathieu Gagné)
    * Empty hostgroups referenced from services now optionally generate a warning instead of an error.
    * Documentation links now point to online resources
    * Matt Wall's Exfoliation theme is now installed by default. You can reinstall the classic theme with "make install-classicui"
    * Downtime delete commands made "distributable" by deleting by host group name, host name or start time/comment (Opsview team)
    * Allow status.cgi to order by "host urgency" (Jochen Bern)
    * Added news items and quick links to main splash page
    * Added ability to authenticate to CGIs using contactgroup name (Stephen Gran)


FIXES

    * Fixes status.cgi when called with no parameters, where host should be set to all if none specified (Michael Friedrich)
    * Fixes possible validation error with empty hostgroups/servicegroups (Sven-Göran Bergh)
    * Performance-data handling and checking is now thread-safe so long as embedded perl is not used.
    * Children should no longer hang on mutex locks held in parent for localtime() (and similar) calls.
    * Debug logging is now properly serialized, using soft-locking with a timeout of 150 milliseconds to avoid multiple threads competing for the privilege to write debug info.
    * Fixed extraneous alerts for services when host is down
    * Fixed incorrect parsing of multi-line host check results (Jochen Bern)
    * Fixed bug with passive host checks being incorrectly sent to event brokers as active checks
    * Fixed bug where passive host check status updates were not being propagated to event brokers
    * Reverted 'Fix for retaining host display name and alias, as well as service display name' as configuration information stored incorrectly over a reload
    * Fixed compile warnings for size_t (Michael Friedrich)
    * Fixed problem where acknowledgements were getting reset when a hard state change occurred
    * Removed duplicated unlinks for check result files with multiple results
    * Fixed race condition on flexible downtime commands when duration not set or zero (Michael Friedrich)
    * Fixed flexible downtime on service hard state change doesn't get triggered/activated (Michael Friedrich)
    * Fixed XSS vulnerability in config.cgi and statusmap.cgi (Stefan Schurtz)
    * Fixed segfault when sending host notifications (Michael Friedrich)
    * Fixed bug where unauthorized contacts could issue hostgroup and servicegroup commands (Sven Nierlein)
2011-08-02 14:03:18 +00:00
tron
ae57cb55ac Recursive revision bump (well, not really, just showing off) of all
packages which require the "libtorrent" package as its ABI and API
minimum versions were increased to 0.12.9.
2011-08-01 21:51:37 +00:00
tron
e8248761fe The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"
package. As the former is the only user of the later bump both the
minium ABI and API version.

Problem reported by Aleksey Cheusov in private e-mail.
2011-08-01 21:42:45 +00:00
wiz
f16d0fb0fc Restore previous window sizes fix (both height and width non-zero).
Bump PKGREVISION.
Fix a pkglint warning while here.
2011-08-01 13:12:38 +00:00
apb
46a856068b Fix an infinite loop in the configure script's test for
"checking for replacing readdir using getdirentries()".
The functions in samba-3.5.10/lib/replace/repdir_getdirentries.c
fail on NetBSD 5.99.54, and the test code in
samba-3.5.10/lib/replace/test/os2_delete.c
did not handle the failure.

Not bumping PKGREVISION, because this affects only the
configure script, and the package did not build on
NetBSD-current before.
2011-08-01 08:42:39 +00:00
gls
b4fe4eb27a DragonFly needs gettext in USE_TOOLS for this to build.
Spotted in a bulk build run by Justin Sherril.
2011-07-31 11:39:13 +00:00
ryoon
dd6431fdae Update to 0.2.18
Changelog:
0.2.18  Mon Jul 18 2011  Toni Gundogdu

Changes: Webscripts
    - xvideos.lua: Add support for embedded URLs, thanks for the patch anon
    - soundcloud.lua: Add support for embedded URLs (#57)
    - Add audioboo.lua (#53)
    - Add yfrog.lua (#62)
    Lionel Elie Mamane (thanks!):
    - dailymotion.lua: support for /embed/video/ URLs
    - Add metacafe.lua (#59)
    - Add foxnews.lua (#60)
2011-07-30 21:49:00 +00:00
tron
afa27f5857 Update "libtorrent" package to version 0.12.9 and "rtorrent" package
to version 0.8.9. Changes since version 0.12.6 respectively 0.8.6:
- Added multithreading support for XMLRPC calls. Sponsored by Xirvik.
- Discard dht cache if it is corrupt, instead of killing rtorrent.
- Better handling of resume after crash/reboot alliviating the need to
  full hash checks. Sponsored by anonymous source.
- Added support for Linux's fallocate and Darwin's
  fcntl(...,F_PREALLOCATE,...) to preallocate files by default. The
  'system.file_allocate' setting will now only be used to indicate you
  want posix_fallocate called, which may block while it zeros out the
  file manually.
- Added 'event.download.hash_failed' and 'event.download.hash_final_failed'.
- Cleaning up command names. The deprecated commands will be redirected.
- Renamed 'system.method.*' to 'method.*'.
- Added 'system.files.{opened,closed,failed}_counter' commands.
- Added xmlrpc calls for peer snubbed, banned and disconnect.
- Added '-D' flag which turns of redirects for deprecated commands.
  Use this to ensure your scripts/webui's will be compatible with future
  releases.
- Added separate '-I' and '-K' switches for command redirects, the
  former is for testing rtorrent code, the latter for webui's.
- Added a static_map implementation based on Josef's patches.
- Commited the DHT changes from dht-pex-static_map.diff with changes
  so it works with the modified static_map implementation.
- Applied the magnet-uri patch.
- Don't install the out-of-date man page.
- Added 'execute.*.bg' commands for non-blocking calls. Always returns 0.
- Added support for prioritizing first/last chunk of files matching
  specified patterns. Default:
  file.prioritize_toc.set=0
  file.prioritize_toc.first.set = {*.avi,*.mp4,*.mkv,*.gz}
  file.prioritize_toc.last.set  = {*.zip}
- Added 'method.rlookup' and 'method.rlookup.clear' commands for looking
  up the event handlers holding a specified key, and set views to support
  rlookup.
- Added 'd.timestamp.finished' that is set when a downloading torrent
  completes. For torrents that only seed it remains '0'.
- Added 'elapsed.{less,greater}' for checking the time elapsed since a
  time is less/greater, and it also returns false in all cases where
  the time is '0'.
- Moved the default value for 'system.files.max_size' to rtorrent, and
  set the default in libtorrent to ~0.
- Increased the default values for min/max_peers and max_uploads.
- Fixed a bug that would cause hash checking to block excessively in some
  cases.
- Fixed a bug when setting the pex flags.
- Fixed an issue where DHT's hashing function for TR1 unordered_map was
  casting unaligned size_t pointers.
- Fixed default session name.
- Added a missing inline that could cause linking errors.
2011-07-30 17:06:33 +00:00
cheusov
2a22acf1ae Fixed: build failure on Linux, approved by reed@ 2011-07-30 10:17:41 +00:00
obache
bf2b46ca78 Update mikutter to 0.0.3.14.
Added
* none
Fixed
* crash at first startup
* support for Twitter API bug
* fire click even if too far location between a mousedown and a mousedown.
* not startup non-full-color environment
* remove a unwanted file
* crash at mis-extract bit.ly.
2011-07-30 02:00:44 +00:00
ryoon
cf66c4a661 Update to 0.0.20110208
Changelog:
* Support short URI containing only video ID.
* Follow redirect in retriving watch page.

XXX At least on NetBSD 5.99.55, nicovide-dl hungs due to openssl issue.
2011-07-29 21:07:33 +00:00
drochner
9d55275760 add patch from upstream to fix a directory traversal problem which
could allow information disclosure  by servers (CVE-2011-2524, does not
affect client applications)
2011-07-29 10:27:29 +00:00
tron
c97eace427 Add optional XMLRPC support which is enabled by default. Based on a
patch Emile iMil Heitor.
2011-07-28 23:14:46 +00:00
pettai
fefbc20fd6 Version 4.3.1 - 2011-06-28
* fixed a coredump in torrent on linux with a ppp interface.
* translation updated (ru).

Version 4.3.0 - 2011-06-17

* new command `attach' to control a backgrounded lftp.
* automatically fill torrent:ipv6 setting.
* slightly improved torrent status display.
* fixed reconnect interval (it was sometimes uninitialized).
* several fixes for the case of cmd:parallel>1
2011-07-27 04:57:47 +00:00
pettai
f0d46f728c 1.4.12:
Bug Fixes:

* removed ldns-src tarball inside the unbound tarball.
* [bugzilla: 395 ]
  fix that id bits of other query may leak out under conditions
* fix replyaddr count wrong after jostled queries, which leads to eventual starvation where the daemon has no replyaddrs left to use.
* fix that the listening socket is not closed when too many remote control connections are made at the same time.
* version number in example config file.
* fix that --enable-static-exe does not complain about it unknown.
* iana portlist updated

1.4.11:

Features:

* log-queries: yesno option, default is no, prints querylog.
* ignore-cd-flag: yesno to provide dnssec to legacy servers.
* Use -flto compiler flag for link time optimization, if supported.
* unbound-control has version number in the header, and uses port number registered with IANA, 8953.

Bug Fixes:

* Fix Makefile for U in environment, since wrong U is more common than deansification necessity.
* defense in depth against the assertion failure bug fixed in 1.4.10, an error is printed to log instead of an assertion failure.
* [bugzilla: 386 ]
  --enable-allsymbols option links all binaries to libunbound and reduces install size significantly.
* Fix TTL of SOA so negative TTL is separately cached from normal TTL.
* configure created with newer autoconf 2.66.
* [bugzilla: 378 ]
  Fix that configure checks for ldns_get_random presence.
* queries with CD flag set cause DNSSEC validation, but the answer is not withheld if it is bogus. Thus, unbound will retry if it is bad and curb the TTL if it is bad, thus protecting the cache for use by downstream validators.
* val-override-date: -1 ignores dates entirely, for NTP usage.
* harden-below-nxdomain: changed so that it activates when the cached nxdomain is dnssec secure. This avoids backwards incompatibility because those old servers do not have dnssec.
* statistics-interval prints the number of jostled queries to log.
* IPv6 service address for d.root-servers.net (2001:500:2D::D).
* updated ldns tarball to 1.6.10rc2 snapshot
* iana portlist updated.
2011-07-27 04:11:25 +00:00
taca
cbc99c4669 Try to fix build problem with recent kerberos5 header?
The problem was noted by Paul Goyette on pkgsrc-users@.
2011-07-27 04:05:10 +00:00
pettai
00aa336c66 1.6.10
* New example tool added: ldns-gen-zone.
	* bugfix #359: Serial-arithmetic for the inception and expiration
	  fields of a RRSIG and correctly converting them to broken-out time
	  information.
	* bugfix #364: Slight performance increase of ldns-verifyzone.
	* bugfix #367: Fix to allow glue records with the same name as the
	  delegation.
	* Fix ldns-verifyzone to allow NSEC3-less records for NS rrsets *and*
	  glue when the zone is opt-out.
	* bugfix #376: Adapt ldns_nsec3_salt, ldns_nsec3_iterations,
	  ldns_nsec3_flags and ldns_nsec3_algorithm to work for NSEC3PARAMS too.
	* pyldns memory leaks fixed by Bedrich Kosata (at the cost of a bit
	  performance)
	* Better handling of reference variables in ldns_rr_new_frm_fp_l from
	  pyldns, with a very nice generator function by Bedrich Kosata.
	* Decoupling of the rdfs in rrs in the python wrappers to enable
	  the python garbage collector by Bedrich Kosata.
	* bugfix #380: Minimizing effect of discrepancies in sizeof(bool) at
	  build time and when used.
	* bugfix #383: Fix detection of empty nonterminals of multiple labels.
	* Fixed the ommission of rrsets in nsec(3)s and rrsigs to all occluded
	  names (in stead of just the ones that contain glue only) and all
	  occluded records on the delegation points (in stead of just the glue).
	* Clarify the operation of ldns_dnssec_mark_glue and the usage of
	  ldns_dnssec_node_next_nonglue functions in the documentation.
	* Added function ldns_dnssec_mark_and_get_glue as an real fast
	  alternative for ldns_zone_glue_rr_list.
	* Fix parse buffer overflow for max length domain names.
	* Fix Makefile for U in environment, since wrong U is more common than
	  deansification necessity.
2011-07-27 04:02:30 +00:00
taca
5525ba13ce Update samba33 package to 3.3.16; security fix for swat.
==============================
                   Release Notes for Samba 3.3.16
		           July 26, 2011
                   ==============================


This is a security release in order to address
CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).


o  CVE-2011-2522:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site request forgery.


o  CVE-2011-2694:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site scripting
   vulnerability.

Please note that SWAT must be enabled in order for these
vulnerabilities to be exploitable. By default, SWAT
is *not* enabled on a Samba install.


Changes since 3.3.15
--------------------


o   Kai Blin <kai@samba.org>
    * BUG 8289: SWAT contains a cross-site scripting vulnerability.
    * BUG 8290: CSRF vulnerability in SWAT.
2011-07-27 00:53:37 +00:00
taca
a2e25ec86d Update samba35 pacakge to 3.5.10; security fix for swat.
==============================
                   Release Notes for Samba 3.5.10
			   July 26, 2011
                   ==============================


This is a security release in order to address
CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).


o  CVE-2011-2522:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site request forgery.


o  CVE-2011-2694:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site scripting
   vulnerability.

Please note that SWAT must be enabled in order for these
vulnerabilities to be exploitable. By default, SWAT
is *not* enabled on a Samba install.


Changes since 3.5.9:
--------------------


o   Kai Blin <kai@samba.org>
    * BUG 8289: SWAT contains a cross-site scripting vulnerability.
    * BUG 8290: CSRF vulnerability in SWAT.
2011-07-27 00:52:20 +00:00
obache
a6bd129712 Update mikutter to 0.0.3.13.
Added
* none
Fixed
* after paste to empty string with context menu, post button is not enabled.
2011-07-23 06:21:21 +00:00
hauke
959e618374 Reset MAINTAINER -- according to
<http://groups.google.com/group/btpd-users/msg/d953117e3f863e20>,
Richard Nyberg has moved on.
2011-07-22 11:58:13 +00:00
hauke
58f960e4c1 Update to btpd 0.16
Lose the only patch, since upstream fixed the "test ==" bashisms.
Use curl to fetch distfile from https site

From the CHANGES file:

btpd 0.16:
----------

Misc:
- Added "start all" (start -a) command.
- Allow adding multiple torrents at once.
- Custom list formatting options.
- Man pages for btpd, btcli, and btinfo.

Bug fixes:
- Handle .torrent files larger than 2MB.
- http parsing and addrinfo freeing fixes.
2011-07-22 11:30:42 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
tron
a2cd3dbc0c Update "wireshark" package to version 1.6.1.
The major changes since version 1.4.* are:
- Wireshark is now distributed as an installation package rather
  than a drag-installer on OS X. The installer adds a startup
  item that should make it easier to capture packets.
- Large file (greater than 2 GB) support has been improved.
- Wireshark and TShark can import text dumps, similar to
  text2pcap.
- You can now view Wireshark's dissector tables (for example the
  TCP port to dissector mappings) from the main window.
- Wireshark can export SSL session keys via File→Export→SSL
  Session Keys...
- TShark can show a specific occurrence of a field when using
  '-T fields'.
- Custom columns can show a specific occurrence of a field.
- You can hide columns in the packet list.
- Wireshark can now export SMB objects.
- dftest and randpkt now have manual pages.
- TShark can now display iSCSI, ICMP and ICMPv6 service response
  times.
- Dumpcap can now save files with a user-specified group id.
- Syntax checking is done for capture filters.
- You can display the compiled BPF code for capture filters in
  the Capture Options dialog.
- You can now navigate backwards and forwards through TCP and
  UDP sessions using Ctrl+, and Ctrl+. .
- Packet length is (finally) a default column.
- TCP window size is now avaiable both scaled and unscaled. A
  TCP window scaling graph is available in the GUI.
- 802.1q VLAN tags are now shown in the Ethernet II protocol
  tree instead of a separate tree.
- Various dissectors now display some UTF-16 strings as proper
  Unicode including the DCE/RPC and SMB dissectors.
- The RTP player now has an option to show the time of day in
  the graph in addition to the seconds since beginning of
  capture.
- The RTP player now shows why media interruptions occur.
- Graphs now save as PNG images by default.
- TShark can read and write host name information from and to
  pcapng-formatted files. Wireshark can read it. TShark can dump
  host name information via

  [-z hosts]

  .
- TShark's -z option now uses the

  [-z <proto>,srt]

  syntax instead of

  [-z <proto>,rtt]

  for all protocols that support service response time
  statistics. This matches Wireshark's syntax for this option.
- Wireshark and TShark can now read compressed Windows Sniffer
  files.
- New Protocol Support
  ADwin, ADwin-Config, Apache Etch, Aruba PAPI, Babel Routing
  Protocol, Broadcast/Multicast Control, Constrained Application
  Protocol (COAP), Digium TDMoE, Erlang Distribution Protocol,
  Ether-S-I/O, FastCGI, Fibre Channel over InfiniBand (FCoIB),
  Gopher, Gigamon GMHDR, IDMP, Infiniband Socket Direct Protocol
  (SDP), JSON, LISP Control, LISP Data, LISP, MikroTik MAC-Telnet,
  MRP Multiple Mac Registration Protocol (MMRP) Mongo Wire Protocol,
  MUX27010, Network Monitor 802.11 radio header, OPC UA
  ExtensionObjects, openSAFETY, PPI-GEOLOCATION-GPS, ReLOAD, ReLOAD
  Framing, RObust Header Compression (ROHC), RSIP, SAMETIME, SCoP,
  SGSAP, Tektronix Teklink, USB/AT Commands, uTorrent Transport
  Protocol, WAI authentication, Wi-Fi P2P (Wi-Fi Direct)
- New and Updated Capture File Support
  Apple PacketLogger, Catapult DCT2000, Daintree SNA, Endace ERF, HP
  OpenVMS TCPTrace, IPFIX (the file format, not the protocol),
  Lucent/Ascend debug, Microsoft Network Monitor, Network
  Instruments, TamoSoft CommView
2011-07-20 18:42:44 +00:00
adam
efcdb2c809 Changes 2.16:
* docs: help screen & man page
* docs: add missing full-html flag
* headers: include-what-you-use fixes
* other: free backup ranges
* prepare_memory bug: initialization missing
* licensing: use FreeBSD license (was GNUv3)
* parse_leases: exit at read error
* getdata: realloc instead of asserting
* getdata: potential overflow due unit change
* bug: use uint32_t for IP numbers
* analyze: use more logical variable names
* getdata: initialize memory
* all: include-what-you-see fixes
* analyze: debugging leftover removed
* THANKS: add Ahmed AL Dakhil
* maint: coding style fixes
* output: change to full html behaviour
* build-sys: autotools configure.ac update
* docs: NEWS update
* docs: remove version from manual page
* licensing: set placeholder properly
* bug: use uint32_t for IP numbers
* build-sys: ignore gprof & gcov files
* getdata: new xstrstr function for performance
* other: fix two warnings
* build-sys: update news for release v2.16
2011-07-20 07:03:53 +00:00
tron
c62eb61e53 Update "wireshark" package to version 1.4.8. Changes since 1.4.7:
- Bug Fixes
  - The following vulnerabilities have been fixed. See the security
    advisory for details and a workaround.
     o The Lucent/Ascend file parser was susceptible to an infinite
       loop.
       Versions affected: 1.2.0 to 1.2.17, 1.4.0 to 1.4.7, and 1.6.0.
       CVE-2011-2597
     o The ANSI MAP dissector was susceptible to an infinite loop.
       (Bug 6044)
       Versions affected: 1.4.0 to 1.4.7, and 1.6.0.
       CVE-2011-????
  - The following bugs have been fixed:
     o TCP dissector doesn't decode TCP segments of length 1. (Bug
       4716)
     o Wireshark 1.4.0rc1 and python - spurious message. (Bug 4878)
     o Missing LUA function. (Bug 5006)
     o Lua API description about creating a new Tvb from a bytearray
       is not correct in wireshark's user guide. (Bug 5199)
     o sflow decode error for some extended formats. (Bug 5379)
     o White space in protocol field abbreviation causes runtime
       failure while registering Lua dissector. (Bug 5569)
     o "File not found" box uses wrong filename encoding. (Bug 5715)
     o capinfos: #ifdef HAVE_LIBGCRYPT block includes a line too
       many. (Bug 5803)
     o Wireshark crashes if Lua contains "Pref.range()" with missing
       arguments. (Bug 5895)
     o The "range" field in Lua's "Pref.range()" serves as default
       while the "default" field does nothing. (Bug 5896)
     o Wireshark crashes when calling TreeItem:set_len() on TreeItem
       without tvb. (Bug 5941)
     o TvbRange_string(lua_State* L) call a wrong function. (Bug
       5960)
     o VoIP call flow graph displays BICC APM as a BICC ANM. (Bug
       5966)
     o H323 rate multiplier wrong. (Bug 6009)
     o tshark crashes when loading Lua script that contains GUI
       function. (Bug 6018)
     o 802.11 Disassociation Packet's "Reason Code" field is
       imprecisely decoded/described. (Bug 6022)
     o Wireshark crashes when setting custom column's field name with
       conditional. (Bug 6028)
     o GTS Descriptor count limited to 3 instead of 7. (Bug 6055)
     o The SSL dissector can not resemble correctly the frames after
       TCP zero window probe packet. (Bug 6059)
     o Packet parser takes too long for this trace. (Bug 6073)
     o 802.11 Association Response Packet's "Status Code" field is
       imprecisely decoded/described. (Bug 6093)
     o Wireshark 1.6.0 and Python support: installer fails to create
       the wspy_dissectors subdirectory and . (Bug 6110)
     o Wireshark crash during RTP stream analysis. (Bug 6120)
     o Tshark custom columns: Why don't I get an error message? (Bug
       6131)
- Updated Protocol Support
  ANSI MAP, GIOP, H.323, IEEE 802.11, MSRP, RPCAP, sFlow, TCP,
- New and Updated Capture File Support
  Lucent/Ascend.
2011-07-19 21:29:53 +00:00
gson
0273197218 Update net/py-dns to 1.9.4. Changes since 1.8.0:
2011-03-24  Bob Halley  <halley@dnspython.org>

	* dns/rdata.py (Rdata._wire_cmp): We need to specify no
	  compression and an origin to _wire_cmp() in case names in the
	  rdata are relative names.

	* dns/rdtypes/ANY/SIG.py (SIG._cmp): Add missing 'import struct'.
	  Thanks to Arfrever Frehtes Taifersar Arahesis for reporting the
	  problem.

2011-03-24  Bob Halley  <halley@dnspython.org>

	* (Version 1.9.3 released)

2011-03-22  Bob Halley  <halley@dnspython.org>

	* dns/resolver.py: a boolean parameter, 'raise_on_no_answer', has
	  been added to the query() methods.  In no-error, no-data
	  situations, this parameter determines whether NoAnswer should be
	  raised or not.  If True, NoAnswer is raised.  If False, then an
	  Answer() object with a None rrset will be returned.

	* dns/resolver.py: Answer() objects now have a canonical_name field.

2011-01-11  Bob Halley  <halley@dnspython.org>

	* Dnspython was erroneously doing case-insensitive comparisons
	  of the names in NSEC and RRSIG RRs.  Thanks to Casey Deccio for
	  reporting this bug.

2010-12-17  Bob Halley  <halley@dnspython.org>

	* dns/message.py (_WireReader._get_section): use "is" and not "=="
	  when testing what section an RR is in.  Thanks to James Raftery
	  for reporting this bug.

2010-12-10  Bob Halley  <halley@dnspython.org>

	* dns/resolver.py (Resolver.query): disallow metaqueries.

	* dns/rdata.py (Rdata.__hash__): Added a __hash__ method for rdata.

2010-11-23  Bob Halley  <halley@dnspython.org>

	* (Version 1.9.2 released)

2010-11-23  Bob Halley  <halley@dnspython.org>

	* dns/dnssec.py (_need_pycrypto): DSA and RSA are modules, not
	  functions, and I didn't notice because the test suite masked
	  the bug!  *sigh*

2010-11-22  Bob Halley  <halley@dnspython.org>

	* (Version 1.9.1 released)

2010-11-22  Bob Halley  <halley@dnspython.org>

	* dns/dnssec.py: the "from" style import used to get DSA from
	  PyCrypto trashed a DSA constant.  Now a normal import is used
	  to avoid namespace contamination.

2010-11-20  Bob Halley  <halley@dnspython.org>

	* (Version 1.9.0 released)

2010-11-07  Bob Halley  <halley@dnspython.org>

	* dns/dnssec.py: Added validate() to do basic DNSSEC validation
	  (requires PyCrypto). Thanks to Brian Wellington for the patch.

	* dns/hash.py: Hash compatibility handling is now its own module.

2010-10-31  Bob Halley  <halley@dnspython.org>

	* dns/resolver.py (zone_for_name): A query name resulting in a
	  CNAME or DNAME response to a node which had an SOA was incorrectly
	  treated as a zone origin.  In these cases, we should just look
	  higher.  Thanks to Gert Berger for reporting this problem.

	* Added zonediff.py to examples.  This program compares two zones
	  and shows the differences either in diff-like plain text, or
	  HTML.  Thanks to Dennis Kaarsemaker for contributing this
	  useful program.

2010-10-27  Bob Halley  <halley@dnspython.org>

	* Incorporate a patch to use poll() instead of select() by
	  default on platforms which support it.  Thanks to
	  Peter Schüller and Spotify for the contribution.

2010-10-17  Bob Halley  <halley@dnspython.org>

	* Python prior to 2.5.2 doesn't compute the correct values for
	  HMAC-SHA384 and HMAC-SHA512.  We now detect attempts to use
	  them and raise NotImplemented if the Python version is too old.
	  Thanks to Kevin Chen for reporting the problem.

	* Various routines that took the string forms of rdata types and
	  classes did not permit the strings to be Unicode strings.
	  Thanks to Ryan Workman for reporting the issue.

	* dns/tsig.py: Added symbolic constants for the algorithm strings.
	  E.g. you can now say dns.tsig.HMAC_MD5 instead of
	  "HMAC-MD5.SIG-ALG.REG.INT".  Thanks to Cillian Sharkey for
	  suggesting this improvement.

	* dns/tsig.py (get_algorithm): fix hashlib compatibility; thanks to
	  Kevin Chen for the patch.

	* dns/dnssec.py: Added key_id() and make_ds().

	* dns/message.py: message.py needs to import dns.edns since it uses
	  it.

2010-05-04  Bob Halley  <halley@dnspython.org>

	* dns/rrset.py (RRset.__init__): "covers" was not passed to the
	  superclass __init__().  Thanks to Shanmuga Rajan for reporting
	  the problem.

2010-03-10  Bob Halley  <halley@dnspython.org>

	* The TSIG algorithm value was passed to use_tsig() incorrectly
	  in some cases.  Thanks to 'ducciovigolo' for reporting the problem.
2011-07-18 16:10:32 +00:00
obache
a1548adaa6 Update mikutter to 0.0.3.12.
Changes:
added
 * none
fixed
 * On icons of voter, screen_name is not shown in tip help. And user profile is
   not shown on click.
 * Wheel scroll does not work on follow/follower list.
 * at fire /statuses/update, with include_entities=1, so that own tweet with
   entity.
 * correct index with counting escaped string in an appropriate manner (wip)
 * crash when retweet at the tweet is removed from TL.
2011-07-17 12:27:53 +00:00
ryoon
897eb1cf7f Fix build
* Include security/libgcrypt/buildlink3.mk.
2011-07-14 19:08:28 +00:00
markd
caec07a0b7 Update libtrace to 3.0.10
libtrace 3.0.10 (2011-03-11)
Bug Fixes
Improvements
* Significantly improved performance of libtrace event API
* Transport headers and payload length are now cached for each
  packet, saving time on subsequent lookups

libtrace 3.0.9 (2011-01-25)
Bug Fixes
Improvements
* tracesplit can now accept multiple input URIs which are read in turn

libtrace 3.0.8 (2010-12-03)
Bug Fixes
New Features
* Added a new API function called trace_get_payload_length() that returns
  the length of the original payload content (i.e. the size of the
  post-transport header payload prior to any snapping)
Improvements
* Added IPv6 and IPv6 fragmentation header decoders to libpacketdump
* traceanon can now read cryptopan keys from a file
2011-07-14 11:47:17 +00:00
ryoon
2e7e5ec2c7 Update to 1.12.0
Changelog:
1.12.0
Changes
-------

 * Use ServerStat to find faster server. This is useful when several
   downloads were started in parallel, but one download is slow and
   the other downloads have completed. Then aria2 knows which servers
   are fast by the results of completed downloads, and check the
   available URIs of slow downloads to see faster server is available
   there. If so, use it instead of current slow one to make download
   faster.

 * Added Russian translation of man page and HTML manual contributed
   by ITriskTI.

 * Added aria2.getGlobalStat RPC method.  It returns overall
   download/upload speed and the number of active/stopped/waiting
   downloads.

 * Added --pause option.  This option pauses download after
   added. This option is effective only when --enable-rpc=true is
   given.  When --save-session option is used and there are paused
   downloads, they are saved with --pause=true so that it will become
   paused state when the session is recovered.

 * Abort aria2 if it could not setup any RPC server.

 * Added --truncate-console-readout option.  This option truncates
   console readout to fit in a single line.  This is default. Give
   false value to this option to tell aria2 not to truncate console
   readout.

 * Cache and reuse RpcMethod objects.

 * Allowed missing params in system.multicall RPC method.

 * Added --stream-piece-selector option.  This option specifies piece
   selection algorithm used in HTTP/FTP download. Piece means fixed
   length segment which is downloaded in parallel in segmented
   download. If 'default' is given, aria2 selects piece so that it
   reduces the number of establishing connection. This is reasonable
   default behaviour because establishing connection is an expensive
   operation.  If 'inorder' is given, aria2 selects piece which has
   minimum index. Index=0 means first of the file. This will be useful
   to view movie while downloading it. --enable-http-pipelining option
   may be useful to reduce reconnection overhead.  Please note that
   aria2 honors --min-split-size option, so it will be necessary to
   specify a reasonable value to --min-split-size option.

 * Removed unnecessary template parameter from std::make_pair call.
   The patch was contributed from Dan Fandrich.

 * Implemented fast file allocation in MinGW32 build.  We use
   SetFilePointerEx and SetEndOfFile to allocate extents.  This only
   works with NTFS. To enable this feature, --file-allocation=falloc
   must be given.

 * Only percent-encode non-printable ASCII chars(0x00-0x1f), non-ASCII
   chars(>0x7f), ' ', '"', '<' and '>' for URIs supplied by user and
   remote server(usually Location header field).

 * Don't throw exception if Z_BUF_ERROR is encountered in GZipEncoder.
   This fixed the bug that compressed RPC request failed.

 * Don't save removed download in --save-session text file.  Now stat
   column of removed downloads in Download Results is 'RM' instead of
   INPR.


1.11.2
Changes
-------

 * Updated Japanese, Spanish and Simplified Chinese translation.
   Thanks to all translators.

 * Eliminated few seconds delay when downloads stop or pause.

 * Added --metalink-base-uri option.  --metalink-uri option specifies
   base URI to resolve relative URI in metalink file stored in local
   disk. If URI points to a directory, URI must end with '/'.

 * Run batch file with cmd.exe. Quoted user command.  It seems that we
   have to specify the full path to cmd.exe in the first argument of
   CreateProcess() to run batch file in proper manner.  We first
   determine the full path to cmd.exe. To do this, we get windir
   environment variable and concatenate it with "\system32\cmd.exe".

 * Fixed the bug that the message "Loaded cookies from ..." appears
   when loading cookies from that file failed.

 * Applied patch from Dan Fandrich. This patch fixes compatibility
   issue when compiling aria2 on older systems.

 * Support relative URI in Metalink file.  If relative URI is found in
   Metalink file, aria2 resolves its full URI contatenating the URI
   from which Metalink file is retrieved and relative URI in Metalink
   file. This feature is not available if Metalink file in local disk
   is specified in command line.

 * Erase user and password specified in command-line from argv.  The
   user and password is masked with '*'.

 * If no data type tag is used in XML-RPC, treat the data as string.
2011-07-14 06:00:07 +00:00
jklos
dab2f3e106 Updated master site and homepage (both disappeared). 2011-07-14 00:40:13 +00:00
obache
b876a7a6e3 Update mikutter to 0.0.3.11.
Changes:
added
 * none
fixes
 * rare crash at startup
 * all process invoked by mikutter will be zombie
 * crash with replying to deleted tweets
 * rare crash at deleting own tweets
2011-07-13 11:41:49 +00:00
shattered
efccb3325a PR/40602 -- disable GOST for OpenSSL<1.0.0
(Not MacOS-specific)
2011-07-13 11:26:09 +00:00
obache
d2b4fda5e0 Update ruby-twitter-stream to 0.1.14.
* bug fixes
* merge downstream forks.
2011-07-11 11:58:35 +00:00
wiz
9657011b59 Fix PLIST with -winbind, fixes PR 45121 by John D. Baker. 2011-07-10 17:03:15 +00:00
adam
ca00f2be25 Changes 1.4.4:
* fixes so that it works again on FreeBSD again
* added IPv6 support
2011-07-09 07:45:08 +00:00
drochner
c4f615035e add a comment about the pkg not dealing correctly with recent gnutls
built against "nettle", but don't do anything for now because the
patch would be expensive
2011-07-08 18:51:15 +00:00
drochner
f40f072b75 recent libsoup doesn't use gnutls directly but through glib-networking,
so there is no need to maintain a direct dependency
2011-07-08 18:35:37 +00:00
wiz
327f81e200 Update to 2.3.1.1:
== 2.3 ==

2.3.1.1  Sun Jun 19 2011  Toni Gundogdu

Fixes:
        - Missing details in --help output


2.3.1  Sat Jun 18 2011  Toni Gundogdu
Changes:
        - Add --query-formats, deprecate "--format list"
        - Detect quvi and/or download command from $PATH
            - In the absence of --quvi and/or --get-with
        - Bump quvi prerequisite to 0.2.17
        - Revise manual
2011-07-08 17:46:26 +00:00
drochner
c736fd7570 depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)
2011-07-08 11:01:49 +00:00
adam
29645d48db Changes 2.2.1:
* Don't define ENABLE_PUSH_PEER_INFO if SSL is not available
* Fix compiling issues with pkcs11 when --disable-management is configured
* Remove support for Linux 2.2 configuration fallback
* Fix compile issues when using --enable-small and
  --disable-ssl/--disable-crypto
* Fix 2.2.0 build failure when management interface disabled
* Added info about --show-proxy-settings
* Documented --x509-username-field option
* Updated "easy-rsa" for OpenSSL 1.0.0
* Fixes to easy-rsa/2.0
* Made domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnf
* Fix a build-ca issue on Windows
* Fix issues with some older GCC compilers
2011-07-08 10:15:31 +00:00
adam
18ab971ea3 Changes 0.4.3:
* Fix segfault when typing invalid oid number

Changes 0.4.2:
* Fix spurious autoscrolling

Changes 0.4.1:
* Code cleanup, get rid of some deprecated components
* Support saving of window size
* Support more oid types/input conventions

Changes 0.4.0:
* New maintainer
* Upgrade to gtk2
* Improve autodetection of oid type (now supports unsigned, etc.)
* Handle gui events while performing long tasks
* Put scrollbars on the right side
* Make output wrapping configurable
2011-07-08 09:41:16 +00:00
adam
26c5678e7c Fix configuring with Clang. 2011-07-08 09:24:48 +00:00
mspo
ce32c5493a adding DIST_SUBDIR and PKGREVISION since the package has changed but distinfo and version have not 2011-07-07 03:06:24 +00:00
mspo
3c396ea3f0 silently upgraded from upstream; integrating patches from pkgsrc. Got confirmation from Ulli Horlacher 2011-07-07 01:44:11 +00:00
mspo
eb6a733193 Updates confirmed from upstream:
frmstag@fex:~/sendfile/sendfile-2.1b/doc: head ChangeLog
2011-06-04  better POSIX compatibility and NETBSD support
2011-07-06 11:31:58 +00:00
taca
e7c5783160 Update bind96 package to 9.6.3.1.ESV.4pl3 (9.6-ESV-R4-P3), security release.
The package name was selected as:

- Make sure to greater version from bind-9.6.3.
- Include "ESV" (Extended Support Version) string.

Since changes from BIND 9.6.3 are too may, please refer changes in detail:

ftp://ftp.isc.org/isc/bind/9.6-ESV-R4/CHANGES
ftp://ftp.isc.org/isc/bind/9.6-ESV-R4-P1/RELEASE-NOTES-BIND-9.6-ESV-R4-P1.html
ftp://ftp.isc.org/isc/bind/9.6-ESV-R4-P3/RELEASE-NOTES-BIND-9.6-ESV-R4-P3.html
2011-07-05 14:28:06 +00:00
taca
deef4a7018 Update bind97 package to bind-9.7.3pl3 (9.7.3-P3), security release.
--- 9.7.3-P3 released ---

3124.	[bug]		Use an rdataset attribute flag to indicate
			negative-cache records rather than using rrtype 0;
			this will prevent problems when that rrtype is
			used in actual DNS packets.  [RT #24777]

	--- 9.7.3-P2 released (withdrawn) ---

3123.	[security]	Change #2912 exposed a latent flaw in
			dns_rdataset_totext() that could cause named to
			crash with an assertion failure. [RT #24777]
2011-07-05 13:56:35 +00:00
taca
3cc2dab7d0 Update bind98 package to 9.8.0pl4 (9.8.0-P4), security release.
Introduction

   BIND 9.8.0-P4 is security patch for BIND 9.8.0.

   Please see the CHANGES file in the source code release for a complete
   list of all changes.


	--- 9.8.0-P4 released ---

3124.	[bug]		Use an rdataset attribute flag to indicate
			negative-cache records rather than using rrtype 0;
			this will prevent problems when that rrtype is
			used in actual DNS packets.  [RT #24777]

	--- 9.8.0-P3 released (withdrawn) ---

3126.	[security]	Using DNAME record to generate replacements caused
			RPZ to exit with a assertion failure. [RT #23766]

3125.	[security]	Using wildcard CNAME records as a replacement with
			RPZ caused named to exit with a assertion failure.
			[RT #24715]

3123.	[security]	Change #2912 exposed a latent flaw in
			dns_rdataset_totext() that could cause named to
			crash with an assertion failure. [RT #24777]

3115.	[bug]		Named could fail to return requested data when
			following a CNAME that points into the same zone.
			[RT #2445]
2011-07-05 13:35:29 +00:00
mspo
d64f5efdab Upgrade from 2.1.0 -> latest (2.5.1). Also fixes build.
---
Release messages:
The RabbitMQ team is pleased to announce the release of RabbitMQ 2.1.1.
This release fixes a number of bugs and introduces some enhancements,
including exchange to exchange bindings and some performance improvements,
in the server and clients.

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.2.0.
This release fixes a number of bugs and introduces some enhancements,
including automatic upgrades of non-clustered brokers, per-queue message
TTLs and significantly reduced memory usage for pending acknowledgements.

Perfectly timed one day before the start of the year of the Rabbit,
the RabbitMQ team is pleased to announce the release of RabbitMQ 2.3.0.
This release fixes a number of bugs and introduces some enhancements,
including streaming publish confirmations, new plugin mechanisms for
authentication and authorisation, and a great deal more.

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.3.1.
This release fixes a small number of bugs, in particular one serious bug
in 2.3.0 which could lead to queue processes crashing.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.4.0.
This release fixes a number of bugs and introduces some enhancements,
including fast routing for topic exchanges, sender-selected distribution
and server-side consumer cancellation notifications.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.4.1.
This release fixes a number of bugs, in particular one bug in 2.4.0 that
would break upgrades if durable queues were present. A notable enhancement
included in this release are cluster upgrades.

The RabbitMQ team is delighted to announce the release of RabbitMQ 2.5.0.
This release fixes a number of bugs. In particular:
recovery has been simplified, improving startup times when many exchanges
or bindings exist
bindings are recovered between durable queues and non-durable exchanges
on restart of individual cluster nodes
better performance under high load and memory pressure
source compatibility with the new Erlang R14B03 release
New features include:
tracing facility for debugging incoming and outgoing messages, (see firehose)
improved inbound network performance
improved routing performance
new rabbitmqctl commands ('report', 'environment', and 'cluster_status')

The RabbitMQ team is pleased to announce the release of RabbitMQ 2.5.1.
This release correctly upgrades from RabbitMQ 2.1.1 and 2.2.0.
There are no other changes compared with 2.5.0.
2011-07-05 13:09:04 +00:00
dholland
46a73c7dfc Another one that installs perl scripts and uses REPLACE_PERL without
actually depending on perl.
2011-07-05 01:14:20 +00:00
spz
d26bad2846 a few bulk builds get compile failures in src/rpsl I can't reproduce;
try MAKE_JOBS_SAFE=NO to see if that fixes it for them
2011-07-04 12:08:51 +00:00
obache
5a4d926f44 Update mikutter to 0.0.3.10.
Added
 * resume last retrieved follow/follower at startup.
Fixes
 * only get last 200 follow/follower.
 * crash when leaving a tweet selected.
 * crash if failed to extract URL.
 * rare crash at startup.
2011-07-03 12:53:01 +00:00
jym
db7d75f08a check-interpreter fix. 2011-07-03 11:52:55 +00:00
dholland
464da65f3d REPLACE_PYTHON 2011-07-03 10:01:04 +00:00
markd
a6cfde1d87 /usr/bin/env cleanup. 2011-07-03 02:14:12 +00:00
dholland
a3f1eda682 Fix REPLACE_PERL. USE_TOOLS+=perl:run, since it installs the perl scripts
that it's doing REPLACE_PERL on. PKGREVISION -> 1 because of the new dep.
2011-07-03 01:57:06 +00:00
dholland
cd3954300a Set $SHELL in the environment so it doesn't end up trying to use zsh, or
worse, a csh, on a trivial shell script.
2011-07-03 01:36:58 +00:00
obache
bbca35b669 fixes last commit, not wanted to change MASTERSITE.
Update GeoIP to 1.4.8.

1.4.8
	* Fix GEOIP_DOMAIN_EDITION_V6 ( Boris Zentner )
	* Add new Datatypes GEOIP_NETSPEED_EDITION_REV1_V6 and
	    GEOIP_NETSPEED_EDITION_REV1 ( Boris Zentner )
	* Fix possible directory traversal weakness in geoipupdate-pureperl.pl with
	    malicious update server ( Boris Zentner )
	* Fix GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
2011-07-02 05:36:14 +00:00
obache
0072dd5cdc Change HOMEPAGE to appropriate one. 2011-07-02 05:27:27 +00:00
shattered
9d000102c8 PR/37465: optionally depend on fonts/font-schumacher-misc (untested) 2011-06-26 14:27:14 +00:00
adam
d52b90537e Added PLIST_VARS=perl and fixed PLIST when building without Perl 2011-06-24 09:46:10 +00:00
adam
431f83a775 Fix for PR#44748 2011-06-24 09:30:18 +00:00
wiz
3300d16abc Update to 3.0.714, using patch from Bartosz Kuzma in PR 45095.
While here, unset DIST_SUBDIR.

Changes since 3.0.713:
 - IPv6 support!  Big ups to Mats Erik Andersson who did most
   of this work!
 - Allow sort on last-seen, thanks to Dirk Koopman.
 - Support multiple bind addresses.
 - Add --disable-debug configure flag, thanks to Malte S. Stretz.
 - Make it possible to save the DB without resetting it (SIGUSR2).
 - Web: Use relative URLs, so darkstat works properly behind mod_proxy,
   thanks to Malte S. Stretz.
2011-06-23 09:21:37 +00:00
taca
3d25a14ca9 Update synergy pacakge to 1.3.7. (leaf package)
pkgsrc change:
- Add LICENSE.
- Add more example files.

Fixed Bugs of 1.3.7:

#1668   Scroll lock has opposite behavior 1.3.x 0
#2952   Visual C++ 2008 Redistributable unpacks to root of hard drive 1.3.6 0
#2939   The hook DLL (synrgyhk.dll) is not compiled to the bin dir 1.3.6 0
#2938   Argument --help does not work 1.3.6 0
#2834   Fix buildbot console (it has nothing on it) 1.3.6 0
#691    fix compilation errors for gcc 4.3 1.2.6 0
#1187   Compile broken for modern C++ 1.3.1 0
#683    Only cross screens on during special keypress 1.3.0 0
#128    In Linux focused window loses focus when cursor moved to another screen
(big problem for 1B.o3x.3ee) 12
#1663   "hos" != "host" 1.3.1 1
#610    Client side crash - Linux x64 1.3.5 2
2011-06-23 03:16:50 +00:00
pettai
bd85e5f598 Version 4.2.3 - 2011-04-29
* don't write passwords to transfer_log.
* new setting mirror:no-empty-dirs.
* allow `jobs' output to be redirected.
* don't list not connected torrent peers by default.
* show torrent validation rate and ETA.

Version 4.2.2 - 2011-04-11

* fixed `cd -'`.
* fixed pget for URLs with special symbols.
* translations updated (cs, ru). detlist_end VERSION(4.2.0, 2011-03-03) detlist_begin
* changed ssl:verify-certificate default to yes.
* check certificate common name in openssl case (code from curl).
* disable weak algorithms in openssl (Ludwig Nussel).
* new setting xfer:log-file (Timur Sufiev).
* support for netkey pasword in ftp (Ryan Thomas).
* added torrent ipv6 support (new setting torrent:ipv6)
* don't accept new connections when no torrent can accept them.
* allow to specify job numbers in ``jobs'' command.
* fixed a segfault in pget when an error happens on second chunk. detlist_end VERSION(4.1.3, 2011-01-17) detlist_begin
* fixed a coredump in torrent (introduced in 4.1.2). detlist_end VERSION(4.1.2, 2010-12-31) detlist_begin
* new command ln [-s], supported by FTP (SITE [SYM]LINK), FISH, SFTP, and locally via file: schema.
* create remote symlinks in mirror -R if supported by server.
* detect and remove duplicate peers in torrent. detlist_end VERSION(4.1.0, 2010-11-22) detlist_begin
* send path components to ftp server separately, unless TVFS is in FEAT reply.
* save pget status at the very beginning of pget execution.
* allow mirror pget continuation (mirror -c --use-pget).
* allow multiple torrent startup at once (e.g. torrent *.torrent).
* pre-allocate disk space in torrent, if posix_fallocate(3) is supported.
* new command prefix ``local''. It makes the following command use local session instead of remote.
* added torrent multi-tracker support.
* fixed convert-mozilla-cookies cookie duplication. detlist_end VERSION(4.0.10, 2010-09-01) detlist_begin
* use cached file set, dont parse file listing again.
* updated convert-netscape-cookies.
* fixed a problem with zeroed errno in http.
* fixed coredump on mirror --log=file when the file cannot be opened.
* translations updated (de, ru).
2011-06-19 16:58:18 +00:00
pettai
80f4434d61 NSD 3.2.8:
Bugfixes:

* Do setusercontext before chroot, otherwise login.conf etc. are required inside chroot.
* Bugfix #216: Fix leak of compressiontable when the domain table increases in size.
* Bugfix #348: Don't include header/library path if OpenSSL is in /usr.
* Bugfix #350: Refused notifies should log client ip.
* Bugfix #352: Fix hard coded paths in man pages.
* Bugfix #354: The realclean target deletes a bit too much.
* Bugfix #357, make xfrd quit with many zones.
* Bugfix #362: outgoing-interface and v4 vs. v6 leads to spurious warning messages.
* Bugfix #363: nsd-checkconf -v does not print outgoing-interface ok.
* Bugfix: nsd-checkconf -o outgoing-interface omits NOKEY.
* Undo Bugfix #235: Don't skip dname compression, messes up packets that do need compression.

Operational notes:

* Use 'make clean' to clean up files that make created.
* Use 'make realclean' to also clean up files that were generated by running ./configure.
* Use 'make devclean' to also clean up autoconf, autoheader files.

NSD 3.2.7:

Bugfixes:

* Bugfix #253: Don't put NS RRs in a response with QTYPE=DS.
* Bugfix #320: use arcrandom(4) for QID generation if available.
* Bugfix #328: nsd-checkconf overrun.
* Bugfix #343: nsdc update fix.
* Bugfix #347: Wrong NSEC3 returned for nodata response QTYPE=DS no delegation.
* Bugfix: Allow for huge amount of strings in TXT (and other) records.
* Bugfix: nsdc can now deal with tsig algorithms other than hmac-md5.
* Fixed several parts in the documentation, including #306, #345.
2011-06-19 16:25:12 +00:00
pettai
442296190a 1.4.10:
Bug Fixes:

* Fix assertion failure when unbound generates an empty error reply in response to a query, CVE-2011-1922 VU#531342.
2011-06-19 16:15:57 +00:00
taca
85465cbc44 Update pear-Net_SMTP pacakge to 1.6.0.
Release date: 2011-06-06 04:41 UTC
Release state: stable

Changelog:

- Adding a new command() method for sending arbitrary SMTP commands.
- More kinds of socket write() failures are now detected.
- Improved PEAR_Error internal handling. (Bug 18469)
- External authentication methods are now supported via setAuthMethod().
- Resource-based data streams are no longer terminated prematurely. (Bug 18563)
2011-06-19 15:52:23 +00:00
taca
7da358f119 Add and enable ruby-net-ping. 2011-06-19 14:10:39 +00:00
taca
b9b7a31924 Importing ruby-net-ping package version 1.5.0.
The net-ping library provides a ping interface for Ruby. It includes
separate TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping
classes.
2011-06-19 14:09:52 +00:00
taca
980b36438b Add and enable ruby-net-ldap. 2011-06-19 14:08:19 +00:00
taca
fa76f83c93 Importing net-ldap version 0.2.2.
Net::LDAP for Ruby (also called net-ldap) implements client access for the
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
accessing distributed directory services. Net::LDAP is written completely in
Ruby with no external dependencies. It supports most LDAP client features
and a subset of server features as well.

Net::LDAP has been tested against modern popular LDAP servers including
OpenLDAP and Active Directory. The current release is mostly compliant with
earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
Our roadmap for Net::LDAP 1.0 is to gain full *client* compliance with
the most recent LDAP RFCs (4510-4519, plus portions of 4520-4532).
2011-06-19 14:07:17 +00:00
plunky
416a994415 enable crypto connections
(many peers refuse to talk to me, otherwise?)
2011-06-19 13:46:29 +00:00
obache
10ecd8791c Update mikutter to 0.0.3.9.
While here, let to allow co-existence with ruby-escape package.

Improvements
* none
Fixes
* impossible to search with Japanese
* impossible to google search with Japanese
* fire shortcut key for tweet when typing search string
* memory leaks
* devours API with retrying tweet of keyed account that does not authenticat me
* not play sound on some platforms.
2011-06-19 04:19:56 +00:00
taca
6cfec661cc Update ruby-rubytter package to 1.4.2.
Changes are unknown.
2011-06-19 02:52:44 +00:00
taca
1b07ac6021 Update ruby-amqp package to 0.7.1.
= Version 0.7.1

  * [BUG] AMQP gem no longer conflicts with Builder 2.1.2 on Ruby 1.9.
          All Ruby on Rails 3 users who run Ruby 1.9 are highly recommended
	  to upgrade!

  * [API] AMQP::Exchange.default no longer caches exchange object between calls
          because it may lead to very obscure issues when channel that exchange was
	  using is closed (due to connection loss, as part of test suite teardown
	  or in any other way).

  * [API] AMQP::Exchange.default now accepts channel as a parameter.
  * [API] AMQP::Exchange#channel
  * [BUG] Basic.Return is not supported by amqp gem yet, but it should not result in obscure exceptions
  * [API] AMQP::Exchange#publish now supports content type overriding.
  * [API] Introduce AMQP::Exchange #durable?, #transient?, #auto_deleted? and #passive?
  * [API] Introduce AMQP::Channel#open?
  * [BUG] AMQP connection was considered established prematurely.
  * [API] MQ.logging is removed; please use AMQP.logging from now on.
  * [API] MQ::Queue class is deprecated; please use AMQP::Queue from now on.
  * [API] MQ::Exchange class is deprecated; please use AMQP::Exchange from now on.
  * [API] MQ class is deprecated; please use AMQP::Channel from now on.
  * [API] require "mq" is deprecated; please use require "amqp" from now on.


= Version 0.7
  * [BUG] Sync API for queues and exchanges, support for server-generated queues & exchange names (via semi-lazy collection).
  * [BUG] Sync API for MQ#close (Channel.Close) [issue #34].
  * [FEATURE] AMQP URL from majek's fork, with some fixes. Example: AMQP.start("amqps://")
  * [DEVELOP] Added some em-spec-based specs, bin/irb, Gemfile.
  * [FEATURE] Added MQ::Exchange.default for the default exchange.
  * [FEATURE] Raise an exception if we're trying to use Basic.Reject with RabbitMQ.
  * [FEATURE] Fail if an entity is re-declared with different options.
  * [BUG] Don't reconnect if the credentials are wrong.
  * [BUG] Fixed an exception which occurred when Queue#bind was called synchronously with a callback.
  * [DEVELOPMENT] Added a lot of specs (Bacon replaced by rSpec 2).
2011-06-19 02:51:56 +00:00
taca
61db493c66 Update ruby-addressable package to 2.2.6.
## Addressable 2.2.6
- changed the way ambiguous paths are handled
- fixed bug with frozen URIs
- https supported in heuristic parsing

## Addressable 2.2.5
- 'parsing' a pre-parsed URI object is now a dup operation
- introduced conditional support for libidn
- fixed normalization issue on ampersands in query strings
- added additional tests around handling of query strings

## Addressable 2.2.4
- added origin support from draft-ietf-websec-origin-00
- resolved issue with attempting to navigate below root
- fixed bug with string splitting in query strings

## Addressable 2.2.3
- added :flat_array notation for query strings
2011-06-19 02:50:20 +00:00
ryoon
41b4a8ce28 Delete commented-out lines. 2011-06-18 22:20:13 +00:00
ryoon
38b3ad2a27 Update to 0.2.17
* PCRE is not needed anymore.

Changlog:
0.2.17  Fri Jun 17 2011  Toni Gundogdu

Changes: dist
    - Remove --enable-verbose-test, set TEST_VERBOSE for same effect
    - Rewrite doc/ files for NaturalDocs and place under doc/nd/
    - Add doc/nd/ with NaturalDocs formatted text files
        - These are not installed with quvi, see also --with-doc below
    - Bump libcurl prerequisite to 7.18.2 (#58)
    - Rename --with-man -> --with-manual
    - Remove --with-doc
        - Apart from doc/man1/quvi.1, nothing is installed from doc/
        - See also --with-manual

Changes: API
    - Mark QUVIOPT_WRITEFUNCTION as deprecated (removed in 0.2.20)
        - Remove QUVI_WRITEFUNC_ABORT
        - Remove quvi_callback_write
    - Rewrite header files to use NaturalDocs comments instead
        - Move function descriptions to src/lib/*_api.c
    - Add quvi_query_formats

Changes: quvi
    - Make minor changes to "--support arg" output
    - Add --query-formats

Changes: Webscripts
    - academicearth.lua: Rewrite to redirect to Blip
    - collegehumor.lua: Add support for dorkly (#55)
        - Thanks to Lionel Elie Mamane for the original patch
    - vimeo.lua: Handle player.vimeo.com URLs (#56)
        - Thanks Lionel

Fixes: Webscripts
    - bikeradar.lua: Title parsing
2011-06-18 22:18:13 +00:00
adam
41e2e4379a Major enhancements in Samba 3.5.9 include:
* Sgid bit lost on folder rename.
* ACL can get lost when files are being renamed.
* Respect "allow trusted domains = no" in Winbind.
2011-06-15 11:45:08 +00:00
obache
9742757015 Update kenosis to 0.96.
0.96 10 Jan 2006 22:54 Major bugfixes

 Changes: This release fixes bugs that prevented the client from bootstrapping
 from other nodes.

0.95 05 Mar 2005 23:14 Major feature enhancements

 Changes: This release now supports UPnP and Zeroconf/Rendezvous for node
 discovery. Nodes behind NAT can now be first-class members of the network.
 Groups of nodes on the same network can form into a private Kenosis network.
 This release also features increased time between identical calls to the same
 remote node and improved handling of timeouts between nodes
2011-06-14 08:48:09 +00:00
obache
2bab5daac7 distutilify.
Bump PKGREVISION.
2011-06-14 08:31:05 +00:00
obache
d4cd1ad6e7 * LICENSE=gnu-gpl-v2
* no reason to restrict acceptable PYTHON_VERSION.
* using distutils.

Bump PKGREVISION.
2011-06-13 11:45:59 +00:00
roy
d93ba58a3e Update to openresolv-3.4.2 which fixes printf(1) usage 2011-06-13 10:59:33 +00:00
roy
278d82305e Change from prior version:
* Compile against libnotify-0.7
2011-06-13 10:57:46 +00:00
obache
7e54edb2d9 Update mikutter to 0.0.3.8.
* Improvements
  * Add notification related events.  Add following plugins
    * alsa - plugin for playing sound with alsa.
    * libnotify - plugin for notify with libnotify.

* Fixes
  * crash at limiting.
  * included JSON library is too old.
  * defect that settings may not be saved correctly.
  * defect that link position move over.
  * some API cache functions.
  * defect of crash at editing shorcut key.
2011-06-12 12:41:15 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
drochner
449d08e30f update to 2.34.2
This switches to the new release branch.
2011-06-10 09:33:53 +00:00
drochner
68a7e302ab update to 0.9.12
changes:
-added IPv6 support
-more statistics, can be exported as XML
-minor feature additions
-bugfixes
2011-06-09 16:55:30 +00:00
wiz
d58ee4e386 Update to 0.2.16:
0.2.16  Sat May 21 2011  Toni Gundogdu

Changes: quvi
    - Rename '-s,--no-shortened' -> '-r,--no-resolve'
    - Add support for reading input from files

Changes: API
    - Add "Network interface" (quvi_net_*, QUVI_NET_*, quvi/net.h)
        - Add examples/callback_libsoup.c
    - Make LUA errors more informative (e.g. fname, func, etc.)
    - Add "Linked list interface" (quvi_llst_*, quvi/llst.h)
    - Add quvi_supported_ident (#44)
        - Add quvi_supported_ident_close
        - Add quvi_ident_getprop
    - Deprecate remaining symbols that use 'video' and 'link' in names
    - Rename (&depr.) QUVISTATUS_SHORTENED -> QUVISTATUS_RESOLVE
    - Rename (&depr.) QUVIOPT_NOSHORTENED -> QUVIOPT_NORESOLVE
    - Deprecate QUVIINFO_HTTPCODE, QUVIPROP_HTTPCODE

Changes: Webscripts
    - Pass _quvi_media_t to quvi object functions in LUA reg. index
    - collegehumor.lua: Add 'best' ('hq') format
    - LUA: Add resolve function to quvi object
    - Add bikeradar.lua (#50)
    - Add guardian.lua (#51)
    - Add more NSFW scripts
    - Add blip.lua (#39)

Changes: Build system
    - Add --with-soup (see INSTALL)

Changes: Documentation
    - INSTALL: Remove list of (obsolete) env. variables
    - Add doc/WebsiteScriptGuideLines
    - API: Reorganize "Modules"

Bugfixes: Webscripts
    - collegehumor.lua:51: server response code 404 (#35)
    - vimeo.lua:62: no match: hd button (#48)
    - liveleak.lua:48: no match: config (#47)
2011-06-09 11:21:12 +00:00
schmonz
1a389d364a Add inet6 option using fefe's patch. Fix indentation and quell pkglint. 2011-06-09 01:47:13 +00:00
schmonz
13a9bbbfc2 Instead of a separate PLIST file for inet6, use PLIST_VARS. 2011-06-09 01:44:16 +00:00
schmonz
4a4ac004c6 Update ipv6 patch. Closes PR pkg/44469 by James A. T. Rice. While
here, fix indentation broken in previous and quell pkglint.
2011-06-09 00:55:40 +00:00
taca
1a2b4acbee It needs runtime dependency to radiusclient-ng.
Bump PKGREVISION.
2011-06-07 11:47:04 +00:00
pettai
2d021d5ad0 Fixes PR pkg/44996 2011-06-05 23:10:12 +00:00
obache
dde4c6a445 Update mikutter to 0.0.3.7.
Changes:
New features
* Support to preview images for Twitter official image upload service.
* If extracted short URL is gotten with Twitter API, use it.
Fixes
* fixes link string position gap on timeline.
* some memory leaks.
2011-06-05 08:57:47 +00:00
shattered
24d7e02208 Regenerate diff -- Linux patch chokes on it. 2011-06-03 19:30:39 +00:00
wiz
fd8d98b9ce Fix unportable test(1) construct. 2011-06-03 00:22:19 +00:00
is
534203b0ff Update to sendfile-2.1b.
Most visible change is multiprotocol support.
2011-06-01 11:21:00 +00:00
tron
355ba7b854 Update "wireshark" package to version 1.4.7. Changes since version 1.4.6:
- Bug Fixes
  The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o Large/infinite loop in the DICOM dissector. (Bug 5876)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted Diameter dictionary file could
    crash Wireshark.
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
  o Huzaifa Sidhpurwala of the Red Hat Security Response Team
    discovered that a corrupted snoop file could crash Wireshark.
    (Bug 5912)
    Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o David Maciejak of Fortinet's FortiGuard Labs discovered that
     malformed compressed capture data could crash Wireshark. (Bug
     5908)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
   o Huzaifa Sidhpurwala of the Red Hat Security Response Team
     discovered that a corrupted Visual Networks file could crash
     Wireshark. (Bug 5934)
     Versions affected: 1.2.0 to 1.2.16 and 1.4.0 to 1.4.6.
- The following bugs have been fixed:
  o AIM dissector has some endian issues. (Bug 5464)
  o Telephony→MTP3→MSUS doesn't display window. (Bug 5605)
  o Support for MS NetMon 3.x traces containing raw IPv6 ("Type
    7") packets. (Bug 5817)
  o Service Indicator in M3UA protocol data. (Bug 5834)
  o IEC60870-5-104 protocol, incorrect decoding of timestamp type
    CP56Time2a. (Bug 5889)
  o DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF
    _FDCTR_32NF _FDCTR_16NF. (Bug 5920)
  o 3GPP QoS: Traffic class is not decoded properly. (Bug 5928)
  o Wireshark crashes when creating ProtoField.framenum in Lua.
    (Bug 5930)
  o Fix a wrong mask to extract FMID from DECT packets dissector.
    (Bug 5947)
  o Incorrect DHCPv6 remote identifier option parsing. (Bug 5962)
- Updated Protocol Support
  DICOM, IEC104, M3UA, TCP,
- New and Updated Capture File Support
  Network Monitor.
2011-06-01 07:21:53 +00:00
mspo
e4dff036e2 Update from 1.4.6 to 1.4.7
Remove patch-ad since upstream is not accepting it (originated in 2008)
and it no longer applies.

This revision also adds a lot of experimental ipv6 support.

Full release notes:

        * Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner )
        * Add support for the new types in geoiplookup6 ( Boris Zentner )
        * Add new database types GEOIP_CITY_EDITION_REV0_V6,
          GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6,
          GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
        * Remove AN and FX. Add SX, BQ and CW ( Boris Zentner )
        * Fix possible segfault in geoipupdate if the connection disappear
          unexpected. ( Boris Zentner )
        * Add sanity check for geoipupdate-pureperl.pl ( Boris Zentner )
        * Add GEOIP_USERTYPE_EDITION and GEOIP_USERTYPE_EDITION_V6
          datatypes ( Boris Zentner )
        * Add new functions GeoIP_is_private_ipnum_v4 and GeoIP_is_private_v4
          ( Boris Zentner )
        * Add new functions GeoIP_teredo and GeoIP_enable_teredo.
          teredo is enabled by default ( Boris Zentner )
        * Fix output of geoiplookup for unknown or private regions.
            ( Boris Zentner )
        * Fix geoipupdate-pureperl.pl to accept more product codes.
            ( Boris Zentner )
        * Fix minor output issue in geoipupdate -v ( Boris Zentner )
        * Add support for various databases. ( Boris Zentner )
        * Add experimental teredo support ( Boris Zentner )
        * Fix possible buffer overflow in conjunction with
            http_proxies ( Elso Andras )
        * Remove memcpy/bcopy macro for BSD ( Boris Zentner )
        * Add GeoIP_lib_version and GeoIP_cleanup ( Ladar Levison )
        * Upd Makefile.vc ( Thomas Winzig )
        * Fix typo in DK,18,Midtjylland ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100810 ( Boris Zentner )
        * Fix continent codes ( Boris Zentner )
        * Fix 3letter country codes for ATA, BVT, IOT, CXR, CCK, ATF, HMD,
            MYT, SGS and UMI ( Boris Zentner )
        * Fix typo/segfault in GeoIP_id_by_name_v6 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100529 ( Boris Zentner )
        * Remove buffered IO functions, to fix issues with dup'ed file
            descriptors ( Boris Zentner )
        * Fix very minor memleak in geoipupdate ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCEDIST_EDITION, GEOIP_LARGE_COUNTRY_EDITION
            and GEOIP_LARGE_COUNTRY_EDITION_V6 database types ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100422 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100420 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100221 ( Boris Zentner )
        * Add missing timezones ( Boris Zentner )
        * Add missing include for Windows 2000 ( Jaap Keute )
        * 'GeoIP Database up to date' and 'Updated database' prints to stdout
            instead of stderr ( Boris Zentner )
        * Add missing GeoIPRecord_delete to geoiplookup.c ( Piotr Kaczuba )
        * Add some IPv4 helper functions
            unsigned long GeoIP_addr_to_num(const char *addr);
            char *        GeoIP_num_to_addr(unsigned long ipnum); ( Boris Zentner )
        * Fix default name for the accuracy radius database to GeoIPDistance.dat ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCE_EDITION database type. ( Boris Zentner )
        * geoiplookup use GeoIPDistance.dat files if avail ( Boris Zentner )
        * Fix geoiplookup/geoiplookup6 output, when the databaseinfo string is
            not avail. ( Boris Zentner )
        * Change continent code for RU from AS to EU ( Boris Zentner )
        * Add GEOIP_ACCURACYRADIUS_EDITION database type. ( Boris Zentner )
        * Add GEOIP_LOCATIONA_EDITION the database to map back from binary to
            the csv database ( Boris Zentner )
        * Change Turkey's continent code from Asia to Europe ( Boris Zentner )
        * Rename _iso_8859_1__utf8 to _GeoIP_iso_8859_1__utf8 ( Boris Zentner )
        * GEOIP_ORG_EDITION, GEOIP_ISP_EDITION, GEOIP_DOMAIN_EDITION and
            GEOIP_ASNUM_EDITION databases return UTF8 results, if gi->charset is set
            to GEOIP_CHARSET_UTF8 ( Boris Zentner )
        * Avoid unnecesary call to gettimeofday when GEOIP_CHECK_CACHE is not set ( John Douglass )
        * Delayed loading of changed database files for 60 seconds. To avoid
          reading halve written databases ( Boris Zentner )
        * Update README.OSX for Leopard  and Snow Leopard ( Boris Zentner )
        * Add more IPv6 functions ( Boris Zentner )
            const char *GeoIP_country_code_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_code3_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code3_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host);
        * Make sure that GeoIP_*_v6 functions refuse GEOIP_PROXY_EDITION and
            GEOIP_NETSPEED_EDITION databases ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner )
        * Fix geoipupdate's -v option to not change the license filename ( Thom May )
        * Fix geoipupdate's exit code ( Thom May )
        * Add support for ASNUM_EDITION ( Boris Zentner )
        * Fix -i output for larger values, sign issue ( Boris Zentner )
        * Add -i flag for more information on netmask, range_by_ip and the current network range ( Boris Zentner )
        * Add support for DOMAIN_EDITION database type ( Boris Zentner )
        * Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
2011-05-31 14:40:25 +00:00
obache
a8d785b373 Update zeromq to 2.1.7.
0MQ version 2.1.7 (Stable), released on 2011/05/12
==================================================

Bug fixes
---------

* Fixed issue 191, message atomicity issue with PUB sockets (an old issue).

* Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).

* Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
  (bug was introduced in 2.1.6 as part of message validity checking).

* Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
  due to abuse of assertions for error checking).

* Fixed issue 212, reconnect failing after resume from sleep on Windows
  (due to not handling WSAENETDOWN).

* Properly handle WSAENETUNREACH on Windows (e.g. if client connects
  before server binds).

Changes
-------

* Runtime checking of socket and context validity, to catch e.g. using a
  socket after closing it, or passing an invalid pointer to context/socket
  methods.

* Test cases moved off port 5555, which conflicts with other services.

* Clarified zmq_poll man page that the resolution of the timeout is 1msec.
2011-05-31 11:02:00 +00:00
adam
46cf02707c patch-aq has been evil; exorcism performed 2011-05-31 10:52:30 +00:00
tron
1eaacfd56b Mark this package as not job safe to fix the build under NetBSD/amd64
as suggested by Adam Ciarciński in private e-mail.
2011-05-30 10:21:43 +00:00
adam
6e0e6e8858 Fix building on NetBSD-i386 2011-05-30 08:58:33 +00:00
obache
70fc9a88f8 Update mikutter to 0.0.3.6.
after 0.0.3.5, included escape.rb is required
(crash with one from ruby-escape package, so it must be removed).

0.0.3.6
* fix: Unshown right click menu on timeline with ruby-1.8.
* fix: Always crash to assign new short cut keys with ruby-1.8
* fix: Segmentation fault at update of MiraclePainter with ruby-1.8.
* fix: Crash of string selection with ruby-1.8.
* fix: bug of shown muted users on timeline.
* fixes retweet and un-retweet mikutter command.
* add mikutter comand for cancel fav.
* new feature: search selection with Google.
* include some using files of ruby-hmac-0.4.0.
* and other misc fixes.

0.0.3.5
* Changes TL rendering method
  * speeding up
    * work in progress for some features
  * renovation of short cut key settings
    * allow to assign a shortcut key to all functions with right-click menu.
2011-05-29 06:54:59 +00:00
is
1f71604a40 DESTDIR support. 2011-05-27 13:13:35 +00:00
adam
aea5a2643a Changes 5.6.1.1:
* OID Typedef Bug Fix: The oid typedef was changed in 5.6.1 to an u_int32 from
  a u_long.  This broke binary compatibility and likely 3rd-party code. 5.6.1.1
  reverts this change and fixes an underlying OID printing problem in two agent
  modules that caused someone to change the typedef in the first place.

Changes 5.6.1:
* General:
  - The DTLS and TLS transports and the TSM security model are no
    longer "beta" (they've undergone rigorous interoperability testing).
  - Many Bug Fixes (see the CHANGES and ChangeLog files for full details)
* snmpd:
  - 0 Patch 3141462: from fenner: fix agentx subagent issues with
    multiple-object requests
  - Patch from Niels to fix VACM persistant storage.

Changes 5.6:
* all:
  - Implemented the SNMP over TLS and SNMP over DTLS protocols [RFC-to-be]
  - Implemented the "Transport Security Model" [RFC5591]
  - Generic host-specific configuration .conf files are now read.
  - Include statements can now be used in .conf files.
* snmpd:
  - Fix handling of multiple matching VACM entries. (Use the "best"
    match, rather than the first one). Reported by Adam Lewis. Note
    that this could potentially affect the behaviour of existing access
    control configurations.
  - Agent will no longer call table handlers if a set request for the
    handler has invalid indexes
  - table_data/tdata next handler will not be called during get
    processing if no valid rows are found for the handler
  - [PATCH 2952708]: Added Perl implementation of BRIDGE-MIB
  - moved all functions defined in libnetsnmphelpers to
    libnetsnmpagent. libnetsnmphelpers is now an empty library.
  - Implemented the TSM-MIB and the TLSTM-MIB
  - new API for indicating that persistent store needs to be saved
    after the current request finishes processing
  - [PATCH 2931446]: make the load averages writable.
* apps:
  - A new tool 'net-snmp-cert' that easily creates and manages
    X.509 certificates for use with the SNMP over (D)TLS protocols.
  - Added an 'agentxtrap' command to send notifications via AgentX
  - -T command line flag can be used to pass configuration
    directly to transports that can accept configuration tokens
  - A new 'snmptls' command for manipulating the agent's TLS configuration
* snmplib:
  - A more modular transport subsystem that allows third party
    extensions and dependencies for code reuse.
  - New transport functions: f_config, f_open, f_copy and f_setup_session
  - Transports can now specify session defaults
  - [PATCH 2942940]: Add a new function, netsnmp_parse_args, that is
    like snmp_parse_args but takes an additional bitmask, flags, to
    affect the behaviour. Also remove the magic handling of some
    application names.
  - A new X.509 certificate API for indexing and reading certificates
  - new experimental row creation API which uses a state machine
    to try really hard to create a row from a given varbind list
  - netsnmp_container enhancements:
    - added a free_item function
    - added a CONTAINER_FREE_ALL macro/function
    - added an interface for duplicating a container (CONTAINER_DUP)
    - added a remove function to container_iterators
    - added an ability to set options on binary_array containers
  - new snmp token logOption allows specifying log destinations
    via configuration conf files
  - A very significant reduction in compiler warning output
  - new experimental simple state machine handling API
2011-05-27 10:55:24 +00:00
taca
fd382efad3 Update bind97 package to 9.7.3pl1 (9.7.3-P1).
--- 9.7.3-P1 released ---

3121.   [security]      An authoritative name server sending a negative
                        response containing a very large RRset could
                        trigger an off-by-one error in the ncache code
                        and crash named. [RT #24650]

3120.	[bug]		Named could fail to validate zones listed in a DLV
			that validated insecure without using DLV and had
			DS records in the parent zone. [RT #24631]
2011-05-27 06:46:25 +00:00
taca
518f9b6f02 Update bind98 package to 9.8.0pl2(9.8.0-P2)
--- 9.8.0-P2 released ---

3121.   [security]      An authoritative name server sending a negative
                        response containing a very large RRset could
                        trigger an off-by-one error in the ncache code
                        and crash named. [RT #24650]

3120.	[bug]		Named could fail to validate zones listed in a DLV
			that validated insecure without using DLV and had
			DS records in the parent zone. [RT #24631]
2011-05-27 06:45:30 +00:00
adam
aa8d4fb749 Added net/dhcpd-pools version 2.14 2011-05-27 06:45:10 +00:00
adam
4aa5f5cd55 This is dhcpd-pools ISC dhcp shared network and pool range usage analysis.
Purpose of command is to count usage ratio of each IP range and shared network
pool which ISC dhcpd is in control of. The command has no native monitoring
capability, for instance the tool will not talk nagios protocol. To accomodiate
this need the CSV output format is meant to be parsed by some organization
specific script etc. Users of the command are most likely ISPs and other
organizations that have large IP space.
2011-05-27 06:41:42 +00:00
mspo
500ab1927a DESTDIR env was getting lost in the build so I switched to using SUBST to enforce it. package builds as non-root now - Snader_LB from freenode reported build and then install problems 2011-05-25 12:01:51 +00:00
drochner
1b6facefe2 update to 2.28.7
changes:
-Fixed a race condition
-Esperanto translation
2011-05-25 09:51:35 +00:00
mspo
ba06b3bdb4 fix issue with double dollar-sign in patch-ab 2011-05-24 23:54:58 +00:00
zafer
46929c0100 Update filezilla to 3.5.0
Changelog:
* Don't create queue.xml anymore if it does not exist
* MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme
* MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way
* Several fixes to build system and environment
* Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable
* The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer
* The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue
* Additional improvements to general queue performance and memory consumption
* The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny
* Fixed crash during shutdown of FileZilla
* Clearing the queue when it was not yet fully populated no longer causes a crash
* If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
2011-05-23 20:03:35 +00:00
bouyer
7a0e8c2a04 Update netdisco-1.1 and add DESTDIR support.
Changes since 1.0:
Features:
 + []        Add report with number of ports per device that are up, recently
             down and down for a longer time.
 + []        Allow selecting multiple devices in admin_dev.html for actions
             that don't require confirmation (eg macsuck, arpnip, refresh).
             Based on patch by Michael Rubashenkov.
 + []        Add arpnip_min_age, macsuck_min_age and discover_min_age config
             directives, which can be used to prevent polling devices too often.
 + [2982386] Add port_search page so that users can search for ports based
             on the configured description/name. -bldewolf
 + []        Add "Port Usage" report page. Work in progress. -jeroenvi
 + []        Add config option for adding edge styles for graphs. -bldewolf
 + []        Small changes to support devices without sysServices ("layers")
 + []        Add "show free ports" option to Device View. -jeroenvi
 + []        New version of device.html - more columns to be shown/hidden,
             (hopefully) easier to maintain & extend. For testing purposes
             added as "device-new.html". -jeroenvi
 + []        Detect wrapping in device uptime counter & compensate. -jeroenvi
 + [2982390] Added command line option for saving configurations that have
             been modified by jobs in the last x minutes.  Added commented
             cronjob to call this hourly.
 + []        Add support for IPv6 node address tracking. -jeroenvi
 + []        Add device_port_power.power column to store output power per
             PSE port in milliwatts. -jeroenvi
 + [2777415] Improved PoE support in new Device View with accurate PoE source
d
             power per port (if device supports it, fallback to class-based
             estimation). -jeroenvi
 + []        IPv6 address to hostname resolving (quick hack by rkerr)
 + [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from
             Nic Bernstein.
 + [3148218] Detect Proxim wireless APs in WAP search (J R Binks)

Bugfixes:
 * []        Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb
 * [3002989] Performance improvement for add_arp SQL query. -bldewolf
 * [2991159] Fix complaints when doing a partial MAC search. -bldewolf
 * []        Fix complaints from reports.html with no report type. -bldewolf
 * []        Improve query performance in expire_ips(). -bldewolf
2011-05-23 19:39:09 +00:00
bouyer
bf7dd0ff98 Update to 2.04. Changes since 2.01:
+ Support for older HP switch models moved to new L2::HP4000 class
    + Fix VLAN changing in L2::HP and L2::HP4000 classes
    * Updated model lists in HP classes
    + [2980782] Added L3::CiscoFWSM for Cisco Firewall Services Modules
      (Brian De Wolf)
    + Added L3::Pf for FreeBSD PFSense Firewalls (max)
    * Added specific functions for neighbor mgmt addresses to CDP class
    * Implemented os_bin() method in CiscoStats
    + [2980787] Fix for C1900 bp_index not containing interfaces.
      (Brian De Wolf)
    + [2599795] Added vendor_i_type() method to HP and HP4000 clases
    + [2688801] Minor modification for obscure Proxim/Orinoco device
      (jrbinks)
    + [3051443] Add PoE measured power per port to Cisco, Extrme and HP
      classes (jeroenvi)
    * Minor tweaks to support devices without sysServices
    * Added Cisco CBS3xxx blade switches to L3::C6500
    * Fix for FWSMs not being detected properly.  Special thanks goes to
      Jukka Pirhonen for pointing it out. (Brian De Wolf)
    + Added support for IPv6 to physical address mapping
    * Added ME340x to L3::C3550
    * Added new ProCurve models to HP class
2011-05-23 19:30:20 +00:00
abs
56f2e30d6b When reporting packages detected by BSDpkg indicate them as 'BSDpkg' by
default, and 'pkgsrc' if appropriate
2011-05-22 22:41:09 +00:00
obache
c7520d927d Add user-destdir installation support. 2011-05-21 05:56:08 +00:00
obache
6fb14cc2cd Add destdir installation support. 2011-05-21 04:17:44 +00:00
adam
e51708a0ae Changes 1.3.3e:
* Display messages work properly again.
* Fixes plaintext command injection vulnerability in FTPS implementation
  (i.e. mod_tls).  See http://bugs.proftpd.org/show_bug.cgi?id=3624 for
  details.
* Fixes CVE-2011-1137 (badly formed SSH messages cause DoS).  See
  http://bugs.proftpd.org/show_bug.cgi?id=3586 for details.
* Performance improvements, especially during server startup/restarts.
2011-05-20 11:15:01 +00:00
taca
58388bbaa6 Correct broken patch. 2011-05-20 05:02:13 +00:00
obache
14d74f8be2 Change HOMEPAGE to permalink. 2011-05-19 05:11:55 +00:00
is
678f7cecd9 -back out HAVE_GETLINE, so that this builds on pre-5.99 NetBSD
-patch replacement getline() to be of type ssize_t, so that this builds
 on NetBSD >=5.99
Problem reported by Matthias Kretschmer and Luca Sironi; first part of
fix by Matthias, too.
2011-05-18 12:28:50 +00:00
drochner
58571259ee reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
dmcmahill
ddc807553a add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
dmcmahill
7c61b53c46 Initial import of net/p5-Net-CUPS version 0.61
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Net::CUPS is an object oriented interface to the Common Unix Printing System.
2011-05-17 21:46:09 +00:00
bouyer
79779ffb06 isc-dhcp*4 wants gmake to build; add it to USE_TOOLS 2011-05-17 15:12:29 +00:00
taca
4e35c41929 Update pear-Net_SMTP package to 1.5.2.
1.5.2 (stable)			2011-04-17 02:29 UTC

- Avoid requesting immediate socket timeouts. (Bug 18335)
- Added support for passing additional socket options. (Request 18418)

1.5.1 (stable)			2011-03-11 06:27 UTC

- Fixing SASL proxy authentication for DIGEST-MD5. (Bug 17538)
- Fixing the default socket timeout. (Bug 18335)

1.5.0 (stable)			2011-02-07 04:11 UTC

- Avoid appending an extra space in mailFrom() when $params is empty. (Bug
  17989)
- Differentiating between a connection timeout and general socket I/O
  timeouts. (Request 18197)
2011-05-16 13:17:31 +00:00
wiz
88cd1165a4 Update to 2.3.0.3:
== 2.3 ==

2.3.0.3  Mon May 02 2011  Toni Gundogdu
Changes:
        - Add support to read input from files


2.3.0.2  Tue Mar 15 2011  Toni Gundogdu
Changes:
        - Make --version less verbose
        - Manual: Add SYNOPSIS
        - examples/cliverc, Manual: Add --category-http (quvi 0.2.12+)
Bugfixes:
        - examples/cliverc: Typo in --get-with


2.3.0.1  Sat Feb 12 2011    Toni Gundogdu
Changes:
        - Replace outdated webm_480p with mp4_360p in examples
        - README: Cleanup, add notes for packagers
        - Add examples/git/hooks/pre-commit
        - Manual: Cleanup, add HISTORY
        - Add vim modeline
Other:
        - Create "2.2" branch from "master"
        - Merge "2.3_gws" into "master" branch
        - http://sourceforge.net/apps/trac/clive/wiki/Changes-2.3


2.3.0_4 (beta 4, 2.3_gws)  Sat Dec 18 2010  Toni Gundogdu
Changes:
        - Generate ChangeLog from git log


2.3.0_3 (beta 3, 2.3_gws)  Wed Dec 01 2010  legatvs
Changes:
        - Add support for /etc/xdg/clive/clive.conf
        - Add support /etc/xdg/clive.conf
        - Add --format list pattern
        - Add --format list
        - Add --format help


2.3.0_2 (beta 2, 2.3_gws)  Thu Nov 04 2010  legatvs
Changes:
        - Use quvi(1) for parsing video details, --quvi arg
        - Use external command to download, --get-with arg
        - Use version->declare instead of version::qv
        - Add JSON::XS dependency
        - Add examples/cliverc
        - Additional config file search paths (e.g. system-wide)
        - Remove WWW::Quvi dependency
        - Remove WWW::Curl dependency
        - Remove Term::ReadKey dependency
        - Remove --continue, --overwrite, --proxy
        - Remove --no-proxy, --agent, --throttle


2.3.0_1 (beta 1)  Wed Oct 27 2010

Changes:
        - Use libquvi (WWW::Quvi) to parse video details
        - Remove options / features
        - Rename options
        - Prerequisites
Bugfixes:
        - Progressbar unicode issues


2.3.0  "Glorified Wrapper Script" (2.3_gws)

* Single-script vs. multiple-clive-modules
    - clive is no longer dispersed all over the file system in Perl packages

* Use quvi(1) to parse the video details
    - 2.3 was going to use WWW::Quvi and libquvi (beta 1)
    - Had a piffany (beta 2)

* Leave downloading for an external 3rd party command to do
    - e.g. curl, wget or whatever

* Complete command line interface clean up
    - Esoteric, or otherwise now completely obsoleted, features were discarded

See also:
  <http://sourceforge.net/apps/trac/clive/wiki/DevelopmentStatus>
2011-05-16 11:10:04 +00:00
obache
08042b32e5 Update mikutter to 0.0.3.4.
* fixes PIAPRO image preview plugin
  * catch up to spec changes of PIAPRO
* reduce excessively usage of API
2011-05-16 03:05:04 +00:00
obache
23027bc4f7 Update avahi to 0.6.30.
while here, simplify package (not using patches for handling config files).

= 0.6.30
This is a bugfix release.
 * Make IPv6 work again
 * i18n updates
 * Minor other updates

= 0.6.29
This is a bugfix release.
 * Updates regarding systemd integration
 * Compatibility with newer gtk3 and gobject introspection
 * i18n updates
 * Minor other updates
 * Fix CVE-2011-1002, fixing the fix for CVE-2010-2244

= 0.6.28
This is a bugfix release.
 * Updates regarding systemd integration
 * Properly avoid bus activation on non-systemd systems
 * Compatibility with newer gtk3 and gobject introspection
 * i18n updates
 * Minor other updates
2011-05-14 13:04:04 +00:00
drochner
97732b4592 update to 2.28.6.1
changes:
-bugfixes
-translation updates
2011-05-13 17:25:03 +00:00
taca
19eda397ea Fix build problem on system which has getline(3). 2011-05-10 14:07:48 +00:00
taca
0342f3eb85 Update md-whois package to 5.0.11.
Changes are unknown but added more recent network information and some
portability improvement.
2011-05-10 14:01:10 +00:00
alnsn
4ce6b4d977 make patch 2.5.4 happy (on 64bit Linux in case it matters) 2011-05-09 11:17:22 +00:00
christos
50f0ddb5c1 LP64 printf format patches 2011-05-08 17:07:25 +00:00
markd
7bb545c1a3 KGet does not properly sanitise the "name" attribute of the "file" element
of metalink files before using it to download files.
http://secunia.com/advisories/44124/
2011-05-07 22:25:08 +00:00
obache
146c3dfd95 Update mikutter to 0.0.3.3.
* Add HTTP proxy support.
* Support notify with Growl.
* Support sound with SDL.
* Fix to get tweet from keyed account.
* Some bug fixes and performance improvements.
2011-05-07 13:57:35 +00:00
obache
96553f5e89 Update maradns to 1.4.06.
maradns-1.4.06:

   This is the stable branch of MaraDNS.

       * Fix for CVE-2011-0520
       * Deadwood updated to 3.0.02

     (2011.01.28)

   maradns-1.4.05:

   This is a stable branch of MaraDNS.

       * Deadwood updated to the stable 3.0.01 release.
       * MicroDNS now returns "not implemented" when given an EDNS packet
       * FAQ updated.

     (2010.09.25)

   maradns-1.4.04:

   This is the stable branch of MaraDNS.

       * Bugfix: NAPTR records now work when ~ is used to separate
         records
       * NAPTR records now documented
       * Bugfix: ANY queries now correctly work with NS referrals
       * Example IPv6 addresses now use RFC-4193 compliant IPs
       * Website updated to point out that Deadwood is now feature
         complete and ready for beta-testing
       * Some updates to the SQA regressions
       * Deadwood updated to Deadwood 2.9.02
       * Windows-only mkSecretTxt program added (*NIX users can
         just type in "dd if=/dev/urandom of=secret.txt bs=64
         count=1"; this gives Windows the same ability).

     (2010.07.31)
2011-05-06 11:36:23 +00:00
obache
9e37e75ff1 Update zeromq to 2.1.6.
0MQ version 2.1.6 (Stable), released on 2011/04/26
==================================================

Bug fixes
---------

* Fixed memory leak with threads on Windows.

* Assert during SUB socket termination fixed.

Changes
-------

* Checks zmq_msg_t validity at each operation.

* Inproc performance tests now work on Windows.

* PGM wire format specification improved in zmq_pgm(7)

* Added thread latency/throughput performance examples.

* Added "--with-system-pgm" configure option to use already installed
  OpenPGM.


0MQ version 2.1.5 (Broken), released on 2011/04/20
==================================================

Note that this version contained a malformed patch and is not usable.
It is not available for download, but is available in the git via the
2.1.5 tag.

0MQ version 2.1.4 (Stable), released on 2011/03/30
==================================================

Bug fixes
---------

* Fix to OpenPGM which was asserting on small messages (Steven McCoy).

Changes
-------

* Upgraded OpenPGM to version 5.1.115 (Pieter Hintjens).

* OpenPGM build changed to not install OpenPGM artifacts.


0MQ version 2.1.3 (Stable), released on 2011/03/21
==================================================

Bug fixes
---------

* Fix to PUSH sockets, which would sometimes deliver tail frames of a
  multipart message to new subscribers (Martin Sustrik).

* Fix to PUB sockets, which would sometimes deliver tail frames of a
  multipart message to new subscribers (Martin Sustrik).

* Windows build was broken due to EPROTONOSUPPORT not being defined. This
  has now been fixed (Martin Sustrik).

* Various fixes to make OpenVMS port work (Brett Cameron).

* Corrected Reference Manual to note that ZMQ_LINGER socket option may be
  set at any time, not just before connecting/binding (Pieter Hintjens).

* Fix to C++ binding to properly close sockets (Guido Goldstein).

* Removed obsolete assert from pgm_socket.cpp (Martin Sustrik).

Changes
-------

* Removed stand-alone devices (/devices subdirectory) from distribution.
  These undocumented programs remain available in older packages (Pieter
  Hintjens).

* OpenPGM default rate raised to 40mbps by default (Steven McCoy).

* ZMQ_DEALER and ZMQ_ROUTER macros provided to ease upgrade to 0MQ/3.0.
  These are scheduled to replace ZMQ_XREQ and ZMQ_XREP (Pieter Hintjens).

* Added man page for zmq_device(3) which was hereto undocumented (Pieter
  Hintjens).

* Removed zmq_queue(3), zmq_forwarder(3), zmq_streamer(3) man pages
  (Pieter Hintjens).

OpenPGM Integration
-------------------

* Upgraded OpenPGM to version 5.1.114 (Steven McCoy, Mikko Koppanen).

* Build system now calls OpenPGM build process directly, allowing easier
  future upgrades of OpenPGM (Mikko Koppanen).

* Build system allows configuration with arbitrary versions of OpenPGM
  (./configure --with-pgm=libpgm-x.y.z) (Mikko Koppanen).

* OpenPGM uses new PGM_ODATA_MAX_RTE controlling original data instead of
  PGM_TXW_MAX_RTE covering entire channel (Steven McCoy).

Building
--------

* 0MQ builds properly on FreeBSD (Mikko Koppanen).


0MQ version 2.1.2 (rc2), released on 2011/03/06
===============================================

Bug fixes
---------

* 0MQ now correctly handles durable inproc sockets; previously it ignored
  explicit identities on inproc sockets.

* Various memory leaks were fixed.

* OpenPGM sender/receiver creation fixed.


0MQ version 2.1.1 (rc1), released on 2011/02/23
===============================================

New functionality
-----------------

* New socket option ZMQ_RECONNECT_IVL_MAX added, allows for exponential
  back-off strategy when reconnecting.

* New socket option ZMQ_RECOVERY_IVL_MSEC added, as a fine-grained
  counterpart to ZMQ_RECOVERY_IVL (for multicast transports).

* If memory is exhausted, 0MQ warns with an explicit message before
  aborting the process.

* Size of inproc HWM and SWAP is sum of peers' HWMs and SWAPs (Douglas
  Greager, Martin Sustrik).

Bug fixes
---------

* 0MQ no longer asserts in mailbox.cpp when multiple peers connect with
  the same identity.

* 0MQ no longer asserts when rejecting an oversized message.

* 0MQ no longer asserts in pipe.cpp when the swap fills up.

* zmq_poll now works correctly with an empty poll set.

* Many more.

Building
--------

* 0MQ now builds correctly on CentOS, Debian 6, and SunOS/gcc3.

* Added WithOpenPGM configuration into MSVC builds.

Known issues
------------

* OpenPGM integration is still not fully stable.


0MQ version 2.1.0 (Beta), released on 2010/12/01
================================================

New functionality
-----------------

* New semantics for zmq_close () and zmq_term () ensure that all messages
  are sent before the application terminates. This behaviour may be
  modified using the new ZMQ_LINGER socket option; for further details
  refer to the reference manual.

* The new socket options ZMQ_FD and ZMQ_EVENTS provide a way to integrate
  0MQ sockets into existing poll/event loops.

* Sockets may now be migrated between OS threads, as long as the
  application ensures that a full memory barrier is issued.

* The 0MQ ABI exported by libzmq.so has been formalised; DSO symbol
  visibility is used on supported platforms to ensure that only public ABI
  symbols are exported. The library ABI version has been set to 1.0.0 for
  this release.

* OpenPGM has been updated to version 5.0.92. This version no longer
  depends on GLIB, and integration with 0MQ should be much improved.

* zmq_poll() now honors timeouts precisely, and no longer returns if no
  events are signaled.

* Blocking calls now return EINTR if interrupted by the delivery of a
  signal; this also means that language bindings which previously had
  problems with handling SIGINT/^C should now work correctly.

* The ZMQ_TYPE socket option was added; this allows retrieval of the socket
  type after creation.

* Added a ZMQ_VERSION macro to zmq.h for compile-time API version
  detection.

* The ZMQ_RECONNECT_IVL and ZMQ_BACKLOG socket options have been added.

Bug fixes
---------

* Forwarder and streamer devices now handle multi-part messages correctly.

* 0MQ no longer asserts when malformed data is received on the wire.

* 0MQ internal timers now work correctly if the TSC jumps backwards.

* The internal signalling functionality (mailbox) has been improved
  to automatically resize socket buffers on POSIX systems.

* Many more.

Building
--------

* 0MQ now builds correctly with many more non-GCC compilers (Sun Studio,
  Intel ICC, CLang).

* AIX and HP-UX builds should work now.

* FD_SETSIZE has been set to 1024 by default for MSVC builds.

* Windows builds using GCC (MinGW) now work out of the box.

Distribution
------------

* A simple framework for regression tests has been added, along with a few
  basic self-tests. The tests can be run using "make check".
2011-05-06 05:30:34 +00:00
obache
3d38e78542 MASTER_SITES <=> HOMEPAGE. 2011-05-06 04:34:50 +00:00
obache
d6b934a733 fix HOMEPAGE url. 2011-05-06 04:10:00 +00:00
taca
99da4e6c38 Update bind98 pacakge to 9.8.0p1 (9.8.0-P1).
Fixes https://www.isc.org/CVE-2011-1907.

	--- 9.8.0-P1 released ---

3100.	[security]	Certain response policy zone configurations could
			trigger an INSIST when receiving a query of type
			RRSIG. [RT #24280]
2011-05-06 00:34:32 +00:00
ryoon
6a544c1a55 Update to 1.11.1
* aria2-metalink option is removed. This is enabled by default already.

Changelog:
aria2 1.11.1
============

Release Note
------------

This release fixes the bug that aria2 does not work on platforms which
have kqueue() system call due to invalid timeout parameter. The
--show-console-readout option was added. This option toggles the
appearance of console readout.

Changes
-------

 * Added --show-console-readout option. This option toggles
   appearance of console readout.

 * Fixed the bug that microsecond part of timeval overwlows in
   waitData(). This bug affects platforms which have kqueue() system
   call. Those systems are FreeBSD, OpenBSD, NetBSD and Darwin (Mac OS
   X).

aria2 1.11.0
============

Release Note
------------

This release adds JSON-RPC interface. The JSON-RPC and XML-RPC shares
same APIs. The JSON-RPC also supports JSONP. 2 new options were added:
--retry-wait and --async-dns-server. The downloads added by
aria2.addTorrent and aria2.addMetalink RPC method are now saved to the
file specified in --save-session option. The proxy options and related
environment variables now accept https:// and ftp:// scheme. This
release fixes the bug that causes segmentation fault when unpausing
downloads in some situations.  MinGW32 build now looks for USERPROFILE
and the combination of HOMEDRIVE and HOMEPATH to get user's home
directory and doesn't check permission of .netrc file.

Changes
-------

 * Updated gettext to 0.18

 * Added JSON-RPC support. --enable-xml-rpc was deprecated and
   --enable-rpc should be used instead.  Similarly, --xml-rpc-*
   options were replaced with --rpc-* options.  We are implementing
   JSON-RPC based on JSON-RPC 2.0 draft spec.

 * Fixed rounding error in DownloadEngine::run(). This fixes the bug
   that executeCommand() with Command::STATUS_ALL is not called in
   every interval correctly because of rounding error in timer.

 * Refresh buckets at DHT initialization without checking serialized
   time. Checking serialized time does not work if you stop aria2 as
   soon as it started DHT. The serialized time in dht.dat will be
   updated, but buckets are not updated and still old. When you
   restart aria2 again soon, it does not refresh buckets because
   serialized time is recent.

 * Save downloads added by aria2.addTorrent or aria2.addMetalink in
   --save-session file.  Uploaded data are saved as file named hex
   string of sha1 hash of uploaded data plus extension(".torrent" for
   torrent and ".meta4" for metalink). For example,
   0a3893293e27ac0490424c06de4d09242215f0a6.torrent. The directory
   where these files are saved is specified by --dir option. These
   file paths are written in --save-session file.

 * Fixed the bug that causes segmentation fault when unpause
   RequestGroup which has resolved BtDependency.

 * Look for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH
   to get user's home directory in MinGW32 build.  Usually HOME
   environment variable is defined in *nix like OSes, but not in
   Windows. So in MinGW32 build, if HOME is not defined, we also look
   for USERPROFILE and the combination of HOMEDRIVE and HOMEPATH.

 * Fixed the bug that DownloadContext::basePath_ is not escaped.

 * Added Date, Expires and Cache-Control response header field to RPC
   response.

 * Added --async-dns-server option. This option accepts comma
   separated list of DNS server addresses used in asynchronous DNS
   resolver. Usually asynchronous DNS resolver reads DNS server
   addresses from /etc/resolv.conf. When this option is used, it uses
   DNS servers specified in this option instead of ones in
   /etc/resolv.conf. You can specify both IPv4 and IPv6 address. This
   option is useful when the system does not have /etc/resolv.conf and
   user does not have the permission to create it.

 * Accept https:// and ftp:// in proxy options and environment variables.

 * Fixed overflow in the calculation of progress percentage for file
   allocation and hash check when off_t is 32bit.

 * Accept HTTP 304 reply as success when If-None-Match request-header
   field is specified using --header option.  When --conditional-get
   is used, --allow-overwrite is now required to overwrite existing
   file.

 * Added aria2.removeDownloadResult RPC method.  The method signature
   is aria2.removeDownloadResult(gid).  This method removes
   completed/error/removed download denoted by gid from memory. This
   method returns "OK" for success.

 * Use IP address of control connection to connect to the remote server in
   FTP passive mode.

 * Don't check permission of .netrc file in MinGW32 build.

 * Added --retry-wait option. This option was once existed in aria2
   but erased on 2009-09-20.  Now it is resurrected once again.  We
   choose 0 as default value for backward compatibility.  Now we retry
   HTTP download when remote server returns "503 Service Unavailable"
   if --retry-wait > 0. We also added error code 29:
   HTTP_SERVICE_UNAVAILABLE.

 * Don't show metadata download and paused download in "Download Results".
2011-05-04 23:33:10 +00:00