Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_3 23 May 2024 11:30:19
    |
Gleb Popov (arrowd)  |
net-mgmt/adcli: Remove homegrown Hiemdal support
The local patch adding Hiemdal support was causing 'adcli join' command to fail.
Hiemdal is going away neverthless, so remove this patch.
While here, fix Makefile style.
Sponsored by: Serenity Cybersecurity, LLC |
0.9.2_2 18 May 2024 08:22:43
    |
Gleb Popov (arrowd)  |
*: Change the MAINTAINER field per request
PR: 278267 |
0.9.2_1 17 Mar 2024 09:23:06
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
0.9.2 18 Jan 2024 23:39:17
    |
Mikhail Teterin (mi)  |
net-mgmt/adcli: upgrade from 0.9.1 to 0.9.2
Also switch to .tar.bz2 and the master-site, that's easier
for Portscout to check.
Changes: https://gitlab.freedesktop.org/realmd/adcli/-/releases |
0.9.1 08 Feb 2023 10:53:56
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.1 20 Jul 2022 14:22:42
    |
Tobias C. Berner (tcberner)  |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.9.1 21 Oct 2021 21:52:48
    |
Mikhail Teterin (mi)  |
net-mgmt/adcli: explicitly depend on libtool
Notified by: pkg-fallout |
0.9.1 20 Oct 2021 18:46:46
    |
Mikhail Teterin (mi)  |
net-mgmt/adcli: Upgrade to 0.9.1, fix generation of documentation.
The older version (0.8.x) cannot deal with newer ADs.
Requested by: University of California in Santa Cruz. |
0.8.2_1 01 Aug 2021 08:32:35
    |
Xin LI (delphij)  |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301 |
0.8.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.2 28 Feb 2019 17:09:45
  |
mi  |
Upgrade from 0.8.1 to 0.8.2. The changes, according to the author's
NEWS-file:
- Use keytab for realm and NetBIOS name when delete-computer
- Patch adcli.xml to fix documentation
- Remove \n or \r\n from password on stdin
- Update the documentation about the default kerberos cache
- Fix check for EAGAIN or EINTR |
0.8.1_1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.8.1_1 11 Oct 2017 16:22:20
  |
feld  |
net-mgmt/adcli: Fix plist to pass testport
Approved by: portmgr (with hat)
MFH: 2017Q4 |
0.8.1 09 Sep 2016 19:42:46
  |
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
0.8.1 17 Jun 2016 21:48:09
  |
mi  |
Add docbook stuff to BUILD_DEPEND, otherwise build may die, when
generating the utility's man-page.
Notified by: pkg-fallout |
0.8.1 16 Jun 2016 15:35:32
  |
mi  |
Add port of adcli -- a command-line tool to interact with
Microsoft's Active Directory servers.
WWW: https://www.freedesktop.org/software/realmd/adcli/adcli.html |