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