Accepting request 178566 from network:samba:STABLE

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/178566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-06-18 13:36:49 +00:00 committed by Git OBS Bridge
commit 60c3be2933
7 changed files with 33 additions and 25 deletions

View File

@ -3,38 +3,38 @@ Date: Wed Aug 15 18:33:08 CEST 2012
Build and link binaries with PIE flags.
Index: tdb-1.2.11/wscript
Index: tdb-1.2.12/wscript
===================================================================
--- tdb-1.2.11.orig/wscript
+++ tdb-1.2.11/wscript
--- tdb-1.2.12.orig/wscript
+++ tdb-1.2.12/wscript
@@ -94,20 +94,27 @@ def build(bld):
bld.SAMBA_BINARY('tdbrestore',
'tools/tdbrestore.c',
- 'tdb', manpages='manpages/tdbrestore.8')
- 'tdb', manpages='man/tdbrestore.8')
+ 'tdb',
+ cflags='-fPIE', ldflags='-pie',
+ manpages='manpages/tdbrestore.8')
+ manpages='man/tdbrestore.8')
bld.SAMBA_BINARY('tdbdump',
'tools/tdbdump.c',
- 'tdb', manpages='manpages/tdbdump.8')
- 'tdb', manpages='man/tdbdump.8')
+ 'tdb',
+ cflags='-fPIE', ldflags='-pie',
+ manpages='manpages/tdbdump.8')
+ manpages='man/tdbdump.8')
bld.SAMBA_BINARY('tdbbackup',
'tools/tdbbackup.c',
'tdb',
+ cflags='-fPIE', ldflags='-pie',
manpages='manpages/tdbbackup.8')
manpages='man/tdbbackup.8')
bld.SAMBA_BINARY('tdbtool',
'tools/tdbtool.c',
- 'tdb', manpages='manpages/tdbtool.8')
- 'tdb', manpages='man/tdbtool.8')
+ 'tdb',
+ cflags='-fPIE', ldflags='-pie',
+ manpages='manpages/tdbtool.8')
+ manpages='man/tdbtool.8')
# FIXME: This hardcoded list is stupid, stupid, stupid.
bld.SAMBA_SUBSYSTEM('tdb-test-helpers',

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQuHRAAAoJEEeTkWETCEAlS2kH/0sMfzpyly1Xaqe3EkTT5eMY
HrYH7ZshvthU1Gmi/kNxOJKIiSa1tQy74/m+/UI1qU4ZEA8q7xkjZCKP2ClLddtl
P86zRNWyb2JwHN7ZmfHMy3vJKMCYul7OKCZEhQ3YXKG7wWRpQKv3NuceckY+OLq0
aiIWDI0FCIMdQzAx7dp4/14hnz76l6fP3DVD2rtQ9gHYR9iDdFP4wujX4G2YKUfX
DCqnKVllDLIPHWBD03nZiP69sNJ9WiZf6dv7DuB5knTZhvi7Aplz7nYvlt4nz09E
1GznH9KpG0C4A3+1mv54I6/QEMDYEu7NsITSWE2g2gKHkzpfuycPbwAW6Ah+To0=
=lF2l
-----END PGP SIGNATURE-----

View File

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

11
tdb-1.2.12.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJRrfmSAAoJEEeTkWETCEAlq8kH/0I6Bq4Gu9iCZ+encrJvyNZ1
5qQmTBDhubMnHRXxGb9m1OTL839lyv0h7dChLQxzQxTWRsRcdh6PXRJeRCfgZMk0
Mj50n7XGk/1nX8Skm67T4kA9FQXKQGJwBH3ZahQHfV5bEm17ASYjTz1f/7OV3Dxb
97bvD8d58SOqOu381+u9pMoBCPg4E4lYccLj1JecHOHIRQInPjm7eOUtk6/ROVCg
0r3pKkvc8EqBxlZlbDCJAY2oSnoM++kwki78KAymMaB7IVx1vuPugatM1o5/2Ilr
pxs+kqt9qs/iCXzp3KQW0r5QHYqLXfQ29FeGMrFQSX5oyATiDT8Q0xRns/MqmNY=
=IYFW
-----END PGP SIGNATURE-----

3
tdb-1.2.12.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 4 14:45:40 UTC 2013 - lmuelle@suse.com
- Update to version 1.2.12.
+ internal code cleanups
+ crash fix for pytdb
+ fix for 4GB overflow detection
-------------------------------------------------------------------
Mon Jan 7 23:49:48 UTC 2013 - dvaleev@suse.com

View File

@ -34,7 +34,7 @@ BuildRequires: pkgconfig
%endif
BuildRequires: python-devel
Url: http://tdb.samba.org/
Version: 1.2.11
Version: 1.2.12
Release: 0
Summary: Samba Trivial Database
License: GPL-3.0+