File libdb_java-4_8.changes of Package libdb-4_8 (Revision 29c18868c17a703cc63854d3553130e1)
Currently displaying revision 29c18868c17a703cc63854d3553130e1 , Show latest
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Tue Nov 15 13:21:49 UTC 2022 - Pedro Monreal <pmonreal@suse.com>
3
4
- Security fix: [bsc#1174414, CVE-2019-2708]
5
* libdb: Data store execution leads to partial DoS
6
* Backport the upsteam commits:
7
- Fixed several possible crashes when running db_verify
8
on a corrupted database. [#27864]
9
- Fixed several possible hangs when running db_verify
10
on a corrupted database. [#27864]
11
- Added a warning message when attempting to verify a queue
12
database which has many extent files. Verification will take
13
a long time if there are many extent files. [#27864]
14
* Add libdb-4_8-CVE-2019-2708.patch
15
16
-------------------------------------------------------------------
17
Mon Aug 19 06:59:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
18
19
- Remove the getpatches as it does not work at all, oracle
20
removed the pages
21
- Use spec-cleaner
22
- Fix stripped debuginfo to make sure we can debug with libdb
23
24
-------------------------------------------------------------------
25
Mon Apr 9 05:32:56 UTC 2018 - fstrba@suse.com
26
27
- Changed libdb_java-4_8-fix-java10-comp.patch to acount for Java
28
10 properly and for following Java versions in a generic way.
29
30
-------------------------------------------------------------------
31
Tue Mar 13 08:59:56 UTC 2018 - rguenther@suse.com
32
33
- Add libdb-fix-atomic.patch to fix __atomic_compare_exchange clash
34
with GCCs builtin. Fixes build with GCC8 which now rejects this.
35
36
-------------------------------------------------------------------
37
Tue Jan 9 13:26:27 UTC 2018 - pmonrealgonzalez@suse.com
38
39
- Added libdb_java-4_8-fix-java10-comp.patch to fix the build with
40
Java 10 (10-internal)
41
42
-------------------------------------------------------------------
43
Wed Oct 18 07:00:16 UTC 2017 - jayvdb@gmail.com
44
45
- Remove unnecessary dependency on update-alternatives
46
47
-------------------------------------------------------------------
48
Mon Oct 2 09:23:07 UTC 2017 - fstrba@suse.com
49
50
- Specify java target and soure level 1.6 to allow building with
51
jdk9
52
53
-------------------------------------------------------------------
54
Thu Mar 31 09:50:54 UTC 2016 - tchvatal@suse.com
55
56
- Use upstream tarball
57
- Cleanup with spec-cleaner
58
- remove unused script check-build.sh
59
60
-------------------------------------------------------------------
61
Mon May 12 08:52:48 UTC 2014 - schwab@suse.de
62
63
- remove generation of unused tarball
64
- remove setting of unused variable
65
66
-------------------------------------------------------------------
67
Thu Jun 13 23:11:33 UTC 2013 - jengelh@inai.de
68
69
- Add conflict markers against libdb-4_5 (overlapping files)
70
71
-------------------------------------------------------------------
72
Mon Jan 9 12:08:54 UTC 2012 - aj@suse.de
73
74
- Do not use build date as version string.
75
76
-------------------------------------------------------------------
77
Thu Dec 22 01:11:58 UTC 2011 - jengelh@medozas.de
78
79
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
80
81
-------------------------------------------------------------------
82
Tue Sep 27 16:39:58 UTC 2011 - prusnak@opensuse.org
83
84
- spec cleanup
85
86
-------------------------------------------------------------------
87
Sat Aug 13 03:50:05 UTC 2011 - crrodriguez@opensuse.org
88
89
- Disable static libraries
90
91
-------------------------------------------------------------------
92
Wed Sep 22 12:08:25 UTC 2010 - rhafer@novell.com
93
94
- Updated to db-4.8.30. Important changes since 4.7:
95
* Improved scalability and throughput when using BTree databases
96
especially when running with multiple threads that equal or
97
exceed the number of available CPUs.
98
* Berkeley DB has added database partitioning. BTree or Hash
99
databases may now be partitioned across multiple directories.
100
Partitioned databases can be used to increase concurrency and to
101
improve performance by spreading access across disk subsystems.
102
* Berkeley DB now supports bulk insertion and deletion of data.
103
Similar to the bulk get interface, the bulk put and bulk delete
104
allow the developer to populate a buffer of key-value pairs and
105
then pass it to the BDB library with a single API call.
106
* Berkeley DB now supports compression when using BTree.
107
* Berkeley DB introduces a new utility named db_sql which replaces
108
db_codegen. Similar to db_codegen, db_sql accepts an input file
109
with DDL statements and generates a Berkeley DB application
110
using the C API that creates and performs CRUD operations on
111
the defined tables. The developer can then use that code as a
112
basis for further application development.
113
* The Replication Manager now supports shared access to the Master
114
database environment from multiple processes. In earlier
115
versions, multiple process support on the Master required use
116
of the Base Replication API.
117
* Foreign Key Support has been added to Berkeley DB.
118
* for a more detailed changelog see the changelog_4_8.html file
119
in db-doc package.
120
- Removed db-utils-doc subpackage the utils documentation is now
121
integrated with the API documentation.
122
123
-------------------------------------------------------------------
124
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
125
126
- make patch0 usage consistent
127
128
-------------------------------------------------------------------
129
Fri Nov 21 16:39:20 CET 2008 - ro@suse.de
130
131
- update check-build.sh
132
133
-------------------------------------------------------------------
134
Thu Jul 31 00:12:53 CEST 2008 - ro@suse.de
135
136
- changed buildreq to use any java > 1.5
137
138
-------------------------------------------------------------------
139
Thu Jul 5 14:51:30 CEST 2007 - dbornkessel@suse.de
140
141
- corrected file list
142
- added update-alternatives to work around a ia64 problem
143
144
-------------------------------------------------------------------
145
Mon Jun 11 18:55:03 CEST 2007 - dbornkessel@suse.de
146
147
- first version
148
149