Andreas Wacknitz
2024-02-01 e801552a3d1380fb491cc349885383140816434d
openldap: update to 2.6.7 & switch to openssl-3.1

3 files modified
14 ■■■■ changed files
components/network/openldap/Makefile 6 ●●●● patch | view | raw | blame | history
components/network/openldap/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/network/openldap/pkg5 6 ●●●● patch | view | raw | blame | history
components/network/openldap/Makefile
@@ -29,12 +29,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         openldap
COMPONENT_VERSION=      2.6.6
COMPONENT_VERSION=      2.6.7
COMPONENT_SUMMARY=      OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tgz
COMPONENT_PROJECT_URL=  https://www.openldap.org/
COMPONENT_ARCHIVE_HASH= sha256:082e998cf542984d43634442dbe11da860759e510907152ea579bdc42fe39ea0
COMPONENT_ARCHIVE_HASH= sha256:cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930
COMPONENT_ARCHIVE_URL=  https://openldap.org/software/download/OpenLDAP/openldap-release/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=         library/openldap
COMPONENT_CLASSIFICATION=System/Libraries
@@ -113,7 +113,7 @@
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += library/gmp
REQUIRED_PACKAGES += library/libtool/libltdl
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += library/unixodbc
REQUIRED_PACKAGES += security/argon2
REQUIRED_PACKAGES += shell/ksh93
components/network/openldap/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/network/openldap/pkg5
@@ -3,9 +3,9 @@
        "SUNWcs",
        "library/gmp",
        "library/libtool/libltdl",
        "library/security/openssl-11",
        "library/security/openssl-31",
        "library/unixodbc",
        "runtime/perl-536",
        "runtime/perl-538",
        "security/argon2",
        "shell/ksh93",
        "system/library",
@@ -15,4 +15,4 @@
        "library/openldap"
    ],
    "name": "openldap"
}
}