summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-16Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.taca6-18/+18
2015-01-16Updated devel/afl to 1.12bwiz1-1/+2
2015-01-16Update to 1.12b:wiz2-6/+6
-------------- Version 1.12b: -------------- - Made an improvement to dictionary generation to avoid runs of identical bytes. - Added havoc cycle scaling to help with slow binaries in -d mode. Based on a thread with Sami Liedes. - Added AFL_SYNC_FIRST for afl-fuzz. This is useful for those who obsess over stats, no special purpose otherwise. - Switched to more robust box drawing codes, suggested by Jakub Wilk. - Created faster 64-bit variants of several critical-path bitmap functions (sorry, no difference on 32 bits). - Fixed moar typos, as reported by Jakub Wilk. -------------- Version 1.11b: -------------- - Added a bit more info about dictionary strategies to the status screen. -------------- Version 1.10b: -------------- - Revised the dictionary behavior to use insertion and overwrite in deterministic steps, rather than just the latter. This improves coverage with SQL and the like. - Added a mention of "*" in status_screen.txt, as suggested by Jakub Wilk.
2015-01-16Updated converters/p5-Unicode-Collate to 1.09wiz1-1/+2
2015-01-16Update to 1.09:wiz2-6/+6
1.09 Thu Dec 18 21:39:18 2014 - XS: a workaround for perl 5.6.x to handle noncharacters U+FFFF etc. is abandoned. Perl 5.8.0 or later is recommended for handling these noncharacters.
2015-01-16Updated converters/libwps to 0.3.1wiz1-1/+2
2015-01-16Update to 0.3.1:wiz3-6/+22
libwps-0.3.1 - Fix parsing of floating-point numbers in specific cases. - Fix several minor issues reported by Coverity and Clang. - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the public functions now. - Import @TERM and @CTERM functions (fdo#86241). - Handle LICS character encoding in spreadsheets (fdo#87222). - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop.
2015-01-16Updated converters/libmwaw to 0.3.2wiz1-1/+2
2015-01-16Update to 0.3.2:wiz2-6/+6
28/7/2014: - AppleWorks/ClarisWorks: manage multiple headers/footers + better rebuilding of complex group 1/7/2014: - MacDraw: add a parser for v0 and v1 documents 22/6/2014: - RagTime: add a parser to parse v2 and v3 documents 6/6/2014: - rewrite MWAWCellContent::double2Date to avoid problem with 32/64 time_t values - correct many <<small>> problems
2015-01-16Updated converters/libe-book to 0.1.2wiz1-1/+2
2015-01-16Update to 0.1.2:wiz3-7/+22
libe-book 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix handling of --enable-experimental configure option. - Fix various crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - FictionBook v.2: + Fix incorrect mime type for JPEG images that occurs occasionally in FB2 files. + Handle zipped files that contain more than one file. + Add support for headings. + Add support for text language. - Broad Band eBook: + Convert dimensions and font sizes correctly. This makes the output actually usable :-) + Parse basic paragraph and character properties. + Add initial support for images. Only Plot tag is supported, as Canvas is much more complex and can contain other objects too, not just a single image. + Recognize GIF images too. + Parse important page properties, like dimensions and margins. + Substitute the default fonts embedded on the devices for Liberation fonts. + Try to reconstruct headings from table of contents.
2015-01-16Updated chat/mcabber to 0.10.3wiz2-3/+3
2015-01-16Update to 0.10.3:wiz5-805/+6
mcabber (0.10.3) * [UI] Add option 'iq_time_hide' * [UI] Add 'iq_version_hide', 'iq_version_hide_version' * Improved handling of damaged history log files * Switch to libotr v4 API (Myhailo Danylenko) * Add SSL options (Frank Zschockelt) These options require a patched Loudmouth library. - "ssl_ciphers" to define the allowed ciphers - "ssl_ca" to set additional trusted certificates * Fix compilation for old loudmouth libraries (Frank Zschockelt) * Add 'color_timestamp' to highlight timestamp added by server (Hermitifier) * New python based event script using OS X 10.8 notification center (Sharoon Thomas) * Handle SIGHUP signal (Dominik George) * Misc. bugfixes -- Mikael, 2014-05-08
2015-01-16Updated audio/speex to 1.2rc2wiz1-1/+2
2015-01-16Update to 1.2rc2:wiz5-47/+19
This release splits the speex codec library and the speex DSP library into separate source trees. Both projects received build-system improvements, bugfixes, and cleanup. The speex codec's VBR tuning was improved, while the speexdsp resampler got some NEON optimizations.
2015-01-16Updated audio/opus-tools to 0.1.9wiz1-1/+2
2015-01-16Update to 0.1.9:wiz2-7/+6
This release adds support for 32-bit floating point WAV output and fixes a number of minor issues.
2015-01-15Updated security/gnupg2 to 2.0.26nb1wiz1-1/+2
2015-01-15Fix executable name in gpgkey2ssh tool.wiz3-2/+19
From ISIHARA Takanori in PR 49576. Bump PKGREVISION.
2015-01-15Updated security/pcsc-lite to 1.8.12nb1wiz1-1/+2
2015-01-15Add rc.d script, from ISIHARA Takanori in PR 49574.wiz3-5/+49
Bump PKGREVISION.
2015-01-15Improve minidlna rc filesdegroote2-10/+6
In particular, it fixes the non-working stop target Reported by J. Baker
2015-01-15Fold PLIST.Linux into PLIST using more plist vars, and add more filesdholland3-13/+28
reported in PR 49080. I did look in the package configury to figure out which ones were mutually connected, but I may have gotten it wrong as there's a monumental maze of m4 autotoolery.
2015-01-15Updated security/pinentry to 0.9.0nb1wiz1-1/+2
2015-01-15Build pinentry-tty by default. From ISIHARA Takanori in PR 49573.wiz2-2/+6
Bump PKGREVISION.
2015-01-15Apply jperkin@'s patch for PR 49080, which changes it to use plist varsdholland6-16/+14
for options instead of separate tiny plist files. This also allows PLIST.Linux to be recognized.
2015-01-15privoxy updatedrochner1-1/+2
2015-01-15update to 3.0.22drochner6-48/+36
changes: many fixes and small improvements, most notably some memory leak and a use-after-free are fixed which might be security issues
2015-01-15print/okular: add missing dependency + update PLISTrumko2-3/+8
It seems okular autodetects some things (kdegraphics-mobipocket), so the build dies on systems where this package is present. Add it as a dependency and update the PLIST accordingly. PKGREVISION bumped. Ok@ markd
2015-01-15graphics/kdegraphics-mobipocket: okular not a dependencyrumko2-5/+2
print/okular is not a dependency for this package, but the other way around. Ok@ markd
2015-01-15x11/kde-workspace4: fix build on fbsdrumko3-8/+23
* genkdmconf: FreeBSD 10+ does not have utmp, only utmpx. Use utmpx when available. * not only Linux, but also FreeBSD can have libutempter present. Make sure PLIST is correct in both cases. Ok@ markd
2015-01-15sysutils/kfilemetadata: fix build on fbsd, UIN64_C & co. not foundrumko2-1/+18
src/extractors/ffmpegextractor.cpp could not be compiled due to inaccessible UIN64_C & co. On FreeBSD, these are protected under _MACHINE__STDINT_H_, so undef it as well. Ok@ markd
2015-01-15Remove unsupported configure argument.wiz1-2/+1
From ISIHARA Takanori in PR 49572.
2015-01-15Correction. Adding REPLACE_PERL for tt-render. Thanks joerg@mef1-1/+3
2015-01-15Updated net/lldpd to 0.7.13mef1-1/+2
2015-01-15Update 0.7.12 to 0.7.13mef2-6/+6
lldpd (0.7.13) * Fix: + Unbreak customization of Unix socket path from command line.
2015-01-15Fix include order to ensure bsd.prefs.mk is included before usingjoerg1-3/+4
settings from mk.conf. Depend on ICU as requested by the build.
2015-01-15Not MAKE_JOBS_SAFE.joerg1-1/+5
2015-01-15Don't use plain "throw;", it breaks clang -fno-exceptions build. Bumpjoerg3-2/+17
revision of boost-headers.
2015-01-15Don't depend on wrappers adding /usr/pkg/lib implicitly to the searchjoerg1-2/+2
path.
2015-01-15format fixobache1-2/+2
2015-01-15Restore PLIST.java, fixes Darwin (and others) build.jperkin1-0/+42
2015-01-15Updated emulators/suse131_gtk2 to 13.1nb5obache1-1/+2
2015-01-15 openSUSE Security Update: Security update for jasperobache2-10/+10
______________________________________________________________________________ Announcement ID: openSUSE-SU-2015:0042-1 Rating: moderate References: #909474 #909475 Cross-References: CVE-2014-8137 Affected Products: openSUSE 13.1 ______________________________________________________________________________ An update that solves one vulnerability and has one errata is now available. Description: The follow issues were fixed with this update: - CVE-2014-8137 double-free in jas_iccattrval_destroy()(bnc#909474) - CVE-2014-8138 heap overflow in jas_decode() (bnc#909475) References: http://support.novell.com/security/cve/CVE-2014-8137.html https://bugzilla.suse.com/show_bug.cgi?id=909474 https://bugzilla.suse.com/show_bug.cgi?id=909475
2015-01-15Updated emulators/suse131_libsndfile to 13.1nb1obache1-1/+2
2015-01-15 openSUSE Security Update: Security update for libsndfileobache2-9/+10
______________________________________________________________________________ Announcement ID: openSUSE-SU-2015:0041-1 Rating: moderate References: #911796 Cross-References: CVE-2014-9496 Affected Products: openSUSE 13.2 openSUSE 13.1 ______________________________________________________________________________ An update that fixes one vulnerability is now available. Description: Changes in libsndfile: two buffer read overflows in sd2_parse_rsrc_fork() (CVE-2014-9496, bnc#911796): backported upstream fix patches References: http://support.novell.com/security/cve/CVE-2014-9496.html https://bugzilla.suse.com/show_bug.cgi?id=911796
2015-01-15update to microcode-20150107msaitoh3-10/+12
- newer ucode for cpuid 0x000306d4 (Broadwell)
2015-01-14Updated devel/cppcheck to 1.68wiz1-1/+2
2015-01-14Update to 1.68 from Jonathan Buschmann in PR 49570.wiz3-25/+6
== Cppcheck-1.68 == General changes: New checks: - Multifile checking for buffer overruns and uninitialized variables Improvements: - Libraries are now able to contain platform specific types - Improved handling of function overloads - Improved handling of integer literal suffixes - Improved stability of template parsing - Improved accuracy of ValueFlow analysis - Improved checking of pointer overflow - Support noexcept(false) - Support attribute((noreturn)) - A bunch of additions to several Libraries, especially posix.cfg and qt.cfg Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved. == Cppcheck-1.67 == General changes: - Library files have now a 'format' attribute. Format version 1 is assumed by default - Cppcheck does no longer abort checking if unhandled characters (Non-ASCII) are found New checks: - Check for unused return values - Detect shift by too many bits, signed integer overflow and dangerous sign conversion - Recommend usage of expm1(), log1p(), erfc() - Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes - Several new va_arg related checks: -- Wrong parameter passed to va_start() -- Reference passed to va_start() -- Missing va_end() -- Using va_list before it is opened -- Subsequent calls to va_start/va_copy() - Initialization by itself in initializer list - Dead pointer usage when pointer alias local variable that has gone out of scope Improvements: - Support uniform initialization syntax (C++11) - Much improvements to value flow analysis - Improved AST creation (support placement new, C++-style casts, templates, operator new[], ...) - Improved lambda support - Support GCC extension attriute((used)) and MSVC extension __declspec(property) - Better support for static member variables, inherited variables and namespaces - Improved typedef support where multiple variables are declared at once - Avoid checking code multiple times by calculating a checksum. Duplicate preprocessor configurations are eliminated by this. - Support C++03/C 'auto' keyword - HTML report: display 'verbose' message using clickable expandable divs
2015-01-14Bump PKGREVISION for ABI bump in dovecot2/Makefile.wiz2-2/+4