summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-30Update to 1.3.4wen4-52/+6
Upstream changes: 2014-10-16, version 1.3.4 ========================= Implementation changes ---------------------- * Fix input of huge floats. Other changes ------------- * Support the AArch64 and the Mips64 ABIs. 2013-07-21, version 1.3.3 ========================= Implementation changes ---------------------- * Fix integer input of leading zeros in power-of-two base. * Fix several floating-poing conversion bugs involving huge numbers. * Fix bug that would set input stream fail state when reading a number at EOF. Other changes ------------- * Support the x32 ABI.
2015-06-30Added back missing checksums, PR pkg/50007nils1-1/+34
2015-06-30Updated devel/p5-Canary-Stability to 2006wen1-1/+2
2015-06-30Update to 2006wen2-6/+6
Upstream changes: 2006 Tue Jan 31 01:00:00 UTC 2006 - the year when things were in good shape still. - the compatibility version test for 5.22 was wrong and errornously takes 5.20.1+ as unsupported. - fix urls.
2015-06-30Updated devel/p5-Params-Validate to 1.20wen1-1/+2
2015-06-30Update to 1.20wen2-6/+6
Upstream changes: 1.20 2015-06-28 - Fixed a bug with stack handling in the XS code. If a callback sub caused Perl to reallocate the stack this could trigger weird errors of the form "Bizarre copy of ARRAY" from Perl itself. Fixed by Noel Maddy. GH #5. - Fixed use of inlining in the XS code to work when "gcc -std=c89" is specified. Fixed by Vincent Pit. GH #6. - Previously, Params::Validate would eagerly stringify all values it was validating, even though this stringification was only needed for error messages that are used when a parameter fails. For objects which overload stringification and do real work, this added an unnecessary slowdown. Stringification is now delayed until it is needed. Reported by Klaus. RT #105326.
2015-06-30Updated devel/p5-strictures to 2.000001wen1-1/+2
2015-06-30Update to 2.000001wen2-7/+6
Upstream changes: 2.000001 - 2015-06-28 - update for perl 5.22 warning categories - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some builds - also detect development directories based on .bzr directory - various test cleanups
2015-06-30update of curl to version 7.43.0. Upstream RELEASE_NOTES:spz7-56/+32
Curl and libcurl 7.43.0 Public curl releases: 147 Command line options: 176 curl_easy_setopt() options: 219 Public functions in libcurl: 58 Contributors: 1291 This release includes the following changes: o Added CURLOPT_PROXY_SERVICE_NAME[11] o Added CURLOPT_SERVICE_NAME[12] o New curl option: --proxy-service-name[13] o Mew curl option: --service-name [14] o New curl option: --data-raw [5] o Added CURLOPT_PIPEWAIT [15] o Added support for multiplexing transfers using HTTP/2, enable this with the new CURLPIPE_MULTIPLEX bit for CURLMOPT_PIPELINING [16] o HTTP/2: requires nghttp2 1.0.0 or later o scripts: add zsh.pl for generating zsh completion o curl.h: add CURL_HTTP_VERSION_2 This release includes the following bugfixes: o CVE-2015-3236: lingering HTTP credentials in connection re-use [30] o CVE-2015-3237: SMB send off unrelated memory contents [31] o nss: fix compilation failure with old versions of NSS [1] o curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION o schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error o Curl_ossl_init: load builtin modules [2] o configure: follow-up fix for krb5-config [3] o sasl_sspi: Populate domain from the realm in the challenge [4] o netrc: support 'default' token o README: convert to UTF-8 o cyassl: Implement public key pinning o nss: implement public key pinning for NSS backend o mingw build: add arch -m32/-m64 to LDFLAGS o schannel: Fix out of bounds array [6] o configure: remove autogenerated files by autoconf o configure: remove --automake from libtoolize call o acinclude.m4: fix shell test for default CA cert bundle/path o schannel: fix regression in schannel_recv [7] o openssl: skip trace outputs for ssl_ver == 0 [8] o gnutls: properly retrieve certificate status o netrc: Read in text mode when cygwin [9] o winbuild: Document the option used to statically link the CRT [10] o FTP: Make EPSV use the control IP address rather than the original host o FTP: fix dangling conn->ip_addr dereference on verbose EPSV o conncache: keep bundles on host+port bases, not only host names o runtests.pl: use 'h2c' now, no -14 anymore o curlver: introducing new version number (checking) macros o openssl: boringssl build brekage, use SSL_CTX_set_msg_callback [17] o CURLOPT_POSTFIELDS.3: correct variable names [18] o curl_easy_unescape.3: update RFC reference [19] o gnutls: don't fail on non-fatal alerts during handshake o testcurl.pl: allow source to be in an arbitrary directory o CURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy o SSPI-error: Change SEC_E_ILLEGAL_MESSAGE description [20] o parse_proxy: switch off tunneling if non-HTTP proxy [21] o share_init: fix OOM crash o perl: remove subdir, not touched in 9 years o CURLOPT_COOKIELIST.3: Add example o CURLOPT_COOKIE.3: Explain that the cookies won't be modified [22] o CURLOPT_COOKIELIST.3: Explain Set-Cookie without a domain [23] o FAQ: How do I port libcurl to my OS? o openssl: Use TLS_client_method for OpenSSL 1.1.0+ o HTTP-NTLM: fail auth on connection close instead of looping [24] o curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT [25] o curl_getdate.3: update RFC reference o curl_multi_info_read.3: added example o curl_multi_perform.3: added example o curl_multi_timeout.3: added example o cookie: Stop exporting any-domain cookies [26] o openssl: remove dummy callback use from SSL_CTX_set_verify() o openssl: remove SSL_get_session()-using code o openssl: removed USERDATA_IN_PWD_CALLBACK kludge o openssl: removed error string #ifdef o openssl: Fix verification of server-sent legacy intermediates [27] o docs: man page indentation and syntax fixes o docs: Spelling fixes o fopen.c: fix a few compiler warnings o CURLOPT_OPENSOCKETFUNCTION: return error at once [28] o schannel: Add support for optional client certificates o build: Properly detect OpenSSL 1.0.2 when using configure o urldata: store POST size in state.infilesize too [29] o security:choose_mech remove dead code o rtsp_do: remove dead code o docs: many HTTP URIs changed to HTTPS o schannel: schannel_recv overhaul [32] This release includes the following known bugs: o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) This release would not have looked like this without help, code, reports and advice from friends like these: Alessandro Ghedini, Alexander Dyagilev, Anders Bakken, Anthony Avina, Ashish Shukla, Bert Huijben, Brian Chrisman, Brian Prodoehl, Chris Araman, Dagobert Michelsen, Dan Fandrich, Daniel Melani, Daniel Stenberg, Dmitry Eremin-Solenikov, Drake Arconis, Egon Eckert, Frank Meier, Fred Stluka, Gisle Vanem, Grant Pannell, Isaac Boukris, Jens Rantil, Joel Depooter, Kamil Dudka, Linus Nielsen Feltzing, Linus Nielsen Feltzing Feltzing, Liviu Chircu, Marc Hoersken, Michael Osipov, Oren Souroujon, Orgad Shaneh, Patrick Monnerat, Patrick Rapin, Paul Howarth, Paul Oliver, Rafayel Mkrtchyan, Ray Satiro, Sean Boudreau, Tatsuhiro Tsujikawa, Tomas Tomecek, Viktor Szakáts, Ville Skyttä, Yehezkel Horowitz, (43 contributors) Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: [1] = http://curl.haxx.se/mail/lib-2015-04/0095.html [2] = https://github.com/bagder/curl/pull/206 [3] = https://github.com/bagder/curl/commit/5b668606527613179d0349f21b4ab0df2971e3d2#commitcomment-10473445 [4] = https://github.com/bagder/curl/pull/141 [5] = https://github.com/bagder/curl/issues/198 [6] = http://curl.haxx.se/mail/lib-2015-04/0199.html [7] = https://github.com/bagder/curl/issues/244 [8] = https://github.com/bagder/curl/issues/219 [9] = https://github.com/bagder/curl/pull/258 [10] = https://github.com/bagder/curl/issues/254 [11] = http://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SERVICE_NAME.html [12] = http://curl.haxx.se/libcurl/c/CURLOPT_SERVICE_NAME.html [13] = http://curl.haxx.se/docs/manpage.html#--proxy-service-name [14] = http://curl.haxx.se/docs/manpage.html#--service-name [15] = http://curl.haxx.se/libcurl/c/CURLOPT_PIPEWAIT.html [16] = http://curl.haxx.se/libcurl/c/CURLMOPT_PIPELINING.html [17] = https://github.com/bagder/curl/issues/275 [18] = https://github.com/bagder/curl/issues/281 [19] = https://github.com/bagder/curl/issues/282 [20] = https://github.com/bagder/curl/issues/267 [21] = http://curl.haxx.se/mail/lib-2015-05/0056.html [22] = http://curl.haxx.se/mail/lib-2015-05/0115.html [23] = http://curl.haxx.se/mail/lib-2015-05/0137.html [24] = https://github.com/bagder/curl/issues/256 [25] = https://github.com/bagder/curl/pull/258#issuecomment-107093055 [26] = https://github.com/bagder/curl/issues/292 [27] = https://rt.openssl.org/Ticket/Display.html?id=3621&user=guest&pass=guest [28] = http://curl.haxx.se/mail/lib-2015-06/0047.html [29] = http://curl.haxx.se/mail/lib-2015-06/0019.html [30] = http://curl.haxx.se/docs/adv_20150617A.html [31] = http://curl.haxx.se/docs/adv_20150617B.html [32] = https://github.com/bagder/curl/issues/244
2015-06-30fix build of assembly files on ARMtnn2-1/+23
2015-06-30remove redundant patch, fixed in 1af15aaf278edcf6f6de94774350e34a80883c24tnn2-29/+1
2015-06-30Updated math/R to 3.2.1wen1-1/+2
2015-06-30Update to 3.2.1wen4-29/+12
Upstream changes: CHANGES IN R 3.2.1 NEW FEATURES utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. news() more flexibly extracts dates from package ‘NEWS.Rd’ files. lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. The included version of PCRE has been updated to 8.37, a bug-fix release. diag() no longer duplicates a matrix when extracting its diagonal. as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) Parse data for very long strings was not stored. (PR#16354) plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. summaryRprof() could fail when the profile contained only two records. (PR#16395) HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) slotNames(.) is now correct for "signature" objects (mostly used internally in methods). On some systems, the first string comparison after a locale change would result in NA.
2015-06-29Deal with linux 4.xmarkd2-1/+17
2015-06-29Updated chat/ejabberd to 15.06fhajny1-1/+2
2015-06-29Update chat/ejabberd to 15.06.fhajny5-54/+21
Message archiving - Add support for message archiving in Mnesia or relational databases. Protocol - Document protocol support and version inside each module and use that info in documentation - Remove deprecated XEP-0090 Entity Time and XEP-0091 Delayed Delivery - Don't add body element to MUC subject messages - Do not bounce normal messages sent to unavailable resource Admin command-line tool - Fixed several ejabberd commands - Allow password with ';' passed in ejabberdctl - Improve ejabberdctl external module install code, allows better error checking - New ping ejabberdctl command to check if the node is up and running - New commands for Multi-User chat management: get_room_options and get_user_rooms Configuration - Add config validation at startup - Fix include of non yaml config files - New option hide_sensitive_log_data to hide client IP address in log - New option net_ticktime, to fine tune Erlang cluster networking - New option max_users_presence in mod_muc, to avoid broadcasting presence packet from users after a chat room has reached a given size Elixir - Add correct package version for mix Security - New options to configure your own custom Diffie-Helman parameters: dhfile and s2s_dhfile PubSub - Enforce definition of pubsub node max_items - Fix pubsub/odbc crash on remote user unsubscribe - Fix use of publish_only affiliation with odbc backend Multicast - Pick first local multicast service, otherwise remote Databases - Fix anonymous user login, it wasn't stored in anonymous mnesia table - Fixed some string/binary issues in ejabberd_odbc - PostgreSQL storage: added missing sm (session manager) table Packaging - Microsoft Windows 64 bits installer - Provide RPM and DEB binary packages for linux 64 bits. Clean up - Remove obsolete doc and win32 files
2015-06-29include <cstddef> for ptrdiff_tmarkd2-1/+16
2015-06-29Fix symbol visibility.markd3-3/+19
2015-06-29More nullptr -> false changes for gcc 5.xmarkd6-2/+58
2015-06-29Make sure we pickup the correct javac.markd1-1/+3
2015-06-29Fix build with gcc 5.xmarkd7-12/+67
2015-06-29Updated security/py-ecdsa to 0.13gls1-1/+2
2015-06-29Remove patchgls2-15/+1
2015-06-29Update security/py-ecdsa to 0.13gls3-10/+13
-------------------------------- pkgsrc changes: - Adjust EGG_NAME Upstream changes: * Release 0.13 (07 Feb 2015) Fix the argument order for Curve constructor (put openssl_name= at the end, with a default value) to unbreak compatibility with external callers who used the 0.11 convention. * Release 0.12 (06 Feb 2015) Switch to Versioneer for version-string management (fixing the broken `ecdsa.__version__` attribute). Add Curve.openssl_name property. Mention secp256k1 in README, test against OpenSSL. Produce "wheel" distributions. Add py3.4 and pypy3 compatibility testing. Other minor fixes.
2015-06-29Updated x11/xfce4-session to 4.12.1youri1-1/+2
2015-06-29Update to 4.12.1:youri6-42/+35
4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).
2015-06-29Updated x11/xfce4-notes-plugin to 1.8.1youri1-1/+2
2015-06-29Update to 1.8.1:youri4-36/+39
=== Release 1.8.1 === build: install graphics tabs/ for gtk-2.0 theme (bug #11839) bis panel-plugin: fit button inside a single panel row build: install graphics tabs/ for gtk-2.0 theme (bug #11839) === Release 1.8.0 === gtkrc: always show steppers gtkrc: theme GtkNotebook gtkrc: fix top tabs gap gtkrc: set background tabs less opaque gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs border gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color build: remove soname versioning and install panel plugin to $datadir/xfce4/panel/plugins build: bump automake to 1.13 build: adjust to newer AM/AC macros build: fix s/AM_CFLAGS/AM_CPPFLAGS build: Uinstall hook for icon cache file
2015-06-29Updated time/xfce4-orage to 4.12.1youri1-1/+2
2015-06-29Update to 4.12.1:youri4-43/+13
Release 4.12.1 Fixed critical bug preventing the use of panel plugin due to wrong name. Release 4.12.0 Mainly translation updates.
2015-06-29Updated sysutils/xfce4-xkb-plugin to 0.7.1youri1-1/+2
2015-06-29Update to 0.7.1:youri4-24/+23
2015-02-27 18:29 * New version 0.7.1 - to be used with xfce4-settings 4.11 or later; do *not* use this version with XFCE 4.8 or 4.10, it won't work! * Many translation updates * Fix crash in xkb_util_normalize_group_name * Add Montenegrin flag; add el.svg as a synonym for gr.svg
2015-06-29Updated www/p5-Mojolicious to 6.12wen1-1/+2
2015-06-29Updated multimedia/ffmpeg2 to 2.7.1; graphics/lensfun to 0.3.1adam2-3/+5
2015-06-29Update to 6.12wen2-7/+6
Upstream changes: 6.12 2015-06-18 - Welcome to the Mojolicious core team Dan Book. - Added TO_JSON method to Mojo::Collection. (wttw) - Added find_packages function to Mojo::Loader. - Fixed bug in Mojo::Message where multipart content would get downgraded unnecessarily.
2015-06-29version 2.7.1:adam3-14/+14
- postproc: fix unaligned access - avformat: clarify what package needs to be compiled with SSL support - avcodec/libx264: Avoid reconfig on equivalent aspect ratios - avcodec/flacenc: Fix Invalid Rice order - tls_gnutls: fix hang on disconnection - avcodec/hevc_ps: Only discard overread VPS if a previous is available - ffmpeg: Free last_frame instead of just unref - avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set - avio: fix potential crashes when combining ffio_ensure_seekback + crc - examples/demuxing_decoding: use properties from frame instead of video_dec_ctx - h264: er: Copy from the previous reference only if compatible - doc: fix spelling errors - configure: only disable VSX for !ppc64el - ffmpeg_opt: Check for localtime() failure - avformat/singlejpeg: fix standalone compilation - configure: Disable VSX on unspecified / generic CPUs - avformat: Fix bug in parse_rps for HEVC. - takdec: ensure chan2 is a valid channel index - avcodec/h264_slice: Use AVFrame dimensions for grayscale handling
2015-06-29Release 0.3.1adam8-140/+23
Lensfun 0.3.1 maintenance release is out with more than 60 new lens profiles and another 30 updated calibrations. Other changes: Improved performance when used with 32-bit float image buffers Introduced automated testing lensfun-update-data now also works without root privileges Fixed autoscaling for panoramic and equirectangular projections
2015-06-29Updated sysutils/logrotate to 0.9.1nils1-1/+2
2015-06-29Updated to version 3.9.1. Changelog :nils3-13/+35
3.9.0 -> 3.9.1 - Fix off-by-one error which can lead to crash when copytruncate is used. 3.8.9 -> 3.9.0 - Fix crash when using long dateformat. [nmerdan] - Add support for %H dateformat. [czchen] - Fix regression introduced in 3.8.9 when when rotating multiple logs when one of them is missing. - In the debug mode, do not skip the code-path which handles the case when the last rotation does not exist. [Sergey Vidishev] - Show more precise description when "log does not need rotating".\ - Add new -l option to log verbose output to file. The file is overwritten on every logrotate execution. - Allow rotation of sparse files with copytruncate. PKgsrc changes : Switched from old Makefile to new building procedure, using autogen, configure and (g)make, which was introduced in version 3.8.8. The new patch file contains a workaround to get the new building procedure working.
2015-06-29regenryoon2-55/+48
2015-06-29Updated sysutils/xfce4-diskperf-plugin to 2.5.5youri1-1/+2
2015-06-29Update to 2.5.5 (2015/3/3):youri4-109/+21
----------------- * Use the new GtkTooltip API * Fix a memory leak in the FreeBSD codepath (#11153) * Add support for FreeBSD (bug #10350) * New translations: th, ms, bg, oc, hr, en_AU, sr * Updated translations: ar, ast, bg, cs, de, es, fr, it, hr, hu. ko, nb, nl, ug, pl, sv, tr, zh_CN, zh_TW
2015-06-29Updated x11/xf86-input-vmmouse to 13.1.0wiz2-3/+3
2015-06-29Update to 13.1.0 (all new patches have already been accepted upstream):wiz6-9/+189
This release is intended for general distro inclusion, Testing has been performed on various linux distros, FreeBSD 10.1 and Solaris 11.2. This release contains a number of build fixes and also changes to deal with improved vmmouse port security and backoff if a vmmouse kernel module is encountered. An additional dependency on libudev is introduced on linux. Note that if the new linux 4.1 vmmouse functionality is used, the user-space xf86-input-vmmouse driver can be skipped. Distros that want to keep the xf86-input-vmmouse driver as a backup should *not* use any version prior to 13.0.99 since those versions would compete with the in-kernel vmmouse driver for mouse input. 13.1.0: Thomas Hellstrom (1): Bump version number for release 13.0.99: Gaetan Nadon (6): Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING Autoconf: minimum level required is 2.60 Autoconf: Fix deprecated use of AC_OUTPUT "make dist" fails when workstation has no udev package tools: make install fails when user has no write permission in /lib Jeremy Huddleston Sequoia (1): Always include config.h first Loïc Yhuel (1): Fix wheel button labels Peter Hutterer (4): Free the vmmouse data on UnInit Handle DEVICE_ABORT on ABI 19.1 Don't de-reference pMse if it hasn't been initialised yet Drop AM_MAINTAINER_MODE Stefan Dirsch (1): vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h Thomas Hellstrom (5): Back off if we detect a vmmouse kernel driver v3 vmmouse: Run vmmouse_detect as an io privileged process vmmouse: Add support for the access restrict command vmmouse: Fix vmmouse_detect build on BSD vmmouse: Bump version number for release
2015-06-29Updated time/p5-DateTime-TimeZone to 1.92wiz1-1/+2
2015-06-29Update to 1.92:wiz2-6/+6
1.92 2015-06-22 - This distro now depends on DateTime::TimeZone::Local::Win32 when it is being installed on a Windows OS. This should lead to a better experience for Windows users. Requested by Matthew Horsfall and Karen Etheridge. RT #103275.
2015-06-29Updated mail/p5-Net-SMTP-SSL to 1.03wiz1-1/+2
2015-06-29Update to 1.03:wiz2-7/+6
1.03 2015-06-20 - $net_smtp_ssl->isa('Net::SMTP') is now true
2015-06-29Updated www/p5-CGI to 4.21wiz1-1/+2
2015-06-29Update to 4.21:wiz2-7/+6
4.21 2015-06-16 - Fix regression of tmpFileName when calling with a plain string (GH #178, thanks to Simon McVittie for the report and fix)