Displaying 20 results from an estimated 500 matches similar to: "[ANNOUNCE] util-macros 1.19.2"
2017 Mar 02
1
[ANNOUNCE] xorg-server 1.19.2
A collection of stability fixes here across glamor, Xwayland, input,
and Prime support. Also a security fix for CVE-2017-2624, a timing
attack which can brute-force MIT-MAGIC-COOKIE authentication. Everybody
is encouraged to upgrade. Thanks to all who contributed fixes!
Adam Jackson (5):
xserver 1.19.2
Revert "xserver 1.19.2"
os: Squash missing declaration warning for
2009 Feb 25
0
[ANNOUNCE] xf86-video-glide 1.0.2
Adam Jackson (1):
Use "no" bus, not ISA.
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Guillem Jover (5):
Rename entity to entityIndex to fix build failure
Add UTF-8 copyright symbol to copyright statements
Make ChangeLog a .PHONY target
Use XORG_CHANGELOG and CHANGELOG_CMD to generate the ChangeLog file
2000 Jul 28
0
MDKSA:2000-025 gpm update
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
________________________________________________________________________
Linux-Mandrake Security Update Advisory
________________________________________________________________________
Package name: gpm
Date: July 27th, 2000
Advisory ID: MDKSA-2000:025
Affected versions: 6.0, 6.1, 7.0, 7.1
2000 Jul 20
0
Security Update: DoS on gpm
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera Systems, Inc. Security Advisory
Subject: DoS on gpm
Advisory number: CSSA-2000-024.0
Issue date: 2000 July, 6
Cross reference:
______________________________________________________________________________
1. Problem Description
There are security
2008 Mar 05
0
[ANNOUNCE] util-macros 1.1.6
Adam Jackson (1):
bump to 1.1.6
Jeremy Huddleston (1):
Support version strings like 1.2.3-blah4
Keith Packard (1):
Cannot use AC_CHECK_FILE when cross compiling; assume no LINUXDOC.
git tag: util-macros-1.1.6
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.1.6.tar.bz2
MD5: 5b82bf7c25112f2ce7e2a3638a91a83c util-macros-1.1.6.tar.bz2
SHA1:
2006 Aug 27
0
[ANNOUNCE] util-macros 1.1.1
Changes since last release:
Remove man suffix special-casing for GNU userland systems.
git tag: util-macros-1.1.1
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.1.1.tar.gz:
MD5: 2977964ca2babf948a7734d76a3f2965 util-macros-1.1.1.tar.gz
SHA1: f1f7907820eace34ecbbf73db6093e51aa7d3ec9 util-macros-1.1.1.tar.gz
2006 Jul 20
0
[ANNOUNCE] Xorg util-macros 1.1.0
Adds 3 new autoconf macros:
- XORG_MACROS_VERSION - check to make sure configure is generated with a new
enough version of util-macros when using macros added after 1.0.0
- XORG_WITH_LINT - defines --with-lint for checking source code with tools
such as lint & sparse (disabled by default)
- XORG_LINT_LIBRARY - defines --enable-lint-library for making lint library
to check
2017 Jan 29
0
[ANNOUNCE] util-macros 1.19.1
Alan Coopersmith (1):
XORG_MANPAGE_SECTIONS: limit SysV man page sections to Solaris 2.0-11
Andreas Boll (1):
Fix XORG_WITH_XMLTO to work with xmlto >= 0.0.27
Emil Velikov (1):
autogen.sh: use quoted string variables
Matt Turner (1):
Version bump: 1.19.1
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead
2006 Dec 23
0
[ANNOUNCE] util-macros 1.1.5
Matthieu Herrb:
Bug 9368: non portable sed usage in xorgversion.m4
git tag: util-macros-1.1.5
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.1.5.tar.bz2
MD5: 51952682d8b42aeda3af5cee0133ce2c util-macros-1.1.5.tar.bz2
SHA1: c4bbfa389df7e5f568599d6313f2460a381f0502 util-macros-1.1.5.tar.bz2
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.1.5.tar.gz
2024 Apr 16
0
[ANNOUNCE] util-macros 1.20.1
Matt Turner (2):
Remove unnecessary escape
Version bump: 1.20.1
git tag: util-macros-1.20.1
https://xorg.freedesktop.org/archive/individual/util/util-macros-1.20.1.tar.gz
SHA256: b373f72887b1394ce2193180a60cb0d1fb8b17bc96ddd770cfd7a808cb489a15 util-macros-1.20.1.tar.gz
SHA512:
2024 Nov 13
0
[ANNOUNCE] util-macros 1.20.2
This is a set of autoconf macros used by the configure.ac scripts in
other Xorg modular packages, and is needed to generate new versions
of their configure scripts with autoconf.
This release changes the XORG_CHECK_MALLOC_ZERO macro to stop testing if
malloc(0) returns NULL and instead assumes it might, so that software still
works properly if it is running with a different malloc implementation
2018 Feb 01
1
[Bug 104897] New: nouveau memory allocation issue causes screen distortions under KDE
https://bugs.freedesktop.org/show_bug.cgi?id=104897
Bug ID: 104897
Summary: nouveau memory allocation issue causes screen
distortions under KDE
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
2018 Mar 04
1
[GSOC 2018] Improve code generation testing
Hi Matthias,
I am a fourth year undergraduate student with some knowledge working on
code generation, but with the java backend (committer at an Apache project)
and have C++ as my primary language.
What I've done so far?
-----
1. I've created an account on bugzilla
2. studying LLVM ProgrammersManual
3. studying LLVM CodingStandards
Help
----
1. trying to setup `llvm-core` and `clang`
2018 Mar 04
0
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
> On Mar 3, 2018, at 11:30 PM, Daniel Berlin via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
> To explain to others who didn't follow that thread:
>
> GDB currently does something amazingly stupid (and has since i wrote it) to find the RTTI type. There were no other good options at the type.
>
> What it does is find the vtable for the object, find the symbol
2018 Mar 05
0
[ANNOUNCE] editres 1.0.7
Editres is a tool that allows users and application developers to view
the full widget hierarchy of any Xt Toolkit application that speaks the
Editres protocol.
This version raises the minimum version of libXt required to build & run
editres to libXt 1.0.99.1.
Alan Coopersmith (10):
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor
2018 Mar 05
0
[ANNOUNCE] appres 1.0.5
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names.
Alan Coopersmith (4):
Print which option was in error along with usage message
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
appres 1.0.5
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail
2018 Mar 05
0
[ANNOUNCE] listres 1.0.4
The listres program generates a list of X resources for a widget
in an X client written using a toolkit based on libXt.
Alan Coopersmith (4):
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
listres 1.0.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default
2018 Mar 05
0
[ANNOUNCE] viewres 1.0.5
viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw).
Alan Coopersmith (4):
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
viewres 1.0.5
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer
2018 Mar 05
0
[ANNOUNCE] iceauth 1.0.8
The iceauth program is used to edit and display the authorization
information used in connecting with ICE.
Alan Coopersmith (1):
iceauth 1.0.8
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Niveditha Rau (1):
Add -u & -V options to synopsis in man page
Peter Hutterer (1):
autogen.sh: use exec
2018 Mar 04
2
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
On Sun, Mar 4, 2018 at 12:33 AM, John McCall <rjmccall at apple.com> wrote:
> On Mar 3, 2018, at 11:30 PM, Daniel Berlin via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
> To explain to others who didn't follow that thread:
>
> GDB currently does something amazingly stupid (and has since i wrote it)
> to find the RTTI type. There were no other good options