summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2014-07-11Avoid "error: call of overloaded <func> is ambiguous". Fixes SunOS.jperkin3-1/+35
2014-07-11Update to 2.84:wiz2-6/+6
* Fix peer communication vulnerability (no known exploits) reported by Ben Hawkes
2014-07-10remove duplicated entriesjnemeth1-5/+1
2014-07-10Changes 1.8.20140523:adam8-137/+34
* Add ipv6_bind_address (option "ipv6_listening_ip") * disable IPv6 when socket(PF_INTET6, ...) errors with EAFNOSUPPORT * Add IPV6 multicast membership only on selected "LAN" interfaces
2014-07-10needs pkg-configwiedi1-2/+2
2014-07-09Needs c99, __EXTENSIONS__ and -lnsl on SunOS.jperkin1-2/+5
2014-07-08Recursive revbump for textproc/tinyxml update.jperkin1-2/+2
2014-07-07Move PKGREVISION to the standard location.obache1-2/+2
2014-07-07Clang needs C++11 as well.joerg1-1/+5
2014-07-07Bump from ABI change of zeromq, libsodium dependency addtion.obache2-3/+6
2014-07-07Exactly specify the location of libsodium to configure.obache1-1/+2
2014-07-07Use mk/compiler.mk and CC_VERSION to check compiler instead of PKGSRC_COMPILER.obache1-3/+3
2014-07-06Update mikutter to 3.0.3.obache2-6/+6
* FIX: at getting tab order, unwanted non-existet tab may be created. * FIX: properly handle mentions to multiple accounts. * CHANGE: colorize rule of metions for tweets with multi accounts. *
2014-07-06added support for MacOS X (which is a BSD-style UNIX system, too)schwarz2-4/+4
2014-07-03- sortjnemeth1-3/+2
- remove duplicated entry
2014-07-02Link against security/libsodium so that CURVE security becomes available.mbalmer1-1/+8
Conditionalize C++ standard on the compiler being used (the curve code in zeromq uses "long long" which is not vali in C++98).
2014-07-02add and enable bind910jnemeth1-1/+8
2014-07-02Initial import of BIND 9.10.jnemeth26-0/+1521
2014-07-01Remove the installation of rancid.types.base for goodpettai2-11/+18
2014-06-30Add SMF manifest, contributed by gzartman on GitHub.jperkin1-0/+29
2014-06-29Provide __COPYRIGHT and __RCSID if missing. This has USE_FEATURES+=cdefsdholland2-1/+21
but it doesn't seem to be adequate. Should fix Linux build.
2014-06-29Add missing openssl buildlink, appeared in linux builddholland1-1/+3
2014-06-29add missing openssl buildlink, appeared in linux builddholland1-1/+3
2014-06-28work with more lex versions (fixes build failure seen with -current)dholland2-3/+15
(lather, rinse, repeat)
2014-06-28Don't pull in flex with both USE_TOOLS and bl3. USE_TOOLS is sufficient.dholland1-3/+2
Should fix shlib check failure.
2014-06-28work with more lex versions (fixes build failure seen with -current)dholland2-3/+15
2014-06-28Update mikutter to 3.0.2.obache3-7/+8
* trivial bug fixes.
2014-06-28Fix an fd leak when using appledouble = v2 - from upstream.markd3-3/+28
Bump PKGREVISION
2014-06-27Stop using "pax -rw -pe", it doesn't work. Use "-pp" instead.asau1-2/+2
2014-06-26Update to 0.7.0, fixing a security issue.wiz5-58/+15
2014-06-16: 0.7.0 "Kryoptonite" - Partial IPv6 support (#107) Client can connect to iodined through an relaying IPv6 nameserver. Server only supports IPv4 for now. Traffic inside tunnel is IPv4. - Add socket activation for systemd, by Michael Scherer. - Add automated lookup of external ip (via -n auto). - Bugfix for OS X (Can't assign requested address) - Fix DNS tunneling bug caused by uninitialized variable, #94 - Handle spaces when entering password interactively, fixes #93. Patch by Hagar. - Add -R option to set OpenBSD routing domain for the DNS socket. Patch by laurent at gouloum fr, fixes #95. - Add android patches and makefile, from Marcel Bokhorst, fixes #105. - Added missing break in iodine.c, by Pavel Pergamenshchik, #108. - A number of minor patches from Frank Denis, Gregor Herrmann and Barak A. Pearlmutter. - Testcase compilation fixes for OS X and FreeBSD - Do not let sockets be inherited by sub-processes, fixes #99. - Add unspecified RR type (called PRIVATE; id 65399, in private use range). For servers with RFC3597 support. Fixes #97. - Fix authentication bypass vulnerability; found by Oscar Reparaz.
2014-06-25minor cleanupdrochner4-11/+6
(The options need work too, after the freeze.)
2014-06-24Update samba to 3.6.24, security release.taca2-7/+6
============================== Release Notes for Samba 3.6.24 June 23, 2014 ============================== This is a security release in order to address CVE-2014-0244 (Denial of service - CPU loop) and CVE-2014-3493 (Denial of service - Server crash/memory corruption). o CVE-2014-0244: All current released versions of Samba are vulnerable to a denial of service on the nmbd NetBIOS name services daemon. A malformed packet can cause the nmbd server to loop the CPU and prevent any further NetBIOS name service. This flaw is not exploitable beyond causing the code to loop expending CPU resources. o CVE-2014-3493: All current released versions of Samba are affected by a denial of service crash involving overwriting memory on an authenticated connection to the smbd file server.
2014-06-24Fix build. Already fixed upstream I think...dholland4-1/+59
2014-06-21Avoidwiz2-4/+14
SyntaxError: Non-UTF-8 code starting with '\xb7' in file youtube-dl on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details by installing the original unmodified file and a wrapper script. I'm not sure why it broke or why this works better, but it does for me (TM). Bump PKGREVISION.
2014-06-19libutil is needed on FreeBSD for fparseln.asau2-7/+18
2014-06-18Bump PKGREVISION for cups -> cups15 change.wiz4-6/+8
2014-06-18Switch all cups packages to use cups15.wiz4-8/+8
2014-06-16Ask for RFC3542 on OS X.gdt1-1/+3
From Youri Mout on tech-pkg.
2014-06-15Update libtorrent to version 0.13.4 and rtorrent to version 0.9.4.tron91-4262/+49
A list of changes is not available unfortunately. But the update seems to prevent crashes with a message like this one: rtorrent: Read past initial payload after incoming encrypted handshake
2014-06-153.0.19rodent2-6/+6
====== - The wheel distribution did not support Python 2.6 by failing to list the extra dependencies required. - Durable and auto_delete queues/exchanges can be be cached using ``maybe_declare``.
2014-06-15Fix download and make DISTNAME nicer while I'm here.wiz2-8/+7
2014-06-15Update mikutter to 3.0.1.obache2-8/+8
* Fixes account authentication related issues. * Change match empty extract condition to match all tweets.
2014-06-14Fix PKG_SYSCONFDIR handling for rancid.types.base. Bump PKGREVISION.markd4-4/+27
2014-06-14Update bind99 to 9.9.5pl1 (BIND 9.9.5-P1).taca2-7/+6
3859. [bug] Don't call qsort with a null pointer. [RT #35968] 3858. [bug] Disable GCC 4.9 "delete null pointer check". [RT #35968] 3742. [port] linux: libcap support: declare curval at start of block. [RT #35387] --- 9.9.5-W1 released --- 3724. [bug] win32: Fixed a bug that prevented dig and host from exiting properly after completing a UDP query. [RT #35288]
2014-06-14fix SMF Manifest installation by not overwriting INSTALLATION_DIRSwiedi2-4/+4
2014-06-14fix SMF Manifest installation by not overwriting INSTALLATION_DIRSwiedi1-2/+2
2014-06-14Update "wireshark" package to version 1.10.8. Changes since 1.10.7:tron2-7/+6
- The following vulnerabilities have been fixed. * wnpa-sec-2014-07 The frame metadissector could crash. (Bug 9999, Bug 10030) Versions affected: 1.10.0 to 1.10.7 CVE-2014-4020 = The following bugs have been fixed: * VoIP flow graph crash upon opening. (Bug 9179) * Tshark with "-F pcap" still generates a pcapng file. (Bug 9991) * IPv6 Next Header 0x3d recognized as SHIM6. (Bug 9995) * Failed to export pdml on large pcap. (Bug 10081) * TCAP: set a fence on info column after calling sub dissector (Bug 10091) * Dissector bug in JSON protocol. (Bug 10115) * GSM RLC MAC: do not skip too many lines of the CSN_DESCR when the field is missing (Bug 10120) * Wireshark PEEKREMOTE incorrectly decoding QoS data packets from Cisco Sniffer APs. (Bug 10139) * IEEE 802.11: fix dissection of HT Capabilities (Bug 10166) - Updated Protocol Support CIP, EtherNet/IP, GSM RLC MAC, IEEE 802.11, IPv6, and TCAP - New and Updated Capture File Support pcap-ng, and PEEKREMOTE
2014-06-13Add a conditional entry for ad(1) - thanks to szptvlfn@ for thehauke1-1/+2
heads-up.
2014-06-133.1pettai2-7/+6
- Change rancid script exec(); move cmd-line options to rancid.types.* files. This allows older scripts to function without change, ie: needing to support -t. - clogin: missing variable initialization - ios.pm: filter fan speed setting on 2900, etc. - fnrancid: fix filter match for encrypted pwd - ios.pm: filter vlan traffic counters on gsr, 6400 & switches - srancid: fix up time filter for dell 3448 - ios.pm: some ASAs do not support show vlan - ios.pm: bgp password filtering removing neighbor address - rancid.types.base: dell definition missing inloop configuration - rancid: display useful error if inloop is not configured - dell.pm: missing variable declarations - nxrancid: filter INTAKE temps and cycling file BufferMonitor-1HourData
2014-06-13Add Tweepy 2.3.0, a python API for Twitter.riz4-0/+73