Up to [cvs.NetBSD.org] / pkgsrc / x11 / xtrans
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:32 2022 UTC (2 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Reset MAINTAINER
Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 10 08:53:24 2022 UTC (9 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.29: +1 -3
lines
Diff to previous 1.29 (colored)
x11: adapt to new avoid-duplicate.mk usage
Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 1 13:01:17 2021 UTC (13 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.28: +3 -1
lines
Diff to previous 1.28 (colored)
x11: Add avoid-duplicate.mk to Xorg library packages
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 18 23:36:13 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
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.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 17 08:22:19 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
xtrans: update to 1.4.0. This release drops a bunch of dead code, including support only used by lbxproxy and pre-1.4.0 versions of libX11, as well as support for obsolete SysV x86 platforms. It also provides some bug fixes & other maintenance work. Adam Jackson (6): autogen: Add a default patch prefix Remove CLTS code unifdef LBXPROXY_t and TEST_t Make FreeConnInfo static Remove GetMyAddr Revert "Make FreeConnInfo static" Alan Coopersmith (7): Remove support for SysV on x86 platforms other than Solaris & SCO Set freeXLOCAL to NULL after freeing it to prevent double frees Use strcasecmp if it's available, instead of lowercasing strings Use fchmod() instead of chmod() when creating named pipes Update README for gitlab migration Update configure.ac bug URL for gitlab migration xtrans 1.4.0 Emil Velikov (1): autogen.sh: use quoted string variables Jeremy Huddleston Sequoia (1): Update strlcpy macro check to also check HAVE_STRLCPY Julien Cristau (1): Make sure LONG64 is defined in Xtrans.h Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Richard PALO (1): Replace 'sun' with '__sun' Rin Okuyama (1): avoid -Wformat errors from clang
Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:16 2014 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.25: +1 -3
lines
Diff to previous 1.25 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 1 09:40:02 2014 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 1.3.5: Here's a release of Xtrans that includes a bunch of const fixes and a new Listen function which the X server wants to allow -nolisten tcp by default. Alan Coopersmith (7): Update docs to note that TransName is now const char * Add const qualifiers to TRANS(Open...) address args Add const qualifiers to TRANS(Reopen...) port args Add const qualifiers to TRANS(CreateListener) port args Add const qualifiers to TRANS(Connect) args Add const qualifiers to TRANS(MakeAll*ServerListeners) port args Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args Keith Packard (2): Add TRANS(Listen) function to re-enable specific listen sockets xtrans 1.3.5
Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 31 10:51:05 2014 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update to 1.3.4: I'm happy to announce xtrans-1.3.4 Hans de Goede (2): configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings xtrans 1.3.4 Mark Kettenis (1): Increase UNIX socket buffer size Thomas Klausner (2): Cast ctype(3) function arguments to unsigned char. Add missing headers for free() and strlen().
Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 3 16:40:58 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 1.3.3: Changes: Gaetan Nadon (3): xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT Hans de Goede (1): xtrans 1.3.3 Jon TURNEY (1): Add TransIsListening() Mark Kettenis (3): Remove unused static inlines Fix alignment issues in FD passing code Don't restrict FD passing to Linux & Solaris ukasz Stelmach (2): Define TRANS_RECEIVED flag for transports Enable systemd socket activation
Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 8 13:10:16 2013 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update to 1.3.2: Another round of fixes for the fd sending API's: improves portability, fixes build failures on BSD & Solaris when building with the new API disabled, and enables the new API for Solaris.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Nov 7 22:50:50 2013 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Upgrade to 1.3.1 with upstream patches (will be in 1.3.2). Same changes as in the previous try except that the patches fix the breakage :)
Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 7 10:48:15 2013 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
revert 1.3.1, it breaks libFS, libXfont, libX11, ...
Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 7 10:19:47 2013 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -3
lines
Diff to previous 1.18 (colored)
Update to 1.3.1: 1.3.1: Here's a new 1.3.1 release of libXtrans. The only interesting change is that it now requires applications to specify that they want FD passing support by defining XTRANS_SEND_FDS; the X server will do that only on Linux. When non-Linux FD passing support is integrated, we can change what the X server does Keith Packard (3): Revert "Remove 'Readv' interface" Add SEND_FDS version of Readv Update to version 1.3.1 Mark Kettenis (1): Don't include file descriptor passing code by default 1.3.0: Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Remove unused TLI ("STREAMSCONN") code from xtrans Docs: convert function synopses to docbook funcsynopsis markup Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers Colin Walters (1): autogen.sh: Implement GNOME Build API Keith Packard (3): Remove 'Readv' interface Add APIs to send file descriptors through the network Update to version 1.3.0 ukasz Stelmach (1): Add const qualifier to unix_nolisten
Revision 1.18 / (download) - annotate - [select for diffs], Mon Oct 29 05:07:23 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 3 18:40:43 2012 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to 1.2.7. 1.2.7: This release features a lot of cleanups, both from manual inspection and from automated static code analysis, along with a couple bug fixes and various documentation & build configuration improvments. 1.2.6: This minor release converts the libxtrans API documentation from troff to DocBook/XML and updates it for the current state of the code. It also includes some minor bug fixes, and of course, the usual recent collection of build configuration improvements and janitorial cleanups.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 15 18:08:11 2010 UTC (13 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update to xtrans-1.2.5. This release moved the xtrans.pc file from lib/pkgconfig to share/pkgconfig. AFAICT pkgsrc deals with this properly. Changes: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Move Xtrans interface docs from xorg-docs module xtrans 1.2.5 Xtranssock: assume that we have getaddrinfo if ipv6 is enabled Move xtrans.pc to /usr/share/pkg-config Don't use -lws2_32 on Cygwin Silence root ownership warnings on Cygwin
Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 9 22:19:38 2009 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update to 1.2.4: Alan Coopersmith (6): Fix libICE build after code motion in d192bac409... Constify string argument to is_numeric Constify path argument to trans_mkdir() xfs segfaults in _FontTransSocketReopen when cloning itself Fix ifdef checks for SVR4 to do the right thing on Solaris Version 1.2.4 Benjamin Close (2): Revert "Fix "XXX declared 'static' but not defined"" Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802 Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and compiler warnings. Tomas Carnecky (2): Fix "warning: format not a string literal and no format arguments" Fix "XXX declared 'static' but not defined"
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 13 10:56:52 2009 UTC (14 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to 1.2.3: Alan Coopersmith (4): 18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case. Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2 Add bugzilla, mailing list & git repo pointers to README Version 1.2.3 Alan Hourihane (1): add winsock check for windows builds
Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 24 16:06:57 2008 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 9 13:59:13 2008 UTC (14 years, 4 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Re-enable abstract socket support under Linux (remove comment and first hunk of patch-aa). Abstract socket support was previously patched disabled because it was broken ( see http://bugs.freedesktop.org/show_bug.cgi?id=15884 ). The fix is in two parts. The first part is corrected in xtrans 1.2.1: Connection failure for abstract socket is ECONNREFUSED, not ENOENT. The second part is in an upcoming release of libX11, but the upstream changes have been pulled into Pkgsrc as the patches libX11/patches/patch-a[ik]. Tested on the same Linux system that prompted Bug#15884. Bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 7 14:15:02 2008 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
Update to 1.2.1: Adam Jackson (2): Connection failure for abstract socket is ECONNREFUSED, not ENOENT. xtrans 1.2.1 Alan Coopersmith (2): LocalClose() takes a ConnInfoPtr, not an fd Clear some pointer type mismatch warnings Bill Nottingham (1): Ignore mkdir() errors when creating the abstract socket. James Cloos (1): Remove extraneous execute bit from .c file Jeremy Huddleston (1): Launchd: This functionality has been moved into xorg-server
Revision 1.10 / (download) - annotate - [select for diffs], Sat May 24 21:45:18 2008 UTC (14 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Switch master site to MASTER_SITE_XORG.
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 9 22:53:21 2008 UTC (14 years, 8 months ago) by dsainty
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Disable HAVE_ABSTRACT_SOCKETS as a workaround for bugs in the abstract socket implementation, see: http://bugs.freedesktop.org/show_bug.cgi?id=15884 This change only affects Linux as other platforms don't use the abstract sockets code to start with. But anyway, bump PKGREVISION.
Revision 1.8 / (download) - annotate - [select for diffs], Fri May 9 09:04:06 2008 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update to 1.2: Alan Coopersmith (1): Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC Alan Hourihane (2): fix build for MAKEWORD disable UNIXCONN on MINGW Colin Harrison (2): Only call WSAGetLastError() if there has been an Update to winsock2 James Cloos (1): Fix length calculation for the path for abstract unix domain sockets Julien Cristau (2): BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN Bump to 1.2 Loïc Minier (1): Bug #10489: Don't retry unix socket connect()s on ENOENT.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 25 18:15:55 2008 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Fix xtrans-1.1 on NetBSD (testing rocks).
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 25 07:28:36 2008 UTC (14 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Update to 1.1: Adam Jackson (2): Add support for the abstract socket namespace under Linux. xtrans 1.1 Ben Byer (5): suppress warning about socket directory ownership on OS X changes to support launchd on OS X removed cvs tags Fix for incorrect processing of recycled launchd socket on OS X make launchd error messages less scary Dodji Seketeli (2): libxtrans: fix linux compilation breakage libxtrans: fixed a typo in my last commit Jeremy Huddleston (1): Fixed #ifdef checks that were using i386 to use __i386__
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 7 12:39:28 2007 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Don't define a local weak in6addr_any. Any sane IPv6 setup has and if it doesn't include it, your lost mostly anyway. The weak alias creates a conflict on HP-UX tho. Bump revision.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 21 19:46:27 2007 UTC (15 years, 4 months ago) by bjs
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update xtrans to version 1.0.4. Changes: -- Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 14 10:30:56 2007 UTC (16 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Update to xtrans-1.0.3 (irrelevant Makefile change) and fix ctype usage.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 15 16:43:57 2006 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Include sys/stat.h explictly in Xtranssock.c as S_IFMT and friends are used. It is not pulled in indirectly at least on DragonFly. Bump revision.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 16:55:55 2006 UTC (16 years, 2 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import x11/xtrans-1.0.2: Network API translation layer to insulate X applications and libraries from OS network vageries. This is from the modular X.org X11 project.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 16:55:55 2006 UTC (16 years, 2 months ago) by joerg
Branch: MAIN
Initial revision