Bug#1138718: sendmail: FTBFS with libnsl 2.0:
Aurelien Jarno <[email protected]>
| Newsgroups | gmane.linux.debian.qa-packages |
|---|---|
| Message-ID | <aiVWVRwbBhcszhmI__17751.3184420363$1780832010$gmane$org@aurel32.net> |
On 2026-06-02 21:54, Marco Moock wrote: > Am 02.06.26 um 21:26 schrieb Aurelien Jarno: > > - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, > > + This package supports REGEX, DB, NIS, LDAP, DNS maps, > > Is that really enough? > IIRC this is just a description and the compile-time options needs to be > modified to remove NIS+ support from the package. Yes, this is enough because NISPLUS support is autodetected (and that's why the description in debian/control didn't match anymore). Now if you prefer, it's also possible to disable the feature instead of leaving it autodetected. That's what the following patch does: --- sendmail-8.18.2/debian/configure.options +++ sendmail-8.18.2/debian/configure.options @@ -83,7 +83,7 @@ # --enable-nis=...........Allow NIS maps [auto] --enable-nis=auto # --enable-nisplus=.......Allow NISPLUS maps [auto] ---enable-nisplus=auto +--enable-nisplus=no # --enable-ldap=..........Allow LDAP maps [auto] --enable-ldap=yes # --enable-hesiod=........Allow HESIOD maps [auto] --- sendmail-8.18.2/debian/control +++ sendmail-8.18.2/debian/control @@ -56,7 +56,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Package: rmail @@ -184,7 +184,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://aurel32.net
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmolVlEACgkQE4jA+Jno M2vE1RAAhIlKUmlxUcekDY5kV2SKktBLV4FNdQdRuAnlS63Sdo6D9jn7q1ygCwF4 QSNssiAo2BQIk4LR/isQY6oWhW1heNghF/jtmqxHGRW03BLnU3uCRfY47v1dV4Jf XhSzosOxUP7WBUWPT8ABR0TwhxW5lLbgYW7DN3R84MV5UZABhqDcDD/ccSFK+ysX Wpl758N/m9vx8lp6Ic/3ZgYPOSE+q32ZdajhD4Kl7Om2YjQHXdESJogXWdvRCkRl /Db51961CmCsqEHMAtqJckJi3MzZjj//UqcgG+l3+Qm7cTLffpAJ5fjxnP1hazGW 0P5SDbPaPawlbX91RgeVoWzQE1mtBZsttNVTwNX3WWjGZb2mgMUj0l9XvcCvACWq 7rd5b0KQSY2AEllx8RJHdVJj1jFadyTacq5TfwdUAkEPD4QK/fmCHl2CK1c9t0Y+ zlyEWaCEqvmjc3AU4fxZC/5azrYoLawVG2GbLQRUlN2yaWFXPdfooaRxFxUUQfga W/7khcgeNkjN0JOIUKqC1tn5sEZq//ogzMvuJab0UYyRym1ioj0kL4fntcPIJYrO LZ4y86Nb2+y6hwphVB9kVmCI/nRpPnRmBY/VnUUcsbnjrI+eIDzhPWMTJ2yJ71Q4 HGh31zDIpueeeBu+mMAXFpIBmtyFxm6+r6v4igqBsdrhO95RhqI= =Xq8J -----END PGP SIGNATURE-----