forked from jengelh/openldap2
Accepting request 35048 from network:ldap
Copy from network:ldap/openldap2 based on submit request 35048 from user rhafer OBS-URL: https://build.opensuse.org/request/show/35048 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=61
This commit is contained in:
parent
99d88ab53e
commit
2ef171b749
@ -1,8 +0,0 @@
|
||||
--- libraries/libldap/ldap.conf 2004/04/01 09:43:12 1.1
|
||||
+++ libraries/libldap/ldap.conf 2004/04/01 09:50:42
|
||||
@@ -11,3 +11,5 @@
|
||||
#SIZELIMIT 12
|
||||
#TIMELIMIT 15
|
||||
#DEREF never
|
||||
+TLS_REQCERT allow
|
||||
+
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c44c098dd07e2d1a8cc01559d61373af59d226225f27716e933052a80a39ee97
|
||||
size 4487
|
||||
oid sha256:7644ec4cd7ba33194e99981d1661b53af9abc5b3eb2d214475ad4b4b067c5928
|
||||
size 4488
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Fixed quotation in sed expression to escape ldapi path in init
|
||||
script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Removed obsolete hunk from openldap2.dif
|
||||
- Remove ldap.conf patch to use saner default for Certificate
|
||||
verification (bnc#575146)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de
|
||||
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
||||
%endif
|
||||
Version: 2.4.21
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://www.openldap.org
|
||||
License: BSD3c(or similar) ; openldap 2.8
|
||||
%if "%{name}" == "openldap2"
|
||||
@ -54,7 +54,6 @@ Source6: schema2ldif
|
||||
Source100: openldap-2.3.37.tar.bz2
|
||||
Patch1: openldap2.dif
|
||||
Patch2: slapd_conf.dif
|
||||
Patch3: ldap_conf.dif
|
||||
Patch4: ldapi_url.dif
|
||||
Patch5: slapd-back-hdb-fortify.dif
|
||||
Patch6: libldap-gethostbyname_r.dif
|
||||
@ -173,7 +172,6 @@ Authors:
|
||||
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Fixed quotation in sed expression to escape ldapi path in init
|
||||
script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Removed obsolete hunk from openldap2.dif
|
||||
- Remove ldap.conf patch to use saner default for Certificate
|
||||
verification (bnc#575146)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de
|
||||
|
||||
|
@ -35,16 +35,4 @@ Index: configure.in
|
||||
AC_SUBST(PACKAGE)dnl
|
||||
AC_SUBST(VERSION)dnl
|
||||
AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
|
||||
Index: servers/slapd/aclparse.c
|
||||
===================================================================
|
||||
--- servers/slapd/aclparse.c.orig
|
||||
+++ servers/slapd/aclparse.c
|
||||
@@ -644,7 +644,7 @@ parse_acl(
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
|
||||
- snprintf( buf, sizeof( buf ), "%s: line %d: "
|
||||
+ snprintf( buf, sizeof( buf ),
|
||||
" attr \"%s\" normalization failed (%d: %s)",
|
||||
fname, lineno,
|
||||
a->acl_attrs[ 0 ].an_name.bv_val, rc, text );
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de
|
||||
BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel
|
||||
%endif
|
||||
Version: 2.4.21
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://www.openldap.org
|
||||
License: BSD3c(or similar) ; openldap 2.8
|
||||
%if "%{name}" == "openldap2"
|
||||
@ -54,7 +54,6 @@ Source6: schema2ldif
|
||||
Source100: openldap-2.3.37.tar.bz2
|
||||
Patch1: openldap2.dif
|
||||
Patch2: slapd_conf.dif
|
||||
Patch3: ldap_conf.dif
|
||||
Patch4: ldapi_url.dif
|
||||
Patch5: slapd-back-hdb-fortify.dif
|
||||
Patch6: libldap-gethostbyname_r.dif
|
||||
@ -173,7 +172,6 @@ Authors:
|
||||
%setup -q -n openldap-%{version} -a1 -a2 -b100
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
|
Loading…
Reference in New Issue
Block a user