summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Make this compile (was: static after non-static declaration error)is3-1/+38
2008-04-03Fix eterm default X11 display vulnerability (CVE-2008-1142).tonnerre3-2/+34
Approved-by: jlam
2008-04-03Fix rxvt-unicode default display vulnerability (CVE-2008-1142).tonnerre3-3/+26
Approved-by: jlam
2008-04-03Fix for default display choosing vulnerability (CVE-2008-1142).tonnerre3-3/+38
Approved-by: jlam
2008-04-02remove a DISABLE_DEPRECATED to fix build against newer glib2 versionsdrochner2-1/+15
2008-04-02Fix distinfo SHA1 sums for patches af and ag (noticed by Michael van Elst, ↵tonnerre1-3/+3
thanks)
2008-04-01Fix buffer overflow vulnerability in p5-Tk derived from old code ↵tonnerre4-3/+35
(CVE-2006-4484). Approved-by: joerg
2008-04-01Initialize the prefix properly when we detect a builtin "libX11".tron1-1/+6
2008-03-31Bomb if $DISPLAY is unset. Prompted by an advisory for rxvt.tnn3-3/+17
2008-03-30Add DESTDIR support, part of PR 38340.obache1-2/+4
2008-03-30Prefer IMAKE_MAN_SUFFIX rather than IMAKE_MANNEWSUFFIX, part of PR 38340.obache1-2/+2
2008-03-29Fix PLIST now that printing extension is pulled in automatically (viawiz2-5/+916
a dependency). Bump PKGREVISION.
2008-03-25fix another XPropertyChange() vs. LP64 issuemacallan2-1/+15
OKed by martti
2008-03-24This needs libXprintUtil dependency. PKGREVISION++xtraeme2-2/+6
2008-03-20Unconditionally sync the graphic hardware after a fill operation in XAA.joerg3-2/+18
This stops random garbage on an i935GM. Bump revision.
2008-03-17Finish move from gtk2-sharp to gtk-sharp.wiz6-233/+2
2008-03-17Update path to gtk-sharp.wiz3-6/+6
2008-03-17Reimport gtk-sharp-2.10.3 as x11/gtk-sharp (was in x11/gtk2-sharp)wiz5-0/+231
to match PKGNAME. Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME libraries.
2008-03-17Finish move from gtksourceview-sharp to gtksourceview-sharp2.wiz7-78/+2
2008-03-17Reimport gtksourceview-sharp2-0.11nb2 as x11/gtksourceview-sharp2wiz6-0/+79
(previously in x11/gtksourceview-sharp). Bindings to the GtkSourceView widget, this widget is typically used for writing programmer editors.
2008-03-16Sort.wiz1-2/+2
2008-03-15Fix portability bug that caused spurious error message on NetBSD (patchsmb3-6/+21
reported upstream). Update to newest upstream version. 0.7.6 news - fix bug with sticky mode under Openbox - fix bug with dissappearing window under WindowMaker (sf.net bug #1858069) - fix layout bug which prevented tray to shrink properly - fix resizing bug when grow gravity seemed to be ignored - fix regression: KDE icons are collected at startup again - fix focus model so that it (more-or-less) matches ICCM 0.7.5 news - fix silly bug with window states (sticky works now) - code cleanup in xembed implementation 0.7.4 news - fix sample rc file (Debian bug #446899) - fix fallback support mode for KDE icons (now KDE icons work in Xmonad) - detect if stalonetrays` window is no longer toplevel and do not try to fix geometry (fixes excessive CPU usage as reported in Debian bug #444748) 0.7.3 news - fix freedesktop.org icons support on amd64 (Debian bug #445056) 0.7.2 news - fix typo in parameter name for maximal tray height (Debian bug #444717) 0.7.1 news: - fix crash on invalid rc file (Debian bug #443543) - fix occasional KDE icons dissapearance (sf.net bug #1676375) 0.7 release highlights: - tinting and fuzzy edges - layout improvements - XEMBED imlementation fixes - massive code cleanup
2008-03-15py-cairo supports only Python 2.4.joerg1-2/+2
2008-03-15Use /dev/urandom by default, no point in waiting for entropy.joerg3-3/+21
Bump revision.
2008-03-15Add libXp include for the transitive libtool closure of libXaw8.joerg1-1/+2
2008-03-14fix locking around gtk mainloop, bump PKGREVISIONdrochner3-2/+18
2008-03-13Support user-destdir installationjlam1-3/+5
2008-03-13Make PostgreSQL 8.2 the default version. Bump all packages using it.joerg2-3/+4
Remove PostgreSQL 8.0 as choice.
2008-03-12update to 2.20.4drochner4-24/+10
changes: -bugfixes -UI improvements, mostly about i18n -honour environment variable XDG_DATA_DIRS -translation updates
2008-03-12update to 0.11.5drochner2-6/+6
changes: -fix exception on first open of context menu -translation updates
2008-03-12update to 2.12.9drochner2-6/+6
changes: bugfixes
2008-03-11It's *smart*, not small.joerg1-2/+2
2008-03-11Follow smalleiffel -> SmallEiffel move. Bump revision.joerg1-3/+3
2008-03-11P: Compilation fails due to redefinition of uint32_t and friends.joerg2-1/+41
A: Why don't you just use inttypes.h?
2008-03-10update xscreensaver to 5.05drochner11-85/+81
changes: -added, updated and improved hacks -bugfixes -Reworked PAM code to support fingerprint readers, etc. -Minor tweaks for compilation on MacOS 10.5.0
2008-03-10update to 0.11.4drochner3-8/+15
changes: -bugfixes -translation updates
2008-03-09Update ruby pakcages to 1.8.6.114 (1.8.6-p114).taca1-4/+4
It main chagnes are security fix of WEBrick library. Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org> * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces.
2008-03-08PR pkg/38200: Sergey Svishchev: Update x11/xclip to 0.10.tnn4-72/+17
(also add DESTDIR support) Version 0.10 (Peter Astrand) The performance has been greatly enhanced, especially over slow networks. Two helper scripts, xclip-copyfile and xclip-pastefile, has been added. Taken together, xclip can now be used as an alternative to sftp/scp, thus avoiding password prompt when X11 forwarding has already been setup. Autoconf is now used instead of Imake. The maintainer and web site address has been updated. All Debian patches have been applied. Version 0.09: (Baruch Even) Changed dir to / when staying running so that the current directory can be umounted if necessary.
2008-03-07Update to 1.4.3:wiz2-6/+6
Adam Jackson (1): inputproto 1.4.3 Eamon Walsh (1): XI.h needs X.h for CARD32 on 64-bit systems. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Jesse Barnes (1): Use Xmd.h instead of X.h to pull in CARD32 definition
2008-03-07Update to 1.3.2:wiz4-46/+6
Adam Jackson (1): libXfont 1.3.2 Jens Granseuer (1): fix build with gcc 2.95. Matthieu Herrb (3): catalogue.c: prevent a one character overflow ftsystem.c is not needed anymore. Fix for CVE-2008-0006 - PCF Font parser buffer overflow. Tilman Sauerbeck (1): Replaced one instance of bcopy() with memcpy().
2008-03-07Update to 2.1.8:wiz2-6/+6
Aaron Plattner (5): G80: Fix connector mapping and TMDS initialization on certain GPUs. GeForce 9600 GT. More new chip names. Add xf86gtf.c to the compat file list. Bump to 2.1.8. Søren Sandmann Pedersen (1): Bug #14484: Fix G80SorSetProperty return value.
2008-03-07Update to 7.0.12:wiz2-7/+6
Adam Jackson (1): x11proto 7.0.12 Alan Coopersmith (1): Make Xalloca.h work with Sun C++ compiler Ben Byer (1): fd_mask needs to be defined on OS X, too Daniel Stone (1): Check headers before testing for fds_bits access method (bug #8442) Jeremy Huddleston (2): Changed __DARWIN__ to __APPLE__ Fixed #ifdef checks that were using i386 to use __i386__
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz25-36/+50
2008-03-06Include required header files to use some funcions(malloc, strcpy, exit).obache3-3/+17
Fixes pointer=>int truncate problems on 64bit platforms. Patch provided by Gilles Dauphin in PR 35476. Bump PKGREVISION.
2008-03-05+ Include termcap.buildlink3.mk to pull in the correct library tojlam1-1/+3
provide tgetent(). Bump the PKGREVISION to 1.
2008-03-04Added x11/xbacklighttnn1-1/+2
2008-03-04PR pkg/38156 Yorick Hardy: New package x11/xbacklight.tnn4-0/+37
(Some minor fixes from me) Xbacklight is used to adjust the backlight brightness where supported. It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. This is from the modular X.org X11 project. Because this is X.org, give Joerg maintainership. Give away if you wish.
2008-03-04Update to 2.10.1:wiz2-6/+6
In lablgtk-2.10.1: 2008.02.26 [Jacques] * fix wrong type in GContainer.mli (could not compile with 3.10.2) 2007.12.01 [Jacques] * revert to setting LC_NUMERIC to C (ocaml still uses strtod) 2007.11.28 [Jacques] * Fix Val_GType/GType_val (use Val_addr/Addr_val) 2007.10.09 [Benjamin] * add ui_manager#as_ui_manager 2007.09.27 [Jacques] * Fix examples.
2008-03-04Update to 2.1.7:wiz2-6/+6
Aaron Plattner (9): GeForce 8800 GT. G80: Reduce load detection false positives. Bug #7309: Delay after disabling cursor to avoid wedging the cursor hardware on GeForce 6150. G80Create{Dac,Sor} return pointers, not Bools. New chips. Fix more load detection false positives. Update know card list date and add G92 to the manpage. Fix warning. Bump to 2.1.7. Alan Coopersmith (1): xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency! Giuseppe Bilotta (2): Add macros to retrieve the subsystem vendor/device Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go Ian Romanick (1): Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2008-03-03this links against libXrender, so propagate the dependencydrochner1-1/+2