summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin2-2/+6
2013-12-10Add socket libraries and inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+4
2013-12-10Fix build on SunOS. Patches from Sebastian Wiedenroth.jperkin3-2/+22
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin4-5/+13
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Update "youtube-dl" package to version 2013.12.09.4. A list oftron2-6/+6
change since the last release is not available unfortunately.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache18-55/+59
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09Update samba to 3.6.22; Security fix for CVE-2012-6150.taca2-6/+6
Changes since 3.6.21: --------------------- o Jeremy Allison <jra@samba.org> * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field. o Stefan Metzmacher <metze@samba.org> * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field. o Noel Power <noel.power@suse.com> * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't member of *any* require_membership_of specified groups. Changes since 3.6.20: --------------------- o Jeremy Allison <jra@samba.org> * BUG 10139: Valid utf8 filenames cause "invalid conversion error" messages. * BUG 10167: s3-smb2 server: smb2 breaks "smb encryption = mandatory". * BUG 10187: Missing talloc_free can leak stackframe in error path. * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users. o Korobkin <korobkin+samba@gmail.com> * BUG 10118: Raise debug level for being unable to open a printer. o Volker Lendecke <vl@samba.org> * BUG 10195: nsswitch: Fix short writes in winbind_write_sock. o Arvid Requate <requate@univention.de> * BUG 10267: Fix Windows 8 printing via local printer drivers. o Andreas Schneider <asn@cryptomilk.org> * BUG 10194: Make offline logon cache updating for cross child domain group membership.
2013-12-08Disable iso (and isis) on NetBSD, as it's been removed in -current anddholland3-6/+6
this therefore was not building. PKGREVISION++. While in theory it could be left enabled for earlier NetBSD releases, there really isn't any point.
2013-12-07Removed net/ruby-tweetstream.obache5-64/+1
No package depend on this one anymore, and no advantage to maintain pure ruby gem with pkgsrc.
2013-12-05Update to 0.4.21:wiz3-11/+9
v0.4.21 (2013-11-30) / Toni Gundogdu Toni Gundogdu: - FIX: website/101greatgoals: redirect: Add URL scheme [d1313ea] - FIX: website/arte: Reimpl. support [7084f63] - FIX: website/beeg: title pattern [6dd0013] - FIX: website/cbsnews: Adapt to website changes [cda2d12] - FIX: website/publicsenat: Reimpl. support [e33d3f9] - FIX: website/senat: Reimpl. support [cf3210c] - FIX: website/spankwire: Reimpl. support [33745ae] - FIX: website/vimeo: Reimpl. support [ac21fa0] - Mark website/imdb as "FIXME" [a3e6fb3] - Mark website/justintv as "FIXME" [f50dc23] - Mark website/wdrmaus as "FIXME" [547ba93] - quvi/util: Add json_get function [43d2654] - quvi/util: Add xml_get [e24824c] - website/canalplus.lua: Add support for {d8,d17} [a505772] 44 files changed, 539 insertions(+), 542 deletions(-) v0.4.20 (2013-11-04) / Toni Gundogdu Toni Gundogdu: - Add website/dorkly.lua for dorkly.com [6528f5d] - FIX: website/collegehumor.lua [168d954] - FIX: website/redtube.lua: media stream URL pattern [ed756ef] - FIX: website/tcmag.lua: Media stream URL pattern [e90c00d] - website/arte.lua: Mark as FIXME [a823ef0] - website/vimeo.lua: Mark as FIXME [a2279ff] 14 files changed, 202 insertions(+), 189 deletions(-) v0.4.19 (2013-10-04) / Toni Gundogdu Toni Gundogdu: - FIX: website/funnyordie.lua: Media stream pattern (PORTpt9) [3160719] - FIX: website/liveleak.lua: media stream URL pattern [bba8e1f] 2 files changed, 8 insertions(+), 6 deletions(-) v0.4.18 (2013-09-03) / Toni Gundogdu Tobias Gruetzmacher: - FIX: website/dailymotion.lua: sequence pattern (no match: sequence) [3d71c75] Toni Gundogdu: - FIX: website/funnyordie.lua: Media stream URL pattern (PORTpt9) [84c83f7] 2 files changed, 4 insertions(+), 5 deletions(-)
2013-12-04update to 0.8.8drochner3-9/+10
changes: minor feature additions and fixes
2013-12-04update to 0.12.4drochner2-7/+6
changes: minor feature additions and fixes
2013-12-04update to 0.20.8drochner2-7/+6
changes: minor feature additions and fixes
2013-12-04update to 0.14.6drochner2-7/+6
changes: minor feature additions and fixes
2013-12-04reset PKGREV for base pkg updatedrochner1-2/+1
2013-12-01Update net/tinc to version 1.0.23.tonnerre4-25/+10
Changes since version 1.0.22: - Check for writability when waiting for a socket to finish connecting. - Don't send PING requests on connections which are not active yet. - Fix segfault when Name = $HOST but $HOST is not set. - Fix typos in the documentation. - Modernize the build system. - Get rid of the splay tree implementation. - Add description of IffOneQueue and MaxTimeout to the info manual. - Clean up child processes from proxy type exec.
2013-12-01Revbump from devel/apr updateryoon1-2/+2
2013-12-01IO has been a part of perl core since 5.6.wiz1-2/+1
The latest version distributed outside the perl core is as old as perl-5.10. Remove p5-IO dependencies in preparation for removal of package.
2013-11-30Fix python interpreter path in installed file.wiz1-1/+4
Bump PKGREVISION.
2013-11-30Set EGG_NAME for simpler PLISTs.wiz2-7/+7
2013-11-29Update to 1.3:wiz3-25/+6
I had a few bugs in 1.2 and I figured I'd just pack them up and release again. * Fix -import exit value * Fix version number reported by serve * Rename '.egg' file calypso.egg
2013-11-29Fix build on -current, functionality is untested.joerg4-1/+147
2013-11-28Remove rc.d bits that are already handled by pkgsrc.fhajny1-3/+2
2013-11-28Punt the not needed patchroy1-15/+0
2013-11-26Correct the PLIST for other versions of python, too.agc2-6/+8
2013-11-26+py-dropboxdrochner1-1/+2
2013-11-26add py-dropbox-1.6, the official Python SDK for Dropbox callsdrochner4-0/+65
2013-11-25PKGREVISION bump for json-c shlib rename.wiz2-3/+4
2013-11-24Bump PKGREVISION for json version handling change.taca1-1/+2
2013-11-24Update mikutter to 0.2.2.1430.obache2-6/+6
* fix: lack of some or all tweets and notification with UserStream * fix: long delay receiving tweets with UserStream
2013-11-24take over the maintainershippettai2-4/+4
2013-11-23Added libcmis subdirectory to category Makefilejaapb1-1/+2
2013-11-23Added net/libcmis at version 0.4.1. This package is a C++ client library forjaapb5-0/+89
the CMIS interface. This allows C++ applications to connect to any ECM behaving as a CMIS server like Alfresco, Nuxeo for the open source ones.
2013-11-23PKGREVISION really bumpedryoon1-1/+2
2013-11-23Bump PKGREVISIONryoon2-6/+3
* To prepare config file destination directory, MAKE_DIRS should be used.
2013-11-22Fix COMMENT, thank you, wiz@.ryoon1-2/+2
2013-11-22Add mirallryoon1-1/+2
2013-11-22Import mirall-1.4.2 as net/mirall.ryoon10-0/+188
Mirall is a tool to synchronize files from ownCloud Server with your computer. It uses OCSync as its syncing backend.
2013-11-22Add ocsyncryoon1-1/+2
2013-11-22Import ocsync-0.90.4 as net/ocsync.ryoon8-0/+159
OwnCloud edition of csync command. This is a part of owncloud client.
2013-11-21Update libupnp to 1.6.19.obache3-8/+15
bug fixes
2013-11-20Revbump after updating devel/boost-libsadam6-12/+12
2013-11-20recursive bump from boost-lib shlib major bump.obache6-10/+12
2013-11-19Make tcpreplay build on Darwinminskim2-6/+19
2013-11-17Unbound 1.4.21pettai3-8/+8
Features: * Implement max-udp-size config option, default 4096 with fix#524 for nonEDNS0 queries. * add unbound-control insecure_add and insecure_remove for the administration of negative trust anchors. * install copy of unbound-control.8 man page for unbound-control-setup. * code improve for minimal responses, small speed increase. * max include of 100.000 files (depth and globbed at one time). This is to preserve system memory in bug cases, or endless cases. * unbound.h header file has UNBOUND_VERSION_MAJOR define. * get_option, set_option, unbound-checkconf -o and libunbound getoption() and setoption() support cache-min-ttl and cache-max-ttl. Also log-time-ascii, python-script, val-sig-skew-min and val-sig-skew-max. log-time-ascii takes effect immediately. The others are mostly useful for libunbound users. * configure --disable-flto option. * streamtcp man page. * Make reverse zones easier by documenting the nodefault statements commented-out in the example config file. Bug Fixes: * committed libunbound version 4:1:2 for binary API updated in 1.4.20 * Fix for 2038, with time_t instead of uint32_t. * Fix resolve of names that use a mix of public and private addresses. * [bugzilla: 492 ] Fix endianness detection, revert to older lookup3.c detection and put new detect lines after previous tests, to avoid regressions but allow new detections to succeed. And add detection for machine/endian.h to it. * Fix queries leaking up for stubs and forwards, if the configured nameservers all fail to answer. * unbound-anchor review: BIO_write can return 0 successfully if it has successfully appended a zero length string. * Fix so that for a configuration line of include: "*.conf" it is not an error if there are no files matching the glob pattern. * own implementation of compat/snprintf.c. * [bugzilla: 491 ] pick program name (0th argument) as syslog identity. * Fixup snprintf return value usage, fixed libunbound_get_option. * Robust checks on dname validity from rdata for dname compare. * iana portlist update. * Fix round-robin doesn't work with some Windows clients. * [bugzilla: 500 ] use on non-initialised values on socket bind failures. * [bugzilla: 499 ] use-after-free in out-of-memory handling code. * Explain bogus and secure flags in libunbound more. * Update acx_pthreads.m4 to ax_pthreads.4 (2013-03-29), and apply patch to it to not fail when -Werror is also specified, from the autoconf-archives. * Fixup manpage syntax. * Fix for const string literals in C++ for libunbound. * Squelch sendto-permission denied errors when the network is not connected, to avoid spamming syslog. * libunbound documentation on how to avoid openssl race conditions. * [bugzilla: 512 ] NSS returned arrays out of setup function to be statics. * [bugzilla: 516 ] dnssec lameness detection for answers that are improper. * [bugzilla: 519 ] ub_ctx_delete may hang in some scenarios (libunbound). * [bugzilla: 520 ] Errors found by static analysis
2013-11-16Update to 0.4.17 (released 2012). Changes:shattered3-11/+10
- Integrated NetBSD ioctl driver (modified) from Rui Paulo. - Fixed buffer overflow in draw_rate, exposed in 64 sistems due to extended precision in floating point values. - Include Becker's changes for trend support and set trend support on by default. - Integrate FreeBSD's driver patch. - Do not blink leds when an interface is offline - Do not require 'link_up' in solaris_kstat (but use it if present), since on OpenSolaris many nic drivers seem to be broken. - Fix the installation path of wmndrc.
2013-11-14Update COMMENT and DESCR to describe new features added betweenapb2-19/+16
sslh-1.7a and 1.15.
2013-11-13Changes 13.2.0:adam3-7/+20
* Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). * Improved support for Cancellable Deferreds by kaizhang, our GSoC student. * Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern. * twistd now waits for the application to start successfully before exiting after daemonization. * SSL server endpoint string descriptions now support the specification of chain certificates. * Over 70 closed tickets since 13.1.0.