Commit graph

12843 commits

Author SHA1 Message Date
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