summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23net/btget: Fix typos in description file.jlam1-3/+3
2017-08-22Update net/dnsdist to 1.2.0.fhajny4-45/+14
- fix for CVE-2016-7069 and CVE-2017-7557. - applying rules on cache hits - addition of runtime changeable rules that matches IP address for a certain time: TimedIPSetRule - SNMP support, exporting statistics and sending traps - preventing the packet cache from ageing responses when deployed in front of authoritative servers - TTL alteration capabilities - consistent hash results over multiple deployments - exporting CNAME records over protobuf - tuning the size of the ringbuffers used to keep track of recent queries and responses - various DNSCrypt-related fixes and improvements, including automatic key rotation Full changelog: https://dnsdist.org/changelog.html
2017-08-22Find a suitable make program on SunOS.jperkin1-1/+6
2017-08-22Added dependency on py-cffi; PLIST fix; bump revisionadam2-2/+5
2017-08-22Define _OPENBSD_SOURCE to build sane binary on NetBSD suggested from joerg@.ryoon1-5/+4
Thank you. * Bump PKGREVISION
2017-08-21On NetBSD/amd64 8.0_BETA and 8.99.1 at least, reallocarray(3) in baseryoon1-1/+8
causes runtime error and it does not boot at all * Pass reallocarray as no for NetBSD * Bump PKGREVISION
2017-08-21Upgrade unbound to version 1.6.5.he2-7/+7
Upstream changes: 21 Aug 2017: Wouter - Fix install of trust anchor when two anchors are present, makes both valid. Checks hash of DS but not signature of new key. This fixes installs between sep11 and oct11 2017. - Tag 1.6.5
2017-08-20Update net/erlang-esip to 1.0.15.fhajny2-9/+9
Version 1.0.15 - Updating stun to version 1.0.14. - Updating fast_tls to version 1.0.15. Version 1.0.14 - Updating fast_tls to version 1.0.14. - Updating stun to version 1.0.13.
2017-08-20Update net/erlang-stun to 1.0.14.fhajny2-8/+8
Version 1.0.14 - Updating fast_tls to version 1.0.15. Version 1.0.13 - Updating fast_tls to version 1.0.14. - Make test not crash on R20
2017-08-20Update net/erlang-xmpp to 1.1.14.fhajny2-7/+7
- Update hex packaging - Fix namespace in PubSub publishing options
2017-08-20Fix nagios unability to cleanup checkresults directorymanu3-3/+66
From upstream https://github.com/NagiosEnterprises/nagioscore/pull/417 Once nagios is done with a file in the checkresults directory, it deletes it. This was done with a relative file path, causing failures if nagios working directory is not the checkresults directory. As a consequence, old result file remained intact, causing system slowdowns as the directory grew and nagios spent more and more time attempting to clean it up. The fix is just to use an absolute path, so that it works regardeless of current directory setting.
2017-08-20Update nagios-plugin-dnsrbl to 0.3manu2-7/+7
- multithreaded DNS lookups to reduce latency - updated built-in DNSRBL list
2017-08-19net/ccrtp: Install GNU info files into ${PKGINFODIR}.jlam3-8/+13
This project uses CMake to configure the software. Force the GNU info files to be installed into ${CMAKE_INSTALL_INFODIR}, which is defined by the GNUInstallDirs CMake module included by the top-level CMakeLists.txt file. The corrct environment variables are passed so that ${CMAKE_INSTALL_INFODIR} points into ${PKGINFODIR}. Remove the subst.mk section that tried to force GNU info files to be always installed under "info".
2017-08-19net/xl2tpd: Install manpages under ${PKGMANDIR}.jlam2-4/+4
Modify the Makefile patch to set MANDIR to the correct location for installed manpages under ${PKGMANDIR}.
2017-08-19net/wistumbler2: Install manpages into ${PKGMANDIR}.jlam2-6/+8
Complete the support for installing manpages into ${PKGMANDIR} that was previously started -- also copy the manpage into the correct directory under ${PKGMANDIR}.
2017-08-19net/tcl-scotty: Install manpages into ${PKGMANDIR}.jlam2-5/+12
Modify unix/Makefile.in so that the GNU configure script can replace @mandir@ with the correct location for the installed manpages under ${PKGMANDIR}.
2017-08-19net/ssmping: Install manpages into ${PKGMANDIR}.jlam2-6/+6
Modify the Makefile patch to copy manpages to the correct location under ${PKGMANDIR}.
2017-08-19net/spegla: Install manpages into ${PKGMANDIR}.jlam1-1/+2
Pass "MANDIR=..." when running "make install" to pass the correct location for installed manpages under ${PKGMANDIR}.
2017-08-19net/socks4: Install manpages into ${PKGMANDIR}.jlam2-4/+4
Modify the Makefile patch to set MAN_DEST_DIR to the correct location for installed manpages under ${PKGMANDIR}.
2017-08-19net/pppd: Install manpages into ${PKGMANDIR}.jlam14-44/+48
Patch the project makefiles to set MANDIR to the point to the correct location for installed manpages under ${PKGMANDIR}.
2017-08-19net/ocsync: Install manpages into ${PKGMANDIR}.jlam2-4/+4
This project uses CMake to configure the software. Force the manpages to be installed into ${CMAKE_INSTALL_MANDIR}, which is defined by the included GNUInstallDirs CMake module. The correct environment variables are passed so that ${CMAKE_INSTALL_MANDIR} points into ${PKGMANDIR}.
2017-08-19net/netcat-openbsd: Install manpages into ${PKGMANDIR}.jlam2-1/+14
Fix the project Makefile -- it was using ${PKGMANDIR} in a different way than how pkgsrc uses it.
2017-08-19net/netcat-openbsd: Remove unnecessary bsd.prefs.mk inclusion.jlam1-2/+1
2017-08-19net/mrstat: Install manpages into ${PKGMANDIR}.jlam2-1/+17
Patch the project Makefile "install" target to install manpages under ${PKGMANDIR}.
2017-08-19net/autonet: Install manpages into ${PKGMANDIR}.jlam2-8/+8
Patch the project Makefile to install manpages into ${PKGMANDIR} under ${PREFIX}.
2017-08-18Update net/youtube-dl to youtube-dl-20170818.leot3-17/+26
Changes: 2017.08.18 ---------- Core * [YoutubeDL] Sanitize byte string format URLs (#13951) + [extractor/common] Add support for float durations in _parse_mpd_formats (#13919) Extractors * [arte] Detect unavailable videos (#13945) * [generic] Convert redirect URLs to unicode strings (#13951) * [udemy] Fix paid course detection (#13943) * [pluralsight] Use RPC API for course extraction (#13937) + [clippit] Add support for clippituser.tv + [qqmusic] Support new URL schemes (#13805) * [periscope] Renew HLS extraction (#13917) * [mixcloud] Extract decrypt key 2017.08.13 ---------- Core * [YoutubeDL] Make sure format id is not empty * [extractor/common] Make _family_friendly_search optional * [extractor/common] Respect source's type attribute for HTML5 media (#13892) Extractors * [pornhub:playlistbase] Skip videos from drop-down menu (#12819, #13902) + [fourtube] Add support pornerbros.com (#6022) + [fourtube] Add support porntube.com (#7859, #13901) + [fourtube] Add support fux.com * [limelight] Improve embeds detection (#13895) + [reddit] Add support for v.redd.it and reddit.com (#13847) * [aparat] Extract all formats (#13887) * [mixcloud] Fix play info decryption (#13885) + [generic] Add support for vzaar embeds (#13876) 2017.08.09 ---------- Core * [utils] Skip missing params in cli_bool_option (#13865) Extractors * [xxxymovies] Fix title extraction (#13868) + [nick] Add support for nick.com.pl (#13860) * [mixcloud] Fix play info decryption (#13867) * [20min] Fix embeds extraction (#13852) * [dplayit] Fix extraction (#13851) + [niconico] Support videos with multiple formats (#13522) + [niconico] Support HTML5-only videos (#13806) 2017.08.06 ---------- Core * Use relative paths for DASH fragments (#12990) Extractors * [pluralsight] Fix format selection - [mpora] Remove extractor (#13826) + [voot] Add support for voot.com (#10255, #11644, #11814, #12350, #13218) * [vlive:channel] Limit number of videos per page to 100 (#13830) * [podomatic] Extend URL regular expression (#13827) * [cinchcast] Extend URL regular expression * [yandexdisk] Relax URL regular expression (#13824) * [vidme] Extract DASH and HLS formats - [teamfour] Remove extractor (#13782) * [pornhd] Fix extraction (#13783) * [udemy] Fix subtitles extraction (#13812) * [mlb] Extend URL regular expression (#13740, #13773) + [pbs] Add support for new URL schema (#13801) * [nrktv] Update API host (#13796) 2017.07.30.1 ------------ Core * [downloader/hls] Use redirect URL as manifest base (#13755) * [options] Correctly hide login info from debug outputs (#13696) Extractors + [watchbox] Add support for watchbox.de (#13739) - [clipfish] Remove extractor + [youjizz] Fix extraction (#13744) + [generic] Add support for another ooyala embed pattern (#13727) + [ard] Add support for lives (#13771) * [soundcloud] Update client id + [soundcloud:trackstation] Add support for track stations (#13733) * [svtplay] Use geo verification proxy for API request * [svtplay] Update API URL (#13767) + [yandexdisk] Add support for yadi.sk (#13755) + [megaphone] Add support for megaphone.fm * [amcnetworks] Make rating optional (#12453) * [cloudy] Fix extraction (#13737) + [nickru] Add support for nickelodeon.ru * [mtv] Improve thumbnal extraction * [nick] Automate geo-restriction bypass (#13711) * [niconico] Improve error reporting (#13696)
2017-08-18Update net/rabbitmq to 3.6.11.fhajny3-15/+22
- Erlang 20 compatibility - Bug fixes - Usability improvements For full notes see release page: https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_11
2017-08-171 new package in netgavan1-1/+2
2017-08-17Add go-websocket packagegavan5-0/+83
2017-08-16Update some HOMEPAGEs.wiz2-4/+4
2017-08-16Comment out dead sites.wiz20-47/+47
2017-08-16Follow some http redirects.wiz11-26/+26
2017-08-15Updated wireshark to 2.2.8.wiz2-7/+7
Bug Fixes The following vulnerabilities have been fixed: * [1]wnpa-sec-2017-13 WBMXL dissector infinite loop ([2]Bug 13477, [3]Bug 13796) [4]CVE-2017-7702, cve-idlink:CVE-2017-11410[] Note: This is an update for a fix in Wireshark 2.2.6 and 2.0.12. * [5]wnpa-sec-2017-28 openSAFETY dissector memory exhaustion ([6]Bug 13649, [7]Bug 13755) [8]CVE-2017-9350, [9]CVE-2017-11411 Note: This is an update for a fix in Wireshark 2.2.7. * [10]wnpa-sec-2017-34 AMQP dissector crash. ([11]Bug 13780) [12]CVE-2017-11408 * [13]wnpa-sec-2017-35 MQ dissector crash. ([14]Bug 13792) [15]CVE-2017-11407 * [16]wnpa-sec-2017-36 DOCSIS infinite loop. ([17]Bug 13797) [18]CVE-2017-11406 The following bugs have been fixed: * Y.1711 dissector reverses defect type order. ([19]Bug 8292) * Packet list keeps scrolling back to selected packet while names are being resolved. ([20]Bug 12074) * [REGRESSION] Export Objects do not show files from a SMB2 capture. ([21]Bug 13214) * LTE RRC: lte-rrc.q_RxLevMin filter fails on negative values. ([22]Bug 13481) * Hexpane showing in proportional font again. ([23]Bug 13638) * Regression in SCCP fragments handling. ([24]Bug 13651) * TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. ([25]Bug 13739) * Dissector for WSMP (IEEE 1609.3) not current. ([26]Bug 13766) * RANAP: possible issue in the heuristic code. ([27]Bug 13770) * [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type int in packet-btrfcomm.c:314:37. ([28]Bug 13783) * RANAP: false positives on heuristic algorithm. ([29]Bug 13791) * Automatic name resolution not saved to PCAP-NG NRB. ([30]Bug 13798) * DAAP dissector dissect_daap_one_tag recursion stack exhausted. ([31]Bug 13799) * Malformed DCERPC PNIO packet decode, exception handler invalid poionter reference. ([32]Bug 13811) * It seems SPVID was decoded from wrong field. ([33]Bug 13821) * README.dissectors: Add notes about predefined string structures not available to plugin authors. ([34]Bug 13828) * Statistics->Packet Lengths doesn't display details for 5120 or greater. ([35]Bug 13844) * cmake/modules/FindZLIB.cmake doesn't find inflatePrime. ([36]Bug 13850) * BGP: incorrect decoding COMMUNITIES whose length is larger than 255. ([37]Bug 13872) Updated Protocol Support AMQP, BGP, BSSMAP, BT RFCOMM, DAAP, DOCSIS, E.212, FDDI, GSM A GM, GSM BSSMAP, IEEE 802.11, IP, ISIS LSP, LTE RRC, MQ, OpenSafety, OSPF, PROFINET IO, RANAP, SCCP, SGSAP, SMB2, TCAP, TCP, UMTS FP, UMTS RLC, WBXML, WSMP, and Y.1711
2017-08-15Updated tor to 0.3.0.10.wiz2-7/+9
Changes in version 0.3.0.10 - 2017-08-02 Tor 0.3.0.10 backports a collection of small-to-medium bugfixes from the current Tor alpha series. OpenBSD users and TPROXY users should upgrade; others are probably okay sticking with 0.3.0.9. o Major features (build system, continuous integration, backport from 0.3.1.5-alpha): - Tor's repository now includes a Travis Continuous Integration (CI) configuration file (.travis.yml). This is meant to help new developers and contributors who fork Tor to a Github repository be better able to test their changes, and understand what we expect to pass. To use this new build feature, you must fork Tor to your Github account, then go into the "Integrations" menu in the repository settings for your fork and enable Travis, then push your changes. Closes ticket 22636. o Major bugfixes (linux TPROXY support, backport from 0.3.1.1-alpha): - Fix a typo that had prevented TPROXY-based transparent proxying from working under Linux. Fixes bug 18100; bugfix on 0.2.6.3-alpha. Patch from "d4fq0fQAgoJ". o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha): - Avoid an assertion failure bug affecting our implementation of inet_pton(AF_INET6) on certain OpenBSD systems whose strtol() handling of "0xfoo" differs from what we had expected. Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007. o Minor features (backport from 0.3.1.5-alpha): - Update geoip and geoip6 to the July 4 2017 Maxmind GeoLite2 Country database. o Minor bugfixes (bandwidth accounting, backport from 0.3.1.2-alpha): - Roll over monthly accounting at the configured hour and minute, rather than always at 00:00. Fixes bug 22245; bugfix on 0.0.9rc1. Found by Andrey Karpov with PVS-Studio. o Minor bugfixes (compilation warnings, backport from 0.3.1.5-alpha): - Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915; bugfix on 0.2.8.1-alpha. - Fix warnings when building with libscrypt and openssl scrypt support on Clang. Fixes bug 22916; bugfix on 0.2.7.2-alpha. - When building with certain versions of the mingw C header files, avoid float-conversion warnings when calling the C functions isfinite(), isnan(), and signbit(). Fixes bug 22801; bugfix on 0.2.8.1-alpha. o Minor bugfixes (compilation, mingw, backport from 0.3.1.1-alpha): - Backport a fix for an "unused variable" warning that appeared in some versions of mingw. Fixes bug 22838; bugfix on 0.2.8.1-alpha. o Minor bugfixes (coverity build support, backport from 0.3.1.5-alpha): - Avoid Coverity build warnings related to our BUG() macro. By default, Coverity treats BUG() as the Linux kernel does: an instant abort(). We need to override that so our BUG() macro doesn't prevent Coverity from analyzing functions that use it. Fixes bug 23030; bugfix on 0.2.9.1-alpha. o Minor bugfixes (directory authority, backport from 0.3.1.1-alpha): - When rejecting a router descriptor for running an obsolete version of Tor without ntor support, warn about the obsolete tor version, not the missing ntor key. Fixes bug 20270; bugfix on 0.2.9.3-alpha. o Minor bugfixes (linux seccomp2 sandbox, backport from 0.3.1.5-alpha): - Avoid a sandbox failure when trying to re-bind to a socket and mark it as IPv6-only. Fixes bug 20247; bugfix on 0.2.5.1-alpha. o Minor bugfixes (unit tests, backport from 0.3.1.5-alpha) - Fix a memory leak in the link-handshake/certs_ok_ed25519 test. Fixes bug 22803; bugfix on 0.3.0.1-alpha.
2017-08-15Support documented command line options. Bump PKGREVISION.jperkin3-4/+34
2017-08-15Update net/rancid to 3.6.2. Patch supplied by coyhile injperkin3-8/+9
joyent/pkgsrc#2. Changes since 3.6.1: 3.6.2 Fix etc/Makefile for rancid.types.conf handling.
2017-08-15Fix build on SunOS and add SMF manifest. Based on patches provided byjperkin5-1/+151
Jorge Schrauwen in joyent/pkgsrc#14.
2017-08-151.11.134adam2-8/+8
api-change:batch: Update batch command to latest version api-change:cloudhsmv2: Update cloudhsmv2 command to latest version api-change:efs: Update efs command to latest version api-change:ssm: Update ssm command to latest version api-change:storagegateway: Update storagegateway command to latest version api-change:mgh: Update mgh command to latest version api-change:glue: Update glue command to latest version 1.11.133 api-change:ec2: Update ec2 command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:codedeploy: Update codedeploy command to latest version
2017-08-151.4.6adam2-7/+7
enhancement:Logging: Switch log levels from INFO to DEBUG
2017-08-151.6.1adam3-8/+14
api-change:cloudhsmv2: Update cloudhsmv2 client to latest version api-change:ssm: Update ssm client to latest version api-change:glue: Update glue client to latest version api-change:mgh: Update mgh client to latest version api-change:efs: Update efs client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:batch: Update batch client to latest version 1.6.0 api-change:ec2: Update ec2 client to latest version feature:retries: Add ability to configure the maximum amount of retry attempts a client call can make. api-change:cognito-idp: Update cognito-idp client to latest version api-change:codedeploy: Update codedeploy client to latest version
2017-08-14Updated libfilezilla to 0.10.1.wiz3-8/+10
2017-08-14 - libfilezilla 0.10.1 released Bugfixes and minor changes: MSW: Improve handling of reparse points in fz::local_filesys 2017-07-10 - libfilezilla 0.10.0 released New features: Added fz::percent_encode and fz::percent_encode Added fz::uri and fz::query_string Added fz::less_insensitive_ascii for case-insensitive strings in maps Bugfixes and minor changes: Moved encoding functions from string.hpp to encode.hpp Use pkg-config instead of cppunit-config to look for cppunit.
2017-08-14Updated httping to 2.5.wiz4-17/+18
Changes not found.
2017-08-14Updated libsoup to 2.58.2.wiz3-12/+12
Changes in libsoup from 2.58.1 to 2.58.2: * CVE-2017-2885: Fixed a chunked decoding buffer overrun that could be exploited against either clients or servers. [#785774] Changes in libsoup from 2.58.0 to 2.58.1: * Reverts a change to SoupSession to close all open connections when the :proxy-resolver property is changed [#777326; this change was made in 2.58.0 but accidentally left out of the NEWS for that release]; although that behavior made :proxy-resolver more consistent with :proxy-uri, it ended up breaking Evolution EWS. [#781590] * Fixed undefined behavior in tests/header-parsing that could make the test spuriously fail. [#777258] * Updates to the configure tests for Apache for use in tests/: * Dropped support for Apache 2.2 * Changed PHP support from PHP 5 to PHP 7 * mod_unixd can now be either built-in or dynamically loaded [#776478] * Updated translations: Turkish Changes in libsoup from 2.57.1 to 2.58.0: * Fix authentication issues when the SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE flag is used. [#778497, #777936, Carlos Garcia Campos] * MSVC build improvements (Chun-wei Fan) * Updated translations: Basque, Belarusian, Brazilian Portuguese, Chinese (Taiwan), Danish, French, Galician, Greek, Indonesian, Italian, Korean, Latvian, Lithuanian, Norwegian bokmål, Russian, Serbian, Slovak, Slovenian, Spanish, zh_CN Changes in libsoup from 2.56.0 to 2.57.1: * Added SoupWebsocketConnection:keepalive-interval, to make a connection send regular pings. [#773253, Ignacio Casal Quinteiro] * Added soup_auth_manager_clear_cached_credentials() and SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control over the use of cached HTTP auth credentials. [#774031, #774033, Carlos Garcia Campos] * Fixed the use of SoupSession:proxy-uri values containing passwords. [#772932, Jonathan Lebon] * Various minor WebSocket fixes [Ignacio Casal Quinteiro]: * Avoid sending data after we start closing the connection [#774957] * Do not log a critical if the peer sends an invalid close status code * Log a debug message when a "pong" is received * Fixed introspection of soup_message_headers_get_content_range() [Jasper St. Pierre] * Replaced Vala [Deprecated] annotations with [Version] to avoid build warnings [#773177, Evan Nemerson] * MSVC build improvements (Chun-wei Fan) * Updated error/message strings to use Unicode punctuation. [#772217, Piotr Drąg] * Updated translations: Czech, Friulian, German, Hebrew, Hungarian, Norwegian bokmål, Polish, Swedish Changes in libsoup from 2.55.90 to 2.56.0: * Added SoupWebsocketConnection:max-incoming-payload-size property, to override the default maximum incoming payload size. [#770022, Ignacio Casal Quinteiro] * Added soup-version.h symbols (in particular soup_check_version()) to introspection. [#771439, Rico Tzschichholz] * Updated the copy of the public suffix list used by SoupTLD [#769650, Michael Catanzaro] * Updated translations: British English, Greek, Polish Changes in libsoup from 2.54.1 to 2.55.90: * Removed support for SSLv3 fallback; sites that reject TLS 1.x handshakes will now just fail with an error. (Firefox and Chrome have both already switched to this behavior.) [#765940, Dan Winship] * Fixed the parsing of <double>s in the new GVariant-based XMLRPC code. [#767707, Dan Winship] * Fixed soup_server_set_ssl_cert_file(), which was added in 2.48 but didn't actually work... [patch on libsoup-list from Sean DuBois] * Added GObject properties to SoupLogger to make it bindings-friendly. [#768053, Jonh Wendell] * Fixed build error on FreeBSD [#765376, Ting-Wei Lan] * Fixed build with certain new versions of glibc that define "EOF" as a macro. [#768731, Philip Withnall] * Updated m4/ax_code_coverage.m4 with support for lcov 1.12 [Philip Withnall] * Updated po files for future gettext versions [Piotr Drąg] * New/updated translations: Occitan, Scottish Gaelic
2017-08-14Updated syncthing to 0.14.36.wiz2-7/+7
v0.14.36 This is an unscheduled release to fix a bug that slipped through the cracks in 0.14.34 & 0.14.35. Resolved issues: #4297: Folders paths are no longer reset when editing a folder without a label v0.14.35 This is an unscheduled release in panic mode to fix a significant problem in 0.14.34. Resolved issues in 0.14.35: #4288: Symlinks are deleted from versioned folders on startup Resolved issues in 0.14.34: #2157: The new folder dialog now suggests a default path. Adjustable via advanced config defaultFolderPath. #4272: The build script no longer sets -installsuffix by default. #4286: Prevents a vulnerability that allows file overwrite via versioned symlinks Note that the last issue is a security vulnerability. Symlinks on Windows are not supported and have not been created by Syncthing for a while. Nonetheless, if you use symlinks on Windows and Syncthing versioning you may have symlinks in your versioning directory from earlier versions. You must remove these manually. Syncthing can not remove them automatically because there are other things that look to us like symlinks but are not - deduplicated files, primarily. (This is one of the reasons symlinks are not supported on Windows.) On other platforms the versioning directory is cleaned from symlinks as part of the upgrade. v0.14.34-rc.1 This is a release candidate for v0.14.34. Resolved issues: #2157: The new folder dialog now suggests a default path. Adjustable via advanced config defaultFolderPath. #4272: The build script no longer sets -installsuffix by default. v0.14.33 This is a regularly scheduled stable release. Resolved issues: #4188: Relative version paths are now correctly relative to the folder path #4227: Remote devices now show bytes remaining to sync #4249: Editing ignore patterns no longer incorrectly shows included patterns v0.14.33-rc.1 This is a release candidate for v0.14.33. Resolved issues: #4188: Relative version paths are now correctly relative to the folder path #4227: Remote devices now show bytes remaining to sync #4249: Editing ignore patterns no longer incorrectly shows included patterns v0.14.32 This is a regularly scheduled stable release. Resolved issues: #4157: "Nearby devices" are now shown in the add device dialog, avoiding the need to type their device ID. #4219: Folders that were once ignored in a sharing request now actualproperly when later added manually. v0.14.32-rc.2 This is a release candidate for v0.14.32. v0.14.32-rc.1 This is a release candidate fo14.31: #4157: "Nearby devices" are now shown in the add device dialog, avoiding the need to type their device ID. #4219: Folders that were once ignored in a sharing request now actually work properly when later added manually.
2017-08-14net/nagios-plugin-milter: Create necessary users and groups.jlam1-3/+17
This package installs a binary that is setuid-executable to the "smmsp" user and it also needs to be owned by the "nagios" group. Add hooks to create these users and groups in the package install scripts when the binary package is installed. Bump the PKGREVISION due to changes in the package install scripts.
2017-08-14net/nagios-base: Remove rss-newsfeed.html from SPECIAL_PERMS.jlam1-2/+1
The rss-newsfeed.html file was removed in the update to version 4.3.2, so we no longer need to change ownership and permissions on the file after installation. Arguably, nagios-base should have a postinstall check for the rss-newsfeed.* files and remove them, as they were removed in version 4.3.2 due to security concerns.
2017-08-13version 4.2.2:adam2-8/+7
* Improve compatibility with GNU Hurd * Fixed 2286 - improve CMake on Windows documentation * Fixed 1235 - improved compatibility with mingw64 * Improve zmq_proxy documentation to state it can return ETERM as well * Fixed 1442 - SO_NOSIGPIPE and connection closing by peer race condition * Improve CMake functionality on Windows: ZeroMQConfig.cmake generation CPack option, correct static library filename, ship FindSodium.cmake in tarball * Fixed 2228 - setting HWM after connect on inproc transport leads to infinite HWM * Add support for Visual Studio 2017 * New DRAFT (see NEWS for 4.2.0) zmq_has option "draft" option that returns true if the library was built with DRAFT enabled. Useful for FFI bindings. See doc/zmq_has.txt for more information * Fixed 2321 - zmq_z85_decode does not validate its input. The function has been fixed to correctly follow RFC32 and return NULL if the input is invalid * Fixed 2323 - clock_t related crash on Apple iOS 9.3.2 and 9.3.5 * Fixed 1801 - OSX: Cmake installs libzmq in a weird PATH * Fixed potential divide by zero in zmq::lb_t::sendpipe * Improve compatibility with OpenIndiana by skipping epoll and using poll/select * Fix IPv4-in-IPv6 mapped addresses parsing error
2017-08-13Update isc-dhcp4 to 4.3.6.taca6-48/+12
This is mainly bug fix release and changes from 4.3.4 are too many to write here, please refer RELNOTES in detail.
2017-08-13Update nsd to version 4.1.17.nros2-7/+7
Changes from release notes. Features * zone parser parses type AVC (it has TXT format). * Fix #1272: use writev to put tcp length field with data for outgoing zone transfer requests. Bugfixes * Fix potential null pointer in nsec3 adjustment tree. * Fix text format of deletes for CDS and CDNSKEY, single 0 to represent empty base64 or hex string.
2017-08-10* vobject != vdirsyncer.vobject, so correct dependency and remove patches.prlw14-43/+12
https://github.com/Kozea/Radicale/issues/675#issuecomment-320029350 * override folder for storing local collections, from /var/lib/radicale/collections to ${PREFIX}/share/radicale/collections Update Radicale2 to 2.1.4 2.1.4 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Fix incorrect time range matching and calculation for some edge-cases with rescheduled recurrences * Fix owner property 2.1.3 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Enable timeout for SSL handshakes and move them out of the main thread * Create cache entries during upload of items * Stop built-in server on Windows when Ctrl+C is pressed * Prevent slow down when multiple requests hit a collection during cache warm-up 2.1.2 - Wild Radish ------------------- This feature is not compatible with the 1.x.x versions. See http://radicale.org/1to2/ if you want to switch from 1.x.x to 2.x.x. * Remove workarounds for bugs in VObject < 0.9.5 * Error checking of collection tags and associated components * Improve error checking of uploaded collections and components * Don't delete empty collection properties implicitly * Improve logging of VObject serialization