Accepting request 1207659 from X11:XOrg

- Update to 1.5.1
  * gitlab CI: add xz-utils to container for "make distcheck"
  * gitlab CI: collect config.log to help diagnose failures
  * gitlab CI: add libc-dev to required packages in build container
  * LocalInitTransports: Fix -Wuseless-cast warning for getenv() call
  * SocketCreateListener: Fix -Wuseless-cast warning in bind() call
  * Clear numerous -Wsign-compare warnings from gcc 14.1
  * SocketINETConnect: return failure when malloc() fails
  * ParseAddress: return failure when strdup() fails
  * MakeAllCOTSServerListeners: Initialize temp_ciptrs
  * GetMyNetworkId: Avoid writing to NULL pointer if malloc() fails
  * GetPeerNetworkId: Avoid writing to NULL pointer if malloc() fails
  * GetPeerNetworkId: avoid calling strlen() on a NULL pointer
  * SocketOpen: avoid leak of out-of-range fd
  * is_numeric: Add TRANS_SERVER to required ifdefs
  * update .gitignore
  * TRANS(ParseAddress): Fix "assignment discards ‘const’ qualifier" warnings
  * TRANS(GetHostname): Fix "‘strncpy’ output truncated.." warning
  * Fix string length check

OBS-URL: https://build.opensuse.org/request/show/1207659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtrans?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2024-10-14 11:06:25 +00:00 committed by Git OBS Bridge
commit 9f44b2e4d3
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd
size 170388

3
xtrans-1.5.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e
size 175624

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Oct 13 19:15:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to 1.5.1
* gitlab CI: add xz-utils to container for "make distcheck"
* gitlab CI: collect config.log to help diagnose failures
* gitlab CI: add libc-dev to required packages in build container
* LocalInitTransports: Fix -Wuseless-cast warning for getenv() call
* SocketCreateListener: Fix -Wuseless-cast warning in bind() call
* Clear numerous -Wsign-compare warnings from gcc 14.1
* SocketINETConnect: return failure when malloc() fails
* ParseAddress: return failure when strdup() fails
* MakeAllCOTSServerListeners: Initialize temp_ciptrs
* GetMyNetworkId: Avoid writing to NULL pointer if malloc() fails
* GetPeerNetworkId: Avoid writing to NULL pointer if malloc() fails
* GetPeerNetworkId: avoid calling strlen() on a NULL pointer
* SocketOpen: avoid leak of out-of-range fd
* is_numeric: Add TRANS_SERVER to required ifdefs
* update .gitignore
* TRANS(ParseAddress): Fix "assignment discards const qualifier" warnings
* TRANS(GetHostname): Fix "strncpy output truncated.." warning
* Fix string length check
-------------------------------------------------------------------
Mon Feb 26 12:17:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package xtrans
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: xtrans
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: Library to handle network protocol transport in X
License: MIT