diff --git a/xtrans-1.5.0.tar.xz b/xtrans-1.5.0.tar.xz deleted file mode 100644 index 61c4784..0000000 --- a/xtrans-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd -size 170388 diff --git a/xtrans-1.5.1.tar.xz b/xtrans-1.5.1.tar.xz new file mode 100644 index 0000000..80dc3a7 --- /dev/null +++ b/xtrans-1.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea80fbd8c3c941495b4b1d2785cb652815d016849a0d2ef90d1140de916993e +size 175624 diff --git a/xtrans.changes b/xtrans.changes index f4d8e7d..4f7f272 100644 --- a/xtrans.changes +++ b/xtrans.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Oct 13 19:15:17 UTC 2024 - Stefan Dirsch + +- 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 diff --git a/xtrans.spec b/xtrans.spec index 09b1228..a822d85 100644 --- a/xtrans.spec +++ b/xtrans.spec @@ -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