Commit graph

11123 commits

Author SHA1 Message Date
joerg
2feb2e2a59 Use stdarg.h properly. 2011-11-26 17:18:57 +00:00
joerg
7102955216 #elif requires an argument, so use plain #else here. 2011-11-26 17:17:53 +00:00
marino
60f0cf3c17 net/wnmet: Fix DragonFly
This breakage was caused by the ifnet structure getting moved under
the kernel structures macro.
2011-11-26 17:16:36 +00:00
marino
c7e8ee3ac0 net/vino: Fix for DragonFly
Add socket.h (if available) to a header using sockaddr structure, fixes
build for DragonFly.
2011-11-26 17:14:54 +00:00
sbd
071c9ea3b7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
hubertf
36f54995b0 Bump to 1.1.2.1nb3:
on Mac OS X, .orig files are created with permission ugo-rwx (= 0),
which causes problems here. Set some more sane permissions.
2011-11-25 23:15:19 +00:00
joerg
6062cd33ff Fix build with newer GCC. 2011-11-25 22:14:17 +00:00
joerg
8aeefa7e03 Fix C++ syntax 2011-11-25 22:13:29 +00:00
joerg
3dd9a92d49 Fix issues with newer OpenSSL 2011-11-25 22:12:28 +00:00
joerg
82fc19b24e Fix build with newer GCC 2011-11-25 22:11:44 +00:00
joerg
83c744a063 Explicitly disable -Werror on NetBSD. GCC gets confused by the ARP
headers.
2011-11-25 22:10:48 +00:00
joerg
b70ec46c98 Don't expect that NULL can be casted to char without warning. 2011-11-25 22:10:16 +00:00
hiramatsu
a73f89e4f9 Update p5-Net-Z3950-ZOOM to 1.28.
Changes from previous:
1.28  Fri Oct 15 13:34:41 BST 2010
	- In the test-suite, provide a more explicit report when the
	  scan identity test (display term == term) fails.
	- The displayTerm==term assertion is now case-insensitive, as
	  it ought always to have been: previously, the test-suite
	  relied on a specific implementaton detail of the
	  test-server, which has recently changed causing extraneous
	  test-suite failures.
	- Also in the test-suite for scan, remove the test that all
	  title-terms are in the general-term list, an assumption that
	  should never have been made.

1.27  Wed Aug 11 17:13:07 BST 2010
	- Support for Index Data build procedures, including making
	  Debian/Ubuntu and Red Hat packages from clean tarballs.
	- No upstream changes -- packaging only.

1.26  Tue Jun  8 16:43:29 BST 2010
	- Tweak the test-suite so that it works correctly on Fedora
	  Core 12 (2.6.31.5-127.fc12.x86_64).  For some reason,
	  attempts to connect to a non-existent host can fail with
	  ERROR_TIMEOUT and no addinfo, rather than ERROR_CONNECT and
	  the hostname as addinfo; and the number of terms to request
	  in a scan needs to be explicitly specified in an option.
	- Add "debclean" target to generated Makefile.
	- Remove extraneous and misleading old CVS IDs.
2011-11-25 05:52:39 +00:00
joerg
97fae29269 Fix build with newer GCC 2011-11-24 13:43:11 +00:00
joerg
2bf7531d6b Explicitly include sys/select.h for newer GCC 2011-11-24 13:40:52 +00:00
joerg
94c88c6ef0 Start fixing issues with newer GCC 2011-11-24 13:40:05 +00:00
taca
63a98bf057 Add and enable ruby-soap4r. 2011-11-24 13:03:12 +00:00
taca
0f132708a9 Importing ruby-soap4r (soap4r-ruby1.9) 2.0.3.
It is needed by security/opendnssec on Ruby 1.9.x.

== soap4r-spox

This is a modified version of the soap4r library to work on Ruby versions
>= 1.9. The official version can be found {here}[http://dev.ctor.org/soap4r].
2011-11-24 13:01:13 +00:00
joerg
da513e1dfa Fix build with newer GCC 2011-11-23 23:32:17 +00:00
joerg
5a0a3e2375 Fix unprivileged build. Use SPECIAL_PERMS. Sort PLIST. Bump revision. 2011-11-23 23:31:22 +00:00
abs
a6aeeca227 Add skype2, reimport skype as skype1 2011-11-23 23:16:55 +00:00
abs
149949e76b Reimported as net/skype1 2011-11-23 23:13:13 +00:00
abs
b701b8bbbf Reimport net/skype as net/skype1 to make it clear it is a very old version
Also while here fix a nasty issue with installing a Linux binary with
INSTALL_PROGRAM, and misc pkglint.
2011-11-23 23:09:34 +00:00
abs
3908749dac Added net/skype21 version 2.1.0.81
Skype is a free program that uses P2P technology to bring affordable
and high-quality voice communications to people all over the world.

This package is specifically for Skype 2.1.x, as from 2.2.x Skype started
to use the inotify(7) system call which is not available on some other
systems' Linux emulations.
2011-11-23 23:00:50 +00:00
is
8f0ceb526c Update to 1.0.29
No user visible changes - basically, half a patch we had is now in the
upstream sources (no more statical initializers using stderr).
2011-11-23 16:25:07 +00:00
hiramatsu
82d84792ce Update p5-NetAddr-IP to 4.058.
Changes from previous:
4.058 Fri Nov 11 19:23:11 PST 2011
        up rev for documentation update
        update documentation in InetBase v0.06

4.057 Fri Nov 11 15:04:20 PST 2011
	Lite.pm v1.40
        add call to InetBase::fillIPv4 to all uses of gethostbyname

        break out the code in InetBase v0.05 that expands short IPv4
        addresses into dotquad format to account for broken BSD
        implementations of inet_aton and gethostbyname that do
        not recognize the short format. EXPORT this as sub 'fillIPv4'

        in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to
        work around broken inet_aton and gethostbyname implementations
        in certain BSD implementations

4.056 Wed Nov  2 19:15:31 PDT 2011
        bump rev to incorporate
        improved inet_aton in InetBase v0.04 to overcome broken
        gethostbyname found in NetBSD and OpenBSD

4.055 Fri Oct 28 11:41:22 PDT 2011
	in Lite.pm v1.38
        patch for bug 71869, issues with Math::BigInt varients

4.054 Thu Oct 27 12:48:55 PDT 2011
        In Lite.pm v1.37, remove Calc.pm
        add detection of early Math::Bigint object structure
        fix bug 71869 - a failed test routine

4.053 Wed Oct 26 08:52:34 PDT 2011
	In Lite.pm v1.36
        fix bug #71925. A a sub-varient of #62521 that showed up only for
        short notation for IPv4. i.e. 127/n, 127.0/n, 127.0.0/n but
        not 127.0.0.0/n

4.052 Tue Oct 25 16:18:38 PDT 2011
        add test in Lite.pm v1.35 for api-version of Math::BigInt to
	support versions earlier than 1.70, circa Dec 2003.
        Thanks to Paul Howarth <paul@city-fan.org> for spotting that bug.

4.051 Mon Oct 24 14:44:53 PDT 2011
	fix bug 71869
	in Lite.pm v1.34
        use Math::BigInt::Calc for creating BigInt values and fall
        back to NetAddr::IP::Calc if Math::BigInt is not present.

        remove reference to Config{osname} in InetBase.pm v0.03
        (Util 1.43)


4.050 Sat Oct 22 01:58:57 PDT 2011
        In Lite/Util/lib/NetAddr/IP/Lite/Util/InetBase.pm v0.02
        Socket6 prior to version 0.23 does not have AF_INET6 in the
        EXPORT_OK array, modify InetBase.pm v0.2 to work around this.

	Add support for Math::BigInt to NetAddr::IP::Lite v1.33

4.049 Sat Oct 15 22:15:10 PDT 2011
	Updates to Lite.pm, Util.pm, new module InetBase.pm

	In Lite v1.32
        bug68723, add capability to parse input of the form
        ->new6(12345,1). This should have been there but was
        missing. Thanks to Andrei Benea for spotting this.

        In Util v1.41
        add inet_pton, inet_ntop, AF_INET, AF_INET6

        modify inet_n2dx and inet_n2ad to
        recognize the new 128 bit IPv4 format
        ::FFFF:FFFF:0:0

        replace isIPv4 with a pure perl version for portablity

        split the following into NetAddr::IP::InetBase v0.01
	to provide better long term support for IPv6
        inet_aton
        inet_ntoa
        ipv6_aton
        ipv6_n2x
        ipv6_n2d
        inet_any2n
        inet_n2dx
        inet_n2ad
        inet_ntop
        inet_pton
        packzeros
        isIPv4
        isNewIPv4
        isAnyIPv4
        AF_INET
        AF_INET6

4.048 Sat Oct  8 01:33:44 PDT 2011
	remove debug print statement from Util v1.40

4.047 Thu Oct  6 23:41:42 PDT 2011
	really correct missing reference in Util v1.39
	doc update only in Lite.pm v1.30

4.046 Thu Oct  6 20:20:33 PDT 2011		DEPRECATED
	corrected missing reference to inet_4map6 in Util v1.38

4.045 Thu Oct  6 18:23:04 PDT 2011		DEPRECATED
	updated NetAddr::IP::Util 1.37
        addid isAnyIPv4, isNewIPv4, inet_4map6
        revised naip_gethostbyname
        to conform to Perl's gethostbyname output

4.044 Wed May 18 14:47:34 PDT 2011
	added missing support for ->compactref(\@list) which is described
	in the documentation but not implemented.

	Thanks to Rusty Bourland codebard@gmail.com for spotting this
	and providing both a patch and test code

4.043 Wed Apr  6 11:31:19 PDT 2011
	Update documentation on the use of "adding constants
	to an IP address".

4.042 Tue Mar 22 15:26:02 PDT 2011
	Update Lite.pm v1.27 to encompass treatment of /31 and /127
	point-to-point networks as described in RFC 3021

	NOTE: for /31's and /127's
	this changes the behavior of the following methods:
		first   returns the "network" address
		last    returns the "broadcast" address
		nth     index 0 returns "network" addr instead of undef
		nth     index 1 returns "broadcast" addr instead of undef
		num     returns 2 instead of 0 (zero)

	"old_nth" behavior is unchanged

	Thanks to Todd Caine todd.caine@gmail.com for pointing this out.

4.041 Tue Mar  8 15:18:16 PST 2011
	Updated Lite.pm v1.26, "sub num" to support usable IP ranges
	greater than 2**32

	Thanks to Jan Ploski jan@plosquare.com for finding this bug

4.040 Sat Feb 19 10:04:00 PST 2011
	correction to use of Util.pm package lexicals

	thanks to mishikal@yahoo.com for spotting the bug and to
	Mark Martinec mark.martinec+ama...@ijs.si for the solution.

4.039 Wed Feb 16 15:48:03 PST 2011
	Correct documentation for 'split' methods
2011-11-23 11:09:02 +00:00
taca
1d986b097a Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
2011-11-23 05:29:52 +00:00
tez
943120f943 Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.

The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti.  The
Plugin Architecture for Cacti is integrated into this package.

(created from wip/cacti by pettai)
2011-11-22 22:23:13 +00:00
tez
538b51d36a add cacti package 2011-11-22 22:19:01 +00:00
joerg
4e5eea24db Fix issues with newer GCC 2011-11-22 20:07:20 +00:00
minskim
984e2108b7 Use fake uuid.pc on Darwin. 2011-11-22 19:28:21 +00:00
shattered
1e7ade0885 Revert last change per joerg@'s objections. 2011-11-22 18:40:27 +00:00
is
ee1fb1761d put comments back into the patch file 2011-11-22 15:10:15 +00:00
is
1dcdf5528e Put comments back into the patch file. 2011-11-22 15:07:04 +00:00
pettai
4229be977a Bugfix release/patch
o Added checks that the argument to freeaddrinfo is not NULL, avoiding
  a segmentation fault on Android and possibly other platforms.
2011-11-22 12:18:07 +00:00
is
b01414da26 icsi-finger 1.0.28 (+ our old patches). 2011-11-22 09:44:18 +00:00
is
d0b4335362 Remove a data-dependent case of segmentation fault in in.fingerd. 2011-11-22 09:04:49 +00:00
hiramatsu
9a29227e5f Update p5-Test-DNS to 0.13.
Changes from previous:
0.13    03.09.11
        - only run tests if got $ENV{'AUTHOR_TESTING'} because I'm sick
        of releases like 0.10 - 0.13.

0.12    24.08.11
        - updating dns records information, no functional changes

0.11    29.06.11
        - updating dns records information, no functional changes

0.10    18.05.11
        - updating dns records information, no functional changes

0.09    15.03.11
        - moving to dzil
        - updating dns records information, no functional changes
2011-11-22 03:36:49 +00:00
hiramatsu
97aed4751b Update p5-Data-Stream-Bulk to 0.08.
Change from 0.07.
    - Fix new warnings in Moose
2011-11-21 08:45:08 +00:00
sbd
53c77840d2 Recursive bump for graphics/ImageMagick buildlink addition. 2011-11-20 22:11:21 +00:00
shattered
ba88905807 Avoid deadlock if FETCH_USING is set to wget or curl and we're building
one of them.
2011-11-20 14:03:40 +00:00
obache
fc274da783 Update mikutter to 0.0.4.592.
bug fixes.
2011-11-20 08:44:38 +00:00
pettai
063b9bd06a Fixes PR pkg/45438 2011-11-19 22:11:00 +00:00
tron
c26d6f82d8 Update "wireshark" package to version 1.6.4. Changes since 1.6.3:
- Bug Fixes
  o Patch to fix memory leaks/errors in Lua plugin. (Bug 5575)
  o Wireshark crashes if a field of type BASE_CUSTOM is applied as
    a column. (Bug 6503)
  o Filter Expression dialog can only be opened once. (Bug 6537)
  o Wireshark crashes if compiled without GLib thread support.
    (Bug 6540)
  o 80211 QoS Control: Add Raw TID. (Bug 6548)
  o SNMP length check error. (Bug 6564)
  o UCP dissector bug of operation 61. (Bug 6570)
2011-11-19 12:01:27 +00:00
pettai
6ea43f20c6 Version 4.3.3 - 2011-10-20
* new setting ftp:use-tvfs (yes, no, auto).
* improved ftp path handling for servers without TVFS feature.
* improved closure matching, now *.EXT matches URLs ending with ".EXT".
* updated man page.
* updated translations.
* fixed mirror target directory naming.

Version 4.3.2 - 2011-09-16

* fixed fish protocol synchronization when ls fails on the server.
* fixed torrent shutting down when the tracker fails.
* fixed compilation on Solaris.
2011-11-18 22:47:10 +00:00
pettai
99bc1f3cd5 dnsruby-1.53:
o Validation routine fixes
o Ruby 1.9 fixes
o Recursor fixes
o IPv4 Regex fixes
o Fixes for A/PTR lookups with IP-like domain name
o TXT and SSHFP processing fixes
o Default retry parameters in Resolver more sensible
2011-11-18 20:13:37 +00:00
hiramatsu
3dbced9c4b Update p5-SNMP-Info to 2.06.
Changes from previous:
version 2.06 (2011-09-28)

    [NEW FEATURES]

    * Support for PacketFront devices in new class L3::PacketFront
    * Support for Mikrotik devices in new class L3::Mikrotik
    * Support for HP VirtualConnect switches in new class L2::HPVC
    * Support for ADSL-LINE-MIB in new class AdslLine

    [ENHANCEMENTS]

    * POD clarification on i_speed() munging by Info.pm
    * Added i_stack_status method that can be used for finding the parent
      interface for e.g. ADSL interface speed determination

    [BUG FIXES]

    * [3344843] Fix returning serial() and os_ver() for web-managable HP
      switches, introduced by HP/HP4000 class split, reported by J R Binks
    * [2809033] Put L2-only Cisco blade switches in L3::C6500
    * [3408506] Fix uninitialized value in IPv6 when neighbor state is
      incomplete (Michael Borgelt)

version 2.05 (2011-06-23)
    + Fix broken function call in L2::Aironet
    + Promote L2::Aruba to L3::Aruba, as Aruba devices can be L3 entities and
      provide L3 information.
2011-11-18 08:28:42 +00:00
sbd
2c38b95ed9 Add missing sysutils/file buildlink.
(Not sure if the buildlink should go in Makefile or Makefile.common because
I am unable to test net/mldonkey-gui.)

Bump PKGREVISION
2011-11-18 04:01:56 +00:00
hiramatsu
1174550d47 Update p5-NetPacket to 1.3.0.
Changes from previous:
1.3.0 2011-11-13
 [ENHANCEMENTS]
 - 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
   Linden) [RT#71320]

1.2.0 2011-07-26
 [ENHANCEMENTS]
 - Add support for Ethernet VLAN (thanks to Kai Chan)

1.1.2 2011-06-20
 [BUG FIXES]
 - Add a INSTALL file

1.1.1 2011-02-07
 - Add the new Ethernet types to the export list.  (thanks to Sergey, again
   :-) ) (RT#64799)

1.1.0 2011-01-15
 - Add a few Ethernet types. (thanks to Sergey) (RT#64799)

1.0.1 2010-10-19
 - Make the example verbatim in pod in NetPacket::UDP (rt#62097)

1.0.0 2010-10-17
 - Remove modules NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
   as the license of the patch clashes with the license of the
   distribution. (RT#62197)

0.41_0
 - Fixed bug 18941 - NetPacket::IP includes trailing  trash bytes in
   $ip->{data}
 - Fixed bug 7010 - IP flags field lost in IP::encode()
 - Added Build.PL
 - Moved history off the README file into this one (Changes)
 - Moved module structure to /lib
 - Version now gathered from NetPacket.pm
 - META.yml added to MANIFEST
 - Added myself (Yanick) as author
 - Switched to major.minor.revision version notation

0.43.2 2010-10-11
 - Change the COPYRIGHT sections of the pods to match the Artistic 2.0
   license. (RT#60954)
2011-11-17 14:13:04 +00:00
hiramatsu
ba1679d4b8 Update p5-DNS-ZoneParse to 1.10.
1.10 - Wed Sep 22 2010
      - (je) Add ttl_to_int method.
      - (je) Use the SOA "minimum" field if no other TTL can be found (and be
             compatible with BIND in doing so).
2011-11-17 09:10:13 +00:00
taca
fcc03c7e5b Fix build problem on NetBSD current, maybe caused by newer gcc.
* Avoid to use true as variable name.
2011-11-17 00:48:09 +00:00
spz
144a3ae7d7 BIND 9.6-ESV-R5-P1 is a security patch for BIND 9.6-ESV-R5.
* BIND 9 nameservers performing recursive queries could cache an invalid
  record and subsequent queries for that record could crash the resolvers
  with an assertion failure. [RT #26590]
2011-11-16 22:26:07 +00:00
spz
0e7df8bf09 BIND 9.7.4-P1 is a security patch for BIND 9.7.4.
* BIND 9 nameservers performing recursive queries could cache an invalid
  record and subsequent queries for that record could crash the resolvers
  with an assertion failure. [RT #26590]
2011-11-16 21:49:56 +00:00
spz
12d6f282e7 fix ommission found by gendalia@:
df of ptyfs and fdesc is rather not interesting and may lead to false alarms
2011-11-16 21:45:01 +00:00
spz
6798b95e92 BIND 9.8.1-P1 is security patch for BIND 9.8.1.
* BIND 9 nameservers performing recursive queries could cache an invalid
  record and subsequent queries for that record could crash the resolvers
  with an assertion failure. [RT #26590]
2011-11-16 21:34:44 +00:00
spz
215bf7c18b fix bugs found by gendalia@:
- transition from BBHOME etc to XYMONHOME etc needed to also happen
  in files/xymon.sh
- vmstat on NetBSD has not shown 3 disks in a while already, so
  vmstat trending for NetBSD clients was off. The disk names that
  remain are left unchanged since for existing rrds a change would
  cause failing data submission
2011-11-16 21:12:34 +00:00
obache
1774687583 Update proftpd to 1.3.3g.
1.3.3g - Released 09-Nov-2011
--------------------------------
- Bug 3702 - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD.
- Bug 3704 - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks.
  To disable this countermeasure, which may cause interoperability issues
  with some clients, use the NoEmptyFragments TLSOption.
- Bug 3711 - Response pool use-after-free memory corruption error.
2011-11-16 09:05:03 +00:00
sbd
37074a1132 Add missing devel/readline buildlinks.
Bump PKGREVISIONs
2011-11-16 08:23:48 +00:00
sbd
3e204c0c3d Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
taca
fd4980931b Update ISC DHCP packages to 4.2.3.
net/isc-dhclient
	net/isc-dhcp
	net/isc-dhcpd
	net/isc-dhcrelay

* Update MASTER_SITES.
* CHanges:

			Changes since 4.2.3rc1

- None.

                        Changes since 4.2.2

- Fix the code that checks for an existing DDNS transaction to cancel
  when removing DDNS information, so that we will continue with the
  processing if we have a lease even if it doesn't have an outstanding
  transaction.  [ISC-Bugs #24682]

- Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
  configuration files.  [ISC-Bugs #24107]

- Add support for passing DDNS information to a DNS server over
  an IPv6 address.  [ISC-Bugs #22647]

- Enhanced patch for 23595 to handle IPv4 fixed addresses more
  cleanly.  [ISC-Bugs #23595]
2011-11-15 14:33:38 +00:00
is
ed349f00c5 replace mktemp() by mkstemp(), updating net/icsi-finger to 1.0.27nb6 2011-11-15 13:04:46 +00:00
dholland
932ff45db8 Use stdlib.h instead of private decls of malloc; remove union wait. Should
fix build with newer gcc and maybe also clang.
2011-11-15 00:11:06 +00:00
dholland
9f91f8d680 Honor PKGMANDIR. 2011-11-14 23:52:26 +00:00
hiramatsu
7cb4983c2f Update p5-Nmap-Parser to 1.21.
Changes for 1.21
    - Added support for hostscript and script tags
    - Changed ipv4_sort() to use a 10x faster sort method
2011-11-14 09:39:14 +00:00
wiz
b391549d42 Be clearer where we failed, if we do.
"von mir aus" joerg
2011-11-13 23:56:17 +00:00
joerg
e9b9ab941f Add a bunch of checks to make gcc with glibc happy 2011-11-13 23:11:26 +00:00
wiz
99efc8765b Depend on libquvi-scripts, since it needs them; bump quvi dependency so it is
not older than the split. Bump PKGREVISION.
2011-11-12 17:24:42 +00:00
joerg
2d834dee4a Add user-destdir support. Fix build with newer flex. Use SPECIAL_PERMS.
Bump revision.
2011-11-11 23:43:43 +00:00
joerg
ae92af7d7c Unbreak after changes to scotty. Add user-destdir support. 2011-11-11 19:17:11 +00:00
hiramatsu
b1298e015c Update p5-Net-Daemon to 0.48.
Changes from previous:
2011-03-09 Malcolm Nooning  <m.nooning@comcast.net> (0.48)
        * t/forkm.t Patched perl Leon Timmermans
	  http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
2011-03-01 Malcolm Nooning  <m.nooning@comcast.net> (0.47)
        * lib/Net/Daemon.pm Patched per bug 32887
	  "ithreads not detected due to a typo"
2011-02-22  Malcolm Nooning  <m.nooning@comcast.net> (0.46)
        * lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
	  that perl 5.8.8 CPAN testers was getting.  It was due to
	  more than one "require threads" being run.
	* distribution.  Bumped up the version number first.
2011-02-18  Malcolm Nooning  <m.nooning@comcast.net> (0.45)
        * lib/Net/Daemon.pm Used "make dist" to create the uploaded
	* distribution.  Bumped up the version number first.
2011-02-17  Malcolm Nooning  <m.nooning@comcast.net> (0.44)
        * lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
	* t/thread.t Added patches by Daniel Macks and Joe McMahon,
	  and added Test::More and skip_all for Windows < 5.10
2009-03-12  Joe McMahon     <mcmahon@blekko.com> (0.44)
       * Added necessary thread sharing to work with 5.10
         threads model: regexp-threads,
       * Bumped minimum required perl to 5.10 for t/threads.t tests
2011-11-11 08:31:44 +00:00
hiramatsu
4d62148bac Update p5-Net-MAC to 2.103622.
Changes from previous:
2.103622  2010-12-28 21:00:37 Europe/London

        - Fix for converting between two as_ formats,
            the delimiter discovery is a bit more relaxed

2.103621  2010-12-28 14:36:42 Europe/London

        - Add custom format support (rt.cpan #63017)

1.103620  2010-12-28 12:55:41 Europe/London

        - Port to Dist::Zilla
2011-11-11 04:32:18 +00:00
is
71074c6650 Missed part of the fix for 64bit time_t from 2011/01/18 12:28:25.
The maintainance program packet2ascii (actually, the ascii2packet part)
needed to be fixed, too.
2011-11-10 09:59:53 +00:00
is
3fd6156fce Missed part of the fix for 64bit time_t from 2011/01/18 12:28:25.
The maintainance program packet2ascii (actually, the ascii2packet part)
needed to be fixed, too.
2011-11-10 09:42:22 +00:00
obache
240e3572cf Update libVNCServer to 0.9.8.2.
0.9.8.2
   - Fixed a regression that crept in with the Apple Remote Desktop support.
2011-11-10 06:29:44 +00:00
wiz
d3f0508833 Add FETCH_MESSAGE following a suggestion by troxel.
Text inspired by David Brownlee.
2011-11-09 15:28:36 +00:00
ryoon
97cc8ee7d5 Remove gcap, grake, and umph.
And add p5-gcap, p5-grake, p5-umph.
2011-11-08 23:54:20 +00:00
ryoon
8272fe3c40 Successor of net/umph 2011-11-08 23:52:25 +00:00
ryoon
f6623b20d1 Successor of net/grake 2011-11-08 23:51:44 +00:00
ryoon
2d42512fe4 Successor of net/gcap 2011-11-08 23:50:38 +00:00
ryoon
0c102fb4f3 I will re-impor gcap, grake, and umph with proper name. 2011-11-08 23:49:19 +00:00
ryoon
1463913e74 Add grake 2011-11-08 20:40:19 +00:00
ryoon
9b5b957c41 Import p5-grake-0.1.0 as wip/grake from wip/grake
grake is a command line tool for scanning webpages for Youtube links.
2011-11-08 20:39:18 +00:00
ryoon
5f1ae8d8c1 Add gcap 2011-11-08 20:36:47 +00:00
ryoon
001b93b0be Import p5-gcap-0.1.1 as wip/gcap from wip/gcap
gcap is a command line tool for retrieving Youtube closed captions.
The retrieved closed captions are saved in Subrip (srt) file format.
2011-11-08 20:35:46 +00:00
ryoon
d8514a8539 Fix DEPENDS 2011-11-08 20:33:21 +00:00
ryoon
94bd03743b Add umph 2011-11-08 20:30:59 +00:00
ryoon
433b2bc046 Import p5-umph-0.2.0 as net/umph from wip/umph
umph is a command line tool for parsing video links from Youtube
feeds, such as playlists, favorites and uploads. The parsed video
links are printed to the standard output each separated with a
newline.
2011-11-08 20:29:59 +00:00
ryoon
4e659065a1 Add p5-Umph-Prompt 2011-11-08 20:22:06 +00:00
ryoon
25e75b36c7 Import p5-Umph-Prompt-0.1.0 as net/p5-Umph-Prompt from wip/p5-Umph-Prompt
Umph::Prompt is an interactive prompt module for umph and similar
programs.
2011-11-08 20:21:30 +00:00
ryoon
ba296b4b2f Update MAINTAINER e-mail address 2011-11-08 19:29:09 +00:00
joerg
c93f02b807 More help for stupid glibc headers. 2011-11-08 18:02:27 +00:00
taca
4c699984fd Use RUBY_VERSION instead of RUBY_REQD. 2011-11-08 15:42:27 +00:00
obache
d7a9eee360 Update ruby-tweetstream to 1.0.5.
* Use ssl as per twitter requirements.
2011-11-08 09:08:21 +00:00
hans
d84c9dd331 Libtorrent and rtorrent need gcc>=4.2.1, at least on some architectures.
Explicitly exclude architectures known to work with older gcc versions
(alpha, i386 and x86_64 for now). Ok by tron.
2011-11-07 13:10:31 +00:00
tcort
b38d0b54b4 Do not define HAVE_SA_LEN when __minix is defined per pkg/45039 2011-11-06 20:03:50 +00:00
wiz
2a1005922e Remove BROKEN.
The package builds fine, if you have the distfile; no reason to
mark it broken.
2011-11-06 17:30:06 +00:00
tron
675c6c5fc8 Back out last change. The package builds and works fine with GCC 4.1.3
under NetBSD/amd64 5.1_STABLE.

This change was also not approved by the owner of the package.
2011-11-06 13:42:21 +00:00
marino
56544083da PR#44913 net/skype: Marked as BROKEN
Version 1.4 distfiles have been permanently removed from skype.com,
the only known master site.  This package either needs to be upgraded
to the 2.x.x series or permanently removed from pkgsrc.
2011-11-06 11:49:50 +00:00
obache
1f3bcfbaa2 Update to mikutter to 0.0.4.571.
switch to new unstable branch.
2011-11-06 07:49:38 +00:00
obache
8780d85274 Apply some changes taken from upstream for net/mikutter version 0.0.4.
Bump PKGREVISION.
2011-11-06 07:44:27 +00:00
hiramatsu
affa9aa938 Update p5-RPC-XML to 0.76.
Changes from previous:
        - fixed typo
        - clean up test suite
        - improved date parsing
        - fix MANIFEST
        - improved arguments-checking in send_request.
	- fixes from Devel::Cover analysis.
        - fixes for file-based method loading/reloading.
        - documentation clean-up and update.
2011-11-05 20:26:27 +00:00
hans
9e3d3eae4c libtorrent and rtorrent need gcc>=4.2.1 (http://libtorrent.rakshasa.no/ticket/2088)
Fixes a build problem seen on NetBSD/sparc64 5.x
2011-11-04 18:15:30 +00:00
obache
aea718e5c8 + p5-SOAP-Transport-TCP 2011-11-03 04:51:53 +00:00
obache
a8a9ea0daf Import p5-SOAP-Transport-TCP-0.715 as net/p5-SOAP-Transport-TCP.
Initial version - split from SPAP::Lite.

This package adds TCP transport support to SOAP::Lite.
2011-11-03 04:49:46 +00:00
adam
1e21e45f01 Changes 0.714:
* Moved SOAP::Transport::TCP into SOAP-Transport-TPC distribution
* 70329 - not generating attributes properly (deleting id attribute)

Changes 0.713:
* 52637 error sending a request in perl 5.10.0 containing utf-8 data using the
  string data type
* 48775 Small bug in SOAP::Packager
* 51178 Emailing: SOAP-Lite-0.710.10.patch
* 55962 Spelling errors
* 52015 defined(%hash) deprecated in Perl 5.11
* 63693 Uninitalized value
* 65655 Assignment of shift to list
* 58538 regression from 0.710.08 soap:Client,Application failed during request
  deserialization
* 64250 Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
* 68088 XML::Parser::Lite fails tests under perl 5.14 RC1
* 69825 Bug in SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
2011-11-02 14:44:36 +00:00
obache
7b30f2eefd * No need to buildlink with py-xml, simple DEPENDS is sfficient.
* No compiler languages is required.
* Convert to register egg-info.

Bump PKGREVISION.
2011-11-02 12:51:16 +00:00
obache
c7c77778d6 LICENSE=gnu-lgpl-v2.1 2011-11-02 12:32:47 +00:00
obache
2b43ae3a29 Update py-IP to 0.75.
while here,
 * convert to register egg-info
 * add test target

Version 0.75 (2011-04-12)
-------------------------

 * IP('::/0').netmask() gives IP('::') instead of IP('0.0.0.0')

Version 0.74 (2011-02-16)
-------------------------

 * Fix tests for Python 3.1 and 3.2
 * ip.__nonzero__() and (ipa in ipb) return a bool instead of 0 or 1
 * IP('0.0.0.0/0') + IP('0.0.0.0/0') raises an error, fix written by Arfrever

Version 0.73 (2011-02-15)
-------------------------

 * Support Python 3: setup.py runs 2to3
 * Update the ranges for IPv6 IPs
 * Fix reverseName() and reverseNames() for IPv4 in IPv6 addresses
 * Drop support of Python < 2.5

Version 0.72 (2010-11-23)
-------------------------

 * Include examples and MANIFEST.in in source build (add them to
   MANIFEST.in)
 * Remove __rcsid__ constant from IPy module

Version 0.71 (2010-10-01)
-------------------------

 * Use xrange() instead of range()
 * Use isinstance(x, int) instead of type(x) == types.IntType
 * Prepare support of Python3 (use integer division: x // y)
 * Fix IP(long) constructor: ensure that the address is not too large
 * Constructor raise a TypeError if the type is not int, long,
   str or unicode
 * 223.0.0.0/8 is now public (belongs to APNIC)
2011-11-02 10:58:33 +00:00
tron
ce3282c0ee Update "wireshark" package to version 1.6.3. Changes since version 1.6.2:
- The following vulnerabilities have been fixed.
  o wnpa-sec-2011-17
    The CSN.1 dissector could crash. (Bug 6351)
    Versions affected: 1.6.0 to 1.6.2.
  o wnpa-sec-2011-18
    Huzaifa Sidhpurwala of Red Hat Security Response Team
    discovered that the Infiniband dissector could dereference a
    NULL pointer. (Bug 6476)
    Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
  o wnpa-sec-2011-19
    Huzaifa Sidhpurwala of Red Hat Security Response Team
    discovered a buffer overflow in the ERF file reader. (Bug
    6479)
    Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
- The following bugs have been fixed:
  o Assertion failed when doing File->Quit->Save during live
    capture. (Bug 1710)
  o Wrong PCEP XRO sub-object decoding. (Bug 3778)
  o Wireshark window takes very long time to show up if invalid
    network file path is at recent file list (Bug 3810)
  o Decoding [Status Records] Timestamp Sequence Field in Bundle
    Protocol fails if over 32 bits. (Bug 4109)
  o ISUP party number dissection. (Bug 5221)
  o wireshark-1.4.2 crashes when testing the example python
    dissector because of a dissector count assertion. (Bug 5431)
  o Ethernet packets with both VLAN tag and LLC header no longer
    displayed correctly. (Bug 5645)
  o SLL encapsuled 802.1Q VLAN is not dissected. (Bug 5680)
  o Wireshark crashes when attempting to open a file via drag &
    drop when there's already a file open. (Bug 5987)
  o Adding and removing custom HTTP headers requires a restart.
    (Bug 6241)
  o Can't read full 64-bit SNMP values. (Bug 6295)
  o Dissection fails for frames with Gigamon Header and VLAN. (Bug
    6305)
  o RTP Stream Analysis does not work for TURN-encapsulated RTP.
    (Bug 6322)
  o packet-csn1.c doesn't process CSN_CHOICE entries properly.
    (Bug 6328)
  o BACnet property time-synchronization-interval (204) name shown
    incorrectly as time-synchronization-recipients. (Bug 6336)
  o GUI crash on invalid IEEE 802.11 GAS frame. (Bug 6345)
  o [ASN.1 PER] Incorrect decoding of BIT STRING type. (Bug 6347)
  o ICMPv6 router advertisement Prefix Information Flag R "Router
    Address" missing. (Bug 6350)
  o Export -> Object -> HTTP -> save all: Error on saving files.
    (Bug 6362)
  o Inner tag of 802.1ad frames not parsed properly. (Bug 6366)
  o Added cursor type decoding to MySQL dissector. (Bug 6396)
  o Incorrect identification of UDP-encapsulated NAT-keepalive
    packets. (Bug 6414)
  o WPA IE pairwise cipher suite dissector uses incorrect
    value_string list. (Bug 6420)
  o S1AP protocol can't decode IPv6 transportLayerAddress. (Bug
    6435)
  o RTPS2 dissector doesn't handle 0 in the octestToNextHeader
    field. (Bug 6449)
  o packet-ajp13 fix, cleanup, and enhancement. (Bug 6452)
  o Network Instruments Observer file format bugs. (Bug 6453)
  o Wireshark crashes when using "Open Recent" 2 times in a row.
    (Bug 6457)
  o Wireshark packet_gsm-sms, display bug: Filler bits in TP-User
    Data Header. (Bug 6469)
  o wireshark unable to decode NetFlow options which have system
    scope size != 4 bytes. (Bug 6471)
  o Display filter Expression Dialog Box Error. (Bug 6472)
  o text_import_scanner.l missing. (Bug 6531)
- Updated Protocol Support
  AJP13, ASN.1 PER, BACnet, CSN.1, DTN, Ethernet, ICMPv6, IEEE
  802.11, IEEE 802.1q, Infiniband, IPsec, MySQL, PCEP, PN-RT, RTP,
  S1AP, SSL
- New and Updated Capture File Support
  Endace ERF.
2011-11-02 07:56:24 +00:00
hubertf
45b5a672bd Update ucarp to 1.5.2. Changes:
* Version 1.5.2:
 - Avoid adverts that might be twice what they should be on some Linux
systems (Steve Kehlet).

* Version 1.5.1:
 - A new option has been added to try using broadcast advertisements instead
of multicast ones.

* Version 1.5:
 - Breakage introducted with version 1.4 should finally be fixed, thanks to
Petr Kohts, Greg Walton and Steve Kehlet.
 - A new option has been added to ignore unplugged network cable detection,
useful when nodes are connected with a crossover cable, not with a switch.

* Version 1.4:
 - This version should finally fix every issue people had with gratuitous
ARP announcements.
 - Nodes configured with the same intervals shouln't flip-flop any more.

* Version 1.3:
 - Gratuitous ARP packets should now properly be sent, regardless of the
architecture.
 - New option: -m (-xparam=...) in order to add arbitrary arguments to
up/down scripts.
 - New option: -o (--passfile=...) in order to read the secret key from a
file.
 - A delayed ARP request is sent after the first one when switching to
MASTER, in order to deal with some layer-3 switches.
 - Bug fixes.

* Version 1.2:
 - Neutral mode (--neutral).
 - NetBSD compatibility.
 - Minor bug fixes.
2011-11-02 01:13:04 +00:00
marino
b44d471304 net/trafshow: Fix breakage on all platforms
Trafshow would not build due to #elif used instead of #else.
It would not build on DragonFly nor NetBSD 5.99
Reported by S.Wildner
2011-11-01 19:10:15 +00:00
obache
a39fb8b9f0 * no need to buildlink with py-cursespanel, simple DEPENDS is sufficient.
* register egg-info

Bump PKGREVISION.
2011-11-01 11:21:59 +00:00
obache
0f399c517a NO_BUILD=yes means no need to buildlink, simple DEPENDS is sufficient. 2011-11-01 11:13:40 +00:00
obache
a93bf763b7 * tell right location for spread prefix.
* LICENSE=python-software-foundation
* convert to register egg-info

Bump PKGREVISION.
2011-11-01 10:54:05 +00:00
obache
32ff76df1a Convert to register egg-info.
Bump PKGREVISION.
2011-11-01 10:18:21 +00:00
sbd
ff3e585f03 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
morr
2bd53f2c62 Move www/haproxy to net/haproxy.
PR pkg/45547
2011-10-31 23:39:07 +00:00
morr
3cec878e10 HAProxy is a free, very fast and reliable solution offering high
availability, load balancing, and proxying for TCP and HTTP-based
applications. It is particularly suited for web sites crawling under
very high loads while needing persistence or Layer7 processing.
Supporting tens of thousands of connections is clearly realistic with
todays hardware.
2011-10-31 23:34:07 +00:00
sbd
b225cdc2ec Add missing readline buildlink.
Bump PKGREVISION
2011-10-31 19:23:07 +00:00
obache
2dac2e0cdf pure python module, none of compiler is required. 2011-10-31 12:53:48 +00:00
obache
a7a799ce07 * Convert PYDISTUTILSPKG to register egg-info.
Bump PKGREVISION.
2011-10-31 12:41:11 +00:00
obache
7e2a43a110 * No need to buildlink with python modules, simple DEPENDS is sufficient.
* Pure python package, no compiler languages is required.
* convert DISTUTILSPKG to register egg-info.

Bump PKGREVISION.
2011-10-31 11:57:00 +00:00
obache
240dd53704 This package has no contents for buildlink. 2011-10-31 11:42:53 +00:00
obache
8bc9dba11b No need to define PYDISTUTILSPKG=yes for egg package. 2011-10-31 11:36:00 +00:00
obache
5d3e62822c LICENSE=mit 2011-10-31 11:27:15 +00:00
obache
f2e31cadc4 Change empty do-build target to NO_BUILD=yes, and avoid dependency on C compiler.
And no build means no need to buildlink with py-gkt2, simple DEPENDS is sufficient.
2011-10-31 09:28:35 +00:00
obache
41dcff335a Update py-GeoIP to 1.2.7.
while here, let to register egg-info.

1.2.7	2011-08-23
        * Add example test_netspeedcell.py ( Boris Zentner )
1.2.6	2011-06-06
	* Add new methods record_by_name_v6 and record_by_addr_v6 to support
		GeoIPCityv6 databases. ( Boris Zentner )
1.2.5	2011-05-10
	* Remove Confidence and Accuracy Database it is unsued anyway. ( Boris
		Zentner )
	* Add new methods enable_teredo, teredo, time_zone_by_country_and_region
		and lib_version ( Boris Zentner )
	* Add support for Confidence and Accuracy Database.
	* Add support for Netspeed Database. via:
		id_by_addr
		id_by_name
	* Add IPv6 glue *** needs libGeoIP 1.4.7 ***
		country_code_by_name_v6
		country_name_by_name_v6
		country_code_by_addr_v6
		country_name_by_addr_v6 ( Boris Zentner )
2011-10-31 09:08:55 +00:00
obache
9733d2a9df LICENSE=mit 2011-10-31 08:52:14 +00:00
obache
af6a12493e LICENSE=gnu-gpl-v2 2011-10-31 08:47:33 +00:00
obache
94dc1bd52d * more honor VARBASE.
* fixes for the case PKG_SYSCONFBASE != ${PREFIX}/etc.
* approximate default config file to package build configuration.
* register egg-info.

Bump PKGREVISION.
2011-10-31 08:45:08 +00:00
drochner
0fb58450ec update to 0.2.2.34
fixes a critical anonymity vulnerability where an attacker
can deanonymize Tor users (CVE-2011-2768)
2011-10-30 17:49:18 +00:00
shattered
d5ddcf826c PR/42252 -- Add #include <sys/types.h> to build on 4.0. 2011-10-30 16:21:11 +00:00
cheusov
2b8c961126 Fix for PR 45495. 2011-10-30 15:30:17 +00:00
obache
5883070f10 * No need to buildlink with python module packagse, simple DEPENDS is sufficient.
* switch to use py-crypto instead of obsolated py-amkCrypto.
* register egg-info.

Bump PKGREVISION.
2011-10-30 12:07:50 +00:00
marino
b50b1a4f7a pkg/44990 (net/netatalk): Fix afpd startup script
Adds command_args to startup script to write the pid file to /var/run
as intended.  Apparently the lack of a pid file  did not affect NetBSD's
ability to stop the daemon, but it did prevent it on DragonFly BSD.
2011-10-30 10:08:22 +00:00
obache
1c866ab1f6 This package have no contents to buildlink. 2011-10-29 07:54:05 +00:00
tron
cd05b43ccf The file "lib/charset.alias" must *not* be added to the package list as it
is on the default skip list. Removing it fixes the build under Mac OS X
where it doesn't get installed.
2011-10-25 07:50:33 +00:00
ryoon
d69dbd8807 Update to 1.13.4
* Remove ssl option, and add gnutls and openssl options.
  The default is openssl like before.
* All security patches are included in upstream's tar ball.
* Remove ac_cv_func_sigsetjmp=yes line, because not defined now.

Tested on NetBSD/i386 4.0.1, 5.1 5.99.56.

Changelog:
* Changes in Wget 1.13.4

** Now --version and --help work again.

** Fix a build error on solaris 10 sparc.

** Now --timestamping and --continue work well together.

** Return a network failure when FTP downloads fail and --timestamping
   is specified.


* Changes in Wget 1.13.3

** Support HTTP/1.1

** Now by default the GNU TLS library for secure connections, instead of
   OpenSSL.

** Fix some portability issues.

** Handle properly malformed status line in a HTTP response.

** Ignore zero length domains in $no_proxy.

** Set new cookies after an authorization failure.

** Exit with failure if -k is specified and -O is not a regular file.

** Cope better with unclosed html tags.

** Print diagnostic messages to stderr, not stdout.

** Do not use an additional HEAD request when --content-disposition is used,
   but use directly GET.

** Report the average transfer speed correctly when multiple URL's are specified
   and -c influences the transferred data amount.

** GNU TLS backend works again.

** Now --timestamping and --continue works well together.

** By default, on server redirects, use the original URL to get the
   local file name. Close CVE-2010-2252.  This introduces a
   backward-incompatibility; any script that relies on the old
   behaviour must use --trust-server-names.

** Fix a problem when -k is used and some URLs are specified trough
   CSS.

** Convert correctly URLs that need to be encoded to local files when following
   links.

** Use persistent connections with proxies supporting them.

** Print the total download time as part of the summary for recursive downloads.

** Now it is possible to specify a different startup configuration file trough
   the --config option.

** Fix an infinite loop with the error '<filename> has sprung into existence'
   on a network error and -nc is used.

** Now --adjust-extension does not modify the file extension if the file ends
   in .htm.

** Support HTTP/1.1 307 redirects keep request method.

** Now --no-parent doesn't fetch undesired files if HTTP and HTTPS are used
   by the same host on different pages.

** Do not attempt to remove the file if it is not in the accept rules but
   it is the output destination file.

** Introduce `show_all_dns_entries' to print all IP addresses corresponding to
   a DNS name when it is resolved.
2011-10-24 15:22:01 +00:00
obache
882423f338 Update mikutter to 0.0.3.556.
* Omit lindices to avoid mismatch between Twitter's tweet escape and indices of
  Entity.
* Fixes URL for opening user's profile page.
2011-10-23 13:32:27 +00:00
he
3e2eafd984 Update to version 1.6.11.
Pkgsrc changes:
 o Sync PLIST, additional man page installed.

Upstream changes:
1.6.11	2011-09-29
	* bugfix #394: Fix socket leak on errors
	* bugfix #392: Apex only and percentage checks for ldns-verify-zone
	  (thanks Miek Gieben)
	* bugfix #398: Allow NSEC RRSIGs before the NSEC3 in ldns-verify-zone
	* Fix python site package path from sitelib to sitearch for pyldns.
	* Fix python api to support python2 and python3 (thanks Karel Slany).
	* bugfix #401: Correction of date/time functions algorithm and
	  prevention of an infinite loop therein
	* bugfix #402: Correct the minimum and maximum number of rdata fields
	  in TSIG. (thanks David Keeler)
	* bugfix #403: Fix heap overflow (thanks David Keeler)
	* bugfix #404: Make parsing APL strings more robust
	  (thanks David Keeler)
	* bugfix #391: Complete library assessment to prevent assertion errors
       	  through ldns_rdf_size usage.
	* Slightly more specific error messaging on wrong number of rdata
	  fields with the LDNS_STATUS_MISSING_RDATA_FIELDS_RRSIG and
	  LDNS_STATUS_MISSING_RDATA_FIELDS_KEY result codes.
	* bugfix #406: More rigorous openssl result code handling to prevent
	  future crashes within openssl.
	* Fix ldns_fetch_valid_domain_keys to search deeper than just one level
          for a DNSKEY that signed a DS RR. (this function was used in the
	  check_dnssec_trace nagios module)
	* bugfix #407: Canonicalize TSIG dnames and algorithm fields
	* A new output specifier to accommodate configuration of what to show
	  in comment texts when converting host and/or wire-format data to
	  string. All conversion to string and printing functions have a new
	  version that have such a format specifier as an extra argument.
	  The default is changed so that only DNSKEY RR's are annotated with
	  an comment show the Key Tag of the DNSKEY.
	* Fixed the ldns resolver to not mark a nameserver unreachable when
	  edns0 is tried unsuccessfully with size 4096 (no return packet came),
	  but to still try TCP. A big UDP packet might have been corrupted by
	  fragments dropping firewalls.
	* Update of libdns.vim (thanks Miek Gieben)
	* Added the ldnsx Python module to our contrib section, which adds even
	  more pythonisticism to the usage of ldns with  Python. (Many thanks
	  to Christpher Olah and Paul Wouters)
	  The ldnsx module is automatically installed when --with-pyldns is
	  used with configuring, but may explicitly be excluded with the
	  --without-pyldnsx option to configure.
	* bugfix #410: Fix clearing out temporary data on stack in sha2.c
	* bugfix #411: Don't let empty non-terminal NSEC3s cause
	  assertion failure.
2011-10-22 19:44:54 +00:00
wiz
c39fc043aa Add a MESSAGE:
For downloading from vimeo using curl (default), add the following line
to your ~/.curlrc:

	user-agent = "Mozilla/5.0"

Bump PKGREVISION.
2011-10-22 18:07:19 +00:00
ryoon
a15d3c051a Recursive revbump after graphics/ImageMagick update. 2011-10-22 15:00:20 +00:00
shattered
ea04b32cfe PR/39320 -- Don't override user-supplied rc.d *_flags variable. 2011-10-22 07:33:34 +00:00
ryoon
ff38cfd915 Update to 1.13.0
Changelog:
aria2 1.13.0
============

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

This release fixed libgcrypt version check error. Several command line
options were added. For details of each new option, read changes
below.  aria2 now returns error response if RPC request parameter has
wrong type.  For MinGW32 build, Unicode filenames support was added.

From this release, aria2 uses libnettle and libgmp by default instead
of libgcrypt.  If you want to use libgcrypt, use configure options
--without-libnettle --with-libgcrypt.

Changes
-------

 * Check libgcrypt version is greater or equal to required version.
   This will fixes Debian bug#642989.

 * Added --piece-length option.  This option sets a piece length for
   HTTP/FTP downloads. This is the boundary when aria2 splits a
   file. All splits occur at multiple of this length. This option will
   be ignored in BitTorrent downloads.  It will be also ignored if
   Metalink file contains piece hashes.

 * Throw exception if parameter has wrong type in RPC method.
   Formally, depending on the method implementation, this kind of
   error is just ignored and parameter is skipped. Now aria2 responds
   error for these cases. The required parameter checking is also
   reworked along with this change.

 * Cleanup log message for binding server socket.

 * Recognize tab as white space before option in -i list.

 * Added geom parameter to --stream-piece-selector option.  If 'geom'
   is given, at the beginning aria2 selects piece which has minimum
   index like 'inorder', but it exponentially increasingly keeps space
   from previously selected piece. This will reduce the number of
   establishing connection and at the same time it will download the
   beginning part of the file first. This will be useful to view movie
   while downloading it.

 * Added completedLength response key in aria2.getFiles RPC method

 * Added #checksum help tag.

 * Added --checksum option.  Added --checksum=TYPE=DIGEST option. This
   option sets checksum. TYPE is hash type. The supported hash type is
   listed in "Hash Algorithms" in "aria2c -v". DIGEST is hex digest.
   For example, setting sha-1 digest looks like this:
   sha-1=0192ba11326fe2298c8cb4de616f4d4140213838 This option applies
   only to HTTP(S)/FTP downloads.

 * Added --hash-check-only opiton.  Added --hash-check-only opiton.
   If true is given, after hash check using --check-integrity option,
   abort download whether or not download is complete. The default
   value is false.

 * Added --download-result option.  Added --download-result=OPT
   option.  This option changes the way "Download Results" is
   formatted. If OPT is 'default', print GID, status, average download
   speed and path/URI. If multiple files are involved, path/URI of
   first requested file is printed and remaining ones are omitted.  If
   OPT is 'full', print GID, status, average download speed,
   percentage of progress and path/URI. The percentage of progress and
   path/URI are printed for each requested file in each row.

 * Added --rpc-allow-origin-all option.  This option adds
   Access-Control-Allow-Origin header field with value '*' to the RPC
   response.

 * Ignore --out option supplied in command-line if -i is used.  You
   can still use out option in the text file specified in -i.

 * Disable SSLv2 by default and optimize memory usage.
   Patch from Cristian Rodríguez.

 * Added libnettle and libgmp support.  libnettle and libgmp is used
   by default. Old implementation uses libgcrypt as default. If more
   and more Linux distributions offer libnettle linked GnuTLS, then
   this change decrease library dependency against libgcrypt and
   libgpg-error.  The current library detection for libnettle and
   libgmp is very simple, just use AC_SEARCH_LIBS.
   util::generateRandomData() was written using SimpleRandomizer, thus
   no external library dependency from this function.

 * In MinGW32, open file with UNICODE filename and print them in ANSI.
2011-10-20 13:24:47 +00:00
jnemeth
95e54e4466 put back libpcap deleted in last update 2011-10-20 03:42:30 +00:00
ryoon
0f149ac8a7 Update to 20111019
Changelog from diff:
* Improve youtube.com support.
* Improve vimeo support.
* Add xvideos.com support.
* Add collegehumor.com support.
2011-10-19 18:25:49 +00:00
ryoon
3ea8391bc4 Replace whitespaces with tabs. 2011-10-19 14:47:30 +00:00
obache
3529d18007 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
adam
e3a6da9106 Changes 4.1.0:
* Unknown
2011-10-18 10:33:06 +00:00