Skip to content

Commit baf51ad

Browse files
committed
ACE+TAO-8_0_3
1 parent e3b027b commit baf51ad

File tree

10 files changed

+2344
-44
lines changed

10 files changed

+2344
-44
lines changed

ACE/ChangeLogs/ACE-8_0_3

+1,354
Large diffs are not rendered by default.

ACE/PROBLEM-REPORT-FORM

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include an entire platform-specific configuration file in the form.
2525

2626
8<----------8<----------8<----------8<----------8<----------8<----------8<----
2727

28-
ACE VERSION: 8.0.2
28+
ACE VERSION: 8.0.3
2929

3030
HOST MACHINE and OPERATING SYSTEM:
3131
If on Windows based OS's, which version of WINSOCK do you

ACE/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is ACE version 8.0.2, released Fri Dec 06 13:11:26 CET 2024
1+
This is ACE version 8.0.3, released Sun May 04 14:12:21 CEST 2025
22

33
If you have any problems with or questions about ACE, please open
44
a issue or discussion on the ACE_TAO github project at

ACE/ace/Version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
#define ACE_MAJOR_VERSION 8
66
#define ACE_MINOR_VERSION 0
7-
#define ACE_MICRO_VERSION 2
8-
#define ACE_VERSION "8.0.2"
9-
#define ACE_VERSION_CODE 0x80002
7+
#define ACE_MICRO_VERSION 3
8+
#define ACE_VERSION "8.0.3"
9+
#define ACE_VERSION_CODE 0x80003
1010
#if !defined (ACE_PATCH)
1111
# define ACE_PATCH ""
1212
#endif

ACE/debian/control

+31-31
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Description: makefile, project, and workspace creator
2626
* mpc-ace: generates project files for a single target
2727
* mwc-ace: generates workspace files for a set of projects
2828

29-
Package: libace-8.0.2
29+
Package: libace-8.0.3
3030
Replaces: libace-7.1.2t64
3131
Breaks: libace-7.1.2t64 (<< ${source:Version})
3232
Architecture: any
@@ -46,7 +46,7 @@ Description: C++ network programming framework
4646
Package: libace-dev
4747
Architecture: any
4848
Section: libdevel
49-
Depends: libace-8.0.2 (= ${binary:Version}), ${misc:Depends}
49+
Depends: libace-8.0.3 (= ${binary:Version}), ${misc:Depends}
5050
Suggests: libace-doc, pkgconf
5151
Description: C++ network programming framework - development files
5252
This package contains the header files and static library for the ACE
@@ -62,7 +62,7 @@ Description: C++ network programming framework - documentation
6262
This package contains the ACE overview documentation, tutorials,
6363
examples, and information regarding upstream development.
6464

65-
Package: libace-ssl-8.0.2
65+
Package: libace-ssl-8.0.3
6666
Replaces: libace-ssl-7.1.2t64
6767
Breaks: libace-ssl-7.1.2t64 (<< ${source:Version})
6868
Architecture: any
@@ -75,12 +75,12 @@ Description: ACE secure socket layer library
7575
Package: libace-ssl-dev
7676
Architecture: any
7777
Section: libdevel
78-
Depends: libace-ssl-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
78+
Depends: libace-ssl-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
7979
Description: ACE secure socket layer library - development files
8080
This package contains the header files and static library for the ACE
8181
SSL library.
8282

83-
Package: libace-rmcast-8.0.2
83+
Package: libace-rmcast-8.0.3
8484
Replaces: libace-rmcast-7.1.2t64
8585
Breaks: libace-rmcast-7.1.2t64 (<< ${source:Version})
8686
Architecture: any
@@ -96,12 +96,12 @@ Description: ACE reliable multicast library
9696
Package: libace-rmcast-dev
9797
Architecture: any
9898
Section: libdevel
99-
Depends: libace-rmcast-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
99+
Depends: libace-rmcast-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
100100
Description: ACE reliable multicast library - development files
101101
This package contains the header files and static library for the ACE
102102
reliable multicast library.
103103

104-
Package: libace-tmcast-8.0.2
104+
Package: libace-tmcast-8.0.3
105105
Replaces: libace-tmcast-7.1.2t64
106106
Breaks: libace-tmcast-7.1.2t64 (<< ${source:Version})
107107
Architecture: any
@@ -117,12 +117,12 @@ Description: ACE transactional multicast library
117117
Package: libace-tmcast-dev
118118
Architecture: any
119119
Section: libdevel
120-
Depends: libace-tmcast-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
120+
Depends: libace-tmcast-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
121121
Description: ACE transactional multicast library - development files
122122
This package contains the header files and static library for the ACE
123123
transactional multicast library.
124124

125-
Package: libace-htbp-8.0.2
125+
Package: libace-htbp-8.0.3
126126
Replaces: libace-htbp-7.1.2t64
127127
Breaks: libace-htbp-7.1.2t64 (<< ${source:Version})
128128
Architecture: any
@@ -138,12 +138,12 @@ Description: ACE protocol over HTTP tunneling library
138138
Package: libace-htbp-dev
139139
Architecture: any
140140
Section: libdevel
141-
Depends: libace-htbp-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
141+
Depends: libace-htbp-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
142142
Description: ACE protocol over HTTP tunneling library - development files
143143
This package contains the header files and static library for the ACE
144144
HTBP library.
145145

146-
Package: libace-inet-8.0.2
146+
Package: libace-inet-8.0.3
147147
Replaces: libace-inet-7.1.2t64
148148
Breaks: libace-inet-7.1.2t64 (<< ${source:Version})
149149
Architecture: any
@@ -156,17 +156,17 @@ Description: ACE Inet protocol library
156156
Package: libace-inet-dev
157157
Architecture: any
158158
Section: libdevel
159-
Depends: libace-inet-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
159+
Depends: libace-inet-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
160160
Description: ACE Inet protocol library - development files
161161
This package contains the header files and static library for the ACE
162162
Inet protocol library.
163163

164-
Package: libace-inet-ssl-8.0.2
164+
Package: libace-inet-ssl-8.0.3
165165
Replaces: libace-inet-ssl-7.1.2t64
166166
Breaks: libace-inet-ssl-7.1.2t64 (<< ${source:Version})
167167
Architecture: any
168168
Section: libs
169-
Depends: libace-inet-8.0.2, libace-ssl-8.0.2, ${shlibs:Depends}, ${misc:Depends}
169+
Depends: libace-inet-8.0.3, libace-ssl-8.0.3, ${shlibs:Depends}, ${misc:Depends}
170170
Description: ACE SSL-enabled Inet protocol library
171171
This package provides an ACE addon library for clients (and possibly
172172
servers at some point) using Inet protocols which support SSL, such as
@@ -175,7 +175,7 @@ Description: ACE SSL-enabled Inet protocol library
175175
Package: libace-inet-ssl-dev
176176
Architecture: any
177177
Section: libdevel
178-
Depends: libace-inet-ssl-8.0.2 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
178+
Depends: libace-inet-ssl-8.0.3 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
179179
Description: ACE SSL-enabled Inet protocol library - development files
180180
This package contains the header files and static library for the ACE
181181
SSL-enabled Inet protocol library.
@@ -190,7 +190,7 @@ Description: ACE perfect hash function generator
190190
basically the same options and functionality. ace_gperf simply takes
191191
advantage of some of the features provided by the ACE library.
192192

193-
Package: libacexml-8.0.2
193+
Package: libacexml-8.0.3
194194
Replaces: libacexml-7.1.2t64
195195
Breaks: libacexml-7.1.2t64 (<< ${source:Version})
196196
Architecture: any
@@ -207,12 +207,12 @@ Description: ACE SAX based XML parsing library
207207
Package: libacexml-dev
208208
Architecture: any
209209
Section: libdevel
210-
Depends: libacexml-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
210+
Depends: libacexml-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
211211
Description: ACE SAX based XML parsing library - development files
212212
This package contains the header files and static library for the ACE
213213
XML parsing library.
214214

215-
Package: libace-xml-utils-8.0.2
215+
Package: libace-xml-utils-8.0.3
216216
Replaces: libace-xml-utils-7.1.2t64
217217
Breaks: libace-xml-utils-7.1.2t64 (<< ${source:Version})
218218
Architecture: any
@@ -227,12 +227,12 @@ Description: ACE XML utility classes and methods
227227
Package: libace-xml-utils-dev
228228
Architecture: any
229229
Section: libdevel
230-
Depends: libace-xml-utils-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
230+
Depends: libace-xml-utils-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
231231
Description: ACE XML utility classes and methods - development files
232232
This package contains the header files and static library for the ACE XML
233233
Utils library
234234

235-
Package: libkokyu-8.0.2
235+
Package: libkokyu-8.0.3
236236
Replaces: libkokyu-7.1.2t64
237237
Breaks: libkokyu-7.1.2t64 (<< ${source:Version})
238238
Architecture: any
@@ -248,12 +248,12 @@ Description: ACE scheduling and dispatching library
248248
Package: libkokyu-dev
249249
Architecture: any
250250
Section: libdevel
251-
Depends: libkokyu-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
251+
Depends: libkokyu-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
252252
Description: ACE scheduling and dispatching library - development files
253253
This package contains the header files and static library for the ACE
254254
scheduling and dispatching library.
255255

256-
Package: libace-xtreactor-8.0.2
256+
Package: libace-xtreactor-8.0.3
257257
Replaces: libace-xtreactor-7.1.2t64
258258
Breaks: libace-xtreactor-7.1.2t64 (<< ${source:Version})
259259
Architecture: any
@@ -273,12 +273,12 @@ Description: ACE-GUI reactor integration for Xt
273273
Package: libace-xtreactor-dev
274274
Architecture: any
275275
Section: libdevel
276-
Depends: libace-xtreactor-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev, ${misc:Depends}
276+
Depends: libace-xtreactor-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev, ${misc:Depends}
277277
Description: ACE-GUI reactor integration for Xt - development files
278278
This package contains header files and static library for the ACE-Xt
279279
reactor integration.
280280

281-
Package: libace-tkreactor-8.0.2
281+
Package: libace-tkreactor-8.0.3
282282
Replaces: libace-tkreactor-7.1.2t64
283283
Breaks: libace-tkreactor-7.1.2t64 (<< ${source:Version})
284284
Architecture: any
@@ -299,12 +299,12 @@ Description: ACE-GUI reactor integration for Tk
299299
Package: libace-tkreactor-dev
300300
Architecture: any
301301
Section: libdevel
302-
Depends: libace-tkreactor-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev, ${misc:Depends}
302+
Depends: libace-tkreactor-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev, ${misc:Depends}
303303
Description: ACE-GUI reactor integration for Tk - development files
304304
This package contains header files and static library for the ACE-Tk
305305
reactor integration.
306306

307-
Package: libace-flreactor-8.0.2
307+
Package: libace-flreactor-8.0.3
308308
Replaces: libace-flreactor-7.1.2t64
309309
Breaks: libace-flreactor-7.1.2t64 (<< ${source:Version})
310310
Architecture: any
@@ -324,12 +324,12 @@ Description: ACE-GUI reactor integration for FLTK
324324
Package: libace-flreactor-dev
325325
Architecture: any
326326
Section: libdevel
327-
Depends: libace-flreactor-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
327+
Depends: libace-flreactor-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
328328
Description: ACE-GUI reactor integration for FLTK - development files
329329
This package contains header files and static library for the ACE-FLTK
330330
reactor integration.
331331

332-
Package: libace-foxreactor-8.0.2
332+
Package: libace-foxreactor-8.0.3
333333
Replaces: libace-foxreactor-7.1.2t64
334334
Breaks: libace-foxreactor-7.1.2t64 (<< ${source:Version})
335335
Architecture: any
@@ -348,7 +348,7 @@ Description: ACE-GUI reactor integration for FOX
348348
Package: libace-foxreactor-dev
349349
Architecture: any
350350
Section: libdevel
351-
Depends: libace-foxreactor-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
351+
Depends: libace-foxreactor-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
352352
Description: ACE-GUI reactor integration for FOX - development files
353353
This package contains header files and static library for the ACE-FOX
354354
reactor integration.
@@ -365,7 +365,7 @@ Description: ACE network service implementations
365365
files to link the various ACE network services together, either
366366
statically or dynamically, and form complete server programs.
367367

368-
Package: libnetsvcs-8.0.2
368+
Package: libnetsvcs-8.0.3
369369
Replaces: libnetsvcs-7.1.2t64
370370
Breaks: libnetsvcs-7.1.2t64 (<< ${source:Version})
371371
Architecture: any
@@ -381,7 +381,7 @@ Description: ACE network service implementations - libraries
381381
Package: libnetsvcs-dev
382382
Architecture: any
383383
Section: libdevel
384-
Depends: libnetsvcs-8.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
384+
Depends: libnetsvcs-8.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
385385
Description: ACE network service implementations - development files
386386
ACE network services provide reusable components for common
387387
distributed system tasks such as logging, naming, locking, and time

ACE/rpmbuild/ace-tao.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set the version number here.
2-
%define ACEVER 8.0.2
3-
%define TAOVER 4.0.2
2+
%define ACEVER 8.0.3
3+
%define TAOVER 4.0.3
44

55
# Conditional build
66
# Default values are

0 commit comments

Comments
 (0)