- 27 Feb, 2021 40 commits
-
-
arrowd authored
-
antoine authored
-
-
ehaupt authored
-
jbeich authored
Changes: https://github.com/eqrion/cbindgen/compare/v0.17.0...v0.18.0 Reported by: GitHub (watch releases)
-
-
danfe authored
- Spell `yes' as we usually do
-
-
danfe authored
-
tobik authored
PR: 224985
-
tobik authored
pkg-static: idutils-4.6_2 conflicts with coreutils-8.28 (installs files into the same place). Problematic file: /usr/local/bin/gid For lack of a better solution resolve this by prefixing gid with a g. It is now installed as ggid. linux-gid and sh-utils no longer seem to exist in the tree, so drop CONFLICTS completely. PR: 224985 Submitted by: Trond.Endrestol@ximalas.info Approved by: peterj (maintainer timeout, 3 years)
-
gerald authored
-
tobik authored
Also while here replace MAKE_FLAGS with MAKE_ARGS and since the submission was almost there also pet portclippy. PR: 231843 Submitted by: takefu@airport.fm Approved by: jmmv (maintainer timeout, >2 years)
-
wen authored
-
wen authored
-
tobik authored
Submitted by: maintainer Differential Revision: https://reviews.freebsd.org/D28951
-
mfechner authored
Changelog: https://lucene.apache.org/solr/8_8_1/changes/Changes.html
-
mfechner authored
Added the script and added a target to simplify further upgrades.
-
wen authored
PR: 253869 Submitted by: ports@nicandneal.net(maintainer)
-
yuri authored
-
yuri authored
Reported by: portscout
-
yuri authored
-
yuri authored
-
swills authored
-
swills authored
-
swills authored
-
swills authored
-
swills authored
-
wen authored
PR: 253757 Submitted by: wen@ Exp-run by: antoine@
-
swills authored
-
swills authored
-
swills authored
Security: 52bd2d59-4ab5-4bef-a599-7aac4e92238b
-
swills authored
-
linimon authored
cc: error: invalid arch name 'native', string must begin with rv32{i,e,g} or rv64{i,g} (For cluster building, it should not be set in any case.) Approved by: maintainer
-
ygy authored
Approved by: lwhsu
-
swills authored
Provides a enhances colorized netstat like tool that is capable of doing searches. The search criteria can be any of the following. * CIDR * port * host * PTR * pctcpu * pctmem * Regex PTR * state * UID * username * wait channel Among other unique features it can also display the full command, PctMem, and PctCPU of the process with the connection. WWW: https://metacpan.org/release/Net-Connection-ncnetstat PR: 253410 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
-
swills authored
Creates Net::Connection objects using lsof. WWW: https://metacpan.org/release/Net-Connection-lsof PR: 253690 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
-
swills authored
This sorts a array of Net::Connection objects. Currently the methods below are supported. * host_f - Host foreign * host_fl - Host, foreign then local * host_l - Host, local * host_lf - Host, local then foreign * pid - Process ID * port_f - Port, foreign, numeric * port_fa - Port, foreign, alpha * port_l - Port, local, numeric * port_la - Port, local, alpha * proto - Network connection protocol * ptr_f - PTR, foreign * ptr_l - PTR, local * state - Connection * uid - User ID * user - Username WWW: https://metacpan.org/release/Net-Connection-Sort PR: 253409 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
-
swills authored
Provides a easy to use method for checking if a Net::Connection object mathes a series of checks. Currently can do matching based off of the following. * CIDR * Command * PctCPU * PctMem * Ports * Protocol * State * RegexPTR * PTR * UID * Username * WChan WWW: https://metacpan.org/release/Net-Connection-Match PR: 253408 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
-
swills authored
This module crates a object that basically serves as a means to store basic connection information and retrieve it. WWW: https://metacpan.org/release/Net-Connection PR: 253406 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
-