Commit Graph

139 Commits

Author SHA256 Message Date
Christian Kornacker
6a088ef2c1 BuildRequire pkgconfig(systemd)
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=112
2014-02-20 09:15:21 +00:00
Christian Kornacker
19017bed2e fix systemd service installation
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=111
2014-02-19 13:45:44 +00:00
Peter Varkoly
23b5d4c8e8 fix spec
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=109
2014-02-14 12:38:08 +00:00
Peter Varkoly
e1abe421ee OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=108 2014-02-14 12:37:15 +00:00
Peter Varkoly
7345330668 - Remove PidFile from service definition
- Update to 2.4.39
  * Fixed libldap MozNSS crash (ITS#7783)
  * Fixed libldap memory leak with SASL (ITS#7757)
  * Fixed libldap assert in parse_passwdpolicy_control (ITS#7759)
  * Fixed libldap shortcut NULL RDNs (ITS#7762)
  * Fixed libldap deref to use correct control
  * Fixed liblmdb keysizes with mdb_update_key (ITS#7756)
  * Fixed slapd cn=config olcDbConfig modification (ITS#7750)
  * Fixed slapd-bdb/hdb to bail out of search if config is paused (ITS#7761)
  * Fixed slapd-bdb/hdb indexing issue with derived attributes (ITS#7778)
  * Fixed slapd-mdb to bail out of search if config is paused (ITS#7761)
  * Fixed slapd-mdb indexing issue with derived attributes (ITS#7778)
  * Fixed slapd-perl to bail out of search if config is paused (ITS#7761)
  * Fixed slapd-sql to bail out of search if config is paused (ITS#7761)
  * Fixed slapo-constraint handling of softadd/softdel (ITS#7773)
  * Fixed slapo-syncprov assert with findbase (ITS#7749)
  * Build Environment
      Test suite: Use $(MAKE) for tests (ITS#7753)
  * Documentation
      admin24 fix TLSDHParamFile to be correct (ITS#7684) 
- FATE#315028 remove memory limit for slapd 

- Remove PidFile from service definition
- Update to 2.4.39
  * Fixed libldap MozNSS crash (ITS#7783)
  * Fixed libldap memory leak with SASL (ITS#7757)
  * Fixed libldap assert in parse_passwdpolicy_control (ITS#7759)
  * Fixed libldap shortcut NULL RDNs (ITS#7762)
  * Fixed libldap deref to use correct control

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=107
2014-02-12 11:29:08 +00:00
Peter Varkoly
5798d8fa39 - Add systemd style service definition
- FATE#315028 remove memory limit for slapd
- FATE#315415: LDAP compat packages required for older SLES versions
  For this reson following patches were applied:
   openldap-2.3.37-libldap-suid.diff
   openldap-2.3.37-libldap-ldapi_url.dif
   openldap-2.3.37-libldap-ntlm.diff
   openldap-2.3.37-libldap-gethostbyname_r.dif
   openldap-2.3.37-libldap-sasl-max-buff-size.dif
   openldap-2.3.37-libldap-utf8-ADcanonical.dif
   openldap-2.3.37-liblber-length-decoding.dif
   openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif
   openldap-2.3.37-libldap-tls_chkhost-its6239.dif
   openldap-2.3.37-libldap-ssl.dif

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=106
2014-02-11 12:31:42 +00:00
Peter Varkoly
cb4daf01de Accepting request 210556 from openSUSE:Factory:PowerLE
Please forward to factory.
- Make /etc/sasl2 owned by openldap2.
- Fix garbled openldap2.changes.

OBS-URL: https://build.opensuse.org/request/show/210556
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=104
2013-12-11 14:09:21 +00:00
Peter Varkoly
f550aee243 - Update to 2.4.38
* Fixed liblmdb nordahead flag (ITS#7734)
     * Fixed liblmdb to check cursor index before cursor_del (ITS#7733)
     * Fixed liblmdb wasted space on split (ITS#7589)
     * Fixed slapd for certs with a NULL issuerDN (ITS#7746)
     * Fixed slapd cn=config with empty nested includes (ITS#7739)
     * Fixed slapd syncrepl memory leak with delta-sync MMR (ITS#7735)
     * Fixed slapd-bdb/hdb to stop processing on dn not found (ITS#7741)
     * Fixed slapd-bdb/hdb with indexed ANDed filters (ITS#7743)
     * Fixed slapd-mdb to stop processing on dn not found (ITS#7741)
     * Fixed slapd-mdb dangling reader (ITS#7662)
     * Fixed slapd-mdb matching rule for OlcDbEnvFlags (ITS#7737)
     * Fixed slapd-mdb with indexed ANDed filters (ITS#7743)
     * Fixed slapd-meta from blocking other threads (ITS#7740)
     * Fixed slapo-syncprov assert with findbase (ITS#7749)
    Changes in 2.4.37
     * Added liblmdb nordahead environment flag (ITS#7725)
     * Fixed client tools CLDAP with IPv6 (ITS#7695)
     * Fixed libldap CLDAP with IPv6 (ITS#7695)
     * Fixed libldap lock ordering with abandon op (ITS#7712)
     * Fixed liblmdb segfault with mdb_cursor_del (ITS#7718)
     * Fixed liblmdb when converting to writemap (ITS#7715)
     * Fixed liblmdb assert on MDB_NEXT with delete (ITS#7722)
     * Fixed liblmdb wasted space on split (ITS#7589)
     * Fixed slapd cn=config with olcTLSProtocolMin (ITS#7685)
     * Fixed slapd-bdb/hdb optimize index updates (ITS#7329)
     * Fixed slapd-ldap chaining with cn=config (ITS#7381, ITS#7434)
     * Fixed slapd-ldap chaning with controls (ITS#7687)
     * Fixed slapd-mdb optimize index updates (ITS#7329)
     * Fixed slapd-meta chaining with cn=config (ITS#7381, ITS#7434)

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=103
2013-12-11 10:45:23 +00:00
Peter Varkoly
4a6cd00ba1 new version. change log follows
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=102
2013-12-11 09:12:27 +00:00
Ralf Haferkamp
e483c9e0d7 Accepting request 179334 from home:jengelh:dev
- For now, avoid automatic use of libdb-6_0 by explicitly selecting
  libdb-4_8 as BuildRequire.

OBS-URL: https://build.opensuse.org/request/show/179334
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=100
2013-06-18 07:02:31 +00:00
Ralf Haferkamp
49979cff2e Accepting request 177942 from home:jengelh:branches:network:ldap
- Put static libs into openldap2-devel-static and relieve
  openldap2-devel of static-only deps

OBS-URL: https://build.opensuse.org/request/show/177942
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=98
2013-06-14 06:43:36 +00:00
Ralf Haferkamp
fa1ec2e1a7 Accepting request 141630 from home:oertel:branches:network:ldap
- fix check-build.sh for kernel > 3.0

OBS-URL: https://build.opensuse.org/request/show/141630
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=96
2012-11-19 08:24:31 +00:00
Ralf Haferkamp
4adbab646b Accepting request 141551 from home:rhafer:branches:network:ldap
bnc#767464

OBS-URL: https://build.opensuse.org/request/show/141551
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=94
2012-11-16 10:27:38 +00:00
Ralf Haferkamp
af3b230ba5 Accepting request 139452 from home:rhafer:branches:network:ldap
update to 2.4.33

OBS-URL: https://build.opensuse.org/request/show/139452
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=92
2012-10-26 14:27:11 +00:00
Ralf Haferkamp
e8e0c551c1 Accepting request 139383 from home:coolo:branches:openSUSE:Factory
- add explicit buildrequire on groff - needed to build manuals

- add explicit buildrequire on groff - needed to build manuals (forwarded request 139382 from coolo)

OBS-URL: https://build.opensuse.org/request/show/139383
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=91
2012-10-26 09:16:02 +00:00
Ralf Haferkamp
407ab6330a Accepting request 138291 from openSUSE:Factory:Staging:Systemd
- buildrequire krb5-mini in openldap2-client to avoid cycle

OBS-URL: https://build.opensuse.org/request/show/138291
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=89
2012-10-24 14:29:21 +00:00
Ralf Haferkamp
5b7a979021 Accepting request 120913 from home:rhafer:branches:network:ldap
Update to 2.4.31

OBS-URL: https://build.opensuse.org/request/show/120913
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=87
2012-05-14 10:26:08 +00:00
Ralf Haferkamp
aa0bcd106b - Disabled testsuite for now. Causes problems in the buildserivce
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=85
2012-04-23 07:18:42 +00:00
Ralf Haferkamp
22a1d2a6ce OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=84 2012-04-23 07:05:54 +00:00
Ralf Haferkamp
5ec73bea13 Accepting request 108184 from home:rhafer:branches:network:ldap
Update to 2.4.30

OBS-URL: https://build.opensuse.org/request/show/108184
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=83
2012-03-06 15:07:37 +00:00
Ralf Haferkamp
92d0f4e3fd Accepting request 107196 from home:rhafer:branches:network:ldap
update to 2.4.29

OBS-URL: https://build.opensuse.org/request/show/107196
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=81
2012-02-28 07:37:37 +00:00
Ralf Haferkamp
26dda8ccd7 - license update: OLDAP-2.8
SPDX format (http://www.spdx.org/licenses)

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=78
2011-12-08 07:19:27 +00:00
Ralf Haferkamp
1756e5bfe4 Accepting request 95714 from home:babelworx:ldig:branches:network:ldap
license update: OLDAP-2.8
SPDX format (http://www.spdx.org/licenses)

OBS-URL: https://build.opensuse.org/request/show/95714
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=77
2011-12-08 07:17:28 +00:00
Ralf Haferkamp
5d47a20f54 Accepting request 95567 from home:rhafer:branches:network:ldap
update to 2.4.28

OBS-URL: https://build.opensuse.org/request/show/95567
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=76
2011-12-06 12:54:38 +00:00
Ralf Haferkamp
0f87dd1131 - add libtool as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=73
2011-11-25 12:18:18 +00:00
Ralf Haferkamp
f88a3a3fca Accepting request 93613 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/93613
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=72
2011-11-25 12:13:43 +00:00
Ralf Haferkamp
a95d3a6076 Accepting request 89386 from home:rhafer:branches:network:ldap
bnc#716895, bnc#719803 and bnc#724201

OBS-URL: https://build.opensuse.org/request/show/89386
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=71
2011-10-26 13:35:50 +00:00
Ralf Haferkamp
212340f559 Accepting request 77338 from home:rhafer:branches:network:ldap
update to 2.4.26

OBS-URL: https://build.opensuse.org/request/show/77338
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=69
2011-07-28 12:07:12 +00:00
OBS User buildservice-autocommit
3b822faba1 Updating link to change in openSUSE:Factory/openldap2 revision 80.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=00082860f3cbc6df67eab774a2b029aa
2011-03-30 08:42:21 +00:00
Ralf Haferkamp
8f9a3ae89d Accepting request 65525 from network:ldap:OpenLDAP:RE24
OBS-URL: https://build.opensuse.org/request/show/65525
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=67
2011-03-30 07:00:22 +00:00
Ralf Haferkamp
24a254134d Accepting request 62461 from network:ldap:OpenLDAP:RE24
OBS-URL: https://build.opensuse.org/request/show/62461
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=66
2011-03-02 10:41:54 +00:00
OBS User buildservice-autocommit
b31d8853df Updating link to change in openSUSE:Factory/openldap2 revision 78.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=2721c4c335a25da94007685283e5a3f8
2011-02-18 12:41:46 +00:00
Ralf Haferkamp
7e3c62b9c1 Accepting request 61462 from network:ldap:OpenLDAP:RE24
OBS-URL: https://build.opensuse.org/request/show/61462
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=64
2011-02-16 13:51:13 +00:00
OBS User buildservice-autocommit
cc81609490 Updating link to change in openSUSE:Factory/openldap2 revision 75.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=cd7ca64cbfa6f62e84ac6866fb600dcd
2011-01-24 15:28:49 +00:00
Ralf Haferkamp
f83bd04772 Accepting request 58862 from home:rhafer:branches:network:ldap
OBS-URL: https://build.opensuse.org/request/show/58862
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=62
2011-01-20 13:08:18 +00:00
OBS User buildservice-autocommit
1ca8e206a0 Updating link to change in openSUSE:Factory/openldap2 revision 73.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=578f522b7b0106ca8d372c6d8e26956b
2011-01-07 08:30:12 +00:00
Ralf Haferkamp
b5191f1de3 - Fixed quotation in init-script to avoid errors when calling it
from within /etc/openldap/slapd.d/cn=config/ (bnc#660492).

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=60
2011-01-05 15:52:34 +00:00
OBS User buildservice-autocommit
cb253c7f11 Updating link to change in openSUSE:Factory/openldap2 revision 71.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=1e45c0e98035a47ca77645aac4d487ce
2010-11-12 13:55:46 +00:00
Ralf Haferkamp
9446624d30 updated changelogs
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=57
2010-11-12 12:45:48 +00:00
Ralf Haferkamp
3ef3072610 simplified pie patch a bit
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=56
2010-11-12 09:55:09 +00:00
Ralf Haferkamp
f83edd3df7 - Backported -VVV commandline switch for slapd from HEAD
(to list enabled static overlays)
- Build all overlays except syncprov and ppolicy as dynamic modules
  (Fixes bnc#648479)
- Added README.dynamic-overlays to point out some details dynamice
  overlays

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=55
2010-11-10 15:39:43 +00:00
Ralf Haferkamp
f886e9d5b0 - Surpress gcc warnings about extra format string arguments.
- Split-off openldap2-doc (noarch) package (Admin Guide and IDs)

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=54
2010-11-09 15:13:38 +00:00
OBS User buildservice-autocommit
a30adec72d Updating link to change in openSUSE:Factory/openldap2 revision 69.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=eb37760f4db3363150b390fdd5504b61
2010-10-07 19:59:49 +00:00
OBS User autobuild
82178d17a9 Accepting request 49888 from network:ldap
checked in (request 49888)

OBS-URL: https://build.opensuse.org/request/show/49888
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=52
2010-10-07 19:59:48 +00:00
Ralf Haferkamp
7b53140e1c - Handle the libdb-4_5 -> libdb-4_8 Version update by opening the
Databases with DB_RECOVER if a version mismatch is detected.

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=51
2010-10-05 14:42:41 +00:00
Ralf Haferkamp
908edbc7f9 Accepting request 49700 from home:elvigia:branches:network:ldap
OBS-URL: https://build.opensuse.org/request/show/49700
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=50
2010-10-04 08:04:50 +00:00
OBS User autobuild
31dd2dfe2f Accepting request 49498 from network:ldap
checked in (request 49498)

OBS-URL: https://build.opensuse.org/request/show/49498
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=49
2010-10-01 22:00:20 +00:00
OBS User buildservice-autocommit
e4735dff76 Updating link to change in openSUSE:Factory/openldap2 revision 68.0
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=5c1bc584ad88835e5be73c4e925be4f8
2010-10-01 22:00:20 +00:00
Ralf Haferkamp
526cf25e7d testsuite
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=48
2010-09-29 09:26:37 +00:00
Ralf Haferkamp
273ff89580 - Don't build 2.3 slapcat anymore for 11.3 and newer. We switch to
2.4 long ago.
- Removed automatic 2.3->2.4 migration in %post
- moved back-sql examples to make rpmlint happy

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=47
2010-09-29 09:24:42 +00:00