summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Initial import rekonq 2.4.2markd4-0/+193
Rekonq is a web browser for KDE based on WebKit. It first focuses on being a light, fast & clean way to access to net. Its development is doubly based on using the new amazing features offered by the WebKit rendering engine and on the rock solid network KDE technologies.
2014-11-16scamper updatemarkd1-1/+2
2014-11-16Update scamper to 20141101 (PR pkg/49353)markd2-6/+6
20141101: * fix passing file descriptors through sockets on NetBSD, so that scamper can actually work with privsep on NetBSD. * use arc4random on all platforms where available. silences build on OpenBSD. * increase size of flags array for warts_dealias_data_t so that all of the prefixscan flags can fit. pointed out by OpenBSD gcc. * silence build on NetBSD by casting parameter to isspace from char to int. * silence a couple spurious clang scan-build warnings with assert statements. 20141031: In this Halloween release of scamper: * work to make scamper compile and work on windows again. use O_BINARY so that output warts files are not corrupted, set the timer granularity to 1ms, and handle polling/reading files outside of select(). Thanks to Philip Ramsey of Renesys for reporting these bugs and supplying the O_BINARY and timer fixes. as part of trying to track down the output corruption I added malloc_zero everywhere, in vain, but kept it in scamper out of an abundance of caution. * detangle scamper_fd_t from scamper_writebuf_t. * in ping, - set a timeout after sending a PTB - print reply_ipid in json output for ipv6 echo replies, bump json version. * update scamper -O options in the usage statement, and in the manual page 20140530: * FreeBSD 10 onwards no longer byte swaps some fields in the quotation of a received ICMP error message. chase this in scamper. * Minor modifications to make scamper compile on Windows 7 using Visual Studio Express 2013 for Windows Desktop. * print ping flags in sc_wartsdump and scamper's json output. email alias tied to this mailing list, please let me know. 20140404: * allow scamper to be built in debug mode on FreeBSD after version 10. * in scamper-ping, support a probe frequency smaller than once every second. minimum is now once a millisecond. * handle fragmented responses in linux and sunos correctly. this is important for IPv6 IP-ID based alias resolution techniques (e.g. speedtrap, ally, radargun) on those platforms. * numerous bugfixes and improvements to sc_ally pair-wise alias resolution utility, the most important being that it will reliably complete now.
2014-11-15Updated fonts/vlgothic-ttf to 20140801ryoon2-3/+3
2014-11-15Update to 20140801ryoon2-8/+7
Version 20140801 * M+ OUTLINE FONTS has been updated to CVS HEAD (2014.08.01). * 2 characters add or modify the glyph of kanji part. Version 20140530 * M+ OUTLINE FONTS has been updated to CVS HEAD (2014.05.30).
2014-11-15Updated fonts/ricty-ttf to 3.2.3ryoon2-3/+3
2014-11-15Update to 3.2.3ryoon2-10/+12
Based on nonaka@'s PR pkg/49038. * Use shells/bash for build script Changelog: Version 3.2.3 * Change the thickness of the bold of ASCII glyph. Version 3.2.2 * To be able to distinguish between the parentheses of the full-width and half-width.
2014-11-15note youtube-dl update.mrg1-1/+2
2014-11-15Update "youtube-dl" package to version 2014.11.15.1. A list of changesmrg3-14/+14
is not available unfortunately.
2014-11-15Updated www/firefox to 33.1nb1szptvlfn1-1/+2
2014-11-15firefox-33.1 has DuckDuckGo as a search option,szptvlfn7-59/+4
so remove related patches.
2014-11-15digikam and related packages update.markd2-3/+10
2014-11-15Update digikam to 4.4.0markd8-51/+95
4.4.0: * Slideshow support multi-monitors computer and use a new OSD widget. Users can also change Tags and Labels through keyboard shortcuts. * New keyboard shortcut to switch on/off color managed view for thumbnails and preview. * New keyboard shortcuts to improve usability while photo review (as to switch focus on text edit widget, or to toggle tags view). It's also possible to navigate between pictures using PageUp/PageDown while editing properties through captions/tags sidebar. 4.3.0: * New option to display all non geo-located images from collections. * New notification event when kio-slave cannot be started. OSX event notifier is now used to dispatch notifications under Mac. * New action to exclude items without rating with items filter (see details on this blog entry). 4.2.0: * New view on left sidebar to search quickly items with assigned Labels. * On tags tree-view a new option to show items with no tag. 4.1.0: * The face management feature has seen huge improvements and includes fixes for some problems introduced in recent releases. * The detection and recognition of faces is now more robust and suitable for production. * All icon views now have a new overlay to identify photos that have geo-location information, making it easier for users to search albums for photos with GPS coordinates. * The maximum thumbnail size is now 512 pixels, up from 256 pixels previously, improving their appearance on high-resolution displays. 4.0.0: * A new tool dedicated to organize whole tag hierarchies. * A new maintenance tool dedicated to parse image quality and auto-tags items automatically using Pick Labels. * Showfoto thumbbar is now ported to Qt model/view in order to switch later full digiKam code to Qt5. * A lots of work have been done into Import tool to fix several dysfunctions reported since a very long time. * This release is now fully ported to Qt4 model-view and drop last Q3-Support classes. * This release include also the multi-core CPU support for severals tools which require a lots of computing, as Sharpen, LocalContrast, Noise Reduction, and all visual effects tools.
2014-11-15Updated lang/sun-jre7 to 7.0.72ryoon1-1/+3
Updated lang/sun-jdk7 to 7.0.72
2014-11-15Update to 7.0.72ryoon5-333/+337
Changelog: 7.0.72: http://www.oracle.com/technetwork/java/javase/7u72-relnotes-2296190.html Instructions to disable SSL v3.0 in Oracle JDK and JRE Oracle recommends that users and developers disable use of the SSLv3 protocol. Please follow the Instructions to disable SSL v3.0 in Oracle JDK and JRE. Change in javax.smartcardio.Card.disconnect(boolean reset) method behavior Prior to the JDK 8u20 and JDK 7u72 releases, the javax.smartcardio.Card.disconnect(boolean reset) method had inverted logic for the 'reset' boolean value passed to it. The card was reset upon a disconnect if false was passed to it and vice versa. Starting with JDK 7u72 and JDK 8u20, the correct behavior as per API documentation has been implemented. In order to provide backwards compatibility to users who rely on the old behavior, a new system property has been introduced. The following command-line option can be used to enforce the old broken behavior: -Dsun.security.smartcardio.invertCardReset=true This property is set by default for 7u72 and later JDK 7 update releases. By default, no behavioral change will be noticed in this area for JDK 7 update releases. Also the following command-line option can be used to enforce the new correct behavior: -Dsun.security.smartcardio.invertCardReset=false This is default for 8u20 and later JDK 8 update releases. In future Java releases, the property will be ignored/disabled and default disconnect method behavior will be as specified by API. Bug Fixes This release contains fixes for security vulnerabilities. For more information, see Oracle Java SE Critical Patch Update Advisory. For a list of bug fixes included in this release, see JDK 7u72 Bug Fixes page. Area: security-libs/javax.net.ssl Synopsis: Decrease the preference mode of RC4 in the enabled cipher suite list This fix decreases the preference of RC4 based cipher suites in the default enabled cipher suite list of SunJSSE provider. See JDK-8043832 (not public). From: http://www.oracle.com/technetwork/java/javase/2col/7u72-bugfixes-2298229.html Bug Id Category Subcategory Description 8036022 client-libs 2d D3D: rendering with XOR composite causes InternalError. 8019623 client-libs java.awt Lack of synchronization in AppContext.getAppContext() 8024061 client-libs java.awt Exception thrown when drag and drop between two components is executed quickly 8028617 client-libs java.awt Dvorak keyboard mapping not honored when ctrl key pressed 8016545 client-libs java.beans java.beans.XMLEncoder.writeObject output is wrong 8036819 client-libs javax.accessibility JAB: mneumonics not read for textboxes 8036983 client-libs javax.accessibility JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event 8028616 client-libs javax.swing Htmleditorkit parser doesn't handle leading slash (/) 8032872 client-libs javax.swing [macosx] Cannot select from JComboBox in a JWindow 8032874 client-libs javax.swing ArrayIndexOutOfBoundsException in JTable while clearing data in JTable 8032878 client-libs javax.swing Editable combos in table do not behave as expected 8041451 core-libs javax.naming com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request 8042857 core-libs javax.naming 14 stuck threads waiting for notification on LDAPRequest 7142035 core-svc java.lang.instrument assert in j.l.instrument agents during shutdown when daemon thread is running 8028623 core-svc tools SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters. 8028619 deploy deployment_toolkit Display issue of java control panel in ko and ja locale 8031490 deploy deployment_toolkit Broken Java SE 7 jnlp samples (app2 and app3) 8038463 deploy deployment_toolkit Java Control Panel doesn't display correctly in high resolution 8025051 globalization locale-data Update resource files for TimeZone display names 8039298 hotspot compiler C2: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) failed: NULL+offs not RAW address? 8038925 hotspot gc Java with G1 crashes in dump_instance_fields using jmap or jcmd without fullgc 8019324 hotspot runtime assert(_f2 == 0 || _f2 == f2) failed: illegal field change 8031290 hotspot runtime Adjust call to getisax() for additional words returned 8033696 hotspot runtime "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction 8051012 hotspot runtime Regression in verifier for <init> method call from inside of a branch 8021804 security-libs java.security Certpath validation fails if validity period of root cert does not include validity period of intermediate cert 8050158 security-libs javax.net.ssl Introduce system property to maintain RC4 preference order 7047033 security-libs javax.smartcardio (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true 7195480 security-libs javax.smartcardio javax.smartcardio does not detect cards on Mac OS X 8039319 security-libs javax.smartcardio (smartcardio) Card.transmitControlCommand() does not work on Mac OS X 8043507 security-libs javax.smartcardio (smartcardio) javax.smartcardio.CardTerminals.list() fails on MacOSX 8046343 security-libs javax.smartcardio (smartcardio) CardTerminal.connect('direct') does not work on MacOSX 8049250 security-libs javax.smartcardio (smartcardio) Need a flag to invert the Card.disconnect(reset) argument 8036709 tools jar Java 7 jarsigner displays warning about cert policy tree 8033113 xml jax-ws wsimport fails on WSDL:header parameter name customization 8029837 xml jaxp NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 7.0.71: From: http://www.oracle.com/technetwork/java/javase/2col/7u71-bugfixes-2298226.html Bug Id Category Subcategory Description 8032788 client-libs java.awt ImageIcon constructor throws an NPE and hangs when passed a null String parameter 8057184 client-libs javax.swing JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris run v.s. JDK8+ 8001105 core-libs java.lang.invoke findVirtual of Object[].clone produces internal error 8031502 core-libs java.lang.invoke JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter 8027821 deploy For signed jars without manifest "Permissions", there is still security warning dialog before Application Error (Or blocked) Dialog. 8054904 deploy webstart Webstart cache path error for Java >= 7u65 8032883 deploy plugin java.lang.UnsupportedClassVersionError occurs while accessing an applet 8036620 deploy plugin JAR file is downloaded on DownloadService.removeResource, if it is not in Deployment Cache 8040786 deploy plugin Text is truncated in JavaScript to Java security warning dialog on OS X 8043478 deploy plugin Oracle Linux 5.x: Expired JRE disabled in the browser automatically and no native dialog prompting for the JRE update 8025726 deploy webstart Certificate rule in DRS does not work for Java Web Start app when caching is turned off 8051891 deploy webstart SWT cannot load native look&feel 8050485 hotspot runtime super() in a try block in a ctor may need to cause VerifyError 8027686 install Fail to install on MacOS 10.10 7160837 security-libs javax.crypto DigestOutputStream does not turn off digest calculation when "close()" is called 8028627 security-libs javax.crypto Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings 8012026 client-libs java.awt [macosx] Component.getMousePosition() does not work in an applet on MacOS 8032078 client-libs java.awt [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED:MAXIMIZED_BOTH 8032961 client-libs java.awt A JTextField of an applet loses the abillity to receive the focus under certain circumstances. 8032669 client-libs javax.swing Mouse release not being delivered to Swing component in 7u45 7122142 core-libs java.lang (ann) Race condition between isAnnotationPresent and getAnnotations 8005232 core-libs java.lang (JEP-149) Class Instance size reduction 7185456 core-libs java.lang.reflect (ann) Optimize Annotation handling in java/sun.reflect.* code for small number of annotationsC 8015421 core-libs java.net NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE 8021372 core-libs java.net NetworkInterface.getNetworkInterfaces() returns duplicate hardware address 8009764 deploy webstart Java Web Start app run on Java SE 8 b79 shows "trust level" SecurityExceptions 7094099 deploy plugin DropDown List of JComboBox detached 6653795 hotspot compiler C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems 8027359 xml jaxp XML parser returns incorrect parsing results 8032909 xml jaxp XSLT string-length returns incorrect length when string includes complementary chars
2014-11-15Update to 4.4.0 (part of digikam 4.4.0)markd12-45/+62
2014-11-15Tidy up commented lines.markd1-13/+2
Note kfilemetadata dependency
2014-11-15Tidy up commented lines.markd2-34/+2
2014-11-15Add update of devel/ruby-mode package to 2.1.5 which was pdated indirectlytaca1-1/+2
and version number only.
2014-11-15Note update of lang/php55 package to 5.5.19.taca1-1/+2
2014-11-15Updated textproc/ocaml-tyxml to 3.3.0jaapb1-1/+2
2014-11-15Update php55 to 5.5.19.taca3-8/+8
13 Nov 2014, PHP 5.5.19 - Core: . Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in php_getopt()). (Stas) . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) . Fixed bug #68129 (parse_url() - incomplete support for empty usernames and passwords) (Tjerk) Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy). (Dmitry) - Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) . Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710) (Remi) - FPM: . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6 addresses). (Robin Gloster) - GD: . Fixed bug #65171 (imagescale() fails without height param). (Remi) - GMP: . Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP). (Remi) - Mysqli: . Fixed bug #68114 (linker error on some OS X machines with fixed width decimal support) (Keyur Govande) - ODBC: . Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by a VARCHAR column) (Keyur Govande) - SPL: . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk) - CURL: . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus)
2014-11-15Updated package to newest version, 3.3.0, and added ocaml.mk framework.jaapb5-123/+81
Changes, apart from bugfixes, include: * Add `Xml_print.Utf8` to encode html elements to utf8 properly. * Add signature functors to ease export of module created with the functorial interface. See the manual for more details. * Fix variance for Svg.attrib. * Fix export of Xml.list_wrap for Html5.M and Svg.M. Should fix syntax extension with those. * Remove Xhtml. * Remove plus elements. For example, table doesn't enforce non-emptyness anymore. * Add various types that were not exported (img, dl, figure, rp, rt and ruby types). * Expose `string_of_number`, the better stringifier introduced in 3.1.0. * Functorial interface breaking changes: * Modify the functorized interface to export typed events. You can now specify different handlers for keyboard and mouse events. There are two new types and functions (keyboard and mous events) in the Xml signature. * Add a wrapping type for lists of nodes. See reactiveData and new eliom wrapping. * Replace fake booleans (`\`True | \`False`) by actual booleans. Breaking change. * Camlp4 is now an optional dependency. The syntax extension is build only when the syntax flag is enabled (true by default). * Use a better stringifier for float values (copied from js_of_ocaml). * Add attributes `muted`, `crossorigin` and `mediagroup` for `<audio>` and `<video>`. * In the functorial interface, allow to wrap xml nodes inside a monad by provi ding an additionnal wrapping module. Used by reactive nodes in eliom. * Use oasis as build systems * Adding module Unsafe for inserting missing nodes or attributes * In the functorial interface, allow to wrap xml nodes inside a monad by provi ding an additionnal wrapping module. Used by reactive nodes in eliom. * Use oasis as build systems * Adding module Unsafe for inserting missing nodes or attributes
2014-11-15Note update of lang/php54 package to 5.4.35.taca1-1/+2
2014-11-15Update php54 to 5.4.35 (PHP 5.4.35).taca2-6/+6
13 Nov 2014 PHP 5.4.35 - Core: . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy). (Dmitry) - Fileinfo: . Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710) (Remi) - GMP: . Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP). (Remi) - PDO_pgsql: . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
2014-11-15+ sudo-1.8.11p2.taca1-2/+2
2014-11-15Note update of ruby21-base and ruby21 package to 2.1.5.taca1-1/+3
2014-11-15Update ruby21-base (and ruby21) package to 2.1.5 (Ruby 2.1.5).taca3-10/+10
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-15Note update of lang/ruby193-base and lang/ruby193 packages to 1.9.3p551.taca1-1/+3
2014-11-15Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551).taca2-6/+6
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-15Note update of ruby200 packages to 2.0.0p598 (Ruby 2.0.0-p598).taca1-1/+9
2014-11-15Update ruby200-base and related packages to 2.0.0-p598 (Ruby 2.0.0-p598).taca2-6/+6
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-15New patche added, PKGREVISION++. Thanks wiz@mef1-1/+2
2014-11-15Updated lang/openjdk7 to 1.7.71nb1ryoon1-1/+2
2014-11-15Bump PKGREVISIONryoon2-23/+7
* Enable Unlimited JCE support without Oracle's binary with jre-jce option. Thank you, fhajny@.
2014-11-15Updated misc/libreoffice4 to 4.3.4.1ryoon1-1/+2
2014-11-15Update to 4.3.4.1ryoon4-41/+30
Changelog: Installation The Linux and Mac packages can be installed in parallel to LibreOffice 4.2, but not run simultaneously - documents will be opened in the version you've started first. The Windows package will update a previously installed version of LibreOffice. General Impress Remote feature is not enabled for new installations by default anymore. Go to Tools -> Options -> LibreOffice Impress -> General and check [x] Enable remote control to enable it. Calc Sorting behaviour now defaults to old style again New Features An in-progress list of features for this version is available here. Reported Bugs A list of annoying bugs still contained in this version is available from Bugzilla. The full list of reported bugs is here. List of fixed bugs Bugs fixed against 4.3.3 final (RC2): bnc#624546 fix slide pane cut/copy/paste in outline view [Marco Cecchetti] bnc#636128 fix cherry-pick mis-merge [Miklos Vajna, Stephan Bergmann] bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns [Miklos Vajna] bnc#821804 fix docx redline import [Luboš Luňák] bnc#825305 RTF import: fix paragraph spacing handling in tables [Miklos Vajna] bnc#893791 XLS export: external sheet references on Linux/OSX [Andras Timar] coverity#1222238 various untrusted loop bounds [Caolán McNamara] coverity#1242573 various untrusted loop bounds [Caolán McNamara] coverity#1242582 various untrusted loop bounds [Caolán McNamara] coverity#1242606 various untrusted loop bounds [Caolán McNamara] coverity#1242624 various untrusted loop bounds [Caolán McNamara] coverity#1242704 various untrusted loop bounds [Caolán McNamara] coverity#1242717 various untrusted loop bounds [Caolán McNamara] coverity#1242724 various untrusted loop bounds [Caolán McNamara] coverity#1242778 various untrusted loop bounds [Caolán McNamara] coverity#1242908 various untrusted loop bounds [Caolán McNamara] fdo#37960 fix shift+click to select multiple drawings [Andras Timar] fdo#44736 RTF import: fix paragraph spacing handling in tables [Miklos Vajna] fdo#46757 fix word count with recorded changes [Caolán McNamara] fdo#54361 chart background in XLSX is transparent instead of white. [Muthu Subramanian] fdo#55546 center ellipsis tooltips that don't fit on screen [Caolán McNamara] fdo#60904 allow export of VBAProject [Caolán McNamara] fdo#62682 crash on second export of svg [Caolán McNamara] fdo#65823 crash on negative position in redlined word [Caolán McNamara] fdo#68347 fix word count with recorded changes [Caolán McNamara] fdo#71248 excel VBA: ActiveDocument is not tracking currently selected Doc [Justin Luth] fdo#71781 : CMIS: Default Alfresco 4 URL not working [Julien Nabet] fdo#72587 make template dialog Modal [Caolán McNamara] fdo#74014 broadcast changes after TextToColumn [Eike Rathke] fdo#74441 [Accessiblity] Don't expose 0 for empty cells in Calc [Niklas Johansson] fdo#75359 SIFR: Line Spacing 1.5 icon missing (4.3) [Yousuf Philips] fdo#77319 set spinbox value AFTER adjusting no. of decimal places [Katarina Behrens] fdo#79602 sw: fix text formatting of proportional line space < 100% [Michael Stahl] fdo#80284 avoid broadcasting during cell delete & shift. [Kohei Yoshida] fdo#80846 broadcast changes before EndUndo(). [Kohei Yoshida] fdo#81264 accessiblitiy focus not tracked for cells in Calc [Niklas Johansson] fdo#81486 custom property with the same name as Document Property not imported [Charu Tyagi] fdo#81633 add a hidden configuration option to toggle ref update on sort. [Kohei Yoshida] fdo#82047 correctly adjust references in range names on row deletion. [Kohei Yoshida] fdo#82076 RTF import: handle footnote in table cell [Miklos Vajna] fdo#82270 grabbing focus can invalidate the entries [Caolán McNamara] fdo#82430 MSVC build: disable a few more cases of SSE2 in externals [Michael Stahl] fdo#82858 RTF export: fix "none" line style of TextFrames [Miklos Vajna] fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrame [Miklos Vajna] fdo#83464 RTF import: \plain should reset \rtlch and \hich as well [Miklos Vajna] fdo#83733 fix slide pane cut/copy/paste in outline view [Marco Cecchetti] fdo#83901 ROW() and COLUMN() to be properly recalculated on cell move. [Kohei Yoshida] fdo#84073 change ODBC/JDBC escapes to lowercase [Julien Nabet] fdo#84417 restore focus window after preview [Caolán McNamara] fdo#84649 crash on negative position in redlined word [Caolán McNamara] fdo#84658 on reexec, cancel modification before resetting IsModification state [Lionel Elie Mamane] fdo#84679 RTF import: fix paragraph spacing handling in tables [Miklos Vajna] fdo#84729 buffer cache grows to over 9000 unused entries [Caolán McNamara] fdo#84885 chart wizard dialog cut off [Caolán McNamara] fdo#85179 RTF filter: import image border [Miklos Vajna] fdo#85215 ensure that formula broadcasting works after sort. [Kohei Yoshida] fdo#85282 correct adjustment of range reference on delete & shift. [Kohei Yoshida] fdo#85403 broadcast changes after TextToColumn [Eike Rathke] fdo#85707 NOT BETWEEN query not working (in query design view) when LibreOffice user interface is in Spanish [Adolfo Jayme Barrientos] fdo#85812 RTF import: fix run type in new groups [Michael Stahl] i#63015 always default to WinAnsiEncoding... [Herbert Dürr] i#84870 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns [Miklos Vajna] rhbz#1146169 a11y frames label dies before frame [Caolán McNamara]
2014-11-15Remove nepomuk-{core,widgets}markd12-304/+1
2014-11-15commit updated distinfomarkd1-32/+7
2014-11-15kbibtex and k3b updatesmarkd1-1/+3
2014-11-15Update k3b to 2.0.3amarkd9-227/+165
Bugfixes: * Missing "Extract Digital Audio with K3b" in device notifier for Audio CD medium * Clearing up track info in audio project when CDDB query failed * Improper track number in CDDB track edit window title * Crash on detecting writing speeds * Incorrect capacity returned by HL-DT-ST BH10LS30. Patch by Stephane Berthelot, thanks! * Compilation fails with new FFMPEG
2014-11-15commit updated distinfomarkd1-9/+5
2014-11-15Bump PKGREVISION from zeromq shlib major bump.obache2-2/+4
2014-11-15Updated net/py-zmq to 14.4.1obache1-1/+2
2014-11-15Update py-zmq to 14.4.1.obache3-8/+18
14.4.1 ====== Bugfixes for 14.4 - SyntaxError on Python 2.6 in zmq.ssh - Handle possible bug in garbage collection after fork 14.4.0 ====== New features: - Experimental support for libzmq-4.1.0 rc (new constants, plus :func:`zmq.has`). - Update bundled libzmq to 4.0.5 - Update bundled libsodium to 1.0.0 - Fixes for SSH dialogs when using :mod:`zmq.ssh` to create tunnels - More build/link/load fixes on OS X and Solaris - Get Frame metadata via dict access (libzmq 4) - Contexts and Sockets are context managers (term/close on ``__exit__``) - Add :class:`zmq.utils.win32.allow_interrupt` context manager for catching SIGINT on Windows Bugs fixed: - Bundled libzmq should not trigger recompilation after install on PyPy 14.3.1 ====== .. note:: pyzmq-14.3.1 is the last version to include bdists for Python 3.3 Minor bugfixes to pyzmq 14.3: - Fixes to building bundled libzmq on OS X < 10.9 - Fixes to import-failure warnings on Python 3.4 - Fixes to tests - Pull upstream fixes to zmq.ssh for ssh multiplexing
2014-11-15Updated net/zeromq to 4.0.5obache1-1/+2
2014-11-15Update zeromq to 4.0.5.obache4-10/+10
0MQ version 4.0.5 stable, released on 2014/10/14 ================================================ * Fixed #1191; CURVE mechanism does not verify short term nonces. * Fixed #1190; stream_engine is vulnerable to downgrade attacks. * Fixed #1088; assertion failure for WSAENOTSOCK on Windows. * Fixed #1015; race condition while connecting inproc sockets. * Fixed #994; bump so library number to 4.0.0 * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. * Fixed #872; lost first part of message over inproc://. * Fixed #797, keep-alive on Windows.
2014-11-15Commit the updated distinfomarkd1-4/+4
2014-11-15New file patch-src_cairo-tor-scan-converter_c.mef2-1/+22
Dot command segfaults easily to output *.png. See http://mail-index.netbsd.org/pkgsrc-users/2014/10/28/msg020603.html And this patch is at: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1272017.html Thanks joerg@ and wiz@,
2014-11-15This builds with gcc 4.8 too, don't make me build 4.7.riz1-2/+2