Commit graph

12105 commits

Author SHA1 Message Date
ryoon
ef68049472 Update to 1.16.4
Changelog:

aria2 1.16.4
============

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

This release fixes the bug that active downloads are not saved with
--save-session-interval and the bug that aria2 hangs when size of
download result exceeds its maximum. BitTorrent UDP tracker support
was added. If the filename specified using --save-session ends with
".gz", aria2 stores the session file in gzipped form. The -i option
can handle this gzipped file as well as plain text file. 1.15.2 based
Portuguese translated manual was added.

Changes
-------

* Make configure argument meaning more consistent and obvious.

  Most other software uses --disable/--without for features it does
  build or at least check by default.

  Change aria2 configure options so that:

  * --enable-*: do not build by default, unless --enable specified
  * --disable-*: check and build by default, unless --disable specified
  * --with-*: do not use by default, unless --with specified
  * --without-*: check and use by default, unless without specified

  Contributed by Nils Maier

* Allow for out-of-tree Sphinx builds

  Contributed by Nils Maier

* Bring back datetime in console log

* Run checksum check if -V and -c are used and file is completed

  With -c option, aria2 can continue download after the existing file
  position. If it is not completed, then after completion aria2 runs
  checksum checking if available. But if existing file has already
  been completed, then CreateRequestCommand exits without issuing
  checksum checking. And aria2 treats it download error because it
  needs checksum verification but it has not been done. This change
  fixes this by properly checking download state and issue checksum
  checking before CreateRequestCommand.

* Support for gzipped -i and --save-session

  Saved sessions may very large, as in hundreds and even thousands of
  megabyte when dealing with large queues.  Add support to save and
  reload sessions to gzipped files, when libz is available.

  The session serializer will output gzipped contents when the file
  ends with .gz, while the input file reader (UriListParser) will
  accept whatever is thrown at it.

  Document -i/--save-session gzip behaviour

  Contributed by Nils Maier

* Do not use a virtual varargs function

  This stuff breaks in some compiler (configurations)

  Contributed by Nils Maier

* Check for sys/signal.h and/or signal.h

  mingw-w64 does not actually have sys/signal.h, while OSX currently
  has a broken signal.h Better check the presence of both and use
  sys/signal.h if present, else signal.h

  Contributed by Nils Maier

* Hygiene: Fix some clang warnings, mostly unused private members.

  Contributed by Nils Maier

* Fix bustage on OSX with ./configure CC=cc CXX=c++ (clang)

  Contributed by Nils Maier

* Do not reference RequestGroups longer than necessary

  There is an initial vector of SharedHandle<RequestGroup> to seed the
  DownloadEngine. This vector was however kept alive via main.cc ->
  MultiUrlRequestInfo up until the program exits, hence effetively
  leaking all initial RequestGroups and associated object instances.

  Hence, as a matter of dirty-workaround, drop the contents of that
  initial vector as soon as it is not required any longer.

  Contributed by Nils Maier

* Detect console with on Windows

  Contributed by Nils Maier

* Fix infinite loop when size of downloadResults_ exceeds maxDownloadResult_

* Support BitTorrent UDP tracker

  It shares UDP listening port with IPv4 DHT. At the moment, in order
  to enable UDP tracker support, enable IPv4 DHT.

* Show correct end byte in error message when HTTP response range is not ok

  Previously, unless HTTP pipelining is enabled, end byte in that
  message is always 0. With this change, it shows correct end byte
  sent to the HTTP server.

* Add Portuguese manual

  This translation is based on aria2 version 1.15.2 manual.
  Contributed by Gilberto dos Santos Alves

* Fix bug that active downloads are not saved with --save-session-interval
2013-03-19 15:48:29 +00:00
obache
b154ae06d9 also add http one to MASTER_SITES. 2013-03-19 00:36:41 +00:00
taca
c9c47823ff Update ruby-domain_name to 0.5.8.
* Switch bundler to 1.3.
* Add 2013 to copyright years.
* Update the eTLD database to the version as of 2013-02-18T20:02:07Z.
2013-03-17 16:03:14 +00:00
taca
84dc6b90e1 Update ruby-snmp to 1.1.1.
Changes for version 1.1.1:

* Incorporate various small pull requests
2013-03-17 16:01:10 +00:00
wiz
0d36b8c4ef Update to 2.77:
=== Transmission 2.77 (2013/02/18) ===
[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator
  * Don't invalidate the OS's file cache when closing files
  * Fix overflow error when setting speed limits above ~8589 kB/s
  * Generated magnet links didn't include webseeds
  * Fix minor memory leaks when using webseeds
==== GTK+ Client ====
  * Minor pluralization fixes in the UI
  * Fix folder mis-selection issue in the Preferences dialog
  * Fix GTK+ console warnings on shutdown
==== Qt Client ====
  * Fix non Latin-1 symbol issue when showing file transfer speeds
  * Fix issue when creating new torrents with multiple trackers
  * Fix lost text selection in the properties dialog's 'comment' field
==== Daemon ====
  * Fix documentation errors in the spec and manpages
==== Web Client ====
  * Fix minor DOM leak
==== CLI ====
  * Fix transmission-cli failure when the download directory doesn't exist
2013-03-17 15:29:24 +00:00
gdt
1252270213 Remove zombie patch. 2013-03-17 00:19:02 +00:00
gdt
dc22327895 Add forgotten patchfile. 2013-03-17 00:18:31 +00:00
gdt
082c95377c Fix nit in patch; ride previous bump 2013-03-17 00:17:34 +00:00
gdt
aecf814b67 Update to 5.7.2.
This is a major update in terms of pkgsrc patches, of which there are
far far too many.  Analysis of patches was done by Karen Sirois of
BBN, and I have remvoed patches that have been applied upstream.

This builds fine and passes tests on NetBSD 6 i386.  If you look after
some other platform (Dragonfly, Darwin, FreeBSD, etc.), please make
sure any problems are filed as upstream tickets; pkgsrc is not
appropriate to carry patches long-term that should be fixed upstream,
and this package has gotten out of hand.

(OK by adam@ to do the update, but he has not reviewed the changes, so
errors are my fault.  It's quite likely there are issues on other
platforms.)

Upstream NEWS:

*5.7.2*
    snmp:
      - BUG: 3526549: CVE-2012-2141 Array index error leading to crash

    snmpd:
      - BUG: 3532090: Fix high ifIndex values crashing hrDeviceDescr

    building:
      - PATCH: 2091156: correctly declare dependencies in Makefile. 'make
        -j <N>' should work now. Backport this to V5-4 as it is needed for
        correct operation in the single threaded case of make miblib as
        well.

    Many other miscellaneous minor bug fixes

*5.7.1*

  libnetsnmp:
      - Fixed the mib-parsing-bug introduced shortly before 5.7

  agent:
      - fixed rounding errors for disk percentage calculations

  openbsd:
      - better support for recent openbsd releases

  features:
      - bug fixes with minimalist support after additional user feedback

  Many other miscellaneous minor bug fixes

*5.7*

  snmpd:
      - Delivery of data via regularily scheduled notifications.
        (see "Data Delivery via Notfications" in snmpd.conf)
      - Many time-based config options can take (m)ins, (h)ours, ... arguments
        (see the snmpd.conf manual page)
      - The PING and TRACEROUTE MIBs now compile and work-ish on linux
        http://www.net-snmp.org/wiki/index.php/DISMAN
      - Mib handlers can now implement a data_clone function for
        cloning the myvoid structure variable to avoid dangling pointers
      - Fixed persistent storage of VACM MIB configuration
      - Multi-homed agents send UDP responses from the proper IP address
      - The hrStorageTable implementation now supports large filesystems better
      - optimizations for large route tables
      - Added a deliveryByNotify config token for regular data delivery
        (see the snmpd.conf manual page and the NET-SNMP-PERIODIC-NOTIFY-MIB)
      - [PATCH 3141462]: fix agentx subagent issues with multiple-object requests
      - [PATCH 3057093]: linux uses libpci for creating useful ifDescr strings
      - [PATCH 3131397]: huge speedups of the TCP/UDP Tables

  libnetsnmp:
      - Removed the older CMU compatibility support
      - The SSH transport is now configurable

  TLS/DTLS support:
      - The SNMP over DTLS transport now properly supports IPv6
      - Introduced new configuration tokens: localCert/peerCert
        (deprecating serverCert, clientCert, defX509ServerPub, defX509ClientPub)
      - Various fixes for the TLS/DTLS transports

  apps:
      - Added a per-variable timed output support to snmpwalk using -CT
      - snmpinform now correctly uses the local engineID for informs
      - A number of mib2c bug fixes
      - New snmp.conf tokens for timeouts and retries

  building:
      - New flags to reduce the amount of compiled code to bare minimums.
        This is provided by a new generic feature marking/selection mechanism.
        http://www.net-snmp.org/wiki/index.php/Feature_Marking_and_Selection
      - It's now possible to build without SNMPv3/USM
        (e.g., if you only want TLS/DTLS with SNMPv3/TSM)
      - It's possible to build the suite with no SET support
        configure using --enable-read-only
      - It's possible to build the agent as a notify-only agent
        configure using --enable-notify-only
      - Added a script to test memory usage with various config options
        (see the local/minimalist/sizetests script)
      - Net-SNMP can now be built to perform local DNSSEC validation
        (install DNSSEC-Tools' libval and use --with-local-dnssec-validation)

  testing:
      - a number of new API unit-tests have been added to the suite
        (to run the tests: cd testing && ./RUNFULLTESTS -g unit-tests)
      - The unit tests can be more easily run under valgrind
        (See http://bit.ly/jsgRnv for details)

  openbsd:
      - Support for updating the routing table via SNMP

  win32:
      - The testing suite works better under win32 environments
      - Many building fixes for the win32 environment(s)

  solaris:
      - Net-SNMP now supports the SCTP-MIB

  DragonFlyBSD, FreeBSD8:
      - Net-SNMP should now work on DragonFlyBSD and FreeBSD8

  And of course:
      - Many other bug fixes.  See the CHANGES and ChangeLog for details.
2013-03-17 00:15:28 +00:00
obache
f898095931 + rabbiter 2013-03-16 13:29:51 +00:00
obache
156f92f193 Import rabbiter-2.0.0 as net/rabbiter.
Rabbiter receives comments from twitter and sends them to Rabbit.
Rabbit shows them in your slides.
It is very useful when you talk on public event.
2013-03-16 13:28:10 +00:00
obache
e72a23308c relax required version of simple_oauth, it simply just bump its version
from 0.1.9 to 0.2.0...

Bump PKGREVISION.
2013-03-16 13:17:58 +00:00
obache
e4dd4cf082 Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
obache
c5b50f16c2 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
c592949016 reset PKGREV for base pkg update 2013-03-15 18:36:47 +00:00
drochner
f9a07937fb update to 0.2.2
changes: build fixes
2013-03-15 18:13:46 +00:00
drochner
1e8aa8730f update to 0.8.5
changes: fixes, minor cleanup
2013-03-15 18:12:03 +00:00
drochner
f4ba61b48f update to 0.12.0
This switches to the new stable release branch.
2013-03-15 18:10:43 +00:00
drochner
6026d1436e update to 0.20.1
This switches to the new stable release branch.
2013-03-15 18:09:30 +00:00
drochner
05e44aee42 update to 0.14.2
This switches to the new stable release branch.
2013-03-15 18:07:48 +00:00
drochner
754863edc5 update to 2.40.3
changes:
-bugfixes, minor improvements
-minor doc fixes
-translation updates
2013-03-15 17:41:27 +00:00
kim
4ffedfb1d2 Updated net/proftpd to 1.3.4c:
- addresses CVE-2012-6095 <http://bugs.proftpd.org/show_bug.cgi?id=3841>
2013-03-15 13:34:32 +00:00
kim
2efe5750c8 Use PKGBASE in config file name (match net/ssync/Makefile). 2013-03-14 17:23:12 +00:00
kim
87d8ce5fe3 Revive MASTER_SITES. 2013-03-14 17:06:12 +00:00
kim
3caa4495cc Revive MASTER_SITES.
Update net/ssync to 1.9.1:
- Add configuration file (ssync.conf).
- Change the default netgroup to dist-os-rel-arch and add options
  to not use the release (-c) and/or architecture (-g).
2013-03-14 16:36:48 +00:00
kim
e30fecf22a Revive MASTER_SITES.
Updated net/srsh to 1.3:
- No functional changes (upstream added Debian packaging support).
2013-03-14 16:02:39 +00:00
kim
d1362325a1 Revive MASTER_SITES.
Update net/sdist to version 1.9:
- Add configuration file (sdist.conf).
- Change the default netgroup to dist-os-rel-arch and add options
  to not use the release (-norel) and/or architecture (-noarch).
2013-03-14 15:49:10 +00:00
kim
158d1ca1d3 Revert previous: already fixed in patch-aa 2013-03-14 14:20:58 +00:00
kim
45783516b5 Fix manual installation path for platform PKGMANDIR != man. 2013-03-14 14:15:00 +00:00
kim
4502dd6204 Revive MASTER_SITES.
Upgrade to version 2.2:
- Implement -n, -4 and -6 to list IP addresses.
- Add -a option for printing out the list of addresses.
- Use getaddrinfo() instead of gethostbyname().
2013-03-14 12:45:52 +00:00
kim
7f94ea65f5 Make this compile on historical NetBSD. 2013-03-12 17:14:48 +00:00
garbled
602b292d0e Forgot to regenerate distinfo. Sorry! 2013-03-12 14:56:13 +00:00
taca
71f7043e1a Update ruby-amqp to 0.9.10.
Exatct changes are unknown but some dependency have updated.
2013-03-12 13:26:26 +00:00
taca
e6d93e4d58 Update ruby-amq-client to 0.9.12.
* @heartbeats_timer may be nil
* Use amq-protocol 1.2.0
* Pause heartbeat sender when handling network connection interruption
2013-03-12 13:24:28 +00:00
taca
cd547b4c5b Update ruby-amq-protocol to 1.2.0.
* Frame body on Ruby 1.9+ using bytes, not code points String#slice will only
  use byte slicing if the string is considered to be in ASCII.
* Replace broken link with an inline comment
* Adds specs to validate 8bit/16bit signed decoding
* Adds 8bit signed and 16bit signed integers to table decoder
2013-03-12 13:23:25 +00:00
taca
7ab5ce8ce0 Update ruby-addressable to 2.3.3.
# Addressable 2.3.3
- fixed issue with converting common primitives during template expansion
- fixed port encoding issue
- removed a few warnings
- normalize should now ignore %2B in query strings
- the IDNA logic should now be handled by libidn in Ruby 1.9
- no template match should now result in nil instead of an empty MatchData
- added license information to gemspec
2013-03-12 13:13:46 +00:00
garbled
33dc8f088f Fix build of embedded perl if options perl is selected. 2013-03-12 03:00:38 +00:00
obache
571e7d573f Update mikutter to 0.2.1.1132.
* fixes some Activity related issues
* fixes image preview issue with Ruby1.9.3.p392 and later
* support image upload service `pikubo'
* measures agains delay
2013-03-11 13:20:14 +00:00
dbj
ee118fbd54 define __APPLE_USE_RFC_3542 on Darwin 2013-03-11 05:05:01 +00:00
tron
09e56378e4 Fix build under Mac OS X. 2013-03-09 10:25:28 +00:00
wiz
9fa9927e73 Update to 0.84.
V0.83 Move to github. Mostly done by Travis.

Author: Travis Cross <tc@traviscross.com>
    Add autotools bootstrap script
    Update README for building from git repository
    Cleanup whitespace in the NEWS file
    Resolve -Wunused-but-set-variable warnings
    Resolve -Wnull-dereference clang warning
    Add -z / --show-ip support
Author: R.E. Wolff <R.E.Wolff@BitWizard.nl> (mostly from patches by others)
    some running patches
    Made report wide switch properly to displayreport mode. Bug #780647
    fixed gtk field order. Bug #701513
    added aslookup patch from bug #701514
    added some extra clarifications to the SECURITY file.
    enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583
2013-03-08 14:33:54 +00:00
wiz
4e6d7937d6 Update to 1.07 based on PR 47628 by Edgar Fuß.
1.07 Sun Sep  2 18:42:02 CEST 2012
   - bugfix: returns true when _check() is ok
2013-03-08 12:37:22 +00:00
wiz
3ece3c367f Update to 0.693 (let's call it 0.69.3):
0.693  2012-10-16

        - Changes kindly sent in my Alexander Clouter
        - Allows static routes to be included in dhcp packets
        - (no tests yet)

0.692  2012-09-05

	- Minor typo in pod

0.691  2012-08-24

	- Updated changelog for Kawlitee

0.69  2012-06-06

	- Added 'use warnings' to improve Kwalitee
	- Now uses dist::zilla

0.685  2012-05-21

	- Removed file

0.684  2012-05-21

	- Changed to using Dist::Zilla.

0.683  2012-01-21

	- Still chasing the Build requires issue.

0.682  2012-01-21

	- Minor update to tests sent in from Gregory Herrmann via RT#74187. Thanks for that!
	- Updated pod to complete coverage

0.681  2012-01-16

	- Forgot to update MANIFEST file... woops. Also some po updates.

0.68   2012-01-14

	- Added Net/DHCP.pm stub.

0.67_2  2011-04-18

	- Updated pod. Please be awair that i have added the word "CableLabs" to to pod. This 05-be of concern to Debian. Im not sure how their licensing works exactly vs CableLabs copyrights. Im reasonably certain its aok.
	- Minor changes for RT#73972
	- Improvements to tests

0.67_1  2010-12-16

	- Warning: the declaration of DHO_NIS_DOMAIN was overlapping for options 40 options 64. Therefore, options 64 and 65 where renamed DHO_NISV3_SERVER and DHO_NISV3_DOMAIN to remove this overlap and remain consistent.
	- Constants.pm. Added a vast number of option codes from the IANA listing.
	- Added updated DHCP message codes, added Netware IP Codes. Tests were added for coverage of constants.
	- Packet.pm. Changed a whole bunch of stuff. Including removing some then then else orgies, tidying up lots of warnings.
	- Tests. I'd added a bunch more tests :)
	- Rearranged the test suite. Added lots of tests.
2013-03-08 12:34:08 +00:00
tron
f5cb399cc8 Update "wireshark" package to version 1.8.6. Changes since 1.8.5:
- Bug Fixes
   The following vulnerabilities have been fixed.
     o wnpa-sec-2013-10
       The TCP dissector could crash. (Bug 8274)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2475
     o wnpa-sec-2013-11
       The HART/IP dissectory could go into an infinite loop. (Bug
       8360)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2476
     o wnpa-sec-2013-12
       The CSN.1 dissector could crash. Discovered by Laurent Butti.
       (Bug 8383)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2477
     o wnpa-sec-2013-13
       The MS-MMS dissector could crash. Discovered by Laurent Butti.
       (Bug 8382)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2478
     o wnpa-sec-2013-14
       The MPLS Echo dissector could go into an infinite loop.
       Discovered by Laurent Butti. (Bug 8039)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2479
     o wnpa-sec-2013-15
       The RTPS and RTPS2 dissectors could crash. Discovered by
       Alyssa Milburn. (Bug 8332)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2480
     o wnpa-sec-2013-16
       The Mount dissector could crash. Discovered by Alyssa Milburn.
       (Bug 8335)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2481
     o wnpa-sec-2013-17
       The AMPQ dissector could go into an infinite loop. Discovered
       by Moshe Kaplan. (Bug 8337)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2482
     o wnpa-sec-2013-18
       The ACN dissector could attempt to divide by zero. Discovered
       by Alyssa Milburn. (Bug 8340)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2483
     o wnpa-sec-2013-19
       The CIMD dissector could crash. Discovered by Moshe Kaplan.
       (Bug 8346)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2484
     o wnpa-sec-2013-20
       The FCSP dissector could go into an infinite loop. Discovered
       by Moshe Kaplan. (Bug 8359)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2485
     o wnpa-sec-2013-21
       The RELOAD dissector could go into an infinite loop.
       Discovered by Even Jensen. (Bug 8364)
       Versions affected: 1.8.0 to 1.8.5.
       CVE-2013-2486
       CVE-2013-2487
     o wnpa-sec-2013-22
       The DTLS dissector could crash. Discovered by Laurent Butti.
       (Bug 8380)
       Versions affected: 1.8.0 to 1.8.5, 1.6.0 to 1.6.13.
       CVE-2013-2488
   The following bugs have been fixed:
     o Lua pinfo.cols.protocol not holding value in postdissector.
       (Bug 6020)
     o data combined via ssl_desegment_app_data not visible via
       "Follow SSL Stream" only decrypted ssl data tabs. (Bug 6434)
     o HTTP application/json-rpc should be decoded/shown as
       application/json. (Bug 7939)
     o Maximum value of 802.11-2012 Duration field should be 32767.
       (Bug 8056)
     o Voice RTP player crash if player is closed while playing. (Bug
       8065)
     o Display Filter Macros crash. (Bug 8073)
     o RRC RadioBearerSetup message decoding issue. (Bug 8290)
     o R-click filters add ! in front of field when choosing "apply
       as filter>selected". (Bug 8297)
     o BACnet - Loop Object - Setpoint-Reference property does not
       decode correctly. (Bug 8306)
     o WMM TSPEC Element Parsing is not done is wrong due to a wrong
       switch case number. (Bug 8320)
     o Incorrect RTP statistics (Lost Packets indication not ok).
       (Bug 8321)
     o Registering ieee802154 dissector for IEEE802.15.4 frames
       inside Linux SLL frames. (Bug 8325)
     o Version Field is skipped while parsing WMM_TSPEC causing wrong
       dissecting (1 byte offset missing) of all fields in the TSPEC.
       (Bug 8330)
     o [BACnet] UCS-2 strings longer than 127 characters do not
       decode correctly. (Bug 8331)
     o Malformed IEEE80211 frame triggers DISSECTOR_ASSERT. (Bug
       8345)
     o Decoding of GSM MAP SMS Diagnostics. (Bug 8378)
     o Incorrect packet length displayed for Flight Message Transfer
       Protocol (FMTP). (Bug 8407)
     o Netflow dissector flowDurationMicroseconds nanosecond
       conversion wrong. (Bug 8410)
     o BE (3) AC is wrongly named as "Video" in (qos_acs). (Bug 8432)
- Updated Protocol Support
  ACN, AMQP, ASN.1 PER, BACnet, CIMD, CSN.1, DOCSIS TLVs, DTLS,
  FCSP, FMP/NOTIFY, FMTP, GSM MAP SMS, HART/IP, IEEE 802.11, IEEE
  802.15.4, JSON, Linux SLL, LTE RRC, Mount, MPLS Echo, Netflow,
  RELOAD, RSL, RTP, RTPS, RTPS2, SABP, SIP, SSL, TCP
2013-03-07 12:44:11 +00:00
wiz
b96802721f Remove empty patch. 2013-03-07 06:42:11 +00:00
jperkin
6baa8f0dbd Fix SunOS build. 2013-03-04 20:33:15 +00:00
wiz
fa384c9405 Update to 1.1.6:
freediameter (1.1.6)

  * Fix major issue in 1.1.5 preventing to send answers to a received message.
  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
  * Improved parsing error handling and Failed-AVP generation.
  * Added support for some timings measurements in freeDiameter (in the logs)
  * Fix port handling when using non-default port.
  * Some cleanups in several dictionary files.
  * New option to fd_dict_search: AVP_BY_STRUCT
  * Improved compatibility with C++ compilers.
  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
  * Add support for "include" directive in freeDiameter.conf file.

 -- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100
2013-03-04 16:28:29 +00:00
wen
6d131c2496 Update to 0.21
Upstream changes:
1.21 2013-03-03T12:33:49

    - Added Net::EmptyPort::wait_port()
      (tokuhirom)

1.20 2013-03-02T18:30:25

    - bump up version

1.19 2013-02-27T14:02:13

    - Split empty_port() function to Net::EmptyPort
      (Thomas Klausner)
2013-03-04 11:45:03 +00:00
joerg
4d1a3ad67d Fix pthread test case. Nesting main doesn't make much sense. 2013-03-03 04:52:38 +00:00
joerg
b20a727dd0 Be explicit and consistent in the visiblity of globalMemTrace. 2013-03-03 01:07:54 +00:00