summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-08Updated archivers/lzo to 2.09wiz2-3/+3
2015-02-08Update to 2.09:wiz2-6/+6
Changes in 2.09 (04 Feb 2015) * Work around gcc bug #64516 that could affect architectures like armv4, armv5 and sparc.
2015-02-08Updated graphics/jhead to 3.00wiz2-3/+3
2015-02-08Update to 3.00:wiz2-6/+6
Jun 10 2013: Make max comment size 16000 Oct 25 2013: Added "-zt" option to trim 32k of trailing zeroes from Nikon 1 J2 and J3 images. Sep 28 2014: Add ability to reset invalid rotation tag (from Moultrie game cameras)
2015-02-08Updated devel/global to 6.3.4wiz2-3/+3
2015-02-08Update to 6.3.4:wiz2-6/+6
Version 6.3.4 - February 2 2015 [FIXED BUGS] o global: Global(1) exited with a message "Abbrev character must be a lower alphabetic character ()" in some condition. Now it is fixed. o gozilla/Makefile.am: Installation made a directory outside of the DESTDIR. Now it is fixed. o gtags: The C++ parser picked up compiler specific macros as a class name. It is not desirable. Now it is fixed.
2015-02-08Updated devel/afl to 1.40bwiz2-3/+3
2015-02-08Update to 1.40b:wiz2-8/+9
-------------- Version 1.40b: -------------- - Switched to smaller block op sizes during the first passes over the queue. Helps keep test cases small. - Added memory barrier for run_target(), just in case compilers get smarter than they are today. - Updated a bunch of docs. -------------- Version 1.39b: -------------- - Added the ability to skip inputs by sending SIGUSR1 to the fuzzer. - Reworked several portions of the documentation. - Changed the code to reset splicing perf scores between runs to keep them closer to intended length. - Reduced the minimum value of -t to 5 for afl-fuzz (~200 exec/sec) and to 10 for auxiliary tools (due to the absence of a fork server). - Switched to more aggressive default timeouts (rounded up to 25 ms versus 50 ms - ~40 execs/sec) and made several other cosmetic changes to the timeout code. -------------- Version 1.38b: -------------- - Fixed a bug in the QEMU build script, spotted by William Robinet. - Improved the reporting of skipped bitflips to keep the UI counters a bit more accurate. - Cleaned up related_work.txt and added some non-goals. - Fixed typos, thanks to Jakub Wilk. -------------- Version 1.37b: -------------- - Added effector maps, which detect regions that do not seem to respond to bitflips and subsequently exclude them from more expensive steps (arithmetics, known ints, etc). This should offer significant performance improvements with quite a few types of text-based formats, reducing the number of deterministic execs by a factor of 2 or so. - Cleaned up mem limit handling in afl-cmin. - Switched from uname -i to uname -m to work around Gentoo-specific issues with coreutils when building QEMU. Reported by William Robinet. - Switched from PID checking to flock() to detect running sessions. Problem, against all odds, bumped into by Jakub Wilk. - Added SKIP_COUNTS and changed the behavior of COVERAGE_ONLY in config.h. Useful only for internal benchmarking. - Made improvements to UI refresh rates and exec/sec stats to make them more stable. - Made assorted improvements to the documentation and to the QEMU build script. - Switched from perror() to strerror() in error macros, thanks to Jakub Wilk for the nag. - Moved afl-cmin back to bash, wasn't thinking straight. It has to stay on bash because other shells may have restrictive limits on array sizes.
2015-02-08+ afl-1.40b, global-6.3.4, gsharutils-4.15, jhead-3.00, lzo-2.09,wiz1-2/+13
musicpd-0.19.9, py-keyring-5.0, py-lxml-3.4.2, py-tornado-4.1, py-tortoisehg-3.3, py-virtualenv-12.0.7, shared-mime-info-1.4.
2015-02-08Updated archivers/pigz to 2.3.3fhajny1-1/+2
2015-02-08Update pigz to 2.3.3.fhajny2-8/+9
Changelog not published, see commits since 2.3.1: https://github.com/madler/pigz/compare/v2.3.1...v2.3.3
2015-02-08Updated www/trac to 1.0.4gdt1-1/+2
2015-02-08Update to 1.0.4.gdt2-6/+6
- Workflow action labels were not displayed unless name attribute was explicitly defined (#11930)
2015-02-08Updated devel/p5-boolean to 0.45wiz1-1/+2
2015-02-08Update to 0.45:wiz2-6/+6
0.45 Thu Feb 5 15:39:26 PST 2015 - Remove last vestige of -truth from the tests!
2015-02-08Updated net/p5-Net-Domain-TLD to 1.73wiz1-1/+2
2015-02-08Update to 1.73:wiz2-7/+6
1.73 Wed Feb 04 09:00 2015 - ccidn and gtld_new update as per latest IANA db entries, add %tld_profile to @EXPORT_OK
2015-02-08Updated mail/p5-Email-Valid to 1.196wiz1-1/+2
2015-02-08Update to 1.196:wiz2-6/+6
1.196 2015-02-05 22:31:29-05:00 America/New_York - AOL "local rules" no longer enforced
2015-02-08Updated textproc/p5-XML-LibXML to 2.0118wiz1-1/+2
2015-02-08Update to 2.0118:wiz2-6/+6
2.0118 2015-02-05 - Add $Config{incpath} to the include paths on Win32. - Fixes https://rt.cpan.org/Ticket/Display.html?id=101944 - Thanks to Marek for the report and propsed fix.
2015-02-08Updated devel/p5-glib2 to 1.307mef1-1/+3
Updated devel/p5-IO-All to 0.85
2015-02-08Update 0.61 to 0.85mef2-7/+6
------------------- 0.85 Mon Dec 15 08:34:09 CST 2014 - Fix copy tests on Windows 0.84 Sun Dec 14 02:06:37 CST 2014 - Pass separator along when tie'ing (Fixes GH#52, Arthur Axel 'fREW' Schmidt) - Add ->copy method (Arthur Axel 'fREW' Schmidt) - Prefix private methods with underscores (Arthur Axel 'fREW' Schmidt) 0.83 Sat Dec 13 01:00:16 CST 2014 - Allow passing an argument to ->relative (Arthur Axel 'fREW' Schmidt) 0.82 Thu Nov 13 15:10:32 CST 2014 - Use bsd_glob for ::Dir->glob (Arthur Axel 'fREW' Schmidt) 0.81 Wed Nov 5 18:18:25 PST 2014 - Fixed a doc formatting bug. 0.80 Tue Nov 4 11:13:18 PST 2014 - Make the Role Call list link to their doc sections. 0.79 Tue Sep 2 14:34:27 MDT 2014 - Doc enhancement. PR/51. @nheinric++ 0.78 Thu Aug 28 11:56:36 PDT 2014 - Release to steal indexing back from Alt::IO::All::new. 0.77 Tue Aug 26 12:37:29 PDT 2014 - Add new overloads from PR/49 @ginzel++ 0.76 Tue Aug 19 16:21:05 PDT 2014 - Relplace tabs with spaces 0.75 Sat Aug 16 16:41:13 PDT 2014 - Change testdir to t 0.74 Sat Aug 16 16:03:33 PDT 2014 - Fix strict/warnings 0.73 Sat Aug 16 15:35:55 PDT 2014 - Remove 'use 5.x.x' from code 0.72 Sat Aug 16 11:19:00 PDT 2014 - Meta 0.0.2 0.71 Sat Aug 16 03:45:11 PDT 2014 - Eliminate spurious trailing whitespace 0.70 Sat Aug 16 02:08:08 PDT 2014 - Eliminate File::Basename from test/ 0.69 Fri Aug 15 15:55:18 PDT 2014 - Add t/000-compile-modules.t - CPAN Day 2014 - 21 Release Salute! 0.68 Sun Aug 10 08:56:08 PDT 2014 - PR/47. Doc fixes. @ginzel++ 0.67 Sat Aug 2 11:58:01 PDT 2014 - Fix Copyright years. 0.66 Wed Jul 16 23:39:38 PDT 2014 - Move doc to Swim - Fix Meta and add Contributing file 0.65 Sat Jun 14 12:48:31 PDT 2014 - Support recommended modules again 0.64 Sat Jun 14 12:33:21 PDT 2014 - New badge syntax - Changed the ABSTRACT 0.63 Sun Jun 8 12:45:43 PDT 2014 - Add coveralls badge - Finish porting pod to kwim 0.62 Sat Jun 7 13:36:32 PDT 2014 - Convert release to Zilla::Dist - Start converting doc to Kwim
2015-02-08Update 1.304 to 1.307mef2-7/+6
--------------------- Overview of changes in Glib 1.307 (stable) ========================================== * Fix hang of t/9.t on FreeBSD/NetBSD perls not built with "-pthread"; closes RT#82349 * Add code comments about the peculiar Glib::InitiallyUnowned sink handling Overview of changes in Glib 1.306 (stable) ========================================== * Fix libpthread-related building issues on OpenBSD Overview of changes in Glib 1.305 (stable) ========================================== * Disable the warning message when handing callbacks over to the main loop.
2015-02-08Updated devel/patch to 2.7.4mef1-1/+2
2015-02-08Updated www/firefox to 35.0.1nb2martin1-1/+2
2015-02-08Make it work on strict alignment architectures again.martin3-3/+134
2015-02-08Update 2.7.1 to 2.7.4mef2-6/+6
--------------------- Changes until version 2.7.4: * When a file isn't being deleted because the file contents don't match the patch, the resulting message is now "Not deleting file ... as content differs from patch" instead of "File ... is not empty after patch; not deleting". * Function names in hunks (from diff -p) are now preserved in reject files. * Patch no longer follows symbolic links to input and output files. This ensures that symbolic links created by git-style patches cannot cause patch to write outside the working directory (CVE-2015-1196). * Various fixes.
2015-02-08+picprg-3.01mef1-1/+2
2015-02-08Added x11/qt5-qtwebsockets version 5.4.0wiz1-1/+2
2015-02-08+ qt5-qtwebsocketswiz1-1/+2
2015-02-08Import qt5-websockets-5.4.0 as x11/qt5-qtwebsockets, packaged for wip by nros.wiz5-0/+78
Qt5 module that implements the Websocket protocol as specified in RFC 6455.
2015-02-08# used by x11/qt5-qtwebsockets/Makefilewiz1-1/+2
2015-02-08Updated devel/git to 2.3.0adam1-1/+7
2015-02-08Changes 2.3.0:adam2-6/+6
This one ended up to be a release with lots of small corrections and improvements without big uncomfortably exciting features. The recent security fix that went to 2.2.1 and older maintenance tracks is also contained in this update.
2015-02-08Updated x11/qt5-qtwebchannel to 5.4.0nb1wiz1-1/+2
2015-02-08Bump PKGREVISION for PLIST change in previous.wiz1-1/+2
2015-02-08Improvements from nros via the wip package of the same name.wiz3-12/+10
2015-02-08# used by x11/qt5-qtwebchannel/Makefilewiz1-1/+2
2015-02-08Added lang/openjdk8tnn2-2/+4
2015-02-08Import openjdk8-1.8.31 as lang/openjdk8.tnn53-0/+2474
Open-source implementation of the Java Platform, Standard Edition.
2015-02-08Note update of lang/ruby-execjs package to 2.3.0.taca1-1/+2
2015-02-08Update ruby-execjs to 2.3.0.taca3-9/+7
Changes are not available, it looks various fixes.
2015-02-08g/c comment, no longer appliestnn1-3/+1
2015-02-08Fix inconsistency between _WRAP_EXTRA_ARGS and CWRAPPERS_APPENDtnn1-1/+2
2015-02-08Note update of devel/ruby-rugged package to 0.21.4.taca1-1/+2
2015-02-08Update ruby-rugged to 0.21.4.taca3-7/+9
## Rugged 0.21.4 (January 18, 2015) ## * Update bundled libgit2 to 0.21.4. See https://github.com/libgit2/libgit2/releases/tag/v0.21.4 for a list of fixed issues. *Arthur Schreiber* ## Rugged 0.21.3 (December 18, 2014) ## * Update bundled libgit2 to 0.21.3. See https://github.com/libgit2/libgit2/releases/tag/v0.21.3 for a list of fixed issues. *Arthur Schreiber* ## Rugged 0.21.2 (November 16, 2014) ## * Update bundled libgit2 to 0.21.2 (from 0.21.0). See https://github.com/libgit2/libgit2/releases/tag/v0.21.1 and https://github.com/libgit2/libgit2/releases/tag/v0.21.2 for a list of fixed issues. *Arthur Schreiber* ## Rugged 0.21.1 was not released ##
2015-02-08Updated devel/p5-POE-Test-Loops to 1.360mef1-1/+4
Updated devel/p5-POE to 1.366 Updated devel/p5-Curses-UI-POE to 0.04000
2015-02-08Update 0.03500 to 0.04000 (DISTNAME version is 0.40)mef2-8/+9
------------------------------------------------------------------------ r206 | scott | 2010-01-21 11:41:36 -0800 (Thu, 21 Jan 2010) | 1 line Fixed POD
2015-02-08Add REPLACE_PERL= lib/POE/Wheel/Curses.pmmef1-1/+3