File cyrus-sasl.changes of Package cyrus-sasl
757
1
-------------------------------------------------------------------
2
Thu Feb 6 17:50:21 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
3
4
- Added support for retrieving negotiated SSF in gssapi plugin (bsc#1162518)
5
* Add 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch
6
* Add 0003-Check-return-error-from-gss_wrap_size_limit.patch
7
* Add 0004-Add-support-for-retrieving-the-mech_ssf.patch
8
- Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF (bsc#1162518)
9
* Add 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch
10
11
-------------------------------------------------------------------
12
Mon Feb 4 15:13:25 UTC 2019 - Peter Varkoly <varkoly@suse.com>
13
14
- bnc#1044840 syslog is polluted with messages "GSSAPI client step 1"
15
By server context the connection will be sent to the log function.
16
Client content does not have log level information. I.e. there is no
17
way to stop DEBUG level logs nece I've removed it.
18
* add cyrus-sasl-fix-logging-in-gssapi.patch
19
20
-------------------------------------------------------------------
21
Mon Sep 4 10:01:17 UTC 2017 - vcizek@suse.com
22
23
- OpenSSL 1.1 support (bsc#1055463)
24
* add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora
25
26
-------------------------------------------------------------------
27
Wed Mar 22 09:56:37 UTC 2017 - michael@stroeder.com
28
29
- added cyrus-sasl-issue-402.patch to fix
30
SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
31
(see https://github.com/cyrusimap/cyrus-sasl/issues/402)
32
33
-------------------------------------------------------------------
34
Tue Mar 7 11:31:23 UTC 2017 - varkoly@suse.com
35
36
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
37
38
-------------------------------------------------------------------
39
Wed Dec 9 20:15:40 UTC 2015 - bwiedemann@suse.com
40
41
- really use SASLAUTHD_PARAMS variable (bnc#938657)
42
43
-------------------------------------------------------------------
44
Tue Jan 6 19:02:33 UTC 2015 - varkoly@suse.com
45
46
- bnc#908883 cyrus-sasl-scram refers to wrong RFC
47
48
-------------------------------------------------------------------
49
Thu Nov 27 09:08:36 UTC 2014 - jengelh@inai.de
50
51
- Make sure /usr/sbin/rcsaslauthd exists
52
53
-------------------------------------------------------------------
54
Tue Sep 23 13:57:46 UTC 2014 - varkoly@suse.com
55
56
- bnc#897837 saslauthd package has no config
57
58
-------------------------------------------------------------------
59
Tue Jul 29 23:31:35 UTC 2014 - sfalken@opensuse.org
60
61
- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure
62
63
-------------------------------------------------------------------
64
Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com
65
66
- Remove insserv dependency; it's unneeded with systemd' systems
67
- Remove insserv and fillup dependency in cyrus-sasl package; there
68
is neither sysconfig or init file
69
70
-------------------------------------------------------------------
71
Fri Jun 13 11:03:45 UTC 2014 - ckornacker@suse.com
72
73
- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9
74
cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)
75
76
-------------------------------------------------------------------
77
Tue Apr 1 10:32:37 UTC 2014 - varkoly@suse.com
78
79
- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'
80
81
-------------------------------------------------------------------
82
Sat Nov 2 20:47:58 UTC 2013 - jengelh@inai.de
83
84
- Implement shlib packaging guidelines: make subpackage libsasl2-3.
85
(All other .so files are _server_ plugins AFAICS, loaded via
86
dlopen.)
87
- Ensure directories are owned by packages and thus get torn down
88
on package removal
89
90
-------------------------------------------------------------------
91
Sat Oct 5 19:10:55 UTC 2013 - tchvatal@suse.com
92
93
- Put back the .so files to sasl auth packages from devel file.
94
The .so files are read by some application instead of full path
95
so in order for auth to work this files must be available
96
97
-------------------------------------------------------------------
98
Sun Sep 29 08:11:05 UTC 2013 - tittiatcoke@gmail.com
99
100
- Add patch fix-sasl-header.diff to resolve build issues that
101
are failing due to typedef 'sasl_malloc_t' is initialized.
102
(see gentoo#458870, fedora#906519)
103
104
-------------------------------------------------------------------
105
Wed Sep 11 07:16:23 UTC 2013 - jcnengel@gmail.com
106
107
- Removed server side service to comply with Factory rules
108
109
-------------------------------------------------------------------
110
Tue Sep 3 22:07:15 UTC 2013 - jcnengel@gmail.com
111
112
- Update to 2.1.26
113
* Modernize SASL malloc/realloc callback prototypes
114
* Added sasl_config_done() to plug a memory leak when using an application specific config file
115
* Fixed PLAIN/LOGIN authentication failure when using saslauthd with no auxprop plugins (bug # 3590).
116
* unlock the mutex in sasl_dispose if the context was freed by another thread
117
* MINGW32 compatibility patches
118
* Fixed broken logic in get_fqhostname() when abort_if_no_fqdn is 0
119
* Fixed some memory leaks in libsasl
120
- GSSAPI plugin:
121
+ Fixed a segfault in gssapi.c introduced in 2.1.25.
122
+ Code refactoring
123
+ Added support for GSS-SPNEGO SASL mechanism (Unix only), which is also HTTP capable
124
- GS2 plugin:
125
+ Updated GS2 plugin not to lose minor GSS-API status codes on errors
126
- DIGEST-MD5 plugin:
127
+ Correctly send "stale" directive to prevent clients from (re)promtping for password
128
+ Better handling of HTTP reauthentication cases
129
+ fixed some memory leaks
130
- SASLDB plugin:
131
+ Added support for BerkleyDB 5.X or later
132
- OTP plugin:
133
+ Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications
134
- SRP plugin:
135
+ Removed calling of EVP_cleanup() on plugin shutdown in order to prevent TLS from failing in calling applications
136
- saslauthd:
137
+ auth_rimap.c: qstring incorrectly appending the closing double quote, which might be causing crashes
138
+ auth_rimap.c: read the whole IMAP greeting
139
+ better error reporting from some drivers
140
+ fixed some memory leaks
141
- New BuildRequires for pkgconfig since pkgconfig file is generated
142
- Removed patches that do no longer apply
143
* cyrus-sasl-gcc4.patch (integrated upstream)
144
* cyrus-sasl-gs2-not-overwrite-minor-error-code.dif (integrated upstream)
145
* gssapi-null-deref.dif (integrated upstream)
146
* Fix-abort_if_no_fqdn-behavior.patch (integrated upstream)
147
* cyrus-sasl-db6.diff (integrated upstream)
148
- Move *.so files into devel package
149
150
-------------------------------------------------------------------
151
Fri Jul 26 13:09:51 UTC 2013 - obs@botter.cc
152
153
- Fix for bnc#827230 and #784705, fix patch as described in
154
#827230, typo in patch from request 112480 (remove rpath,
155
Apr 4 2012), preventing sql auxprop plugin to work
156
157
-------------------------------------------------------------------
158
Fri Jun 14 00:41:55 UTC 2013 - jengelh@inai.de
159
160
- Add cyrus-sasl-db6.diff to fix compile abort with db >= 5
161
- Simpler delete of .la files with find
162
163
-------------------------------------------------------------------
164
Mon Aug 13 07:55:11 UTC 2012 - rhafer@suse.de
165
166
- Include fix for Cyrus SASL Bug#3589: When abort_if_no_fqdn is 0,
167
a getaddrinfo failure should be ignored, as long as gethostname()
168
succeeded. (bnc#771983)
169
170
-------------------------------------------------------------------
171
Wed May 9 21:47:48 UTC 2012 - crrodriguez@opensuse.org
172
173
- Ensure libraries and tools are built with LFS and include
174
config.h in all C files.
175
176
-------------------------------------------------------------------
177
Wed Apr 4 14:13:36 UTC 2012 - dvaleev@suse.com
178
179
- remove rpath
180
181
-------------------------------------------------------------------
182
Wed Jan 18 13:06:00 UTC 2012 - aj@suse.de
183
184
- Move some doc files to devel package and to cyrus-sasl-saslauthd.
185
186
-------------------------------------------------------------------
187
Fri Nov 25 10:05:58 UTC 2011 - rhafer@suse.de
188
189
- Removed debug printfs from cyrus-sasl.dif, added by accident
190
- Updated cyrus-sasl-gs2-not-overwrite-minor-error-code.dif with
191
latest upstream improvements
192
193
-------------------------------------------------------------------
194
Wed Nov 16 09:22:32 UTC 2011 - rhafer@suse.de
195
196
- Update to 2.1.25:
197
* Added support for channel bindings
198
* Added support for ordering SASL mechanisms by strength (on
199
the client side), or using the "client_mech_list" option.
200
* Allow DIGEST-MD5 plugin to be used for client-side and
201
server-side HTTP Digest, including running over non-persistent
202
connections (RFC 2617)
203
* New SASL plugins: SCRAM and GS2
204
* Fixed a crash caused by aborted SASL authentication
205
and initiation of another one using the same SASL context.
206
* Various improvements to DIGEST-MD5 to improve interoperability
207
with some slightly broken clients
208
- cleanup
209
* removed old dependencies still related to cyrus-sasl2
210
* plugins now depend on the exact cyrus-sasl version
211
* use autoreconf instead of calling all tools manually
212
213
-------------------------------------------------------------------
214
Fri Sep 30 20:07:52 UTC 2011 - coolo@suse.com
215
216
- add libtool as buildrequire to make the spec file more reliable
217
218
-------------------------------------------------------------------
219
Sun Sep 18 00:16:04 UTC 2011 - jengelh@medozas.de
220
221
- Remove redundant tags/sections from specfile
222
223
-------------------------------------------------------------------
224
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
225
226
- use %_smp_mflags
227
228
-------------------------------------------------------------------
229
Mon Jun 7 06:15:02 UTC 2010 - coolo@novell.com
230
231
- add dependency to avoid broken parallel make
232
233
-------------------------------------------------------------------
234
Mon May 10 12:53:14 UTC 2010 - rhafer@novell.com
235
236
- Fixed attributes of /var/run/sasl2 in filelist
237
238
-------------------------------------------------------------------
239
Wed Apr 28 09:24:11 UTC 2010 - rhafer@novell.com
240
241
- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
242
It will now be created on demand by the saslauthd init script.
243
- Adjusted init script headers to silence rpmlint warning/errors.
244
245
-------------------------------------------------------------------
246
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de
247
248
- add baselibs.conf as a source
249
250
-------------------------------------------------------------------
251
Mon Nov 23 10:57:47 UTC 2009 - rhafer@novell.com
252
253
- Fixed linker arguments for ldap- and sql-auxprop plugins
254
(bnc#555568)
255
256
-------------------------------------------------------------------
257
Mon Jul 20 16:20:35 CEST 2009 - coolo@novell.com
258
259
- build against krb5-mini to avoid build cycle
260
261
-------------------------------------------------------------------
262
Fri May 15 14:23:03 CEST 2009 - rhafer@novell.com
263
264
- Update to 2.1.23, the only change is a fix for a potential buffer
265
overflow in sasl_encode64() (bnc#499104, CVE-2009-0688)
266
- Imported some automake/libtool fixes from upstream cvs
267
268
-------------------------------------------------------------------
269
Mon Mar 2 21:28:09 CET 2009 - crrodriguez@suse.de
270
271
- fix build with GCC 4.4
272
- remove all "la" files
273
274
-------------------------------------------------------------------
275
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
276
277
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
278
(bnc#437293)
279
280
-------------------------------------------------------------------
281
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
282
283
- obsolete old -XXbit packages (bnc#437293)
284
285
-------------------------------------------------------------------
286
Mon Aug 18 10:32:31 CEST 2008 - rhafer@suse.de
287
288
- Fixed init-scripts Required-Stop Tags
289
290
-------------------------------------------------------------------
291
Tue Jul 29 15:15:25 CEST 2008 - rhafer@suse.de
292
293
- Enhance sysconfig file and init script to allow to pass arbitrary
294
parameters to saslauthd (bnc#397808)
295
- Fixed description of the SASLAUTHD_THREADS sysconfig option.
296
297
-------------------------------------------------------------------
298
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
299
300
- added baselibs.conf file to build xxbit packages
301
for multilib support
302
303
-------------------------------------------------------------------
304
Fri Mar 28 09:45:45 CET 2008 - rhafer@suse.de
305
306
- Moved "Version:" up to the top to make versioned
307
Obsoletes/Requires work correctly.
308
309
-------------------------------------------------------------------
310
Wed Mar 26 16:06:15 CET 2008 - rhafer@suse.de
311
312
- Enabled NTLM authentication plugin (bnc#343665), created new
313
subpackage cyrus-sasl-ntlm
314
- Replaced %run_ldconfig macro as suggested by rpmlint
315
- Replaced unversioned Obsoltes/Provides with versioned ones
316
- Removed unneeded Split-Provides
317
318
-------------------------------------------------------------------
319
Fri Oct 26 16:40:22 CEST 2007 - rhafer@suse.de
320
321
- Fixed some RPMLINT complaints
322
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
323
(Bug #335754)
324
325
-------------------------------------------------------------------
326
Tue Mar 20 10:13:29 CET 2007 - rhafer@suse.de
327
328
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
329
set the number of threads that saslauthd should spawn
330
(Bug #199114)
331
332
-------------------------------------------------------------------
333
Fri Oct 27 13:20:59 CEST 2006 - rhafer@suse.de
334
335
- Use /etc/sasl2/ as directory for config files of services
336
%{_libdir} can still be used for backwards compatibilty
337
(Bug #206414)
338
339
-------------------------------------------------------------------
340
Mon Sep 25 16:21:55 CEST 2006 - rhafer@suse.de
341
342
- Remove unneeded automake/autoheader calls
343
344
-------------------------------------------------------------------
345
Mon Sep 11 12:56:51 CEST 2006 - rhafer@suse.de
346
347
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
348
BuildRequires of cyrus-sasl.spec
349
- Removed unneeded openldap2 from BuildRequires of
350
cyrus-sasl-saslauthd
351
352
-------------------------------------------------------------------
353
Tue Aug 29 12:47:43 CEST 2006 - rhafer@suse.de
354
355
- Enabled the ldapdb auxprop plugin and created new subpackage
356
cyrus-sasl-ldap-auxprop for it (Bug #201478)
357
358
-------------------------------------------------------------------
359
Fri Aug 25 14:47:35 CEST 2006 - rhafer@suse.de
360
361
- remove saslauthd man-page from cyrus-sasl package to solve
362
confict with -saslauthd subpackage (Bug #200490)
363
364
-------------------------------------------------------------------
365
Fri Jun 2 11:33:04 CEST 2006 - rhafer@suse.de
366
367
- updated to 2.1.22
368
* new pluginviewer utility for reporting information about client
369
and server side authentication plugins and auxprop plugins
370
(e.g. supported features, methods, etc.).
371
* Added support for HTTP POST password validation in saslauthd
372
- rename SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name
373
collision with other packages in src.rpm (Bug #98188)
374
- include "crypt.h" in auth_shadow.c to avoid possible crash in
375
saslauthd (Bug #179621)
376
377
-------------------------------------------------------------------
378
Mon Apr 3 15:10:49 CEST 2006 - rhafer@suse.de
379
380
- remove dlcompat-20010505 from tarball because of legal risk and
381
documented this in README.Source (Bug: #161390)
382
- added check for dlcompat-20010505 to the spec file
383
384
-------------------------------------------------------------------
385
Wed Jan 25 21:30:05 CET 2006 - mls@suse.de
386
387
- converted neededforbuild to BuildRequires
388
389
-------------------------------------------------------------------
390
Wed Nov 23 13:48:56 CET 2005 - choeger@suse.de
391
392
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
393
394
-------------------------------------------------------------------
395
Mon Sep 26 01:46:48 CEST 2005 - ro@suse.de
396
397
- added LDAP_DEPRECATED to CFLAGS
398
399
-------------------------------------------------------------------
400
Wed Jul 13 17:07:50 CEST 2005 - choeger@suse.de
401
402
- use /dev/urandom instead of /dev/random, see
403
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
404
for an explanation
405
- removed the useless .la files from rpm
406
407
-------------------------------------------------------------------
408
Tue May 17 18:42:14 CEST 2005 - choeger@suse.de
409
410
- update to version 2.1.21
411
412
-------------------------------------------------------------------
413
Mon Mar 14 19:46:51 CET 2005 - choeger@suse.de
414
415
- now also build the sql auxprop plugin; created new subpackage
416
cyrus-sasl-sqlauxprop
417
418
-------------------------------------------------------------------
419
Fri Feb 25 17:24:12 CET 2005 - uli@suse.de
420
421
- better GCC4 fix
422
423
-------------------------------------------------------------------
424
Fri Feb 25 14:40:12 CET 2005 - uli@suse.de
425
426
- fixed to build with GCC4
427
428
-------------------------------------------------------------------
429
Tue Nov 2 20:47:23 CET 2004 - mmj@suse.de
430
431
- Get rid of .cvsignore files
432
- Don't remove buildroot before install
433
434
-------------------------------------------------------------------
435
Mon Oct 25 11:47:36 CEST 2004 - choeger@suse.de
436
437
- update to version 2.1.20
438
439
-------------------------------------------------------------------
440
Wed Oct 6 15:00:16 CEST 2004 - choeger@suse.de
441
442
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
443
444
-------------------------------------------------------------------
445
Mon Sep 20 15:54:37 CEST 2004 - choeger@suse.de
446
447
- package binaries of sample-client and -server instead of
448
shell wrappers (which do not work)
449
450
-------------------------------------------------------------------
451
Fri Sep 17 11:20:28 CEST 2004 - choeger@suse.de
452
453
- removed saslauthd from cyrus-sasl requires, as it is only
454
needed on a "server" side and also not in every case (buildin
455
mechanisms as CRAM- or DIGEST-MD5 do not need it)
456
- added split-provides for saslauthd
457
458
-------------------------------------------------------------------
459
Mon Sep 6 13:37:56 CEST 2004 - choeger@suse.de
460
461
- added testsaslauthd to filelist
462
- removed saslauthd and insserv makros from cyrus-sasl.spec
463
464
-------------------------------------------------------------------
465
Fri Sep 3 13:14:02 CEST 2004 - choeger@suse.de
466
467
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
468
dependency openldap2 <-> cyrus-sasl with saslauthd having
469
LDAP support
470
471
-------------------------------------------------------------------
472
Tue Aug 31 11:55:28 CEST 2004 - choeger@suse.de
473
474
- removed update messages and implemented "split-provides"
475
instead
476
477
-------------------------------------------------------------------
478
Tue Aug 31 10:12:22 CEST 2004 - choeger@suse.de
479
480
- added LDAP support for saslauthd, Bugzilla ID#44051
481
482
-------------------------------------------------------------------
483
Mon Aug 30 13:54:01 CEST 2004 - choeger@suse.de
484
485
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
486
now using new update messages mechanism
487
- added sample/client sample/server to file list
488
489
-------------------------------------------------------------------
490
Thu Jul 15 13:50:15 CEST 2004 - choeger@suse.de
491
492
- update to version 2.1.19
493
494
-------------------------------------------------------------------
495
Tue Jun 15 11:30:48 CEST 2004 - choeger@suse.de
496
497
- bugfix id#39245 - cyrus-sasl includes straycat man page
498
499
-------------------------------------------------------------------
500
Fri Mar 12 17:57:06 CET 2004 - choeger@suse.de
501
502
- update to version 2.1.18 (Bugfix Release)
503
504
-------------------------------------------------------------------
505
Tue Jan 27 15:39:57 CET 2004 - choeger@suse.de
506
507
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
508
509
-------------------------------------------------------------------
510
Thu Jan 22 12:28:34 CET 2004 - choeger@suse.de
511
512
- Bugfix Bugzilla ID#34019, notice users about the fact, that
513
cyrus-sasl has been splitted into subpackages
514
515
-------------------------------------------------------------------
516
Fri Jan 16 13:08:08 CET 2004 - kukuk@suse.de
517
518
- Add pam-devel to neededforbuild
519
520
-------------------------------------------------------------------
521
Tue Dec 2 10:11:37 CET 2003 - choeger@suse.de
522
523
- update to version 2.1.17
524
525
-------------------------------------------------------------------
526
Fri Oct 31 16:59:33 CET 2003 - choeger@suse.de
527
528
- Don't build as root
529
530
-------------------------------------------------------------------
531
Fri Oct 17 22:23:19 CEST 2003 - kukuk@suse.de
532
533
- Remove unused des from neededforbuild
534
535
-------------------------------------------------------------------
536
Tue Sep 16 13:13:09 CEST 2003 - kukuk@suse.de
537
538
- Add missing Provides [Bug #31005]
539
540
-------------------------------------------------------------------
541
Mon Sep 1 13:26:43 CEST 2003 - choeger@suse.de
542
543
- removed "-u root" from startproc as it always failes
544
- removed link to doc/components.html from doc/index.html as
545
components.html does not exist (Bugzilla ID#29253)
546
547
-------------------------------------------------------------------
548
Thu Aug 14 18:48:47 CEST 2003 - choeger@suse.de
549
550
- Bugfix Bugzilla ID#28932:
551
missing activation metadata in sysconfig template
552
553
-------------------------------------------------------------------
554
Wed Jul 30 13:27:05 CEST 2003 - choeger@suse.de
555
556
- new macros for stop/restart of services on rpm update/removal
557
558
-------------------------------------------------------------------
559
Tue Jul 15 18:52:11 CEST 2003 - choeger@suse.de
560
561
- update to version 2.1.15
562
563
-------------------------------------------------------------------
564
Mon Jun 30 18:04:22 CEST 2003 - choeger@suse.de
565
566
- update to version 2.1.14
567
568
-------------------------------------------------------------------
569
Wed Jun 18 12:03:48 CEST 2003 - ro@suse.de
570
571
- use kerberos-devel-packages in neededforbuild
572
573
-------------------------------------------------------------------
574
Fri Jun 13 10:25:14 CEST 2003 - kukuk@suse.de
575
576
- Add missing directory to filelist
577
578
-------------------------------------------------------------------
579
Fri May 9 09:54:05 CEST 2003 - choeger@suse.de
580
581
- use -ldb instead of -ldb-x.y to manually link the
582
dbconverter
583
584
-------------------------------------------------------------------
585
Tue May 6 14:37:14 CEST 2003 - choeger@suse.de
586
587
- update to version 2.1.13
588
589
-------------------------------------------------------------------
590
Tue Apr 15 08:50:41 CEST 2003 - ro@suse.de
591
592
- added krb4-lib,krb4-devel to neededforbuild
593
594
-------------------------------------------------------------------
595
Mon Apr 7 14:56:11 CEST 2003 - choeger@suse.de
596
597
- renamed to cyrus-sasl
598
- splitted libraries for the following auth methods into seperate
599
packages:
600
- crammd5
601
- digestmd5
602
- otp
603
- plain
604
this is to prevent from annoying warnings about missing proper
605
setup of mechanisms we don't use
606
607
-------------------------------------------------------------------
608
Thu Mar 6 18:19:30 CET 2003 - choeger@suse.de
609
610
- ever used dbconverter-2? Well it is just a shell script
611
which uses the damn compiled source tree... :-(
612
manually building dbconverter to let users convert their
613
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
614
615
-------------------------------------------------------------------
616
Thu Mar 6 17:34:18 CET 2003 - choeger@suse.de
617
618
- as cyrus-sasl is dropped now:
619
provide cyrus-sasl-*, obsolete cyrus-sasl-*
620
(Bugzilla ID# 24762)
621
622
-------------------------------------------------------------------
623
Tue Feb 4 10:48:37 CET 2003 - choeger@suse.de
624
625
- update to cyrus-sasl-2.1.12, bug-fix release.
626
This release addresses a few minor build and distribution
627
related issues
628
629
-------------------------------------------------------------------
630
Mon Feb 3 10:54:48 CET 2003 - choeger@suse.de
631
632
- update to cyrus-sasl-2.1.11, bug-fix release.
633
It addresses a number of issues in the build system, a
634
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
635
server side support to only require one of the LM or NT methods.
636
637
-------------------------------------------------------------------
638
Thu Jan 23 11:03:56 CET 2003 - choeger@suse.de
639
640
- don't use new libtool macros as cyrus-sasl2 seems to not
641
work when using them.
642
- added patch to compile shared libraries on ppc
643
644
-------------------------------------------------------------------
645
Wed Jan 15 09:21:28 CET 2003 - kukuk@suse.de
646
647
- Remove openldap2 from needed for build
648
649
-------------------------------------------------------------------
650
Tue Jan 14 11:18:35 CET 2003 - choeger@suse.de
651
652
- do not build the static library anymore
653
654
-------------------------------------------------------------------
655
Wed Dec 11 13:15:29 CET 2002 - choeger@suse.de
656
657
- added sysconfig metadata to sysconfig templates
658
659
-------------------------------------------------------------------
660
Tue Dec 10 09:46:44 CET 2002 - choeger@suse.de
661
662
- update to version 2.1.10
663
This version corrects a number of DIGEST-MD5
664
interoperability issues, as well as corrects some potential buffer
665
overflows.
666
667
-------------------------------------------------------------------
668
Thu Oct 31 00:23:42 CET 2002 - ro@suse.de
669
670
- make it build again
671
672
-------------------------------------------------------------------
673
Tue Oct 29 15:13:35 CET 2002 - ro@suse.de
674
675
- remove own libtool macros
676
677
-------------------------------------------------------------------
678
Thu Oct 24 10:42:11 CEST 2002 - choeger@suse.de
679
680
- update to latest version 2.1.9
681
682
-------------------------------------------------------------------
683
Thu Sep 12 14:52:42 CEST 2002 - choeger@suse.de
684
685
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
686
with cyrus-sasl2-devel, because they contain files with the
687
same name
688
689
-------------------------------------------------------------------
690
Mon Aug 19 18:48:02 CEST 2002 - rhafer@suse.de
691
692
- enabled building of the static libsasl.a. It is needed for
693
cyrus-imap to be usable with nss_ldap (which is linked against
694
cyrus-sasl1)
695
696
-------------------------------------------------------------------
697
Mon Aug 12 11:04:01 CEST 2002 - choeger@suse.de
698
699
- update to version 2.1.7
700
701
-------------------------------------------------------------------
702
Thu Aug 8 10:31:06 CEST 2002 - choeger@suse.de
703
704
- added .la files to the sasl2 plugin directory
705
([lt_]dlopen seems to need that)
706
707
-------------------------------------------------------------------
708
Mon Aug 5 17:07:37 CEST 2002 - choeger@suse.de
709
710
- added Prereq
711
712
-------------------------------------------------------------------
713
Sat Jul 27 18:09:53 CEST 2002 - adrian@suse.de
714
715
- add %run_ldconfig
716
717
-------------------------------------------------------------------
718
Wed Jul 17 10:08:45 CEST 2002 - choeger@suse.de
719
720
- update to version 2.1.6
721
722
-------------------------------------------------------------------
723
Wed Jun 19 18:25:16 CEST 2002 - choeger@suse.de
724
725
- also install dbconverter-2 to be able to migrate from
726
cyrus-sasl(1)
727
728
-------------------------------------------------------------------
729
Tue Jun 18 16:21:06 CEST 2002 - choeger@suse.de
730
731
- /var/run/sasl2 must be 755 to let non root daemons
732
connect to unix socket
733
734
-------------------------------------------------------------------
735
Tue Jun 18 16:09:08 CEST 2002 - choeger@suse.de
736
737
- added initscript and sysconfig file for saslauthd
738
- added docs
739
740
-------------------------------------------------------------------
741
Tue Jun 18 12:34:35 CEST 2002 - rhafer@suse.de
742
743
- added opie to needforbuild
744
- should build on ppc64 and s390x now
745
746
-------------------------------------------------------------------
747
Mon Jun 17 20:37:14 CEST 2002 - rhafer@suse.de
748
749
- additional autoconf related patches, that were missing at first
750
check in
751
752
-------------------------------------------------------------------
753
Mon Jun 17 18:12:24 CEST 2002 - rhafer@suse.de
754
755
- Initial checkin of cyrus-sasl-2.1.5
756
757