aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* net/sniproxy: Add missing provideKirill Ponomarev2022-06-282-1/+2
| | | | (cherry picked from commit d56968c63533d3c2d02834956155fe177758a842)
* */*: Restore a missing wpa BSD driver patchCy Schubert2022-06-204-6/+128
| | | | | | | | | | | These patches were removed to sync with base where in fact base was missing these patches and base should have been synced with the ports. PR: 264238 Fixes: b8477825c2dc42f6c595697a36f593c71f39fbad c86f32d652eb9dd023049122d8ca37cb13ed07b6 MFH: 2022Q2 (cherry picked from commit 05a849eec9d949b3de32e464570cefbabcd64702)
* */*: Restore non-IBSS part of wpa patchesCy Schubert2022-06-204-2/+48
| | | | | | | | | b8477825c2dc42f6c595697a36f593c71f39fbad removed some non-IBSS patches. Restore them. We only want to remove the patches that make IBSS use ADHOC mode. Fixes: b8477825c2dc42f6c595697a36f593c71f39fbad (cherry picked from commit c86f32d652eb9dd023049122d8ca37cb13ed07b6)
* */*: FreeBSD's WPA does support IBSS modeCy Schubert2022-06-204-79/+2
| | | | | | | FreeBSD's WPA does support IBSS mode. Remove the hack that forces ADHOC mode when IBSS is requested. (cherry picked from commit b8477825c2dc42f6c595697a36f593c71f39fbad)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit ac47da76dc061b6eeb4e2b38ef7676d3b8f017a4)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit f183d0432ba5fe9cb06da12593c4c958124cf643)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-5/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit f0089128404290b76d2e6e21c19e842431550d4f)
* net/hostapd-devel: Update to the latest GH commitCy Schubert2022-06-202-6/+5
| | | | | | Update to the latest w1.fi commit, proxied through my GH account. (cherry picked from commit 2519bf6ea07f8e5435407c2b9cffda98b343be74)
* */{wpa_supplicant*,hostapd*}: Fix wpa 100% CPU when USB wlan NIC removedCy Schubert2022-06-204-4/+72
| | | | | | | | | | | | | | | | | | | | hostapd calls pcap_next(3) to read the next packet off the wlan interface. pcap_next() returns a pointer to the packet header but does not indicate success or failure. Unfortunately this results in an infinite loop (100% CPU) when the wlan device disappears, i.e. when a USB wlan device is manually removed or a USB error results in the device removal. However pcap_next_ex(3) does return success or failure. To resolve this we use pcap_next_ex(), forcing hostapd to exit when the error is encountered. An error message is printed to syslog or stderr when debugging (-d flag) is enabled. Unfortunately wpa_printf() only works when debugging is enabled. PR: 253608 Reported by: Damjan Jovanovic <damjan.jov@gmail.com>, bz (privately) MFH: 2022Q2 (cherry picked from commit c586ac04eb662dea00ab81b226fa3e41a5110b21)
* net/hostapd29: fix PKGBASE collisionAntoine Brodin2022-06-201-0/+1
| | | | (cherry picked from commit 9137f807f695dd109bf64a5857cbc7bb22b193ad)
* */*: Bring back wpa_supplicant29 and hostapd29 as new portsCy Schubert2022-06-2013-0/+587
| | | | | | | | | | | The current wpa_supplicant and hostapd have an issue with AR9285. For the time being bring back wpa_supplicant 2.9 as security/wpa_supplicant29 and hostpd 2.9 as net/hostapd29 for those cases that have an issue with wpa_supplicant/hostpad2.10 (in base and in ports) PR: 264238 (cherry picked from commit 7150a0c9b1014e445a8266c9080d0bf4738dcc9c)
* net/traefik: Update to upstream release 2.7.1Thomas Zander2022-06-172-4/+4
| | | | | | | | | | | Details: - Buxfix and documentation improvements, https://github.com/traefik/traefik/releases/tag/v2.7.1 - No known breaking configuration changes: https://doc.traefik.io/traefik/migration/v2/ MFH: 2022Q2 (cherry picked from commit 505cc55fdc65402c124754c04dd4a96ff628dc39)
* net/traefik: Update to upstream version 2.7.0Thomas Zander2022-06-062-4/+4
| | | | | | | | | | | | Details: - New release on the 2.7 branch, see https://github.com/traefik/traefik/releases/tag/v2.7.0 - Configuration files are compatible with 2.6.1 and later, no breaking changes went into the new branch, see https://github.com/traefik/traefik/releases/tag/v2.7.0 MFH: 2022Q2 (cherry picked from commit 10b61d9e02f21a67e76a9bdd370b46705336116e)
* net/libslirp: Update to 4.7.0Max Brazhnikov2022-05-253-6/+6
| | | | (cherry picked from commit 99352b8438f6d20e9768a84df43e8b99d9edb111)
* net/onedrive: Update to 2.4.17Hiroo Ono2022-05-252-4/+4
| | | | | | | Changes: https://github.com/abraunegg/onedrive/blob/v2.4.17/CHANGELOG.md PR: 264112 MFH: 2022Q2 (cherry picked from commit 89404b6aa1f337f431d1ad6521a0c20f9c6cbb3f)
* net/eternalterminal: Update to 6.2.1Will Tisdale2022-05-113-21/+4
| | | | | | | | | | ChangeLog: https://github.com/MisterTea/EternalTerminal/compare/et-v6.1.11...et-v6.2.1 PR: 263789 Reported by: willtisdale@gmail.com (maintainer) (cherry picked from commit a982c02ba5ae26c8b427baa666bef9c94a9f4a64)
* net/axa: Mark broken on aarch64Don Lewis2022-05-091-0/+2
| | | | | | | | Reported by: pkg-fallout MFH: 2022Q2 Sponsored by: DomainTools (cherry picked from commit 371283d5358826bbcf65b68bfcfc54153ac5d7ca)
* net/traefik: Update to upstream release 2.6.6Thomas Zander2022-05-072-4/+4
| | | | | | | | | Details: - Bugfixes and doc improvements, see https://github.com/traefik/traefik/releases/tag/v2.6.6 MFH: 2022Q2 (cherry picked from commit e8ebf1b2ce7957657d80c5998292fb2fa9d7ce0d)
* net/wifibox: Update to 0.8.3PÁLI Gábor János2022-05-073-12/+33
| | | | | | | | | | | | - Add a pkg-message for facilitating initial configuration - Base sample configuration defaults on the `WPA_PASSTHRU` port option This commit is required to be able to merge it to quarterly branch Changes: https://github.com/pgj/freebsd-wifibox/releases/tag/0.8.3 https://github.com/pgj/freebsd-wifibox-image/releases/tag/snapshot-20220428 MFH: 2022Q2 (usability fixes) (cherry picked from commit d2dee87cf879710cceaadc35eca720e6b8749388)
* net/openldap25-server: Update to 2.5.12.Xin LI2022-05-052-6/+6
| | | | | MFH: 2022Q2 (cherry picked from commit 41c246ba5a9906c61456f1d1b1620bc412037420)
* net/openldap26-server: Update to 2.6.2.Xin LI2022-05-054-12/+12
| | | | | MFH: 2022Q2 (cherry picked from commit b6055b74f259ff4f7767840ec5373942f389cb22)
* net/freerdp: update to 2.7.0 [maintainer]VVD2022-04-263-23/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/blob/2.7.0/ChangeLog Noteworthy changes: Backported OpenSSL3 gateway support (#7822) Backported various NTLM fixes Backported WINPR_ASSERT to ease future backports Fixed issues: Backported #6786: Use /network:auto by default Backported #7714: Workaround for broken surface frame marker Backported #7733: Support 10bit X11 color (BGRX32 only) Backported #7745: GFX progressive double free Backported #7808: Disable websockets with /gt:rpc Backported #7815: RAIL expect LOGON_MSG_SESSION_CONTINUE PR: 263490 MFH: 2022Q2 four cherry-picks squashed into one to reduce churn: (cherry picked from commit a08e76c0d3629183f7a0a6e8d29bb0fc9912a431) (cherry picked from commit 1bf5531c2ca9e3802494c0690ff11586215ca8fe) (cherry picked from commit 338ebccab9039e125e9393c45e73ada94864720b) (cherry picked from commit 7783dde8566e63fe91508b61dced7e54c721cbaa)
* net/rubygem-gitaly: update to 14.10.0.pre.rc1Matthias Fechner2022-04-222-4/+4
| | | | | | | Required for gitlab-ce 14.10. MFH: 2022Q2 (cherry picked from commit d93bc4a3879d0ec058fce60df291141d44cfa723)
* net/gitlab-agent: update to 14.10.0Matthias Fechner2022-04-222-7/+7
| | | | | | | Required for gitlab-ce 14.10. MFH: 2022Q2 (cherry picked from commit 6f4202699915fdf29ec877dcd5d8b2b0c68b8cf9)
* www/gitlab: new ports required for 14.10Matthias Fechner2022-04-224-0/+27
| | | | | MFH: 2022Q2 (cherry picked from commit e9763559b00f4a60869d6c3d962c1af9119c9c8f)
* net/unison251: Try to fix build failure due to race condition in MakefileGuido Falsi2022-04-191-4/+15
| | | | | | PR: 263067 MFH: 2022Q2 (cherry picked from commit c46c155b02df4d51fc6e5868fb151918b0a07cc5)
* net/unison: Try to fix build failure due to race condition in MakefileGuido Falsi2022-04-191-4/+15
| | | | | | PR: 263067 MFH: 2022Q2 (cherry picked from commit 0524bb607cfcc51b670796ab3232f690fd6ae9de)
* lang/php81: Upgrade from 8.1.4 to 8.1.5Torsten Zuehlsdorff2022-04-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #8176 (Enum values in property initializers leak). Fixed freeing of internal attribute arguments. Fixed bug #8070 (memory leak of internal function attribute hash). Fixed bug #8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug #8115 (Can't catch arg type deprecation when instantiating Intl classes). Fixed bug #8142 (Compilation error on cygwin). Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first key). MBString: Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug #8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug #8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent). Fixed bug #8192 (Cannot override DirectoryIterator::current() without return typehint in 8.1). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts (cherry picked from commit 384fd725e23247b2aefa1c0dfab5c924239dd5cf)
* lang/php80: Upgrade from 8.0.17 to 8.0.18Torsten Zuehlsdorff2022-04-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed freeing of internal attribute arguments. Fixed bug #8070 (memory leak of internal function attribute hash). Fixed bug #8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug #8142 (Compilation error on cygwin). MBString: Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug #8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug #8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts (cherry picked from commit adc832aebae0fb8abd815e60eafa39de6b56de79)
* lang/php74: Upgrade from 7.4.28 to 7.4.29Torsten Zuehlsdorff2022-04-152-2/+0
| | | | | | | | | | | | | Changelog: Core: No source changes to this release. This update allows for re-building the Windows binaries against upgraded dependencies which have received security updates. Date: Updated to latest IANA timezone database (2022a). Sponsored by: Bounce Experts (cherry picked from commit db966c312bdba3339e21f7020a8f7ce54f2e16cf)
* net/asterisk18: Update to 18.11.2Guido Falsi2022-04-152-5/+4
| | | | | | | MFH: 2022Q2 Security: a5de43ed-bc49-11ec-b516-0897988a1c07 8838abf0-bc47-11ec-b516-0897988a1c07 (cherry picked from commit f09bb0ad9808785bd5da7b819c9109bd7e53f775)
* net/asterisk16: Update to 16.25.2Guido Falsi2022-04-152-5/+4
| | | | | | | MFH: 2022Q2 Security: a5de43ed-bc49-11ec-b516-0897988a1c07 8838abf0-bc47-11ec-b516-0897988a1c07 (cherry picked from commit c20d2c7f4d9c5df9adf1a0e3d9c8acb111aa0cdc)
* net/wifibox: Update to 0.8.2PÁLI Gábor János2022-04-142-9/+9
| | | | | | | | | - Update image to Alpine Linux 3.15.4: https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html Changes: https://github.com/pgj/freebsd-wifibox/releases/tag/0.8.2 MFH: 2022Q2 (due to a security update in the image) (cherry picked from commit 4efb1595f8a5b9122ebfc9d5fd40096d2d41e85c)
* net/glib-networking: update to 2.70.1 to match glibAdriaan de Groot2022-04-132-5/+4
| | | | | | | | | | | | | | | | | | glib-networking and glib (glib20) should be kept in sync with major.minor versions. Update to catch up with glib. Bump PORTREVISION on direct consumers, but not transitively. Note that the PR has a newer patch, but that bumps glib by a minor revision as well, to 2.72, which is tricky in itself. Transitive consumers of libsoup and libsoup3 all build, except for net-im/libnice, but that fails locally without this change as well, so I'm going to choose to ignore that. PR: 262389 Obtained from: yzrh@noema.org (cherry picked from commit 37761c5f962e2d7b88d921e8b527f0f1119740d3)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-1042-39/+42
| | | | | | | | This is a separate and direct commit to quarterly as PORTREVISIONs may not match from main. PR: 262853, 262940, 262877 Approved by: fluffy (mentor)
* net/traefik: Update to upstream release 2.6.3Thomas Zander2022-04-102-5/+4
| | | | | | | | | Details: - Bugfix release, see https://github.com/traefik/traefik/releases/tag/v2.6.3 MFH: 2022Q2 (cherry picked from commit 6b6474d2ad18579c297072d2b83d20afe8881207)
* net/openmpi: update to 4.1.3Christoph Moench-Tegeder2022-04-014-7/+17
| | | | | Bugfix Release, see announcement at https://www.mail-archive.com/announce@lists.open-mpi.org/msg00147.html
* net/py-pytradfri: update to 10.0.0Tobias C. Berner2022-04-012-4/+4
| | | | | Changelog: https://github.com/home-assistant-libs/pytradfri/releases/tag/10.0.0
* all: drop support for EOL FreeBSD 12.2Rene Ladan2022-04-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3, update an example - sysutils/lsof: drop support for ancient FreeBSD releases. - multimedia/ustreamer: remove inline patch for 12.2 - x11/wayland-logout: remove support for FreeBSD < 12.3 - sysutils/bhyve+: remove support for FreeBSD 12.2 - databases/clickhouse: remove support for FreeBSD 12.2 - databases/mariadb106-server: remove support for FreeBSD 12.2 - devel/cvsd: no need to test for FreeBSD >=5 anymore - devel/imake: no need to support a.out anymore - japanese/kterm: no need to support FreeBSD <= 9 - math/igraph: remove support for FreeBSD 12.2 - net/onedrive: remove support for FreeBSD 12.2 - security/ipsec-tools: no need to test for FreeBSD >= 11 - emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after 49f593b2f77f" Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising) Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D34523
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-018-12/+12
| | | | Approved by: portmgr blanket
* net/py-libcloud: update to 3.5.1Roman Bogorodskiy2022-04-012-4/+4
|
* net/packetdrill: Update to 20220324Olivier Cochard2022-04-012-5/+5
| | | | | PR: 262767 Approved by: kbowling (maintainer)
* net/py-pcapy-ng: Update to 1.0.7Michael Muenz2022-04-012-4/+4
| | | | PR: 262974
* net/wireproxy: Update to 1.0.0Li-Wen Hsu2022-04-012-7/+6
|
* cleanup: Remove expired ports:Rene Ladan2022-03-3123-742/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018 2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013 2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead 2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed 2022-03-31 www/myfaces: Unsupported by upstream, released in 2005 2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0) 2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/ 2022-03-31 security/find-zlib: Deprecated, no longer relevant 2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/shimmer: Abandonware, last release in 2008 2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007 2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/sha: Obsolete, we have tools in base 2022-03-31 security/gputty: Unfetchable, dead upstream 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software 2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions 2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 devel/hadoop: Outdated, unsupported upstream 2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003 2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years 2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan 2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009 2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019 2022-03-31 security/shttpscanner: Abandonware, last release in 2006 2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark 2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan 2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream 2022-03-31 security/manipulate_data: Abandonware, unsupported upstream 2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server 2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream 2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013 2022-03-31 security/retranslator: Deprecated upstream (EOL) 2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder. 2022-03-31 security/webscarab: Deprecated by upstream in 2014 2022-03-31 security/pscan: Abandonware, last release in 2000 2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0 2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan 2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020 2022-03-31 security/trinokiller: Abandonware, dead upstream 2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development 2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06 2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead 2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard 2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream 2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy 2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan 2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan 2022-03-31 security/ppars: Abandonware, no word of it on upstream web site 2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream 2022-03-31 security/matrixssl: Abandonware, dead upstream 2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET 2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated 2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream 2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure 2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport 2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan 2022-03-31 security/phpsecinfo: Abandonware, last release in 2006 2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream 2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999 2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream 2022-03-31 security/integrit: Abandonware, last release in 2003 2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hlfl: Abandonware, last release in 2003 2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago 2022-03-31 security/libpwstor: Abandonware, last release in 2008 2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap 2022-03-31 security/cisco-torch: Abandonware, dead upstream 2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005 2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead 2022-03-31 www/sakai: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7 2022-03-31 www/jspwiki: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7 2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version 2022-03-31 devel/gitblit: Depends on expired www/tomcat7 2022-03-31 graphics/barbecue: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7 2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api 2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem 2022-03-31 databases/redis5: EOLed upstream 2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001 2022-01-15 devel/maven3: Outdated, unsupported upstream 2022-01-15 devel/maven33: Outdated, unsupported upstream 2022-03-31 devel/monotone: Abandoned upstream, no release since 2014 2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x 2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead 2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active 2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream 2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+ 2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream 2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead 2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream 2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream 2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures 2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production 2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022 2022-03-31 textproc/kibana6: Uses expired www/node10 2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release 2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead 2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later 2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working 2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30 2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+ 2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry 2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead 2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead 2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead 2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around 2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around 2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service 2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011 2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT 2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004 2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004 2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+ 2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9 2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities 2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
* net/onedrive: update to 2.4.16Hiroo Ono2022-03-312-6/+6
| | | | | | | ChangeLog: https://github.com/abraunegg/onedrive/blob/v2.4.16/CHANGELOG.md PR: 262911 Reported by: hiroo.ono+freebsd@gmail.com (maintainer)
* net/wireshark: Update to 3.6.3.Joe Marcus Clarke2022-03-313-7/+6
| | | | | See https://www.wireshark.org/docs/relnotes/wireshark-3.6.3.html for a list of changes in this release.
* net/pcapy-ng: Add new portMichael Muenz2022-03-314-0/+45
| | | | | | | | | | | | | | Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables Python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. WWW: https://github.com/CoreSecurity/pcapy WWW: http://www.coresecurity.com/corelabs-research/open-source-tools/pcapy PR: 260732
* net/rubygem-whois: Update to 5.1.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | | Changes: https://github.com/weppos/whois/releases https://github.com/weppos/whois/blob/master/CHANGELOG.md
* net/rubygem-octokit: Update to 4.22.0Po-Chuan Hsieh2022-03-302-5/+5
| | | | Changes: https://github.com/octokit/octokit.rb/releases