File unixODBC.changes of Package unixODBC
548
1
-------------------------------------------------------------------
2
Thu Mar 22 14:09:43 UTC 2018 - mvetter@suse.com
3
4
- Add BuildRequires: pkgconfig since we install .pc files
5
- Add unixODBC-rpmlintrc: devel files are in the right place
6
7
-------------------------------------------------------------------
8
Mon Mar 19 12:53:15 UTC 2018 - mvetter@suse.com
9
10
- bsc#1062860: Recommend psqlODBC to stay feature complete
11
12
-------------------------------------------------------------------
13
Mon Mar 19 11:52:05 UTC 2018 - mvetter@suse.com
14
15
- bsc#1082060: Update to 2.3.6:
16
* Fix order of arguments in SQLWriteFileDSN.c, fix unwanted
17
free() in iusql.c
18
* Add pkg-config files
19
- bsc#1082290 (CVE-2018-7409): Buffer overflow in
20
unicode_to_ansi_copy() was fixed in 2.3.5
21
- bsc#1082484 (CVE-2018-7485): Swapped arguments in
22
SQLWriteFileDSN() in odbcinst/SQLWriteFileDSN.c
23
- Remove unixODBC-2.3.1-bison.patch: upstreamed
24
- Remove unixODBC-iaddr.patch: upstreamed
25
- Adapt unixODBC-2.3.1-declarations.patch to
26
unixODBC-2.3.6-declarations.patch
27
- Update unixODBC-gccwarnings.patch
28
29
-------------------------------------------------------------------
30
Wed Feb 21 13:34:18 UTC 2018 - mvetter@suse.com
31
32
- bsc#1062860: Don't install postgres example driver
33
psqlODBC package should be used instead of the example driver
34
provided by unixODBC (libodbcpsql.*). It is unmaintained.
35
36
-------------------------------------------------------------------
37
Fri Jun 23 13:53:00 UTC 2017 - adam.majer@suse.de
38
39
- Enabled --enable-fastvalidate option in configure (bnc#1044970)
40
41
-------------------------------------------------------------------
42
Wed May 11 14:03:02 UTC 2016 - mvetter@suse.com
43
44
- Requested by fate#319390
45
46
-------------------------------------------------------------------
47
Wed May 11 12:47:22 UTC 2016 - mvetter@suse.com
48
49
- Add comment in spec file so people know why the .so files are
50
not in the devel package
51
52
-------------------------------------------------------------------
53
Thu Jan 28 00:16:53 UTC 2016 - markus.beth@web.de
54
55
- dropped obsolete unixODBC-2.3.1-uninitialized.patch and
56
unixODBC-nonvoid.patch
57
58
-------------------------------------------------------------------
59
Tue Sep 1 11:42:38 UTC 2015 - tchvatal@suse.com
60
61
- Version bump to 2.3.4:
62
* Fix typo in the loading of the cursor lib
63
64
-------------------------------------------------------------------
65
Mon Aug 24 22:20:32 UTC 2015 - zeke@zekesdominion.com
66
67
- update to version 2.3.3
68
* Various buffer overflow and unchecked memory references
69
* More ODBC 3.80 additions (streaming parameters)
70
* Allow setting custom non standard attributes via DMStmtAttr
71
* Add -L option to isql to increase max column data display
72
* More manual pages for the tools
73
* many other fixes, see http://www.unixodbc.org
74
75
-------------------------------------------------------------------
76
Mon Dec 1 12:25:00 UTC 2014 - tchvatal@suse.com
77
78
- Move all .so files from devel as many ext apps dlopen those so
79
you need these on regular package.
80
- Clean up with spec-cleaner
81
- Remove readme.suse as it is obsolete like hell
82
- Wipe all la files as we don't provide static libs anyway
83
- Do not append no-strict-aliasing to cflags, pointless
84
- --enable-driverc enabled too
85
86
-------------------------------------------------------------------
87
Thu Nov 27 10:40:29 UTC 2014 - jengelh@inai.de
88
89
- Account for changes in libtool 2.4.3: remove ACLOCAL_AMFLAGS
90
and explicit libtoolize call.
91
- Replace $RPM_BUILD_ROOT by macro (fits with the other macros used)
92
93
-------------------------------------------------------------------
94
Mon Sep 8 07:51:54 UTC 2014 - jengelh@inai.de
95
96
- Turn Obsoletes: libiodbc-devel back into Conflicts.
97
The iODBC project has not shut down, and unixODBC-devel does
98
_not_ provide all files from iODBC, like libiodbc.pc.
99
- Kill manual provides of libiodbc*.so, they are in the wrong spot
100
and thus never could have been effective.
101
- Remove redundant %clean section.
102
103
-------------------------------------------------------------------
104
Tue Jan 28 02:29:44 UTC 2014 - adler_187@yahoo.com
105
106
- Don't hard code gz extension for man pages
107
108
-------------------------------------------------------------------
109
Fri Jan 24 01:08:59 UTC 2014 - adler_187@yahoo.com
110
111
- update to version 2.3.2
112
* Some ODBC 3.80 support added
113
* Unicode/ANSI conversion fixes
114
* isql regained -e option since it was missing
115
* Add slencheck executable to try and find the sizeof(SQLLEN) from an installed driver
116
* some man pages added
117
* many other fixes, see http://www.unixodbc.org
118
119
-------------------------------------------------------------------
120
Fri Apr 5 10:09:59 UTC 2013 - idonmez@suse.com
121
122
- Cleanup spec file
123
- Add Source URL, see https://en.opensuse.org/SourceUrls
124
125
-------------------------------------------------------------------
126
Fri Jan 4 15:04:52 CET 2013 - mhrusecky@suse.cz
127
128
- Adding missing includes
129
130
-------------------------------------------------------------------
131
Fri Jan 4 13:02:10 CET 2013 - mhrusecky@suse.cz
132
133
- fixed compilation issues with bison
134
135
-------------------------------------------------------------------
136
Tue Nov 27 09:04:52 UTC 2012 - cfarrell@suse.com
137
138
- license update: GPL-2.0+ and LGPL-2.1+
139
Semicolon is ambigous. Use ^and^ or ^or^ depending on the nature of the
140
interaction of the license code componentes
141
142
-------------------------------------------------------------------
143
Wed Nov 7 11:46:34 CET 2012 - mhrusecky@suse.cz
144
145
- Including some basic drivers
146
147
-------------------------------------------------------------------
148
Tue Nov 6 10:35:00 CET 2012 - mhrusecky@suse.cz
149
150
- updated to versio 2.3.1
151
* reduced unixODBC, after the GUI and additional driver parts have
152
been split off to their own project.
153
* change to the new default SQLLEN size for 64 bit platforms
154
* number of bug fixes and changes, see http://www.unixodbc.org/
155
156
-------------------------------------------------------------------
157
Sun Nov 27 06:48:53 UTC 2011 - coolo@suse.com
158
159
- add libtool as buildrequire to avoid implicit dependency
160
161
-------------------------------------------------------------------
162
Wed Oct 5 15:12:38 UTC 2011 - uli@suse.com
163
164
- cross-build fix: use %configure macro
165
166
-------------------------------------------------------------------
167
Mon Jun 20 17:03:39 CEST 2011 - mhrusecky@suse.cz
168
169
- fixed mutex locking (bnc#637115)
170
- patch by Petr Vandrovec
171
172
-------------------------------------------------------------------
173
Mon Jun 13 11:17:49 CEST 2011 - mhrusecky@suse.cz
174
175
- fixed CVE-2011-1145 (bnc#678796)
176
177
-------------------------------------------------------------------
178
Sat Dec 19 13:43:00 CET 2009 - jengelh@medozas.de
179
180
- add baselibs.conf as a source
181
182
-------------------------------------------------------------------
183
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
184
185
- obsolete old -XXbit packages (bnc#437293)
186
187
-------------------------------------------------------------------
188
Mon Oct 13 15:33:25 CEST 2008 - nadvornik@suse.cz
189
190
- dropped the dlopen patch, it no longer matches
191
192
-------------------------------------------------------------------
193
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
194
195
- added baselibs.conf file to build xxbit packages
196
for multilib support
197
198
-------------------------------------------------------------------
199
Sat May 26 00:34:29 CEST 2007 - dmueller@suse.de
200
201
- add missing ldconfig fall to %post/un
202
203
-------------------------------------------------------------------
204
Wed Oct 18 12:02:13 CEST 2006 - anosek@suse.cz
205
206
- updated to version 2.2.12
207
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
208
* The config string being passed into ConfigDsn was wrong,
209
removed semicolon, and added terminating double null
210
* Add help help to isql
211
* Alter odbctest FullConnect to use SQLDriverConnect
212
* Replace a missed flag for true 64 bit operation
213
* Add ODBC3<->ODBC2 type mapping in SQLSetParam
214
* Tidy up the search for GUI lib code in SQLManageDatasource
215
* Fix possible exit from SQLConnect without having closed
216
in the driver
217
* Alter args to SQLParamOptions
218
* Fix bug preventing attribute length from being returned from
219
SQLDrivers
220
* Fixed broken iusql
221
- dropped obsolete unixODBC-2.2.12.patch unixODBC-qt-dirs.patch
222
223
-------------------------------------------------------------------
224
Thu Jun 15 15:31:15 CEST 2006 - mmarek@suse.cz
225
226
- moved %{_libdir}/unixODBC/*.so to main package, so that libfoo.so
227
and libfooS.so can be used in driver configuration.
228
229
-------------------------------------------------------------------
230
Thu Jun 15 10:06:51 CEST 2006 - mmarek@suse.cz
231
232
- updated distributed libltdl to make autoconf happy
233
- dropped unixODBC-gui-gtk
234
235
-------------------------------------------------------------------
236
Mon Mar 27 17:21:34 CEST 2006 - mmarek@suse.cz
237
238
- fixed some uninitialized variables reported by David Binderman
239
[#160570] (uninitialized.patch)
240
241
-------------------------------------------------------------------
242
Tue Jan 31 17:32:52 CET 2006 - mmarek@suse.cz
243
244
- fixed txt driver
245
[#146507] (sqp.patch)
246
247
-------------------------------------------------------------------
248
Wed Jan 25 21:42:27 CET 2006 - mls@suse.de
249
250
- converted neededforbuild to BuildRequires
251
252
-------------------------------------------------------------------
253
Fri Jan 20 01:26:05 CET 2006 - ro@suse.de
254
255
- split gui packages to own specfile
256
257
-------------------------------------------------------------------
258
Tue Jan 17 15:57:16 CET 2006 - sbrabec@suse.cz
259
260
- Remove unneeded libunicode from neededforbuild.
261
262
-------------------------------------------------------------------
263
Tue Nov 29 16:06:47 CET 2005 - mmarek@suse.cz
264
265
- fix build with flex-2.5.31
266
(flex.patch)
267
268
-------------------------------------------------------------------
269
Tue Nov 1 15:44:32 CET 2005 - mmarek@suse.cz
270
271
- add libtool and libinilc symbols to odbcinst/odbcinst.exp
272
(#131175)
273
- disable unixODBC-2.2.11-dm.patch since it's probably no more
274
needed
275
276
-------------------------------------------------------------------
277
Thu Oct 20 16:38:38 CEST 2005 - mmarek@suse.cz
278
279
- remove LT_GLOBAL flag from libtool to enable dlopen()ing libodbc.so
280
(#96312)
281
- remove headers for compatibility with qt3 (no longer needed)
282
- added norootforbuild
283
284
-------------------------------------------------------------------
285
Tue Sep 27 11:21:59 CEST 2005 - mmarek@suse.cz
286
287
- compile with --disable-stats to prevent DoS [#118547]
288
289
-------------------------------------------------------------------
290
Mon Sep 19 16:14:53 CEST 2005 - mmarek@suse.cz
291
292
- fix gcc warnings about implicit function declarations
293
294
-------------------------------------------------------------------
295
Wed Apr 27 11:38:56 CEST 2005 - ltinkl@suse.cz
296
297
- updated to 2.2.11
298
- fix build with gcc4
299
300
-------------------------------------------------------------------
301
Tue Apr 12 22:56:40 CEST 2005 - ro@suse.de
302
303
- added audiofile-devel to neededforbuild
304
305
-------------------------------------------------------------------
306
Fri Feb 11 18:36:52 CET 2005 - ltinkl@suse.cz
307
308
- update to 2.2.10, adapt patches
309
310
-------------------------------------------------------------------
311
Wed Nov 10 18:21:25 CET 2004 - ro@suse.de
312
313
- reduced neededforbuild
314
315
-------------------------------------------------------------------
316
Tue Sep 14 11:32:50 CEST 2004 - ltinkl@suse.cz
317
318
- put the .desktop file in the right package (#44790)
319
320
-------------------------------------------------------------------
321
Tue Jul 27 00:18:51 CEST 2004 - ro@suse.de
322
323
- fix some compiler warnings
324
325
-------------------------------------------------------------------
326
Mon Jul 19 13:12:23 CEST 2004 - ltinkl@suse.cz
327
328
- update to 2.2.9
329
330
-------------------------------------------------------------------
331
Mon May 24 14:34:54 CEST 2004 - ro@suse.de
332
333
- fix some compiler warnings
334
335
-------------------------------------------------------------------
336
Tue Mar 23 12:32:00 CET 2004 - ltinkl@suse.cz
337
338
- don't package generated files (#36304)
339
340
-------------------------------------------------------------------
341
Thu Feb 26 13:52:57 CET 2004 - kukuk@suse.de
342
343
- Obsolete libiodbc-devel instead of conflicting with it.
344
- provide 64bit libodbcinst.so/libobdc.so on all 64bit
345
architectures.
346
347
-------------------------------------------------------------------
348
Wed Feb 25 11:47:52 CET 2004 - schwab@suse.de
349
350
- Provide libodbcinst.so()(64bit), libodbc.so()(64bit) on ia64 for
351
BEAJava2 [#29515].
352
353
-------------------------------------------------------------------
354
Fri Feb 20 12:00:06 CET 2004 - ltinkl@suse.cz
355
356
- update to 2.2.8
357
358
-------------------------------------------------------------------
359
Wed Jan 14 18:07:04 CET 2004 - ltinkl@suse.cz
360
361
- added patch to fix SQL results
362
363
-------------------------------------------------------------------
364
Wed Dec 03 12:08:02 CET 2003 - ltinkl@suse.cz
365
366
- update to 2.2.7
367
368
-------------------------------------------------------------------
369
Fri Sep 05 09:23:42 CEST 2003 - ltinkl@suse.cz
370
371
- fix #29515
372
373
-------------------------------------------------------------------
374
Mon Sep 01 15:23:49 CEST 2003 - ltinkl@suse.cz
375
376
- created patch unixODBC-odbctest.patch to fix #29639
377
378
-------------------------------------------------------------------
379
Fri Aug 15 16:56:36 CEST 2003 - adrian@suse.de
380
381
- add desktop file
382
383
-------------------------------------------------------------------
384
Wed Jul 30 17:01:22 CEST 2003 - ro@suse.de
385
386
- fix gODBCconfig configure.in for autoreconf
387
388
-------------------------------------------------------------------
389
Wed Jul 30 16:01:00 CEST 2003 - ltinkl@suse.de
390
391
- update to version 2.2.6
392
393
-------------------------------------------------------------------
394
Tue Jul 29 22:54:52 CEST 2003 - ro@suse.de
395
396
- remove traces of buildroot from installed files
397
398
-------------------------------------------------------------------
399
Fri Jul 18 15:04:23 CEST 2003 - sbrabec@suse.cz
400
401
- GNOME prefix change to /opt/gnome.
402
403
-------------------------------------------------------------------
404
Mon Jul 14 16:55:08 CEST 2003 - sbrabec@suse.cz
405
406
- Added gnome-filesystem to neededforbuild.
407
408
-------------------------------------------------------------------
409
Mon Jun 23 18:49:25 CEST 2003 - ro@suse.de
410
411
- fix for current automake
412
413
-------------------------------------------------------------------
414
Fri Dec 27 18:56:56 CET 2002 - prehak@suse.cz
415
416
- temporarily added two header files from Qt which make it build with Qt-3.1.1
417
(remove them when they won't be needed to build)
418
419
-------------------------------------------------------------------
420
Tue Nov 19 15:51:30 CET 2002 - ro@suse.de
421
422
- add AM_GNU_GETTEXT_VERSION
423
424
-------------------------------------------------------------------
425
Sun Nov 17 22:04:04 CET 2002 - prehak@suse.cz
426
427
- fixed to build with autoconf 2.56
428
429
-------------------------------------------------------------------
430
Tue Nov 12 15:43:44 CET 2002 - tcrhak@suse.cz
431
432
- fixed for bison 1.75: end rules with semicolons
433
434
-------------------------------------------------------------------
435
Tue Oct 01 15:19:08 CEST 2002 - prehak@suse.cz
436
437
- updated to version 2.2.3
438
- libodbcinstQ.{so,la} moved from unixODBC-devel to unixODBC-gui-qt
439
[#19743]
440
441
-------------------------------------------------------------------
442
Fri Sep 27 14:35:56 CEST 2002 - ro@suse.de
443
444
- Added alsa alsa-devel to neededforbuild (esound)
445
446
-------------------------------------------------------------------
447
Mon Sep 9 16:27:41 CEST 2002 - meissner@suse.de
448
449
- Use qt3 instead of qt2.
450
451
-------------------------------------------------------------------
452
Sun Aug 18 14:27:27 CEST 2002 - prehak@suse.cz
453
454
- fixed segfaulting isql when using SAPDB driver
455
(created unixODBC-segfault.dif)
456
457
-------------------------------------------------------------------
458
Mon Aug 12 13:55:53 CEST 2002 - schwab@suse.de
459
460
- Fix configure script.
461
462
-------------------------------------------------------------------
463
Sat Jul 27 13:07:48 CEST 2002 - adrian@suse.de
464
465
- fix neededforbuild
466
467
-------------------------------------------------------------------
468
Tue Jul 9 15:33:13 CEST 2002 - prehak@suse.de
469
470
- updated to version 2.2.2 (mainly bugfixes, some unicode changes)
471
472
-------------------------------------------------------------------
473
Mon Jun 10 17:44:47 CEST 2002 - prehak@suse.cz
474
475
- updated to version 2.2.1 (mainly bugfixes)
476
- changed group to Productivity/Databases/Tools
477
- changed path for .ini files to /etc/unixODBC/
478
and path for drivers to /usr/lib/unixODBC/
479
- removed sample odbcinst.ini (TXT driver is not used so freqvently)
480
- created patch to apply %{_lib} macro
481
- added new configure feature --with-odbc-libs in gODBCConfig
482
- moved *.so files to devel package
483
- created README.SuSE
484
485
-------------------------------------------------------------------
486
Thu May 16 12:26:10 CEST 2002 - ro@suse.de
487
488
- use libdir
489
490
-------------------------------------------------------------------
491
Fri Apr 5 01:16:42 CEST 2002 - ro@suse.de
492
493
- build with current autoconf/automake/gettext
494
495
-------------------------------------------------------------------
496
Wed Feb 27 19:34:37 CET 2002 - poeml@suse.de
497
498
- don't include the (empty anyway) .ini files to the package, to
499
avoid a file conflict with the libiodbc package. The .ini files
500
are now packed as %ghost and touched in %post in both packages.
501
- rewrote %post to not use absolute paths.
502
503
-------------------------------------------------------------------
504
Tue Jan 8 17:52:57 CET 2002 - ro@suse.de
505
506
- help libtool with RPM_BUILD_ROOT
507
508
-------------------------------------------------------------------
509
Fri Jan 4 17:22:55 CET 2002 - poeml@suse.de
510
511
- update to 2.1.1 (bugfixes, 64 bit fixes, support for FILEDSN's,
512
changes to ODBCConfig. See http://www.unixodbc.org/ for the
513
changelog.)
514
- add new libodbcinstQ.so* to filelist
515
- remove libodbccr.so* from filelist (not to be installed)
516
517
-------------------------------------------------------------------
518
Fri Nov 9 01:47:39 CET 2001 - ro@suse.de
519
520
- use qt-devel-packages in neededforbuild
521
522
-------------------------------------------------------------------
523
Tue Oct 2 10:53:21 CEST 2001 - rbarn@suse.de
524
525
- update to version 2.0.9
526
- Fix small bug in postgres driver
527
528
-------------------------------------------------------------------
529
Sun May 13 18:20:03 CEST 2001 - schwab@suse.de
530
531
- Fix missing declarations.
532
533
-------------------------------------------------------------------
534
Wed May 9 14:16:55 CEST 2001 - poeml@suse.de
535
536
- bzip2 sources
537
538
-------------------------------------------------------------------
539
Fri Apr 13 11:45:16 CEST 2001 - ro@suse.de
540
541
- hack for new gettext
542
543
-------------------------------------------------------------------
544
Sun Apr 1 18:04:04 CEST 2001 - mfrueh@suse.de
545
546
- created initial package
547
548