summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29Update to 1.1.0ryoon2-10/+8
* Fix build with math/mpfr-4.0.0 Changelog: Changes in version 1.1.0: - Minimally required library versions: GMP 5.0.0 and MPFR 3.0.0 - Fixed issues with MPFR 4.0.0 - New functions: mpc_cmp_abs, mpc_rootofunity - Improved speed for corner cases of mpc_asin, mpc_sin, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-December/001266.html - Rewrite of the testing framework - New mpcbench tool, used with "make bench" - Fixed handling of over- and underflows with directed rounding in the "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2015-March/001336.html - Fixed a bug in mpc_atan(0,y) with |y| near 1, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2017-March/001404.html
2018-01-29doc: Updated archivers/lzop to 1.04mef1-1/+2
2018-01-29Updated archivers/lzop to 1.04mef3-8/+19
Changes in 1.04 (10 Aug 2017) * Happy 20th anniversary release! * Added CMake build support. * Assorted minor updates.
2018-01-29memtestplus: revert previous, disable optimization.maya4-20/+15
Hack to fix PR pkg/52962. Now memtestplus functions correctly for sure. Inspired by opensuse package.
2018-01-29ocaml: Support SunOS/clang.jperkin2-6/+11
2018-01-29Fix building with mpfr 4.0.0adam3-1/+47
2018-01-29memtestplus: disable 'Block move' test as a hack.maya3-5/+18
The setup of this test causes hangs and reboots. I'm not sure if it's working, because time doesn't appear to be moving. Helps PR pkg/52962: memtestplus doesn't work if built with recent compilers.
2018-01-29Updated databases/py-sqlalchemyadam1-1/+2
2018-01-29py-sqlalchemy: updated to 1.2.2adam2-7/+7
1.2.2: orm [orm] [bug] Fixed 1.2 regression regarding new bulk_replace event where a backref would fail to remove an object from the previous owner when a bulk-assignment assigned the object to a new owner. mysql [mysql] [bug] Added more MySQL 8.0 reserved words to the MySQL dialect for quoting purposes. Pull request courtesy Riccardo Magliocchetti. mssql [mssql] [bug] Added ODBC error code 10054 to the list of error codes that count as a disconnect for ODBC / MSSQL server. oracle [oracle] [bug] The cx_Oracle dialect now calls setinputsizes() with cx_Oracle.NCHAR unconditionally when the NVARCHAR2 datatype, in SQLAlchemy corresponding to sqltypes.Unicode(), is in use. Per cx_Oracle’s author this allows the correct conversions to occur within the Oracle client regardless of the setting for NLS_NCHAR_CHARACTERSET.
2018-01-29glew: Fix SunOS/clang compiler selection.jperkin1-3/+3
2018-01-29evolution-data-server: Fix _XOPEN_SOURCE on SunOS.jperkin2-5/+11
2018-01-29memtest86: don't use ssp/fortify, like memtestplus.maya1-1/+4
No idea if this works, it doesn't build on netbsd.
2018-01-29doc: Updated sysutils/memtestplus to 5.01nb2maya1-1/+2
2018-01-29memtestplus: spell arraycount correctly and avoid UB.maya3-3/+47
might help PR pkg/52962: memtestplus doesn't work if built with recent compilers. PKGREVISION++
2018-01-29glibmm: Remove bogus forward declaration.jperkin2-1/+16
2018-01-29xetex: Set C99 correctly.jperkin1-3/+3
2018-01-29Updated net/rsyncadam1-1/+2
2018-01-29rsync: updated to 3.1.3adam8-157/+28
Changes since 3.1.2: SECURITY FIXES: - Fixed a buffer overrun in the protocol's handling of xattr names and ensure that the received name is null terminated. - Fix an issue with --protect-args where the user could specify the arg in the protected-arg list and short-circuit some of the arg-sanitizing code. BUG FIXES: - Don't output about a new backup dir without appropriate info verbosity. - Fixed some issues with the sort functions in support/rsyncstats script. - Added a way to specify daemon config lists (e.g. users, groups, etc) that contain spaces (see "auth users" in the latest rsyncd.conf manpage). - If a backup fails (e.g. full disk) rsync exits with an error. - Fixed a problem with a doubled --fuzzy option combined with --link-dest. - Avoid invalid output in the summary if either the start or end time had an error. - We don't allow a popt alias to affect the --daemon or --server options. - Fix daemon exclude code to disallow attribute changes in addition to disallowing transfers. - Don't force nanoseconds to match if a non-transferred, non-checksummed file only passed the quick-check w/o comparing nanosecods. ENHANCEMENTS: - Added the ability for rsync to compare nanosecond times in its file-check comparisons, and added support nanosecond times on Mac OS X. - Added a short-option (-@) for --modify-window. - Added the --checksum-choice=NAME[,NAME] option to choose the checksum algorithms. - Added hashing of xattr names (with using -X) to improve the handling of files with large numbers of xattrs. - Added a way to filter xattr names using include/exclude/filter rules (see the --xattrs option in the manpage for details). - Added "daemon chroot|uid|gid" to the daemon config (in addition to the old chroot|uid|gid settings that affect the daemon's transfer process). - Added "syslog tag" to the daemon configuration. - Some manpage improvements. DEVELOPER RELATED: - Tweak the "make" output when yodl isn't around to create the man pages. - Changed an obsolete autoconf compile macro. - Support newer yodl versions when converting man pages.
2018-01-29Pass correct TAR variable to configureadam1-2/+3
2018-01-29doc: Updated net/dhcpcd to 7.0.1roy1-1/+2
2018-01-29Import dhcpcd-7.0.1 with the following changes:roy2-7/+7
* hooks: remove use of local builtin for better portability * Fix build issue when `__GNUC__ <= 2` (thanks to Chris Hathhorn) * dhcpcd: don't log errors working out carrier for departed interfaces * ipv4: allow configuration of static broadcast address * if: don't set MTU during interface discovery * if: don't activate non matching interfaces to commandline ones * configure: make `--includedir=/usr/src/foo` work * eloop-bench: fix hangs when using a large number of cycles * dhcp: don't bind when we've just probed an address to inform
2018-01-29exiv2: Remove bogus forward declaration.jperkin2-1/+16
2018-01-29Note update of security/ap-modsecurity2 to 2.7.7nb10.he1-1/+2
2018-01-29Fix the examples directory in MESSAGE to match where it is...he2-4/+4
Bump PKGREVISION.
2018-01-29Fixed a couple of hardcoded LOCALBASEs.jklos1-3/+3
2018-01-28nullmailer: only depend on daemontools when using rc.d init scriptwiedi1-1/+4
2018-01-28nullmailer: avoid uninitialized memory, same fix as upstreamwiedi3-7/+7
2018-01-28doc: Updated pkgtools/pkglint to 5.5.3rillig1-1/+2
2018-01-28pkgtools/pkglint: update to 5.5.3rillig21-147/+652
Changes since 5.5.2: * Fixed lots of bugs regarding autofixing variable assignments in continuation lines. * Fixed checking of MESSAGE files, which also get fixed now. * In variable assignments, commented assignments are aligned too. * Fixed a crash when checking an empty patch file. * The :Q modifier is only checked on predefined variables, to prevent the --autofix mode from removing :Q from user-defined variables. * Fixed lots of bugs in PLIST autofixing: relevant lines had been removed, and the sorting was not correct.
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz462-872/+924
2018-01-28doc: Updated graphics/openexr to 2.2.1wiz2-3/+3
2018-01-28openexr: update to 2.2.1.wiz3-31/+30
November 30, 2017 - OpenEXR v2.2.1 has been released and is available for download. This maintenance release addresses the reported OpenEXR security vulnerabilities, specifically CVE-2017-9110, CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114, CVE-2017-9115, CVE-2017-9116.
2018-01-28doc: Updated databases/gdbm to 1.14.1wiz2-3/+3
2018-01-28gdbm: update to 1.14.1.wiz4-26/+8
Version 1.14.1 - 2018-01-03 * Increment soname current version number. Version 1.14 - 2018-01-01 * Make sure created databases are byte-for-byte reproducible This fixes two longstanding bugs: (1) when allocating database file header blocks, the unused memory is filled with zeroes; (2) when expanding a mmapped memory area, the added extent is filled with zeroes. * Fix build with --enable-gdbm-export * Make gdbm_error global variable thread safe. * Fix possible segmentation violation in gdbm_setopt * Fix handling of group headers in --help output.
2018-01-28doc: Updated multimedia/py-gstreamer1 to 1.12.4wiz2-3/+3
2018-01-28py-gstreamer1: update to 1.12.4.wiz2-7/+7
To match gstreamer1-1.12.4.
2018-01-28doc: Updated multimedia/gstreamer1 to 1.12.4wiz2-4/+3
2018-01-28gstreamer1 + plugins: update to 1.12.4wiz17-116/+43
### 1.12.4 The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017. This release only contains bugfixes and it should be safe to update from 1.12.x. #### Major bugfixes in 1.12.4 - Dozens of fixes for various issues detected with the help of Google's OSS-Fuzz project: https://github.com/google/oss-fuzz Details to be found there in the bug tracker - Performance regressions with registering debug categories after gst_init() were fixed - Regression with seeking back to 0 in souphttpsrc was fixed - Regression with header rewriting in flacparse was fixed - Regression with playbin/playsink leaking sinks was fixed - Inconsistencies with DROPPED/HANDLED handling in pad probe handlers are fixed - gst_bin_iterate_sorted() always returns sources last now, as documented - gst_query_writable_structure() will never return NULL, for consistency with events - Removal of metas from gst_buffer_meta_foreach() works correctly now - OpenJPEG plugin builds with OpenJPEG >= 2.3 - CDIO plugin builds with CDIO >= 1.0 - gstreamer-vaapi works correctly with libva 1.0 - gst-libav was updated to ffmpeg 3.3.5 - Various fixes for memory leaks, deadlocks and crashes in all modules - ... and many, many more!
2018-01-28doc: Updated math/gnumeric112 to 1.12.38wiz2-3/+4
2018-01-28gnumeric: update to 1.12.38.wiz2-9/+8
Gnumeric 1.12.38 Morten: * Avoid large stack use here and there. * Test suite improvements. * Improve sylk writer. Don't ask. * Teach ssdiff about column/row sizes. * Teach ssdiff about defined names. * Fix a few ssdiff crashes. * Fix crash on text import. -------------------------------------------------------------------------- Gnumeric 1.12.37 Morten: * Test suite improvements. * Improve format guessing for newly entered formulas. * Improve PERMUTATIONA for unusual arguments. [#790742] * Extend range of NT_PI. * Improve xlsx export of cell comments. [#790756] * Plug leaks. * Fix potential crash on exit. * Speed-up number theory functions. * Fix combo object icon. * Code cleanups for main binary. * Fix potential crash in gtk scroll bar bug workaround. * Avoid large stack use here and there.
2018-01-28doc: Updated misc/goffice0.10 to 0.10.38wiz2-3/+3
2018-01-28goffice0.10: update to 0.10.38.wiz2-8/+7
goffice 0.10.38: Morten: * Avoid a few dubious uses of deprecated gtk+ functions. * Reduce number of compiler warnings. -------------------------------------------------------------------------- goffice 0.10.37: -------------------------------------------------------------------------- goffice 0.10.36: Jean: * Fix engineering format. [#785669] * Fix crash in 3D plots when X or Y values are missing. [#788437] * Don't use invalid styles in legend from contour or surface plots imported from Excel. [#788861] * Fix documentation build with recent gtk-doc. [#788710]
2018-01-28doc: Updated converters/libpagemaker to 0.0.4wiz2-6/+4
2018-01-28libpagemaker: update to 0.0.4.wiz3-10/+10
libpagemaker 0.0.4 - Add a command line tool for conversion to plain text, called pmd2text. - Require C++11 for build. - Drop outdated MSVC project files. - Fix parsing of page dimensions and shape coordinates in Mac documents. That makes the output at least somewhat useful, but more work is needed to handle big endian files properly. - Fix parsing of color tint in Mac documents. (tdf#109126) - Fix parsing of text formatting attributes in Mac documents. - Properly handle all caps and small caps. - Parse more text formatting attributes. - Parse more paragraph attributes.
2018-01-28doc: Updated x11/gtk2 to 2.24.32wiz2-3/+3
2018-01-28gtk2+: update to 2.24.32.wiz4-52/+8
Overview of Changes from GTK+ 2.24.31 to 2.24.32 ================================================ * Build: - Support Visual Studio 2017 * Bug fixes: 136059 Ctrl-navigation works in opposite direction in right-to-left text 165385 Win32 keyboard handling still incomplete 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value... 468868 Popup of "appears-as-list" ComboBox does not change screen with its t... 554057 Calling gtk_menu_shell_select_item() on GtkMenuBar can break grabs (a... 569581 Using the US-Intl keyboard layout causes unexpected character combina... 618160 Documentation for gtk_combo_box_get_active_iter is unclear 658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_start() 676550 Adding underlines to Label with gtk_label_set_pattern() does not work 696624 Japanese (Korean/Chinese) XIM input mode indicator has not been worki... 701296 gtkfixed accepts toplevel windows into its children list after gtk_wi... 729651 Crash in GtkFileChooserButton with appears-as-list 734946 Implement GContentType on OSX 768722 Keyboard shortcuts for russian characters doesn't work 769214 keyval field not filled correctly for Pause key 772389 Appending a character to a GtkEntry control in overwrite mode rings t... 772794 segfault when on unchecked XListInputDevices return value 773587 recent-manager: Add a limit to the list's size 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit... 777683 SIGBUS due to gdk_x11_window_set_opacity 778542 Use UTF-8 encoding for tooltips on files in the "recently used" list 778811 Enter submenus when activating their parent item 779009 Missing property-change::accessible-description events when the toolt... 779081 GtkTextView: expose API to get Pango line direction 779605 GLib-CRITICAL Source ID xxx was not found when attempting to remove it 781020 GIMP UI vector icons are drawn way too small 781605 GtkVolumeButton limited to 10 values 785165 Set translation domain for parameter_string in gtk_init_with_args 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget 786771 Critical about mismatched GdkDisplays when opening Inspector combobox 787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width 787195 gtk_toolbar_set_show_arrow does not show an arrow 787410 entry: fix memory leak 788577 Global -GtkComboBox-appears-as-list breaks opening menu-mode CBs by k... * Translation updates: Hungarian Indonesian Polish
2018-01-28doc: Updated devel/glib2 to 2.54.3wiz2-3/+3
2018-01-28glib2: update to 2.54.3.wiz4-55/+14
Overview of changes in GLib 2.54.3 ================================== * Bugs fixed: 691436 glib-mkenums output arch dependent 761102 Increase performance for main loop 776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE... 779182 xdg-open fails with gio open for some uris 782057 Unit tests fail in run-assert-msg-test.sh 785113 glib-mkenums Python port fixes 788990 Include licensing information in output from glib-mkenums, glib-genma... 789637 glib-mkenums: Fails when --ouput file does not exist 789894 Text tool has color from previous line, when overwriting existing text 790030 GResource/GVariant fails to load from non-pointer aligned memory 790093 gio-tool: fix inverted logic in monitor tool 790126 gengiotypefuncs.py is missing from tarballs 790829 glib-genmarshal --body must not generate alias implementations 790934 gtester doesn't handle skipped tests 791235 Fix gschema.dtd regarding flags. 791267 Make gschema.dtd usable. 791296 gtester-report: fix range usage when running as python3 app 791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b... 791334 gbinding.c:898: The target object of type GNetworkAddress has no prop... 791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn() 791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak 791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun... 791754 gdbus-peer test intermittently fails: assertion 'source->ref_count > ... 791906 GSocketListenerClass.event has wrong signature * Translation updates: Norwegian bokmål
2018-01-28doc: Updated misc/todoman to 3.3.0wiz2-3/+3
2018-01-28todoman: update to 3.3.0.wiz2-7/+8
v3.3.0 ------ * New runtime dependency: ``click-log``. * Drop support for Python 3.3, which has reached its end of life cycle. * Add `--raw` flag to `edit`. This allows editing the raw icalendar file, but **only use this if you really know what you're doing**. There's a big risk of data loss, and this is considered a developer / expert feature!