summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2016-08-21Update KDE Frameworks to 5.25.0markd43-135/+393
5.22: KCoreAddons * Provide a way to disable inotify use in KDirWatch * Fix KAboutData::applicationData() to init from current Q*Application metadata * Make clear that KRandom is not recommended for cryptography purposes KDeclarative * Don't crash if we have no openGL context KDocTools * Added entity applications KI18n * libgettext: Fix potential use-after-free using non-g++ compilers KIO * kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent() * New file menu: filter out duplicates (e.g. between .qrc and system files) * Fix error message on startup of the cookies KCM * Remove kmailservice5, it can only do harm at this point * Fix KFileItem::refresh() for symlinks. The wrong size, filetype and permissions were being set * Fix regression in KFileItem: refresh() would lose the file type, so a dir became a file * Set text on QCheckbox widget rather than using a separate label * Don't enable acl permissions widget if we don't own the file * Fix double-slash in KUriFilter results when a name filter is set * KUrlRequester: add signal textEdited (forwarded from QLineEdit) KItemModels * Fix template syntax for test case generation * Fix linking with Qt 5.4 (wrongly placed #endif) KParts * Fix the layout of the BrowserOpenOrSaveQuestion dialogue KPeople * Add a check for PersonData being valid KRunner * Fix metainfo.yaml: KRunner is neither a porting aid nor deprecated KService * Remove too-strict maximum string length in KSycoca database KTextEditor * Use proper char syntax '"' instead of '\"' * doxygen.xml: Use default style dsAnnotation for "Custom Tags" as well (less hard-coded colors) * Add option to show the counter of words * Improved foreground color contrast for search & replace highlightings * Fix crash when closing Kate through dbus while the print dialog is open * Cursor::isValid(): add note about isValidTextPosition() * Add API {Cursor, Range}::{toString, static fromString} 5.23: KDE Doxygen Tools * Major rework of the API docs generation KCMUtils * Use QQuickWidget for QML KCMs KConfig * Avoid skipping KAuthorized check KCoreAddons * Print the failing plugin when notifying a cast warning * [kshareddatacache] Fix invalid use of & to avoid unaligned reads * Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated * krandom: Add testcase to catch bug 362161 (failure to auto-seed) KCrash * Check size of unix domain socket path before copying to it KDeclarative * Support selected state * KCMShell import can now be used to query for whether opening a KCM is actually allowed KDocTools * Add commonly used entities for keys to en/user.entities * Update man-docbook template * Update book template + man template + add arcticle template * Call kdoctools_create_handbook only for index.docbook KIO * Give clearer error message when KRun(URL) is given a URL without scheme * Add KProtocolInfo::archiveMimetypes() * use selected icon mode in file open dialog sidebar * kshorturifilter: fix regression with mailto: not prepended when * no mailer is installed KNotification * use QUrl::fromUserInput to construct sound url KNotifyConfig * use QUrl::fromUserInput to construct sound url KService * Fix associated applications for mimetypes with uppercase characters * Lowercase the lookup key for mimetypes, to make it case insensitive * Fix ksycoca notifications when the DB doesn't exist yet KTextEditor * Fix default encoding to UTF-8 * Fix color configurability of default style "Error" * Search & Replace: Fix replace background color (regression introduced in v5.22) * New color scheme "Breeze Dark", see https://kate-editor.org/?post=3745 * KateUndoManager::setUndoRedoCursorOfLastGroup(): pass Cursor as const reference * sql-postgresql.xml improve syntax highlighting by ignoring multiline function bodies * Add syntax highlighting for Elixir and Kotlin * VHDL syntax highlighting in ktexteditor: add support for functions inside architecture statements * vimode: Don't crash when given a range for a nonexistent command * Properly remove composed characters when using Indic locales 5.24: KBookmarks * Cleanup KBookmarkManagerList before qApp exits, to avoid deadlocks with the DBus thread KConfig * Deprecate authorizeKAction() in favor of authorizeAction() * Fix reproducibility in builds by ensuring utf-8 encoding KDeclarative * Make epoxy optional KDocTools * Allow KDocTools to always locate at least its own installed stuff * Use CMAKE_INSTALL_DATAROOTDIR to look for docbook instead of share * Update qt5options manpage docbook to qt 5.4 * Update kf5options manpage docbook KI18n * Also search catalogs for stripped variants of values in env var LANGUAGE * Fix parsing of env var values WRT modifier and codeset, done in wrong order KIO * KIO: add SlaveBase::openPasswordDialogV2 for better error checking, please port your kioslaves to it * Fix KUrlRequester opening file dialog in wrong directory * Fix unsafe KDirModelDirNode* casts * Add cmake option KIO_FORK_SLAVES to set default value * ShortUri filter: fix filtering of mailto:user@host * Add OpenFileManagerWindowJob to highlight file within a folder * KRun: add runApplication method * Add soundcloud search provider * Fix an alignment issue with the OS X native "macintosh" style KItemModels * Add KExtraColumnsProxyModel::removeExtraColumn, will be needed by StatisticsProxyModel KNotifyConfig * KNotifyConfigWidget: add disableAllSounds() method KParts * Add switch to disable KParts' handling of window titles * Add donate menu item to help menu of our apps KRunner * [QueryMatch] Add iconName KTextEditor * Show Scrollbar Text Preview after a delay of 250ms * hide preview and stuff on view content scrolling * set parent + toolview, I think this is needed to avoid task switcher entry in Win10 * Remove "KDE-Standard" from encoding box * Folding preview on per default * Avoid dashed underline for preview & avoid poisoning of line layout cache * Always enable "Show preview of folded text" option * TextPreview: Adjust the grooveRect-height when scrollPastEnd is enabled * Scrollbar preview: use groove rect if scrollbar does not use full height * Add KTE::MovingRange::numberOfLines() just like KTE::Range has * Code folding preview: set popup height so that all hidden lines fit * Add option to disable preview of folded text * Add modeline 'folding-preview' of type bool * View ConfigInterface: support 'folding-preview' of type bool * Add bool KateViewConfig::foldingPreview() and setFoldingPreview(bool) * Feature: Show text preview when hovering over folded code block * KateTextPreview: add setShowFoldedLines() and showFoldedLines() * Add modelines 'scrollbar-minimap' [bool], and 'scrollbar-preview' [bool] * Enable mini-map scrollbar by default * New feature: Show text preview when hovering over the scrollbar * KateUndoGroup::editEnd(): pass KTE::Range by const ref * Fix vim-mode shortcut handling, after behaviour changes in Qt 5.5 * Autobrace: don't insert ' character in text * ConfigInterface: add scrollbar-minimap config key to enable/disable scrollbar mini map * Fix KTE::View::cursorToCoordinate() when top message widget is visible * Refactoring of the Emulated Command Bar * Fix drawing artifacts when scrolling while notifications are visible 5.25: KBookmarks * KBookmarkGroup::moveBookmark: fix return value when item is already at the right position KConfig * Add DeleteFile and RenameFile standard shortcut KCoreAddons * Install known licenses and find them at runtime (regression fix) KDeclarative * Actually emit valueChanged KIO * Fix KIO::linkAs() to work as advertised, i.e. fail if dest already exists * Fix KIO::put("file:///path") to respect the umask * Fix KIO::pasteActionText for null dest item and for empty URL * Add support for undoing symlink creation * GUI option to configure global MarkPartial for KIO slaves * Fix MaxCacheSize limited to 99 KiB * Add clipboard buttons to checksums tab * KNewFileMenu: fix copying template file from embedded resource * KNewFileMenu: Fix creating link to application * KNewFileMenu: Fix suggestion of new filename when file already exist in desktop * KNewFileMenu: ensure fileCreated() is emitted for app desktop files too * KNewFileMenu: fix creating symlinks with a relative target * KPropertiesDialog: simplify button box usage, fix behavior on Esc * KProtocolInfo: refill cache to find newly installed protocols * KIO::CopyJob: port to qCDebug (with its own area, since this can be quite verbose) * KPropertiesDialog: add Checksums tab * Clean url's path before initializing KUrlNavigator KItemModels * KRearrangeColumnsProxyModel: fix assert in index(0, 0) on empty model * Fix KDescendantsProxyModel::setSourceModel() not clearing internal caches * KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering out rowsRemoved signal * KExtraColumnsProxyModel: implement hasChildren() KNotification * Don't set parent of sublayout manually, silences warning KService * applications.menu: remove references to unused categories * Always update the Trader parser from yacc/lex sources KTextEditor * Do not ask for overwriting a file twice with native dialogs * added FASTQ syntax
2016-08-21Update to 5.25.0markd2-9/+8
5.22: * Enables KDE_INSTALL_USE_QT_SYS_PATHS if CMAKE_INSTALL_PREFIX Qt5 prefix * ecm_qt_declare_logging_category: improve error message when using without including 5.24: * Integrate relative library paths to APK * Use "/data" for DATAROOTDIR on Windows 5.25: * Fix inclusion when there's no Qt5 * Add a fallback method for query_qmake() when there's no Qt5 installation * Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM * Appstream data changed its preferred location
2016-08-21Mark as not ready for python-3.x.wiz2-4/+6
Switch to distutils.mk. Bump PKGREVISION for PLIST change.
2016-08-21Remove incorrect mastersite.wiz1-3/+2
2016-08-21New package, go-gls-4.2.0.bsiegert6-1/+65
Every so often, a thread shows up on the golang-nuts asking for some form of goroutine-local-storage, or some kind of goroutine id, or some kind of context. There are a few valid use cases for goroutine-local-storage, one of the most prominent being log line context. One poster was interested in being able to log an HTTP request context id in every log line in the same goroutine as the incoming HTTP request, without having to change every library and function call he was interested in logging. It is my duty to point you to https://blog.golang.org/context, which is how Google solves all of the problems you'd perhaps consider using this package for at scale.
2016-08-21Update hoe to 3.15.1.taca2-7/+7
=== 3.15.1 / 2016-06-15 * 1 bug fix: * rake newb does a better job of activating gems it had to install. (duckinator) === 3.15.0 / 2016-03-25 * 1 minor enhancement: * Added ruby version declarations for hoe-spec. ruby20! * 2 bug fixes: * Fixed running rdoc if it was satisfied outside of GEM_HOME. * Relaxed requirement on rake to include new rake 11.x. (hsbt)
2016-08-21Add ALTERNATIVES file since pkg_alternatives was added by previous commit.taca1-0/+6
2016-08-21Update ZenTest to 4.11.1.taca3-16/+17
=== 4.11.1 / 2016-06-13 * 1 minor enhancement: * Expand autotest to load 'autotest/discover*' for discovery.
2016-08-21Add and enable pear-Console_CommandLine.taca1-1/+2
2016-08-21Add pear-Console_CommandLine version 1.2.2.taca3-0/+27
Console_CommandLine is a full featured package for managing command-line options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: * handles sub commands (ie. $ myscript.php -q subcommand -f file), * can be completely built from an xml definition file, * generate --help and --version options automatically, * can be completely customized, * builtin support for i18n, * and much more...
2016-08-21Updated p5-Module-Build to 0.42200.wiz2-8/+7
0.4220 - Tue Aug 16 22:11:14 CEST 2016 - Released 0.42_19 as 0.4220 0.42_19 - Sun Aug 7 17:07:38 CEST 2016 - Initialize MM Compat environmental variables to empty strings [Leon Timmermans] - Skip PPM test when link_executable fails [Leon Timmermans] - Make more actions deterministic [Zefram] - Preprocess file lists generated by rscan_dir() to sort them [Niko Tyni]
2016-08-21pkglint cleanup.wiz1-4/+4
2016-08-21Updated p5-CPAN-Meta to 2.150010.wiz2-8/+7
2.150010 2016-08-18 12:10:08-04:00 America/New_York [FIXED] - the YAML and JSON backend variables are ignored when building/testing the perl core itself, where non-core backends are not yet installed. [CHANGED] - Added "use warnings" to Parse::CPAN::Meta 2.150009 2016-07-02 21:07:49-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed used of Encode in Parse::CPAN::Meta::load_json_string (Cherry picked from Parse::CPAN::Meta 1.4422) 2.150008 2016-06-28 17:01:03-04:00 America/New_York (TRIAL RELEASE) [ADDED] - Merged Parse::CPAN::Meta 1.4420 into this distribution 2.150007 2016-06-28 03:48:16-04:00 America/New_York (TRIAL RELEASE) [FIXED] - The cloning routine would raise an error on expected types when it previously would stringify. The old behavior is restored. 2.150006 2016-06-23 20:05:46-04:00 America/New_York (TRIAL RELEASE) [FIXED] - CPAN::Meta::Prereqs now fully accepts phases and types starting with 'x_'. New 'phases' and 'types_in' interfaces have been added. - No longer relies on JSON backend for data structure cloning. This is much faster than using JSON::PP. [TESTS] - The 'extra_mappings' feature for meta merging is now tested and documented. - During tests, delete new environment variables added by Parse::CPAN::Meta 1.4418 [SPEC] - Clarifies acceptable values for booleans - Cleaned up text and links of historical specs.
2016-08-21Update ruby-railties32 to 3.2.22.4, no change except version.taca1-5/+5
2016-08-21Update ruby-activemodel32 to 3.2.22.4, no change except version.taca1-5/+5
2016-08-21Update ruby-activesupport32 to 3.2.22.4, no change except version.taca1-5/+5
2016-08-21Makefile: +py-wcwidth +py-prompt_toolkitkamil1-1/+3
2016-08-21Import prompt_toolkit-1.0.6 as py-prompt_toolkitkamil4-0/+345
Library for building powerful interactive command lines in Python Originally packaged in pkgsrc-wip by: - K.I.A.Derouiche and - myself.
2016-08-21Import wcwidth-0.1.7 as py-wcwidthkamil4-0/+48
This Library is mainly for those implementing a Terminal Emulator, or programs that carefully produce output to be interpreted by one Originally packaged in pkgsrc-wip by: - K.I.A.Derouiche
2016-08-20Use the macosx target which is bundled in packages Makefile to apply relevantsevan1-1/+7
settings when building on OS X. Unbreaks package. ok alnsn@
2016-08-20Fix the test target.alnsn3-4/+16
2016-08-20New package, go-termbox.bsiegert6-1/+87
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's what makes the termbox a distinct library in its area.
2016-08-20Revbump packages using Go for Go 1.7 release.bsiegert11-18/+22
2016-08-19Update git* to 2.9.3.wiz2-7/+7
Fixes since v2.9.2 ------------------ * A helper function that takes the contents of a commit object and finds its subject line did not ignore leading blank lines, as is commonly done by other codepaths. Make it ignore leading blank lines to match. * Git does not know what the contents in the index should be for a path added with "git add -N" yet, so "git grep --cached" should not show hits (or show lack of hits, with -L) in such a path, but that logic does not apply to "git grep", i.e. searching in the working tree files. But we did so by mistake, which has been corrected. * "git rebase -i --autostash" did not restore the auto-stashed change when the operation was aborted. * "git commit --amend --allow-empty-message -S" for a commit without any message body could have misidentified where the header of the commit object ends. * More mark-up updates to typeset strings that are expected to literally typed by the end user in fixed-width font. * For a long time, we carried an in-code comment that said our colored output would work only when we use fprintf/fputs on Windows, which no longer is the case for the past few years. * "gc.autoPackLimit" when set to 1 should not trigger a repacking when there is only one pack, but the code counted poorly and did so. * One part of "git am" had an oddball helper function that called stuff from outside "his" as opposed to calling what we have "ours", which was not gender-neutral and also inconsistent with the rest of the system where outside stuff is usuall called "theirs" in contrast to "ours". * The test framework learned a new helper test_match_signal to check an exit code from getting killed by an expected signal. * "git blame -M" missed a single line that was moved within the file. * Fix recently introduced codepaths that are involved in parallel submodule operations, which gave up on reading too early, and could have wasted CPU while attempting to write under a corner case condition. * "git grep -i" has been taught to fold case in non-ascii locales correctly. * A test that unconditionally used "mktemp" learned that the command is not necessarily available everywhere. * "git blame file" allowed the lineage of lines in the uncommitted, unadded contents of "file" to be inspected, but it refused when "file" did not appear in the current commit. When "file" was created by renaming an existing file (but the change has not been committed), this restriction was unnecessarily tight. * "git add -N dir/file && git write-tree" produced an incorrect tree when there are other paths in the same directory that sorts after "file". * "git fetch http://user:pass [at] hos/repo..." scrubbed the userinfo part, but "git push" didn't. * An age old bug that caused "git diff --ignore-space-at-eol" misbehave has been fixed. * "git notes merge" had a code to see if a path exists (and fails if it does) and then open the path for writing (when it doesn't). Replace it with open with O_EXCL. * "git pack-objects" and "git index-pack" mostly operate with off_t when talking about the offset of objects in a packfile, but there were a handful of places that used "unsigned long" to hold that value, leading to an unintended truncation. * Recent update to "git daemon" tries to enable the socket-level KEEPALIVE, but when it is spawned via inetd, the standard input file descriptor may not necessarily be connected to a socket. Suppress an ENOTSOCK error from setsockopt(). * Recent FreeBSD stopped making perl available at /usr/bin/perl; switch the default the built-in path to /usr/local/bin/perl on not too ancient FreeBSD releases. * "git status" learned to suggest "merge --abort" during a conflicted merge, just like it already suggests "rebase --abort" during a conflicted rebase. * The .c/.h sources are marked as such in our .gitattributes file so that "git diff -W" and friends would work better. * Existing autoconf generated test for the need to link with pthread library did not check all the functions from pthread libraries; recent FreeBSD has some functions in libc but not others, and we mistakenly thought linking with libc is enough when it is not. * Allow http daemon tests in Travis CI tests. * Users of the parse_options_concat() API function need to allocate extra slots in advance and fill them with OPT_END() when they want to decide the set of supported options dynamically, which makes the code error-prone and hard to read. This has been corrected by tweaking the API to allocate and return a new copy of "struct option" array. * The use of strbuf in "git rm" to build filename to remove was a bit suboptimal, which has been fixed. * "git commit --help" said "--no-verify" is only about skipping the pre-commit hook, and failed to say that it also skipped the commit-msg hook. * "git merge" in Git v2.9 was taught to forbid merging an unrelated lines of history by default, but that is exactly the kind of thing the "--rejoin" mode of "git subtree" (in contrib/) wants to do. "git subtree" has been taught to use the "--allow-unrelated-histories" option to override the default. * The build procedure for "git persistent-https" helper (in contrib/) has been updated so that it can be built with more recent versions of Go. * There is an optimization used in "git diff $treeA $treeB" to borrow an already checked-out copy in the working tree when it is known to be the same as the blob being compared, expecting that open/mmap of such a file is faster than reading it from the object store, which involves inflating and applying delta. This however kicked in even when the checked-out copy needs to go through the convert-to-git conversion (including the clean filter), which defeats the whole point of the optimization. The optimization has been disabled when the conversion is necessary. * "git -c grep.patternType=extended log --basic-regexp" misbehaved because the internal API to access the grep machinery was not designed well. * Windows port was failing some tests in t4130, due to the lack of inum in the returned values by its lstat(2) emulation. * The characters in the label shown for tags/refs for commits in "gitweb" output are now properly escaped for proper HTML output. * FreeBSD can lie when asked mtime of a directory, which made the untracked cache code to fall back to a slow-path, which in turn caused tests in t7063 to fail because it wanted to verify the behaviour of the fast-path. * Squelch compiler warnings for netmalloc (in compat/) library. * The API documentation for hashmap was unclear if hashmap_entry can be safely discarded without any other consideration. State that it is safe to do so. * Not-so-recent rewrite of "git am" that started making internal calls into the commit machinery had an unintended regression, in that no matter how many seconds it took to apply many patches, the resulting committer timestamp for the resulting commits were all the same. * "git difftool <paths>..." started in a subdirectory failed to interpret the paths relative to that directory, which has been fixed. Also contains minor documentation updates and code clean-ups.
2016-08-19Updated libuuid to 2.28.1.wiz3-13/+22
Browsing the changelog, I see no relevant changes.
2016-08-19Updated py-virtualenv to 15.0.3.wiz3-10/+9
15.0.3 (2016-08-05) Test for given python path actually being an executable file, #939 Only search for copy actual existing Tcl/Tk directories (PR #937) Generically search for correct Tcl/Tk version (PR #926, PR #933) Upgrade setuptools to 22.0.5
2016-08-19Updated py-setuptools to 25.2.0.wiz2-7/+7
v25.2.0 ------- * #612 via #730: Add a LICENSE file which needs to be provided by the terms of the MIT license. v25.1.6 ------- * #725 v25.1.5 ------- * #720 * #723 v25.1.4 ------- * #717 * #713 * #707 via #715 v25.1.3 ------- * #714 and #704: Revert fix as it breaks other components downstream that can't handle unicode. See #709, #710, and #712. v25.1.2 ------- * #704: Fix errors when installing a zip sdist that contained files named with non-ascii characters on Windows would crash the install when it attempted to clean up the build. * #646: MSVC compatibility - catch errors properly in RegistryInfo.lookup. * #702: Prevent UnboundLocalError when initial working_set is empty.
2016-08-19Updated p5-Path-Class to 0.37.wiz2-8/+7
0.37 Sat Aug 13 21:33:23 CDT 2016 - Doc update for contains/subsumes [1916528] - Fix "contains" when $self is a relative path - #43 [1c01e86] - Handle case where $other evaluates false [70e4b6b] - Add additional test cases for contains and subsumes [434f244] - Test with Perl 5.24 [a4d2d73]
2016-08-19Updated p5-List-SomeUtils to 0.53.wiz2-9/+7
0.53 2016-08-14 - Replaced Exporter::Tiny with Exporter.
2016-08-19Updated p5-Try-Tiny to 0.27.wiz2-8/+7
0.27 2016-08-16 01:43:35Z - repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github) - no changes since 0.26 0.26 2016-03-15 23:42:02Z (TRIAL RELEASE) - switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (Graham Knop, karenetheridge/Sub-Name/#3) 0.25 2016-02-22 20:16:51Z (TRIAL RELEASE) - "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (Lukas Mai, RT#112099)
2016-08-19Added buildlink3.mk file. No upstream changes.jaapb1-0/+13
2016-08-19Updated devel/p5-Devel-ebug to 0.57mef2-8/+7
----------------------------------- 0.57 2016.08.11 - Set up travisci - Localize $/ to avoid hang (plicease) - Add dist metadata. Some other things (plicease) - Fix to work with newer stacktrace (picease)
2016-08-19Updated devel/p5-Devel-PatchPerl to 1.44mef2-8/+7
---------------------------------------- version 1.44 at 2016-08-18 11:38:32 +0000 ----------------------------------------- Date : 2016-08-18 12:38:32 +0000 Updated hints for darwin, freebsd and gnu (hurd)
2016-08-19pdated afl to 2.31b.wiz3-18/+20
-------------- Version 2.31b: -------------- - Changed havoc cycle counts for a marked performance boost, especially with -S / -d. See the discussion of FidgetyAFL in: https://groups.google.com/forum/#!topic/afl-users/fOPeb62FZUg While this does not implement the approach proposed by the authors of the CCS paper, the solution is a result of digging into that research; more improvements may follow as I do more experiments and get more definitive data. -------------- Version 2.30b: -------------- - Made minor improvements to persistent mode to avoid the remote possibility of "no instrumentation detected" issues with very low instrumentation densities. - Fixed a minor glitch with a leftover process in persistent mode. Reported by Jakub Wilk and Daniel Stender. - Made persistent mode bitmaps a bit more consistent and adjusted the way this is shown in the UI, especially in persistent mode. -------------- Version 2.29b: -------------- - Made a minor #include fix to llvm_mode. Suggested by Jonathan Metzman. - Made cosmetic updates to the docs. -------------- Version 2.28b: -------------- - Added "life pro tips" to docs/. - Moved testcases/_extras/ to dictionaries/ for visibility. - Made minor improvements to install scripts. - Added an important safety tip. -------------- Version 2.27b: -------------- - Added libtokencap, a simple feature to intercept strcmp / memcmp and generate dictionary entries that can help extend coverage. - Moved libdislocator to its own dir, added README. - The demo in experimental/instrumented_cmp is no more. -------------- Version 2.26b: -------------- - Made a fix for libdislocator.so to compile on MacOS X. - Added support for DYLD_INSERT_LIBRARIES. - Renamed AFL_LD_PRELOAD to AFL_PRELOAD. -------------- Version 2.25b: -------------- - Made some cosmetic updates to libdislocator.so, renamed one env variable. -------------- Version 2.24b: -------------- - Added libdislocator.so, an experimental, abusive allocator. Try it out with AFL_LD_PRELOAD=/path/to/libdislocator.so when running afl-fuzz.
2016-08-19Update to 0.22wen2-7/+8
Add missing BUILD_DEPENDS Upstream changes: 0.22 2016-08-19 03:45:32Z - properly find the list of modules to test (regression since 0.19)
2016-08-19Update to 0.21wen2-7/+8
Upstream changes: 0.21 2016-08-16 01:31:28Z - no changes since 0.20 0.20 2016-06-19 02:41:02Z (TRIAL RELEASE) - switch to plain old Exporter, removing build_* subs from the API,
2016-08-19Update to 0.19wen2-8/+7
Upstream changes: 0.19 2016-08-18 18:52:33Z - fix checking of SvUTF8 flag 0.18 2016-08-16 01:07:54Z - no changes since 0.17 0.17 2016-06-27 22:45:27Z (TRIAL RELEASE) - fixed parsing error where the name contains a single colon but the last separator is :: (Leon Timmermans) 0.16 2016-06-21 03:41:40Z (TRIAL RELEASE) - support binary and unicode symbol names (Leon Timmermans, Aristotle Pagaltzis, Peter Rabbitson, Reini Urban, PR#8)
2016-08-19Update to 0.374wen2-8/+7
Upstream changes: 0.374 2016-08-16 - Spelling fix (thanks to gregor herrmann rt-116399).
2016-08-18py-dot is ready for python-3.x now.wiz1-2/+1
2016-08-18update to Mako-1.0.4richard3-9/+8
.. changelog:: :version: 1.0.4 :released: Thu Mar 10 2016 .. change:: :tags: feature, test The default test runner is now py.test. Running "python setup.py test" will make use of py.test instead of nose. nose still works as a test runner as well, however. .. change:: :tags: bug, lexer :pullreq: github:19 Major improvements to lexing of intricate Python sections which may contain complex backslash sequences, as well as support for the bitwise operator (e.g. pipe symbol) inside of expression sections distinct from the Mako "filter" operator, provided the operator is enclosed within parentheses or brackets. Pull request courtesy Daniel Martin. .. change:: :tags: feature :pullreq: bitbucket:16 Added new method :meth:`.Template.list_defs`. Pull request courtesy Jonathan Vanasco. .. changelog:: :version: 1.0.3 :released: Tue Oct 27 2015 .. change:: :tags: bug, babel :pullreq: bitbucket:21 Fixed an issue where the Babel plugin would not handle a translation symbol that contained non-ascii characters. Pull request courtesy Roman Imankulov. .. changelog:: :version: 1.0.2 :released: Wed Aug 26 2015 .. change:: :tags: bug, installation :tickets: 249 The "universal wheel" marker is removed from setup.cfg, because our setup.py currently makes use of conditional dependencies. In :ticket:`249`, the discussion is ongoing on how to correct our setup.cfg / setup.py fully so that we can handle the per-version dependency changes while still maintaining optimal wheel settings, so this issue is not yet fully resolved. .. change:: :tags: bug, py3k :tickets: 250 Repair some calls within the ast module that no longer work on Python3.5; additionally replace the use of ``inspect.getargspec()`` under Python 3 (seems to be called from the TG plugin) to avoid deprecation warnings. .. change:: :tags: bug :pullreq: bitbucket:18 Update the Lingua translation extraction plugin to correctly handle templates mixing Python control statements (such as if, for and while) with template fragments. Pull request courtesy Laurent Daverio. .. change:: :tags: feature :tickets: 236 Added ``STOP_RENDERING`` keyword for returning/exiting from a template early, which is a synonym for an empty string ``""``. Previously, the docs suggested a bare ``return``, but this could cause ``None`` to appear in the rendered template result. .. seealso:: :ref:`syntax_exiting_early`
2016-08-18Updated package to latest version, 2.8.1. Changes include:jaapb4-24/+15
* Features/Changes ** Compiler: reduce memory usage for shortvar ** Lib: Add optional `prefix` arg to Jsonp.call ** Ppx: add ppx_driver compatibility * Bug fixes ** Lib: fix Js.object_keys, Js.export ** Lib: Async, do not ignore unhandled exceptions
2016-08-18Updated devel/p5-File-ShareDir-Install to 0.11mef2-8/+7
---------------------------------------------- 0.11 2016-08-08 02:50:03Z - release with new tooling, from the Perl-Toolchain-Gang organization
2016-08-18Update to 1.5.0ryoon4-38/+17
Changelog: * Thu Apr 14 2016 Sundeep Anand <suanand@redhat.com> - 1.5.0 - ZNTA-946 - zanata push StringIO fix - ZNTA-303 - podir projects handling - ZNTA-936 - redirection 301, 302 handling - ZNTA-934 - java-client compatible zanata.xml - ZNTA-927 - Project Status and Versions - ZNTA-929 - zanata-python-client failed to retrieve version in non-git environment - Bug 1139950 - Flexible Translation file naming
2016-08-18remove duplicated devel/py-cycler which can be found now in graphics/richard5-34/+1
2016-08-18Added patch filejaapb2-2/+21
2016-08-18Updated package to unreleased version, 114.01+04. This was necessaryjaapb4-37/+21
because the version in pkgsrc currently does not compile, and the changes needed are not yet in the release. Changes include: * Use the new context-free API * Change a behavior in ppx_type_conv: attributes inside the type definition such as @default are not removed. This is not really a big deal as we still check that they are used. We could restore this bevavior with a full pass at the end to remove used attributes.
2016-08-18Updated package to unreleased version 113.45.68, based on a GitHub tag.jaapb5-38/+54
This was necessary beacuse the latest released version does not compile with pkgsrc (and an update is needed to make devel/ocaml-ppx_type_conv compile)to make devel/ocaml-ppx_type_conv compile). Changes include: * Update for the new context free API
2016-08-18Updated package to version 114.01+04. This is an unreleased version basedjaapb5-36/+49
on a GitHub tag; reason for this is that the latest released version, 113.33.03, does not compile with pkgsrc. The patches for this are already in GitHub, hence this update. Changes include: * We currently reject code which contains attribute on constructor inside polymorphic variant types definition. The reason is that while there is a dedicated place for them in the AST, the surface syntax didn't allow one to write such attributes. This won't be true anymore once we switch to 4.03 as documentation comments present in these locations get turned into attributes. * accept attributes on object types fields. * Make all ppx rewriters context free. We currently have an API for context free extension expanders but other kind of transformations still require a full AST traversal, even though they are all local transformations. This features adds the necessary bits to make it possible to merge all the transformations in one pass. This both improve speed and semantic. Speed as we do less passes, and semantic as the resulting AST is completely independent of the order in which transformations are listed in jbuild files. Passes before this feature: $ ppx.exe -print-passes <builtin:freshen-and-collect-attributes> <bultin:context-free> type_conv custom_printf expect_test fail js_style pipebang <builtin:check-unused-attributes> <builtin:check-unused-extensions> After: <builtin:freshen-and-collect-attributes> <bultin:context-free> js_style <builtin:check-unused-attributes> <builtin:check-unused-extensions> The resulting driver is about twice faster, which might help compilation speed.
2016-08-18Updated package to latest release, 2.5.2. Package upstream has movedjaapb3-12/+16
to github. Changes include: - BatIO: make the ?cleanup parameter of BatIO.input_channel true by default: closing the returned input will close the underlying input channel #109, #489 (Simon Cruanes, report by Michael Ekstrand) - BatArray: add split : 'a BatOrd.ord -> 'a array -> 'a -> int * int search for the range equal to a given element in a sorted array #443, #470 (Simon Cruanes, Gabriel Scherer, request by Fran?ois Berenger) - BatEnum: BatEnum.combine is now curried, just like List.combine, its signature changes from: val combine: 'a t * 'b t -> ('a * 'b) t to val combine: 'a t -> 'b t -> ('a * 'b) t #578 (Fran?ois Berenger) - PSet: add a ?cmp argument to every function that creates a PSet: of_enum, of_list, of_array are changed. The default value is Pervasives.compare. #679 (Cedric Cellier)
2016-08-18Updated devel/acr to 0.10.5mef2-7/+7
--------------------------- ChangeLog unknown, https://github.com/radare/acr/releases says just Release 0.10.5