Commit Graph

56 Commits

Author SHA256 Message Date
a91e15ac57 - drop optional opie dependency
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=100
2023-01-23 20:36:14 +00:00
258b35721b Accepting request 1056173 from home:dimstar:Factory
- Do not set directories inside doc/ mode 644; otherwise the
  directories are set 644 as well, which means no files inside are
  accessible. This resulted in the past in doc/ actually not being
  added to the devel package.

OBS-URL: https://build.opensuse.org/request/show/1056173
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=98
2023-01-09 18:14:48 +00:00
5eb98d7f9d - update to 2.1.28 (bsc#1196036, CVE-2022-24407):
* https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 
- drop cyrus-sasl-bug587.patch (upstream)

- update to 2.1.28 (bsc#1196036, CVE-2022-24407):
  * https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 
- drop cyrus-sasl-bug587.patch (upstream)

- update to 2.1.28 (bsc#1196036, CVE-2022-24407):
  * https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 
- drop cyrus-sasl-bug587.patch (upstream)

- update to 2.1.28 (bsc#1196036, CVE-2022-24407):
  * https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28 
- drop cyrus-sasl-bug587.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=93
2022-03-09 08:51:58 +00:00
Peter Varkoly
1371118b27 Accepting request 950460 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- cyrus-sasl: prevent fail of %pre when berkely db utils are
  not installed (seems like we want to use this only for upgrade
  so no Prereq added) 
- move license to licensedir
- remove use of RPM_BUILD_ROOT
- minimal spec cleanups
- avoid bashisms

- 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

- 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.

- cyrus-sasl: prevent fail of %pre when berkely db utils are
  not installed (seems like we want to use this only for upgrade
  so no Prereq added) 
- move license to licensedir
- remove use of RPM_BUILD_ROOT
- minimal spec cleanups
- avoid bashisms

- 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/950460
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=92
2022-02-03 15:26:40 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
74225fed37 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=41 2013-09-30 10:48:28 +00:00
7e72e6b732 Accepting request 201350 from KDE:Distro:Factory
This patch fixes builds that are using sasl.h. Based on internet searches, it seems that also gentoo, fedora and other distro's ran into the same issue. The patch comes from Fedora and resolves at least the build of kdepimlibs4

OBS-URL: https://build.opensuse.org/request/show/201350
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=40
2013-09-29 18:38:14 +00:00
4b99a5914b Accepting request 198419 from home:j-engel:branches:network
Update to 2.1.26 now without server side service for download of source file.
Again please note that several other packages (notably openldap) need a rebuild with the new version due to the change in the lib version.

OBS-URL: https://build.opensuse.org/request/show/198419
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=38
2013-09-20 15:12:20 +00:00
Andrey Karepin
3c9308fa83 Accepting request 178927 from home:jengelh:db6
- Add cyrus-sasl-db6.diff to fix compile abort with db >= 5

OBS-URL: https://build.opensuse.org/request/show/178927
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=34
2013-06-14 06:21:28 +00:00
Ralf Haferkamp
dde830d9d1 - Include fix for Cyrus SASL Bug#3589: When abort_if_no_fqdn is 0,
a getaddrinfo failure should be ignored, as long as gethostname()
  succeeded. (bnc#771983)

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=32
2012-08-13 07:57:57 +00:00
5e1a38d881 Accepting request 120534 from home:elvigia:branches:network
- Ensure libraries and tools are built with LFS and include
  config.h in all C files.
- remove rpath

- Move some doc files to devel package and to cyrus-sasl-saslauthd.
- Ensure libraries and tools are built with LFS and include
  config.h in all C files.

OBS-URL: https://build.opensuse.org/request/show/120534
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=30
2012-05-25 06:25:56 +00:00
Ralf Haferkamp
80bac909af Accepting request 112480 from home:k0da:ppc
- remove rpath 

- remove rpath

OBS-URL: https://build.opensuse.org/request/show/112480
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=28
2012-04-23 07:04:49 +00:00
Pavol Rusnak
dc272f641e Accepting request 100554 from home:a_jaeger:FactoryFix
Don't install doc files in base package.

OBS-URL: https://build.opensuse.org/request/show/100554
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=26
2012-01-18 15:43:19 +00:00
Ralf Haferkamp
a45425e35e Accepting request 92407 from home:rhafer:branches:network
Update to 2.1.25

OBS-URL: https://build.opensuse.org/request/show/92407
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=22
2011-11-18 14:39:07 +00:00
Lars Vogdt
a218b5fb7c Accepting request 85978 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85978
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=20
2011-10-03 11:31:53 +00:00
Ralf Haferkamp
a6ee45221c Accepting request 83168 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83168
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=18
2011-09-20 07:30:55 +00:00
OBS User buildservice-autocommit
4ae1a1b139 Updating link to change in openSUSE:Factory/cyrus-sasl revision 20.0
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=2fd45c2cf4dfd5feda4cd59cf08e2d2f
2010-06-09 14:42:09 +00:00
OBS User autobuild
e398ddfa31 Accepting request 41224 from network
checked in (request 41224)

OBS-URL: https://build.opensuse.org/request/show/41224
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=15
2010-06-09 14:42:08 +00:00
Pavol Rusnak
96fcb7ad46 Accepting request 41203 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/cyrus-sasl via accept of submit request 41203 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/41203
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=13
2010-06-07 09:52:59 +00:00
OBS User autobuild
330ff8b66b Accepting request 39731 from network
checked in (request 39731)

OBS-URL: https://build.opensuse.org/request/show/39731
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=12
2010-05-10 16:41:28 +00:00
Ralf Haferkamp
4a20c8b1c2 - Fixed attributes of /var/run/sasl2 in filelist
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=11
2010-05-10 12:54:10 +00:00
OBS User buildservice-autocommit
3d38b637ec Updating link to change in openSUSE:Factory/cyrus-sasl revision 18.0
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=db37977bd15454810799c759b7c35fc1
2010-04-28 20:43:18 +00:00
OBS User autobuild
d03a6f0024 Accepting request 38985 from network
checked in (request 38985)

OBS-URL: https://build.opensuse.org/request/show/38985
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=10
2010-04-28 20:43:17 +00:00
Ralf Haferkamp
285c7e57fc - Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.

- Removed the /var/run/sasl2 directory from cyrus-sasl.spec. 
  It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=9
2010-04-28 09:27:07 +00:00
OBS User autobuild
f0beb66b4d Accepting request 26613 from network
Copy from network/cyrus-sasl based on submit request 26613 from user rhafer

OBS-URL: https://build.opensuse.org/request/show/26613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=16
2009-12-16 08:12:01 +00:00
OBS User autobuild
0fb26313f4 Accepting request 24893 from network
Copy from network/cyrus-sasl based on submit request 24893 from user rhafer

OBS-URL: https://build.opensuse.org/request/show/24893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=15
2009-11-27 11:40:56 +00:00
OBS User unknown
af53b70529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=13 2009-07-23 13:38:08 +00:00
OBS User unknown
2742b76565 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=12 2009-05-18 22:46:09 +00:00
OBS User unknown
fdd6e37272 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=11 2009-03-03 21:18:28 +00:00
OBS User unknown
126696991a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=10 2008-12-15 11:24:38 +00:00
OBS User unknown
6800b85716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=9 2008-11-02 14:37:50 +00:00
OBS User unknown
cd1af19cb0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=8 2008-08-18 16:24:22 +00:00
OBS User unknown
812b501ea8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=7 2008-08-01 23:08:30 +00:00