Accepting request 950291 from Base:System

- update to 2.63:
  * restore errno to zero by the time main() is executed
  * Consistent psx handling (a panic) for syscalls that return thread dependent
    status Inconsistend behavior noticed by Lorenz Bauer
  * Add a test case for a deadlock under investigation in golang
  * Trim some of the #include file use to make the tree compile more
    efficiently

OBS-URL: https://build.opensuse.org/request/show/950291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2022-02-03 22:16:16 +00:00 committed by Git OBS Bridge
commit e3d0b26352
6 changed files with 32 additions and 21 deletions

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEOKZEaYxpeHNE6VTOKe6EiuLM8/QFAmG1bpMACgkQKe6EiuLM
8/QZew//aoJHkVR70ke11UawbUVrslpTz8wqjIn4nrmHupzxNfHMb2uAulxAdAlv
g5pdNurwOgiee6hvXtY7wbWw+4pdetTCYARw7khd8KJ1u+5Rtz9qJ6AJEvZ4H9U1
hDvxUCjHDRsW2m7J6/PZ5A5YeM7AGSJLcGqn0Mh5oW/8yREPveLTibmucZhgpf+X
472wK7kBkqqN4fV2dNXQqhq/ggIbgRgV0IYkrOqymJHZTz5rYgIMVrEhmM6sO8f9
s+4pjgIPhTrjiUmA20yzPjA3sy0S3DJARXXF+vPxBRMYw82kSqkbHYL7bTvuxSIl
5Yw1y3Ts6DFWd6/52oHDKTzQK9nuGGbdWP9yot1t8oq/p38dc+dWbj7FBfErki7D
nrahDx+rx6YbyJv2AeCcJZAZd4i8t1EP+3oudijN3hZbBToo6vOIv17d4mcbcjwh
/0zJvpETelviEHlnfRcQhUv0f9eJMPYAJe6heJNcEZdFg8h/TkhPbQBiqLenFVUq
ivPYi322baBZkCpSTcyOQbMwesx88Vwmxs5D7al7kKJLoEcdFmf/EcklaMbkWqHq
90wXzRqot0ssxPyKsfYwmwhwQSle2aO6cnS/H36BWgSudD1taQ5GXBP6c/NA+7Kf
cV8iNU0iAWRe7+YZRp2FJRU4z303wvrYnGillHr2TNtRaeZrPt8=
=tOCv
-----END PGP SIGNATURE-----

View File

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

16
libcap-2.63.tar.sign Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEOKZEaYxpeHNE6VTOKe6EiuLM8/QFAmHuAO4ACgkQKe6EiuLM
8/Tydw//T21BWZmAVOMN5wJ5o0xDs5UxM9uEXb8cNPM+C3AUwfNuu+FhGmDYJGma
rdMf4/xKNXBXdw5LAhP+5trNnYv9l8ESHB0vSE0jD1L+5kz2C+62s7NRp2rSdD2j
HYbjizzDSacXsfIYIggMX/PgSekK+Ji05bFTigjX14CUb3im6Vco+JaYHp9C/4Cy
ER0SVLumvN3wQWfeufOoUUMcV/anNVdtKSk3JKPOAIN2IYF4qKR0BWmszNSQtX3H
QpTUSQDx7jeulshEelVQoDUsJncs9xHGo72Q6PMxmq0T/l0gcaReoZtGd2THjNqJ
akhUURraI0ottI/IwUKWpY6n1YAulLQUIZijHg94f42IDOtJtx7fMeGU+haa/6BG
tPGxmsJUyPKdfDqfAiDjIzLWMcA+QISWM0B91JKVmtvBCOlRDOwC7lWMa3CfiNcs
JnhXf4bNXu1fvdIw4S6NdGVh8nZ0pz/eV6sjYBQf0sL1441IUTgnuUNYr1NhKqsM
FwnN+cnq6eV7iAiN9IvmxwBJ2PLuIvbR/jcq7mwG6LUeU4dT0lP6tj0d+5SswugZ
ZpF20FUbj9uwtvDCRtonLoNpnjmFfdn5yk7/qJy+elRvVL/LFHjg24Ndi2mGJxK+
sHbaIo8mWs7PAzFeUl9uQncquwj90JHRTIGx9NalDtc75eBRUdg=
=oRLV
-----END PGP SIGNATURE-----

3
libcap-2.63.tar.xz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 31 20:08:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.63:
* restore errno to zero by the time main() is executed
* Consistent psx handling (a panic) for syscalls that return thread dependent
status Inconsistend behavior noticed by Lorenz Bauer
* Add a test case for a deadlock under investigation in golang
* Trim some of the #include file use to make the tree compile more
efficiently
-------------------------------------------------------------------
Thu Dec 30 09:52:10 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libcap
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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: libcap
Version: 2.62
Version: 2.63
Release: 0
Summary: Library for Capabilities (linux-privs) Support
License: BSD-3-Clause AND GPL-2.0-only