Accepting request 452422 from home:dmdiss:samba-ceph-ctdb
- Update to version 1.3.12. + Fix mutexes on FreeBSD + Only mmap the mutex area if not already mmap'ed + NULL out tdb->mutexes in tdb_mutex_munmap OBS-URL: https://build.opensuse.org/request/show/452422 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=87
This commit is contained in:
parent
ec21f39384
commit
afd937bc7b
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJXxTWoAAoJEEeTkWETCEAl0o4IAJvA82NRGwq8645KaPIoSWHa
|
|
||||||
y1jwe3rMEvZ6d7YkxoRKBf1gl/1UFaer32sPNik4bKVSD3CacoCfWx8OaPn50D9C
|
|
||||||
w4d2BlYRnjUPlsYIYYxDsZMugSg6fcJ7TiQorZ+gkXYpVFFFx/dF6OnmFFbLrgIT
|
|
||||||
2QACxMA2ls5Y292ELCRaTc0neIRUa2iq7zQ7LLksoTowYa/u2vwRt4dsEByeaVbH
|
|
||||||
3genlcjL+OELNbYyCsI4sWqePGq8rlJ1pFQeZ8DNIoL4fWQv6e2IOO3ogvf/ZxZi
|
|
||||||
2RtZYJTXqgLYwsno/DYmaE2PT41hHcgIfOp4snrf0XXLbQ+HkFDhao3Kk/YYVdw=
|
|
||||||
=TEQI
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39e8511763c2b774dbed41e1907da54d5d3d0015d611c9e63793f90d201a3444
|
|
||||||
size 495374
|
|
11
tdb-1.3.12.tar.asc
Normal file
11
tdb-1.3.12.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJYQCIEAAoJEEeTkWETCEAlraoH/RHRJmDseFcJrQCiW7xS0f+S
|
||||||
|
KaHdehY95vY+jVZrrMvmBp36NHHZheeY96zba71vaTVoHTcQgFQ96zJWiW/+xsBf
|
||||||
|
8JY2UtIddQzBMrqXyymSw7TQQWVi2qlSnrEzZrudwC92DTSnYR+peGMozuyCR5m+
|
||||||
|
ocfLBBHvq63Mi+0voL16Pj8oVVR04IcKWRCPEQZr9cRgOVC/ASB3spHeoXssW0l+
|
||||||
|
2tDKoV+OZAdhJ8VGVa2akv59iiPEMYVMratBn1iOX0MygWYI02Ft/j03mwaKFx3R
|
||||||
|
6ykNgDAMwbkaEqUTHn4rXmHA04CJvbbcQODg6vBkf2N5y3lXqByy4V4VePGDVsc=
|
||||||
|
=DLhf
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tdb-1.3.12.tar.gz
Normal file
3
tdb-1.3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60134e32253cac8e2efe5e0185d20123c208bcf6ad15edf2f50d80daadf8c348
|
||||||
|
size 495520
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 24 16:58:23 UTC 2017 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.3.12.
|
||||||
|
+ Fix mutexes on FreeBSD
|
||||||
|
+ Only mmap the mutex area if not already mmap'ed
|
||||||
|
+ NULL out tdb->mutexes in tdb_mutex_munmap
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 14 08:49:43 UTC 2016 - jmcdonough@suse.com
|
Wed Sep 14 08:49:43 UTC 2016 - jmcdonough@suse.com
|
||||||
|
|
||||||
|
4
tdb.spec
4
tdb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tdb
|
# spec file for package tdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,7 +44,7 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%endif
|
%endif
|
||||||
Url: http://tdb.samba.org/
|
Url: http://tdb.samba.org/
|
||||||
Version: 1.3.11
|
Version: 1.3.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Samba Trivial Database
|
Summary: Samba Trivial Database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user