From owner-freebsd-hackers@freebsd.org Wed Aug 15 10:25:15 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B911E107CC7B for ; Wed, 15 Aug 2018 10:25:15 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from sonic307-22.consmr.mail.sg3.yahoo.com (sonic307-22.consmr.mail.sg3.yahoo.com [106.10.241.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5B9983E67 for ; Wed, 15 Aug 2018 10:25:13 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) X-YMail-OSG: FztN0lcVM1nKHzTeWa7uq34MEbqFKTeR5jYmCYruXsarFeNl6Xw1pk5PKcbY7l6 DJIVAwa2qHOYa0m12.M0OIdvVwqyNPbB5ZRNcpOjysq6PkkwzeI4iUVQrND_Pa4Mr6K6opiMj1e9 8d9DP626oEDTE6oMYdpoEJjeYbgHlKGezJxvzFqQXxfYTaCytmyuIliOE2cjS4AIiyS2.Sji9ESz V2RrFXYrEIahUIzmH692rjhHkYBM0KN.onlRTbFwQ5ZJSAO1I6XeM2pSGR8UlLtYvPyS8ncnxrHs hlgmsqjEgxjGueAMI.Dd6kDng1PudNFmAFaWRM8yLo0V9pt9nPQO3.FDKhVTlHDmBqSoLsx9luWy 99nPwXbt22YG0HXGkMjPDqWhYayIL6RZJ4wE6ZRFq7sbPj9JLvx8LSBs0b3jB8cpmiAq50JPU71M jOq452UwoxSoRoJn328uIULy4lsYA8eXbeRCesw_Tpm9t.Ohg2MDtYN5yxQimQj8bqd4bfIpb59L Y.04P7wWqcE01u7ZhE39Zkpiog4hnYBNFgvE5YX3nQjPsCCkpLcw4.1Olg9KD1w1yl8XfCi1GCou oloPH7iMVixj_Hc.h90BnTRjs0Z9PdFGBGh7apoxQkRMm3RJ6HH08plQgLlXrs1wfVLOavW5rM3l yOBNreFCOIu8W7xopL82AILIXnM1Zu7MfLHbODvL0IoA6DAnJKaoqMwWDP2WPeZrHgj1ui5KSxbn aa7M0dQ5a0Q33TRel38d6c4Q6JHcZC_B.233mFCU_xdK0K6.kcLu_1JDH9aMbA6.T84eFo95z2LK l3EcBwB8cNBEZf0E2LO7mVhRCjtfPZoL81ff9R7raoDVaroLgHexSa093WBpvkFDKGrMLZ6k2yGd QKa8cHuXXkOQOFgs61rLobrq_XRv5KW3f9G1N0B5gnIH4WB960VqHkYJhYqJjrV3HTIJk_g0cmZP SLoe1MW8JEIjmfSmoE_Xvze4BC4BsMI5Q Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.sg3.yahoo.com with HTTP; Wed, 15 Aug 2018 10:25:03 +0000 Date: Wed, 15 Aug 2018 10:25:00 +0000 (UTC) From: Patrick Dung To: "freebsd-hackers@freebsd.org" Message-ID: <1474457216.7423838.1534328700893@mail.yahoo.com> In-Reply-To: <390738685.5860710.1534084162025@mail.yahoo.com> References: <390738685.5860710.1534084162025.ref@mail.yahoo.com> <390738685.5860710.1534084162025@mail.yahoo.com> Subject: Re: Suggestion on some programs or libraries that could be included in FreeBSD base OS MIME-Version: 1.0 X-Mailer: WebService/1.1.12206 YMailNorrin Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 10:25:16 -0000 Hello, I understand that the base system should be keep small. I had some programs or libraries in mind that they may be integrated into the base OS. Let's discuss. 1) SASL and GSSAPI support Sendmail and Heimdal (a Kerberos implementation) are already in base.But since SASL is not in base, these programs do not have SASL support. Looks like the Cryus-SASL license https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYINGis a BSD like license. If SASL is included in base, then it would save time for installing or rebuilding Sendmail / Heimdal from ports for SASL/LDAP (see below) support. 2) LDAP client/library supportThere are several LDAP client library like:a) OpenBSD ldap server/clientb) Mozilla C-SDK LDAP (https://github.com/dogtagpki/ldap-sdk/tree/master/c-sdk)Looks like it's multi licensed MPL 1.1/GPL.c) OpenLDAP (http://www.openldap.org/software/release/license.html)Looks like a BSD like license. 3) If the LDAP client / library is in base, then possibly name service switch and/or PAM with LDAP support could also be included in base.Just like we already have pam_krb5 in base. I hope I am not asking for too much. Since most of the above programs can be installed from ports. Finally, I am not a lawyer. Individual licenses should be read and proper legal counsel should be consulted as needed. Thanks,Patrick From owner-freebsd-hackers@freebsd.org Wed Aug 15 14:03:40 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05E2C1085CD1 for ; Wed, 15 Aug 2018 14:03:40 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E4AA8E8D3 for ; Wed, 15 Aug 2018 14:03:39 +0000 (UTC) (envelope-from driesm.michiels@gmail.com) Received: by mail-ed1-x52b.google.com with SMTP id h4-v6so870053edi.6 for ; Wed, 15 Aug 2018 07:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:content-language :thread-index; bh=RnvY9AHy2/V6zLGSpXIfxnv1abF/RXqPToS8rfbjX+g=; b=o0NVmnBPlwpAXgrFB+YbR/ObjdPZIhgfk1I7vi6bl4ud1aYhgT+yinbSibXBPW146m JEeKj8C9tqjBymmwDQ5deJ8uU6fYEHm5Jzztu5N4oFmkfMu2Zq/BglMIdyrFfq8xZZCO DR/g4xt0KEYCbJCqmy6GRMuwPmc22iRHdBDCiIQAWILAkKxI3UpuLyIZdgUGSwLmpQUh f9IITC57l5yePvKeIFCh7IRMOMKAaQVv5HXs98cG9tjpQlNIdFptQekah5wBrQKj7pG1 7XNPhBNLTpecx0z9aJOpGCTy+IqhvAAMePOfuP/ZhH3VHwPFqjKPRBcCfVXihGE78tId JqQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-language:thread-index; bh=RnvY9AHy2/V6zLGSpXIfxnv1abF/RXqPToS8rfbjX+g=; b=G+uWbvsDjXQJiNdSyub44v8wl9+Eu8fLIoKXNW6wTMFYfwkp+hPWu04jI1sf6+1mnq zK6CBRU7ga4a6lu18BONDILM6M/Fx0obB/sFlVquIgsaLGUsh3KerPKxrzhO5yRWgrcS /ccl4OCCVuW6lM84yuUEbNQ62L0SOzlwj75hEOyloQVj0vatghjVr6TX5xQQtP88WRkL mEFtphTc7lWNGuBNyBfy6VKu3ac6YSfg0UDl1ZFpsatoI5r9GPrnG2paMigR2pFA6tXS G4aP7EKHbV00O6TEEB0PcZ55NofHYrOQVAIaOkgJR7aGDPHe2+AqKD9LetuOSTIkcNH/ ThZA== X-Gm-Message-State: AOUpUlEd1151B7HiPF1RANLFJow/dJWwbk7BpraKYFZc/bKNZ2OW+aKJ +BmLVWaVn22/Cksz66+CLy5x8jOvt2E= X-Google-Smtp-Source: AA+uWPx2B4wwt0epsqWfyyf53/SbbRt4OAb7E8T1Cg64chxwnGrmkpEMMQ045F2A7DGl/vnl4Ik1Cw== X-Received: by 2002:a50:8854:: with SMTP id c20-v6mr32271242edc.146.1534341818137; Wed, 15 Aug 2018 07:03:38 -0700 (PDT) Received: from DriesPC (94-224-232-102.access.telenet.be. [94.224.232.102]) by smtp.gmail.com with ESMTPSA id b44-v6sm20736875edd.93.2018.08.15.07.03.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Aug 2018 07:03:37 -0700 (PDT) From: "Dries Michiels" To: Subject: Use absolute path for KERNCONF in make.conf Date: Wed, 15 Aug 2018 16:03:37 +0200 Message-ID: <001501d434a0$c3b8d8f0$4b2a8ad0$@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Content-Language: nl-be Thread-Index: AdQ0oDJAiMSBYcGASlKp/BnjFokBeg== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 14:03:40 -0000 Hello, Is it possible to specify an absolute directory for kernel configurations in make.conf? Or does the specified name need to be present under /usr/src/sys/amd64/conf/KERNELNAME EG: KERNCONF = /root/KERNELNAME Thanks