[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xauth: Changes to 'refs/tags/xauth-1_1.0.9-1'



Tag 'xauth-1_1.0.9-1' created by Julien Cristau <jcristau@debian.org> at 2014-07-13 08:37 +0000

Tagging upload of xauth 1:1.0.9-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJTwkVLAAoJEDEBgAUJBeQM7CUP/A85O0Xt7x46/pvwhX7q6djq
49gSqOQUCR5IMdkcgn2y6a2tASiUnpDDIC9bjq0nb1ujJLvGJuEcOvHkyv6qrBxQ
KycsDMUx0vXy2FpFZgivCqfo20bfWHHubT6C4hYSBO+NZPmdt3M3Qtorqpui/6xx
9SIN5LzBaCJsT4bdVRxLFg0hRHbwgyRcRGpyLRAkUHcqaxQFzZrgI3HPpLcZ3Ftr
HoTR0ATIjj3Iacuvc+LVZo05UQ56l6oXW3F5Miy3aLX5REI95+eU+QN9NVXql0/V
fAUH5p8dcPD0JiWeup/dTQGbc83wIFOboG2DWlk84bkC2kcuDz5QX74mw6LWIdLG
48pj/Mkr7CgWUDAj3i0eOyCtBcvkulLyrwT3vDFIHrCxIWIyRHIaXba66OI9H+bV
oLtu2AwLHAB1BEt/0hnLP4CVFW28kO+ZpZHsec3qcodMl3nApCNrHSYuRogwrHfl
mTGk7/d5XtlF7Vc807+ejncpAlxWTijHU0+gEiI3w9QKVUalUYI+mGN/UhVtTesP
HL5LZ0L7vMaf1wRTwtsStuFt4J2lyYKFGoIW8tFR8Rj5YbCdb9AXNQ8WFas01F+x
3wa6dBvyQlQci1r0xRb5KcFYL7MUSvuqYuffyDOOCf4HbviQpq1uI7b+7cng/3mM
DEerSNLbHuDOiXPTOvQQ
=+SdK
-----END PGP SIGNATURE-----

Changes since xauth-1_1.0.7-1:
Alan Coopersmith (4):
      Remove unused TLI ("STREAMSCONN") code from xauth
      Remove unused DECnet ("DNETCONN") code from xauth
      Assume signal handlers return void, as C89 requires
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions

Dr. Tilmann Bubeck (17):
      Fix various compiler warnings raised by modern gcc (4.8.1).
      More fixes for compiler warnings regarding the use of "const".
      Added black box tests for basic functionality started with "make check".
      Rework match_auth_dpy() to be easier to read and maintain (hopefully).
      Fix warning raised by "-Wshadow".
      Added command "version" and command line arg "-V" to show version of xauth.
      Improved README to explain "make check".
      version bump to 1.0.8
      Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8
      Rewrote test_xauth to C to make automake and "make distclean" happy.
      Second version bump to 1.0.8
      * Do not install test_xauth during "make install" as it is
      Fix warning about warn_unused_result triggered by WRITES.
      version bump to 1.0.9
      Fixed missing EXTRA_DIST in tests. Extended README for releasing.
      Second version bump to 1.0.9.
      Third version bump to 1.0.9.

Egbert Eich (5):
      Don't crash when running past the end of the chain
      Look for FamilyLocal if inet or inet6 address is loopback
      Look for FamilyLocal if inet or inet6 address is loopback
      Handle v4-mapped inet6 addresses correctly
      Make matching algorithm mimic XauGet*AuthByAddr

Jeremy Huddleston Sequoia (2):
      Revert "Look for FamilyLocal if inet or inet6 address is loopback"
      Silenece lack of noreturn warning

Jon TURNEY (1):
      Include Xwinsock.h rather than sys/socket.h on WIN32

Julien Cristau (6):
      Merge tag 'xauth-1.0.9' into debian-unstable
      Bump changelogs
      Remove Cyril from Uploaders.
      Disable silent build rules and silent tests.
      Add build-dep on cmdtest for make check.
      Upload to unstable

Thomas Klausner (1):
      Use copystring to create non-const string.]

---
 ChangeLog                        |  325 +++++++++++++++++++++++++++++++++++++++
 Makefile.am                      |    2 
 README                           |   48 +++++
 configure.ac                     |   12 -
 debian/changelog                 |    9 +
 debian/control                   |    2 
 debian/rules                     |    6 
 gethost.c                        |  107 +++++-------
 man/xauth.man                    |    6 
 process.c                        |   99 ++++++++---
 tests/010-xauth-add-inet.script  |   20 ++
 tests/010-xauth-add-inet.stdout  |   34 ++++
 tests/020-xauth-add-local.script |   22 ++
 tests/020-xauth-add-local.stdout |   26 +++
 tests/030-xauth-extract.script   |   26 +++
 tests/030-xauth-extract.stdout   |   22 ++
 tests/040-xauth-source.script    |   10 +
 tests/040-xauth-source.stdout    |    5 
 tests/090-xauth-bad-usage.script |   17 ++
 tests/090-xauth-bad-usage.stderr |    8 
 tests/090-xauth-bad-usage.stdout |   16 +
 tests/Makefile.am                |   15 +
 tests/setup-sourced              |   26 +++
 tests/test_xauth.c               |   10 +
 xauth.c                          |   10 -
 25 files changed, 781 insertions(+), 102 deletions(-)
---


Reply to: