Age | Commit message (Collapse) | Author | Files | Lines |
|
x11/modular-xorg-server. Bug reported by richard@.
|
|
|
|
|
|
|
|
xfsinfo is a utility for displaying information about an X font server. It is
used to examine the capabilities of a server, the predefined values for various
parameters used in communicating between clients and the server, and the font
catalogues and alternate servers that are available.
|
|
|
|
|
|
Applications that would like to take advantage of the Low Bandwidth extension to
X (LBX) must make their connections to an lbxproxy. These applications need to
know nothing about LBX, they simply connect to the lbxproxy as if were a regular
server. The lbxproxy accepts client connections, multiplexes them over a single
connection to the X server, and performs various optimizations on the X protocol
to make it faster over low bandwidth and/or high latency connections.
With regard to authentication/authorization, lbxproxy simply passes along to the
server the credentials presented by the client. Since X clients will connect to
lbxproxy, it is important that the user's .Xauthority file contain entries with
valid keys associated with the network ID of the proxy. lbxproxy does not get
involved with how these entries are added to the .Xauthority file. The user is
responsible for setting it up.
Note that the X server source from X.Org no longer supports the LBX extension,
so this program is only useful in connecting to older X servers.
|
|
According to the release notes:
* New hacks, splitflap and romanboy.
* Better detection of user activity on modern GNOME systems.
* Sonar now does asynchronous host name resolution.
* Improved Unicode support.
* Updated webcollage for recent changes.
* Various minor fixes.
|
|
|
|
|
|
|
|
Adds support for up to 512 clients in the X server. Also a warning fix
for C99 compilers, and a build fix for Darwin.
Adam Jackson (1):
xproto 7.0.28
Jeremy Huddleston Sequoia (1):
darwin: Include strings.h
Olivier Fourdan (1):
Increase the number of file descriptors
Thomas Klausner (1):
Use C99 compliant definition of nonnull attribute.
|
|
|
|
|
|
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
|
|
xf86-input-elographics
xf86-input-fpit
xf86-input-hyperpen
xf86-input-joystick
xf86-input-mutouch
xf86-video-modesetting
xf86-video-nouveau
xf86-video-qxl
xf86-video-suncg6
xf86-video-suntcx
xf86-video-voodoo
from pkgsrc-wip on request from wiz@ last quarter. LICENSE will be fixed
later.
|
|
is now downloaded.
|
|
built with Glade support or not. As discussed on tech-pkg@ recently.
Also ensure the tools get linked.
|
|
|
|
ocamlcore forge, the file downloaded doesn't depend on the filename, but
on the number at the end of the URL. I forgot to update that last time
around, so it was still downloading (and hence installing) 2.18.2 at that
point. I have corrected this now - the version being installed is
definitely 2.18.3. Have bumped the PKGREVISION to make sure things get
reinstalled.
|
|
|
|
|
|
This release introduces the atomic and blob APIs, adds support
for new devices (AMD Bonaire) and a new flag for coherent BOs
in nouveau.
Alex Deucher (1):
radeon: add new bonaire pci id
Alexandre Courbot (1):
nouveau: add coherent BO attribute
Boris BREZILLON (2):
modetest: add atmel-hlcdc driver support
tests/kmstest: support atmel-hlcdc
Damien Lespiau (1):
intel: Add the Broxton PCI IDs
Daniel Stone (1):
Add blob property create/destroy ioctl wrappers
Emil Velikov (7):
modetest: explicitly zero the newly allocated memory
modetest: replace malloc + memset with calloc
xf86drm: simplify drmMalloc/drmFree
Revert "Add device enumeration interface (v4)"
xf86drmMode: remove unused valgrind(VG) macros
xf86drmMode: include config.h before anything else
configure.ac: bump version to 2.4.62 for release
Guillaume Desmottes (1):
drmPrime*: initialize output args to 0
Ilia Mirkin (1):
nouveau: add asserts to make sure krefs are there
Jammy Zhou (1):
Fix one warning (v2)
Matt Turner (1):
configure: Add flag to disable valgrind support.
Tobias Jakobi (11):
modetest: make middle SMPTE colors transparent
modetest: only select plane with matching format
exynos: fimg2d: fix return codes
tests/exynos: replace return by break
exynos/fimg2d: simplify g2d_fini()
tests/exynos: clean struct connector
tests/exynos: remove unused define
tests/exynos: remove struct fimg2d_test_case
tests/exynos: simplify drm_set_crtc
tests/exynos: remove connector_find_plane
tests/exynos: handle G2D_IMGBUF_COLOR in switch statements
Ville Syrjälä (1):
Support atomic modesetting ioctl
frank (1):
Add device enumeration interface (v4)
|
|
|
|
|
|
|
|
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).
|
|
=== 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
|
|
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
|
|
This picks up a pile of fixes from master. Notable highlights:
- Fix for CVE-2015-3164 in Xwayland
- Fix int10 setup for vesa
- Fix regression in server-interpreted auth
- Fix fb setup on big-endian CPUs
- Build fix for for gcc5
Complete changelog:
Aaron Plattner (2):
xfree86: Fix xf86_check_platform_slot's handling of PCI
xfree86: Add GPU screens even if there are no active GDevs
Adam Jackson (1):
xserver 1.17.2
Adel Gadllah (1):
modesetting: Fix software cursor fallback
Alan Coopersmith (2):
Clear ListenTransConns entries in CloseWellKnownConnections
Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86
Brent Collins (1):
shm: Fix xselinux resource initialization for xinerama pixmaps
Chris Wilson (2):
shm: Fix use-after-free in ShmDestroyPixmap
present: Copy unflip contents back to the Screen Pixmap
Colin Harrison (2):
os/xdmcp.c: Include Xtrans.h when building for WIN32
os/utils.c: Don't try to build os_move_fd() for WIN32
Dave Airlie (2):
os/access: fix regression in server interpreted auth
glamor: don't do render ops with matching source/dest (v2)
Dima Ryazanov (1):
xwayland: Implement smooth scrolling
Egbert Eich (6):
symbols: Fix sdksyms.sh to cope with gcc5
Xephyr: Don't crash when no command line argument is specified
Xephyr: Print default server display number if none is specified
Xephyr: Fix compile when debugging is enabled
Xephyr: Fix screen image draw for the non-Glamor & non-XHSM case
Xephyr: Fix broken image when endianess of client machine and host-Xserver differ
Emil Velikov (2):
randr: remove chatty error messages
randr: use randr: prefix in ErrorF()
Hans de Goede (1):
Re-enable non serverfd input devices immediately on vtenter
Jason Gerecke (2):
xfree86: Return NULL from xf86CompatOutput if no compat_output is defined
dix: Do not allow device transform to be set on valuatorless devices
Jon TURNEY (9):
ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'
os: XDMCP options like -query etc. should imply -listen tcp
os: Teach vpnprintf() how to handle "%*.*s"
hw/xwin/glx: Refactor parsing of the <proto> XML element
hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL registry XML
hw/xwin: Report Cygwin version information in log
glamor: Fix build when configured --enable-glamor --disable-xshmfence
hw/xwin/winclipboard: Link xwinclip with -lpthread
hw/xnest: Fix build for MinGW
Jonathan Gray (2):
glamor: remove const from the return type of glamor_get_drawable_location()
glamor: fix build when DRI3 is not defined
Jürg Billeter (1):
int10: Fix error check for pci_device_map_legacy
Keith Packard (1):
mi: Partial pie-slice filled arcs may need more space for spans
Maarten Lankhorst (4):
glamor: only use (un)pack_subimage when available
glamor: do not check for gl errors in glamor_build_program
glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Michal Srb (1):
Expose GetMaster to modules.
Michel Dänzer (2):
Add AC_SYS_LARGEFILE defines to dix-config.h
modesetting: Include dix-config.h from dumb_bo.c
Olivier Fourdan (4):
ephyr: Fail if glamor is requested but not usable
xwayland: Add dependency on glamor libs
glamor: check max native ALU instructions
dix: Fix image byte order on big endian hardware
Ray Strode (5):
systemd-logind: filter out non-signal messages from message filter
systemd-logind: don't second guess D-Bus default timeout
xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]
os: support new implicit local user access mode [CVE-2015-3164 2/3]
xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]
Robert Ancell (1):
xwayland: Fix error strings
Rui Matos (2):
dix/events: Set currentTime to the given time stamp in NoticeTime
xwayland: Throttle our cursor surface updates with a frame callback
Vicente Olivert Riera (1):
backtrace.c: Fix word cast to a pointer
|
|
Minor update to fix PanelID support. The minimum xserver version is
now 1.6; if you haven't updated your xserver in the last six years, now
would be a good time.
Adam Jackson (3):
configure: Drop PanelID test
Don't include deprecated xf86PciInfo.h
vesa 2.3.4
Alan Coopersmith (1):
Raise required version of xorg-server to >= 1.6
|
|
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
|
|
|
|
|
|
|
|
|
|
|
|
Pointed out by bsiegert@
|
|
Switch if statment from a *BSD wildcard to specifically listing these operating
systems so FreeBSD & DragonFlyBSD can then use security/nettle.
Reviewed by wiz@
|
|
exit. Bump revision.
|
|
|
|
used by others and needs to be installed before to allow relinking.
|
|
Bump pkgrevision.
Requested by wiz.
|
|
detection and bulk build impossibilities on EL6 and clones.
|
|
it's deprecated/useless. PKGREVISION -> 5.
|
|
|
|
atk bump requested by David H. Gutteridge in PR 49976.
|
|
|
|
|