Commit Graph

109 Commits

Author SHA256 Message Date
Dominique Leuenberger
29e1534f52 Accepting request 946493 from network
OBS-URL: https://build.opensuse.org/request/show/946493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=62
2022-01-15 20:45:13 +00:00
e7fc61044a Accepting request 946174 from home:varkoly:branches:network
- postfix: sasl authentication with password fails (bsc#1194265)
  Add config parameter --with-dblib=gdbm
- Avoid converting of /etc/sasldb2 by every update. Convert
  /etc/sasldb2 only if it is a Berkeley DB

OBS-URL: https://build.opensuse.org/request/show/946174
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=91
2022-01-14 18:28:30 +00:00
Richard Brown
67f4ad1df8 Accepting request 875610 from network
- Fix build: Do not build libsasl2-3 in the bdb package. This will
  not be linked to berkely db. libsasl2-3 is now defined as
  %BuildRequires and %Requires

  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built
  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built
- CVE-2020-8032: cyrus-sasl: Local privilege escalation to root
  due to insecure tmp file usage. (bsc#1180669)
  Use /var/adm/update-scripts/ instead of /tmp. Clean up temporary
  files.

  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built

OBS-URL: https://build.opensuse.org/request/show/875610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=61
2021-03-02 11:26:35 +00:00
Peter Varkoly
ea6d5c45e7 - Fix build: Do not build libsasl2-3 in the bdb package. This will
not be linked to berkely db. libsasl2-3 is now defined as
  %BuildRequires and %Requires

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=89
2021-02-27 12:39:33 +00:00
Peter Varkoly
fdc98010cd - Fix build.
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=88
2021-02-25 18:03:53 +00:00
Peter Varkoly
736166884e Remove libsasl2-3-bdb
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=87
2021-02-25 14:49:45 +00:00
Peter Varkoly
ecc5a2adde Adapt spec to build
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=86
2021-02-18 11:45:17 +00:00
Peter Varkoly
c57fcb38e7 The packages cyrus-sasl and cyrus-sasl-saslauthd are built
The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built
  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built

- CVE-2020-8032: cyrus-sasl: Local privilege escalation to root
  due to insecure tmp file usage. (bsc#1180669)
  Use /var/adm/update-scripts/ instead of /tmp. Clean up temporary
  files.
  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=85
2021-02-12 13:02:10 +00:00
Dominique Leuenberger
5824de4564 Accepting request 858433 from network
- Remove Berkeley DB dependency (JIRA#SLE-12190)
  The pacakges cyrus-sasl and cyrus-sasl-saslauthd are build
  without Berkely DB support. gdbm will be used instead of BDB.
  The pacakges cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are build
  with Berkely DB support.
- Update to 2.1.27
  * Added support for OpenSSL 1.1
  * Added support for lmdb
  * Lots of build fixes
  * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech
  * DIGEST-MD5 plugin:
        Fixed memory leaks
        Fixed a segfault when looking for non-existent reauth cache
        Prevent client from going from step 3 back to step 2
        Allow cmusaslsecretDIGEST-MD5 property to be disabled
  * GSSAPI plugin:
        Added support for retrieving negotiated SSF
        Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF
        Properly compute maxbufsize AFTER security layers have been set
  * SCRAM plugin:
        Added support for SCRAM-SHA-256
  * LOGIN plugin:
        Don’t prompt client for password until requested by server
  * NTLM plugin:
        Fixed crash due to uninitialized HMAC context
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- bsc#983938 `After=syslog.target` left-overs in several unit files
- added patches:
  fix_libpq-fe_include.diff  for fixing including libpq-fe.h

OBS-URL: https://build.opensuse.org/request/show/858433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=60
2020-12-28 09:29:39 +00:00
Peter Varkoly
d2795b2d59 - Remove Berkeley DB dependency (JIRA#SLE-12190)
The pacakges cyrus-sasl and cyrus-sasl-saslauthd are build
  without Berkely DB support. gdbm will be used instead of BDB.
  The pacakges cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are build
  with Berkely DB support.
- Update to 2.1.27
  * Added support for OpenSSL 1.1
  * Added support for lmdb
  * Lots of build fixes
  * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech
  * DIGEST-MD5 plugin:
        Fixed memory leaks
        Fixed a segfault when looking for non-existent reauth cache
        Prevent client from going from step 3 back to step 2
        Allow cmusaslsecretDIGEST-MD5 property to be disabled
  * GSSAPI plugin:
        Added support for retrieving negotiated SSF
        Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF
        Properly compute maxbufsize AFTER security layers have been set
  * SCRAM plugin:
        Added support for SCRAM-SHA-256
  * LOGIN plugin:
        Don’t prompt client for password until requested by server
  * NTLM plugin:
        Fixed crash due to uninitialized HMAC context
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- bsc#983938 `After=syslog.target` left-overs in several unit files
- added patches:
  fix_libpq-fe_include.diff  for fixing including libpq-fe.h

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=83
2020-12-24 07:13:40 +00:00
Peter Varkoly
1284bc3de0 Accepting request 854346 from home:varkoly:branches:network
- Remove Berkeley DB dependency (JIRA#SLE-12190)
  The pacakges cyrus-sasl and cyrus-sasl-saslauthd are build
  without Berkely DB support. gdbm will be used instead of BDB.
  The pacakges cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are build
  with Berkely DB support.
- Update to 2.1.27
  * Added support for OpenSSL 1.1
  * Added support for lmdb
  * Lots of build fixes
  * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech
  * DIGEST-MD5 plugin:
        Fixed memory leaks
        Fixed a segfault when looking for non-existent reauth cache
        Prevent client from going from step 3 back to step 2
        Allow cmusaslsecretDIGEST-MD5 property to be disabled
  * GSSAPI plugin:
        Added support for retrieving negotiated SSF
        Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF
        Properly compute maxbufsize AFTER security layers have been set
  * SCRAM plugin:
        Added support for SCRAM-SHA-256
  * LOGIN plugin:
        Don’t prompt client for password until requested by server
  * NTLM plugin:
        Fixed crash due to uninitialized HMAC context
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- bsc#983938 `After=syslog.target` left-overs in several unit files
- added patches:
  fix_libpq-fe_include.diff  for fixing including libpq-fe.h

OBS-URL: https://build.opensuse.org/request/show/854346
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=82
2020-12-15 10:40:10 +00:00
Dominique Leuenberger
5c20358fef Accepting request 760381 from network
(see CVE-2019-19906 bsc#1159635)
  (see CVE-2019-19906 bsc#1159635)

OBS-URL: https://build.opensuse.org/request/show/760381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=59
2020-01-05 14:20:47 +00:00
Tomáš Chvátal
6d47421c29 (see CVE-2019-19906 bsc#1159635)
(see CVE-2019-19906 bsc#1159635)

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=80
2020-01-02 09:11:38 +00:00
Tomáš Chvátal
519ada175d Accepting request 758329 from home:stroeder:branches:network
reference CVE-2019-19906 instead of cyrus-sasl ticket URL

OBS-URL: https://build.opensuse.org/request/show/758329
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=79
2020-01-02 09:10:36 +00:00
Dominique Leuenberger
8f4842355d Accepting request 751846 from network
OBS-URL: https://build.opensuse.org/request/show/751846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=58
2019-12-07 14:19:29 +00:00
Tomáš Chvátal
8921302ca2 Accepting request 751708 from home:stroeder:branches:network
- added backport-patch cyrus-sasl-bug587.patch which fixes
  off-by-one error in _sasl_add_string function
  (see https://github.com/cyrusimap/cyrus-sasl/issues/587)
- added backport-patch cyrus-sasl-bug587.patch which fixes
  off-by-one error in _sasl_add_string function
  (see https://github.com/cyrusimap/cyrus-sasl/issues/587)

OBS-URL: https://build.opensuse.org/request/show/751708
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=77
2019-11-29 09:49:12 +00:00
Dominique Leuenberger
558cc08d50 Accepting request 655748 from network
- removed patches obsoleted by upstream changes:
  * shared_link_on_ppc.patch
  * fix-sasl-header.diff
  * cyrus-sasl-revert_gssapi_flags.patch
  * cyrus-sasl-issue-402.patch
  * cyrus-sasl-2.1.27-openssl-1.1.0.patch
- replaced cumlocal/ with m4/ in patches
- added fix_libpq-fe_include.diff for fixing including libpq-fe.h
- Update to 2.1.27
  * cache.c:
      Don’t use cached credentials if timeout has expired
      Fixed debug logging output
  * ipc_doors.c:
      Fixed potential DoS attack (from Oracle)
  * ipc_unix.c:
      Prevent premature closing of socket
  * auth_rimap.c:
      Added support LOGOUT command
      Added support for unsolicited CAPABILITY responses in LOGIN reply
      Properly detect end of responses (don’t needlessly wait)
      Properly handle backslash in passwords
  * auth_httpform:
      Fix off-by-one error in string termination
      Added support for 204 success response
  * auth_krb5.c:
      Added krb5_conv_krb4_instance option
      Added more verbose error logging

- removed patches obsoleted by upstream changes:
  * shared_link_on_ppc.patch

OBS-URL: https://build.opensuse.org/request/show/655748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=57
2018-12-11 14:45:12 +00:00
9b9aa4f766 added missing compat
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=75
2018-12-06 15:10:42 +00:00
2c4d2f9160 Accepting request 649912 from home:stroeder:branches:network
Update to 2.1.27

Please carefully review this change!

I don't know what's the build issue on older distro version.

I've successfully tested on Tumbleweed x86_64: LDAPI with SASL/EXTERNAL, LDAPS client certs with SASL/EXTERNAL, LDAP with SASL/GSSAPI to MS AD

OBS-URL: https://build.opensuse.org/request/show/649912
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=74
2018-11-26 16:55:50 +00:00
Dominique Leuenberger
30bf92b533 Accepting request 576291 from network
OBS-URL: https://build.opensuse.org/request/show/576291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=56
2018-02-16 20:40:29 +00:00
Ismail Dönmez
aac8956e26 Accepting request 576290 from home:varkoly:branches:network
- bsc#983938 `After=syslog.target` left-overs in several unit files

- Replace references to /var/adm/fillup-templates with new
- bsc#983938 `After=syslog.target` left-overs in several unit files

- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/576290
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=72
2018-02-13 14:07:32 +00:00
Dominique Leuenberger
a4544851e9 Accepting request 545126 from network
OBS-URL: https://build.opensuse.org/request/show/545126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=55
2017-11-29 09:49:58 +00:00
f415854c91 Accepting request 544660 from home:RBrownSUSE:branches:network
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544660
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=70
2017-11-24 10:22:43 +00:00
Dominique Leuenberger
6e6c3fba77 Accepting request 520990 from network
1

OBS-URL: https://build.opensuse.org/request/show/520990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=54
2017-09-08 18:38:43 +00:00
f5fee744c2 Accepting request 520631 from home:vitezslav_cizek:branches:network
- OpenSSL 1.1 support (bsc#1055463)
  * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora

- OpenSSL 1.1 support (bsc#1055463)
  * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora

OBS-URL: https://build.opensuse.org/request/show/520631
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=68
2017-09-05 07:15:48 +00:00
Dominique Leuenberger
aca01656f0 Accepting request 507330 from network
- added cyrus-sasl-issue-402.patch to fix
  SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
  (see https://github.com/cyrusimap/cyrus-sasl/issues/402)

- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5

  is neither sysconfig or init file
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5

- really use SASLAUTHD_PARAMS variable (bnc#938657)

  is neither sysconfig or init file

OBS-URL: https://build.opensuse.org/request/show/507330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=53
2017-07-04 07:08:30 +00:00
Peter Varkoly
2f18a305c5 is neither sysconfig or init file
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=66
2017-06-30 11:50:54 +00:00
Peter Varkoly
5b81edf44c is neither sysconfig or init file
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=65
2017-06-30 11:50:34 +00:00
Peter Varkoly
1770862617 - bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
- really use SASLAUTHD_PARAMS variable (bnc#938657)

- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5

- really use SASLAUTHD_PARAMS variable (bnc#938657)

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=64
2017-06-30 09:04:08 +00:00
Peter Varkoly
39f18589b4 - bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
- added cyrus-sasl-issue-402.patch to fix
  SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
  (see https://github.com/cyrusimap/cyrus-sasl/issues/402)

- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5

- really use SASLAUTHD_PARAMS variable (bnc#938657)

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=63
2017-06-29 10:48:30 +00:00
Yuchen Lin
a332cc941a Accepting request 486306 from network
1

OBS-URL: https://build.opensuse.org/request/show/486306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=52
2017-04-12 15:11:10 +00:00
7d7a6af4f8 Accepting request 486184 from home:stroeder:branches:network
added patch for https://github.com/cyrusimap/cyrus-sasl/issues/402

tested with Howard's krb/ test.sh

OBS-URL: https://build.opensuse.org/request/show/486184
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=61
2017-04-07 07:48:19 +00:00
Dominique Leuenberger
d29037ff91 Accepting request 348201 from network
1

OBS-URL: https://build.opensuse.org/request/show/348201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=51
2015-12-16 16:42:16 +00:00
Ismail Dönmez
e4a3415715 Accepting request 348180 from home:bmwiedemann:branches:network
really use SASLAUTHD_PARAMS variable (bnc#938657)

OBS-URL: https://build.opensuse.org/request/show/348180
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=59
2015-12-10 07:54:56 +00:00
Dominique Leuenberger
3573b8701a Accepting request 280079 from network
1

OBS-URL: https://build.opensuse.org/request/show/280079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=50
2015-01-09 19:50:23 +00:00
Andrey Karepin
6eca88898c Accepting request 280078 from home:varkoly:branches:network
- bnc#908883 cyrus-sasl-scram refers to wrong RFC 

- bnc#908883 cyrus-sasl-scram refers to wrong RFC

OBS-URL: https://build.opensuse.org/request/show/280078
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=57
2015-01-06 19:21:11 +00:00
Dominique Leuenberger
c8c8456b68 Accepting request 264992 from network
1

OBS-URL: https://build.opensuse.org/request/show/264992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=49
2014-12-16 13:47:34 +00:00
Ismail Dönmez
907e6c3143 Accepting request 264970 from home:jengelh:branches:network
- Make sure /usr/sbin/rcsaslauthd exists

OBS-URL: https://build.opensuse.org/request/show/264970
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=55
2014-12-12 13:02:05 +00:00
Stephan Kulow
52c354a161 Accepting request 252173 from network
1

OBS-URL: https://build.opensuse.org/request/show/252173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=48
2014-09-28 17:56:32 +00:00
69c198c44d Accepting request 251772 from home:varkoly:branches:network
- bnc#897837 saslauthd package has no config

- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure
- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9
  cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)

- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'
- bnc#897837 saslauthd package has no config

- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'

OBS-URL: https://build.opensuse.org/request/show/251772
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=53
2014-09-25 08:26:43 +00:00
Stephan Kulow
d46f688d3e Accepting request 243769 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/243769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=46
2014-08-07 06:07:32 +00:00
2ad2e0bfca Accepting request 242924 from home:sfalken:branches:network
1

OBS-URL: https://build.opensuse.org/request/show/242924
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=51
2014-07-30 09:46:04 +00:00
Tomáš Chvátal
340d247a16 Accepting request 241591 from home:posophe:branches:network
Fixes for systemd

OBS-URL: https://build.opensuse.org/request/show/241591
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=50
2014-07-25 12:38:31 +00:00
Andrey Karepin
0f4fa33b79 Accepting request 237223 from home:ckornacker:branches:network
Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9
 cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)

OBS-URL: https://build.opensuse.org/request/show/237223
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=49
2014-06-15 15:02:49 +00:00
Stephan Kulow
74dd37fdf1 Accepting request 228417 from network
- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'

OBS-URL: https://build.opensuse.org/request/show/228417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=45
2014-04-06 05:10:18 +00:00
Peter Varkoly
e3551fc2c3 - bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=47
2014-04-01 10:33:20 +00:00
Stephan Kulow
1ee24eea0c Accepting request 208570 from network
- Implement shlib packaging guidelines (forwarded request 208521 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/208570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=44
2013-11-29 11:03:38 +00:00
Andrey Karepin
6e3bcf3620 Accepting request 208521 from home:jengelh:branches:network
- Implement shlib packaging guidelines

OBS-URL: https://build.opensuse.org/request/show/208521
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=45
2013-11-26 17:43:17 +00:00
Tomáš Chvátal
c222ddff01 Accepting request 202409 from network
- Put back the .so files to sasl auth packages from devel file.
  The .so files are read by some application instead of full path
  so in order for auth to work this files must be available (forwarded request 202389 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/202409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=43
2013-10-06 17:31:49 +00:00
Michal Hrusecky (old before rename to _miska_)
7ec1e1d156 Accepting request 202389 from home:scarabeus_iv
- Put back the .so files to sasl auth packages from devel file.
  The .so files are read by some application instead of full path
  so in order for auth to work this files must be available

OBS-URL: https://build.opensuse.org/request/show/202389
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=43
2013-10-06 10:36:33 +00:00