Age | Commit message (Collapse) | Author | Files | Lines |
|
Libdrm 2.4.63 has been released. It contains the new libdrm_amdgpu library.
Alan Coopersmith (1):
include <sys/types.h> & <sys/mkdev.h> directly for major() and minor()
Alex Deucher (10):
drm: consolidate common list implementations (v2)
drm: add util_math.h
drm: add libdrm_amdgpu (v7)
drm: add tests/amdgpu (v3)
amdgpu: update to the latest kernel header
fix configuration when amdgpu is disabled
fix amdgpu cunit configure test harder
move up cunit workaround for ubuntu/debian
add a note about which version of cunit is fixed for debian/ubuntu
radeon: add new OLAND pci id
Alexandr Akulich (1):
libdrm/amdgpu: Fixed drm.h include.
Anuj Phogat (2):
i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal()
Set alignment value in drm_intel_add_validate_buffer()
Chris Wilson (1):
drm: Detect no-op drmModeAtomicRequest and return early
Christian König (16):
amdgpu: cleanup public interface v2
amdgpu: add public bo list interface v3
amdgpu: compare the primary device names instead
amdgpu: remove bo_vas hash table v2
amdgpu: add helper for VM mapping v2
amdgpu: stop checking flag masks
amdgpu: explicitly unmap GPU mapping on BO destruction
amdgpu: remove flink export workaround v2
amdgpu: cleanup VA IOCTL handling
amdgpu: remove pointer arithmetic from command submission
amdgpu: add CS dependencies v2
gitignore: add some generated amdgpu files
amdgpu: cleanup public interface style
amdgpu: remove reference to AMD specific error codes
amdgpu: use common fence structure for dependencies as well.
amdgpu: fix bs buffer size for vce test
Emil Velikov (15):
configure: default --enable-valgrind to auto
freedreno: zero is a valid fd number, treat it as such
omap: zero is a valid fd number, treat it as such
xf86drm: fix incorrect fd comparison in drmOpenOnce{,WithType}
Consistently check the fd value
man: remove .man_fixup workaround
Force enable amdgpu for the dist build/check.
amdgpu/util_hash: hide private symbols from global namespace
amdgpu/util_hash_table: hide private symbols from global namespace
amdgpu: add a bunch of missing config.h includes
amdgpu: cosmetic chances in license boilerplate
amdgpu: squash trivial documentation typo
amdgpu/amdgpu_vamgr: hide private symbols from global namespace
amdgpu: hide the final internal functions from global namespace
amdgpu: add symbols check test
Jack Xiao (2):
amdgpu: fix round down/up page size error
amdgpu: add zero timeout check in amdgpu_cs_query_fence_status
Jammy Zhou (24):
amdgpu: remove active_rb_pipes from amdgpu_gpu_info
amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC
amdgpu: fix 32-on-64 support (v2)
amdgpu: add ctx_id for wait_cs
amdgpu: reuse the kernel IB flags v2
amdgpu: validate the upper limit of virtual address v2
amdgpu: fix the number of IB size enums
amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITY
amdgpu: replace alloca with calloc v2
amdgpu: add amdgpu_bo_list_update interface v2
amdgpu: add IB sharing support v2
tests/amdgpu: add shared IB submission test v2
amdgpu: get rid of IB pool management v3
tests/amdgpu: manage IB in client side
amdgpu: add amdgpu_query_gds_info
amdgpu: cleanup gds specific alloc/free functions
amdgpu: merge amdgpu_drm.h from kernel
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
amdgpu: improve the amdgpu_cs_query_fence_status interface
drm: fix the ALIGN macro to avoid value clamp
tests/amdgpu: remove the duplicate IB allocation for VCE test
amdgpu: add flags parameter for amdgpu_va_range_alloc
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
amdgpu: expose the PCI revision ID
Jonathan Gray (3):
xf86drmMode: Implement drmCheckModesettingSupported() for OpenBSD
xf86drm: correct the OpenBSD DRM_MAJOR define
xf86drm: use the correct device minor names on OpenBSD
Joonyoung Shim (1):
Build vbltest irrespective of the presence of libudev.
Julien Cristau (1):
Fix headers inclusion in xf86drmMode.c
Ken Wang (8):
amdgpu: make vamgr global
amdgpu: add max_memory_clock for interface query
amdgpu: add vram_type and vram_bit_width for interface query
amdgpu: add ce_ram_size for interface query
amdgpu: add ib_start_alignment and ib_size_alignment for interface query
amdgpu: add base_preferred parameter to amdgpu_vamgr_find_va
amdgpu : move management of user fence from libdrm to UMD
test/amdgpu : fix a bug in VCE/UVD test introduced by previous change
Kristian Høgsberg Kristensen (1):
intel: Drop aub dumping functionality
Leo Liu (2):
tests/amdgpu: implement VCE unit tests
amdgpu: add VCE harvesting instance query
Marek Olšák (15):
amdgpu: implement amdgpu_cs_query_reset_state
amdgpu: fix a valgrind warning
amdgpu: add new AMDGPU_TILING flags
amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT
amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BO
amdgpu: remove amdgpu_ib
amdgpu: remove amdgpu_ib helpers
amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer list
amdgpu: allow exporting KMS handles with render nodes
amdgpu: use alloca and malloc in critical codepaths (v2)
amdgpu: fix valgrind warnings
amdgpu: fix double mutex_unlock in amdgpu_bo_import
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
amdgpu: check the user fence only if the IP supports user fences
Bump version for release
Mario Kleiner (1):
libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ZaphodHeads. (v2)
Michel Dänzer (4):
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths
amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Sabre Shao (2):
amdgpu: add va allocation intefaces
amdgpu: add va range query interface
Tapani Pälli (3):
remove usage of 'c_plusplus' preprocessor macro
intel: wrap intel_bufmgr.h C code for C++ compilation/linking
modeprint: cleanup, remove compile warnings
monk.liu (7):
amdgpu: support non-page-aligned userptr
amdgpu: add missing mutex lock/unlock pair
amdgpu: fix an error of bo_list handler
amdgpu: do not call BO_LIST ioctl when no resource referred
amdgpu: fix segfault when resources are NULL
amdgpu: fix code alignment
amdgpu: fix vamgr_free_va logic
|
|
No functional change intended.
|
|
|
|
proxymngr 1.0.4
Stop checking if pointers are NULL before passing them to free()
Stop casting results of malloc calls
Replace last strcpy call + manual append with snprintf call
Replace malloc(strlen)+strcpy sets with strdup calls
Ensure memory is initialized before use in PushRequestorQueue
If authLen <= 0, then we weren't initializing the authName & authData
pointers until after checking if all the allocations succeeded, but
if any allocations failed, we'd then try to free them before that.
Error: Uninitialised memory (CWE 456)
Possible access to uninitialised memory '&newreq->authData'
at line 590 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authData allocated at line 559.
&newreq->authData uninitialised when authLen <= 0 at line 568.
at line 591 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authData allocated at line 559.
&newreq->authData uninitialised when authLen <= 0 at line 568
and newreq->authName == NULL at line 574.
Possible access to uninitialised memory '&newreq->authName'
at line 588 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authName allocated at line 559.
&newreq->authName uninitialised when authLen <= 0 at line 568.
at line 589 of pmdb.c in function 'PushRequestorQueue'.
&newreq->authName allocated at line 559.
&newreq->authName uninitialised when authLen <= 0 at line 568
and newreq->authName != NULL at line 574.
[ This bug was found by the Parfait 1.5.1 bug checking tool.
http://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 ]
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
This is not a GNU project, so declare it foreign.
Assume signal handlers return void, as C89 requires
Drops use of Imake's obsolete SIGNALRETURNSINT.
|
|
xcmsdb 1.0.5
_XcmsGetProperty: don't deal with uninitialized values, fail instead
Import commit 502d414118c97d35a44f8e295709682022876331 from the
master copy of this code in libX11.
Only use results from GetWindowProperty if it returned Success
Since Xlib prior to 1.6 didn't always clear values on failure, don't
assume they're safe to use unless we succeeded.
Reported by Oracle Parfait 1.5.1:
Error: Uninitialised memory
Uninitialised memory variable (CWE 457): Possible access to uninitialised memory variable 'ret_format'
at line 743 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_format allocated at line 733.
at line 757 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_format allocated at line 733.
Uninitialised memory variable (CWE 457): Possible access to uninitialised memory variable 'ret_prop'
at line 748 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_prop allocated at line 731.
at line 762 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_prop allocated at line 731.
Strip trailing whitespace from source files
git ls-files | xargs gsed -i 's/[ \t]*$//'
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Remove break statements immediately after return statements
Silences clang -Wunreachable-code warnings
Fix const char * warnings
Add -version option to print program version
Adds both -version and previously undocumented -help to man page
Print which option was in error along with usage message
Combine usage message strings
|
|
xmh 1.0.3
Fixes misplaced shortcut in man page: #89003
The shortcut Meta-h was on the wrong row in the man page.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Don't rely on the ability to set tan stops. Use tables instead.
Also, fix a presentational abuse of the .SS macro.
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
man: replace hard coded man page section with substitution strings
man: remove trailing spaces and tabs
Using s/[ \t]*$//
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
|
|
|
|
|
|
The WMdock plugin is a compatibility layer for running WindowMaker dockapps on
he XFCE desktop. It integrates the dockapps into a panel, closely resembling
the look and feel of the WindowMaker dock or clip, respectively.
|
|
|
|
|
|
|
|
This plugin shows the state of your keyboard LEDs:
Caps, Scroll and Num Lock in Xfce panel.
|
|
* Bug fixes:
- Remove whitespaces from monitor name when accessing settings
Patch by Andreas Müller
- Settings: Fix loading of wallpaper previews (Bug #11892)
- Rotate images for wallpaper based on embedded orientation
* Translation updates:
English (Australia) (en_AU), Spanish (Castilian) (es),
Lithuanian (lt), Swedish (sv)
|
|
3.16.0 (stable):
Gtk
* Builder: Don't get gtkmm-derived GTypes while parsing TreeModel <columns>
(Kjell Ahlstedt) Bug #742637.
3.15.10 (unstable);
Gtk:
* Label: Add get/set_xalign/yalign() and properties.
(Murray Cumming)
* PaperSize: Define the paper name constants in the .cc file
(Benoît Dejean) Bug #745345
Documentation:
* CssProvider::load_from_data(): Document that this throws an exception.
(Murray Cumming)
* Icon theme demo: Catch exceptions while loading icons.
(Kjell Ahlstedt)
* Stock: Mention the named icons for Copy, Cut, Paste and Delete.
(Murray Cumming) See GTK+ bug #741969
3.15.9 (unstable);
Gtk:
* Add StackSidebar.
(Kjell Ahlstedt)
* StackSwitcher: Add unset_stack().
(Kjell Ahlstedt)
* StyleContext: Deprecate list_regions(), add_region(),
remove_region(), has_region(), get_backgrount_color(), get_border_color(),
invalidate.
(Kjell Ahlstedt)
* TextBuffer: Wrap the serialize()/deserialize() methods.
(Kjell Ahlstedt) Bug #694250
* Widget: Deprecate Deprecate override_color(), unset_color(),
override_background_color(), unset_background_color(), override_font(),
unset_font(), override_symbolic_color(), unset_symbolic_color(),
override_cursor(), unset_cursor().
(Kjell Ahlstedt)
* Window: Deprecate Deprecate property_has_resize_grip(),
property_resize_grip_visible(), set/get_has_resize_grip(),
get_resize_grip_is_visible(), get_resize_grip_area().
(Kjell Ahlstedt)
* Fix error messages from gmmproc by removing unnecessary _IGNORES()s.
(Kjell Ahlstedt)
Gdk:
* Device: Add get_vendor_id() and get_product_id().
(Murray Cumming)
Documentation:
* demos: Add stacksidebar demo.
(Kjell Ahlstedt)
* demos: Replace calls to deprecated Widget::override_*() API.
(Kjell Ahlstedt)
* Container: Remove obsolete comments that confuse doxygen.
(Kjell Ahlstedt)
* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
To workaround a doxygen bug, to fix the genereated DevHelp search index.
(Murray Cumming) Bug #743918
3.15.4 (unstable);
Gtk:
* Builder::get_type_from_name_vfunc(): Call the base class function.
Instead of jusgin calling g_type_from_name(), in case the base class
function does more.
(Kjell Ahlstedt) Bug #742637.
* TextBuffer:
- Add insert_martkup().
- Add the copy_target_list and paste_target_list properties.
(Kjell Ahlstedt)
Documentation:
* Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.
(Kjell Ahlstedt)
3.15.3 (unstable);
Gtk:
* CssProvider: Add CssProviderError and signal_parsing_error()
(Kjell Ahlstedt)
* Add CssSection.
(Kjell Ahlstedt)
* Dialog: Fix the constructors with DialogFlags.
(Kjell Ahlstedt) Bug #738513 (Simonas Kazlauskas)
* ScaleButton:
- Correct the constructor.
- Add a constructor without the icons.
(Murray Cumming)
* ScrolledWindow: Add get/set_overlay_scrolling() and property.
(Juan R. García Blanco)
* Stack: Add hhomogeneous and vhomogeneous properties.
(Juan R. García Blanco)
* TextTag: Add fallback, fallback-set, letter-spacing, and
letter-spacing-set properties.
(Juan R. García Blanco)
* TextView: Add monospace property.
(Juan R. García Blanco)
* Widget: Added get_action_group() and list_action_prefixes().
(Murray Cumming)
Documentation:
* Add an empty line after @newin where it's missing.
(Kjell Ahlstedt)
* Fix some Doxygen warnings.
(Kjell Ahlstedt)
* ScaleButton: Document the constructors.
(Murray Cumming)
3.15.2 (unstable);
Gtk:
* Dialog: Add constructors with DialogFlags,
for instance to create a dialog with a header bar.
(Kjell Ahlstedt) Bug #738513.
* Grid: Add attach_next_to() without the 'sibling' parameter.
(Kjell Ahlstedt) Bug #739340.
* Overlay: Correct the "since" documentation.
* SearchEntry: Add the search_changed signal
(Kjell Ahlstedt)
* Added StyleProperty
(Mark Vender) Bug #673317.
Gdk
* Curor: Deprecate the constructor that doesn't take a Display parameter.
(Murray Cumming)
* Pixbuf: Deprecate create_from_inline().
(Kjell Ahlstedt)
|
|
|
|
out on setting FD_SETSIZE early enough. Fixes PR misc/50073
|
|
|
|
gcolor2 is a simple color selector that was originally based on gcolor, ported
to use GTK+2, and now has a completely new UI.
Use Gentoo mirror in the place of SourceForge as more reliable.
|
|
New features and extensions
- New class Fl_Copy_Surface allows copying graphical data to the
clipboard in a cross-platform way
- Support for pasting graphical data from the clipboard to a widget.
- New class Fl_Image_Surface allows drawing into an Fl_Image object.
- Methods Fl::add_clipboard_notify() and Fl::remove_clipboard_notify()
to get notifications whenever the clipboard changes
- New method Fl_Window::wait_for_expose()
- New bilinear scaling method for RGB images
- New method Fl_Widget::top_window()
- New method Fl_Widget::top_window_offset()
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
- New methods Fl::enable_im() and Fl::disable_im() to enable/disable
system Input Methods (IM).
- New methods Fl::add_system_handler() and Fl::remove_system_handler()
to intercept low level system events.
- New FLTK scheme "gleam"
- New method Fl::is_scheme() to compare the current scheme name.
- New method to set custom icons for windows
see Fl_Window::icon() for more info.
- New method to set any custom cursor, based on a Fl_RGB_Image object.
Also changed fallback cursors to use this method, so that fallback
cursors are handled in a platform independent manner
- New ability to convert Fl_Pixmap to Fl_RGB_Image
- Support for full screen windows over multiple monitors.
- New optional line numbers in Fl_Text_Display and options to control
line numbers and word wrapping (on/off) in example test/editor.cxx.
- On Linux/Unix, class Fl_Native_File_Chooser uses file dialogs from
the Gnome environment (provided by the libgtk dynamic library) if
available, and falls back to Fl_File_Chooser if not
Use option Fl::OPTION_FNFC_USES_GTK to enable/disable this feature.
- New support for the Mac OS text input system that deals with character
composition and input of languages with large character sets (e.g.
Chinese and Japanese). This implementation has been reported to work
well for Chinese. Superficial testing suggests it's also operational
for Japanese. In-depth testing remains needed though.
Other improvements
- Many CMake improvements
- Some autoconf, configure improvements.
- Removed 1024 bytes constraint in labels and browser lines
- Mac OS version of Fl_Native_File_Chooser: when using filters in a
save file dialog, the output file extension gets changed when the
user modifies the output file type.
- Many Mac OS X improvements related to Fl_Sys_Menu_Bar.
- Improved Mac OS X keyboard handling of special keys or combinations.
- General Mac OS X improvements, incl. high resolution (Retina)
displays, and support up to Mac OS X 10.10.
- Documentation improvements and clarifications.
- Printing support improvements, including GL windows.
- Many improvements related to Fl_Tree (some of them only as ABI
breaking features, see below).
- Some static data has been made 'const' to improve memory usage
with shared libraries.
- Don't grab navkeys with modifiers (CTRL, ALT), as the application
may want them
- Check compiler support of -fvisibility, -fvisibility-inlines-hidden,
and use it, if available. Reduces shared library size.
- Drag'n'drop behaves better now: if text is dropped in the widget it
comes from, then it works like cut and paste.
- Other improvements of DND handling when dragging text from other
applications, e.g. Firefox and Thunderbird.
- Windows message WM_QUIT is processed like SIGTERM, i.e. as a
request to terminate the program.
- Fluid no longer closes the code window when hitting ESC (STR #2997).
- Improved Fl_Widget::when() handling in Fl_Tabs
- Improved support for more recent compilers (clang and gcc) that
issue more warnings, and fixed some 32-/64-bit compilation issues.
- Added method Fl_Window::clear_modal_states() to make it possible
to remove the modal or non-modal state from a window
Bug fixes
- Fixed word selection dragging in text input
- Fixed crash if Fl_Window::flush() called while window not shown()
- Fixed segfault in fl_set_fonts_xft.cxx when loading fonts not named
as expected
- Fixed a memory leak in font loading/allocation
- Fixed OS X fl_read_image() and Fl_Paged_Device::print_window_part()
when using a Retina display.
- Fixed MinGW build if configure didn't find strcasecmp()
- Fixed access of protected member under Linux/Unix
- Fixed various Mac specific OpenGL issues
- Fixed PostScript printing with non-english locale
- Fixed a regression in Fl_File_Chooser since FLTK 1.1.8: the
Enter key now selects the file again.
- Fixed a bug in Fl_Native_File_Chooser (Windows) for some file name
input filters
- Fixed out-of-bounds memory access in Fl_Text_Display
|
|
Move the define of FD_SETSIZE before the include of select.h, so that
is actually does something useful.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
2015/07/06 -
• add configure option --with-man2html
• updated configure macros, mostly formatting changes from xterm, etc.
• update config.guess, config.sub
|
|
The initial release file for XScreenSaver 5.33 was updated silently
upstream, as reported in PR pkg/50047. The newer version of this same
release is confirmed to contain identical source code; therefore not
bumping the revision.
|
|
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
|
|
Reported by Joyent.
|
|
|
|
The goal of this project is to produce a useful tool for arranging terminals.
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
the main focus is arranging terminals in grids (tabs is the most common default
method, which Terminator also supports).
Approved by <riastradh>
Nobody complains to import it since 2015-04-08
http://mail-index.netbsd.org/tech-pkg/2015/04/07/msg014589.html
Originally packaged in pkgsrc-wip by myself.
|
|
|
|
The Keybinder package contains a library for registering global keyboard
shortcuts.
Keybinder works with GTK-based applications using the X Window System.
The library contains:
- A C library, libkeybinder
- Python bindings, python-keybinder
- An examples directory with programs in C, Lua, Python and Vala.
There are: Python (py-keybinder) and Lua (lua-keybinder) bindings.
Approved by <riastradh>
Nobody complains to import it since 2015-04-08
http://mail-index.netbsd.org/tech-pkg/2015/04/07/msg014589.html
Originally packaged in pkgsrc-wip by myself.
|
|
|
|
xfdashboard provides a GNOME shell dashboard like interface for use with Xfce
desktop. It can be configured to run to any keyboard shortcut and when executed
provides an overview of applications currently open enabling the user to switch
between different applications. The search feature works like Xfce's app finder
which makes it convenient to search for and start applications.
|
|
Not using git, pkgsrc should punt like other distros to get the date from
the Changelog as set in configure. Use awk to avoid all the other business,
not to mention difficulties with configures use of 'echo -n' on SunOS.
|
|
|
|
Patch from richard@, thanks!
|
|
|
|
I am happy to announce release of Qt 4.8.7 today bringing over 150
improvements and bug fixes. Qt 4.8.7 provides important security
updates, better support for Mac OS X 10.10 and many requested error
corrections. As a patch release, it does not add new functionality
and maintains full compatibility with previous Qt 4.8.x releases.
Highlights of Qt 4.8.7 are:
Security fix for DoS vulnerability in the BMP image handler
(CVE-2015-0295) as well as security fixes for vulnerabilities
in image handling of BMP (CVE-2015-1858), ICO (CVE-2015-1859)
and GIF (CVE-2015-1860)
Update 3rd party libpng to version 1.6.17 to address known
vulnerabilities in previous version
Update 3rd party libtiff to version 4.0.3 to address known
vulnerabilities in previous version
Better support for running Qt 4.8 applications on Mac OS X
10.10 Yosemite
Many customer requested bug fixes
|
|
|
|
As proposed on tech-pkg@. Both build-tested on NetBSD/amd64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be careful to only SUSPEND or HIBERNATE when actually defined.
|
|
It's modular-xorg-xephyr not modular-xorg-server-xephyr.
|