1
0
forked from jengelh/openldap2

7 Commits

Author SHA256 Message Date
2b74094981 Accepting request 1192647 from network:ldap
- Add back two hunks from gcc14.patch as gcc14-v2.patch.  Not all
  bugs that gcc14.patch fixed were dealt with in the upstream --
  one bug is caused by
  0016-Clear-shared-key-only-in-close-function.patch and one bug
  still remains in the upstream.

OBS-URL: https://build.opensuse.org/request/show/1192647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=186
2024-08-10 17:06:05 +00:00
OBS User unknown
2c2fb5ffd4 [info=4029e81ba39bc3ad0647ae62172b9493d12e854b52820d5370ac5771cabae5ba]
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=327
2024-08-08 16:17:23 +00:00
510b36d2e1 Accepting request 1190628 from network:ldap
- Update to relese 2.6.8

OBS-URL: https://build.opensuse.org/request/show/1190628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=185
2024-08-01 20:03:47 +00:00
OBS User unknown
a45efc1eb5 [info=8f998cd85104beab1c2213b0cf5f7feef907d8925abdcf712f80fea621e003a1]
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=326
2024-07-31 08:32:27 +00:00
OBS User unknown
4bccfc5bf6 [info=2f39dde991f1384b1d8ba2cad90d0170550808df6730ff46499157fa5368b379]
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=325
2024-07-31 07:58:58 +00:00
543fc1553d [info=03c6657a1fe8e99dda492f4d9dec8aeefd5773d9e97365112500ec7c6ac3df4c]
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=324
2024-07-31 05:03:35 +00:00
17245dd92c Accepting request 1190307 from home:jamborm:gcc14test-m
- Backported one hunk from upstream commit fb9e6a81bbee as
  openldap2-fb9e6a81bbee.patch to fix incompatible pointer type being
  passed to a function which is diagnosed as an error by GCC 14.

If the request is OK, please forward it to Factory soon so that we can
switch the default compiler.  Thanks!

OBS-URL: https://build.opensuse.org/request/show/1190307
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=323
2024-07-31 04:59:13 +00:00
3 changed files with 9 additions and 8 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1723031454
commit: 4029e81ba39bc3ad0647ae62172b9493d12e854b52820d5370ac5771cabae5ba
url: https://src.opensuse.org/jengelh/openldap2
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f13c93beb5fe49e16842ab9afd8031be97944b67cd26bafb180d924c86398b0d
size 256

View File

@@ -63,7 +63,6 @@ BuildRequires: db-devel
BuildRequires: groff BuildRequires: groff
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: cracklib-devel
%if 0%{?suse_version} < 1600 %if 0%{?suse_version} < 1600
BuildRequires: openslp-devel BuildRequires: openslp-devel
%endif %endif
@@ -147,7 +146,6 @@ to be applied with all usages of libldap.
Summary: OpenLDAP Contrib Modules Summary: OpenLDAP Contrib Modules
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version} Requires: openldap2 = %{version}
Recommends: cracklib
%description contrib %description contrib
Various overlays found in contrib/: Various overlays found in contrib/:
@@ -161,7 +159,6 @@ datamorph store enumerated values and fixed size integers
denyop denyop
lastbind writes last bind timestamp to entry lastbind writes last bind timestamp to entry
noopsrch handles no-op search control noopsrch handles no-op search control
ppm password policy module for OpenLDAP ppolicy overlay (requires cracklib)
pw-sha2 generates/validates SHA-2 password hashes pw-sha2 generates/validates SHA-2 password hashes
pw-pbkdf2 generates/validates PBKDF2 password hashes pw-pbkdf2 generates/validates PBKDF2 password hashes
smbk5pwd generates Samba3 password hashes (heimdal krb disabled) smbk5pwd generates Samba3 password hashes (heimdal krb disabled)
@@ -289,7 +286,7 @@ export STRIP=""
make depend make depend
%make_build %make_build
# Build selected contrib overlays # Build selected contrib overlays
for SLAPO_NAME in addpartial allowed allop autogroup authzid datamorph lastbind denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 ppm trace variant vc for SLAPO_NAME in addpartial allowed allop autogroup authzid datamorph lastbind denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 trace variant vc
do do
make -C contrib/slapd-modules/${SLAPO_NAME} %{?_smp_mflags} "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}" make -C contrib/slapd-modules/${SLAPO_NAME} %{?_smp_mflags} "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}"
done done
@@ -338,7 +335,7 @@ make STRIP="" DESTDIR="%{buildroot}" "sysconfdir=%{_sysconfdir}/openldap" "libdi
# Additional symbolic link to slapd executable in /usr/sbin/ # Additional symbolic link to slapd executable in /usr/sbin/
ln -s %{_libdir}/slapd %{buildroot}%{_sbindir}/slapd ln -s %{_libdir}/slapd %{buildroot}%{_sbindir}/slapd
# Install selected contrib overlays # Install selected contrib overlays
for SLAPO_NAME in addpartial allowed allop autogroup authzid datamorph lastbind denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 ppm trace variant vc for SLAPO_NAME in addpartial allowed allop autogroup authzid datamorph lastbind denyop cloak noopsrch passwd/sha2 passwd/pbkdf2 trace variant vc
do do
make -C contrib/slapd-modules/${SLAPO_NAME} STRIP="" DESTDIR="%{buildroot}" "mandir=%{_mandir}" "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}" install make -C contrib/slapd-modules/${SLAPO_NAME} STRIP="" DESTDIR="%{buildroot}" "mandir=%{_mandir}" "sysconfdir=%{_sysconfdir}/openldap" "libdir=%{_libdir}" "libexecdir=%{_libdir}" install
done done
@@ -391,7 +388,6 @@ install -m 644 servers/slapd/slapd.ldif \
%{buildroot}%{DOCDIR}/slapd.ldif.default %{buildroot}%{DOCDIR}/slapd.ldif.default
rm -f %{buildroot}/etc/openldap/schema/README rm -f %{buildroot}/etc/openldap/schema/README
rm -f %{buildroot}/etc/openldap/slapd.ldif* rm -f %{buildroot}/etc/openldap/slapd.ldif*
rm -f %{buildroot}/etc/openldap/ppm.example
mv servers/slapd/back-sql/rdbms_depend servers/slapd/back-sql/examples mv servers/slapd/back-sql/rdbms_depend servers/slapd/back-sql/examples
rm -f %{buildroot}%{_libdir}/openldap/*.a rm -f %{buildroot}%{_libdir}/openldap/*.a
@@ -556,14 +552,12 @@ ln -fs libldap.so "%{buildroot}%{_libdir}/libldap_r.so"
%{_libdir}/openldap/denyop.* %{_libdir}/openldap/denyop.*
%{_libdir}/openldap/lastbind.* %{_libdir}/openldap/lastbind.*
%{_libdir}/openldap/noopsrch.* %{_libdir}/openldap/noopsrch.*
%{_libdir}/openldap/ppm.*
%{_libdir}/openldap/pw-pbkdf2.* %{_libdir}/openldap/pw-pbkdf2.*
%{_libdir}/openldap/pw-sha2.* %{_libdir}/openldap/pw-sha2.*
%{_libdir}/openldap/smbk5pwd.* %{_libdir}/openldap/smbk5pwd.*
%{_libdir}/openldap/trace.* %{_libdir}/openldap/trace.*
%{_libdir}/openldap/variant.* %{_libdir}/openldap/variant.*
%{_libdir}/openldap/vc.* %{_libdir}/openldap/vc.*
%doc %{_mandir}/man5/slapm-ppm.*
%files client %files client
%doc %{_mandir}/man1/ldap* %doc %{_mandir}/man1/ldap*