summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2016-05-26Updated php55-baikal to 0.4.4.wiz3-11/+9
0.4.4 (2016-03-30) ------------------ * #517: Added the Sync plugin. Should speed things up and fix syncing bugs with Em Client. * Ships with sabre/dav 3.1.2 0.4.3 (2016-03-23) ------------------ * #513: Fixed error during installation, introduced with 0.4.2. * Ships with sabre/dav 3.1.2 0.4.2 (2016-03-21) ------------------ * #510: Fix PHP warning on fresh install. * #507: Disable installer if Baikal was already configured. * Ships with sabre/dav 3.1.2 0.4.1 (2016-03-17) ------------------ * #506: Fix Sqlite upgrades from people that are upgrading from 0.2.7 or earlier. * Ships with sabre/dav 3.1.2 0.4.0 (2016-03-15) ------------------ * #472: If you were using Sqlite, Cal- CardDAV clients might have missed updates from the server. * #482 / #490: Fix installation issue if Sqlite is not enabled. (@fabianwolf) * #491: Added CalDAV Scheduling plugin. * Added Property Storage plugin. * Removed features related to locking the admin interface. This means that you no longer have to create the `ENABLE_ADMIN` / `ENABLE_INSTALL` files. * Ships with sabre/dav 3.1.2
2016-05-26Add kf5 packagesmarkd1-1/+4
2016-05-26Add KDE Frameworks 5.21.0 packages:markd15-0/+497
kdnssd - Abstraction to system DNSSD features knewstuff - Support for downloading application assets from the network kxmlrpcclient - XML-RPC client library for KDE
2016-05-23Updated py-twisted to 16.2.0.wiz3-26/+65
Twisted 16.2 Released On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 16.2! Just in time for PyCon US, this release brings a few headlining features (like the haproxy endpoint) and the continuation of the modernisation of the codebase. More Python 3, less deprecated code, what's not to like? twisted.protocols.haproxy.proxyEndpoint, a wrapper endpoint that gives some extra information to the wrapped protocols passed by haproxy; Migration of twistd and other twisted.application.app users to the new logging system (twisted.logger); Porting of parts of Twisted Names' server to Python 3; The removal of the very old MSN client code and the deprecation of the unmaintained ICQ/OSCAR client code; More cleanups in Conch in preparation for a Python 3 port and cleanups in HTTP code in preparation for HTTP/2 support; Over thirty tickets overall closed since 16.1.
2016-05-23Add link to upstream bug report about non-obvious Android versioninggdt1-1/+4
CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2016-05-22Update mikutter to 3.3.10.tsutsui2-7/+7
Upstream changes: * preview of Piapro images didn't work
2016-05-21+ mate-user-shareyouri1-1/+2
2016-05-21Import mate-user-share-1.14.0 as net/mate-user-share.youri4-0/+246
mate-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome. The dav server used is apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
2016-05-19Bump revisions for Botan update.joerg1-2/+2
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny8-24/+27
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
2016-05-16Update to version 1.6.5.morr2-8/+8
ChangeLog: - BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted - BUILD: namespaces: fix a potential build warning in namespaces.c - DOC: add encoding to json converter example - BUG/MINOR: conf: "listener id" expects integer, but its not checked - DOC: Clarify tunes.vars.xxx-max-size settings - BUG/MEDIUM: peers: fix incorrect age in frequency counters - BUG/MEDIUM: Fix RFC5077 resumption when more than TLS_TICKETS_NO are present - BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers - BUG/MINOR: lua: can't load external libraries - DOC: "addr" parameter applies to both health and agent checks - DOC: timeout client: pointers to timeout http-request - DOC: typo on stick-store response - DOC: stick-table: amend paragraph blaming the loss of table upon reload - DOC: typo: ACL subdir match - DOC: typo: maxconn paragraph is wrong due to a wrong buffer size - DOC: regsub: parser limitation about the inability to use closing square brackets - DOC: typo: req.uri is now replaced by capture.req.uri - DOC: name set-gpt0 mismatch with the expected keyword - BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the connection state. - DOC: fix "needed" typo - BUG/MINOR: dns: inapropriate way out after a resolution timeout - BUG/MINOR: dns: trigger a DNS query type change on resolution timeout - BUG/MINOR : allow to log cookie for tarpit and denied request - OPTIM/MINOR: session: abort if possible before connecting to the backend - BUG/MEDIUM: trace.c: rdtsc() is defined in two files - BUG/MEDIUM: channel: fix miscalculation of available buffer space (2nd try) - BUG/MINOR: cfgparse: couple of small memory leaks. - BUG/MEDIUM: sample: initialize the pointer before parse_binary call. - DOC: fix discrepancy in the example for http-request redirect - DOC: Clarify IPv4 address / mask notation rules - CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() - BUG/MEDIUM: fix maxaccept computation on per-process listeners - BUG/MINOR: listener: stop unbound listeners on startup - BUG/MINOR: fix maxaccept computation according to the frontend process range - MEDIUM: unblock signals on startup. - BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected - BUG/MEDIUM: channel: incorrect polling condition may delay event delivery - BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) - BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields in TCP mode - BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches. - BUG/MINOR: log: fix a typo that would cause %HP to log <BADREQ> - MINOR: channel: add new function channel_congested() - BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client - BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) - BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared - BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers - BUG/MEDIUM: stats: show servers state may show an empty or incomplete result - BUG/MEDIUM: stats: show backend may show an empty or incomplete result - MINOR: stats: fix typo in help messages - MINOR: stats: show stat resolvers missing in the help message - BUG/MINOR: dns: fix DNS header definition - BUG/MEDIUM: dns: fix alignment issue when building DNS queries - CLEANUP/MINOR: stats: fix accidental addition of member "env" in the applet ctx While here, update HOMEPAGE to better one.
2016-05-15Updated net/syncthing to 0.12.24abs2-7/+7
Fixes the upgrade system breakage in v0.12.23
2016-05-15Update distinfo for changed source distfile. Extracted zip is unchangedabs2-6/+8
2016-05-14Update openntpd to 5.9p1, from Paul B. Henson in PR pkg/51092.bsiegert7-77/+131
Changes since OpenNTPD 5.7p4 ============================ * When a single "constraint" is specified, try all returned addresses until one succeeds, rather than the first returned address. * Relaxed the constraint error margin to be proportional to the number of NTP peers, avoid constant reconnections when there is a bad NTP peer. * Removed disabled hotplug sensor support. * Added support for detecting crashes in constraint subprocesses. * Moved the execution of constraints from the ntp process to the parent process, allowing for better privilege separation since the ntp process can be further restricted. * Added pledge(2) support. * Updated to require LibreSSL 2.3.2 or greater. * Fixed high CPU usage when the network is down. * Fixed various memory leaks. * Switched to RMS for jitter calculations. * Unified logging functions with other OpenBSD base programs. OpenNTPD portable-specific changes: * Added support for syncing time with the Realtime Clock (RTC) on OSes that require it. * CFLAGS is no longer overridden by the build system. * FreeBSD RTABLE support is disabled * FreeBSD is no longer linked with -lmd to avoid hash function collisions, causing failures in constraint certificate loading. * Fixed crashes due to __progname being used before initialized. * Added Solaris 10 compatibility. * Added --disable-https-constraint build option for explicitly disabling constraint support. * Synced build system files with LibreSSL Note that HTTPS TLS constraints are currently disabled in pkgsrc pending evaluation of how best to deal with libressl.
2016-05-14Do SNMP support properly, as a package option, default disabled.bsiegert2-5/+14
2016-05-14Update ruby-pluggaloid to 1.1.1.tsutsui3-8/+13
No upstream changelog, but necessary for forthcoming mikutter 3.4.
2016-05-14Update mikutter to 3.3.9.tsutsui2-8/+7
Upstream changes: * crashes in some case around posting tweets
2016-05-13Fix package installation for Darwin, which installs tickadj and ntpsnmpd.bsiegert2-3/+8
Not sure what the snmp thing is about; is it picking up a dependency from the base system? Why does no other OS build it?
2016-05-11Make bind910 downgrade to 9.10.3pl4 keeping soe options and MASTERSITEtaca4-17/+15
change since ISC mark 9.10.4 as "deprecated". See https://lists.isc.org/pipermail/bind-users/2016-May/096851.html.
2016-05-10Provide O_CLOEXEC compat define.jperkin2-1/+19
2016-05-10Updated net/syncthing to 0.12.23abs2-7/+7
This is a security release to fix three vulnerabilities all related to the possibility of the automatic upgrade response being intercepted by a man-in-the-middle. In one case, a downgrade could be enforced by the attacker; in another, a denial of service could be created by serving a malformed package archive; in the third, an XSS attack could be performed against the local web UI. These were all reported by Sebastian Py. - lib/upgrade: Enforce limits on download archives (fixes #3045) (calmh) - lib/upgrade: Auto upgrade signature should cover version & arch (fixes #3044) (calmh) - gui: Backport angular and angular-translate updates from master (calmh)
2016-05-09Changes 2.3.2:adam5-21/+139
Bug-fix release.
2016-05-09Fix for lack of RTF_LLINFO.adam2-1/+19
2016-05-09Import dhcpcd-6.11.0 with the following changes:roy2-7/+7
* pidfile directory is now created correctly at startup. * bootp "leases" are now stored so dhcpcd can dump them. * ARP state is keep open so we can detect duplicates (currently this is only logged, no action is taken). * --lastleastextend allows dhcpcd to extend a DHCP lease once it has expired. The lease is dropped if any other node claims the address. * Delegated Prefix reject routes will be correctly bound to the loopback interface. If a delegated address uses the whole prefix, then the reject route is removed. If this address is removed, the reject route is restored. * dhcp code has been reworked around a classic BOOTP structure instead of a fixed size DHCP structure based on a max MTU of 1500. Each reference to it also has a size so we know it's length. Adding an option to a message is now guarded via easy macros. Option concatenation buffer is no longer a fixed size. * many more changes so that dhcpcd passes all current Coverity tests.
2016-05-08Remove belnet mirror, gives 404.wiz1-3/+2
2016-05-07Include the right header for std::less.joerg2-5/+6
2016-05-07Drop use of -Wl without actual argument.joerg2-4/+4
2016-05-07Update samba4 to 4.3.8, which contains security fix.taca4-24/+9
This release fixes some regressions introduced by the last security fixes. Please see bug https://bugzilla.samba.org/show_bug.cgi?id=11849 for a list of bugs addressing these regressions and more information. Changes since 4.3.8: -------------------- o Jeremy Allison <jra@samba.org> * BUG 11742: lib: tevent: Fix memory leak when old signal action restored. * BUG 11771: lib: tevent: Fix memory leak when old signal action restored. * BUG 11822: s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1. o Andrew Bartlett <abartlet@samba.org> * BUG 11780: smbd: Only check dev/inode in open_directory, not the full stat(). * BUG 11789: pydsdb: Fix returning of ldb.MessageElement. o Berend De Schouwer <berend.de.schouwer@gmail.com> * BUG 11643: docs: Add example for domain logins to smbspool man page. o Günther Deschner <gd@samba.org> * BUG 11789: libsmb/pysmb: Add pytalloc-util dependency to fix the build. o Alberto Maria Fiaschi <alberto.fiaschi@estar.toscana.it> * BUG 8093: access based share enum: Handle permission set in configuration files. o Volker Lendecke <vl@samba.org> * BUG 11816: nwrap: Fix the build on Solaris. * BUG 11827: vfs_catia: Fix memleak. * BUG 11878: smbd: Avoid large reads beyond EOF. o Stefan Metzmacher <metze@samba.org> * BUG 11622: libcli/smb: Make sure we have a body size of 0x31 before dereferencing an ioctl response. * BUG 11623: libcli/smb: Fix BUFFER_OVERFLOW handling in tstream_smbXcli_np. * BUG 11755: s3:libads: Setup the msDS-SupportedEncryptionTypes attribute on ldap_add. * BUG 11771: tevent: Version 0.9.28. Fix memory leak when old signal action restored. * BUG 11782: s3:winbindd: Don't include two '\0' at the end of the domain list. * BUG 11789: s3:wscript: pylibsmb depends on pycredentials. * BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public share. * BUG 11847: Only validate MIC if "map to guest" is not being used. * BUG 11849: auth/ntlmssp: Add ntlmssp_{client,server}:force_old_spnego option for testing. * BUG 11850: NetAPP SMB servers don't negotiate NTLMSSP_SIGN. * BUG 11858: Allow anonymous smb connections. * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5). * BUG 11872: Fix 'wbinfo -u' and 'net ads search'. o Noel Power <noel.power@suse.com> * BUG 11738: libcli: Fix debug message, print sid string for new_ace trustee. o Garming Sam <garming@catalyst.net.nz> * BUG 11789: build: Mark explicit dependencies on pytalloc-util. o Partha Sarathi <partha@exablox.com> * BUG 11819: Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevel. o Jorge Schrauwen <sjorge@blackdot.be> * BUG 11816: configure: Don't check for inotify on illumos. o Uri Simchoni <uri@samba.org> * BUG 11691: winbindd: Return trust parameters when listing trusts. * BUG 11753: smbd: Ignore SVHDX create context. * BUG 11763: passdb: Add linefeed to debug message. * BUG 11788: build: Fix disk-free quota support on Solaris 10. * BUG 11798: build: Fix build when '--without-quota' specified. * BUG 11806: vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set. * BUG 11852: libads: Record session expiry for spnego sasl binds. o Hemanth Thummala <hemanth.thummala@nutanix.com> * BUG 11740: Real memory leak(buildup) issue in loadparm. * BUG 11840: Mask general purpose signals for notifyd.
2016-05-06Added two patches that solve a compilation problem with ocaml 4.03.0.jaapb3-1/+31
2016-05-05Updated package to version 4.1.1, and added some patches from the upstreamjaapb7-34/+107
git repository to make package compile with ocaml 4.0.3. Changes include: * Cryptography: adding basic support for public key cryptography (provided by GnuTLS) * Authentication: the module types for SASL and HTTP authentication have been changed to a stateless style. Added an experimental SCRAM module for HTTP. * Nethttp_client: Supporting Digest authentication with SHA-256 as hash algorithm. Supporting Basic authentication with "charset" parameter. * XDR/RPC: supporting that direct mappings can be disabled when this is disadvantegous. For now, this is done for internal RPC services, because direct mappings do not copy values, which would be very surprising here. * Netplex: adding support for so-called internal services. This is a fast and type-safe way of exchanging messages between netplex containers. * ALL MODULES: Transitioning to the new "bytes" type for mutable strings while using "string" only for immutable strings. If compiled with OCaml-4.02 or newer, Ocamlnet is built with the -safe-string compiler option. * Netplex_sharedvar: implementing a new protocol that uses shared memory for announcing variable updates. Also, almost all functions can now be called from controller context. * Netsys_global: new module, for keeping a dictionary of global strings. The dictionary is connected with Netplex_sharedvar, so that the strings can be updated across process boundaries if used with Netplex. * Netsys_polysocket: adding this module * Netsys_polypipe: adding this module * Netasn1_encoder: new module for encding ASN.1 messages * Netnumber: on 64 bit platforms, the functions lt_uint4 and lt_uint8 were wrong. Fixed now.
2016-05-05Recursive revbump associated with ocaml update.jaapb7-13/+14
2016-05-03revbump for libsoup's ABI issueprlw141-81/+82
2016-05-03Update libsoup to 2.54.1prlw15-28/+21
Note: ABI issue Changes in libsoup from 2.54.0.1 to 2.54.1: * *** IMPORTANT *** Fixed an ABI break in 2.54.0 caused by adding a member to SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and earlier, but NOT with the anomalous 2.54.0. If you built packages against 2.54.0, you will need to rebuild them against 2.54.1. * Fixed NTLM authentication when ntlm_auth from the latest version of Samba is present. [#765106, Milan Crha] * Updates to MSVC build, including for GSS-API support [Chun-wei Fan] * Updated translations: Friulian
2016-05-03Reset maintainer (observer now).wiz1-3/+2
2016-05-02Re-hash after actually checking in patchhauke1-2/+2
2016-05-02Make the tkined man page render by dropping an obsolete library includehauke3-3/+18
2016-05-02Update bind910 to 9.10.4 (BIND 9.10.4).taca5-25/+51
PKG_OPTIONS change: * Remove rrl which is always enabled. * Add fetchlimit, geoip, pkcs11, sit and tuning. Security Fixes * Duplicate EDNS COOKIE options in a response could trigger an assertion failure. This flaw is disclosed in CVE-2016-2088. [RT #41809] * The resolver could abort with an assertion failure due to improper DNAME handling when parsing fetch reply messages. This flaw is disclosed in CVE-2016-1286. [RT #41753] * Malformed control messages can trigger assertions in named and rndc. This flaw is disclosed in CVE-2016-1285. [RT #41666] * Certain errors that could be encountered when printing out or logging an OPT record containing a CLIENT-SUBNET option could be mishandled, resulting in an assertion failure. This flaw is disclosed in CVE-2015-8705. [RT #41397] * Specific APL data could trigger an INSIST. This flaw is disclosed in CVE-2015-8704. [RT #41396] * Incorrect reference counting could result in an INSIST failure if a socket error occurred while performing a lookup. This flaw is disclosed in CVE-2015-8461. [RT#40945] * Insufficient testing when parsing a message allowed records with an incorrect class to be be accepted, triggering a REQUIRE failure when those records were subsequently cached. This flaw is disclosed in CVE-2015-8000. [RT #40987] New Features * The following resource record types have been implemented: AVC, CSYNC, NINFO, RKEY, SINK, SMIMEA, TA, TALINK. * Added a warning for a common misconfiguration involving forwarded RFC 1918 and IPv6 ULA (Universal Local Address) zones. * Contributed software from Nominum is included in the source at contrib/dnsperf-2.1.0.0-1/. It includes dnsperf for measuring the performance of authoritative DNS servers, resperf for testing the resolution performance of a caching DNS server, resperf-report for generating a resperf report in HTML with gnuplot graphs, and queryparse to extract DNS queries from pcap capture files. This software is not installed by default with BIND. * When loading a signed zone, named will now check whether an RRSIG's inception time is in the future, and if so, it will regenerate the RRSIG immediately. This helps when a system's clock needs to be reset backwards. Feature Changes * Updated the compiled-in addresses for H.ROOT-SERVERS.NET and L.ROOT-SERVERS.NET. * The default preferred glue is now the address type of the transport the query was received over. * On machines with 2 or more processors (CPU), the default value for the number of UDP listeners has been changed to the number of detected processors minus one. * Zone transfers now use smaller message sizes to improve message compression. This results in reduced network usage. * named -V output now also includes operating system details. Porting Changes * The Microsoft Windows install tool BINDInstall.exe which requires a non-free version of Visual Studio to be built, now uses two files (lists of flags and files) created by the Configure perl script with all the needed information which were previously compiled in the binary. Read win32utils/build.txt for more details. [RT #38915] Bug Fixes * rndc flushtree now works even if there wasn't a cached node at the specified name. [RT #41846] * Don't emit records with zero TTL unless the records were received with a zero TTL. After being returned to waiting clients, the answer will be discarded from the cache. [RT #41687] * For Windows platforms, the SIT (Source Identity Token) support was restored. (It was mistakenly partially replaced in a previous beta with new 9.11 COOKIE support.) [RT #41905] * When deleting records from a zone database, interior nodes could be left empty but not deleted, damaging search performance afterward. [RT #40997] [RT #41941] * The server could crash due to a use-after-free if a zone transfer timed out. [RT #41297] * Authoritative servers that were marked as bogus (e.g. blackholed in configuration or with invalid addresses) were being queried anyway. [RT #41321] * Some of the options for GeoIP ACLs, including "areacode", "metrocode", and "timezone", were incorrectly documented as "area", "metro" and "tz". Both the long and abbreviated versions are now accepted. * Zones configured to use map format master files can't be used as policy zones because RPZ summary data isn't compiled when such zones are mapped into memory. This limitation may be fixed in a future release, but in the meantime it has been documented, and attempting to use such zones in response-policy statements is now a configuration error. [RT #38321]
2016-05-02Update bind99 to 9.9.9 (BIND 9.9.9).taca4-17/+20
All Security Fixes should be fixed by 9.9.8-P4. Security Fixes * The resolver could abort with an assertion failure due to improper DNAME handling when parsing fetch reply messages. This flaw is disclosed in CVE-2016-1286. [RT #41753] * Malformed control messages can trigger assertions in named and rndc. This flaw is disclosed in CVE-2016-1285. [RT #41666] * Specific APL data could trigger an INSIST. This flaw is disclosed in CVE-2015-8704. [RT #41396] * Incorrect reference counting could result in an INSIST failure if a socket error occurred while performing a lookup. This flaw is disclosed in CVE-2015-8461. [RT#40945] * Insufficient testing when parsing a message allowed records with an incorrect class to be be accepted, triggering a REQUIRE failure when those records were subsequently cached. This flaw is disclosed in CVE-2015-8000. [RT #40987] New Features * The following resource record types have been implemented: AVC, CSYNC, NINFO, RKEY, SINK, SMIMEA, TA, TALINK. * Added a warning for a common misconfiguration involving forwarded RFC 1918 and IPv6 ULA (Universal Local Address) zones. * Contributed software from Nominum is included in the source at contrib/dnsperf-2.1.0.0-1/. It includes dnsperf for measuring the performance of authoritative DNS servers, resperf for testing the resolution performance of a caching DNS server, resperf-report for generating a resperf report in HTML with gnuplot graphs, and queryparse to extract DNS queries from pcap capture files. This software is not installed by default with BIND. * When loading a signed zone, named will now check whether an RRSIG's inception time is in the future, and if so, it will regenerate the RRSIG immediately. This helps when a system's clock needs to be reset backwards. Feature Changes * Updated the compiled-in addresses for H.ROOT-SERVERS.NET and L.ROOT-SERVERS.NET. * The default preferred glue is now the address type of the transport the query was received over. * On machines with 2 or more processors (CPU), the default value for the number of UDP listeners has been changed to the number of detected processors minus one. * Zone transfers now use smaller message sizes to improve message compression. This results in reduced network usage. * named -V output now also includes operating system details. Porting Changes * The Microsoft Windows install tool BINDInstall.exe which requires a non-free version of Visual Studio to be built, now uses two files (lists of flags and files) created by the Configure perl script with all the needed information which were previously compiled in the binary. Read win32utils/build.txt for more details. [RT #38915] Bug Fixes * rndc flushtree now works even if there wasn't a cached node at the specified name. [RT #41846] * Don't emit records with zero TTL unless the records were received with a zero TTL. After being returned to waiting clients, the answer will be discarded from the cache. [RT #41687] * When deleting records from a zone database, interior nodes could be left empty but not deleted, damaging search performance afterward. [RT #40997] [RT #41941] * The server could crash due to a use-after-free if a zone transfer timed out. [RT #41297] * Authoritative servers that were marked as bogus (e.g. blackholed in configuration or with invalid addresses) were being queried anyway. [RT #41321]
2016-05-02Bump PKGREVISION to 9 for patch. (patches live in net/tcl-scotty)dholland1-2/+2
PR 50244.
2016-05-02Fix handling of tcl and tk versions: don't demand exact version whendholland2-1/+23
the version we have doesn't include the teeny version number. Possibly we should arrange to pass that in and require it exactly; I'm not sure exactly what the compatibility semantics of version numbers are supposed to be in tcl-land; but it's definitely wrong the way it has been. Fixes PR 50244 wherein tkined fails to run.
2016-05-02Explicitly set umask when frobbing pkgIndex.tcl in post-install.dholland1-2/+2
2016-05-02Explicitly chmod pkgIndex.tcl after stage-install, as otherwise itdholland1-1/+2
depends on umask and then mysteriously doesn't work when installed.
2016-05-01Update net/youtube-dl to 20160501.leot3-47/+32
Changes: 2016.05.01 [xminus] Fix extraction (closes #9228) [douyutv] Improve extraction and update tests [openload] Fix title extraction and misc improvements (Closes #9298) [muzu] Remove extractor (shut down in October 2015) [normalboots] Fix extraction [malemotion] Remove the extractor (MaleMotion is closed) (Closes #9311) [nuvid] Fix extraction [sexykarma] Rename to WatchIndianPornIE and fix extraction [wsj] improve extraction [ccc] improve extraction [*] Misc fixes and improvements 2016.04.24 [people] Add extractor [quickvid] Remove extractor (Closes #9258) [tvigle] Fix extraction (Closes #9259) [streetvoice] Fix extraction [dispeak] Add new extractor [mgtv] Add new extractor (closes #9212) [dispeak] Several fixes [planetaplay] Remove extractor (Closes #9256) [dump] Remove extractor [tubitv] fix extraction (closes #8741) [nbc] add support for today.com (closes #2909) [nhl] Add new extractor (closes #8419, #8798) [dplay] Various improvements and fixes [yahoo] Extend _VALID_URL and fix extraction [yahoo] Extract all <iframe>s [*] Misc fixes and improvements 2016.04.19 [mixcloud] Added support for user uploads, playlists, favorites and listens [generic] Add support for LiveLeak embeds [karrierevideos] Fix extraction [lecture2go] Fix extraction [arte:info] Add extractor (Closes #9182) [ministrygrid] Fix extraction and modernize [ubu] Remove extractor (videos on ubu.com are now hosted on Vimeo) [wayofthemaster] Remove extractor (now using YouTube embeds) [mixcloud:stream] Add new extractor [karaoketv] Fix extraction [mooshare] Remove extractor [instagram] Add support for embed URLs [instagram] Add support for iframe embeds [extractor/generic] Improve instagram embeds (Closes #9213) [nerdist] Remove extractor (now uses brightcove) [*] Misc fixes and improvements
2016-05-01Added net/libasr version 1.0.2mef1-1/+2
2016-05-01Import libasr-1.0.2 as net/libasr. Based on PR pkg/51106 by ISIHARA Takanori.mef5-0/+48
libasr is a FREE asynchronous DNS resolver. libasr runs on top of the OpenBSD operating system but also has a portable version that can build and run on several systems, including: * Linux * FreeBSD * NetBSD * DragonFly * MacOSX
2016-04-30Fix portability issues due to overstrict namespace macros.joerg4-4/+46
2016-04-29Fix for systems with RTF_LLDATA in place of RTF_LLINFO.adam4-1/+79
2016-04-29Update net/erlang-esip to 1.0.4.fhajny3-13/+13
Version 1.0.4 - Update Fast TLS and Stun Version 1.0.3 - Update Fast TLS and Stun
2016-04-29Update net/erlang-stun to 1.0.3.fhajny3-12/+12
Version 1.0.3 - Use Fast TLS 1.0.3 Version 1.0.2 - Use Fast TLS 1.0.2
2016-04-29Use upstream version of patch.wiz2-18/+42