Commit graph

13050 commits

Author SHA1 Message Date
obache
31320a103c prevent hidden dependency on curl, instead of wget, using wget as a tool. 2014-02-15 03:21:43 +00:00
obache
74e40aec47 tell `wget' tool path to configure. 2014-02-15 03:09:18 +00:00
christos
3b0cfeb2ca Upgrade to the head of the tree version. 2014-02-14 22:06:39 +00:00
obache
6f634f3a4c Fixes detection of builtin editline after automatic conversion from
devel/readline/buillink3.mk to mk/readline.buildlink.mk.
Resolve "No usable termcap library found on the system." error without
builtin termcap.
2014-02-14 05:54:51 +00:00
fhajny
aeb5dae2fb Add bl3. 2014-02-13 09:46:27 +00:00
fhajny
56963bbc1d Update net/rabbitmq-c to 0.5.0. Add bl3.
- Add amqp_get_broker_properties() function
- Remove distro-specific packaging
- Add -x flag to amqp-consume utility
- Add amqp_basic_nack() public API
- Add delivery mode constants to amqp.h
- Add support for connection.blocked/connection.unblocked methods
- Examples: Destroy amqp_envelope_t in consumer example
- CMake: fix generation of librabbitmq.pc
- CMake: fix missing POPT_INCLUDE_DIRS variable in tools/
- build: provide independent locations for x64 libs
- Doc: documentation fixes
- Lib: Correct OpenSSL initialization under threaded conditions
- Examples: Handle unexpected frames in amqp_consumer.c
- CMake: Use GnuInstallDirs to generate install dirs
- Lib: correctly handle amqp_get_monotonic_timestamp on win32
- Tools: honor --persistent flag in publish utility
- Doc: improve documentation in amqp_ssl_socket functions
- autoconf: correct librabbitmq.pc generation
- Doc: improve documentation in amqp_tcp_socket functions
2014-02-13 09:46:00 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
drochner
57bd968aa1 kick out Python stuff -- I don't see any use (and there was one,
it should go into a separate pkg)
ride on today's update
2014-02-12 17:53:02 +00:00
wiz
00479f7f72 Update to 0.2.3. Remove patch-ac, all the header files it added are now
included by default.

*******************
* GUPnP IGD 0.2.3 *
*******************

- Emit errors as boxed types
- Various build improvements
- Make tests less racy
2014-02-12 15:15:20 +00:00
obache
959b606dc5 Bump PKGREVISION from gtksourceview shlib major bump. 2014-02-12 11:31:50 +00:00
adam
f2110eccd6 Changes 1.8.20140203:
PCP : Add support for ANNOUNCE requests
2014-02-10 11:45:52 +00:00
taca
34cb048b8d Update ISC DHCP related pacakges to 4.2.0.
Changes since 4.2.0 (new features)

- If a client renews before 'dhcp-cache-threshold' percent of its lease
  has elapsed (default 25%), the server will reuse the allocated lease
  (provide a lease within the currently allocated lease-time) rather
  than extend or renew the lease.  This absolves the server of needing
  to perform an fsync() operation on the lease database before reply,
  which improves performance. [ISC-Bugs #22228]
  Updated this patch to support asynchronous DDNS.  If the server is
  attempting to do DDNS on a lease it should be udpated and written to
  disk even if that wouldn't be necessary due to the thresholding.
  [ISC-Bugs #26311]

- The 'no available billing' log line now also logs the name of the last
  matching billing class tried before failing to provide a billing.
  [ISC-Bugs #21759]

- A problem with missing get_hw_addr function when --enable-use-sockets
  was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note
  that use-sockets feature was not tested on those systems. Client and
  server code no longer use MAX_PATH constant that is not defined on
  GNU/Hurd systems. [ISC-Bugs #25979]

- Add a perl script in the contrib directory, dhcp-lease-list.pl, which
  can parse v4 lease files and output the lease information in a more
  human friendly manner.  This was written by Christian Hammers with
  some updates by vom and ISC.  This is contributed code and is not
  supported by ISC; however it may be useful to some users.
  [ISC-Bugs #20680]

- Add support in v6 for on-commit, on-expire and on-release.
  [ISC-Bugs #27912]

- Add support for using classes with v6.
  [ISC-Bugs #26510]

- Update the DDNS code to current standards and allow for sharing
  of DDNS entries between v4 and v6 clients.  The new code is used
  if the ddns-update-style is set to "standard", the older code is
  still available if ddns-update-style is set to "interim".  The
  oldest DDNS code "ad-hoc" has been removed.  Thanks to Thomas Pegeot
  who submitted a patch for this issue.  This patch is based on
  that work with some modifications.
  [ISC-Bugs #21139]

- Add a configuration option to the server to suppress using fsync().
  Enabling this option will mean that fsync() is never called.  This
  may provide better performance but there is also a risk that a lease
  will not be properly written to the disk after it has been issued
  to a client and before the server stops.  Using this option is
  not recommended.
  [ISC-Bugs #34810]

- Add some logging statements to indicate when the server is ready
  to serve.  One statement is emitted after the server has finished
  reading its files and is about to enter the dispatch loop.
  This is "Server starting service.".
  The second is emitted when a server determines that both it and
  its failover peer are in the normal state.
  This is "failover peer <name>: Both servers normal."
  [ISC-Bugs #33208]

- Add support for accessing options from v6 relays.  The v6relay
  statement allows the administrator to choose which relay to
  use when searching for an option, see the dhcp-options man page
  for a description.  The host-identifier option has also been
  updated to support the use of relay options, see the dhcpd.conf
  man page for a description.
  [ISC-Bugs #19598]

- When doing DDNS if there isn't an appropriate zone statement attempt
  to find a reasonable nameserver via a DNS resolver.  This restores
  some functionality that was lost in the transition to asynchronous
  DDNS.  Due to the lack of security and increase in fragility of the
  system when using this feature we strongly recommend the use of
  appropriate zone statements rather than using this functionality.
  [ISC-Bugs #30461]

- Add support for specifying the address from which to send
  DDNS updates on the DHCP server.  There are two new options
  "ddns-local-address4" and "ddns-local-address6" that each take
  one instance of their respective address types.
  [ISC-Bugs #34779]

- Add ignore-client-uids option in the server.  This option causes
  the server to not record a client's uid in its lease.  This
  violates the specification but may also be useful when a client
  can dual boot using different client ids but the same mac address.
  Thank you to Brian De Wolf at Cal Poly Pomona for the patch.
  [ISC-Bugs #32427]
  [ISC-Bugs #35066]

- Extend the DHCPINFORM processing to honor the subnet selection option
  and take host declarations into account.
  Thanks to Christof Chen for testing and submitting the patch.
  [ISC-Bugs #35015]

- Extend the hardware expression to look into the lease structure
  for a hardware address if there is no packet.  This allows the
  server to find the hardware address during on-expiry processing.
  [ISC-Bugs #24584]

- Add definitions for some options that have been specified by the IETF.
  [ISC-Bugs #29268]
  [ISC-Bugs #35198]

			Changes since 4.3.0b1

- Tidy up receive packet processing.
  Thanks to Brad Plank of GTA for reporting the issue and suggesting
  a possible patch.
  [ISC-Bugs #34447]

			Changes since 4.3.0a1

- Modify the message displayed when a process hits a fatal error.
  The new message is much shorter and simply points to the README
  and our website for directions on bug submissions.
  [ISC-Bugs #24789]

- Handle an absent resolv.conf file better.
  [ISC-Bugs #35194]
2014-02-09 04:34:31 +00:00
wiedi
504dd9445e Add missing int types on SunOS 2014-02-08 23:54:35 +00:00
wiedi
1e21cbd774 fix build on SunOS 2014-02-08 23:50:08 +00:00
drochner
5444fb2ce4 update to 0.2.9
changes:
-bugfixes and minor improvements
-translation updates
2014-02-05 17:38:32 +00:00
drochner
5453b206a7 update to 0.2.7
changes:
-Re-factored Grilo Net library and fixed several bugs
-Show 'slow' keys in grl-inspect
-Updates in documentation
-Added new core function: grl_operation_set_data_full()
-fixes
2014-02-05 17:36:37 +00:00
drochner
fbd89c35c6 update to 0.8.9
changes: fixes
2014-02-05 17:33:12 +00:00
drochner
9c8b0fec8b update to 0.12.5
changes: bugfixes
2014-02-05 17:31:34 +00:00
drochner
d0a98186bf update to 0.20.10
changes: bugfixes
2014-02-05 17:30:20 +00:00
drochner
06ad194d06 update to 0.14.7
change: Add mising function declaration
2014-02-05 17:23:21 +00:00
manu
5a39ea3bd9 Add nagios-plugin-dotpid 2014-02-05 09:32:21 +00:00
manu
cad5d7e6b0 This Nagios plugin cheks that /var/run/*.pid belongs to alive processes 2014-02-05 09:31:47 +00:00
joerg
5c36c6d45f Honour system CFLAGS. Fix build with TCL 8.6. Bump revision. 2014-02-04 00:19:54 +00:00
joerg
b84ecf78f3 Allow build with TCL 8.6. Needs more work as it fails in the install
phase.
2014-02-04 00:19:14 +00:00
pettai
5f461eafd6 Add comment on how to fetch the distfile, if "make fetch" fails 2014-02-03 15:32:14 +00:00
pettai
5419bdd9a6 dnscheck-1.54
=============

Some extracts from the git log:

* Add new DNSKEY algorithms registered by IANA
* Add AUTH checking over both UDP and TCP. [Fixes #80]
* New queue dispatch
* Clean out dead code, add tests to new code and add log entries.
  [Closes #89]
* Log when an AS prefix is discarded
* Add simple command-line tool to add domains to the dispatcher queue
* Add callback functionality to logger
* Perl 5.18 fix (hash key order randomization)
* The authoritative servers for ARPA are the root servers, which caused
  problems for our parent-finding algorithm. Worked around by special
  -casing so that single-label names always return root as the parent.
  [Closes #92]
* Make allowed maximum NSEC3 iterations a policy parameter
* Detect DNSCurve-supporting nameservers
* Significant improvements to glue checking
* Fix for referral check under undelegated
* More tests for new glue-checking code
* Detect names in domains reserved by IANA (RFC 6761). [Closes #96]
* Log messages for reserved ASs. [Closes #97]
2014-02-03 12:45:26 +00:00
rodent
6e573f8dca LDFLAGS.SunOS+= -lsocket -lnsl 2014-02-03 08:59:33 +00:00
rodent
59a18c9927 Use PKGBASE in DIST_SUBDIR instead of PKGNAME. Otherwise, we're going to
have a load of py-amqp directories rather than just throwing all the
distfiles in one. Hindsight 20/20.
2014-02-02 23:32:05 +00:00
rodent
36523f6a49 +SDL2_net 2014-02-02 15:57:24 +00:00
rodent
ffea6e94b3 Import SDL2_net-2.0.0 as net/SDL2_net.
This is a small sample cross-platform networking library, with a sample chat
client and server application. The chat client uses the GUIlib GUI framework
library.
2014-02-02 15:56:29 +00:00
rodent
322e55ced1 Remove PYPKGPREFIX from DIST_SUBDIR. 2014-02-02 14:07:49 +00:00
rodent
562fdd0827 Updated to latest release, 3.0.10. Now depends on net/py-amqp>=1.4.1. From
Changelog:

3.0.10
======

- Now depends on :mod:`amqp` 1.4.1.
- ``maybe_declare`` now raises a "recoverable connection error" if
  the channel is disconnected instead of a :exc:`ChannelError` so that
  the operation can be retried.
- Redis: ``Consumer.cancel()`` is now thread safe.
    This fixes an issue when using gevent/eventlet and a
    message is handled after the consumer is cancelled resulting
    in a "message for queue without consumers" error.
- Retry operations would not always respect the interval_start
  value when calculating the time to sleep for (Issue #303).
- Timer: Fixed "unhashable type" error on Python 3.
- Hub: Do not attempt to unregister operations on an already closed
  poller instance.

3.0.9
=====

- Now depends on :mod:`amqp` 1.4.0.
- Redis: Basic cancel for fanout based queues now sends a corresponding
  ``UNSUBSCRIBE`` command to the server.
    This fixes an issue with pidbox where reply messages could be received
    after the consumer was cancelled, giving the ``"message to queue without
    consumers"`` error.
- MongoDB: Improved connection string and options handling
  (Issue #266 + Issue #120).
- SQS: Limit the number of messages when receiving in batch to 10.
    This is a hard limit enforced by Amazon so the sqs transport
    must not exceeed this value.
- ConsumerMixin: ``consume`` now checks heartbeat every time the
  socket times out.
- Retry Policy: A max retries of 0 did not retry forever.
- Simple: If passing a Queue object the simple utils will now take
  default routing key from that queue.
- ``repr(producer)`` no longer evaluates the underlying channnel.
- Redis: The map of Redis error classes are now exposed at the module level
  using the :func:`kombu.transport.redis.get_redis_error_classes` function.
- Async: ``Hub.close`` now sets ``.poller`` to None.
2014-02-02 13:58:34 +00:00
wiz
d86c3c3ff8 - FETCH_USING. 2014-02-02 13:51:50 +00:00
rodent
a356c8ac42 Update to latest relese, 1.4.2. Use DIST_SUBDIR, since this is a github
distfile. From Changelog:

1.4.2
=====

- Heartbeat negotiation would use heartbeat value from server even
  if heartbeat disabled (Issue #31).

1.4.1
=====

- Fixed error occurring when heartbeats disabled.

1.4.0
=====

- Heartbeat implementation improved (Issue #6).

    The new heartbeat behavior is the same approach as taken by the
    RabbitMQ java library.

    This also means that clients should preferably call the ``heartbeat_tick``
    method more frequently (like every second) instead of using the old
    ``rate`` argument (which is now ignored).

    - Heartbeat interval is negotiated with the server.
    - Some delay is allowed if the heartbeat is late.
    - Monotonic time is used to keep track of the heartbeat
      instead of relying on the caller to call the checking function
      at the right time.
- NoneType is now supported in tables and arrays.
- SSLTransport: Now handles ``ENOENT``.
2014-02-02 13:51:16 +00:00
wiz
380bb662e2 PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobject 2014-02-02 08:36:48 +00:00
taca
0baf6551a8 Update bind99 to 9.9.5 (BIND 9.9.5).
Security fixes were already covered by 9.9.4pl2.

Some bug fixes and clean up, please refer CHANGES file in detail.
2014-02-02 07:58:20 +00:00
taca
6397070920 Update bind96 to 9.6.3.1.ESV.11 (BIND 9.6-ESV-R11).
Security fixes were already covered by 9.6.3.1.ESV.10pl2 and this is
the final release of 9.6.ESV.

Several bug fixes and clean up, please refer CHANGES file in detail.
2014-02-02 07:55:46 +00:00
rodent
8326161b28 Fix PLIST based on last fix to PKGNAME. Bump PKGREVISION. 2014-02-02 01:00:45 +00:00
rodent
0416eb46f0 Fix PKGNAME. 2014-02-02 00:58:06 +00:00
rodent
5e7b420889 +py-caldav 2014-02-02 00:50:01 +00:00
rodent
df3c50f3ed Import py27-caldav as net/py-caldav.
This project is a CalDAV (RFC4791) client library for Python. A lot of work
still needs to be done; however, it can read everything, and write a few things
(create calendars, events, modify events and properties).
2014-02-02 00:49:17 +00:00
joerg
467235c389 Fix build on NetBSD/current. 2014-02-01 19:39:42 +00:00
markd
ceb8bacec4 Fix build with tcl8.6. Bump PKGREVISION. 2014-02-01 08:07:01 +00:00
markd
f79d979153 Fix build with tcl8.6. Bump PKGREVISION 2014-02-01 08:04:04 +00:00
markd
e59b0872e4 Update to KDE SC 4.11.5
bug fixes
2014-02-01 02:20:43 +00:00
pettai
6673fc3d69 v1.4.2 - Jan 27, 2014
---------------------
Bugfixes:
        * AXFR/IXFR compatibility issues with tinydns/axfrdns
        * Journal file is created only when needed
        * Zone-related log messages are logged into correct category
        * DNSSEC: Refresh signatures earlier (3 days before their expiration
          with the default signature lifetime)
        * Fixed RCU synchronization causing deadlock on 'knotc signzone'
        * RRSIG not fitting in the additional records doesn't cause truncation

v1.4.1 - Jan 13, 2014
---------------------
Bugfixes:
        * Empty APL record support
        * 'zonestatus' when using immediate zone syncing
        * Immediate zone syncing after reload
        * Race condition writing time values to zone file

v1.4.0 - Jan 6, 2014
---------------------
Features:
        * Zone SERIAL policies (INCREMENT, UNIXTIME)
Bugfixes:
        * AXFR crash with specific packet
        * QNAME case-sensitive since 1.4.0-rc0
        * DNSSEC records over DDNS
        * Semantic check fail in AXFR is only soft-error
        * Journal race condition
        * Notifies are sent immediately

v1.4.0-rc2 - Dec 13, 2013
-------------------------
Features:
        * IDN support in Knot utilities
        * DNSSEC: support for GOST algorithm

Bugfixes:
        * Crash in particular additionals processing
        * Race condition in event cancelation
        * Journal corruption after failed transactions
        * DNSSEC: fixed detection of ECDSA support

Other improvements:
        * ./configure prints build configuration summary
        * Pretty zone file output (DNSSEC-related data separately)
        * Lower memory consumption
        * config: option 'dnssec-keydir' can be set per zone
        * config: option 'storage' can be set per zone

v1.4.0-rc1 - Nov 20, 2013
-------------------------

Features:
        * Better logging of automatic DNSSEC events
        * Support for DNSSEC key pre-publication
Bugfixes:
        * Refactored zone loading
        * Improved journal locking and fixed some race conditions
        * Various fixes in client utilities
        * Fixed memory errors in automatic DNSSEC signing
        * 'dnssec-keydir' doesn't auto-enable signing
        * Fixed rescheduling of zone resigns

v1.4.0-beta - Oct 28, 2013
--------------------------
Features:
        * Experimental automatic DNSSEC signing
        * Reduced memory usage
2014-01-31 22:05:43 +00:00
dsainty
7eb0c1d5cc Update get-flash-videos to the current module set as at 2014-01-29.
Sorry, no change log is maintained, but this is essentially updates
and additions to the collection of supported sites.
2014-01-31 11:21:18 +00:00
pettai
a0cd944298 change maintainer 2014-01-30 16:01:27 +00:00
adam
c048e04a0a Changes 1.8.20140127:
* Attempt to compile with OS X/pf
* Make all manufacturer info configurable thanks to Leo Moll
  Merge PCP support (see https://github.com/miniupnp/miniupnp)
2014-01-30 15:07:57 +00:00
obache
35f0ed3fc4 LICENSE=gnu-gpl-v2 # or later 2014-01-29 08:14:17 +00:00
obache
6d282151a8 localedir is defuled as usual rule now. 2014-01-29 08:08:10 +00:00
obache
47f4eb371f Use GNU_CONFIGURE_LIBDIR for --libdir. 2014-01-28 12:14:23 +00:00
tron
99f3ac500f Remove duplicate options. 2014-01-28 08:19:30 +00:00
wiedi
8cc3e01a3e Also add -lnsl on SunOS as reported by bulk build 2014-01-27 23:27:04 +00:00
wiz
9432d5bbca Update to 2014.01.27.2. Changes: I guess the usual adaptations. 2014-01-27 22:40:27 +00:00
pettai
ea45070dea Update distfile to reflect the new rrl patch 2014-01-27 21:25:21 +00:00
wiz
1807674bee Update to 1.15:
* Changes in Wget 1.15

** Add support for --method.

** Add support for file names longer than MAX_FILE.

** Support FTP listing for the FTP Server on Windows Server 2008 R2.

** Fix a regression when -c and --content-disposition are used together.

** Support shorthand URLs in an input file.

** Fix -c with servers that don't specify a content-length.

** Add support for MD5-SESS

** Do not fail on non fatal GNU TLS alerts during handshake.

** Add support for --https-only.  When used wget will follow only
   HTTPS links in recursive mode.

** Support Perfect-Forward Secrecy in --secure-protocol.

** Fix a problem with some IRI links that are not followed when contained in a
   HTML document.

** Support some FTP servers that return an empty list with "LIST -a".

** Specify Host with the HTTP CONNECT method.

** Use the correct HTTP method on a redirection.
2014-01-27 20:15:34 +00:00
wiz
d8befb242e Remove python-2.5 reference. 2014-01-27 18:49:19 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
pettai
5bd33132bb Fetch the correct rl-9.8.6.patch file 2014-01-27 16:44:27 +00:00
pettai
8f74a82f0f 4.0.1
Features:
* recognizes ip-address and interface as synonyms for convenience.
* Support for EUI48 and EUI64 RR types enabled by default (RFC 7043).
* Support for CAA RRtype (RFC 6844).
* NSID can be set with "ascii_somestring" in ascii.

Bug fixes:
* Fix xfrd when zone transfer TCP contains zero length packets.
* Fix for NSEC3 zones where parent zone is co-hosted, also NSEC3,
  because AXFRs overwrote nsec3 administration in the child zone.
* Fix that bad IXFR updates do not result in double SOA records,
  and that an AXFR is started (attempted) when the zone state seems
  to be inconsistent with the master's zone state.
* Log ip address for sendto and sendmmsg failures.
* Fix segfaults after read of zones with rr type WKS from zonefile.
* Seed PRNG for openssl at start of daemon, fixes SSL connection issue.
* Bugfix #534: IXFR query loop over UDP for zones that are unchanged.
* (same as in 3.2.16): fix wildcard cname to nxdomain repeated rrset.
* (same as in 3.2.16): Bugfix #542: Match RRSIG TTL with SOA TTL in
  negative response.
* Check if configure in srcdir collides with outofdir build.
* Fix #546:  output format errors in nsd_munin_ (Thanks Tom Hendrikx).
* Fix printout of high-chars in TXT on NetBSD.
2014-01-27 12:50:56 +00:00
spz
5392338404 patch (in 4 parts) for CVE-2012-6151 from
http://sourceforge.net/p/net-snmp/patches/_discuss/thread/36675011/e98b/attachment/alt-cancel-next-walk-v2.patch
2014-01-26 21:33:06 +00:00
markd
df19f97370 Update scamper to 20140122
from PR pkg/48546

scamper-dealias:
* many slight improvements to the implementation of the 'ally' alias
  resolution algorithm.
* add flag to prefixscan that says the alias was inferred using a common
  source address
* for json output, print flags, bump version.

scamper-ping:
* record ICMP parameter problem responses to ping.
* for json output, print tx time on probes.

sc_attach:
* add support for starting as a daemon.
* add support for specifying a command which will be used with each address
* document these options in manual page

sc_analysis_dump:
* update manual page to document unintuitive behaviour of -e option.

misc:
* getopt returns an int, not a char.  important on arm.  fixed in
  sc_wartscat, sc_speedtrap, and sc_analysis_dump,
* silence benign warnings from clang on MacOS and cppcheck.
2014-01-26 10:28:49 +00:00
wiz
b0ee2f32bb py-amqp works with python-3.x, as does this. 2014-01-26 08:46:00 +00:00
wiz
a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
9fd2a1a1f2 Mention this is the python-2.x version of the module. 2014-01-25 09:09:06 +00:00
wiz
66b66405f5 Add geography to CATEGORIES.
Mark as not ready for python-3.x.
2014-01-25 09:08:32 +00:00
wiz
98f94ef81c Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-23 16:50:06 +00:00
jperkin
a497318d30 The GTK3 build of this package removes the vnc_image_framebuffer_* functions,
however they are still listed in the shared mapfile.  The SunOS linker is more
strict and declares them undefined, so avoid the mapfile on SunOS for the GTK3
build.
2014-01-22 17:30:36 +00:00
jperkin
3946b8e58c Don't hardcode lua '5.2' everywhere, use the appropriate variables.
Fixes build with lua 5.1.  Bump PKGREVISION.
2014-01-22 16:20:51 +00:00
jperkin
a9ac21797c Use -D_XOPEN_SOURCE=500 on SunOS for msghdr extensions. 2014-01-22 12:26:11 +00:00
wiz
03d0d51387 Convert to distutils.mk to remove some homegrown replacement code.
No effective change.
Mark as not for python-3.x.
2014-01-22 07:13:22 +00:00
wiz
19fa8ae70b Finish move and rename of py-METAR to py-metar. 2014-01-21 13:34:05 +00:00
wiz
666ebfcf8f Import py27-metar-0.19 as net/py-metar.
Pymetar is a python module and command line tool designed to fetch Metar
reports from the NOAA (http://www.noaa.gov) and allow access to the included
weather information.
2014-01-21 13:33:31 +00:00
wiz
e582fd0db5 Update to 0.9.2. Changes not found.
Mark as not for python-3.x.
2014-01-21 11:38:03 +00:00
wiz
f49501fb76 Convert to distutils.mk, mark as not for python-3.x. Bump PKGREVISION. 2014-01-20 12:39:14 +00:00
wiz
199fa6320b Fix PKGNAME. Mark as not for python-3.x. 2014-01-20 11:39:21 +00:00
wiz
80d65bfa9a Mark python-3.x as allowed. 2014-01-20 11:10:04 +00:00
wiz
26ede8193a Update to 2.44.2:
Changes in libsoup from 2.44.1 to 2.44.2:

	* Fixed a hang with internet radio streams in Rhythmbox (and
          some other places). [#710494, Dan]

	* Fixed a connection leak when cancelling the close of
	  a message GInputStream. [#711260, Dan]

	* Plugged a few memory leaks [#711085, Christophe Fergeau]

	* Fix build with --without-ntlm [#710267, Dan]

	* Fixed a few warnings [Dan, Fabiano Fidêncio]

	* Fixed connection-test to pass with current glib [#711361,
	  Colin Walters]

	* Tests are now more verbose by default under "make check",
          since current automake just redirects all the output to a
          log file anyway. [Dan]

Changes in libsoup from 2.44.0 to 2.44.1:

	* If you called g_input_stream_close() on SoupMessage or
          SoupRequests's GInputStream before you finished reading it,
          it would block until the rest of the response had been read
          (which in the case of, eg, an infinite audio stream, meant
          that it would block forever). This was an unintended change
          from 2.42 and is now fixed. [#695652, Dan]

	* soup_session_queue_message() on a plain SoupSession (not
          SoupSessionAsync) was operating synchronously rather than
          asynchronously as it should have. [#707711, Dan]

	* soup-form methods now use the HTML5 x-www-form-urlencoded
          rules rather than the HTML4 ones. (In particular, they leave
	  "-", "_", and "." unencoded.) [#708621, Alban Browaeys]

	* The test programs now explicitly request the "memory"
          GSettings backend, meaning they won't print a warning if
          they get it accidentally, and they won't accidentally use
          the dconf proxy settings if the dconf backend is available.
          [Dan]

	* Fix SoupSession so that if you override the proxy
          configuration at construct time, it doesn't try to resolve
          the default GProxyResolver. (This is important in particular
          for programs that expect to run outside a user session,
          which would otherwise spew errors from the dconf GSettings
          backend about not being able to connect to dconf.) Likewise
          with TLS settings and the TLS backend. [#708696, Dan]

	* Fix the SoupServer:tls-certificate property;
          soup_server_is_https() had not been updated to recognize it,
          and so would return FALSE, which in turn meant that the
          server would return 400 Bad Request in response to https
          requests. [#709647, Fabiano Fidêncio]

	* Fixed a sporadic failure in tests/connection-test. [Dan]

	* Updated translations:
	  Tajik

Changes in libsoup from 2.43.92 to 2.44.0:

	* New/updated translations:
	  Dutch, Indonesian

Changes in libsoup from 2.43.90 to 2.43.92:

	* Fixed a bug in the connection-pool code, which would in
          certain cases accidentally keep using a connection after a
          message was cancelled while in progress, causing the next
          request on that connection to get the response to the
          previous request, etc. [#708006, David Woodhouse]

	* Fixed some problems when falling back from samba
          single-sign-on-based NTLM to ordinary ask-for-a-password
          NTLM. [#703186, David Woodhouse]

	* When sending a conditional GET request, SoupCache now
          preserves the original message's list of disabled features,
          ensure that it gets back the same kind of response the
          original message would have. [#706338, Andre Moreira
          Magalhaes]

	* Fixed a warning when the remote host closes the connection
          while we are writing something using chunked encoding.
          [#703297, Dan]

	* Added SoupServer:http-aliases and :https-aliases properties,
          to specify URI schemes that should be treated as though they
          were http (just like SoupSession:http-aliases and
          :https-aliases, but on the server side). [#703694, Dan]

	* Fixed race conditions in cache-test and timeout-test that
          could case spurious failures. [#698305, #660581, Dan]

Changes in libsoup from 2.43.5 to 2.43.90:

	* Fixed the handling of unsatisfiable range requests in
          SoupServer [pointed out on mailing list, Dan]. Also, added
          more documentation clarifying that you don't need to handle
          range requests yourself in many cases.

	* Fixed the handling of IPv6 address literals with scope IDs.
          (Requires the latest glib as well for the complete fix.)
          [#669724, Dan]

Changes in libsoup from 2.43.4 to 2.43.5:

	* SoupProxyURIResolver is now deprecated in favor of the
          SoupSession:proxy-resolver property (which takes a
          GProxyResolver). [#680273, Dan]

	* The SoupKnownStatusCode enum is now called SoupStatus. The
          old name continues to exist as an alias, but is deprecated.
          (This change has no visible effect in C; it is primarily to
          help language bindings, so that, eg, SOUP_STATUS_NOT_FOUND
          maps to "Soup.Status.NOT_FOUND" rather than
          "Soup.KnownStatusCode.NOT_FOUND".) [#684409, Dan]

	* Fixed the parsing of URI schemes in SoupURI (in particular,
          to allow scheme names with digits in them). [#703776, Dan]

	* Fixed SoupLogger to print a message's response headers even
          if the message gets cancelled before the complete response
          body is received. [#703200, Andres Gomez]

	* Fixed a build problem in non-UTF-8 locales [#702534, Ross
          Lagerwall]

	* SoupSession now warns if you use
          soup_session_pause_message() or
          soup_session_unpause_message() on a synchronous message
          (which has never worked, though that fact wasn't
          documented). [#703461, Philip Withnall]

Changes in libsoup from 2.43.2 to 2.43.4:

	* Fixed a bug that could cause synchronous sessions to get
          stuck in a state where no new messages would ever get
          processed. [#703463, Philip Withnall]

	* Fixed another memory leak in SoupSocket (found while
	  added a test case for #700472)

	* Switched to using g_cclosure_marshal_generic() rather than
          using glib-genmarshal. [#686042, Olivier Blin]

	* Changed SoupServer to call unref() on the query hash table
          after calling the handler, rather than destroy(), so that
          the handler can keep a copy of the query data if it wants.
          [#702793, Bernhard Schuster]

	* Fixed a few introspection annotations

	* Updated examples/get to use SoupLogger and to allow
          redirecting the output to a file [#703231, #703229, Andres
          Gomez]

Changes in libsoup from 2.43.1 to 2.43.2:

	* Fixed an authentication error when using NTLM when
          connecting to an https site over a proxy; the code was
          getting confused and thinking that the 200 OK response to
          the CONNECT meant that NTLM auth had succeeded. [#698728,
          Dan]

	* Fixed a memory leak in SoupSocket. [#700472, Richard
          Röjfors]

	* Fixed a missing include error on some platforms [#700003,
          Erik van Pienbroek]

	* Fixed warnings when running against the "dummy" TLS backend.
	  [#700518, Dan]

Changes in libsoup from 2.42.1 to 2.43.1:

	* Including <libsoup/soup.h> no longer pulls in the system
	  networking headers. This may cause some packages to no
	  longer compile, if they were accidentally depending on this.
	  Adding "#include <gio/gnetworking.h>" will fix them on both
	  unix and Windows. (This was done as part of fixing the build
	  on Windows.) [#692134, Dan]

	* Fixed SoupSession:proxy-resolver [#698163, Dan]

	* Added soup_message_set_priority(), to mark messages as being
          high, low, or normal priority, and update the message queue
          to prioritize them accordingly. [#696277, Sergio]

	* Fixed several test programs to still work if glib-networking
          isn't installed [Dan], and fixed another to still work if
          the kernel has no IPv6 support. [#698220, Dan]
2014-01-19 13:05:04 +00:00
wiz
d08ad9c353 Update to 4.1.7:
Changes since omniORB 4.1.6
---------------------------

 - Bug fixes and platform updates. See bugfixes-416.xml

 - ZIOP support. See src/examples/ziop/README.txt for details.


Changes since omniORB 4.1.5
---------------------------

 - Bug fixes. See bugfixes-415.xml

 - New clientOpenConnection and serverAcceptConnection interceptors.
2014-01-19 11:28:59 +00:00
wiz
07b0160cf9 + py-dns3 2014-01-17 23:02:58 +00:00
wiz
1f53f04d60 Import py33-dns-1.11.1 as net/py-dns3.
dnspython is a DNS toolkit for Python. It provides both high and low
level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.

This is the python-3.x version of the module.
2014-01-17 23:00:30 +00:00
wiz
9f7b7ae956 Update to 1.11.1:
* (Version 1.11.1 released)

	* dns/tsigkeyring.py (to_text): we want keyname.to_text(), not
	  dns.name.to_text(keyname).  Thangs to wangwang for the fix.

	* dns/tsig.py (sign): multi-message TSIGs were broken for
	  algorithms other than HMAC-MD5 because we weren't passing the
	  right digest module to the HMAC code.  Thanks to salzmdan for
	  reporting the bug.

	* dns/dnssec.py (_find_candidate_keys): we tried to extract the
	  key from the wrong variable name.  Thanks to Andrei Fokau for the
	  fix.

	* dns/resolver.py: we want 'self.retry_servfail' not just
	  retry_servfail.  Reported by many, thanks!  Thanks to
	  Jeffrey C. Ollie for the fix.

	* tests/grange.py: fix tests to use older-style print formatting
	  for backwards compatibility with python 2.4.  Thanks to
	  Jeffrey C. Ollie for the fix.

	* (Version 1.11.0 released)

	* dns/name.py (Name.to_wire): Do not add items with offsets >= 2^14
	  to the compression table.  Thanks to Casey Deccio for discovering
	  this bug.

	* dns/ipv6.py (inet_ntoa): We now comply with RFC 5952 section
	  5.2.2, by *not* using the :: syntax to shorten just one 16-bit
	  field.  Thanks to David Waitzman for reporting the bug and
	  suggesting the fix.

	* lock caches in case they are shared

	* raise YXDOMAIN if we see one

	* do not print empty rdatasets

	* Add contributed $GENERATE support (thanks uberj)

	* Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)
	  (thanks James Dempsey)

	* added set_flags() method to dns.resolver.Resolver

	* added support for TLSA RR

	* dns/rdtypes/ANY/NSEC3.py (NSEC3.from_text): The NSEC3 from_text()
	  method could erroneously emit empty bitmap windows (i.e. windows
	  with a count of 0 bytes); such bitmaps are illegal.

	* (Version 1.10.0 released)

	* dns/message.py (make_query): All EDNS values may now be
	  specified when calling make_query()

	* dns/query.py: Specifying source_port had no effect if source was
	  not specified.  We now use the appropriate wildcard source in
	  that case.

	* dns/resolver.py (Resolver.query): source_port may now be
	  specified.

	* dns/resolver.py (Resolver.query): Switch to TCP when a UDP
	  response is truncated.  Handle nameservers that serve on UDP
	  but not TCP.

	* dns/zone.py (from_xfr): dns.zone.from_xfr() now takes a
	  'check_origin' parameter which defaults to True.  If set to
	  False, then dnspython will not make origin checks on the zone.
	  Thanks to Carlos Perez for the report.

	* dns/rdtypes/ANY/SSHFP.py (SSHFP.from_text): Allow whitespace in
	  the text string.  Thanks to Jan Andres for the report and the
	  patch.

	* dns/message.py (from_wire): dns.message.from_wire() now takes
	  an 'ignore_trailing' parameter which defaults to False.  If set
	  to True, then trailing junk will be ignored instead of causing
	  TrailingJunk to be raised.  Thanks to Shane Huntley for
	  contributing the patch.

	* dns/resolver.py: Added LRUCache.  In this cache implementation,
	  the cache size is limited to a user-specified number of nodes, and
	  when adding a new node to a full cache the least-recently used
	  node is removed.

	* dns/resolver.py: dns.resolver.override_system_resolver()
  	  overrides the socket module's versions of getaddrinfo(),
	  getnameinfo(), getfqdn(), gethostbyname(), gethostbyname_ex() and
	  gethostbyaddr() with an implementation which uses a dnspython stub
	  resolver instead of the system's stub resolver.  This can be
	  useful in testing situations where you want to control the
	  resolution behavior of python code without having to change the
	  system's resolver settings (e.g. /etc/resolv.conf).
	  dns.resolver.restore_system_resolver() undoes the change.

	* dns/ipv4.py: dnspython now provides its own, stricter, versions
	  of IPv4 inet_ntoa() and inet_aton() instead of using the OS's
	  versions.

	* dns/ipv6.py: inet_aton() now bounds checks embedded IPv4 addresses
	  more strictly.  Also, now only dns.exception.SyntaxError can be
	  raised on bad input.

	* Old DNSSEC types (KEY, NXT, and SIG) have been removed.

	* Bounds checking of slices in rdata wire processing is now more
	  strict, and bounds errors (e.g. we got less data than was
	  expected) now raise dns.exception.FormError rather than
	  IndexError.
2014-01-17 22:48:53 +00:00
tsutsui
f3fedd7b77 Update ruby-tw to 1.0.6. PR/48447
Changelog (from History.txt)

=== 1.0.6 2014-01-17

* rescue Launchy::CommandNotFoundError #56

=== 1.0.5 2014-01-16

* use HTTPS for OAuth::Consumer #55
  * thank you for contributing @ymrl

=== 1.0.4 2014-01-08

* update gem dependencies

=== 1.0.3 2014-01-08

* bugfix for rainbow 1.99.x #54
* use launchy gem to open OAuth-URL #53

=== 1.0.2 2013-11-27

* fix syntax error on ruby1.8.7

=== 1.0.1 2013-11-23

* bugfix -user:add #51

=== 1.0.0 2013-11-21

* fix for twitter gem v5.0.0 #50
2014-01-17 18:19:38 +00:00
tsutsui
6b90109367 Update ruby-twitter to 5.5.1. Part of PR/48447.
Changelog (from CHANGELOG.md)

5.5.1
-----
* [Fix bug where `Twitter::Error::AlreadyFavorited` would never be raised](https://github.com/sferik/twitter/issues/512) ([@polestarw](https://twitter.com/polestarw))
* [Fix bug where `Twitter::Error::AlreadyPosted` would never be raised](e6b37b930c)
* [Restore `Twitter::Entities#entities?` as a public method](234a9e3134)

5.5.0
-----
* [Add entities to `Twitter::DirectMessage`](d911deb456)
* [Add conversion methods to `Twitter::NullObject`](4900fee474)

5.4.1
-----
* [Default to maximum number of tweets per request](1e41b5d4dd)

5.4.0
-----
* [Fix enumerable search interface](e14cc3391e)

5.3.1
-----
* [Add `Twitter::Utils` module](a1f47fbf19) ([@charliesome](https://twitter.com/charliesome))
* [Remove `Enumerable` monkey patch](818b28d162) ([@charliesome](https://twitter.com/charliesome))
* [Don't spawning a new thread if there's only one element](c01ea8309c)
* [Introduce meaningful constant names](215c80890d) ([@futuresanta](https://twitter.com/futuresanta))
* [Automatically flatten `Twitter::Arguments`](a556028ace)

5.3.0
-----
* [Add `UNABLE_TO_VERIFY_CREDENTIALS` error code](6a47e715ef)
* [Don't suppress `Twitter::Error::Forbidden` in #follow and #follow!](b949c0400d)
* [Update memoizable dependency to ~> 0.3.1](https://github.com/sferik/twitter/pull/501)

5.2.0
-----
* [Replace `URI` with `adressable`](7ea2f5390d)
* [Make `Twitter::Streaming::FriendList` an array](1a38e5e818)
* [Add `Twitter::Streaming::DeletedTweet`](084025b5e3)
* [Add `Twitter::Streaming::StallWarning`](b07ac50552)
* [Add error code for "User is over daily status update limit"](76c088d38e)
* [`Twitter::Streaming::Client#site` can take a `String` or `Twitter::User`](e3ad4f2da1)
* [Update `http_parser.rb` dependency to `~> 0.6.0`](6d2f81bfc5)

5.1.1
-----
* [Custom equalizer for `Twitter::Place`](79c76a9bed)

5.1.0
-----
* [Use `Addressable::URI` everywhere](97d7c68900) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Allow use of `Twitter::Place` instead of `place_id`](c2b31dd238)
* [Allow use of `Twitter::Tweet` instead of `in_reply_to_status_id`](6b7d6c2b63)

5.0.1
-----
* [Fix `buftok` delimiter handling](https://github.com/sferik/twitter/pull/484)
* [Started handling streaming deletes](8860b97bce)

5.0.0
-----
* [Remove `Twitter::API::Undocumented#status_activity` and `#statuses_activity`](7f970810af)
* [Remove `Twitter::Tweet#favoriters`, `#repliers`, `#repliers_count`, and `#retweeters`](77cc963381)
* [Remove identity map](ec7c2df78a)
* [Remove `Twitter::Cursor#all`](72be4148b9)
* [Remove `Twitter::Cursor#collection`](9ae4621610)
* [Remove `Twitter#from_user`](d2ae9f1cc1)
* [Remove `ClientError`, `ServerError`, and `ParserError`](72843948d8)
* [Remove global configuration](239c5a8462)
* [Remove ability to configure client with environment variables](17e958579f)
* [Remove Brittish English aliases](572813b373)
* [Replace `multi_json` with `json`](e5fc292fee)
* [Rename `oauth_token` to `access_token`](d360f8015c)
* [Move `Twitter::Arguments` out of `REST::API` namespace](8faa15309d)
* [Move `Twitter::Client` into `REST` namespace](5b8c3fd243)
* [Add `Twitter::Streaming::Client`](23afe90aa4)
* [Add `Twitter::Error::AlreadyPosted`](e11d2a27dd)
* [Add `Twitter::REST::Client#reverse_token`](39139c4df3)
* [Add `#url` methods to `Twitter::List`, `Twitter::Tweet`, and `Twitter::User`](a89ec0f4e8)
* [Add `Twitter::Place#contained_within` and `#contained_within?`](23cc247bd2)
* [Add `Twitter::GeoResults`](be1a0a1425)
* [Add `NullObject`](17880f4917)
* [Add predicate methods for any possible `NullObject`](eac5522ede)
* [Always return `URI` instead of `String`](341f68d1a4)
* [Allow `URI` as argument](c207567e67)
* [Allow `String` in addition to `URI` objects](89a46fbd35)
* [Collection caching](d484d7d7d7)
* [Implement `Twitter::Cursor#each` without making an extra HTTP request](8eeff57f5c)
* [Make `Twitter::SearchResults` enumerable](d5ce853716)
* [Make `Twitter::Base` objects immutable](69b1ef7eda)
* [Missing key now raises `KeyError`, not `ArgumentError`](f56698caff)
* [Use `equalizer` instead of manually overwriting #==](a7ddf718b1)
* [Give methods more natural names](e593194fb7)
* [Fix `Twitter::SearchResults#rpp` return value](28d7320049)

4.8.1
-----
* [Ignore case of profile image extension](73760610e9)
* [Allow use of Twitter::Token in place of bearer token string](13596bc60d)
* [Add Twitter::API::Undocumented#tweet_count](795458a25e)
* [Add missing dependencies](e07e034472) ([@tmatilai](https://twitter.com/tmatilai))

4.8.0
-----
* [Add `Twitter::SearchResults#refresh_url`](6bf08c008d) ([@mustafaturan](https://twitter.com/mustafaturan))
* [Fix issue with wrong signature being generated when multipart data is posted](65ab90a6d5) ([@mustafaturan](https://twitter.com/mustafaturan))
* [Restore compatibility with Ruby 1.8.7](fb63970c1b)
* [Remove undocumented methods, retired in the APIpocalypse](cf6a91f8df)

4.7.0
-----
* [Add support for application-only authentication](https://github.com/sferik/twitter/pull/387) ([@paracycle](https://twitter.com/paracycle))
* [Add support for `Twitter::Entity::Symbol` entities](a14a0cdc57) ([@anno](https://twitter.com/anno))
* [Add `Twitter::API::OAuth#invalidate_token`](https://github.com/sferik/twitter/pull/372) ([@terenceponce](https://twitter.com/terenceponce))
* [Add `Twitter::API::Lists#lists_owned` method](9e97b51c20)
* [Add `Twitter::API::Tweets#retweeters_ids` method](8cf5b2ddf3)
* [Add `Twitter::SearchResults#next_results`](https://github.com/sferik/twitter/pull/365) ([@KentonWhite](https://twitter.com/KentonWhite))
* [Make consumer_key readable](a318869c48)
* [Loosen required_rubygems_version for compatibility with Ubuntu 10.04](41bd5655c2)
* [Remove default SSL configuration options and override](113b14bc05)
2014-01-17 18:17:37 +00:00
obache
928b066a9e ruby version restriction from www/ruby-multipart-post 2014-01-17 08:41:05 +00:00
rodent
de614af055 +py-hatop 2014-01-17 03:41:35 +00:00
rodent
064a92905c Import py27-hatop-0.7.7 as net/py-hatop.
HATop is an interactive ncurses client and real-time monitoring, statistics
displaying tool for the HAProxy TCP/HTTP load balancer.

HATop's appearance is similar to top(1). It supports various modes for detailed
statistics of all configured proxies and services in near realtime. In addition,
it features an interactive CLI for the haproxy unix socket. This allows
administrators to control the given haproxy instance (change server weight, put
servers into maintenance mode, ...) directly out of hatop (using keybinds or
the CLI) and monitor the results immediately.

HATop is written in pure Python and has no external dependencies.
2014-01-17 03:40:35 +00:00
jnemeth
1ec3c5406d sort 2014-01-17 01:50:00 +00:00
tron
240e5b34d0 Improve packaging of this package:
1.) Handle installation of the script to determine the amount of free
    memory and swap space on the local machine automatically.
2.) Fix the NetBSD implementation of the above script.
3.) Create a wrapper shell script for invoking Cacti's poller.
4.) Simplify the installation instrunctions using the above enhancements.
5.) Don't included the log file in the package list. It doesn't belong
    there and "pkg_delete" will correctly complain that it has been
    modified.

ToDo:
- The log file and the "rrdtool" database still need to be moved to
  a directory under "${VARBASE}".
- "config.php" should really be a config file to allow using a
  non-default password for the MySQL database. But the file would have
  to be readable by both the user of the webserver and that cacti user.
2014-01-16 21:10:00 +00:00
tron
f0fde4da76 Fix build with GNU Make 4.0 and newer. 2014-01-14 22:43:19 +00:00
markd
556eb15ecc Correct the fix to missing first arg of of_filename(). Fixes afpd segfault
on moving files.  Bump PKGREVISION.
2014-01-14 08:45:58 +00:00
obache
b54a8a49cc Update mikutter to 0.2.2.1476.
* fixes crash with Ruby/Gtk2 2.0.3 and later.
* follow up Twitter specification change, use SSL for REST API request.
2014-01-14 08:25:17 +00:00
taca
b02f1c0d8b Update bind99 to 9.9.4pl2 (BIND 9.9.4-P2), securify fix for CVE-2014-0591.
pkgsrc change: remove patches/patch-configure.in.

	--- 9.9.4-P2 released ---

3693.	[security]	memcpy was incorrectly called with overlapping
			ranges resulting in malformed names being generated
			on some platforms.  This could cause INSIST failures
			when serving NSEC3 signed zones.  [RT #35120]

3658.	[port]		linux: Address platform specific compilation issue
			when libcap-devel is installed. [RT #34838]
2014-01-13 17:31:00 +00:00
taca
73b24e9255 Update bind98 to 9.8.6pl2, (BIND 9.8.6-P2), security fix for CVE-2014-0591.
--- 9.8.6-P2 released ---

3693.	[security]	memcpy was incorrectly called with overlapping
			ranges resulting in malformed names being generated
			on some platforms.  This could cause INSIST failures
			when serving NSEC3 signed zones.  [RT #35120]

3658.	[port]		linux: Address platform specific compilation issue
			when libcap-devel is installed. [RT #34838]
2014-01-13 17:28:22 +00:00
taca
616b5d98fc Update bind96 to bind-9.6.3.1.ESV.10pl2 (BIND 9.6-ESV-R10-P2), security
fix for CVE-2014-0591.

	--- 9.6-ESV-R10-P2 released ---

3693.	[security]	memcpy was incorrectly called with overlapping
			ranges resulting in malformed names being generated
			on some platforms.  This could cause INSIST failures
			when serving NSEC3 signed zones.  [RT #35120]

3658.	[port]		linux: Address platform specific compilation issue
			when libcap-devel is installed. [RT #34838]
2014-01-13 17:27:09 +00:00
fhajny
67e82329e9 Fix build/PLIST for gmake<4. Bump PKGREVISION. 2014-01-13 12:10:23 +00:00
spz
c0cd3b4380 update to ntp latest dev version to deal with CVE-2013-5211
(amplification attacks using monlist queries)

tickadj for Solaris is a guess (and probably version dependent)
the bulk builds will tell :)
2014-01-12 17:01:02 +00:00
mspo
24921db9b5 add netcat-openbsd pkg to Makefile 2014-01-12 15:07:11 +00:00
mspo
2f61d7d4f0 add a pkg for my fork of OpenBSD's netcat, which has a lot more features than hobbit netcat. I had to unpolitely remove some openbsd-specific features 2014-01-12 15:06:37 +00:00
wiz
a0176db1ee Remove FETCH_USING, not a package-setable variable. 2014-01-12 10:46:15 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
jperkin
784a55dbdc Do not override CCFLAGS and LIBS. Fixes build on at least SunOS. 2014-01-10 15:40:28 +00:00
ryoon
e4e18efa84 Remove obsolete patch 2014-01-10 11:33:13 +00:00
prlw1
7cf4f54f02 Remove earlier WITH_DEBUG attempt committed in error 2014-01-10 11:27:45 +00:00
rodent
043a1c5c47 Updated to latest release, 4.1.2. Resolves:
http://secunia.com/advisories/53818/ From NEWS:
== GNU ZRTP 4.1.1 ==

Is a bug fix release that fixes some problems when building a standalone
version of the library, i.e. with embedded crypto algorithms and not using
on openSSL.

Another fix was necessary for NetBSD thread handling.


== GNU ZRTP 4.1.0 ==

Small enhancements when dealing with non-NIST algorithms. An application may
set a ''algorithm selection policy'' to control the selection behaviour. In
addition the the standrad selection policy (as per RFC6189) this version
provides a _non-NIST_ selection policy: if the selected public key algorithm
is a non-NIST ECC algorithm then the other selection functions prefer non-NIST
HASH algorithms (Skein etc).


== GNU ZRTP 4.0.0 ==

For this version I added some new algorithms for the DH key agreement
and the Skein Hash for ZRTP. Not further functional enhancments.

Added a new (old) build parameter -DCORE_LIB that will build a ZRTP core
library. This was available in V2.3 but I somehow lost this for 3.0
You may add other build parameters, such as SQLITE and CRYPTO_STANDALONE
if you build the core library.


== GNU ZRTP 3.2.0 ==

The main ZRTP modules contain fixes for three vulnerabilities found by Mark
Dowd. Thus we advise application developers to use this version of the
library. The vulnerabilities may lead to application crashes during ZRTP
negotiation if an attacker sends prepared ZRTP packets. The fixes remove these
attack vectors.

Some small other enhancements and cleanup, mainly inside client code.

Some enhancements in cache handling and the handling of retained shared
secrets. This change was proposed by Phil, is a slight security enhacement and
is fully backward comaptible.

Because of some API changes clients must be compiled and linked with the new
library.

For details please refer to the Git logs.


== GNU ZRTP 3.1.0 ==

This version adds some new features and code that supports some other
client and this accounts for the most changes inside this release.

The ZRTP core functionality was not changed as much (bug fixes, cleanup
mainly) and remains fully backward compatible with older library
versions. However, one nice enhancement was done: the addition of a standalone
SDES support module. This module supports basic SDES only without the fancy
stuff like many other SDES implementations. Thus it's pretty interoperable.

Some other features are:
- add some android support for a client, may serve as template for others
- documentation and code cleanup

Because of some API changes clients must be compiled and linked with the new
library.


== GNU ZRTP 3.0.0 ==

This is a major enhancement and restructuring of the overall ZRTP
distribution. This was necessary because more and more other clients use ZRTP
and add their specific glue code. Also some clients are not prepared to use
openSSL or other crypto libraries to their code and distributions.

Here a summary of the changes
- a new directory layout to accomodate various clients
- add standalone crypto modules, for example for AES, to have a real
  standalone ZRTP/SRTP library that does not require any other crypto library
  (optional via CMake configuration)
- Re-structure ZRTP cache and add SQlite3 as optional storage backend

The default settings for CMake build the normal ZRTP library that use openSSL
as crypto backend, use the normal file based cache and include the GNU ccRTP
modules. This is a librray that is to a large degree compatible with the
earlier builds.

Please refer to the top level CMakeFile.txt for options how to switch on the
standalone crypto mode or the SQlite3 based cache storage.
2014-01-10 02:58:51 +00:00
jperkin
764bd0bf10 Remove net/p5-Net-CUPS. It is identical to print/p5-Net-CUPS apart from now
missing a couple of subsequent fixes, and should never have existed.
2014-01-09 12:32:01 +00:00
jperkin
74f80289d1 Needs openssl. 2014-01-09 10:43:09 +00:00
jperkin
3643a8a03d Needs zlib. 2014-01-09 09:32:21 +00:00
dholland
d35f4b8f28 Fix previous with the, ahem, right version. 2014-01-09 01:31:16 +00:00
dholland
5dbc08b91a Reapply the fix from -r1.10 of PLIST which was thrown away during update. 2014-01-08 21:05:46 +00:00
tron
30a03305c1 Update the "cacti" package to version 0.8.8b. Changes since 0.8.8a:
- bug: Fixed issue with custom data source information being lost when
       saved from edit
- bug: Repopulate the poller cache on new installations
- bug: Fix issue with poller not escaping the script query path correctly
- bug: Allow snmpv3 priv proto none
- bug: Fix issue where host activate may flush the entire poller item
       cache
-security: SQL injection and shell escaping issues

Also add the fix for the security vulnerability reported in SA54531
taken from the SVN repository.
2014-01-08 20:51:28 +00:00
joerg
f2ed2ac6a6 Pass URL to fetch_ssl to fix build and add a cast for some OpenSSL
constloss.
2014-01-08 20:25:34 +00:00
ryoon
46b357ef9c Update to 1.18.2
* This package requires gcc 4.7 later from pkgsrc

Changelog:
aria2 1.18.2
============

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

This release fixes the wrong handling of return value of fork(), which
leads to high CPU usage. The progress readout has some color output.
Mingw32 build now receives colorized output. Mingw32 build now can
read unicode command-line arguments. The build script of OSX was
rewritten. The --bt-max-open-files now limits the number of opened
file globally for multi-file downloads instead of per download basis.

Changes
-------

* Remove the outdated, broken build_osx_release.sh

* Initial revision of the a new OSX release Makefile

* Allow using libgmp with AppleTLS/WinTLS

* Fix crash when metaurl contains unsupported URI or text

* Fix bad fork() return value handling

* Use some colors in progress reports (where available)

* Implement basic color support for the Windows console

  Only \033[*m (SGR) is supported, with a 16+16 color terminal.

* AppleTLS: Implement PKCS12 loading.

* Limit number of opened file globally with --bt-max-open-files option

  This change changes the behavior of --bt-max-open-files. Previously,
  it specifies the maximum number of opened files for each multi-file
  download. Since it is more useful to limit the number globally, the
  option now specifies the global limit. This change suggests that
  aria2.changeOption() method now ignores --bt-max-open-files and
  aria2.changeGlobalOption now reads it and dynamically change the
  limit.

* Don't fail multiple concurrent dl same file if auto-file-renaming is
  enabled

* mingw32: Use CommandLineToArgvW() and GetCommandLineW() to read
  cmd-line args

  This change enables aria2 to read unicode characters in
  command-line.



aria2 1.18.1
============

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

This release fixes the percent-encoding bug which affects file name
encodings. It adds PKCS12 support in certificate import. It also adds
experimental internal implementation of message digest functions, ARC4
cipher and bignum. It means that no external libraries are required to
build BitTorrent support, but this feature is still marked as
experimental. This release also fixes the android build with NDK r9.

Changes
-------

* LibsslTLSContext: Remove weak cipher suite

* AppleTLS: Enable --certificate

* util::percentEncodeMini: Fix regression bug removed unsignedness

  srange-based for around std::string is convenient but several
  functions depend unsigned char for correctness and readability.

* Log exception; throw error if loading private key and/or certificate
  failed

* Provide internal ARC4 implementation

  Now you can build bittorrent support without without external
  libraries, meaning you can skip libnettle, libgmp, libgcrypt, GnuTLS
  and OpenSSL on OSX (for now).

* Internal implementation of DHKeyExchange

  Reusing a bignum (well, unsigned very-long) implementation I had
  lying around for years and just cleaned up a bit and brought to
  C++11 land.

  It might not be the most performant implementation, but it shoud be
  fast enough for our purposes and will go a long way of removing
  gcrypt, nettle, gmp, openssl dependencies when using AppleTLS and
  WinTLS (upcoming).

* PKCS12 support in --certificate and --rpc-certificate options.

* Add --disable-ssl configure option

* Add internal md5 and sha1 message digests

* Fix AppleMessageDigestImpl use with large data

* Set old cookie's creation-time to new cookie on replacement

  As described in http://tools.ietf.org/html/rfc6265#section-5.3

* Fix link error with Android NDK r9

  Since Android ndk r9, __set_errno is deprecated. It is now defined
  as inline function in errno.h. The syscall assembly calls
  __set_errno, but since libc.so does not export it, the link
  fails. To workaround this, replace all occurrences of __set_errno
  with a2_set_errno and define it as normal C function.



aria2 1.18.0
============

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

This release changes the default disk cache size to 16 MiB. To change
the default size, --with-disk-cache configure option was added.  Now
used URIs are also saved by --save-session option. The control file is
now always saved if --force-save is given. The ctrl-c handling on
Mingw build was improved. The internal intl library is no longer
supplied. From this release, C++11 compiler is required to build aria2
executable. For gcc, at least 4.6.3 is required.

Changes
-------

* Use AM subdir-objects

  Doing so in AM_INIT_AUTOMAKE seems to be the most compatible way of
  doing so.

  Closes GH-120

* AM_SILENT_RULES([yes]) with backwards-compatiblity

  Supported since automake-1.11. There is no point in having the very
  verbose compile stuff running about, which cannot even silenced
  properly with `make -s` by default. Otherwise, `make V=1` or
  `--disable-silent-rules` are your friends

* Fix automake-1.14 am_aux_dir

  AC_USE_SYSTEM_EXTENSIONS will cause AC_PROG_CC, which is overridden
  by automake-1.14, which will then init (part) of automake, in
  particular am_aux_dir expansion, which in turn relies on ac_aux-dir,
  which is not initialized at this point, and thus: certain doom (or
  fun, depending on your POV and mood :p)

  Hence call AC_USE_SYSTEM_EXTENSIONS only after
  AM_INIT_AUTOMAKE. This, of course, caused a lot of related macro
  shuffling.

  Tested against automake-1.10 (OSX Lion/XCode version) and
  automake-1.14 (homebrew version)

* Require external gettext for --enable-nls

  And stop using the internal flavor with ./intl

* Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr

  The clang shipped with OSX XCode and clangs not build enabling
  libcpp, will default to the libstdc++ headers and lib installed on
  the system.  In the OSX case, that libstdc++ is the one bundles with
  gcc-4.2, which is far too old to provide all required C++11 types,
  such as std::shared_ptr.  Hence, the C++11 check should try to
  compile a program with a C++11 type and try -stdlib=libc++ if the
  default lib fails to compile said program.

* Make the configure check for C++11 compiler mandatory

  Remove stray "dnl", so that mandatory actually works with (my)
  autoreconf.

* Always build doc/manual-src

  Should sphinx-build be not available AND the man file not be prsent,
  then just "touch" it into existence (and warn about that)

* Win: Use SetConsoleCtrlHandler for SIGINT/SIGTERM

* Implement a simple resource lock (threading)

  In this initial implementation Locks are no-ops on platforms other
  than Windows.

* Check for sphinx-build during configure

* Add --with-disk-cache configure option

  Enables packagers more fine grained control over the default value
  without having to mess with config files.

  See GH-115

* Change defaults: Enable 16M disk cache by default.

* Always save control file if --force-save is given

* Set log level DEBUG for unittests

* Check that C++ compiler supports override keyword

  If the compiler supports override, define CXX11_OVERRIDE as
  override, otherwise define it as empty. Use CXX11_OVERRIDE instead
  of override.

* AppleTLS: Fix MessageDigestImpl

* AppleTLS: Fix session CFRelease stuff

* Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in
  compiler

* Require -std=c++11 and use std::shared_ptr instead of SharedHandle

* Join URI on redirect

* Send HAVE message to the peer which the piece is downloaded from

  Historically, aria2 did not send HAVE message to the peer which the
  piece is coming from, thinking it is obvious that the peer knows we
  have the piece. But it is not obvious if one piece is download from
  more than 1 peers (e.g., end game mode). So it is better to send
  HAVE to all peers connected.

* Improvements to --follow-torrent=false documentation.

  Patch from gt

* SessionSerializer: Truly unique URIs

  Before, only spent uris where sanitized not to be contained within
  remaining uris. Change this so that each uri in the
  union(remaining,spent) get saved once at most.  The order of the
  uris will won't be changed, with remaining uris going first followed
  by spent uris.

  Also avoid copying the uri std::strings around during dupe checking,
  usually resulting in better performance regarding CPU and space.

* Make getOption RPC method return option for stopped downloads

* SessionSerializer: Save spent URIs as well as remaining ones
2014-01-08 16:32:30 +00:00
jperkin
52c52b8976 Look for zlib in the correct location. 2014-01-08 10:38:30 +00:00
joerg
d67d75e529 libfetch-2.36: Support Server Name Identication.
From Michael Gmelin via FreeBSD.
2014-01-07 23:30:03 +00:00
joerg
5839ebc844 Apply some explicit int casts for size_t format string arguments. 2014-01-07 23:25:12 +00:00
dholland
4b64597c84 requires msgfmt 2014-01-05 06:07:46 +00:00
jaapb
482715a82f Updated net/choqok to version 1.4. Changes include:
- new plugin: BetterNotify
- support for Twitter API v1.1
- 'mark timeline as read' menu item added
- Show 'in reply to' in Twitter search timelines
- identi.ca support removed from StatusNet plugin
- other minor fixes
2014-01-02 19:44:11 +00:00
fhajny
343b89013f Update rabbitmq to 3.2.2.
3.2.2

This release fixes a number of bugs in the broker (including High Availability
mode) and plugins (LDAP, Management and MQTT).

3.2.1

This fixes a number of bugs in 3.2.0 and earlier versions.

3.2.0

This release introduces federated queues and features enhanced policies for
aspects of the broker which previously required AMQP arguments. Clients can
now obtain better feedback about authentication failures and broker alarm
conditions.

This release corrects a number of defects in the broker and plugins.
2014-01-02 19:07:19 +00:00
wiz
0108053253 Update to 0.20.9:
0.20.9
======

Changes since 0.20.8:

- Enforce HTTP 1.1 for device description requests.
- Add libuuid to Requires.private of pkg-config file.
- Deprecate gupnp_service_proxy_{begin,send}_action_hash as they cannot
  guarantee the argument order.
- Add gupnp_service_info_get_introspection_async_full() that makes it possible
  to cancel an introspcetion request using GCancellable.
- Fix a crash when running with GSSDP < 0.14.6.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=704867
 - https://bugzilla.gnome.org/show_bug.cgi?id=710491
 - https://bugzilla.gnome.org/show_bug.cgi?id=711027
 - https://bugzilla.gnome.org/show_bug.cgi?id=711167
 - https://bugzilla.gnome.org/show_bug.cgi?id=720369
 - https://bugzilla.gnome.org/show_bug.cgi?id=720372

All contributors to this release:
 - Jussi Kukkonen <jussi.kukkonen@intel.com>
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip.withnall@collabora.co.uk>
 - Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
2014-01-02 18:58:25 +00:00
prlw1
a62f766450 Add debug option to freerdp - makes tracking lack of e.g., audio, easier. 2014-01-02 15:49:38 +00:00
prlw1
f58e8e58f4 Update rdesktop to 1.8.1
Note that major additions are CredSSP and smart card single-sign-on, but
I have no way of testing them, so rather than adding untested dependencies,
I disabled those options.

rdesktop (1.8.1)
  * Fix a typo in configure.ac
  * Fix a bug which made rdesktop steal CPU cycles.
  * Fix issue with reconnect, make use of deactivate variable
  * Added 4 new disconnect reasons with exit codes
  * Fix issues of window handling in SeamlessRDP parts of rdesktop
  * Fix a backward compability with OpenSSL < 0.9.9
  * Fix a bug when code needs a x window available but there are none.
  * Fix a sigsegv zeroing memory
  * Fix a 64bit portability issue

  -- Henrik Andersson <hean01@users.sourceforge.net> 2013-11-18

rdesktop (1.8.0)
  * Support for protocol negotiation eg. SSL/TLSv1 and CredSSP
  * Support for CredSSP + Kerberos authentication (NLA)
  * Support for smart card single-sign-on
  * Support passing smart card pin as password as argument
  * Added IPC for controlling a master rdesktop process
  * Support for connection sharing when using SeamlessRDP
  * Improved handling of network connection failures
  * Autoreconnect using the connection cookie at network failure
  * Fix a few smart card issues
  * Fix bug with mouse scroll handling
  * Fix for left/right braces in Italian keymap
  * Fix crash and memory leak in local drive redirection
  * Fixes issues with license files loading/saving

  -- Henrik Andersson <hean01@users.sourceforge.net> 2013-08-09
2014-01-02 15:12:16 +00:00
dholland
7958d58243 Turn off py33 until py-amqp supports py33; fixes pbulk resolve failure. 2014-01-02 04:49:16 +00:00
bsiegert
7de5dce736 Fix MirBSD build. 2014-01-01 16:06:58 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
rodent
46897f9800 README.rst would go better in share/doc. 2013-12-31 20:02:38 +00:00
rodent
40b7932b26 +py-socketpool 2013-12-31 19:57:16 +00:00
rodent
ee8109690a Import py27-socketpool-0.5.3 as net/py-socketpool.
Socket pool is a simple socket pool that suports multiple factories and
backends. It can easily be used by gevent, eventlet or any other library.
2013-12-31 19:56:19 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
rodent
450954d60b Depend on py-amqp>=1.3.3. Only accept python versions 33, 27, 26. Both as
per documentation. Updated to latest release, 3.0.8. From Changelog:

3.0.8
=====
- Serializer: loads and dumps now wraps exceptions raised into
  :exc:`~kombu.exceptions.DecodeError` and
  :exc:`kombu.exceptions.EncodeError` respectively.
- Redis: Would attempt to read from the wrong connection if a
  select/epoll/kqueue exception event happened.
- Redis: Disabling ack emulation now works properly.
- Redis: :exc:`IOError` and :exc:`OSError` are now treated as recoverable
  connection errors.
- SQS: Improved performance by reading messages in bulk.
- Connection Pool: Attempting to acquire from a closed pool will now
  raise :class:`RuntimeError`.

3.0.7
=====
- Fixes Python 2.6 compatibility.
- Redis: Fixes 'bad file descriptor' issue.

3.0.6
=====
- Timer: No longer attempts to hash keyword arguments (Issue #275).
- Async: Did not account for the long type for file descriptors.
- PyPy: kqueue support was broken.
- Redis: Bad pub/sub payloads no longer crashes the consumer.
- Redis: Unix socket URLs can now specify a virtual host by including
  it as a query parameter.
- ``kombu.VERSION`` is now a named tuple.

3.0.5
=====
- Now depends on :mod:`amqp` 1.3.3.
- Redis: Fixed Python 3 compatibility problem (Issue #270).
- MongoDB: Fixed problem with URL parsing when authentication used.
- pyamqp: Fixed small issue when publishing the message and
  the property dictionary was set to None.
- Fixed problem in ``repr(LaxBoundedSemaphore)``.
- Tests now passing on Python 3.3.

3.0.4
=====
- common.QoS: ``decrement_eventually`` now makes sure the value
  does not go below 1 if a prefetch count is enabled.

3.0.3
=====
- SQS: Properly reverted patch that caused delays between messages.
- select: Clear all registerd fds on poller.cloe
- Eventloop: unregister if EBADF raised.

3.0.2
=====
- Now depends on :mod:`amqp` version 1.3.2.
- select: Fixed problem where unregister did not properly remove
  the fd.

3.0.1
=====
- Now depends on :mod:`amqp` version 1.3.1.
- Redis: New option ``fanout_keyprefix``
    This transport option is recommended for all users as it ensures
    that broadcast (fanout) messages sent is only seen by the current
    virtual host:

        Connection('redis://', transport_options={'fanout_keyprefix': True})

    However, enabling this means that you cannot send or receive messages
    from older Kombu versions so make sure all of your participants
    are upgraded and have the transport option enabled.

    This will be the default behavior in Kombu 4.0.
- Distribution: Removed file ``requirements/py25.txt``.
- MongoDB: Now disables ``auto_start_request``.
- MongoDB: Enables ``use_greenlets`` if eventlet/gevent used.
- Pidbox: Fixes problem where expires header was None,
  which is a value not supported by the amq protocol.
- ConsumerMixin: New ``consumer_context`` method for starting
  the consumer without draining events.

3.0.0
=====

- Now depends on :mod:`amqp` version 1.3.
- No longer supports Python 2.5
    The minimum Python version supported is now Python 2.6.0 for Python2,
    and Python 3.3 for Python3.
- Dual codebase supporting both Python 2 and 3.
    No longer using ``2to3``, making it easier to maintain support for
    both versions.
- pickle, yaml and msgpack deserialization is now disabled by default.
    This means that Kombu will by default refuse to handle any content type
    other than json.
- kombu.async: Experimental event loop implementation.
- Utility function ``kombu.common.ipublish`` has been removed.
    Use ``Producer(..., retry=True)`` instead.
- Utility function ``kombu.common.isend_reply`` has been removed
    Use ``send_reply(..., retry=True)`` instead.
- ``kombu.common.entry_to_queue`` and ``kombu.messaging.entry_to_queue``
  has been removed.
    Use ``Queue.from_dict(name, **options)`` instead.
- Redis: Messages are now restored at the end of the list.
- ``StdConnectionError`` and ``StdChannelError`` is removed
    and :exc:`amqp.ConnectionError` and :exc:`amqp.ChannelError` is used
    instead.
- Message object implementation has moved to :class:`kombu.message.Message`.
- Serailization: Renamed functions encode/decode to
  :func:`~kombu.serialization.dumps` and :func:`~kombu.serialization.loads`.
    For backward compatibility the old names are still available as aliases.
- The ``kombu.log.anon_logger`` function has been removed.
    Use :func:`~kombu.log.get_logger` instead.
- ``queue_declare`` now returns namedtuple with ``queue``, ``message_count``,
  and ``consumer_count`` fields.
- LamportClock: Can now set lock class
- :mod:`kombu.utils.clock`: Utilities for ordering events added.
- :class:`~kombu.simple.SimpleQueue` now allows you to override
  the exchange type used.
- Zookeeper transport updated to support new changes in the :mod:`kazoo`
  library.
- pyamqp/librabbitmq: Transport options are now forwarded as keyword arguments
    to the underlying connection (Issue #214).
- Transports may now distinguish between recoverable and irrecoverable
  connection and channel errors.
- ``kombu.utils.Finalize`` has been removed: Use
  :mod:`multiprocessing.util.Finalize` instead.
- Memory transport now supports the fanout exchange type.
- Experimental new `Pyro`_ transport (:mod:`kombu.transport.pyro`).
.. _`Pyro`: http://pythonhosted.org/Pyro
- Experimental new `SoftLayer MQ`_ transport (:mod:`kombu.transport.SLMQ`).
.. _`SoftLayer MQ`: http://www.softlayer.com/services/additional/message-queue
- Eventio: Kqueue breaks in subtle ways so select is now used instead.
- SQLAlchemy transport: Can now specify table names using the
  ``queue_tablename`` and ``message_tablename`` transport options.
Redis transport: Now supports using local UNIX sockets to communicate with the
  Redis server (Issue #1283)
    To connect using a UNIX socket you have to use the ``redis+socket``
    URL-prefix: ``redis+socket:///tmp/redis.sock``.
    This functionality was merged from the `celery-redis-unixsocket`_ project.
    Contributed by Maxime Rouyrre.
ZeroMQ transport: drain_events now supports timeout.
.. _`celery-redis-unixsocket`:
    https://github.com/piquadrat/celery-redis-unixsocket

2.5.16
======

- Python3: Fixed problem with dependencies not being installed.

2.5.15
======
- Declaration cache: Now only keeps hash of declaration
  so that it does not keep a reference to the channel.
- Declaration cache: Now respects ``entity.can_cache_declaration``
  attribute.
- Fixes Python 2.5 compatibility.
- Fixes tests after python-msgpack changes.
- ``Queue.get``: Now supports ``accept`` argument.

2.5.14
======

- safe_str did not work properly resulting in
  :exc:`UnicodeDecodeError` (Issue #248).

2.5.13
======
- Now depends on :mod:`amqp` 1.0.13
- Fixed typo in Django functional tests.
- safe_str now returns Unicode in Python 2.x
- amqp: Transport options are now merged with arguments
  supplied to the connection.
- Tests no longer depends on distribute, which was deprecated
  and merged back into setuptools.
- ConsumerMixin now also restarts on channel related errors.
2013-12-31 14:12:17 +00:00
rodent
6f91afb793 +py-amqp 2013-12-31 14:03:22 +00:00
rodent
eab48ade38 Import py27-amqp-1.3.3 as net/py-amqp.
This is a fork of amqplib which was originally written by Barry Pederson. It is
maintained by the Celery project, and used by kombu as a pure python alternative
when librabbitmq is not available.

This library should be API compatible with librabbitmq.
2013-12-31 14:02:07 +00:00
schwarz
772f7dca63 updated to 4.0.4.27a 2013-12-31 10:42:59 +00:00
ryoon
7a91e00aff Update 1.9.4
* Switch to 1.9.x branch
* Fix CVE-2013-7106 and CVE-2013-7108

Changelog:
1.9.4 - 13/12/2013

FIXES
* classic ui: fix status output in JSON format not including short and long plugin output properly #5217 - RB
* classic ui: fix possible buffer overflows #5250 - RB
* classic ui: fix Off-by-one memory access in process_cgivars() #5251 - RB


1.9.3 - 07/07/2013

FIXES
* core: fix init script status exit codes on not running daemon and present pid file #4243 - MF

* idoutils: fix workaround on libdbi fetch_next_row() bug applied for postgresql too, causing faulty queries #4367 - MF


1.9.2 - 30/06/2013

FIXES
* core: fix bug with non-ASCII (> 127) illegal macro output characters on char-to-int cast (Jason Young) #4211 - MF
* core: bail early if main config file cannot be read - MF

* classic ui: fixed searching hostgroup results in wrong 'all' view filter urls #4206 - RB
* classic ui: fix URL construction issue in icinga_reload_scroll_position() javascript (Karsten Sühring) #4233 - MF

* idoutils: fix mysql: output/perfdata limits cut escaped string leaving '\' at the end (Yannik Charton) #4196 - MF
* idoutils: bugfixes for socket queue, transactions and libdbi handling #4049 - GB
* idoutils: fix ido2db gradually consumes more and more CPU time with time #4210 - CF
* idoutils: fix wrong clob freeing in eventhandlers #4357 - TD


1.9.1 - 22/05/2013

FIXES
* core: fix objects.cache does not get updated on (re)start, but config verify (Christian Ruppert) #4155 - MF

* classic ui: fixed UNICODE characters in JSON output from getting discarded #4193 - RB

* idoutils: fix segfaults on reload with multiple neb modules of the same binary #4033 - MF


1.9.0 - 07/05/2013

NOTES
* idoutils uses a socket queue and transactions for large object dumps! #3527 #3533
* ido2db.cfg enable_sla is now deprecated! #3450
* icinga.cfg event_profiling_enabled is now deprecated! #4054

ENHANCEMENTS
* core: increase performance with hash comparing hosts/services on config read #3722 - GB
* core: introduce warning level -vv on config verification #3510 - MF
* core: refuse to start if neb modules fail to load (Andreas Ericsson, op5 Team) #3812 - MF
* core: keep logfile open, reducing open/close performance decreases (Andreas Ericsson, op5 Team) #3390 - MF
* core: enhance illegal macro character processing performance (Andreas Ericsson, op5 Team) #3389 - MF
* core: add the notification type by string to debug logs; set CUSTOM=8, STALKING=9 (Andreas Ericsson, op5 Team) #3818 - MF
* core: skip writing status.dat if explicitely set to /dev/null (e.g. when using alternate data retrieval methods like IDOUtils) (Andreas Ericsson, op5 Team) #3819 - MF
* core: avoid writing objects.cache if set to /dev/null (Andreas Ericsson, op5 Team) #3819 - MF
* core: increase performance on host->service relation counter (config reading, flapping) #3820 - MF
* core: fix unable to exclude hostgroups when using nested hostgroups (Alexander Sulfrian) #2619 - MF

* classic ui: increase performance with hash comparing hosts/services to show/filter #3722 - GB
* classic ui: Add "set_expire_ack_by_default" to cgi configuration #3476 - CF
* classic ui: Add "send_ack_notifications" to cgi configuration (TheCry) #3467 - CF
* classic ui: Changed field size for hours to 4 when setting flexible downtime #3484 - RB
* classic ui: Added process status to JSON response #3172 - RB
* classic ui: Added date/time selection to 'log file navigation' #3168 - RB
* classic ui: Added setting focus to main frame on first site load #3202 - RB
* classic ui: Made sort buttons larger #3814 - RB
* classic ui: Made classic ui work standalone #3869 - RB
* classic ui: add 'executed command' to extinfo.cgi linking to command expander #3901 - MF

* idoutils: use transactions for large object dumps #3527 - GB
* idoutils: add socket queue proxy addressing core reload problems #3533 - GB
* idoutils: add more indexes for sla reporting #3649 - MF
* idoutils: Oracle - change output fields to clob #3412 - TD

* install: set --enable-idoutils/event-broker to true as default configure flags #3813 - MF
* install: add lighttp config samples to contrib/lighttp #2253 - RB
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962 - MF
* install: make install-webconf-auth installs htpasswd.users automatically, allowing default icingaadmin login out-of-the-box #3963 - MF
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963 - MF

* docs: Temporary files should mention temp_file option in icinga.cfg #3748 - WN
* docs: add upgrade/troubleshooting notes about invisible icinga web cronks/modules after upgrade #3939 - WN
* docs: make install-webconf-auth installs htpasswd.user with icingaadmin credentials #3964 - WN
* docs: icinga web 1.9: new menu style (smaller icons) #3944 - MF
* docs: icinga web 1.9: new filtering methods #3947 - MF
* docs: add userpreferences.xml to icinga web configs #3991 - WN
* docs: add web gui comparison to beginners #3907 - WN


FIXES
* core: fix faulty macro cleaning, replacing spaces with pluses where they shouldn't be cleaned #3397 - MF
* core: fix macro escaping logs incorrect warning for $$escapes #3404 - MF
* core: fix wrong escalation notification due to state based escalation range behaviour changes #3441 - MF
* core: change ownership of (debug) log file before dropping privileges (Andreas Ericsson, op5 Team) #3521 - MF
* core: fix keep_unknown_macros still exposes wrong warnings to logs #3725 - MF
* core: fix host_check, last_check == next_check wrong in scheduling queue #2195 - MF
* core: fix triggered downtimes for child hosts are missing after icinga restart (thx Michael Lucka) #3390 - MF
* core: fix services with empty hostgroups aren't processed even if it has host_name specified (allow_empty_hostgroups=1) (thx Viranch Metha) #3736 - MF
* core: revamp USE_LTDL definitions in nebmods (Andreas Ericsson, op5 Team) #3817 - MF
* core: fix checkresult reaper cleanup fails due to relative file path #3937 - MaF
* core: do not export host/servicegroupmembers as environment macros in large installations #3859 - MF
* core: set default permissions to icinga/ido2db binaries to 755 #3902 - GB

* classic ui: fix cmd.cgi does not honor commandpipe location; overwrites from empty environment variable #3418 - MF
* classic ui: fixed Double-listed host dependencies in host extinfo.cgi #3295 - RB
* classic ui: fixed sort_icinga_logfiles_by_name() in readlogs.c fails to take NULL pointers into consideration #3398 - CF
* classic ui: fixed committing acknowledgement cmd negates flags for send_notification and sticky_ack #3329 - RB
* classic ui: fixed backtrack_archives only getting calculated on a daily log rotation basis #3416 - RB
* classic ui: fixed invalid freeing of last_check in 'scheduling queue' for first time checks #3444 - RB
* classic ui: fixed Warning and Unknown States are mixed up in Alert Summary Report #3488 - RB
* classic ui: fixed extinfo.cgi shows localtime(0) instead of "NOT SET" when global notifications are not set to expire #3482 - RB
* classic ui: fixed CGIs generating invalid html code/ json when throwing error #3507 - RB
* classic ui: fixed JSON output is insufficiently escaped #3541 - RB
* classic ui: fixed segfault when reading malformed log entries #3528 - RB
* classic ui: "fixed" Incorrect positioning status popup in statusmap #3861 - RB
* classic ui: fixed possible NULL dereference-bug in summary.c #3740 - RB
* classic ui: fixed Command expansion problem with percentage signs #3929 - RB
* classic ui: cleaned up the jquery-ui includes to allow debian pkg dependencies #3808 - RB
* classic ui: fixed Trigger Time in Scheduled Downtime displaying 01-01-1970 01:00:00 when not triggered #3980 - RB
* classic-ui: fixed host and service names are not allowed to have a '+' included #1843 - RB

* idoutils: fix many memory leaks in ido2db on dbi_result_free and others (thx Klaus Wagner) #3406 - MF
* idoutils: fix ido2db crashes when Oracle queries fail #3324 - GB
* idoutils: fix ORA-1461 writing data to varchar2 exceeding field size limit output, command_arg and commandline data written to Oracle #3324 #3325 - TD
* idoutils: fix unsafe handling of dbi_conn_sequence_last, rewrite last_insert_id/sequence fetching #3408 - MF
* idoutils: fix ido2db does not cleanly exit the client on wrong schema version check in db_hello #3419 - MF
* idoutils: fix FROM_UNIXTIME(NULL) does not work with MySQL 5.0.x #3399 #3466 - CF
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF
* idoutils: fix empty output/perfdata segfaults for mysql string truncate #3516 - MF
* idoutils: unlink leftover socket on startup, if using unix sockets - MF
* idoutils: fix long output data causes wrong data in database #2342 - MF
* idoutils: fix idomod leaks memory on core reload #3749 - GB
* idoutils: add workaround fix for num_rows_affected broken in libdbi/mariadb, returned ids are 0 #3728 - MF

* install: drop unused daemon-init-readhat script (spec uses daemon-init) #3402 - MF
* install: fix broken configure ssl detection for idoutils on ubuntu/debian (Oliver Skibbe) #3413 - MF
* install: fix ido2db initscript uses same chkconfig line as icinga (Dirk Götz) #3490 - MF
* install: fix configure does not detect AIX6/7 properly #3895 - MF
* install: fix STATEDIR creation during make install #3869 - MF

* docs: add missing cmd_mod description in cgi params #3438 - MF
* docs: search_string as cgi GET param works also for status.cgi #3451 - MF
* docs: fix typo pqsql -> pgsql #3461 - WN
* docs: recurring downtimes: should tell about dev/experimental state living in contrib/ better #3647 - WN
* docs: middle-clicking on TOC links doesn't open pages in new tab #3561 - WN

* icinga.spec: add idoutils as transitional package (thx Stefan Marx, Michael Grüner) #3640 - MF
* icinga.spec: fix double %{logdir}/gui/ definitions in icinga and icinga-gui (thx René Koch) #3802 - MF

CHANGES

* ido2db.cfg: enable_sla is now deprecated! #3450
* icinga.cfg: event_profiling_enabled is now deprecated! #4054

* icinga.cfg: enable_state_based_escalation_ranges=0 (disabled if not set) fix for #3441
* icinga.cfg: set status_file=/dev/null to disable its creation #3819
* icinga.cfg: set object_cache_file=/dev/null to disable its creation #3819

* idoutils: use transactions for large object dumps #3527
* idoutils: add socket queue proxy addressing core reload problems #3533

* core: -v param can be used more than once #3510
* core: 'Warning: Host ... has no service associated with it!' now happens only in icinga -vv icinga.cfg #3510
* core: refuse to start if neb modules fail to load #3812
* core: notification type nr CUSTOM=8 and STALKING=9 (reflected in idoutils tables) #3818
* core: using nested hostgroups you can exclude (!) hostgroup_members #2619
* core: host/servicegroupmembers are not exported as environment macros #3859
	** if enable_environment_macros=1
	** and use_large_installation_tweaks=1


* icinga.spec: add idoutils as transitional package #3640

* install: set --enable-idoutils/event-broker to true as default configure flags #3813
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962
	** this is important when installing standalone classic ui for e.g. Icinga2
* install: make install-webconf-auth installs htpasswd.users, allowing default icingaadmin login out-of-the-box #3963
* install: add --enable-classicui-standalone #3869
	** sets cgi.cfg standalone_installation=1
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963
	** this will install classic ui standalone, if enabled
* install: default permissions for icinga/ido2db binaries are now 755 #3902
2013-12-31 03:28:39 +00:00
ryoon
ea95622c3a Fix typo in filename 2013-12-31 03:24:25 +00:00
jaapb
47658fe3d9 Moved pre-configure to Makefile.common so it will get applied by both
net/mldonkey and net/mldonkey-gui. Fix for PR pkg/48461.
2013-12-28 11:03:26 +00:00
jaapb
b53a4404d3 Moved call to autotools to Makefile.common in mldonkey. In response to
PR pkg/48461.
2013-12-26 12:03:23 +00:00
jaapb
ecfad77af7 Modified package to call autotools from Makefile.common to properly rebuild
configure script (was for mldonkey-gui only, now needed for mldonkey as
well). In response to PR pkg/48461.
2013-12-26 12:02:39 +00:00
pettai
e2b8211b4f Install all scripts in same bindir 2013-12-25 14:59:10 +00:00
pettai
56c97cdcd4 ExaBGP Christmas release (version 3.2.19)
* Fix: bug when displaying EOR
 * Fix: invalid check on next-hop for multi-line routes
 * Fix: badly parsing command line for run option
 * Fix: allow the creation of 'allow' flows
 * Fix: bad JSON encoding for EOR
 * Fix: API message encoding
 * Improvement: allow digit:digit in extended communities
 * Improvement: healtcheck.py, python 2.6 and community support
2013-12-24 11:21:55 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
tron
60c3a33e23 Update "wireshark" package to version 1.10.5. Changes since 1.10.4:
- The following bugs have been fixed:
  * Wireshark stops showing new packets but dumpcap keeps
    writing them to the temp file. (Bug 9571)
  * Wireshark 1.10.4 shuts down when promiscuous mode is
    unchecked. (Bug 9577)
  * Homeplug dissector bug: STATUS_ACCESS_VIOLATION: dissector
    accessed an invalid memory address. (Bug 9578)
- Updated Protocol Support
  GSM BSSMAP, GSM BSSMAP LE, GSM SMS, Homeplug, NAS-EPS, and SGSAP
2013-12-22 09:55:48 +00:00
tsutsui
9be1e05512 Update DEPENDS gem versions per tw.gemspec file.
Note both ruby-args_parser-0.2.0 and ruby-parallel-0.8.2 were updated
in September.
2013-12-21 17:29:30 +00:00
jaapb
662b468842 Patched configure 2013-12-21 10:42:29 +00:00
bsiegert
839c540093 Use SPECIAL_PERMS on MirBSD, too. Fix build. 2013-12-19 20:27:24 +00:00
sborrill
8a346649c3 Make KEYMAP_PATH match the directory keymaps are installed in. Hi prlw1! 2013-12-19 09:34:28 +00:00
tron
0295b9af86 Update "wireshark" package to version 1.10.4. Changes since version 1.10.3:
- Bug Fixes
   The following vulnerabilities have been fixed.
     * wnpa-sec-2013-66
       The SIP dissector could go into an infinite loop.
       Discovered by Alain Botti. (Bug 9388)
       Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
       CVE-2013-7112
     * wnpa-sec-2013-67
       The BSSGP dissector could crash. Discovered by Laurent
       Butti. (Bug 9488)
       Versions affected: 1.10.0 to 1.10.3
       CVE-2013-7113
     * wnpa-sec-2013-68
       The NTLMSSP v2 dissector could crash. Discovered by Garming
       Sam.
       Versions affected: 1.10.0 to 1.10.3, 1.8.0 to 1.8.11
       CVE-2013-7114
   The following bugs have been fixed:
     * "On-the-wire" packet lengths are limited to 65535 bytes.
       (Bug 8808, ws-buglink:9390)
     * Tx MCS set is not interpreted properly in WLAN beacon
       frame. (Bug 8894)
     * VoIP Graph Analysis window - some calls are black. (Bug
       8966)
     * Wireshark fails to decode single-line, multiple Contact:
       URIs in SIP responses. (Bug 9031)
     * epan/follow.c - Incorrect "bytes missing in capture file"
       in "check_fragments" due to an unsigned int wraparound?.
       (Bug 9112)
     * gsm_map doesn't decode MAPv3 reportSM-DeliveryStatus
       result. (Bug 9382)
     * Incorrect NFSv4 FATTR4_SECURITY_LABEL value. (Bug 9383)
     * Timestamp decoded for Gigamon trailer is not padded
       correctly. (Bug 9433)
     * SEL Fast Message Bug-fix for Signed 16-bit Integer Fast
       Meter Messages. (Bug 9435)
     * DNP3 Bug Fix for Analog Data Sign Bit Handling. (Bug
       9442)
     * GSM SMS User Data header fill bits are wrong when using a 7
       bits ASCII / IA5 encoding. (Bug 9478)
     * WCDMA RLC dissector cannot assemble PDUs with SNs skipped
       and wrap-arounded. (Bug 9505)
     * DTLS: fix buffer overflow in mac check. (Bug 9512)
     *  Correct data length in SCSI_DATA_IN packets (within
       iSCSI). (Bug 9521)
     * GSM SMS UDH EMS control expects 4 octets instead of 3 with
       OPTIONAL 4th. (Bug 9550)
     * Fix "decode as ..." for packet-time.c. (Bug 9563)
- Updated Protocol Support
  ANSI IS-637-A, BSSGP, DNP3, DVB-BAT, DVB-CI, GSM MAP, GSM SMS,
  IEEE 802.11, iSCSI, NFSv4, NTLMSSP v2, RLC, SEL FM, SIP, and Time
2013-12-18 11:52:25 +00:00
prlw1
6174cbe42b Don't segfault when using PKG_OPTIONS.libVNCServer=-inet6 2013-12-17 16:27:18 +00:00
pettai
8f1637ce94 + exabgp 2013-12-15 22:24:06 +00:00
pettai
1d729f522b Unlike BIRD or Quagga, ExaBGP was not designed to transform a general purpose
server into a router, but to allow engineers to control their BGP (rfc4271)
network easily. Think of it as Software Defined Networking for people with
"commodity" routers.

ExaBGP transform BGP (rfc4271) messages into friendly plain text or JSON
which can be easily manipulate by scripts.

It allows the creation of tools such as:
 * advanced looking glass graphically display the routing of prefix
 * high availability tool which automatically isolate broken services
 * DDOS mitigation
 * an anycasted server
2013-12-15 22:22:44 +00:00
joerg
e33cecb477 Require qt4-tools to make cmake happy. 2013-12-15 19:42:46 +00:00
wen
8f3f73ee07 Update to 1.053
Upstream changelog please visit:
http://search.cpan.org/src/RCAPUTO/POE-Component-Client-DNS-1.053/CHANGES
2013-12-15 13:27:45 +00:00
tsutsui
f04135e956 Update ruby-tw to 0.5.2.
(Note newer tw-1.0.2 has been released already, but it requires
 recent tw-twitter 5.x.y which requires much more gems not in pkgsrc)

Changes from History.txt:

=== 0.5.2 2013-09-19

* do not show dialogue with "--yes" option
2013-12-14 14:58:23 +00:00
jakllsch
fc1d48b280 Add isc_dhcpd6 rc.d script for running isc-dhcpd in DHCPv6 mode.
Bump pkgrev.
2013-12-13 16:34:17 +00:00
jperkin
beecc883bb Don't play games with CFLAGS/CPPFLAGS and munging -isystem, fixes SunOS. 2013-12-13 10:42:57 +00:00
jperkin
ed546fc0df Fix variable name, fixes build on SunOS. 2013-12-12 18:13:17 +00:00
obache
acfe4fc57d + cacti-spine 2013-12-11 03:03:04 +00:00
obache
8d1321c796 Import cacti-spine-0.8.8b as net/cacti-spine from pkgsrc-wip.
Originally packaged by Fredrik Pettai, updated by Nils Ratusznik and
requested with PR pkg/48436.

Spine, formally Cactid, is a poller for Cacti that primarily strives to be
as fast as possible. For this reason it is written in native C, makes use of
POSIX threads, and is linked directly against the net-snmp library for minmumal
SNMP polling overhead. Spine is a replacement for the default cmd.php poller
so you must decide if using Spine makes sense for your installation.
2013-12-11 03:01:57 +00:00
jperkin
ec2156594e Add SIOCGLIFHWADDR support on newer SunOS. Bump PKGREVISION. 2013-12-10 17:56:23 +00:00
jperkin
08fc3605d1 Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:04:31 +00:00
jperkin
e34d848a83 Add socket libraries and inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:03:30 +00:00
jperkin
f3cc889f1c Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:01:49 +00:00
jperkin
7c067d394f Fix build on SunOS. Patches from Sebastian Wiedenroth. 2013-12-10 13:59:16 +00:00
jperkin
f11aa1e99b Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:37:32 +00:00
jperkin
5d1ec5e6a1 Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:36:35 +00:00
tron
4a909207eb Update "youtube-dl" package to version 2013.12.09.4. A list of
change since the last release is not available unfortunately.
2013-12-10 10:53:53 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
taca
858cabba26 Update samba to 3.6.22; Security fix for CVE-2012-6150.
Changes since 3.6.21:
---------------------

o   Jeremy Allison <jra@samba.org>
    * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.


o   Stefan Metzmacher <metze@samba.org>
    * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.


o   Noel Power <noel.power@suse.com>
    * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
      member of *any* require_membership_of specified groups.


Changes since 3.6.20:
---------------------

o   Jeremy Allison <jra@samba.org>
    * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
      messages.
    * BUG 10167: s3-smb2 server: smb2 breaks "smb encryption = mandatory".
    * BUG 10187: Missing talloc_free can leak stackframe in error path.
    * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.


o   Korobkin <korobkin+samba@gmail.com>
    * BUG 10118: Raise debug level for being unable to open a printer.


o   Volker Lendecke <vl@samba.org>
    * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.


o   Arvid Requate <requate@univention.de>
    * BUG 10267: Fix Windows 8 printing via local printer drivers.


o   Andreas Schneider <asn@cryptomilk.org>
    * BUG 10194: Make offline logon cache updating for cross child domain
      group membership.
2013-12-09 10:44:22 +00:00
dholland
0a3ec058c4 Disable iso (and isis) on NetBSD, as it's been removed in -current and
this therefore was not building. PKGREVISION++.

While in theory it could be left enabled for earlier NetBSD releases,
there really isn't any point.
2013-12-08 03:55:43 +00:00
obache
be92ec41be Removed net/ruby-tweetstream.
No package depend on this one anymore, and no advantage to maintain pure ruby
gem with pkgsrc.
2013-12-07 09:05:11 +00:00
wiz
d27248c606 Update to 0.4.21:
v0.4.21  (2013-11-30) / Toni Gundogdu

Toni Gundogdu:
  - FIX: website/101greatgoals: redirect: Add URL scheme [d1313ea]
  - FIX: website/arte: Reimpl. support [7084f63]
  - FIX: website/beeg: title pattern [6dd0013]
  - FIX: website/cbsnews: Adapt to website changes [cda2d12]
  - FIX: website/publicsenat: Reimpl. support [e33d3f9]
  - FIX: website/senat: Reimpl. support [cf3210c]
  - FIX: website/spankwire: Reimpl. support [33745ae]
  - FIX: website/vimeo: Reimpl. support [ac21fa0]
  - Mark website/imdb as "FIXME" [a3e6fb3]
  - Mark website/justintv as "FIXME" [f50dc23]
  - Mark website/wdrmaus as "FIXME" [547ba93]
  - quvi/util: Add json_get function [43d2654]
  - quvi/util: Add xml_get [e24824c]
  - website/canalplus.lua: Add support for {d8,d17} [a505772]

 44 files changed, 539 insertions(+), 542 deletions(-)


v0.4.20  (2013-11-04) / Toni Gundogdu

Toni Gundogdu:
  - Add website/dorkly.lua for dorkly.com [6528f5d]
  - FIX: website/collegehumor.lua [168d954]
  - FIX: website/redtube.lua: media stream URL pattern [ed756ef]
  - FIX: website/tcmag.lua: Media stream URL pattern [e90c00d]
  - website/arte.lua: Mark as FIXME [a823ef0]
  - website/vimeo.lua: Mark as FIXME [a2279ff]

 14 files changed, 202 insertions(+), 189 deletions(-)


v0.4.19  (2013-10-04) / Toni Gundogdu

Toni Gundogdu:
  - FIX: website/funnyordie.lua: Media stream pattern (PORTpt9) [3160719]
  - FIX: website/liveleak.lua: media stream URL pattern [bba8e1f]

 2 files changed, 8 insertions(+), 6 deletions(-)


v0.4.18  (2013-09-03) / Toni Gundogdu

Tobias Gruetzmacher:
  - FIX: website/dailymotion.lua: sequence pattern (no match: sequence) [3d71c75]
Toni Gundogdu:
  - FIX: website/funnyordie.lua: Media stream URL pattern (PORTpt9) [84c83f7]

 2 files changed, 4 insertions(+), 5 deletions(-)
2013-12-05 23:31:35 +00:00
drochner
3691f7671d update to 0.8.8
changes: minor feature additions and fixes
2013-12-04 12:49:18 +00:00
drochner
295434e720 update to 0.12.4
changes: minor feature additions and fixes
2013-12-04 12:47:41 +00:00
drochner
c3a0e47873 update to 0.20.8
changes: minor feature additions and fixes
2013-12-04 12:45:36 +00:00
drochner
fdd5e0ecb5 update to 0.14.6
changes: minor feature additions and fixes
2013-12-04 12:44:03 +00:00
drochner
0306d17bbc reset PKGREV for base pkg update 2013-12-04 11:37:45 +00:00
tonnerre
1d5de3fc2c Update net/tinc to version 1.0.23.
Changes since version 1.0.22:
 - Check for writability when waiting for a socket to finish connecting.
 - Don't send PING requests on connections which are not active yet.
 - Fix segfault when Name = $HOST but $HOST is not set.
 - Fix typos in the documentation.
 - Modernize the build system.
 - Get rid of the splay tree implementation.
 - Add description of IffOneQueue and MaxTimeout to the info manual.
 - Clean up child processes from proxy type exec.
2013-12-01 20:18:29 +00:00
ryoon
bb355093b5 Revbump from devel/apr update 2013-12-01 10:18:02 +00:00
wiz
cd22325ec0 IO has been a part of perl core since 5.6.
The latest version distributed outside the perl core is as old as perl-5.10.

Remove p5-IO dependencies in preparation for removal of package.
2013-12-01 09:01:47 +00:00
wiz
f028275f2f Fix python interpreter path in installed file.
Bump PKGREVISION.
2013-11-30 09:40:00 +00:00
wiz
b6c1cbb932 Set EGG_NAME for simpler PLISTs. 2013-11-30 00:01:34 +00:00
wiz
e27e536eb3 Update to 1.3:
I had a few bugs in 1.2 and I figured I'd just pack them up and
release again.

        * Fix -import exit value
        * Fix version number reported by serve
        * Rename '.egg' file calypso.egg
2013-11-29 16:58:33 +00:00
joerg
db4b45e6c3 Fix build on -current, functionality is untested. 2013-11-29 12:59:51 +00:00
fhajny
58f4589933 Remove rc.d bits that are already handled by pkgsrc. 2013-11-28 11:04:42 +00:00
roy
4ff1b36ab9 Punt the not needed patch 2013-11-28 09:31:52 +00:00
agc
4911cbb946 Correct the PLIST for other versions of python, too. 2013-11-26 23:25:36 +00:00
drochner
841a95d33f +py-dropbox 2013-11-26 20:33:20 +00:00
drochner
81448d9f83 add py-dropbox-1.6, the official Python SDK for Dropbox calls 2013-11-26 20:32:24 +00:00
wiz
bd9eea67da PKGREVISION bump for json-c shlib rename. 2013-11-25 12:00:45 +00:00
taca
b8d27e3467 Bump PKGREVISION for json version handling change. 2013-11-24 14:07:50 +00:00
obache
0c52eb358a Update mikutter to 0.2.2.1430.
* fix: lack of some or all tweets and notification with UserStream
* fix: long delay receiving tweets with UserStream
2013-11-24 13:27:21 +00:00
pettai
07d05f4f01 take over the maintainership 2013-11-24 09:39:44 +00:00
jaapb
1a64952741 Added libcmis subdirectory to category Makefile 2013-11-23 17:12:29 +00:00
jaapb
dd4255558d Added net/libcmis at version 0.4.1. This package is a C++ client library for
the CMIS interface. This allows C++ applications to connect to any ECM
behaving as a CMIS server like Alfresco, Nuxeo for the open source ones.
2013-11-23 17:11:05 +00:00
ryoon
f5bcdfbe3e PKGREVISION really bumped 2013-11-23 03:00:18 +00:00
ryoon
c1b4277487 Bump PKGREVISION
* To prepare config file destination directory, MAKE_DIRS should be used.
2013-11-23 02:59:20 +00:00
ryoon
4a9be5c7fe Fix COMMENT, thank you, wiz@. 2013-11-22 12:50:52 +00:00
ryoon
a17614f914 Add mirall 2013-11-22 12:12:54 +00:00
ryoon
fc45bb206c Import mirall-1.4.2 as net/mirall.
Mirall is a tool to synchronize files from ownCloud Server with
your computer. It uses OCSync as its syncing backend.
2013-11-22 12:11:49 +00:00
ryoon
265eb0b2dc Add ocsync 2013-11-22 12:05:35 +00:00
ryoon
bc650487db Import ocsync-0.90.4 as net/ocsync.
OwnCloud edition of csync command. This is a part of owncloud client.
2013-11-22 12:01:13 +00:00
obache
e16eeb83a0 Update libupnp to 1.6.19.
bug fixes
2013-11-21 08:07:55 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
minskim
8d50c36a10 Make tcpreplay build on Darwin 2013-11-19 03:07:49 +00:00
pettai
47e620926a Unbound 1.4.21
Features:

* Implement max-udp-size config option, default 4096 with fix#524 for
  nonEDNS0 queries.
* add unbound-control insecure_add and insecure_remove for the administration
  of negative trust anchors.
* install copy of unbound-control.8 man page for unbound-control-setup.
* code improve for minimal responses, small speed increase.
* max include of 100.000 files (depth and globbed at one time).
  This is to preserve system memory in bug cases, or endless cases.
* unbound.h header file has UNBOUND_VERSION_MAJOR define.
* get_option, set_option, unbound-checkconf -o and libunbound getoption() and
  setoption() support cache-min-ttl and cache-max-ttl. Also log-time-ascii,
  python-script, val-sig-skew-min and val-sig-skew-max. log-time-ascii takes
  effect immediately. The others are mostly useful for libunbound users.
* configure --disable-flto option.
* streamtcp man page.
* Make reverse zones easier by documenting the nodefault statements
  commented-out in the example config file.

Bug Fixes:

* committed libunbound version 4:1:2 for binary API updated in 1.4.20
* Fix for 2038, with time_t instead of uint32_t.
* Fix resolve of names that use a mix of public and private addresses.
* [bugzilla: 492 ] Fix endianness detection, revert to older lookup3.c
  detection and put new detect lines after previous tests, to avoid
  regressions but allow new detections to succeed.
  And add detection for machine/endian.h to it.
* Fix queries leaking up for stubs and forwards, if the configured
  nameservers all fail to answer.
* unbound-anchor review: BIO_write can return 0 successfully if it has
  successfully appended a zero length string.
* Fix so that for a configuration line of include: "*.conf" it is not an
  error if there are no files matching the glob pattern.
* own implementation of compat/snprintf.c.
* [bugzilla: 491 ] pick program name (0th argument) as syslog identity.
* Fixup snprintf return value usage, fixed libunbound_get_option.
* Robust checks on dname validity from rdata for dname compare.
* iana portlist update.
* Fix round-robin doesn't work with some Windows clients.
* [bugzilla: 500 ] use on non-initialised values on socket bind failures.
* [bugzilla: 499 ] use-after-free in out-of-memory handling code.
* Explain bogus and secure flags in libunbound more.
* Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply patch to it
  to not fail when -Werror is also specified, from the autoconf-archives.
* Fixup manpage syntax.
* Fix for const string literals in C++ for libunbound.
* Squelch sendto-permission denied errors when the network is not connected,
  to avoid spamming syslog.
* libunbound documentation on how to avoid openssl race conditions.
* [bugzilla: 512 ] NSS returned arrays out of setup function to be statics.
* [bugzilla: 516 ] dnssec lameness detection for answers that are improper.
* [bugzilla: 519 ] ub_ctx_delete may hang in some scenarios (libunbound).
* [bugzilla: 520 ] Errors found by static analysis
2013-11-17 22:57:38 +00:00
shattered
1d0dd03a73 Update to 0.4.17 (released 2012). Changes:
-   Integrated NetBSD ioctl driver (modified) from Rui Paulo.
-   Fixed buffer overflow in draw_rate, exposed in 64 sistems due
    to extended precision in floating point values.
-   Include Becker's changes for trend support and set trend support on by
    default.
-   Integrate FreeBSD's driver patch.
-   Do not blink leds when an interface is offline
-   Do not require 'link_up' in solaris_kstat (but use it if present),
    since on OpenSolaris many nic drivers seem to be broken.
-   Fix the installation path of wmndrc.
2013-11-16 07:17:24 +00:00
apb
467efd09fe Update COMMENT and DESCR to describe new features added between
sslh-1.7a and 1.15.
2013-11-14 08:01:01 +00:00
adam
3ab07fe868 Changes 13.2.0:
* Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm).
* Improved support for Cancellable Deferreds by kaizhang, our GSoC student.
* Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern.
* twistd now waits for the application to start successfully before exiting after daemonization.
* SSL server endpoint string descriptions now support the specification of chain certificates.
* Over 70 closed tickets since 13.1.0.
2013-11-13 07:06:58 +00:00
wen
1c8fc1f357 Update to 1.08
Upstream changes:
1.08 November 8, 2013
    ! #15703 add no_index for examples to prevent CPAN pollution [githumb.com/sergeyromanov]

1.07 November 7, 2013
    ! #89948 Remove warning when Content-Id is not present
2013-11-12 13:31:38 +00:00
roy
8c77fdb85c Update to 2.67 2013-11-12 12:12:45 +00:00
adam
629d4cf916 Changes 3.6.20:
These are security releases in order to address CVE-2013-4475 (ACLs are not checked on opening an alternate data stream on a file or directory) and CVE-2013-4476 (Private key in key.pem world readable).
2013-11-12 11:30:01 +00:00
dholland
f44d6915fc Fix MAKE_JOBS build. Wouldn't it be nice if automake emitted correct
makefiles?
2013-11-11 06:48:02 +00:00
pettai
7112241e99 v1.3.3 - Oct 28, 2013
--------------------------
Bugfixes:
        * Improved zone loading error messages
        * Correct control socket permissions
        * Improved log syntax documentation
        * Fixed wrong assertions in DDNS prerequisites checking
        * Fixed processing of some malformed DNS packets
        * Fixed notify messages being ignored in some cases

v1.3.2 - Sep 30, 2013
---------------------
Bugfixes:
        * Configuration option for EDNS0 max UDP payload.
        * Max UDP payload from EDNS0 affected TCP responses.
        * Fixed build on SLE 10.
        * knotc reload did not close files included from config.
2013-11-09 22:17:45 +00:00
markd
0f70d4a2f8 Add the kde packages split out of kdenetwork 2013-11-08 22:02:48 +00:00
joerg
5deba8ea46 Match client version found in reality. 2013-11-08 21:17:01 +00:00
joerg
10cc3891d1 On NetBSD, SIOCGIFINDEX exists, but ip_mreqn doesn't. 2013-11-08 21:16:43 +00:00
joerg
ef1fd30aaa -kdenetwork4. 2013-11-08 21:16:02 +00:00
obache
8f3720cedc Upate sslh to 1.15.
Based on PR pkg/48320 by Nils Ratusznik.

Pkgsrc change:
* add startup script.

ChangeLog:
v1.15:	27JUL2013
	Added --transparent option for transparent proxying.
	See README for iptables magic and capability
	management.

	Fixed bug in sslh-select: if number of opened file
	descriptor became bigger than FD_SETSIZE, bad things
	would happen.

	Fixed bug in sslh-select: if socket dropped while
	defered_data was present, sslh-select would crash.

	Increased FD_SETSIZE for Cygwin, as the default 64
	is too low for even moderate load.

v1.14: 21DEC2012
	Corrected OpenVPN probe to support pre-shared secret
	mode (OpenVPN port-sharing code is... wrong). Thanks
	to Kai Ellinger for help in investigating and
	testing.

	Added an actual TLS/SSL probe.

	Added configurable --on-timeout protocol
	specification.

	Added a --anyprot protocol probe (equivalent to what
	--ssl was).

	Makefile respects the user's compiler and CFLAG
	choices (falling back to the current values if
	undefined), as well as LDFLAGS.
	(Michael Palimaka)

	Added "After" and "KillMode" to systemd.sslh.service
	(Thomas Weißschuh).

	Added LSB tags to etc.init.d.sslh
	(Thomas Varis).

v1.13: 18MAY2012
	Write PID file before dropping privileges.

	Added --background, which overrides 'foreground'
	configuration file setting.

	Added example systemd service file from Archlinux in
	scripts/
	https://projects.archlinux.org/svntogit/community.git/tree/trunk/sslh.service?h=packages/sslh
	(Sébastien Luttringer)

v1.12: 08MAY2012
	Added support for configuration file.

	New protocol probes can be defined using regular
	expressions that match the first packet sent by the
	client.

	sslh now connects timed out connections to the first
	configured protocol instead of 'ssh' (just make sure
	ssh is the first defined protocol).

	sslh now tries protocols in the order in which they
	are defined (just make sure sslh is the last defined
	protocol).

v1.11: 21APR2012
	WARNING: defaults have been removed for --user and
	--pidfile options, update your start-up scripts!

	No longer stop sslh when reverse DNS requests fail
	for logging.

	Added HTTP probe.

	No longer create new session if running in
	foreground.

	No longer default to changing user to 'nobody'. If
	--user isn't specified, just run as current user.

	No longer create PID file by default, it should be
	explicitely set with --pidfile.

	No longer log to syslog if in foreground. Logs are
	instead output to stderr.

	The four changes above make it straightforward to
	integrate sslh with systemd, and should help with
	launchd.

v1.10: 27NOV2011
	Fixed calls referring to sockaddr length so they work
	with FreeBSD.

	Try target addresses in turn until one works if
	there are several (e.g. "localhost:22" resolves to
	an IPv6 address and an IPv4 address and sshd does
	not listen on IPv6).

	Fixed sslh-fork so killing the head process kills
	the listener processes.

	Heavily cleaned up test suite. Added stress test
	t_load script. Added coverage (requires lcov).

	Support for XMPP (Arnaud Gendre).

	Updated README.MacOSX (Aaron Madlon-Kay).

v1.9: 02AUG2011
	WARNING: This version does not work with FreeBSD and
	derivatives!

	WARNING: Options changed, you'll need to update your
	start-up scripts! Log format changed, you'll need to
	update log processing scripts!

	Now supports IPv6 throughout (both on listening and
	forwarding)

	Logs now contain IPv6 addresses, local forwarding
	address, and resolves names (unless --numeric is
	specified).

	Introduced long options.

	Options -l, -s and -o replaced by their long
	counterparts.

	Defaults for SSL and SSH options suppressed (it's
	legitimate to want to use sslh to mux OpenVPN and
	tinc while not caring about SSH nor SSL).

	Bind to multiple addresses with multiple -p options.

	Support for tinc VPN (experimental).

	Numeric logging option.

v1.8: 15JUL2011
	Changed log format to make it possible to link
	connections to subsequent logs from other services.

	Updated CentOS init.d script (Andre Krajnik).

	Fixed zombie issue with OpenBSD (The SA_NOCLDWAIT flag is not
	propagated to the child process, so we set up signals after
	the fork.) (François FRITZ)

	Added -o "OpenVPN" and OpenVPN probing and support.

	Added single-threaded, select(2)-based version.

	Added support for "Bold" SSH clients (clients that speak first)
	Thanks to Guillaume Ricaud for spotting a regression
	bug.

	Added -f "foreground" option.

	Added test suite. (only tests connexions. No test for libwrap,
	setsid, setuid and so on) and corresponding 'make
	test' target.

	Added README.MacOSX (thanks Aaron Madlon-Kay)

	Documented use with proxytunnel and corkscrew in
	README.
2013-11-08 13:33:55 +00:00
markd
ed9cdc8090 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 13:03:07 +00:00
taca
e2dbdc4ca6 Update bind99 to 9.9.4pl1 (BIND 9.9.4-P1).
Security Fixes

   Treat an all zero netmask as invalid when generating the localnets
   acl. A Winsock library call on some Windows systems can return
   an incorrect value for an interface's netmask, potentially
   causing unexpected matches to BIND's built-in "localnets" Access
   Control List. (CVE-2013-6230) [RT #34687]
2013-11-07 04:23:58 +00:00
taca
0d279042ad Update bind98 to 9.8.6pl1 (BIND 9.8.6-P1).
Security Fixes

   Treat an all zero netmask as invalid when generating the localnets
   acl. A Winsock library call on some Windows systems can return
   an incorrect value for an interface's netmask, potentially causing
   unexpected matches to BIND's built-in "localnets" Access Control
   List. (CVE-2013-6230) [RT #34687]
2013-11-07 04:22:22 +00:00
taca
df26ce9f08 Update bind96 to 9.6.3.1.ESV.10pl1 (BIND 9.6-ESV-R10-P1).
Security Fixes

   Treat an all zero netmask as invalid when generating the localnets
   acl. A Winsock library call on some Windows systems can return
   an incorrect value for an interface's netmask, potentially causing
   unexpected matches to BIND's built-in "localnets" Access Control
   List. (CVE-2013-6230) [RT #34687]
2013-11-07 04:20:33 +00:00
joerg
0254337910 Link explicitly against libm. 2013-11-06 13:31:38 +00:00
joerg
7ed51d4967 Match PLIST expection for the gconf schema location 2013-11-06 13:31:21 +00:00
joerg
f90d488a07 Link agent.so correctly against libperl.so. 2013-11-05 17:40:30 +00:00
obache
68135a1b2f Update mikutter to 0.2.2.1410.
* Image preview
  * catch up Tumblr spec chane
* Fixes 100% CPU when network is disconnected.
* Fixes display past tweets in threads.
* Fixes rare crash handling list.
2013-11-05 11:15:28 +00:00
joerg
770e0b11b4 Wants ncurses.h. 2013-11-04 16:40:09 +00:00
tron
721c4457af Update "wireshark" package to version 1.10.3. Changes since 1.10.2:
- Bug Fixes
  The following vulnerabilities have been fixed.
    * wnpa-sec-2013-61
      The IEEE 802.15.4 dissector could crash. (Bug 9139)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6336
    * wnpa-sec-2013-62
      The NBAP dissector could crash. Discovered by Laurent
      Butti. (Bug 9168)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6337
    * wnpa-sec-2013-63
      The SIP dissector could crash. (Bug 9228)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6338
    * wnpa-sec-2013-64
      The OpenWire dissector could go into a large loop.
      Discovered by Murali. (Bug 9248)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6339
    * wnpa-sec-2013-65
      The TCP dissector could crash. (Bug 9263)
      Versions affected: 1.10.0 to 1.10.2, 1.8.0 to 1.8.10
      CVE-2013-6340
- The following bugs have been fixed:
    * new_packet_list: EAP-TLS reassemble does not happen when
      NEW_PACKET_LIST is toggled. (Bug 5349)
    * TLS decryption fails with XMPP start_tls. (Bug 8871)
    * Wrong Interpretation of GTS starting slot. (Bug 8946)
    * "Follow TCP Stream" shows only the first HTTP req+res.
      (Bug 9044)
    * The value of SEND_TO_UE in the DIAMETER Gx dictionary for
      Packet-Filter-Usage AVP is 0 instead of 1. (Bug 9126)
    * Crash then try to delete the same entry (length range)
      twice. (Bug 9129)
    * Crash if wrong "packet lengths range" entered. (Bug
      9130)
    * Bssgp => SGSN-INVOKE-TRACE use the wrong function...
      (Bug 9157)
    * Minor correction to dissection of DLR frames in Ethernet/IP
      dissector. (Bug 9186)
    * WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC. (Bug 9198)
    * EDNS0 "Higher bits in extended RCODE" incorrectly decoded
      in packet-dns.c. (Bug 9199)
    * Files with pcap-ng Simple Packet Blocks can't be read.
      (Bug 9200)
    * Bug in RTP dissector if RTP extension is present. (Bug
      9204)
    * Improve "eHRPD Indicator" NVSE dissection in 3GPP2 A11
      Registration Request. (Bug 9206)
    * "make debian-package" fails, missing wsicon32.xpm. (Bug
      9209)
    * Fix typo in MODCOD list of DVB-S2 dissector. (Bug 9218)
    * Ring buffer crash when tshark gets too far behind dumpcap.
      (Bug 9258)
    * PTP Dissector Wrongfully Reports Malformed Packet. (Bug
      9262)
    * Wireshark lua dissector unable to load for
      media_type=application/octet-stream. (Bug 9296)
    * Wireshark crash when dissecting packet with NTLMSSP.
      (Bug 9299)
    * Padding in uint64 field in DCERPC protocol wrongly
      reported. (Bug 9300)
    * DCERPC data_blobs are not correctly dissected when NDR64
      encoding is used. (Bug 9301)
    * Multiple PDUs in the same DCERPC packet are not correctly
      decrypted. (Bug 9302)
    * The tshark summary line doesn't display the frame number or
      displays it sporadically. (Bug 9317)
    * Bluetooth: SDP improvements and minor fixes. (Bug 9327)
    * Duplicate IRC header field abbreviation breaks filter
      (example: irc.response.command). (Bug 9360)
- Updated Protocol Support
  3GPP2 A11, Bluetooth SDP, BSSGP, DCERPC, DCERPC NDR, DCERPC NT,
  DIAMETER, DNS, DVB-S2, Ethernet, EtherNet/IP, H.225, IEEE
  802.15.4, IRC, NBAP, NTLMSSP, OpenWire, PTP, RTP, SIP, TCP,
  WiMax, and XMPP
2013-11-02 10:30:00 +00:00
jperkin
88784a83cb Substitute SPREAD_* variables in source and example configs.
Bump PKGREVISION.
2013-11-01 13:26:53 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
jaapb
5862c47be8 Updated net/ocamlnet to its latest version, 3.7.3 (and changed maintainer
e-mail address). Changes include:

        * Shell.to_file: implement the append flag as documented
        * The libraries netcamlbox and netmulticore are now only built
          if completely supported.
        * Porting netcamlbox and netmulticore to ocaml-4.01:
          There are new implementations in OCaml for caml_modify and
          caml_initialize that are incompatible with our usage here.
          Fortunately, these symbols are now weak, and we can override
          them. This is done in netsys.outofheap, and for the time being
          we just use the old implementation from ocaml-4.00.
        * Porting netsys to ocaml-4.01: O_CLOEXEC is now supported
          if found
        * Netsys_sem: fix for systems that don't have
          Netsys_posix.sysconf_open_max (e.g. Win32).
        * Http_fs: read method: fixing a problem with resent messages
        * Http_client: better reaction after "100" responses
        * Http_client: implementing verbose_response_header, and
          verbose_response_contents again
        * Uq_ssl: debugging of payload data (Uq_ssl.Debug.dump_data)
        * Http_fs: fixing chunked encoding for PUT (this is already done
          in Http_client)
        * Nethttp: new function base_code
        * Http_client: handling the case better that an unknown status
					code is returned by the server. Before, [response_status] simply
          raised [Not_found]. Now, the base status is returned instead.
        * Extending ocamlrpcgen: It supports now six new directives,
          _lowercase, _uppercase, _capitalize, _prefix, _equals,
          and _tuple (see documentation).
2013-11-01 11:11:18 +00:00
jperkin
645e163d98 Fix PKG_USERS usage. 2013-10-31 15:58:30 +00:00
minskim
bd1746ca4c Update tcpreplay to 3.4.4.
Changes:
- Set default timing method to either gtod or abstime (#404)
- Fix IPv6 parsing of CIDR's (#405)
- Add support for preloading the memory cache (#410)
- Generate more useful error when packets are too small (#411)
- Update to libopts/Autogen 5.9.9 (#412)
- Ship Win32Readme.txt file (#413)
- Update copyright notice to 2010 (#416)
- Dramatically enhance --portmap option (#417)
- Update autotools (#423)
- Add support for printing statistics periodically during the run (#424)
- Warn user when pcap snaplen < 65535 (#425)
- Add 802.1q processing support tcpprep (#428)
- Link libnl when newer versions of libpcap require it (#397)
- Ship m4 directory (#398)
- Upgrade to latest autotools scripts (#400)
- Fix error message when running autogen.sh (#401)
- Added extensive IPv6 support to tcprewrite & tcpreplay-edit (#11)
- Add IPv6 fragroute support (#388)
- Add IPv6 decoding support to tcpprep (#11)
- Fix compile time error in err.h (#390)
- Add --endpoints support in tcpreplay-edit (#393)
2013-10-31 02:25:16 +00:00
wiz
92f4339d94 Make glib2 optional, but leave it default-on to stay as before.
Based on patch by Jean-Yves Moulin <jym@baaz.fr> with slight changes.
2013-10-31 00:38:20 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
pettai
e7fe55dde5 NSD 4.0.0
Features:
* documented in doc/NSD-4-features. Change configuration without restart,
  direct nameserver control with nsd-control, support a higher number of zones.
  Higher performance (compared to NSD3).
* nsdc is gone. Use kill -HUP for reload (also checks if zonefiles have
  changed and rereads them), and kill -TERM for quit. Or use nsd-control
  for detailed control.
* cron job for nsdc patch is gone. nsd-control write creates zonefiles.
* nsd.db has a new format that compacts itself when it is changed,
  thus nsdc patch is no longer necessary.
* nsd.db is memory mapped, NSD needs (part of) that mmap in ram.
* tcp-count can go above 1000; epoll/kqueue support with libevent.
* nsd-control reconfig for updates with no restart (zones, keys, ..)
* nsd-control-setup to create keys for nsd-control (enable nsd-control
  with remote-control: yes in nsd.conf).
2013-10-29 15:13:34 +00:00
jperkin
7300bbffb4 USE_LANGUAGES=c99, fixes build on SunOS. 2013-10-29 10:54:38 +00:00
jperkin
2f938b368e USE_LANGUAGES=c99 and add socket libs to fix build on SunOS. 2013-10-29 10:51:01 +00:00
asau
4ae096a9e3 Follow declared prototype. 2013-10-26 00:28:02 +00:00
jperkin
966bee2921 Fix build on SunOS. Add LICENSE. Patch from Thomas Merkel. 2013-10-25 09:43:20 +00:00
jperkin
846e1277e9 Fix build on OSX. 2013-10-24 21:19:12 +00:00
jperkin
4cb8e51b6d Update puf to 1.0.0. Changeset from Thomas Merkel.
Changes since puf-0.93.2a:

1.0.0 (16 Oct 2005)
    - Fixed command line parsing error that caused -d to be taken as -dc
    - -r[+[+]] doesn't imply -p any more, but it advances -p to -pr[+[+]]
    - The scope of URL-based switches can be limited with brackets now
    - The file supplied to -i is now interpreted as a generic command file
      with one command line switch (incl. argument) or URL per line
    - Dropped SPEC format - use -O and the new -xy/-xyy switches instead
    - $http_proxy is now obeyed if no proxies are specified with -y/-iy
    - Scope of -O switch unified with other URL-based switches
    - Made -O buffer output when dumping multiple sources to one target
    - Added support for "-O -"
    - Added -A, -R, -D, -Dl, -Dr, -xr, -xu, -xs, -xo and -xO switches
    - Removed -xe switch
    - -xE now enumerates per occurrence of -P
    - Vast performance improvements of large downloads
    - Automatically %-escape [invalid] spaces in URLs
    - Various bug fixes
    - Change of versioning scheme to something more reasonable

0.93.3 (20 May 2004)
    - Don't retry after HTTP errors 403 and 404. Added -xT switch to
      enforce the old behaviour (for some really broken servers)
    - Don't spawn a separate process for every DNS lookup, but use a
      pool of DNS helper processes instead
    - Added -xh and -dc switches
    - Fixed file corruption on CygWin
2013-10-24 11:00:49 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
jperkin
798cecb7f0 Add libnsl on SunOS. Fix from Thomas Merkel. 2013-10-24 09:49:22 +00:00
jperkin
b9ad1d7b09 Fix build on SunOS. Patch from Sebastian Wiedenroth. 2013-10-24 09:48:00 +00:00
jperkin
85d237f6e0 Fix PLIST for pgsql option. 2013-10-23 15:46:22 +00:00