summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2015-05-28Add a missing DEPENDS to fix test fail.wen1-1/+3
2015-05-28Update to 0.103009wen2-6/+6
Upstream changes: 0.103009 2015-05-27 13:56:16-04:00 America/New_York - Do (minor) validation on the user in the config file (Mark Fowler)
2015-05-28Update to 0.234wen2-6/+6
Upstream changes: 0.234 20150527 . Fix the test for PMC loading to work on versions on Perl that don't have Config::non_bincompat_options (HAARG). Fixes RT#102626 . 0.233 20150525 ! The diagnostic about inheriting from ourselves was removed. It served no own purpose as Perl already warns if we try to inherit in a circular way.
2015-05-262015-04-28 Userspace RCU 0.8.7pettai3-7/+8
* Fix: deadlock when thread join is issued in read-side C.S. * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h * Mark braced-groups within expressions with __extension__ * Fix: compat_futex_noasync race condition * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/ * Fix: call rcu should call internal RCU API
2015-05-25Package DeforaOS configure 0.2.1khorben3-10/+11
This release is a bugfix release for configure 0.2.0, which brought: - support for building out-of-tree (OBJDIR) - new "distcheck" target generation - support for phony targets - updated helper scripts (OBJDIR support, portability fixes...) - new helper script for Python conformance (PEP 8) - initial support for Objective-C/C++ programs - documentation update - test suite
2015-05-24Manually set locale to en_us.UTF-8 on Mac OS to fix rst2man invocationsbsiegert1-1/+7
in the build of multimedia/mpv. Patch originally from Homebrew, via Leonardo Taccari in PR pkg/49921.
2015-05-24Used github infrastructure. As suggested by mef@.jaapb1-5/+5
2015-05-23use mono to start monodevelopkefren3-1/+25
2015-05-23Update to 5.0.1 - the latest compilable version until we get nugetkefren6-102/+221
and a newer nunit in pkgsrc Probably still needs a lot of love.
2015-05-23Update to 0.12mef2-6/+6
-------------- 0.12 2015-05-13 01:23:05Z - fix parsing of attribute handlers (GH #1)
2015-05-23version 2.18 at 2015-05-21 23:30:52 +0000mef2-6/+6
----------------------------------------- Updated for v5.22.0-RC2
2015-05-23Update to 1.7034mef2-6/+6
---------------- 1.7034 2015-05-07 14:20:57 PDT [Improvements] - Improved an error message when dependency requirement in cpanfile get conflict with prereqs in sub dependencies.
2015-05-23Update mono-tools to 3.10. No information regarding this particularkefren6-75/+180
package is provided by the developers except it was part of mono 3.10 release
2015-05-23Update to mono-addins 1.1 from mono-project site. No other information iskefren5-22/+39
provided about this release. Note: the original master development site http://monoaddins.codeplex.com doesn't list this release at all
2015-05-23Update to 1.9022mef2-6/+7
---------------- 1.9022 2015-05-05 - Changes from adamherzog: minor cleanups plus - A bunch of addtional tests - A couple of small code fixes
2015-05-23Add BUILD_DEPENDS+= p5-Test-Warnings for make testmef1-1/+4
2015-05-23(pkgsrc)mef2-6/+7
- Add one DEPENDS archivers/p5-Archive-Tar-Wrapper to satisfy one of '# === Runtime Recommends ===' (one more to add, Term::ReadLine::Gnu, but not for now). (upstream) - update to 5.036 ------------------ 5.036 2015-05-02 11:08:51-04:00 America/New_York - BUGFIX: detection of trial status via underscore in version was accidentally lost in v5.035; restored now!
2015-05-23Update to 2.58mef2-6/+6
--------------- (Nothing recorded in 'Changes' file but) resouces: and meta-spec: in META.yml have been updated.
2015-05-23Update 1.23 to 1.26mef2-6/+6
------------------- 1.26 Sun Apr 12 13:37:00 2015 - Fix bug in string2hashref(), which failed on some strings, such as {a => 'b, c'}. string2hashref() is called by read_tree(). Escaped chars are still not handled. - Add t/string2hash.t to test new code. 1.25 Sun Mar 22 11:42:00 2015 - I've deleted the undocumented sub _dump_quote(), which butchered Unicode characters when it tried to convert ASCII control characters into printable strings (on the assumption all data is ASCII). Thanx to Dr. Petra Steiner (Germany) for discussion and some testing. I hope no-one was relying on this sub in output redirected to disk files, or otherwise saved for later comparisons. Methods which used to call _dump_quote() now just output the node's name by calling quote_name(), which is discussed next. Undefined names are output as the string 'undef'. - Add method quote_name(), which simply returns its input string surrounded by single-quotes. - Add method decode_lol(). This converts the output of tree_to_lol() and tree_to_simple_lol() into something which is easy to read. See scripts/read.tree.pl for sample usage. - Reorder a couple of methods called tree_*(), so that they are in alphabetical order. - Expand the docs for methods tree_to_*(), re undefined node names. - Add scripts/write.tree.pl, which creates the test input file t/tree.utf8.attributes.txt. Note: This latter file is now much more complex that in previous versions. - Add scripts/read.tree.pl, and it's output file scripts/read.tree.log. This program demonstrates the output produced by various methods. - Fix the faulty syntax I had used in Build.PL to identify the github repo. - Delete and re-create github repo after 'git push' failed to upload the new version. - Add LICENSE file to MANIFEST. 1.24 Sun Jan 25 14:17:00 2015 - Clean up discussion in docs of original author's reluctance to allow parameters to new(). - Rewrite bareword filehandles (INX) to use a variable (my $fh). - Rename github repo from Tree--DAG_Node to Tree-DAG_Node - My new standard. Update Build.PL and Makefile.PL to match. - Reformat the docs, and this file, slighty, to be <= 100 chars per line - My new standard. - Change horizontal indentation used by node2string() to add 1 space, so '|' lines up underneath the first char of the previous node's name. Use scripts/cut.and.paste.subtrees.pl to see the difference.
2015-05-23Update 1.004001 to 2.01mef2-6/+6
----------------------- 2.01 2015-05-19 - Fix failing test in t/all-generated.t 2.00 2015-05-06 - Added filename_match setting 1.05 2015-05-05 - New maintainer (PLICEASE) updated meta
2015-05-23Update to 0.10mef2-7/+6
-------------- 0.10 2015-05-16 03:52:31Z - mark this distribution as deprecated in metadata
2015-05-23Update 1.07 to 1.10mef2-7/+6
------------------- 1.10 2015-05-12 05:15:41 -0400 - Work around for buggy IPC::Run3 0.048 on MSWin32 On Windows we probe for and mitigate a bug in IPC::Run3 (see https://github.com/plicease/Test-Script/issues/1 for details) with the intention of removing the workaround if/when IPC::Run3 is fixed. 1.09 2015-05-07 16:44:26 -0400 - If IPC::Run3::run3 throws an exception it will now fail the test (with a helpful diagnostic) rather than crashing the test script. - A script that is killed with a singnal is now considered a failure as well. - Use alternate expected exit and signal values with options as the second argument to script_runs. - Ability to pass input via stdin to the script with script_runs. - Ability to capture stdout and stderr from script with script_runs. - Functions to test stdout and stderr: script_stdout_is script_stdout_isnt script_stdout_like script_stdout_unlike script_stderr_is script_stderr_isnt script_stderr_like script_stderr_unlike 1.08 2015-05-06 05:09:13 -0400 - Now works with or without blib (rt81222, rt102743) - Compatability with older versions of Test::Builder::Tester (rt81335) - Requires Perl 5.6.0 - Migrate to Dist::Zilla
2015-05-23Update to 0.25mef2-6/+6
-------------- 0.25 2015-05-06 - POD fixes (by Olivier Mengué (DOLMEN)).
2015-05-23Update to 1.20mef2-6/+6
-------------- 1.20 2015-05-17 Deprecated: * Search::Elasticsearch::Client::Direct in favour of Search::Elasticsearch::Client::1_0::Direct New features: * Added support for structured JSON exceptions in Elasticsearch 2.0 * Added support for plugins * Added Search::Elasticsearch::Client::2_0::Direct for the upcoming Elasticsearch 2.0 with these changes: * removed delete_by_query() * removed termvector() * removed indices.delete_mapping() * removed nodes.shutdown() * removed indices.status() * added terminate_after param to search() * added dfs param to termvectors() * removed filter_keys param from indices.clear_cache() * removed full param from indices.flush() * removed force param from indics.optmize() * removed replication param from all CRUD methods * removed mlt() method Bug fix: * The bulk buffer was being cleared on a NoNodes exception Added class: Added methods: * field_stats() Added params: * allow_no_indices, expand_wildcards, ignore_unavailable to cluster.state() * fielddata_fields to search() * master_timeout to indices.get_template() and indices.exists_template() * detect_noop to update() * only_ancient_segments to upgrade() * analyze_wildcards, analyzer, default_operator, df, lenient, lowercase_expanded_terms, and q to count(), search_exists() and indices.validate_query() Removed methods: * benchmark.* - never released in Elasticsearch Also: * arrays of enum query string params are now flattened as CSV * enum expand_wildcards also accepts: none, all * Search::Elasticsearch is no longer a Moo class * Updated elasticsearch.org URLs to use elastic.co instead * the request body is retained in exceptions * upgraded Hijk to 0.20
2015-05-23Update 1.12 to 1.14mef2-6/+6
------------------- 1.14 2015.05.17 - Add 'reap_finished_children', 'is_child' and 'is_parent'. (GH#6, Nine bit) 1.13 2015.05.11 - Use 'select' instead of sleep in _waitpid_blocking. (GH#5)
2015-05-23Update to 0.41mef2-6/+6
-------------- 0.41 2015-05-16 03:35:49Z - mark this distribution as deprecated in metadata
2015-05-23Update 0.4211 to 0.4212 (PKGVERSION as 0.42120)mef2-6/+6
----------------------- 0.4212 - Sun May 17 00:33:34 CEST 2015 [BUG FIXES] - Revert "Stop using version->normal(); prefer stringify()"
2015-05-23Update 0.410 to 0.412mef2-6/+6
--------------------- 0.412 2015-05-19 - release 0.411_001 without further changes 0.411_001 2015-05-11 - move generation of test endpoints to author stage as requested per issue/#9 - add a rough guide for contributors - fix rt#103251 to avoid removing bundled stuff by accident - Fix compilation errors under cl (Thanks to jddurand)
2015-05-23(pkgsrc)mef2-6/+8
- Add one BUILD_DEPENDS to devel/p5-Devel-LexAlias for make test. (upstream) - Update to 0.13 -------------- 0.13 2015-05-12 - one more fix for blead (eserte, jplesnik, #6)
2015-05-22Update to 0.095mef2-6/+6
--------------- 0.095 2015-05-08 * Extend documentation for slurp, submatches, eval_string.
2015-05-22Update 1.77 to 1.80mef2-6/+6
------------------- 1.80 May 14, 2015 - add be_like_java feature (bug report by Bojan Jovanovic) - generate warnings only when enabled 1.79 May 7, 2015 - add repository metadata 1.78 May 7, 2015 - accept any end of line terminator (i.e. "\r\n", "\r" or "\n") independently of the underlaying operating system (bug report by William Fishburne, problem analysis by Alexander Brett)
2015-05-22(pkgsrc)mef2-9/+6
- As described below, PERL5_MODULE_TYPE converted to default to EU:MM ExtUtils::MakeMaker (upstream) - update to 0.04 -------------- 0.04 2015-05-10T22:08:23Z - use EU::MM
2015-05-22Update 0.28 to 0.30mef2-6/+6
------------------- 0.30 2015-05-15 20:43:54-04:00 America/New_York No changes from 0.29 0.29 2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE) Fixed: - Fix double filehandle close error with tee on Windows (which started warning during the perl 5.21.x series, causing tests to fail)
2015-05-22Update 0.014 to 0.016mef2-6/+6
--------------------- 0.016 2015-05-19 05:34:02-04:00 America/New_York - Generated from ETHER/YAML-Tiny-1.67.tar.gz 0.015 2015-05-11 22:01:58-04:00 America/New_York (TRIAL RELEASE) - Generated from ETHER/YAML-Tiny-1.67.tar.gz
2015-05-22Update to 2.57mef2-6/+6
-------------- 2.57 - fix rt.cpan.org#104548, dont allow special chars like newline or < in keys, which leads to faile when saving.
2015-05-21Remove local entry from PLIST. Error in last commit.rodent1-2/+1
2015-05-21Fix this the right way, thanks to joerg@. Noticed this is linking againstrodent4-9/+13
pthread too, so let's included that bl3.mk here as well.
2015-05-21Add patch to silence compilation warning found on NetBSD with gcc androdent6-19/+35
FreeBSD with clang: format specifies type 'int' but the argument has type 'long' This seems to be fallout from the time_t change patches. Defuzz patches while we're here.
2015-05-20Package DeforaOS libSystem 0.2.1khorben5-45/+23
It is essentially a bugfix and maintenance release, with: - portability fix (SunOS) - additional tests (Config) - API addition (String) - quiet mode for configctl(1) - support for compiling in a separate directory (OBJDIR)
2015-05-20Update to 2.16wen2-6/+6
Upstream changes: version 2.16 at 2015-05-19 17:23:47 +0000 ----------------------------------------- Change: e5c5a2f18fce4f450f0926c80323527825ab1b8d Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2015-05-19 18:23:47 +0000 Updated for v5.22.0-RC1
2015-05-19Update to bmake-20150505:joerg1-3/+2
- Better .if checks - Improved handling for "-" mode - Improved suffix handling - Recognize bitrig
2015-05-19Merge changes from bmake-20150505, the hard way because the last updatejoerg149-3609/+3778
was incomplete and not using cvs import.
2015-05-19Replace .Dt as well.joerg1-2/+2
2015-05-19Makefile.in is gone.joerg1-3/+2
2015-05-19Import bmake-20150505joerg77-36/+2676
2015-05-19Updated py-tortoisehg to version 3.4.nros3-9/+9
Release notes: TortoiseHg 3.4 is a regularly scheduled feature release. Bug Fixes bookmark, matching, sign, tag: allow to resize horizontally while having fixed height (refs #4043) bookmark, tag, update: avoid combo box taking too much space (fixes #4043) commit: prompt for new largefiles first to skip extra confirmation (fixes #1954) filedata: rewrite copy detection by using copies.pathcopies() (fixes #3949) merge: discard p2 changes without using debugsetparents (fixes #3856) mergetools: add $output to meld to change which file will be saved (fixes #4134) quickop: do not calculate status unnecessarily in GUI process (refs #1828) quickop: catch known exceptions raised from repo.status() (fixes #1828) repomodel: clear cache of latest tags on repository change (fixes #4137) repoview: ignore corrupted column_widths saved in QSettings (fixes #1456) repowidget: refresh commit tab after rollback or custom hg command (fixes #3981) revset: set appropriate size policy to status bar of query dialog (fixes #834) sync: get host fingerprint asynchronously by extension command (fixes #4114) Improvements bookmark: add simple bookmark dialog to sync screen (fixes #322) commit: do not overwrite username if ui.askusername is set (closes #4064) filectxactions: enable shortcuts only if the owner or its children has focus filectxactions: add shortcut to delete unversioned file (closes #3681) fileview, status: enable annotate mode for working directory rebase: mention command line options in checkbox labels sync: add "unbundle" to "repository" menu (fixes #4067) workbench: add default merge action to main menu and toolbar (closes #222)
2015-05-19Update to 0.50ryoon6-82/+45
Changelog: 0.50 - added dictionary::detach and dictionary::getValue(key) added xmldom::getNullNode() improved xml printing for text nodes signalmanager::waitForSignal(NULL) works as expected now updated charstring::httpEscape not to escape legal symbols added flush() method to stdio classes added detection and support for vsnprintf_s fixed serviceentry, protocolentry and rpcentry on windows updated *entry classes for NULL and uninitialization safety implemented filesystem::initialize(fd) for Windows updated filesystem::initialize() with NULL and -1 to behave in predictable ways now, updated documentation for them too abstracted _get_osfhandle calls and added an invalid parameter callback updated filedescriptor to use bit fields for all of its flags implemented file::changeOwner() for windows removed xattrs stuff removed SSL-related ifdef's from headers and implemented degenerate SSL routines for when SSL isn't supported timezone conversion works on windows now refactored bytebuffer and stringbuffer to be extent-based fixed a subtle stringbuffer with initialcontents bug refactored stringbuffer to use bytebuffer::write/appendFormatted directly instead of charstring::parseNumber implemented dynamicarray and staticarray classes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated vsnprintf_s calls for platforms where it's not defined added configure test for bool and true/false and definitions for platforms that don't define them updated timed semaphore waits - if seconds or nanoseconds are negative then the timed wait acts like an un-timed wait added support for getsockopt with size_t optlen parameter fixed strncasecmp on windows when str2 is longer than str1 xmlsax uses memorymap on Windows now fixed file::lockFile() and file::unlockFile() on Windows fixed charstring::printf on Solaris 2.5.1 fixed datetime::getSystemDateAndTime() for Windows without 64-bit integers fixed potential double-CloseHandle in thread class 0.49: Full changelog follows: combined passswdentry and shadowentry classes into userentry class updated file::sync() to use FlushFileBuffers directly implemented sys::sync(), reboot(), halt() and shutdown() for windows implemented various sys::getXXX() methods for windows added "detached" option to process::spawn() crash-related methods in process class catch SIGABRT, SIGFPE, SIGILL, SIGBUS, SIGIOT, SIGEMT and SIGSYS in addition to SIGSEGV now shutdown-related methods in process class catch SIGQUIT and SIGHUP in addition to SIGINT and SIGTERM now on windows, signal classes now support catching, sending/raising SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV and SIGTERM and sending/raising SIGKILL disabled threads outright on OSR5 fixed threads detection for solaris 2.6 codetree bails properly at end of string now fixed a break-related condition that could cause codetree to loop indefinitely added support for a beginning-of-line character to codetree added support for recursive breaks to codetree made charstring::compareIgnoringCase null-safe for platforms that don't have str(n)casecmp improved Windows support in signal classes -Wno-overloaded-virtual is now set when clang is used fixed some subtle kqueue-related bugs added sys/byteorder.h and htonll/ntohll for solaris 11 fixed endian-detection macros for solaris 10 and older added support for SIGLARM and signalmanager::alarm() on windows improved windows implementation of semaphoreset added sys::signalsInterruptSystemCalls() added process::supportsFork()
2015-05-19It is announced as moved (jlr -> Fanael) on Github. Update HOMPAGE also.mef1-3/+3
2015-05-19Githubify. The same version for now.mef2-11/+7
2015-05-18Update to RT 4.2.11manu3-26/+10
RT 4.2.11 -- 2015-05-07 -------------------------- This release is a bugfix release; most notably, it improves indexing time for full-text search, as well as improving support for Apache 2.4 and MySQL 5.5. Interactive command-line tools (including upgrade tools) will now also default to displaying warnings to STDERR, to aid in awareness of potential errors. The complete list of changes includes: General user UI * If storing a transaction failed, note the failure obviously in the ticket history (#30419) * Make sub-menus accessible on screen-readers * Prevent Dashboard portlet from rendering with too many columns * Hint that a transaction is Correspondence, using red background, on Jumbo and Bulk Update pages as well. * Articles distinction between "no classes exist" and "none visible to user" (#30638) * Skip Articles Class selection page if there is only one valid option (#29975) * For consistency with other roles, don't attempt to send email notifications to owners that are disabled * Improve search performance when searching custom field values on users * Allow ModifyTicket to change nobody -> someone else, without OwnTicket * Allow HTML5 <s> and <del> tags for the replaced <strike> tag * Respect the user's chosen units for Time Worked across page loads, instead of always defaulting to minutes. (#17985) * In Jumbo, preserve ticket basics so in progress changes persist after returning to the page * Make elements styled as .button render the same as other buttons * Add print styles for button and .button that match other inputs Command-line * Default to enabling error warnings to the screen for interactive commands * Standardize --help, --quiet and --verbose options across tools * Allow GSSAPI authentication with bin/rt (#25074) Web Administration * Don't show rights on role groups rights list which are nonsensical (#30556) * Support setting multiply-valued custom fields during REST ticket creation * Fix an infinite loop in multiple-valued custom field parsing * Recover gracefully on template creation failure (#29021) * Provide a user-legible representation of the user's GPG key (#25376) * Ability to change back to "role" UsernameFormat * Consistently store un-encoded header data for forwards (#29714) Server Administration * Improve full-text indexing by 1-2 orders of magnitude, on both PostgreSQL and MySQL. * Warn if innodb_log_file_size would limit uploads to < 5M on MySQL 5.5 and later * Increase the warn threshold on max_allowed_packet to 5M * Validate lifecycle right name length * For convenience, allow using the distribution name instead of package name in Plugin(); for example: Plugin('RT-Extension-SLA') * Suggest explicit binlog_path for sphinx >= 1.10 * Drop DatabaseRequireSSL option that does nothing; replace with DatabaseExtraDSN option to allow passing of arbitrary additional database parameters to the database interface * Respect configure-time FontPath configuration * Configurable transaction suppression for EscalatePriority (#29465) * Switch from Oracle DBA-only tables to tables the user can inspect (#30393) * Properly handle large IN sql arguments by breaking them up in to separate statements Developer * Deprecate unused RT::Interface::CLI::debug sub * Standardize and simplify boilerplate for command-line options * Make rt-validator infinite loop checker actually work * Add 'mbox' option to $MailCommand which writes mbox-formatted output * Allow attributes to be set after object creation in initialdata files (#13036) * Do not set charset and body on multipart messages in ContentAsMIME (#23671) * Look harder for content in message/rfc822 parts * Allow creation of multipart/related via REST, by providing Content-IDs * Fold RT::Shredder code into core record classes * Skip Shredder tests on all non-SQLite databases * Built in HTTP Basic auth and htpasswd support in rt-apache tool * New callbacks for Ticket/Elements/ShowBasics, AfterTimeEstimated and AfterTimeWorked * Use %ARGS values in /Admin/Users/Modify.html to allow callbacks to modify them (#27655) * Allow passing SquelchMailTo to Ticket->Create * Explicitly depend on Class::Accessor::Fast not Class::Accessor * Add BodyClass parameter to Elements/Header so callbacks can more easily style only their own pages. Documentation * Extend the documentation to support Apache 2.4 deployment * Attempt to improve reliability in lighttpd by suggesting sockets instead of TCP connection * Information on finding and installing plugins * Information on the new rights interface in the UPGRADING doc (#29515) Internationalization * Localize EmailFrequency properties * Updated localizations (German, Spanish, French, Icelandic, Italian, Japanese, Lithuanian, Russian, Swedish, Traditional Chinese)