Update to 1.2.2:
Adam Jackson (5): Massive ifdef cleanup, dropping a ton of unsupported platform code. Drastically simplify TRANS_OPEN_MAX. Remove DECNET support. Finish removing OS/2 support xtrans 1.2.2 Jeremy Huddleston (2): Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic addition code in the server isn't bulletproof yet. Added a flag to enable "The OS already took care of securing this, please skip checking xauth" for use with Apple launchd sockets.
This commit is contained in:
parent
ec3952efe8
commit
64d0b55f56
3 changed files with 7 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2008/09/09 13:59:13 dsainty Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2008/10/24 16:06:57 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xtrans-1.2.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= xtrans-1.2.2
|
||||
CATEGORIES= x11 net
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2008/09/07 14:15:02 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2008/10/24 16:06:57 wiz Exp $
|
||||
include/X11/Xtrans/Xtrans.c
|
||||
include/X11/Xtrans/Xtrans.h
|
||||
include/X11/Xtrans/Xtransdnet.c
|
||||
include/X11/Xtrans/Xtransint.h
|
||||
include/X11/Xtrans/Xtranslcl.c
|
||||
include/X11/Xtrans/Xtransos2.c
|
||||
include/X11/Xtrans/Xtranssock.c
|
||||
include/X11/Xtrans/Xtranstli.c
|
||||
include/X11/Xtrans/Xtransutil.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.13 2008/09/09 13:59:13 dsainty Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/10/24 16:06:57 wiz Exp $
|
||||
|
||||
SHA1 (xtrans-1.2.1.tar.bz2) = 66d7916e5386d2e0485af04a3b2314fbccc2d23a
|
||||
RMD160 (xtrans-1.2.1.tar.bz2) = 1998ba12f64cfc9563dcb20f9337e448a9e6a882
|
||||
Size (xtrans-1.2.1.tar.bz2) = 107174 bytes
|
||||
SHA1 (xtrans-1.2.2.tar.bz2) = 21fd452efc1fe196bd3b49cd0426bfef2cc3fcaa
|
||||
RMD160 (xtrans-1.2.2.tar.bz2) = fb9badbac531cd5458260e4557a9381bdeebe780
|
||||
Size (xtrans-1.2.2.tar.bz2) = 101063 bytes
|
||||
SHA1 (patch-aa) = f4faf481fdbd0f7fe1d984a3a4632dba46eb7eb0
|
||||
SHA1 (patch-ab) = d2a7af633ab880ec71975b70f521c0e32cd07a5e
|
||||
|
|
Loading…
Reference in a new issue