summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04+ py-hangupsleot1-1/+2
2017-09-04Import py-hangups-0.4.3 as chat/py-hangupsleot5-0/+154
hangups is the first third-party instant messaging client for Google Hangouts. It includes both a Python library and a reference client with a text-based user interface. Unlike its predecessor Google Talk, Hangouts uses a proprietary, non-interoperable protocol. hangups is implemented by reverse-engineering this protocol, which allows it to support features like group messaging that aren't available in clients that connect via XMPP. hangups is still in an early stage of development. The reference client is usable for basic chatting, but the API is undocumented and subject to change. Originally packaged by myself in pkgsrc-wip.
2017-09-04Updated www/apache-tomcat8 to 8.0.46ryoon1-1/+3
Updated www/apache-tomcat7 to 7.0.81
2017-09-04Update to 7.0.81ryoon2-7/+7
Changelog: Tomcat 7.0.81 (violetagg) Catalina fix Correct regression in 7.0.80 that broke WebDAV. (markt)
2017-09-04Update to 8.0.46ryoon2-7/+7
Changelog: Tomcat 8.0.46 (violetagg) Catalina Fix: Additional permission for deleting files is granted to JULI as it is required by FileHandler when running under a Security Manager. The thread that cleans the log files is marked as daemon thread. (violetagg) Fix: 61229: Correct a regression in 8.0.44 that broke WebDAV handling for resources with names that included a & character. (markt) Fix: 61232: When log rotation is disabled only one separator will be used when generating the log file name. For example if the prefix is catalina. and the suffix is .log then the log file name will be catalina.log instead of catalina..log. Patch provided by Katya Stoycheva. (violetagg) Fix: Performance improvements for service loader look-ups (and look-ups of other class loader resources) when the web application is deployed in a packed WAR file. (markt) Fix: 61253: Add warn message when Digester.updateAttributes throws an exception instead of ignoring it. (csutherl) Fix: 61313: Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail over to the alternateURL. Based on patches by Peter Maloney and Felix Schumacher. (markt) Add: 61366: Add a new attribute, localDataSource, to the JDBCStore that allows the Store to be configured to use a DataSource defined by the web application rather than the default of using a globally defined DataSource. Patch provided by Jonathan Horowitz. (markt) Coyote Fix: 61086: Ensure to explicitly signal an empty request body for HTTP 205 responses. Additional fix to r1795278. Based on a patch provided by Alexandr Saperov. (violetagg) Fix: 61322: Correct two regressions caused by the fix for 60319 when using BIO with an external Executor. Firstly, use the maxThreads setting from the Executor as the default for maxConnections if none is specified. Secondly, use maxThreads from the Executor when calculating the point at which to disable keep-alive. (markt) Fix: Prevent exceptions being thrown during normal shutdown of NIO connections. This enables TLS connections to close cleanly. (markt) Jasper Add: 53031: Add support for the fork option when compiling JSPs with the Jasper Ant task and javac. (markt) WebSocket Add: 57767: Add support to the WebSocket client for following redirects when attempting to establish a WebSocket connection. Patch provided by J Fernandez. (markt) Web applications Fix: Remove references to the Loader attribute searchExternalFirst from the documentation since the attribute is no longer supported. (markt) Fix: Correct the documentation for how StandardRoot is configured. (markt) Other Add: 52791: Add the ability to set the defaults used by the Windows installer from a configuration file. Patch provided by Sandra Madden. (markt)
2017-09-04Added devel/py-reparser version 1.4.3leot1-1/+2
2017-09-04+ py-reparserleot1-1/+2
2017-09-04Import py-reparser-1.4.3 as devel/py-reparserleot4-0/+33
Simple regex-based lexer/parser for inline markup.
2017-09-04Added devel/py-readlike version 0.1.2leot1-1/+2
2017-09-04+ py-readlikeleot1-1/+2
2017-09-04Import py-readlike-0.1.2 as devel/py-readlikeleot4-0/+41
A Python module that provides GNU Readline-like line editing functions (the default Emacs-style ones). If you just want to use Readline, use the readline package in the standard library but this package allows access to those capabilties in settings outside of a standard CLI. Currently, all stateless Readline commands are implemented. This means that yanking and history aren't supported. This module is especially well-suited to interfacing with Urwid due to a shared syntax for describing key inputs.
2017-09-04Updated fonts/harfbuzz to 1.5.0wiz2-3/+3
2017-09-04Updated harfbuzz to 1.5.0.wiz3-8/+11
Overview of changes leading to 1.5.0 Wednesday, August 23, 2017 ==================================== - Misc new API, for appending a buffer to another, and for comparing contents of two buffers for types of differences. - New "unsafe-to-break" API. Can be used to speed up reshaping in line-breaking situations. Essentially, after shaping, it returns positions in the input string (some of the cluster boundaries) that are "safe to break" in that if the text is segmented at that position and two sides reshaped and concatenated, the shaping result is exactly the same as shaping the text in one piece. hb-view and hb-shape and hb-shape now take --verify, which verifies the above property. Some corner cases of the implementation are still not quite working. Those will be fixed in subsequent releases. - New API: hb_buffer_append() hb_glyph_flags_t HB_GLYPH_FLAG_UNSAFE_TO_BREAK HB_GLYPH_FLAG_DEFINED hb_glyph_info_get_glyph_flags() HB_BUFFER_SERIALIZE_FLAG_GLYPH_FLAGS hb_buffer_diff_flags_t HB_BUFFER_DIFF_FLAG_EQUAL HB_BUFFER_DIFF_FLAG_CONTENT_TYPE_MISMATCH HB_BUFFER_DIFF_FLAG_LENGTH_MISMATCH HB_BUFFER_DIFF_FLAG_NOTDEF_PRESENT HB_BUFFER_DIFF_FLAG_DOTTED_CIRCLE_PRESENT HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH hb_buffer_diff
2017-09-04Updated fonts/t1utils to 1.41wiz2-3/+3
2017-09-04Updated t1utils to 1.41.wiz2-7/+7
## Version 1.41 – 16.Aug.2017 * t1asm, t1disasm: More security fixes.
2017-09-04Updated x11/p5-Tk to 804.034wiz2-3/+3
2017-09-04Updated p5-Tk to 804.034.wiz2-8/+7
Tk-804.034 release (2017-08-26) ------------------ This is basically the same like Tk-804.033_500. Tk-804.033_500 release (2017-08-20) ---------------------- Fixes Fix aborts on OS X Sierra, introduced by latest clang/llvm strcpy/strncpy (RT #121631, github pull request #28 by Mark Aufflick) No special xOKp handling in Perl_Value (RT #121528) Add freetype2 path on MacOSX / XQuartz to inc search paths (github pull request #21 by Christoph Lamprecht) Fix Tk::NoteBook's FindMenu (Martin Jacobs) Documentation Add Tk::getSaveFile Pod file (see also github pull request #19) Fix documentation about scrollbars (github pull request #18 by asb-cpan) Add openSUSE instructions to README.linux (github pull request #25 by Tux) Add documentation notes about "make -j" Tests New test for Tk::NoteBook. t/Trace.t is using now Test::More travis-ci improvements Introduce CI testing on appveyor
2017-09-04Updated time/p5-Time-HiRes to 1.9746wiz2-3/+3
2017-09-04Updated p5-Time-HiRes to 1.9746.wiz2-7/+7
1.9746 [2017-08-17] - Unreliable t/usleep.t and t/utime.t tests [rt.cpan.org #122819] Avoid testing for $dt = $t2 - $t1 and assuming $dt is less than some value since a heavily loaded machine can delay the $t2. Testing for greater than is fine. - Tweak the configuring messages about subsecond stat/utime. 1.9745 [2017-08-14] - Properly check for futimens/utimensat actually doing something. This should handle 'gnukfreebsd' (which has only stubs, so far we have been skipping the test) and as a new thing 'gnu' (Hurd) (also only stubs). Thanks to Nigel Horne. - Scan in t/utime.t whether the filesystem (wherever File::Temp puts it tempfiles) supports subsecond timestamps. This removes the fragile Linux/ext3 specific hack. As a side effect, the setting of subsecond timestamps is tested only if reading of them is supported. Thanks to Carsten Gaebler for the test idea, and Ryan Voots for testing.
2017-09-04Updated textproc/p5-Text-Diff to 1.45wiz2-3/+3
2017-09-04Updated p5-Text-Diff to 1.45.wiz2-8/+7
1.45 2017-08-16 NEILB - Typo fixed in doc. Patch from Lucas Kanashiro++. RT#112564 - Documentation improvements PR from David Gutteridge++.
2017-09-04Updated textproc/p5-Text-BibTeX to 0.85wiz2-3/+3
2017-09-04Updated p5-Text-BibTeX to 0.85.wiz2-7/+7
0.85 2017-08-31 * FreeBSD includes a definition of strlcat, so no need to redefine it. 0.84 2017-08-31 * Further buffer overflow fixes. * Spellchecking fixes by Julián Moreno Patiño, Lucas Kanashiro, and Gregor Herrmann (debian community)
2017-09-04Updated www/p5-Net-HTTP to 6.17wiz2-3/+3
2017-09-04Updated p5-Net-HTTP to 6.17.wiz2-7/+7
6.17 2017-09-01 15:30:20Z - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase Whitener)
2017-09-04Updated net/p5-Net-DNS to 1.12wiz2-3/+3
2017-09-04Updated p5-Net-DNS to 1.12.wiz2-7/+7
**** 1.12 Aug 18, 2017 Fix rt.cpan.org #122586 Persistent UDP reports false timeouts Fix rt.cpan.org #122352 bgsend(): TCP retry can stall for IO::Socket::IP before 0.38 Feature CDS / CDNSKEY: Implement RFC8078 erratum 5049.
2017-09-04Updated mail/p5-MailTools to 2.19wiz2-3/+3
2017-09-04Updated p5-MailTools to 2.19.wiz2-9/+8
version 2.19: Tue 22 Aug 13:30:41 CEST 2017 Improvements: - block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
2017-09-04Updated devel/p5-List-MoreUtils to 0.423wiz2-3/+3
2017-09-04Updated p5-List-MoreUtils to 0.423.wiz2-8/+8
0.423 2017-08-22 - sync version with List::MoreUtils::XS - add examples for binsert/bremove (LMU::XS issue #1, Thanks to shawnlaffan) - update tests to latest List::MoreUtils::XS - recommend List::MoreUtils::XS 0.423 0.420_001 2017-08-15 - add some new functions: * qsort (XS only) * binsert * bremove * listcmp * arrayify (RT#17230) * samples (RT#77562) * minmaxstr (RT#106401) * lower_bound * upper_bound * equal_range * frequencies * occurrences * mode (RT#91991) * zip6 (RT#42921) * reduce_0 * reduce_1 * reduce_u - improve tests - make List::MoreUtils::XS independent from List::MoreUtils Note that List::MoreUtils::XS doesn't guarantee API stability - this feature is only provided through List::MoreUtils as frontend. - improve Makefile.PL regarding some build artifacts
2017-09-04Updated devel/p5-List-MoreUtils-XS to 0.423wiz2-3/+3
2017-09-04Updated p5-List-MoreUtils-XS to 0.423.wiz2-7/+7
0.423 2017-08-19 - Fix dealing with lists with one element on bremove/binsert. Thanks shawnlaffan for reporting this via issues#2 - add support for compilers before C99 - fix some 32-bit compiler warnings - add support for compilers without statement expression feature
2017-09-04Updated converters/p5-JSON-XS to 3.04wiz2-3/+3
2017-09-04Updated p5-JSON-XS to 3.04.wiz2-8/+7
3.04 Thu Aug 17 04:30:47 CEST 2017 - change exponential realloc algorithm on encoding and string decoding to be really exponential (this helps slow/debugging allocators such as libumem) (reported by Matthew Horsfall). - string encoding would needlessly overallocate output space (testcase by Matthew Horsfall). - be very paranoid about extending buffer lengths and croak if buffers get too large, which might (or might not) improve security. - add cbor-packed type to json_xs. - switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
2017-09-04Updated security/p5-IO-Socket-SSL to 2.050wiz2-3/+3
2017-09-04Updated p5-IO-Socket-SSL to 2.050.wiz2-7/+7
2.050 2017/08/18 - removed unecessary settings of SSL_version and SSL_cipher_list from tests - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported as is the case with openssl versions in latest Debian (buster)
2017-09-04Updated www/p5-HTML-Tree to 5.07wiz2-3/+3
2017-09-04Updated p5-HTML-Tree to 5.07.wiz2-8/+7
5.07 2017-08-31 Release by Kent Fredric [FIXES] * Workaround more @INC issues with Module::Build and sudo RT#122199
2017-09-04Updated devel/p5-Date-Manip to 6.60wiz2-3/+3
2017-09-04Updated p5-Date-Manip to 6.60.wiz2-8/+7
Bug fixes Fixed a bug where if a recurrence had no interval, start and end dates passed in to the dates method would not work. PJ-DSI-DevOps (GitHub #12). Documentation fixes Clarified Date::Manip::TZ::all_periods. Based on discussion with Peter Pfannenschmid.
2017-09-04Updated devel/meld to 3.17.4wiz2-3/+3
2017-09-04Updated meld to 3.17.4.wiz3-12/+8
2017-08-16 meld 3.17.4 ====================== Fixes: * Rebuild source tarball without spurious files
2017-09-04Updated devel/afl to 2.51bwiz2-4/+3
2017-09-04Updated afl to 2.51b.wiz2-7/+7
--------------------------- Version 2.51b (2017-08-30): --------------------------- - Made afl-tmin call setsid to prevent glibc traceback junk from showing up on the terminal in some distros. Suggested by Jakub Wilk. --------------------------- Version 2.50b (2017-08-19): --------------------------- - Fixed an interesting timing corner case spotted by Jakub Wilk. - Addressed a libtokencap / pthreads incompatibility issue. Likewise, spotted by Jakub Wilk. - Added a mention of afl-kit and Pythia. - Added AFL_FAST_CAL. - In-place resume now preserves .synced. Suggested by Jakub Wilk.
2017-09-04+ gnutls-3.6.0 [https://gitlab.com/gnutls/gnutls/issues/266],wiz1-2/+5
keepassx-2.0.3, py-hg-git-0.8.9, stella-5.0.2.
2017-09-04Updated sysutils/file to 5.32wiz1-1/+2
2017-09-04Updated file to 5.32.wiz3-29/+9
* release 5.32 * Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski) * Fix always true condition (Thomas Jarosch) * pickier parsing of numeric values in magic files. * PR/615 add magic_getflags() * release 5.31 * remove trailing spaces from magic files * refactor is_tar * better bounds checks for cdf * release 5.30 * If we exceeded the offset in a search return no match (Christoph Biedl) * Be more lenient on corrupt CDF files (Christoph Biedl) * pacify ubsan sign extension (oss-fuzz/524) * off by one in cdf parsing (PR/593) * report debugging sections in elf (PR/591) * Allow @@@ in extensions * Add missing overflow check in der magic (Jonas Wagner) * release 5.29 * der getlength overflow (Jonas Wagner) * multiple magic file load failure (Christoph Biedl) * CDF parsing improvements (Guy Helmer) * Add support for signed indirect offsets * cat /dev/null | file - should print empty (Christoph Biedl) * Bump string size from 64 to 96. * PR/556: Fix separators on annotations.
2017-09-04Add NetBSD CVS tag and a commentryoon2-2/+6
2017-09-04Added devel/sloccount version 2.26khorben1-1/+2