2020-06-01 08:06:48 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/xdm: remove unknown configure option
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-03-27 13:30:01 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
xdm: Ensure standardised manual page layout across OS.
|
2019-03-04 12:43:50 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
xdm: update to 1.1.12.
This release collects 7 years worth of bug fixes and code cleanups,
including the fix for CVE-2013-2179 that was previously distributed
as a patch against the prior release.
Heads up to packagers: the config files have switched from *.cpp files that
are processed by the C Pre-Processor to *.in files processed by sed, so you
will have to adjust any local patches you apply to the configs.
Alan Coopersmith (27):
Mark some chars as const to fix gcc -Wwrite-strings warnings
Fix warnings about printing longs with int type format strings
Add some missing malloc failure checks
Remove unused TLI ("STREAMSCONN") code from xdm
Remove unused DECnet ("DNETCONN") code from xdm
Remove unused NCR/Wollongong TCP ("WINTCP") code from xdm
Remove old Interactive Unix ("ISC") code from xdm
Assume signal handlers return void, as C89 requires
Stop leaking address struct on every call to getLocalAddress()
Remove old man page note about XDM-AUTHENTICATION-1
Avoid fd leak when fdopen() fails in openFiles()
Show compile time options in Debug output
Ensure fgets read at least one byte before modifying string
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Protect against unlikely NULL pointer dereference in FormatChooserArgument
Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specified
Only free input or output to realloc, not both
Mark LogPanic as noreturn per gcc's suggestion
Get rid of an extraneous ; at the end of a C source line
Remove non-existent cpp resource from man page
Install xdm man pages under admin section (8), not user programs (1)
Add missing brackets to multi-statement if in SaveServerAuthorizations
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Use sed instead of the C pre-processor to generate config files
xdm 1.1.12
Björn Esser (1):
glibc: Include <crypt.h> if needed, fix build with 2.28
Chí-Thanh Christopher Nguyễn (2):
xdm uses arc4random without proper includes for Linux libbsd
xdm uses setproctitle without proper includes for Linux libbsd
David Carlier (2):
fix memory leak in StorePid()
fix length format in StartClient() debug message
Egbert Eich (1):
dm: Don't crash if argc == 0
Emil Velikov (1):
autogen.sh: use quoted string variables
Eric S. Raymond (1):
Don't rely on the ability to set tab stops.
Jeremy Huddleston (1):
Require xt >= 1.0 for appdefaultdir
Jeremy Huddleston Sequoia (6):
Look for pam in both pam/ and security/ paths
xdm: Add missing include of <arpa/inet.h> for inet_ntop
Add missing return type (void) for PrintProtoDisplay
Add missing prototype for PrintSockAddr
Silence -Wmissing-noreturn warnings
Fixup various format warnings in PrintProtoDisplay
Jon TURNEY (1):
Link libXdmGreet with -no-undefined libtool flag
Julien Cristau (1):
greeter: link against -lXrender if xft is enabled
Matthieu Herrb (9):
Fix build outside of source dir. Fixes distcheck too.
replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom \
with clang.
Fix format string for systems where time_t is 64 bits long.
Allow the greeter to set the input fields bg color
Remove #if 0'd code
Remove AIXV3, SCO, Unixware, OS/2 support
Unifdef X_NO_SYS_UN
Missed on arc4random() conversion.
chown before chmod
Michał Górny (1):
Support systemd startup notification.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (2):
Use appropriate format string.
Add wrapper function for write.
mancha (1):
Handle NULL returns from glibc 2.17+ crypt().
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message:
Use OPSYSVARS.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-22 21:49:09 by Tobias Nygren | Files touched by this commit (1) |
Log message:
needs bsd.prefs.mk when compiler.mk was removed
|
2015-04-22 21:47:55 by Tobias Nygren | Files touched by this commit (1) |
Log message:
We don't need to manually add -fno-strict-aliasing here, the package does
this on it's own.
|
2014-08-25 10:59:38 by OBATA Akio | Files touched by this commit (1) |
Log message:
Add missing dependency on xrdb.
PR pkg/49100.
Bump PKGREVISION.
|