Accepting request 735426 from home:jmcdough:branches:network:samba:STABLE:g2be_giw
update to 1.4.2 for samba 4.11 prep OBS-URL: https://build.opensuse.org/request/show/735426 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=104
This commit is contained in:
parent
585094fed9
commit
a80a14c1e2
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFIBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlx1Js8VHHNhbWJhLWJ1
|
|
||||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlt54H9RmNN+Q8jQS6rBG9fB1SNMaMsKUK
|
|
||||||
jS1hqSMgFwiR9k3Zk9qkYGRqpb23NNdkH/j/fSSRqTwsEQrnQrtxpAHZ05PR0fbN
|
|
||||||
OKHvpTXrC76UoEoAMWhEO//iMq0KjMVcUfDTobbWBAGlOavoEB74ajdQQms4tzbw
|
|
||||||
lsojE5CkgloBStfG7vx/B9Sgxyoyn1pTv8kaNuxA4RJhkODLLjl0HxorT+1AJPSI
|
|
||||||
bmLooAgNM8PYDxwxuiNVTww/wqTYGRCidHp83BqArfN5G5tfl4I5N5JXCaocf/Kr
|
|
||||||
kqphThrdV034sl8Za7G9YHJZNH4ZRk0PRj++LGuE2j0/3mSdn7c9//Vcew==
|
|
||||||
=n+Md
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c156b40e88bc82a538893437cd763d26fbed5379871e0f7219fd021e60d336b7
|
|
||||||
size 697970
|
|
11
tdb-1.4.2.tar.asc
Normal file
11
tdb-1.4.2.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl1cE20VHHNhbWJhLWJ1
|
||||||
|
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAl2FIH/R146ZoY3dnjBDe6UjSszyd5cbN8
|
||||||
|
J+T5/CGDZex5WhvRJUxejmNFP9ygrOyLEkltvFaHwP+T5xAasxeM7gX1MwyOMsB4
|
||||||
|
+Hy0tBdrCMlpkFtZKHJp8BHDLhA4PadMOpwxWyPvPYWMJ/vHRZ6OLkD3LO1TTKym
|
||||||
|
VxX1MA7zsJ6mxKVG2MitSTUu+lMEUgQnQDASRPYo9YrWPXB3a87csuCQZ4w9WJo5
|
||||||
|
msSu+IoTte9csFhR9bfTykd7qA+yQZuRBbGlRChnY2mYWP5xjhPHc40ARWSBR8TF
|
||||||
|
kR8xx5zekmc/UW6nuJcHKmB9FjXzNolSDjhwhbpfAGbUpDW2pD0RmauQn5U=
|
||||||
|
=J270
|
||||||
|
-----END PGP SIGNATURE-----
|
3
tdb-1.4.2.tar.gz
Normal file
3
tdb-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9040b2cce4028e392f063f91bbe76b8b28fecc2b7c0c6071c67b5eb3168e004a
|
||||||
|
size 706236
|
14
tdb.changes
14
tdb.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 03 21:55:29 UTC 2019 - James McDonough <jmcdonough@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.2
|
||||||
|
+ Build fixes
|
||||||
|
+ Improve the performance by inlining the tdb_oob() checks
|
||||||
|
+ Do not propogate any errors from tdb_repack() to
|
||||||
|
tdb_transaction_commit(); (bso#13952)
|
||||||
|
+ Remove Python 2.x support except to build just the bare C library
|
||||||
|
+ Remove --extra-python (a build time mode to produce Python2 and Python3
|
||||||
|
bindings at the same time)
|
||||||
|
+ New minor version to allow Samba 4.10 to release a tdb if
|
||||||
|
required from that branch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 5 17:02:59 UTC 2019 - dmulder@suse.com
|
Tue Mar 5 17:02:59 UTC 2019 - dmulder@suse.com
|
||||||
|
|
||||||
|
2
tdb.spec
2
tdb.spec
@ -27,7 +27,7 @@ BuildRequires: libxslt
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Url: https://tdb.samba.org/
|
Url: https://tdb.samba.org/
|
||||||
Version: 1.3.18
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Samba Trivial Database
|
Summary: Samba Trivial Database
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user