Port details |
- wmi-client DCOM/WMI client implementation
- 1.3.16_4 net-mgmt =6 1.3.16_4Version of this port present on the latest quarterly branch.
- Maintainer: koichiro@rworks.jp
- Port Added: 2012-04-21 12:28:49
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: htop, sudo, iperf, pciids, usbutils
- License: not specified in port
- Description:
- This DCOM/WMI client implementation is based on Samba4 sources.
It uses RPC/DCOM mechanism to interact with WMI services on
Windows machines.
This package contains also winexe - program to remote execution
Windows commands remotely.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wmi-client>0:net-mgmt/wmi-client
- To install the port:
- cd /usr/ports/net-mgmt/wmi-client/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/wmi-client
- pkg install wmi-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wmi-client
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wmi-1.3.16.tar.bz2) = 1001e0786485ba70ec5ae94b205b182f9cda50cb305d31d12c0ca2edd4c39aff
SIZE (wmi-1.3.16.tar.bz2) = 3047783
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- This port is required by:
- for Run
-
- net-mgmt/librenms
- net-mgmt/observium
- net-mgmt/pandorafms_server
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_wmi-client
- USES:
- autoreconf:build gmake iconv tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.16_4 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.3.16_4 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.16_4 26 Jun 2023 00:09:49 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/wmi-client: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.16_4 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 ) |
1.3.16_4 29 Apr 2021 10:48:06 |
Alexey Dokuchaev (danfe) |
net-mgmt/wmi-client: backport three fixes to nbtsocket.c from upstream
to address some known issues with the port, namely:
- Prevent segmentation fault in certain scenarios
- Fix busy loop on empty UDP packet (CVE-2020-14303)
- Plug memory leak in nbt_name_request_destructor()
While here, remove needless .include <bsd.port.options.mk> and vocalize
the installation command.
Commits: ebab6d6, 3cc0f1e
Obtained
from: https://git.samba.org/?p=samba.git;a=history;f=libcli/nbt/nbtsocket.c
PR: 237038 |
1.3.16_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.16_3 16 Dec 2020 17:41:00 |
swills |
net-mgmt/wmi-client: remove python support
PR: 249741
Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> (maintainer) |
1.3.16_2 23 Dec 2017 17:59:50 |
tijl |
Convert to USES=autoreconf:build. |
1.3.16_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.3.16_2 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.3.16_1 03 May 2015 07:30:18 |
jbeich |
net-mgmt/wmi-client: fix installation when PYTHON=on
/usr/bin/strip: '/usr/ports/net-mgmt/wmi-client/work/stage/bin/wmic': No such
file
PR: 198953
Submitted by: KIKUCHI Koichiro (maintainer) |
1.3.16_1 20 Apr 2015 17:37:20 |
mat |
Fix build with Perl 5.21.1+
"defined(@array)" and "defined(%hash)" are now fatal errors
These have been deprecated since v5.6.1 and have raised deprecation
warnings since v5.16.
With hat: perl@
Sponsored by: Absolight |
1.3.16_1 24 Nov 2014 22:35:08 |
antoine |
Cleanup plist |
1.3.16_1 23 Aug 2014 16:38:43 |
adamw |
- Add STAGE support
- (re)take maintainership
- Add patch to fix "Failed to install service" issue occurs in recent windows
(see http://community.zenoss.org/message/48714)
- Make python bindings optional. it's mainly used in ZENOSS internally
and should be optional.
PR: 192853
Submitted by: KIKUCHI Koichiro |
1.3.16 24 Jul 2014 15:36:50 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.3.16 26 May 2014 15:01:40 |
miwi |
- Convert gmake, bzip2, xz to USES
Approved by: portmgr |
1.3.16 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.3.16 14 Dec 2013 10:31:16 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.3.16 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.3.16 13 Aug 2013 01:19:08 |
zi |
- Fix bad MASTER_SITES to resolve fetch issues [1]
- Convert to new 'created by' header+Makefile cleanup while here
PR: ports/180584 [1]
Submitted by: brd@ [1] |
1.3.16 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.3.16 21 Apr 2012 12:27:40 |
motoyuki |
Add Pandora FMS 4.0.1 - a Flexible Monitoring System.
WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client
which is needed for Pandora FMS.
Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp>
Junichi Satoh <junichi@junichi.org>
WWW; http://pandorafms.org/
Feature safe: yes |