Commit Graph

58 Commits

Author SHA256 Message Date
Peter Varkoly
c6e55fa98b - GCC 14: cyrus-sasl package fails (bsc#1221863)
Apply upstream patch:
  0001-Fix-time.h-check.patch

- GCC 14: cyrus-sasl package fails (bsc#1221863)
  Apply upstream patch:
  0001-Fix-time.h-check.patch

- GCC 14: cyrus-sasl package fails (bsc#1221863)
  Apply upstream patch:
  0001-Fix-time.h-check.patch

- GCC 14: cyrus-sasl package fails (bsc#1221863)
  Apply upstream patch:
  0001-Fix-time.h-check.patch

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=108
2024-05-07 08:43:13 +00:00
8705dae7d9 Accepting request 1151118 from home:dimstar:rpm4.20:c
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151118
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=106
2024-03-01 12:32:16 +00:00
c9677b7715 Accepting request 1123531 from home:dimstar:Factory
- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

- drop optional opie dependency 

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

- drop optional opie dependency 

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

- Fix build with RPM 4.19: unnumbered patches are no longer
  supported.

- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

- drop optional opie dependency 

- Do not set directories inside doc/ mode 644; otherwise the

OBS-URL: https://build.opensuse.org/request/show/1123531
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=104
2023-11-07 10:33:55 +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
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
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
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
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
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
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
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
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
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
f8c9d6609e Accepting request 186393 from home:jsjhb:branches:network
fix typo in no_rpath.patch as described in #827230

OBS-URL: https://build.opensuse.org/request/show/186393
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=36
2013-08-09 13:27:57 +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
848490e7c0 Accepting request 93622 from home:rhafer:branches:network
Updated cyrus-sasl-gs2-not-overwrite-minor-error-code.dif with latest upstream improvements

OBS-URL: https://build.opensuse.org/request/show/93622
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=24
2011-11-25 12:21:46 +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
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 autobuild
69448303ce Accepting request 44179 from network
checked in (request 44179)

OBS-URL: https://build.opensuse.org/request/show/44179
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=17
2010-07-30 10:44:45 +00:00
Pavol Rusnak
102eb21d8d Accepting request 42118 from home:jengelh:smp
Copy from home:jengelh:smp/cyrus-sasl via accept of submit request 42118 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42118
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=16
2010-06-28 14:21:11 +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
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