Сравнение openldap-2.5.19 с openldap-2.5.20
| /usr/portage/net-nds/openldap/openldap-2.5.20.ebuild 2026-03-11 11:46:08.966418227 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
MY_PV="$(ver_rs 1-2 _)" |
| 13 | 13 | |
| 14 |
BIS_PN=rfc2307bis.schema |
|
| 15 |
BIS_PV=20140524 |
|
| 16 |
BIS_P="${BIS_PN}-${BIS_PV}"
|
|
| 17 | ||
| 18 | 14 |
DESCRIPTION="LDAP suite of application and development tools" |
| 19 | 15 |
HOMEPAGE="https://www.openldap.org/" |
| 20 | 16 |
SRC_URI=" |
| 21 | 17 |
https://openldap.org/software/download/OpenLDAP/${PN}-release/${P}.tgz
|
| 22 |
mirror://gentoo/${BIS_P}
|
|
| 23 | 18 |
verify-sig? ( https://openldap.org/software/download/OpenLDAP/${PN}-release/${P}.tgz.asc )
|
| 24 | 19 |
" |
| 25 | 20 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openldap.asc |
| ... | ... | |
| 27 | 22 |
LICENSE="OPENLDAP GPL-2" |
| 28 | 23 |
# Subslot added for bug #835654 |
| 29 | 24 |
SLOT="0/$(ver_cut 1-2)" |
| 30 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 25 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 31 | 26 | |
| 32 | 27 |
IUSE_DAEMON="argon2 +cleartext crypt experimental minimal samba tcpd" |
| 33 | 28 |
IUSE_OVERLAY="overlays perl autoca" |
| ... | ... | |
| 815 | 810 |
docinto contrib |
| 816 | 811 |
newdoc addrdnvalues/README addrdnvalues-README |
| 817 | 812 | |
| 818 |
insinto /etc/openldap/schema |
|
| 819 |
newins "${DISTDIR}"/${BIS_P} ${BIS_PN}
|
|
| 820 | ||
| 821 | 813 |
docinto back-sock ; dodoc "${S}"/servers/slapd/back-sock/searchexample*
|
| 822 | 814 |
docinto back-perl ; dodoc "${S}"/servers/slapd/back-perl/SampleLDAP.pm
|
| 823 | 815 | |